Commit Graph

2266 Commits

Author SHA1 Message Date
Rhodri James
0abf000fa4 Plug memory leak in xmlwf's end of doctype declaration handler 2017-08-22 23:14:55 +02:00
Rhodri James
e424d3fb6a Fix formatting and message re-use 2017-08-22 23:14:55 +02:00
Rhodri James
1726204ce2 Rename xmlCharDup to xcsdup and tighten up the code 2017-08-22 23:14:54 +02:00
Rhodri James
59d81f517d Move static variables into a userdata structure 2017-08-22 22:21:10 +02:00
Rhodri James
0da3d1b5bf Add command-line arg "-N" to xmlwf to add notations to test output
...and use it in xmltest.sh
2017-08-22 22:21:10 +02:00
Rhodri James
688ecaa7ab Sort notations by name in xmlwf for conformance tests 2017-08-22 22:21:10 +02:00
Rhodri James
b07794f371 Add doctype and notation handlers to xmlwf for conformance tests 2017-08-22 21:52:48 +02:00
Sebastian Pipping
00f31fa43f Merge branch 'bluhm-memcpy-cast' (pull request #125) 2017-08-22 20:35:28 +02:00
Alexander Bluhm
793c066953
Do not cast arguments of memcpy(3).
With an explicit cast, the C compiler does not check whether the
function's arguments are compatible and will just convert anything.
So removing the cast makes the code safer as the compiler will
complain in more cases.  The implicit cast does the correct thing.
2017-08-21 19:48:20 +02:00
Sebastian Pipping
17092fc677 README.md|Makefile.am: Fix sed pattern for libexpatw.la 2017-08-20 20:21:44 +02:00
Sebastian Pipping
fc577ad9cb Travis CI: Build RPM package, too 2017-08-19 16:46:41 +02:00
Sebastian Pipping
3bdb11fc86 Prepare release version 2.2.4 (#123) 2017-08-19 16:40:21 +02:00
Sebastian Pipping
98a5115c2c Bump version info bumped from 7:5:6 to 7:6:6 (#123) 2017-08-19 16:40:20 +02:00
Sebastian Pipping
40aac6dcbb expat.spec: Fix list of doc filenames
Related commits:
- AUTHORS, Changes, changelog:
  - 2cb09ae4da
  - 2cb09ae4da
- MANIFEST: d4390f34f3
- README: da70f7af4d
2017-08-19 16:40:12 +02:00
Sebastian Pipping
497e078622 expat.spec: Fix source URL 2017-08-19 16:40:12 +02:00
Sebastian Pipping
ed2f80870a conftools/mkinstalldirs: Removed generated file (#65) 2017-08-19 16:37:38 +02:00
Sebastian Pipping
d0aa68d901 buildconf.sh: Make sure that configure has latest version (#65)
Regression from d4390f34f3
2017-08-19 16:37:38 +02:00
Sebastian Pipping
2cb09ae4da lib/Makefile.am: Install files AUTHORS and Changes, too 2017-08-15 22:09:59 +02:00
Sebastian Pipping
9abc72b58e Changes: Remove "potential" as we known better now (#115) 2017-08-13 16:33:48 +02:00
Sebastian Pipping
031e1df1fa loadlibrary.c: Mention license name and modifications (#116) 2017-08-12 21:31:32 +02:00
Sebastian Pipping
c5ce18622f README.md: Fix and improve ordered list syntax 2017-08-12 21:15:56 +02:00
Sebastian Pipping
0a7375dac4 README.md: Resolve pre-Automake INSTALL_ROOT leftover (#65) 2017-08-12 21:13:37 +02:00
Sebastian Pipping
a704c940a4 Inline copyright headers with C/C++ code where missing (#116) 2017-08-12 21:02:41 +02:00
Sebastian Pipping
d809c7cc2f Merge branch 'source-tarball-windows' 2017-08-12 19:23:14 +02:00
Sebastian Pipping
b86f806edf Makefile.am: Include Visual Studio 2013 files in source tarball (#117) 2017-08-12 19:19:56 +02:00
Sebastian Pipping
f980313710 Makefile.am: Extract variables for CMake and Windows files 2017-08-12 19:16:14 +02:00
Sebastian Pipping
5c3a01c1cc Include file tests/xmltest.log.expected in source tarball (#117) 2017-08-12 19:10:43 +02:00
Sebastian Pipping
bc6f07e115 Merge branch 'automake' #65 #118 2017-08-12 16:40:19 +02:00
Sebastian Pipping
da856e3b45 Travis CI: Add mode for "make distcheck" 2017-08-12 16:28:44 +02:00
Sebastian Pipping
d4390f34f3 Replace handwritten Makefile with GNU Automake 2017-08-12 16:09:50 +02:00
Sebastian Pipping
5c01dc098f Extend .gitignore 2017-08-11 23:25:00 +02:00
Sebastian Pipping
65b9c83310 Merge branch 'configure-without-xmlwf' 2017-08-11 23:03:47 +02:00
Sebastian Pipping
9d950527a0 configure.ac: Add --without-xmlwf 2017-08-11 22:44:47 +02:00
Sebastian Pipping
dfbf4a9bb1 Makefile.in: Extract targets related to xmlwf 2017-08-11 22:16:06 +02:00
Sebastian Pipping
d35536d03a Changes: Make list of names alphabetical again 2017-08-11 14:43:33 +02:00
Sebastian Pipping
74a7090a6e xmltok.c: Avoid copying of partial characters for UTF-8 input (#115)
Also make use of memcpy
Second take
2017-08-11 13:07:52 +02:00
Sebastian Pipping
58ec47bbc8 Merge branch 'DerDakon-cmake-cleanup' (pull request #114) 2017-08-07 20:53:50 +02:00
Sebastian Pipping
758b6d6047 Changes: Document #114 2017-08-07 20:52:28 +02:00
Rolf Eike Beer
764f79bc04 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.
2017-08-07 20:40:45 +02:00
Rolf Eike Beer
3d6700dd41 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.
2017-08-07 20:16:45 +02:00
Rolf Eike Beer
27203d8df9 CMake: properly search and announce libbsd support 2017-08-07 20:16:45 +02:00
Sebastian Pipping
880b4dad20 Changes: Document fix to #74
Related commit:
45a9b99af9
2017-08-06 20:39:14 +02:00
Sebastian Pipping
019217d669 Merge branch 'DerDakon-cmake-detect' (pull request #107) 2017-08-06 18:08:36 +02:00
Sebastian Pipping
5e3dca6a6c Changes: Document fix to #43 2017-08-06 18:06:24 +02:00
Sebastian Pipping
b6bb651e15 expat_config.h.cmake: Replace misleading header 2017-08-06 17:59:50 +02:00
Rolf Eike Beer
72b538f2a7 CMake: add option for /dev/urandom availability 2017-08-05 22:23:59 +02:00
Rolf Eike Beer
dc9c4d454a CMake: detect the presence of entropy functions 2017-08-05 22:23:59 +02:00
Rolf Eike Beer
45a9b99af9 CMake: set -fno-strict-aliasing only if the compiler supports it 2017-08-05 15:05:51 +02:00
Sebastian Pipping
65fb9a0406 Merge branch 'jwilk-forks-spelling' (pull request #111) 2017-08-04 21:31:50 +02:00
Sebastian Pipping
e57bf75a79 Changes: Document #111 2017-08-04 21:31:12 +02:00