[Pkg-crosswire-commits] [sword] reference refs/remotes/origin/upstream updated (7a00574 -> 25f2539)

Daniel Glassey wdg at moszumanska.debian.org
Wed Sep 16 12:26:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

wdg pushed a change to reference refs/remotes/origin/upstream
in repository sword.

      from  7a00574   Imported Upstream version 1.7.2+dfsg
      adds  7b6c8b0   Imported Upstream version 1.7.3+dfsg
      adds  25f2539   Imported Upstream version 1.7.3+dfsg

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |    3 +-
 ChangeLog                                          |   57 +-
 LICENSE                                            |   46 +-
 Makefile.in                                        |    1 -
 aclocal.m4                                         |   15 +
 bindings/csharp/AssemblyInfo.cs                    |   39 +
 bindings/csharp/InstallManager.cs                  |   97 ++
 bindings/csharp/Makefile                           |    7 +
 bindings/csharp/Manager.cs                         |  162 ++
 bindings/csharp/Module.cs                          |  214 +++
 bindings/csharp/NativeMethods.cs                   |  260 ++++
 bindings/csharp/README                             |   24 +
 bindings/csharp/Sword.csproj                       |   44 +
 bindings/csharp/Sword.sln                          |   39 +
 bindings/csharp/examples/LookupExample.cs          |  117 ++
 bindings/csharp/examples/LookupExample.csproj      |   45 +
 bindings/csharp/examples/Makefile                  |    7 +
 bindings/csharp/sword.snk                          |  Bin 0 -> 596 bytes
 bindings/csharp/tests/AssemblyInfo.cs              |   40 +
 bindings/csharp/tests/InstallManagerTests.cs       |  132 ++
 bindings/csharp/tests/Main.cs                      |   25 +
 bindings/csharp/tests/ManagerTests.cs              |  111 ++
 bindings/csharp/tests/ModuleTests.cs               |  162 ++
 bindings/csharp/tests/Sword.Tests.csproj           |   57 +
 bindings/flatapi.cpp                               | 1578 +++++++++++++++++---
 bindings/java-jni/jni/swordstub.cpp                |   13 +-
 bindings/swig/package/aclocal.m4                   |   15 +
 bindings/swig/package/config.guess                 |  151 +-
 bindings/swig/package/config.sub                   |   30 +-
 bindings/swig/package/configure                    |    4 +-
 bindings/swig/package/m4/libtool.m4                |    4 +-
 config.guess                                       |  151 +-
 config.sub                                         |   30 +-
 configure                                          |   58 +-
 configure.ac                                       |   34 +-
 doc/Doxyfile                                       |    2 +-
 doc/QUICKSTART.ubuntu                              |   34 +
 examples/Makefile.am                               |    2 +-
 examples/Makefile.in                               |    3 +-
 examples/classes/Makefile                          |    4 +-
 examples/classes/flatapilookup.c                   |   63 +
 examples/classes/flatapiparsekey.c                 |   65 +
 examples/classes/flatapisearch.c                   |   66 +
 .../classes/{showchapter.cpp => simplechapter.cpp} |   10 +-
 examples/cmdline/Makefile.in                       |    1 -
 examples/cmdline/lookup.cpp                        |    9 +-
 examples/tasks/CMakeLists.txt                      |   15 +
 examples/tasks/Makefile.am                         |   11 +
 examples/{cmdline => tasks}/Makefile.in            |   97 +-
 examples/tasks/parallelbibles.cpp                  |  180 +++
 include/bz2comprs.h                                |    4 +-
 include/defs.h                                     |   12 +-
 include/flatapi.h                                  |  533 ++++++-
 include/rawstr.h                                   |    4 +-
 include/rawstr4.h                                  |    4 +-
 include/rawverse.h                                 |    4 +-
 include/rawverse4.h                                |    4 +-
 include/swcomprs.h                                 |    4 +-
 include/swmgr.h                                    |   20 +-
 include/swversion.h                                |    8 +-
 include/thmlxhtml.h                                |    4 +-
 include/utf8nfc.h                                  |    5 +-
 include/xzcomprs.h                                 |    4 +-
 include/ztext.h                                    |   13 +-
 include/zverse.h                                   |    4 +-
 lib/Makefile.in                                    |    1 -
 lib/vcppmake/libsword.vcxproj                      |    4 +-
 m4/libtool.m4                                      |    4 +-
 src/mgr/swmgr.cpp                                  |    4 +-
 src/modules/comments/zcom/zcom.cpp                 |   22 +-
 src/modules/common/bz2comprs.cpp                   |    4 +-
 src/modules/common/rawstr.cpp                      |    7 +-
 src/modules/common/rawstr4.cpp                     |    7 +-
 src/modules/common/rawverse.cpp                    |    5 +-
 src/modules/common/rawverse4.cpp                   |    8 +-
 src/modules/common/swcomprs.cpp                    |    4 +-
 src/modules/common/xzcomprs.cpp                    |    4 +-
 src/modules/common/zipcomprs.cpp                   |    4 +-
 src/modules/common/zverse.cpp                      |   54 +-
 src/modules/filters/osisheadings.cpp               |   18 +-
 src/modules/filters/osishtmlhref.cpp               |   24 +-
 src/modules/filters/osismorphsegmentation.cpp      |    8 +-
 src/modules/filters/osisplain.cpp                  |    4 +-
 src/modules/filters/osisrtf.cpp                    |    6 +-
 src/modules/filters/osisscripref.cpp               |    6 +-
 src/modules/filters/osisxhtml.cpp                  |   36 +-
 src/modules/filters/teihtmlhref.cpp                |   27 +-
 src/modules/filters/teirtf.cpp                     |   19 +-
 src/modules/filters/teixhtml.cpp                   |   22 +-
 src/modules/filters/thmlheadings.cpp               |   26 +-
 src/modules/filters/thmlscripref.cpp               |    6 +-
 src/modules/filters/thmlxhtml.cpp                  |   20 +-
 src/modules/filters/unicodertf.cpp                 |    3 +-
 src/modules/filters/utf16utf8.cpp                  |    5 +-
 src/modules/filters/utf8html.cpp                   |    3 +-
 src/modules/filters/utf8latin1.cpp                 |    5 +-
 src/modules/filters/utf8nfc.cpp                    |   17 +-
 src/modules/filters/utf8nfkd.cpp                   |    6 +-
 src/modules/filters/utf8utf16.cpp                  |    6 +-
 tests/Makefile.in                                  |    1 -
 tests/cppunit/Makefile.in                          |    1 -
 tests/osistest.cpp                                 |    4 +-
 usrinst.sh                                         |   11 +-
 utilities/Makefile.in                              |    1 -
 utilities/diatheke/Makefile.in                     |    1 -
 utilities/diatheke/README                          |    4 +-
 utilities/diatheke/corediatheke.cpp                |   90 +-
 utilities/diatheke/corediatheke.h                  |    8 +-
 utilities/diatheke/diatheke.cpp                    |   53 +-
 utilities/diatheke/diathekemgr.cpp                 |    7 +-
 utilities/osis2mod.cpp                             |  107 +-
 111 files changed, 4617 insertions(+), 1031 deletions(-)
 create mode 100644 bindings/csharp/AssemblyInfo.cs
 create mode 100644 bindings/csharp/InstallManager.cs
 create mode 100644 bindings/csharp/Makefile
 create mode 100644 bindings/csharp/Manager.cs
 create mode 100644 bindings/csharp/Module.cs
 create mode 100644 bindings/csharp/NativeMethods.cs
 create mode 100644 bindings/csharp/README
 create mode 100644 bindings/csharp/Sword.csproj
 create mode 100644 bindings/csharp/Sword.sln
 create mode 100644 bindings/csharp/examples/LookupExample.cs
 create mode 100644 bindings/csharp/examples/LookupExample.csproj
 create mode 100644 bindings/csharp/examples/Makefile
 create mode 100644 bindings/csharp/sword.snk
 create mode 100644 bindings/csharp/tests/AssemblyInfo.cs
 create mode 100644 bindings/csharp/tests/InstallManagerTests.cs
 create mode 100644 bindings/csharp/tests/Main.cs
 create mode 100644 bindings/csharp/tests/ManagerTests.cs
 create mode 100644 bindings/csharp/tests/ModuleTests.cs
 create mode 100644 bindings/csharp/tests/Sword.Tests.csproj
 create mode 100755 doc/QUICKSTART.ubuntu
 create mode 100644 examples/classes/flatapilookup.c
 create mode 100644 examples/classes/flatapiparsekey.c
 create mode 100644 examples/classes/flatapisearch.c
 rename examples/classes/{showchapter.cpp => simplechapter.cpp} (81%)
 create mode 100644 examples/tasks/CMakeLists.txt
 create mode 100644 examples/tasks/Makefile.am
 copy examples/{cmdline => tasks}/Makefile.in (81%)
 create mode 100644 examples/tasks/parallelbibles.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-crosswire/sword.git



More information about the Pkg-crosswire-commits mailing list