summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Consistent bug references (now hashmark for all). Regex used: "\b(?<!#)(\d{6,...hartwork2007-06-061-22/+22
* Added release date.R_2_0_1kwaclaw2007-06-051-2/+2
* Optimized png files.kwaclaw2007-06-052-0/+0
* Updated version numberkwaclaw2007-06-051-1/+1
* Removed need for amiga_main().ssolie2007-06-037-50/+24
* Updated for latest SDK.ssolie2007-06-032-5/+15
* Updated and removed any obsolete defines.ssolie2007-06-031-64/+0
* Bumped version strings.ssolie2007-06-031-3/+3
* Bumped copyright.ssolie2007-06-032-2/+2
* Updated and bumped version.ssolie2007-06-031-3/+5
* Removed incorrect header.ssolie2007-06-031-10/+0
* Added references to newest patches and fixes.kwaclaw2007-05-141-3/+8
* Added section about using DESTDIR and INSTALL_ROOT.kwaclaw2007-05-111-0/+13
* Removing the comment was actually not necessary.kwaclaw2007-05-112-0/+4
* Fix for issue #1717322.kwaclaw2007-05-112-4/+2
* One more patch for bug #1490371.kwaclaw2007-05-091-14/+12
* Fix for issue #1647805 (detecting -fexceptions support doesn't workkwaclaw2007-05-091-2/+2
* Replaced all literal references to ASCII characters with macros thatkwaclaw2007-05-082-58/+76
* Trying to make conditional syntax more cross-platform compatible.kwaclaw2007-05-051-1/+3
* Updated version info according to libtool rules.kwaclaw2007-05-051-1/+1
* Added a missing step for the UTF-16 intall.kwaclaw2007-05-051-1/+2
* Don't need to specify the max option - its the default.kwaclaw2007-05-041-1/+1
* Added note about output locations for MS builds.kwaclaw2007-05-041-0/+5
* Added SolidCompression flag. Saves another 170KB.kwaclaw2007-05-041-0/+1
* 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