summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename macros: "parsing" -> "ps_parsing", "finalBuffer" -> "ps_finalBuffer"fdrake2005-01-291-60/+60
* "if (ns)" check in addBinding() is not necessary, since it is onlykwaclaw2004-12-241-52/+47
* Fix for bug # 695407: Reserved prefixes and namespace names.kwaclaw2004-12-242-4/+67
* Fix for bug # 1090885: Problem with Suspend/Resume mechanism.kwaclaw2004-12-241-4/+7
* Improved error message - see bug # 972802.kwaclaw2004-12-211-1/+1
* Made it consistent that in the case of namespace triplets, the namespacekwaclaw2004-12-201-8/+9
* Fixed comment for XML_ParserCreateNS.kwaclaw2004-12-201-2/+2
* Fix for bug #1065040. Improved const correctness.kwaclaw2004-11-261-6/+6
* Fix for bug #1065042. Improved const correctness.kwaclaw2004-11-261-1/+1
* Fix for bug #1065047. Improved const correctness.kwaclaw2004-11-261-1/+1
* Fix for bug #1065044. Improved const correctness.kwaclaw2004-11-261-2/+2
* Added include guard to expat_external.h.kwaclaw2004-11-262-3/+8
* convert MSVC project and workspace files to binary files that must alwaysfdrake2004-09-304-661/+661
* Removed last comma in enum XML_Status declaration to improvekwaclaw2004-09-241-1/+1
* Fixed type error that came to light when compiling as C++ file.kwaclaw2004-08-101-2/+2