Steven Solie
765bf559c0
Updated and removed any obsolete defines.
2007-06-03 14:57:04 +00:00
Steven Solie
78ea98ca0d
Bumped version strings.
2007-06-03 14:55:49 +00:00
Steven Solie
b77dbe5a1a
Bumped copyright.
2007-06-03 14:55:09 +00:00
Steven Solie
358d9751e2
Updated and bumped version.
2007-06-03 14:53:24 +00:00
Steven Solie
b239d266de
Removed incorrect header.
2007-06-03 14:51:34 +00:00
Karl Waclawek
940382c933
Added references to newest patches and fixes.
2007-05-14 17:49:19 +00:00
Karl Waclawek
0de7d3a08a
Added section about using DESTDIR and INSTALL_ROOT.
2007-05-11 18:30:17 +00:00
Karl Waclawek
de79105596
Removing the comment was actually not necessary.
2007-05-11 17:20:24 +00:00
Karl Waclawek
1e91933d81
Fix for issue #1717322 .
...
Removed deprecated comment and fixed library name.
2007-05-11 16:54:09 +00:00
Karl Waclawek
824490720a
One more patch for bug #1490371 .
2007-05-09 18:38:50 +00:00
Karl Waclawek
9f2d9f234b
Fix for issue #1647805 (detecting -fexceptions support doesn't work
...
with Intel compiler). Thanks to Hazael (hmaldonado) for the fix.
2007-05-09 13:26:48 +00:00
Karl Waclawek
5e0d9e6078
Replaced all literal references to ASCII characters with macros that
...
explicitly specify a hex code point. This should make it work on
EBCDIC systems. Patch provided by Scott Klement for bug #1690883 .
2007-05-08 02:25:35 +00:00
Karl Waclawek
37cfa469d4
Trying to make conditional syntax more cross-platform compatible.
...
See bugs # 1490371, 1613457, 1618673.
2007-05-05 17:26:37 +00:00
Karl Waclawek
09a7fe471b
Updated version info according to libtool rules.
2007-05-05 14:13:59 +00:00
Karl Waclawek
b52c224fd1
Added a missing step for the UTF-16 intall.
2007-05-05 03:46:28 +00:00
Karl Waclawek
f56e31ad01
Don't need to specify the max option - its the default.
2007-05-04 00:20:59 +00:00
Karl Waclawek
32c10a4ee0
Added note about output locations for MS builds.
2007-05-04 00:17:18 +00:00
Karl Waclawek
ffdb4abbd6
Added SolidCompression flag. Saves another 170KB.
2007-05-04 00:09:11 +00:00
Sebastian Pipping
bddae7c3d8
Ignore .project of Eclipse
2007-05-03 19:54:50 +00:00
Sebastian Pipping
1fdc5e5dda
VersionInfoVersion added (to avoid "0.0.0.0"), compression set to "lzma/max"
2007-05-03 19:51:08 +00:00
Karl Waclawek
19dbd9a928
Changed output directories so that all binaries end up in the same location.
2007-05-03 02:23:17 +00:00
Karl Waclawek
3b298e1179
Updated with new install directory structure.
2007-05-03 02:15:13 +00:00
Karl Waclawek
7770aff0d0
New install directory structure. All binaries are now in the Bin directory.
2007-05-03 02:14:30 +00:00
Karl Waclawek
beda8f53eb
Updated output directory settings, so that they all point to win32/bin/Debug
...
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.
2007-05-03 02:13:28 +00:00
Karl Waclawek
a9a1d91fff
Changed install directory and application name/version to be more typical for Windows.
2007-04-30 00:58:52 +00:00
Karl Waclawek
4d84c6e897
Corrected some typos.
2007-04-30 00:53:51 +00:00
Karl Waclawek
d6075d6b5e
No more search for (back)slashes in the string "STDIN".
...
Optimized code with regards to use of path delimters on different platforms.
2007-04-30 00:50:22 +00:00
Karl Waclawek
91f506c4e3
Re-introducing the old "indef..endif" logic, but using "?=", as ifndef is only
...
supported by GNU Make, but not BSD and Solaris Make. Fix for bugs
# 1490371 and #1613457 .
2006-12-13 17:26:07 +00:00
Karl Waclawek
e76fecea10
Forgot to mention xmlwf bugfix.
2006-11-27 03:05:20 +00:00
Karl Waclawek
56e145f7b3
Preparing for release 2.0.1.
2006-11-27 02:51:58 +00:00
Karl Waclawek
85a2890b03
Updated for release 2.0.1.
2006-11-27 01:35:45 +00:00
Karl Waclawek
c5cd058508
Added xmltok_impl.c and xmltok_ns.c to source files.
2006-11-26 17:58:06 +00:00
Karl Waclawek
fd79deac8b
Fix for bug #1548182 .
2006-11-26 17:35:37 +00:00
Karl Waclawek
3ff6041e90
Change for MS VC++: Added #ifdefs to allow for passing xmltok_impl.c and
...
xmltok_ns.c to the compiler (to make them visible in IDE).
2006-11-26 17:34:46 +00:00
Karl Waclawek
704f0cd364
Updated to new CVS root URL.
2006-11-22 03:20:21 +00:00
Karl Waclawek
f8df052103
Added a shortcut for building for UTF-16.
2006-09-22 14:47:27 +00:00
Karl Waclawek
cf917aae90
Updated to recognize more platforms. See bug # 1554618
2006-09-22 14:42:54 +00:00
Karl Waclawek
c7880974e6
(s - NULL & 1) would not compiler under GCC 4.0.0. Changed to char*
...
subtraction so that it will compile under MS VC++ and GCC.
2006-09-06 14:32:12 +00:00
Karl Waclawek
8d8b9361dc
Fix for bug #1543233 - missing XML_ParserFree.
2006-09-05 20:07:39 +00:00
Karl Waclawek
bfff9ca4e9
The Watcom compiler defines __LINUX__ and not __linux__ for cross compilation.
2006-08-05 22:43:57 +00:00
Karl Waclawek
e3e0d28628
Applied patrch #1523242 - support for Open Watcom 1.5.
2006-08-05 17:01:43 +00:00
Karl Waclawek
9922bc6e57
Improved fix for issues # 1515266 and # 1515600. Will now preserve the
...
"failover to default handler" logic. Note: clearing the character data handler
does not take effect immediately anymore.
2006-07-10 18:59:52 +00:00
Karl Waclawek
89f104aebe
Fixed infinite loop when character data handler was cleared under
...
XML_TOK_DATA_CHARS in doContent() and doCdataSection().
2006-07-06 02:50:27 +00:00
Karl Waclawek
647d969449
Fix for issues # 1515266 and # 1515600. The inner for loop under
...
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.
2006-07-05 13:06:59 +00:00
Fred L. Drake, Jr.
7622ee5779
record my changes from today and yesterday
2006-07-02 02:11:55 +00:00
Fred L. Drake, Jr.
6788d83616
SF bug #1515266 : as noted, suspending the parser has the same problem that
...
the abort code has; added a check and regression test or that
2006-07-01 15:30:38 +00:00
Fred L. Drake, Jr.
66cc81dd7c
SF bug #1515266 : missing check of stopped parser in doContext() for loop
...
(added regression test, closing bug report)
2006-07-01 15:01:00 +00:00
Fred L. Drake, Jr.
60391fb209
if the test reports a failure message, always display it (it was
...
ignored); it makes no sense to ever hide this, so we don't worry about
the verbosity setting for this
2006-07-01 14:54:06 +00:00
Fred L. Drake, Jr.
021ea9f68c
SF bug #1515266 : missing check of stopped parser in doContext() for loop
...
(variation of patch by Brett Cannon; test case to come tomorrow)
2006-07-01 03:57:29 +00:00
Fred L. Drake, Jr.
3e3b98df8a
- suppress compiler warning when the tests are built with C++
...
- remove non-implemented forking API from minicheck; it is not used, and
we always use minicheck instead of check
2006-07-01 02:34:50 +00:00