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
Karl Waclawek
f18b068f38
Fix for bug #1513566 : filemap() in readfilemap.c doesn't handle zero length
...
files, and the same issue applies to filemap() in unixfilemap.c
2006-06-28 02:55:51 +00:00
Karl Waclawek
a4db8198e7
Adjusted for changes in SF links and instructions.
2006-06-05 16:27:08 +00:00
Karl Waclawek
1c42f84506
__cdecl should be used for MS compilers even if MS extensions are turned off.
2006-06-02 12:17:36 +00:00
Karl Waclawek
1a1fea41db
Casting away some integer conversion warnings that should not pose a problem.
2006-04-14 18:03:57 +00:00
Karl Waclawek
b5bd929090
Added a comment about processFile giving problems on files larger than INT_MAX.
2006-04-14 18:02:08 +00:00
Karl Waclawek
1d17d4f9f4
Casting away some integer conversion warnings that should not pose a problem.
2006-04-14 17:53:03 +00:00
Karl Waclawek
c71f27573b
One should not cast a pointer to unsigned long, as it may not work on non-32bit systems.
2006-04-14 17:19:09 +00:00
Karl Waclawek
988c6fc134
Added note that XML_LARGE_SIZE implies a breaking change to the ABI.
2006-04-08 02:52:06 +00:00
Karl Waclawek
b43c6f3df9
Removed DESCRIPTION statement - only valid when compiling 16bit
...
virtual device drivers (VxD).
2006-04-07 20:54:55 +00:00
Karl Waclawek
855d53bf77
Some typos corrected.
2006-04-07 20:29:26 +00:00
Karl Waclawek
9e0e2e6e0c
Added XML_FEATURE_NS and XML_FEATURE_LARGE_SIZE values,
...
as they had not been documented yet.
2006-04-07 20:28:19 +00:00
Karl Waclawek
74a3f4673d
Modified code to use XML_ParserReset() instead of creating a new
...
parser instance on each iteration of the main loop.
2006-04-07 20:25:43 +00:00