]> granicus.if.org Git - libexpat/log
libexpat
7 years agoREADME.md: Fix and improve ordered list syntax
Sebastian Pipping [Sat, 12 Aug 2017 19:15:22 +0000 (21:15 +0200)]
README.md: Fix and improve ordered list syntax

7 years agoREADME.md: Resolve pre-Automake INSTALL_ROOT leftover (#65)
Sebastian Pipping [Sat, 12 Aug 2017 19:13:37 +0000 (21:13 +0200)]
README.md: Resolve pre-Automake INSTALL_ROOT leftover (#65)

7 years agoInline copyright headers with C/C++ code where missing (#116)
Sebastian Pipping [Sat, 12 Aug 2017 18:56:14 +0000 (20:56 +0200)]
Inline copyright headers with C/C++ code where missing (#116)

7 years agoMerge branch 'source-tarball-windows'
Sebastian Pipping [Sat, 12 Aug 2017 17:23:14 +0000 (19:23 +0200)]
Merge branch 'source-tarball-windows'

7 years agoMakefile.am: Include Visual Studio 2013 files in source tarball (#117)
Sebastian Pipping [Sat, 12 Aug 2017 17:19:56 +0000 (19:19 +0200)]
Makefile.am: Include Visual Studio 2013 files in source tarball (#117)

7 years agoMakefile.am: Extract variables for CMake and Windows files
Sebastian Pipping [Sat, 12 Aug 2017 17:16:14 +0000 (19:16 +0200)]
Makefile.am: Extract variables for CMake and Windows files

7 years agoInclude file tests/xmltest.log.expected in source tarball (#117)
Sebastian Pipping [Sat, 12 Aug 2017 17:10:43 +0000 (19:10 +0200)]
Include file tests/xmltest.log.expected in source tarball (#117)

7 years agoMerge branch 'automake' #65 #118
Sebastian Pipping [Sat, 12 Aug 2017 14:39:26 +0000 (16:39 +0200)]
Merge branch 'automake' #65 #118

7 years agoTravis CI: Add mode for "make distcheck"
Sebastian Pipping [Sat, 12 Aug 2017 14:22:16 +0000 (16:22 +0200)]
Travis CI: Add mode for "make distcheck"

7 years agoReplace handwritten Makefile with GNU Automake
Sebastian Pipping [Fri, 11 Aug 2017 17:14:18 +0000 (19:14 +0200)]
Replace handwritten Makefile with GNU Automake

7 years agoExtend .gitignore
Sebastian Pipping [Fri, 11 Aug 2017 20:59:38 +0000 (22:59 +0200)]
Extend .gitignore

7 years agoMerge branch 'configure-without-xmlwf'
Sebastian Pipping [Fri, 11 Aug 2017 21:03:47 +0000 (23:03 +0200)]
Merge branch 'configure-without-xmlwf'

7 years agoconfigure.ac: Add --without-xmlwf
Sebastian Pipping [Fri, 11 Aug 2017 20:22:59 +0000 (22:22 +0200)]
configure.ac: Add --without-xmlwf

7 years agoMakefile.in: Extract targets related to xmlwf
Sebastian Pipping [Fri, 11 Aug 2017 20:04:58 +0000 (22:04 +0200)]
Makefile.in: Extract targets related to xmlwf

7 years agoChanges: Make list of names alphabetical again
Sebastian Pipping [Fri, 11 Aug 2017 12:43:13 +0000 (14:43 +0200)]
Changes: Make list of names alphabetical again

7 years agoxmltok.c: Avoid copying of partial characters for UTF-8 input (#115)
Sebastian Pipping [Thu, 10 Aug 2017 19:49:48 +0000 (21:49 +0200)]
xmltok.c: Avoid copying of partial characters for UTF-8 input (#115)

Also make use of memcpy
Second take

7 years agoMerge branch 'DerDakon-cmake-cleanup' (pull request #114)
Sebastian Pipping [Mon, 7 Aug 2017 18:53:50 +0000 (20:53 +0200)]
Merge branch 'DerDakon-cmake-cleanup' (pull request #114)

7 years agoChanges: Document #114
Sebastian Pipping [Mon, 7 Aug 2017 18:52:28 +0000 (20:52 +0200)]
Changes: Document #114

7 years agoCMake: always honor manually set BUILD_* options
Rolf Eike Beer [Mon, 7 Aug 2017 08:39:28 +0000 (10:39 +0200)]
CMake: always honor manually set BUILD_* options

Figure out if the option should be enabled or disabled by default, but
unconditionally use it if it is set.

7 years agoCMake: drop linker flag setting
Rolf Eike Beer [Mon, 7 Aug 2017 08:30:21 +0000 (10:30 +0200)]
CMake: drop linker flag setting

CMake propagates the normal compiler flags also to the linker, one would only
need this for special linker-only flags.

7 years agoCMake: properly search and announce libbsd support
Rolf Eike Beer [Mon, 7 Aug 2017 08:29:42 +0000 (10:29 +0200)]
CMake: properly search and announce libbsd support

7 years agoChanges: Document fix to #74
Sebastian Pipping [Sun, 6 Aug 2017 18:38:50 +0000 (20:38 +0200)]
Changes: Document fix to #74

Related commit:
45a9b99af9683facdaa576690f1e2d2e04999281

7 years agoMerge branch 'DerDakon-cmake-detect' (pull request #107)
Sebastian Pipping [Sun, 6 Aug 2017 16:08:36 +0000 (18:08 +0200)]
Merge branch 'DerDakon-cmake-detect' (pull request #107)

7 years agoChanges: Document fix to #43
Sebastian Pipping [Sun, 6 Aug 2017 16:06:24 +0000 (18:06 +0200)]
Changes: Document fix to #43

7 years agoexpat_config.h.cmake: Replace misleading header
Sebastian Pipping [Sun, 6 Aug 2017 15:59:50 +0000 (17:59 +0200)]
expat_config.h.cmake: Replace misleading header

7 years agoCMake: add option for /dev/urandom availability
Rolf Eike Beer [Sat, 5 Aug 2017 12:59:53 +0000 (14:59 +0200)]
CMake: add option for /dev/urandom availability

7 years agoCMake: detect the presence of entropy functions
Rolf Eike Beer [Wed, 2 Aug 2017 12:09:19 +0000 (14:09 +0200)]
CMake: detect the presence of entropy functions

7 years agoCMake: set -fno-strict-aliasing only if the compiler supports it
Rolf Eike Beer [Wed, 2 Aug 2017 11:13:53 +0000 (13:13 +0200)]
CMake: set -fno-strict-aliasing only if the compiler supports it

7 years agoMerge branch 'jwilk-forks-spelling' (pull request #111)
Sebastian Pipping [Fri, 4 Aug 2017 19:31:50 +0000 (21:31 +0200)]
Merge branch 'jwilk-forks-spelling' (pull request #111)

7 years agoChanges: Document #111
Sebastian Pipping [Fri, 4 Aug 2017 19:31:12 +0000 (21:31 +0200)]
Changes: Document #111

7 years agoFix typos
Jakub Wilk [Thu, 3 Aug 2017 20:50:03 +0000 (22:50 +0200)]
Fix typos

7 years agoMerge branch 'unsigned-char' (pull request #109)
Sebastian Pipping [Thu, 3 Aug 2017 19:35:24 +0000 (21:35 +0200)]
Merge branch 'unsigned-char' (pull request #109)

7 years agoChanges: Document changes related to #109
Sebastian Pipping [Thu, 3 Aug 2017 19:32:28 +0000 (21:32 +0200)]
Changes: Document changes related to #109

7 years agoFix tests for both x86 and non-x86. (#109)
Joe Orton [Thu, 3 Aug 2017 08:42:41 +0000 (09:42 +0100)]
Fix tests for both x86 and non-x86. (#109)

7 years agotests/minicheck.c: Improve error message display
Sebastian Pipping [Thu, 3 Aug 2017 19:23:59 +0000 (21:23 +0200)]
tests/minicheck.c: Improve error message display

7 years agocoverage.sh: Cover -funsigned-char for #109
Sebastian Pipping [Thu, 3 Aug 2017 19:11:37 +0000 (21:11 +0200)]
coverage.sh: Cover -funsigned-char for #109

7 years agoPrepare release version 2.2.3 R_2_2_3
Sebastian Pipping [Wed, 2 Aug 2017 13:16:36 +0000 (15:16 +0200)]
Prepare release version 2.2.3

7 years agoBump version info bumped from 7:4:6 to 7:5:6
Sebastian Pipping [Wed, 2 Aug 2017 13:18:17 +0000 (15:18 +0200)]
Bump version info bumped from 7:4:6 to 7:5:6

7 years agoruntests.c: Catch some failure to bump XML_*_VERSION
Sebastian Pipping [Wed, 2 Aug 2017 13:33:00 +0000 (15:33 +0200)]
runtests.c: Catch some failure to bump XML_*_VERSION

7 years agoChanges: Document issues #4 #5 #7 #86
Sebastian Pipping [Wed, 2 Aug 2017 12:54:00 +0000 (14:54 +0200)]
Changes: Document issues #4 #5 #7 #86

.. and extend credits

7 years agoChanges: Document check for convert function
Sebastian Pipping [Wed, 2 Aug 2017 11:38:41 +0000 (13:38 +0200)]
Changes: Document check for convert function

Related commit: fc06a529a3283c9b0ec5e253e98f4c23d3b9caa8

7 years agoloadlibrary.c: Address -Wempty-translation-unit
Sebastian Pipping [Wed, 2 Aug 2017 11:34:46 +0000 (13:34 +0200)]
loadlibrary.c: Address -Wempty-translation-unit

7 years agoMerge branch 'notroj-master' (pull request #104)
Sebastian Pipping [Wed, 2 Aug 2017 10:00:50 +0000 (12:00 +0200)]
Merge branch 'notroj-master' (pull request #104)

7 years agoExpand buffer size to avoid GCC 7.x warning.
Joe Orton [Wed, 2 Aug 2017 07:49:20 +0000 (08:49 +0100)]
Expand buffer size to avoid GCC 7.x warning.

7 years agodoc/xmlwf.xml: Fix mis-leading description of -c
Sebastian Pipping [Mon, 31 Jul 2017 20:19:57 +0000 (22:19 +0200)]
doc/xmlwf.xml: Fix mis-leading description of -c

7 years agoChanges: Mention CVE-2017-11742
Sebastian Pipping [Sun, 30 Jul 2017 13:53:42 +0000 (15:53 +0200)]
Changes: Mention CVE-2017-11742

7 years agoChanges: Re-order/classify items for in-the-making release
Sebastian Pipping [Sat, 29 Jul 2017 21:23:11 +0000 (23:23 +0200)]
Changes: Re-order/classify items for in-the-making release

7 years agoNever require XML_POOR_ENTROPY for "./configure && make"
Sebastian Pipping [Sat, 29 Jul 2017 19:29:14 +0000 (21:29 +0200)]
Never require XML_POOR_ENTROPY for "./configure && make"

.. as XML_POOR_ENTROPY was intended to catch _accidental_
compilation with no provider of high quality entropy
enabled for _non-Autoconf_ build systems from the start.

7 years agoREADME.md: Make link to COPYING work for the front page.
Sebastian Pipping [Sat, 29 Jul 2017 14:27:36 +0000 (16:27 +0200)]
README.md: Make link to COPYING work for the front page.

7 years agoMerge branch 'readme-markdown'
Sebastian Pipping [Sat, 29 Jul 2017 14:25:10 +0000 (16:25 +0200)]
Merge branch 'readme-markdown'

7 years agoREADME.md: Add note on limitation of -fshort-wchar
Sebastian Pipping [Sat, 29 Jul 2017 14:23:46 +0000 (16:23 +0200)]
README.md: Add note on limitation of -fshort-wchar

7 years agoREADME.md: Add links
Sebastian Pipping [Sat, 29 Jul 2017 14:13:36 +0000 (16:13 +0200)]
README.md: Add links

7 years agoREADME.md: Reflect present
Sebastian Pipping [Sat, 29 Jul 2017 14:13:13 +0000 (16:13 +0200)]
README.md: Reflect present

7 years agoREADME.md: Fix reference to Makefile
Sebastian Pipping [Sat, 29 Jul 2017 14:03:26 +0000 (16:03 +0200)]
README.md: Fix reference to Makefile

7 years agoMigrate README to Markdown
Sebastian Pipping [Sat, 29 Jul 2017 13:45:53 +0000 (15:45 +0200)]
Migrate README to Markdown

7 years agoMerge branch 'windows-curl-load-library' (pull request #101)
Sebastian Pipping [Sat, 29 Jul 2017 13:26:10 +0000 (15:26 +0200)]
Merge branch 'windows-curl-load-library' (pull request #101)

7 years agoMerge branch 'nonblock-fail-getrandom' (pull request #92)
Sebastian Pipping [Sat, 29 Jul 2017 13:17:10 +0000 (15:17 +0200)]
Merge branch 'nonblock-fail-getrandom' (pull request #92)

7 years agoruntests.c: Turn #defines into consts (#103)
Rhodri James [Fri, 28 Jul 2017 13:29:02 +0000 (14:29 +0100)]
runtests.c: Turn #defines into consts (#103)

The loop limit of the various test_alloc_* and test_nsalloc_*
functions were given as #defined constanst.  These have been turned
into const constants to give the compiler a better chance with them.

7 years agoMerge branch 'coverage-no-context' (pull request #102)
Sebastian Pipping [Thu, 27 Jul 2017 17:55:14 +0000 (19:55 +0200)]
Merge branch 'coverage-no-context' (pull request #102)

7 years agoUse named constant for magic number in external_entity_dbl_handler
Rhodri James [Thu, 27 Jul 2017 14:02:31 +0000 (15:02 +0100)]
Use named constant for magic number in external_entity_dbl_handler

7 years agoUse named constant for magic number in external_entity_duff_loader
Rhodri James [Thu, 27 Jul 2017 13:48:41 +0000 (14:48 +0100)]
Use named constant for magic number in external_entity_duff_loader

7 years agoUse named constant for magic number in test_..._parser_with_encoding()
Rhodri James [Thu, 27 Jul 2017 13:46:41 +0000 (14:46 +0100)]
Use named constant for magic number in test_..._parser_with_encoding()

7 years agoUse named constant for magic number in test_misc_alloc_create_parser()
Rhodri James [Thu, 27 Jul 2017 13:45:42 +0000 (14:45 +0100)]
Use named constant for magic number in test_misc_alloc_create_parser()

7 years agoMake test_alloc_long_notation() robust vs allocation pattern changes.
Rhodri James [Thu, 27 Jul 2017 13:39:32 +0000 (14:39 +0100)]
Make test_alloc_long_notation() robust vs allocation pattern changes.

7 years agoMake test_alloc_long_entity_value() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 13:30:52 +0000 (14:30 +0100)]
Make test_alloc_long_entity_value() robust vs allocation changes

7 years agoMake test_alloc_long_public_id() robust vs allocation pattern changes
Rhodri James [Thu, 27 Jul 2017 13:29:44 +0000 (14:29 +0100)]
Make test_alloc_long_public_id() robust vs allocation pattern changes

7 years agoMake test_alloc_long_base() robust vs allocation pattern changes
Rhodri James [Thu, 27 Jul 2017 13:28:31 +0000 (14:28 +0100)]
Make test_alloc_long_base() robust vs allocation pattern changes

7 years agoMake test_alloc_long_doc_name() robust vs allocation pattern changes
Rhodri James [Thu, 27 Jul 2017 13:25:27 +0000 (14:25 +0100)]
Make test_alloc_long_doc_name() robust vs allocation pattern changes

7 years agoMake test_alloc_realloc_attributes() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 13:24:28 +0000 (14:24 +0100)]
Make test_alloc_realloc_attributes() robust vs allocation changes

7 years agoMake test_alloc_realloc_ce_extends_pe() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 13:23:43 +0000 (14:23 +0100)]
Make test_alloc_realloc_ce_extends_pe() robust vs allocation changes

7 years agoMake test_alloc_realloc_param_entity_newline() robust vs allocations
Rhodri James [Thu, 27 Jul 2017 13:21:58 +0000 (14:21 +0100)]
Make test_alloc_realloc_param_entity_newline() robust vs allocations

7 years agoMake test_alloc_long_attr_value() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 13:18:40 +0000 (14:18 +0100)]
Make test_alloc_long_attr_value() robust vs allocation changes

7 years agoMake test_alloc_long_attr_default_with_char_ref() robust vs allocs
Rhodri James [Thu, 27 Jul 2017 13:17:20 +0000 (14:17 +0100)]
Make test_alloc_long_attr_default_with_char_ref() robust vs allocs

7 years agoMake test_alloc_attribute_predefined_entity() robust vs allocation
Rhodri James [Thu, 27 Jul 2017 13:15:16 +0000 (14:15 +0100)]
Make test_alloc_attribute_predefined_entity() robust vs allocation

7 years agoMake test_alloc_attribute_whitespace() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 13:12:48 +0000 (14:12 +0100)]
Make test_alloc_attribute_whitespace() robust vs allocation changes

7 years agoMake test_alloc_realloc_long_attribute_value() robust vs allocations
Rhodri James [Thu, 27 Jul 2017 13:09:07 +0000 (14:09 +0100)]
Make test_alloc_realloc_long_attribute_value() robust vs allocations

7 years agoMake test_alloc_comment_in_epilog() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 13:08:06 +0000 (14:08 +0100)]
Make test_alloc_comment_in_epilog() robust vs allocation changes

7 years agoMake test_alloc_pi_in_epilog() robust vs allocation pattern changes
Rhodri James [Thu, 27 Jul 2017 13:06:41 +0000 (14:06 +0100)]
Make test_alloc_pi_in_epilog() robust vs allocation pattern changes

7 years agoMake test_alloc_realloc_group_choice() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 13:02:49 +0000 (14:02 +0100)]
Make test_alloc_realloc_group_choice() robust vs allocation changes

7 years agoMake test_alloc_large_group() robust vs allocation pattern changes
Rhodri James [Thu, 27 Jul 2017 13:02:03 +0000 (14:02 +0100)]
Make test_alloc_large_group() robust vs allocation pattern changes

7 years agoMake test_alloc_realloc_nested_groups() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 12:56:43 +0000 (13:56 +0100)]
Make test_alloc_realloc_nested_groups() robust vs allocation changes

7 years agomake test_alloc_nested_groups() robust vs allocation pattern changes
Rhodri James [Thu, 27 Jul 2017 12:55:43 +0000 (13:55 +0100)]
make test_alloc_nested_groups() robust vs allocation pattern changes

7 years agoMake test_alloc_system_notation() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 12:50:19 +0000 (13:50 +0100)]
Make test_alloc_system_notation() robust vs allocation changes

7 years agoMake test_alloc_public_notation() robust vs allocation pattern changes
Rhodri James [Thu, 27 Jul 2017 12:49:22 +0000 (13:49 +0100)]
Make test_alloc_public_notation() robust vs allocation pattern changes

7 years agoMake test_alloc_notation() robust vs allocation pattern changes
Rhodri James [Thu, 27 Jul 2017 12:48:08 +0000 (13:48 +0100)]
Make test_alloc_notation() robust vs allocation pattern changes

7 years agoMake test_alloc_realloc_default_attribute() robust vs allocation
Rhodri James [Thu, 27 Jul 2017 12:47:08 +0000 (13:47 +0100)]
Make test_alloc_realloc_default_attribute() robust vs allocation

7 years agoMake test_alloc_realloc_implied_attribute() vs allocation changes
Rhodri James [Thu, 27 Jul 2017 12:45:47 +0000 (13:45 +0100)]
Make test_alloc_realloc_implied_attribute() vs allocation changes

7 years agoMake test_alloc_realloc_attribute_enum_value() robust vs allocations
Rhodri James [Thu, 27 Jul 2017 12:44:34 +0000 (13:44 +0100)]
Make test_alloc_realloc_attribute_enum_value() robust vs allocations

7 years agoMake test_alloc_attribute_enum_value() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 12:41:02 +0000 (13:41 +0100)]
Make test_alloc_attribute_enum_value() robust vs allocation changes

7 years agoMake test_alloc_set_foreign_dtd() robust vs allocation pattern changes
Rhodri James [Thu, 27 Jul 2017 12:39:48 +0000 (13:39 +0100)]
Make test_alloc_set_foreign_dtd() robust vs allocation pattern changes

7 years agoMake test_alloc_parse_public_doctype_long_name() robust vs allocation
Rhodri James [Thu, 27 Jul 2017 12:37:48 +0000 (13:37 +0100)]
Make test_alloc_parse_public_doctype_long_name() robust vs allocation

7 years agoMake test_alloc_parse_public_doctype() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 12:35:48 +0000 (13:35 +0100)]
Make test_alloc_parse_public_doctype() robust vs allocation changes

7 years agoMake test_alloc_realloc_subst_public_entity_value() robust vs allocation
Rhodri James [Thu, 27 Jul 2017 12:30:42 +0000 (13:30 +0100)]
Make test_alloc_realloc_subst_public_entity_value() robust vs allocation

7 years agoMake test_alloc_public_entity_value() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 12:29:26 +0000 (13:29 +0100)]
Make test_alloc_public_entity_value() robust vs allocation changes

7 years agoMake test_alloc_realloc_many_attributes() robust vs allocations
Rhodri James [Thu, 27 Jul 2017 12:21:56 +0000 (13:21 +0100)]
Make test_alloc_realloc_many_attributes() robust vs allocations

7 years agoMake test_alloc_ext_entity_realloc_buffer() robust vs allocations
Rhodri James [Thu, 27 Jul 2017 12:20:42 +0000 (13:20 +0100)]
Make test_alloc_ext_entity_realloc_buffer() robust vs allocations

7 years agoMake test_alloc_realloc_buffer() robust vs allocation pattern changes
Rhodri James [Thu, 27 Jul 2017 12:16:13 +0000 (13:16 +0100)]
Make test_alloc_realloc_buffer() robust vs allocation pattern changes

7 years agoUse named constant for magic number in test_alloc_set_base()
Rhodri James [Thu, 27 Jul 2017 12:11:48 +0000 (13:11 +0100)]
Use named constant for magic number in test_alloc_set_base()

7 years agoUse named constant for magic number in test_alloc_explicit_encoding()
Rhodri James [Thu, 27 Jul 2017 12:09:54 +0000 (13:09 +0100)]
Use named constant for magic number in test_alloc_explicit_encoding()

7 years agoMake test_alloc_dtd_default_handling() robust vs allocation changes
Rhodri James [Thu, 27 Jul 2017 12:04:58 +0000 (13:04 +0100)]
Make test_alloc_dtd_default_handling() robust vs allocation changes