Sebastian Pipping
24a912c12c
xmlparse.c|xmlrole.c: Fix compiler warning "unused parameter" with -DEXPAT_DTD=OFF
2019-09-29 19:34:39 +02:00
Sebastian Pipping
d05afa5829
xmlparse.c: Address compiler warninging with -DEXPAT_CONTEXT_BYTES=OFF
...
Warning was:
comparison of integers of different signs: 'int' and 'unsigned long'
2019-09-29 19:34:39 +02:00
Sebastian Pipping
b3d3ea6456
Changes: Fix spelling of "September"
2019-09-28 15:16:09 +02:00
Sebastian Pipping
a7bc26b697
Set release date for 2.2.9
2019-09-25 21:30:07 +02:00
Sebastian Pipping
89de2d561c
Bump version info from 7:10:6 to 7:11:6
2019-09-25 21:26:10 +02:00
Sebastian Pipping
25c96511a0
Bump version from 2.2.8 to 2.2.9
2019-09-25 21:22:30 +02:00
Sebastian Pipping
fc79a3acdf
Changes: Document #347
2019-09-25 21:18:59 +02:00
Sebastian Pipping
8c51dd9d51
Merge pull request #349 from libexpat/cmake-windows-libexpat-dll
...
CMake: Use libexpat*.(dll|lib) not expat*.(dll|lib) on Windows
2019-09-23 22:23:46 +02:00
Sebastian Pipping
de621b53cf
CMake: Use libexpat*.(dll|lib) not expat*.(dll|lib) on Windows
2019-09-21 20:43:04 +02:00
Sebastian Pipping
4f23e05a33
Merge pull request #347 from bungeman/patch-1
...
Only define _CRT_RAND_S when not already defined.
2019-09-18 19:20:05 +02:00
bungeman
c6de942020
Only define _CRT_RAND_S when not already defined.
...
There exist builds which go out of their way to define _CRT_RAND_S for everything by forcing it into the list of macros defined on the command line to the compiler. Unfortunately, something like "-D_CRT_RAND_S" implies _CRT_RAND_S is defined to be '1' and defining it to be empty produces a redefinition.
Since the intention here is to ensure that _CRT_RAND_S is always defined, only define it if it isn't already defined.
2019-09-18 10:39:05 -04:00
Sebastian Pipping
6b19963341
Drop mistaken executable bits
2019-09-16 20:54:47 +02:00
Sebastian Pipping
ffff758613
Merge pull request #345 from tbeu/patch-1
...
Fix typo in readme
2019-09-14 17:27:19 +02:00
tbeu
706f050615
Fix typo
2019-09-14 16:35:17 +02:00
Sebastian Pipping
91b17cfeb8
Set release date for 2.2.8
2019-09-13 22:03:21 +02:00
Sebastian Pipping
a5414b759d
Bump version from 2.2.7 to 2.2.8
2019-09-13 22:03:21 +02:00
Sebastian Pipping
8fd183abfe
Bump version info from 7:9:6 to 7:10:6
2019-09-13 21:44:39 +02:00
Sebastian Pipping
47cc6acc8f
Merge branch 'MohammedKhajapasha-issue_312' ( #343 , fixes #312 )
2019-09-13 21:17:51 +02:00
Sebastian Pipping
9f89db5317
Changes: Document #312 and #343
2019-09-13 21:17:02 +02:00
Mohammed Khajapasha
df35daf126
Autotools: Enable clang tool chain to generate libraries
...
Enable clang tool chain for autotool to generate shared libexpat libraries.
Signed-off-by: Mohammed Khajapasha <mohammed.khajapasha@intel.com>
2019-09-13 06:00:38 +00:00
Sebastian Pipping
68ec895e5d
Changes: Re-order entries for upcoming a release
2019-09-08 20:05:04 +02:00
Sebastian Pipping
c672abcfea
Merge pull request #341 from libexpat/xmlwf-fix-exit-code
...
xmlwf: Fix exit code for case without "-d DIRECTORY"
2019-09-07 02:58:20 +02:00
Sebastian Pipping
966f5d0da8
xmltest.sh: Adapt to fixed xmlwf exit code
2019-09-06 19:53:36 +02:00
Sebastian Pipping
70a4a691fc
xmlwf: Fix exit code for case without "-d DIRECTORY"
2019-09-06 19:53:36 +02:00
Sebastian Pipping
11a621be71
Merge pull request #340 from libexpat/issue-332-workaround-xml-min-size-with-asan
...
runtests.c: Workaround issue with combining XML_MIN_SIZE and ASan (#332 )
2019-09-06 01:16:30 +02:00
Sebastian Pipping
45bf95686c
Changes: Add reference to #336
2019-09-05 21:58:50 +02:00
Sebastian Pipping
f2a977c5da
Merge pull request #336 from libexpat/cmake-option-char-type
...
CMake option EXPAT_CHAR_TYPE=(char|ushort|wchar_t) + two other small CMake fixes
2019-09-05 21:56:40 +02:00
Sebastian Pipping
48d4929bff
runtests.c: Workaround issue with combining XML_MIN_SIZE and ASan ( #332 )
2019-09-05 19:56:11 +02:00
Sebastian Pipping
d2892df8fd
.gitignore: Add missing build results (CMake, qa.sh)
2019-09-05 19:38:36 +02:00
Sebastian Pipping
7f75b2e55f
CMake: Streamline expat-config.cmake.in a bit
2019-09-05 17:21:57 +02:00
Sebastian Pipping
93431f0a8e
CMake: Re-model char type components for usability
2019-09-05 17:20:06 +02:00
Sebastian Pipping
5a0df05f53
CMake: Fix guard for EXPAT_MSVC_STATIC_CRT from WIN32 to MSVC
2019-09-05 17:20:06 +02:00
Sebastian Pipping
23d85f447b
CMake: Set XML_UNICODE for XML_UNICODE_WCHAR_T as well, again
2019-09-05 17:20:06 +02:00
Sebastian Pipping
27ec307136
CMake: Introduce option EXPAT_CHAR_TYPE=(char|ushort|wchar_t)
2019-09-05 17:20:06 +02:00
Sebastian Pipping
4a09fc9024
xmlwf: Get -h and -v out of usage summary line
2019-09-05 16:38:41 +02:00
Sebastian Pipping
5f28bccc5b
Changes: Add reference to #338
2019-09-05 16:35:48 +02:00
Sebastian Pipping
fae03ea47c
Changes: Document #339
2019-09-05 16:34:20 +02:00
Sebastian Pipping
18637ba9c8
Merge pull request #339 from bettermanzzy/fixMemLeak
...
Fix a potential memory leak in elements.c
2019-09-05 16:16:54 +02:00
Sebastian Pipping
b52c38a90f
Merge pull request #338 from libexpat/xmlwf-improve-help-output
...
xmlwf: Improve "xmlwf -h" help output
2019-09-05 12:35:40 +02:00
Sebastian Pipping
0310b5d3fd
Merge pull request #337 from libexpat/qa-sh-classify-compiler
...
qa.sh: Auto-detect QA_COMPILER
2019-09-05 12:35:05 +02:00
zhouzhongyuan
90e44cde80
fix potential memory leak in elements.c
2019-09-05 16:17:51 +08:00
Sebastian Pipping
041e7768be
xmlwf: Improve "xmlwf -h" help output
2019-09-05 00:45:14 +02:00
Sebastian Pipping
53f81da945
qa.sh: Auto-detect QA_COMPILER
2019-09-04 21:53:47 +02:00
Sebastian Pipping
3ae79a8893
Changes: Mention CVE and commit SHA1 for #317
2019-09-04 20:43:43 +02:00
Sebastian Pipping
705c553aeb
Merge pull request #335 from libexpat/build-fuzzing-expat-only-once
...
CMake: Build fuzzing Expat once, not twelve times
2019-09-04 20:18:59 +02:00
Sebastian Pipping
c9b669e42a
CMake: Build fuzzing Expat once, not twelve times
2019-09-03 23:20:26 +02:00
Sebastian Pipping
6da1f19625
Merge pull request #318 from libexpat/issue-317
...
Deny internal entities closing the doctype (for #317 )
2019-09-03 22:00:41 +02:00
Sebastian Pipping
968cc3f713
Merge pull request #334 from libexpat/issue-330-cmake-migration
...
Go further with CMake migration (for #330 )
2019-09-03 21:24:54 +02:00
Sebastian Pipping
ef3af655c6
AppVeyor: Improve use of CMake
2019-09-03 01:43:36 +02:00
Sebastian Pipping
8fe8fca412
CMake: Add missing -municode for wchar_t MinGW
2019-09-03 01:43:36 +02:00