summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for issue #3526620.HEADoriginmasterkwaclaw2012-05-151-2/+6
|
* Fix for issue #3522658.kwaclaw2012-05-062-0/+6
|
* fix typofdrake2012-04-141-1/+1
|
* Final release notes.R_2_1_0kwaclaw2012-03-241-36/+36
|
* Changed version of XML test suite used to 20080827.kwaclaw2012-03-181-1/+1
|
* Typo in README fixed.kwaclaw2012-03-111-1/+1
|
* Updated Changes for release 2.1.0.kwaclaw2012-03-111-1/+4
|
* Fix for bug #3500861 did not work properly, fixed the fix by applyingkwaclaw2012-03-112-6/+13
| | | | | | 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.
* Documented new features for release 2.1.0.kwaclaw2012-03-101-0/+46
|
* Fix for bug #3500861 - setContext() called before hash salt was set.kwaclaw2012-03-101-16/+28
|
* Release preparations.kwaclaw2012-03-051-0/+3
|
* Added CMake build system.kwaclaw2012-03-055-0/+292
|
* Win32 preparations for release.kwaclaw2012-03-042-8/+8
|
* Preparing for release 2.1.0.kwaclaw2012-03-041-0/+30
|
* - Added check for CXX compiler to configure.in, to make the tests compileR_2_1_0_Betakwaclaw2012-03-032-2/+3
| | | | - Fixed invalid pointer cast (on 64bit systems) in runtests.c
* Release preparations.kwaclaw2012-03-031-6/+8
|
* Release preparations.kwaclaw2012-03-031-0/+1
|
* Release preparations.kwaclaw2012-03-032-2/+6
|
* Release preparations.kwaclaw2012-03-031-0/+10
|
* updated manifest for release buildskwaclaw2012-03-031-5/+0
|
* - Fix for bug # 3496608 (Hash DOS attack)kwaclaw2012-03-032-53/+186
| | | | | - Added patch # 3446384 (byte offsets for attr names and values) - Fix for bug # 3206497 (unitialized memory returned from XML_Parse)
* Changes to the build files:kwaclaw2012-03-036-3570/+14
| | | | | | | - 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
* Applied patch #3120699 with modifications.kwaclaw2012-02-261-3/+2
|
* Added Windows project files (same VC++ 6.0 format as the others) andkwaclaw2012-02-213-4/+154
| | | | modified minicheck.h to build under Windows.
* Modified Windows project files to import properly into Visual Studio 2010.kwaclaw2012-02-211-4/+4
|
* Applied path #3010222 as fix for issue #3010819.kwaclaw2012-02-211-1/+1
|
* Fix for issues #2884086 and #2815947.kwaclaw2012-02-211-32/+32
|
* Modified Windows project files to import properly into Visual Studio 2010.kwaclaw2012-02-215-9/+9
|
* Updated Windows project files to import properly in Visual Studio 2010.kwaclaw2012-02-211-2/+2
|
* Fix for bug ID 2958794.kwaclaw2010-02-251-2/+3
|
* Revised fix for issue# 2894085: differentiated between two cases where the ↵kwaclaw2009-12-291-0/+4
| | | | next pointer should be updated to the end pointer or not - the differentiating negative token value is -XML_TOK_PROLOG_S.
* Fix for issue# 2894085. Removed update to next pointer. It did not seem ↵kwaclaw2009-11-271-1/+0
| | | | right to force it to point somewhere between token boundaries, since that could lead the tokenizer to not recognize an end of token.
* Fix for issue # 2895533.kwaclaw2009-11-121-0/+2
|
* - Fix for issue # 2855609 & 2518079.kwaclaw2009-09-291-6/+4
| | | | - Some code cosmetics.
* Some AmigaOS related changes.ssolie2009-08-0810-196/+187
|
* AmigaOS specific changes to merge a 68k support patch.ssolie2009-02-103-5/+117
|
* More AmigaOS specific changes.ssolie2009-01-316-8/+42
|
* AmigaOS specific changes. See amiga/README.txt for more details.ssolie2009-01-3111-220/+1431
|
* Removed unnecessary linker dependencies.kwaclaw2009-01-195-20/+20
|
* Added URL for Expat project site.kwaclaw2009-01-191-0/+1
|
* Fix for issue #2517938: xmlwf should return a non-zero code for parsing errors.kwaclaw2009-01-191-1/+3
|
* As per issue #1983953: updates to the most recent versions availablekwaclaw2009-01-182-43/+158
| | | | at the repository http://git.savannah.gnu.org.
* Fix for issue #2517946.kwaclaw2009-01-181-5/+0
|
* Applied patch originating from Debian ↵kwaclaw2009-01-181-1/+1
| | | | (http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/patches/485129_fix_underquotation_in_m4.dpatch?op=file&rev=0&sc=0).
* - Move diff to unifiedhartwork2008-08-031-3/+4
| | | | | | - Hint about variable modification inside script (not through environment) - Integrate forgotten case ibm/not-wf/p28a (only case with lower p) - Tell we expected not well-formed when we do instead of the opposite
* Better fix for bug #1990430.kwaclaw2008-06-131-3/+1
|
* Fix for bug #1990430.kwaclaw2008-06-111-0/+2
|
* Added pkg-config support - patch #1749198 by Dan Nicholson.kwaclaw2007-09-034-6/+23
|
* Fix for issue #1785430.kwaclaw2007-09-031-5/+7
|
* Corrected recommended namespace separators - reported in bug #1742315.kwaclaw2007-06-241-6/+9
|