summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix for issue #3522658.kwaclaw2012-05-062-0/+6
* Fix for bug #3500861 did not work properly, fixed the fix by applyingkwaclaw2012-03-111-6/+6
* Fix for bug #3500861 - setContext() called before hash salt was set.kwaclaw2012-03-101-16/+28
* - Fix for bug # 3496608 (Hash DOS attack)kwaclaw2012-03-032-53/+186
* Applied path #3010222 as fix for issue #3010819.kwaclaw2012-02-211-1/+1
* Modified Windows project files to import properly into Visual Studio 2010.kwaclaw2012-02-213-5/+5
* Fix for bug ID 2958794.kwaclaw2010-02-251-2/+3
* Revised fix for issue# 2894085: differentiated between two cases where the ne...kwaclaw2009-12-291-0/+4
* Fix for issue# 2894085. Removed update to next pointer. It did not seem right...kwaclaw2009-11-271-1/+0
* - Fix for issue # 2855609 & 2518079.kwaclaw2009-09-291-6/+4
* AmigaOS specific changes. See amiga/README.txt for more details.ssolie2009-01-313-54/+54
* Removed unnecessary linker dependencies.kwaclaw2009-01-192-8/+8
* Better fix for bug #1990430.kwaclaw2008-06-131-3/+1
* Fix for bug #1990430.kwaclaw2008-06-111-0/+2
* Fix for issue #1785430.kwaclaw2007-09-031-5/+7
* Updated and removed any obsolete defines.ssolie2007-06-031-64/+0
* Removing the comment was actually not necessary.kwaclaw2007-05-112-0/+4
* Fix for issue #1717322.kwaclaw2007-05-112-4/+2
* Replaced all literal references to ASCII characters with macros thatkwaclaw2007-05-082-58/+76
* Updated output directory settings, so that they all point to win32/bin/Debugkwaclaw2007-05-034-24/+25
* Preparing for release 2.0.1.kwaclaw2006-11-271-1/+1
* Added xmltok_impl.c and xmltok_ns.c to source files.kwaclaw2006-11-263-0/+24
* Fix for bug #1548182 .kwaclaw2006-11-261-1/+1
* Change for MS VC++: Added #ifdefs to allow for passing xmltok_impl.c andkwaclaw2006-11-264-0/+31
* (s - NULL & 1) would not compiler under GCC 4.0.0. Changed to char*kwaclaw2006-09-061-1/+2
* Applied patrch #1523242 - support for Open Watcom 1.5.kwaclaw2006-08-054-0/+57
* Improved fix for issues # 1515266 and # 1515600. Will now preserve thekwaclaw2006-07-101-37/+39
* Fixed infinite loop when character data handler was cleared underkwaclaw2006-07-061-0/+4
* Fix for issues # 1515266 and # 1515600. The inner for loop underkwaclaw2006-07-051-16/+14
* SF bug #1515266: as noted, suspending the parser has the same problem thatfdrake2006-07-011-1/+1
* SF bug #1515266: missing check of stopped parser in doContext() for loopfdrake2006-07-011-0/+2
* __cdecl should be used for MS compilers even if MS extensions are turned off.kwaclaw2006-06-021-1/+1
* One should not cast a pointer to unsigned long, as it may not work on non-32b...kwaclaw2006-04-141-1/+1
* Removed DESCRIPTION statement - only valid when compiling 16bitkwaclaw2006-04-072-2/+0
* Added XML_FEATURE_LARGE_SIZE to be able to detect if Expat waskwaclaw2006-04-072-1/+5
* Applied patch #1437840. Fix for bugs #1414066 and #1033965 .kwaclaw2006-03-061-1/+1
* Added missing XML_UNICODE_WCHAR_T to static debug build for UTF-16.kwaclaw2006-01-191-1/+1
* Added some whitespace.kwaclaw2005-12-281-0/+1
* Bumped version number to 2.0.0.kwaclaw2005-12-261-3/+3
* Added 64-bit support for MS VC++ 6.0.kwaclaw2005-12-251-1/+6
* Fixed incorrect cast which would cause 64-bit integers not to be set to a 64-...kwaclaw2005-12-251-2/+2
* *** empty log message ***ssolie2005-12-241-12/+61
* Added support for 64-bit integers when reporting byte indexes,kwaclaw2005-12-234-9/+17
* Fixed non-standard line breaks.kwaclaw2005-12-161-30/+30
* Added int type casts for 64 bit portability, to avoid compiler warnings.kwaclaw2005-11-282-24/+24
* Fix for bug # 1271642.kwaclaw2005-11-241-5/+7
* Fix for bug #1221160.kwaclaw2005-06-151-1/+3
* Applied patch for bug # 1156398.kwaclaw2005-03-041-11/+25
* Added AmigaOS support.ssolie2005-02-264-0/+53
* Report XML_NS setting via XML_GetFeatureList().fdrake2005-01-292-1/+5