This is an automated email from the ASF dual-hosted git repository.
ardovm pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from 19109cc7d4 testtools bridgetest fails on FreeBSD x86
new 45c5a00162 Skip invalid entries
new 1814211392 Reject further invalid URLs
new 8604ca21f9 sw: ww8: validate PLCF length
new a076163db4 Check lengths
new b81185736b Limit paths for text caches for embedded databases
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/com/sun/star/comp/sdbc/ClassMap.java | 9 +-
.../main/java/com/sun/star/comp/sdbc/Tools.java | 67 +++++++++++
.../sun/star/comp/sdbc/classloading/ClassMap.java | 11 +-
main/connectivity/qa/complex/sdbc/ToolsTest.java | 134 +++++++++++++++++++++
.../qa/complex/sdbc}/makefile.mk | 23 ++--
main/hsqldb/makefile.mk | 2 +-
main/hsqldb/patches/text_tables.patch | 13 ++
main/jvmaccess/source/classpath.cxx | 30 +++++
.../sdext/source/pdfimport/pdfparse/pdfentries.cxx | 22 +++-
...bigpointerarray.mk => GoogleTest_sw_ww8plcf.mk} | 16 +--
main/sw/Module_sw.mk | 1 +
main/sw/source/filter/ww8/qa/ww8plcf_test.cxx | 78 ++++++++++++
main/sw/source/filter/ww8/ww8scan.cxx | 15 +++
main/sw/source/filter/ww8/ww8scan.hxx | 3 +
14 files changed, 389 insertions(+), 35 deletions(-)
create mode 100644 main/connectivity/qa/complex/sdbc/ToolsTest.java
copy main/{testtools/qa/cli => connectivity/qa/complex/sdbc}/makefile.mk (77%)
create mode 100644 main/hsqldb/patches/text_tables.patch
copy main/sw/{GoogleTest_sw_bigpointerarray.mk => GoogleTest_sw_ww8plcf.mk}
(69%)
create mode 100644 main/sw/source/filter/ww8/qa/ww8plcf_test.cxx