Sebastian Pipping
8a989015ad
README.md: Replace "should" by "can" regarding Windows binaries ( #376 )
2020-01-23 22:23:08 +01:00
Matthias
8a93b41a8a
Update COPYING
...
Copyright year should be 2019 for 2.2.9?
2019-12-26 00:22:56 +01:00
Bhargava Shastry
037bcd1657
CMake: Fix warning due to if statement with mismatching arguments
2019-11-29 13:29:45 +01:00
Sebastian Pipping
83e1688c74
xmlwf: Improve output of "xmlwf -h" by two tiny bits
2019-11-26 16:17:44 +01:00
Sebastian Pipping
49c31c180c
Merge pull request #369 from libexpat/issue-368-fix-doc-png-images
...
doc: Process *.png images by zopflipng (for #368 )
2019-11-24 18:11:33 +01:00
Sebastian Pipping
3698d490a0
doc: Process *.png images by zopflipng
2019-11-24 15:29:20 +01:00
Bhargava Shastry
9d646413c4
CMake: Enable oss-fuzz integration
2019-11-19 11:31:59 +01:00
Bhargava Shastry
8889179071
parsebuffer fuzzer: Bail out on empty fuzzer input
2019-11-17 21:12:13 +01:00
luz.paz
56893d4fbb
Fix source comment typos
...
Found via `codespell -q 3 -S ./testdata,./expat/Changes`
2019-11-04 07:52:31 -05:00
Sebastian Pipping
515f5d07c6
xmlparse.c: Improve warning regarding lack of high quality entropy ( #172 )
2019-10-26 15:23:09 +02:00
Sebastian Pipping
a328ba3ca6
Changes: Fix name order for 2.2.8
2019-10-16 15:25:34 +02:00
Sebastian Pipping
739a525d1b
Changes: Give credit for #361 and #362
2019-10-16 15:23:14 +02:00
Mohammed Khajapasha
8935c83a84
Autotools: Add package name variable for expat.pc config file
...
Add _EXPAT_TARGET package name variable for expat.pc
package config file in automake.
Signed-off-by: Mohammed Khajapasha <mohammed.khajapasha@intel.com>
2019-10-14 18:19:52 +00:00
Sebastian Pipping
87674af183
Merge pull request #359 from libexpat/rand-s-mingwrt-version-guard
...
Limit declaration of rand_s to mingwrt <5.3.0
2019-10-13 15:13:49 +02:00
Sebastian Pipping
fc32dd491c
xmlparse.c: Limit declaration of rand_s to mingwrt <5.3.0
2019-10-13 13:06:05 +02:00
Sebastian Pipping
b65e0d383d
Changes: Document improvements to CMake
2019-10-12 23:22:24 +02:00
Sebastian Pipping
c513cea787
CMake: Install shipped xmlwf manpage in case of -DEXPAT_BUILD_DOCS=OFF
2019-10-12 23:22:24 +02:00
Sebastian Pipping
f2d53fb6cd
CMake: Catch troublesome build combinations for -DEXPAT_CHAR_TYPE=wchar_t
2019-10-12 23:22:24 +02:00
Sebastian Pipping
db01810bf3
CMake: Catch troublesome build combinations for -DEXPAT_CHAR_TYPE=ushort
2019-10-12 23:22:24 +02:00
Sebastian Pipping
5aa6475ca5
CMake: Create libexpatw.{dll,so} and expatw.pc with -DEXPAT_CHAR_TYPE=(ushort|wchar_t)
2019-10-12 23:22:24 +02:00
Sebastian Pipping
3e31626c7b
CMake: Fix visibility of EXPAT_WITH_LIBBSD and EXPAT_*RANDOM*
2019-10-12 23:22:24 +02:00
Sebastian Pipping
a0ce01d3b0
Changes: Document #356
2019-10-12 23:20:52 +02:00
Sebastian Pipping
ccd1cbc14d
Drop expat.spec RPM packaging (related to #330 )
2019-10-09 19:56:19 +02:00
Sebastian Pipping
dd53eb8d10
Merge pull request #357 from libexpat/coverage-sh-cmake
...
Migrate coverage.sh from GNU Autotools to CMake (part of #330 )
2019-10-09 15:21:08 +02:00
Sebastian Pipping
7426853889
codepage.c: Define functions codepageMap and codepageConvert no more than once
2019-10-08 00:20:28 +02:00
Sebastian Pipping
4d45e55178
coverage.sh: Limit coverage logs to lib/ and xmlwf/ folders
2019-10-08 00:20:28 +02:00
Sebastian Pipping
d516114e76
coverage.sh: Report more about calls to lcov (than their output)
2019-10-08 00:20:28 +02:00
Sebastian Pipping
3334d63437
coverage.sh: Fix directory collisions for w/ and w/o attribute info
2019-10-08 00:20:28 +02:00
Sebastian Pipping
ab73290c35
coverage.sh: Re-use first xmlts.zip download
2019-10-07 22:33:46 +02:00
Sebastian Pipping
6136acc8e0
coverage.sh: Move from GNU Autotools to CMake#
2019-10-07 22:33:35 +02:00
Sebastian Pipping
41c8dc1771
coverage.sh: Copy libexpat.dll as well
2019-10-07 22:33:35 +02:00
Sebastian Pipping
0b53cb461b
coverage.sh: Improve handling of absent libwinpthread-1.dll
2019-10-07 22:33:35 +02:00
Vadim Zeitlin
52aead2583
Declare rand_s() for MinGW 32 ourselves
...
Runtime files for MinGW don't contain rand_s() declaration, even in
their latest version, so declare it ourselves to avoid the warning about
missing function declaration.
2019-10-06 22:12:25 +02:00
Sebastian Pipping
5123c8ed95
xmltok.c: Address warnings about accidental non-ASCII dashes in comments ( #355 )
2019-10-01 21:50:52 +02:00
Sebastian Pipping
c675d2d9da
Changes: Document #354
2019-10-01 21:46:14 +02:00
Sebastian Pipping
8850b20417
qa.sh: Exclude "make run-xmltest" for -DEXPAT_DTD=OFF
2019-09-29 22:42:18 +02:00
Sebastian Pipping
ae87321020
runtests.c: Fix for -DEXPAT_DTD=OFF
2019-09-29 21:44:58 +02:00
Sebastian Pipping
3137798629
runtests.c: Fix for -DEXPAT_NS=OFF
2019-09-29 20:36:28 +02:00
Sebastian Pipping
76f2beee81
runtests.c: Fix compiler warning "unused function" with -DEXPAT_MIN_SIZE=ON
2019-09-29 19:34:39 +02:00
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
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