summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | or win32/bin/Release. This ensures that executables can find the libraries they depend on. Intermediate files will go into a subdirectory of win32/tmp.
* Changed install directory and application name/version to be more typical ↵kwaclaw2007-04-301-5/+5
| | | | for Windows.
* Corrected some typos.kwaclaw2007-04-301-1/+1
|
* No more search for (back)slashes in the string "STDIN".kwaclaw2007-04-301-5/+16
| | | | Optimized code with regards to use of path delimters on different platforms.
* Re-introducing the old "indef..endif" logic, but using "?=", as ifndef is onlykwaclaw2006-12-131-1/+1
| | | | | supported by GNU Make, but not BSD and Solaris Make. Fix for bugs # 1490371 and #1613457.
* 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
| | | | xmltok_ns.c to the compiler (to make them visible in IDE).
* 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
| | | | subtraction so that it will compile under MS VC++ and GCC.
* 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
| | | | | "failover to default handler" logic. Note: clearing the character data handler does not take effect immediately anymore.
* Fixed infinite loop when character data handler was cleared underkwaclaw2006-07-061-0/+4
| | | | XML_TOK_DATA_CHARS in doContent() and doCdataSection().
* Fix for issues # 1515266 and # 1515600. The inner for loop underkwaclaw2006-07-052-17/+17
| | | | | XML_TOK_DATA_CHARS in doContent() and doCdataSection() did not check if the character data handler was set each time a call-back was made.
* 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
| | | | the abort code has; added a check and regression test or that
* SF bug #1515266: missing check of stopped parser in doContext() for loopfdrake2006-07-011-0/+54
| | | | (added regression test, closing bug report)
* if the test reports a failure message, always display it (it wasfdrake2006-07-011-0/+6
| | | | | ignored); it makes no sense to ever hide this, so we don't worry about the verbosity setting for this
* SF bug #1515266: missing check of stopped parser in doContext() for loopfdrake2006-07-011-0/+2
| | | | (variation of patch by Brett Cannon; test case to come tomorrow)
* - suppress compiler warning when the tests are built with C++fdrake2006-07-013-20/+1
| | | | | - remove non-implemented forking API from minicheck; it is not used, and we always use minicheck instead of check
* Fix for bug #1513566: filemap() in readfilemap.c doesn't handle zero lengthkwaclaw2006-06-282-0/+15
| | | | files, and the same issue applies to filemap() in unixfilemap.c
* __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 ↵kwaclaw2006-04-141-1/+1
| | | | non-32bit systems.
* 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
| | | | virtual device drivers (VxD).
* Some typos corrected.kwaclaw2006-04-071-2/+2
|
* Added XML_FEATURE_NS and XML_FEATURE_LARGE_SIZE values,kwaclaw2006-04-071-2/+4
| | | | as they had not been documented yet.
* Modified code to use XML_ParserReset() instead of creating a newkwaclaw2006-04-071-5/+7
| | | | parser instance on each iteration of the main loop.
* Added XML_FEATURE_LARGE_SIZE to be able to detect if Expat waskwaclaw2006-04-072-1/+5
| | | | compiled with XML_LARGE_SIZE - see XML_GetFeatureList().
* 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
|