Skip to content

Commit

Permalink
Use SWORD 412026 (SVN Rev. 3823)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Nov 4, 2020
1 parent 03a8f56 commit 5a8fcb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build icu
run: powershell .\build_icu.bat release-65-1 dist\lib
- name: Build sword
run: powershell .\build_sword.bat 0d03ad dist\lib
run: powershell .\build_sword.bat 412026 dist\lib
- name: Copy sword headers
shell: cmd
run: |
Expand Down
2 changes: 1 addition & 1 deletion build_all.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ call build_xz.bat v5.2.4 dist\lib
call build_bzip2.bat bzip2-1.0.8 dist\lib
call build_curl.bat curl-7_68_0 dist\lib
call build_icu.bat release-65-1 dist\lib
call build_sword.bat 0d03ad dist\lib
call build_sword.bat 412026 dist\lib

xcopy sword\include dist\include /E /I
2 changes: 1 addition & 1 deletion sword
Submodule sword updated 49 files
+6 −0 bindings/Android/SWORD/.idea/compiler.xml
+1 −0 bindings/Android/SWORD/.idea/gradle.xml
+1 −1 bindings/Android/SWORD/.idea/misc.xml
+2 −2 bindings/Android/SWORD/.idea/modules.xml
+1 −1 bindings/Android/SWORD/build.gradle
+2 −2 bindings/Android/SWORD/gradle/wrapper/gradle-wrapper.properties
+0 −9 bindings/README
+24 −24 bindings/flatapi.cpp
+66 −66 bindings/java-jni/jni/swordstub.cpp
+25 −1 configure.ac
+34 −1 include/defs.h
+1 −1 include/listkey.h
+2 −1 include/swcom.h
+1 −0 include/swlog.h
+2 −1 include/swtext.h
+3 −3 include/swversion.h
+34 −32 lib/bcppmake/libsword.bpr
+14 −1 src/frontend/swlog.cpp
+3 −3 src/keys/treekeyidx.cpp
+3 −3 src/keys/versekey.cpp
+18 −9 src/mgr/curlftpt.cpp
+18 −9 src/mgr/curlhttpt.cpp
+12 −12 src/mgr/ftplibftpt.cpp
+13 −12 src/mgr/installmgr.cpp
+4 −4 src/mgr/localemgr.cpp
+5 −5 src/mgr/remotetrans.cpp
+6 −6 src/mgr/rtranspgdrive.cpp
+2 −2 src/mgr/stringmgr.cpp
+57 −49 src/mgr/swmgr.cpp
+15 −15 src/mgr/versificationmgr.cpp
+1 −1 src/modules/comments/hrefcom/hrefcom.cpp
+1 −1 src/modules/comments/rawcom/rawcom.cpp
+1 −1 src/modules/comments/rawcom4/rawcom4.cpp
+1 −1 src/modules/comments/rawfiles/rawfiles.cpp
+1 −1 src/modules/comments/swcom.cpp
+1 −1 src/modules/comments/zcom/zcom.cpp
+1 −1 src/modules/comments/zcom4/zcom4.cpp
+3 −3 src/modules/common/rawstr.cpp
+3 −3 src/modules/common/rawstr4.cpp
+3 −3 src/modules/common/zstr.cpp
+11 −15 src/modules/filters/utf8transliterator.cpp
+1 −1 src/modules/texts/rawtext/rawtext.cpp
+1 −1 src/modules/texts/rawtext4/rawtext4.cpp
+1 −1 src/modules/texts/swtext.cpp
+1 −1 src/modules/texts/ztext/ztext.cpp
+1 −1 src/modules/texts/ztext4/ztext4.cpp
+5 −0 src/utilfuns/ftplib.c
+17 −15 tests/mgrtest.cpp
+3 −0 usrinst.sh

0 comments on commit 5a8fcb4

Please sign in to comment.