Commit Graph

1295 Commits

Author SHA1 Message Date
Sebastian Pipping
2671b8bb91 Replace caddr_t by "void *" for -std=c99 (issue #506) 2016-03-12 02:41:00 +01:00
Gilles Espinasse
b3b07679ee Remove pre-2.0.0 leftovers of using "check" unit testing library 2016-03-12 02:31:29 +01:00
Sebastian Pipping
4cfcbc0b5c Address XML_Parse return type mis-match warning (issue #512)
(Function XML_Parse returns enum XML_Status, not enum XML_Error.)
2016-03-12 02:14:14 +01:00
Sebastian Pipping
e6585e0170 lib/libexpat*.def: Fix version in comment 2016-03-12 01:08:32 +01:00
Sebastian Pipping
8c2fd3d097 Bump version to 2.1.1 2016-03-12 00:23:16 +01:00
Sebastian Pipping
e4d859eb2c Write 2.1.1 change log 2016-03-12 00:23:16 +01:00
Sebastian Pipping
3bdfa930a9 doc/xmlwf.1: Generate from sources using docbook2X
As aside effect the mistaken content

  BUGS
    According to the W3C standard, an XML file without a
    declaration at the beginning is not considered well-formed.
    However, xmlwf allows this to pass.

disappears from the man page.  This is related to bug 470
https://sourceforge.net/p/expat/bugs/470/ or
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412786
in Debian.
2016-03-12 00:23:16 +01:00
Ardo van Rangelrooij
af3dadd473 doc/xmlwf.sgml: Address GROFF issue
GROFF expects a macro name after a leading point. So remove
the linebreak and avoid the warning.
2016-03-12 00:16:49 +01:00
Sebastian Pipping
a472f11d32 doc/xmlwf.sgml: Fix typos
This is backport of commit 4d84c6e897
from doc/xmlwf.1 to doc/xmwlf.sgml
2016-03-12 00:16:49 +01:00
Sebastian Pipping
3c2d92ce83 Fix RPM .spec file 2016-03-11 23:22:51 +01:00
Sebastian Pipping
a29cfb19d8 Makefile.in: Call libtool with --verbose for Debian 2016-03-11 23:22:51 +01:00
Raphael Bossek
95d0faf2b4 Install expat_config.h as well
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=302191
2016-03-11 23:22:51 +01:00
Sebastian Pipping
a0afc16400 make-release.sh: Move from Git to CVS 2016-03-11 23:22:51 +01:00
Sebastian Pipping
0ab8564db6 CMakeLists.txt: Align binary locations with Autotools
Target "xmlwf" even collided with the source folder of the
same name, previously:

$ cmake . && make
...
[ 82%] Linking C executable xmlwf
.../ld: cannot open output file xmlwf: Is a directory
collect2: error: ld returned 1 exit status
...
2016-03-11 23:22:51 +01:00
Sebastian Pipping
f2b1209477 Add CMake things to .gitignore 2016-03-11 23:22:51 +01:00
Sebastian Pipping
a3b925a46e xmlwf: Sync usage help with man page and code 2016-03-11 23:22:51 +01:00
Eric Rahm
ba0f9c3b40 CVE-2015-1283 Sanity check size calculations. r=peterv, a=abillings
https://sourceforge.net/p/expat/bugs/528/
2016-03-02 18:01:53 +01:00
Sebastian Pipping
3f5ed8f18d Extend .gitignore 2016-03-02 18:01:53 +01:00
Sebastian Pipping
426bb860cc buildconf.sh: Create missing conftools/install-sh
Otherwise configure will fail with:
configure: error: cannot find install-sh, install.sh, or shtool in conftools "."/conftools
2016-03-02 18:01:53 +01:00
Sebastian Pipping
7fed4b073e buildconf.sh: Fix variable mis-nomer/collision 2016-03-02 18:01:53 +01:00
Sebastian Pipping
d1d7e18ac4 Rename configure.in to .ac
.. as requested by aclocal:
aclocal-1.15: warning: autoconf input should be named 'configure.ac', not 'configure.in'
2016-03-02 18:01:53 +01:00
Karl Waclawek
891ec14f60 Fix for issue #3526620. 2012-05-15 00:28:15 +00:00
Karl Waclawek
f08b5b72d1 Fix for issue #3522658. 2012-05-06 00:10:00 +00:00
Fred L. Drake, Jr.
c205a741b4 update news for www.libexpat.org 2012-04-14 19:56:38 +00:00
Fred L. Drake, Jr.
dbc2e3c638 fix typo 2012-04-14 19:51:29 +00:00
Karl Waclawek
62574fc8be Final release notes. 2012-03-24 19:06:25 +00:00
Karl Waclawek
d07166d698 Changed version of XML test suite used to 20080827. 2012-03-18 22:18:10 +00:00
Karl Waclawek
0b01ad31ac Typo in README fixed. 2012-03-11 05:54:36 +00:00
Karl Waclawek
cc3008d7dd Updated Changes for release 2.1.0. 2012-03-11 05:19:09 +00:00
Karl Waclawek
b46cee3884 Fix for bug #3500861 did not work properly, fixed the fix by applying
the setContext() call only to the root parser.
Also added a make target to run the benchmark - it relies on the testdata
module being present at the same location as in the repository.
2012-03-11 05:13:12 +00:00
Karl Waclawek
fefcce65be Documented new features for release 2.1.0. 2012-03-10 18:27:17 +00:00
Karl Waclawek
9d7c55246f Fix for bug #3500861 - setContext() called before hash salt was set. 2012-03-10 17:40:30 +00:00
Karl Waclawek
60a139db9c Release preparations. 2012-03-05 14:52:54 +00:00
Karl Waclawek
b6db32746f Added CMake build system. 2012-03-05 14:38:22 +00:00
Karl Waclawek
dce3da11d5 Win32 preparations for release. 2012-03-04 15:53:13 +00:00
Karl Waclawek
1b2b6992cc Preparing for release 2.1.0. 2012-03-04 04:00:51 +00:00
Karl Waclawek
62649c54c3 - Added check for CXX compiler to configure.in, to make the tests compile
- Fixed invalid pointer cast (on 64bit systems) in runtests.c
2012-03-03 23:45:53 +00:00
Karl Waclawek
78344f1740 Release preparations. 2012-03-03 22:02:09 +00:00
Karl Waclawek
0ecc3a7896 Release preparations. 2012-03-03 21:47:56 +00:00
Karl Waclawek
a54b3f901a Release preparations. 2012-03-03 21:39:46 +00:00
Karl Waclawek
0d8489d77e Release preparations. 2012-03-03 21:37:14 +00:00
Karl Waclawek
5bcde56a71 updated manifest for release builds 2012-03-03 21:14:56 +00:00
Karl Waclawek
e3e81a6d9f - Fix for bug # 3496608 (Hash DOS attack)
- Added patch # 3446384 (byte offsets for attr names and values)
- Fix for bug # 3206497 (unitialized memory returned from XML_Parse)
2012-03-03 19:08:02 +00:00
Karl Waclawek
06f392cb07 Changes to the build files:
- replaced the contents of buildconf.sh with instructions to run "autoreconf -fvi")
- some build files were removed, like config.guess, config.sub and install-sh,
  as autoreconf will re-create them.
- clean-up modified to remove files that autoreconf re-created
2012-03-03 18:35:54 +00:00
Karl Waclawek
77ef094a01 Applied patch #3120699 with modifications. 2012-02-26 14:36:31 +00:00
Karl Waclawek
cd7f0cdc29 Added Windows project files (same VC++ 6.0 format as the others) and
modified minicheck.h to build under Windows.
2012-02-21 03:49:47 +00:00
Karl Waclawek
a389cc4721 Modified Windows project files to import properly into Visual Studio 2010. 2012-02-21 03:45:40 +00:00
Karl Waclawek
f6e294bd2c Applied path #3010222 as fix for issue #3010819. 2012-02-21 02:59:51 +00:00
Karl Waclawek
1ce475e909 Fix for issues #2884086 and #2815947. 2012-02-21 02:50:08 +00:00
Karl Waclawek
794ff432aa Modified Windows project files to import properly into Visual Studio 2010. 2012-02-21 02:45:06 +00:00