summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore .project of Eclipsehartwork2007-05-031-0/+1
* VersionInfoVersion added (to avoid "0.0.0.0"), compression set to "lzma/max"hartwork2007-05-031-3/+5
* Changed output directories so that all binaries end up in the same location.kwaclaw2007-05-033-16/+16
* Updated with new install directory structure.kwaclaw2007-05-031-15/+13
* New install directory structure. All binaries are now in the Bin directory.kwaclaw2007-05-031-37/+33
* Updated output directory settings, so that they all point to win32/bin/Debugkwaclaw2007-05-034-24/+25
* Changed install directory and application name/version to be more typical for...kwaclaw2007-04-301-5/+5
* Corrected some typos.kwaclaw2007-04-301-1/+1
* No more search for (back)slashes in the string "STDIN".kwaclaw2007-04-301-5/+16
* Re-introducing the old "indef..endif" logic, but using "?=", as ifndef is onlykwaclaw2006-12-131-1/+1
* Forgot to mention xmlwf bugfix.kwaclaw2006-11-271-8/+6
* Preparing for release 2.0.1.kwaclaw2006-11-274-6/+17
* Updated for release 2.0.1.kwaclaw2006-11-271-1/+5
* 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
* Updated to new CVS root URL.kwaclaw2006-11-221-1/+1
* Added a shortcut for building for UTF-16.kwaclaw2006-09-221-0/+1
* Updated to recognize more platforms. See bug # 1554618kwaclaw2006-09-222-516/+781
* (s - NULL & 1) would not compiler under GCC 4.0.0. Changed to char*kwaclaw2006-09-061-1/+2
* Fix for bug #1543233 - missing XML_ParserFree.kwaclaw2006-09-051-0/+1
* The Watcom compiler defines __LINUX__ and not __linux__ for cross compilation.kwaclaw2006-08-052-4/+2
* Applied patrch #1523242 - support for Open Watcom 1.5.kwaclaw2006-08-0515-7/+810
* Improved fix for issues # 1515266 and # 1515600. Will now preserve thekwaclaw2006-07-102-38/+43
* 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-052-17/+17
* record my changes from today and yesterdayfdrake2006-07-021-0/+7
* SF bug #1515266: as noted, suspending the parser has the same problem thatfdrake2006-07-012-34/+60
* SF bug #1515266: missing check of stopped parser in doContext() for loopfdrake2006-07-011-0/+54
* if the test reports a failure message, always display it (it wasfdrake2006-07-011-0/+6
* SF bug #1515266: missing check of stopped parser in doContext() for loopfdrake2006-07-011-0/+2
* - suppress compiler warning when the tests are built with C++fdrake2006-07-013-20/+1
* Fix for bug #1513566: filemap() in readfilemap.c doesn't handle zero lengthkwaclaw2006-06-282-0/+15
* __cdecl should be used for MS compilers even if MS extensions are turned off.kwaclaw2006-06-021-1/+1
* Casting away some integer conversion warnings that should not pose a problem.kwaclaw2006-04-142-2/+2
* Added a comment about processFile giving problems on files larger than INT_MAX.kwaclaw2006-04-141-2/+3
* Casting away some integer conversion warnings that should not pose a problem.kwaclaw2006-04-141-10/+10
* One should not cast a pointer to unsigned long, as it may not work on non-32b...kwaclaw2006-04-141-1/+1
* Added note that XML_LARGE_SIZE implies a breaking change to the ABI.kwaclaw2006-04-081-0/+4
* Removed DESCRIPTION statement - only valid when compiling 16bitkwaclaw2006-04-072-2/+0
* Some typos corrected.kwaclaw2006-04-071-2/+2
* Added XML_FEATURE_NS and XML_FEATURE_LARGE_SIZE values,kwaclaw2006-04-071-2/+4
* Modified code to use XML_ParserReset() instead of creating a newkwaclaw2006-04-071-5/+7
* Added XML_FEATURE_LARGE_SIZE to be able to detect if Expat waskwaclaw2006-04-072-1/+5
* changed default sharedlibdirssolie2006-03-191-1/+1
* bumped version to 4.1ssolie2006-03-191-3/+3
* added 4.1 notesssolie2006-03-191-0/+3
* now allocates shared memory and frees the correct memory blockssolie2006-03-191-3/+3
* Applied patch #1437840. Fix for bugs #1414066 and #1033965 .kwaclaw2006-03-064-7/+13
* Fix for bug # 1408143: "make check" failure.kwaclaw2006-01-252-3/+7