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 |
|
Karl Waclawek
|
8617df5d5e
|
Added XML_FEATURE_LARGE_SIZE to be able to detect if Expat was
compiled with XML_LARGE_SIZE - see XML_GetFeatureList().
|
2006-04-07 20:24:20 +00:00 |
|
Steven Solie
|
b882b1259b
|
changed default sharedlibdir
|
2006-03-19 04:45:43 +00:00 |
|
Steven Solie
|
01146227ab
|
bumped version to 4.1
|
2006-03-19 04:35:27 +00:00 |
|
Steven Solie
|
a1b46dabfb
|
added 4.1 notes
|
2006-03-19 04:34:35 +00:00 |
|
Steven Solie
|
88fc663d40
|
now allocates shared memory and frees the correct memory block
|
2006-03-19 04:32:58 +00:00 |
|
Karl Waclawek
|
65fb6b9167
|
Applied patch #1437840. Fix for bugs #1414066 and #1033965 .
|
2006-03-06 14:24:36 +00:00 |
|
Karl Waclawek
|
e5bee8cde7
|
Fix for bug # 1408143: "make check" failure.
|
2006-01-25 23:04:46 +00:00 |
|
Karl Waclawek
|
6745f2401a
|
Added missing XML_UNICODE_WCHAR_T to static debug build for UTF-16.
|
2006-01-19 01:04:23 +00:00 |
|
Karl Waclawek
|
c48c134a15
|
Updated web site with release news.
|
2006-01-11 15:52:12 +00:00 |
|
Karl Waclawek
|
1a6d93c530
|
Updated libtool version info.
|
2006-01-11 01:10:46 +00:00 |
|
Karl Waclawek
|
1e2e2fc2fe
|
More detail on line/column numbers.
|
2006-01-11 01:01:23 +00:00 |
|
Karl Waclawek
|
13ef942e37
|
Updated release date.
|
2006-01-10 01:24:20 +00:00 |
|
Karl Waclawek
|
8db4a61a9a
|
Prepared for release 2.0.0.
|
2006-01-06 03:59:05 +00:00 |
|
Karl Waclawek
|
efcfaa79a9
|
Added support for XML_LARGE_SIZE.
|
2006-01-01 21:17:41 +00:00 |
|
Karl Waclawek
|
c8c07173c3
|
Fixed some file references and updated to InnoSetup 5.1.6.
|
2006-01-01 20:59:25 +00:00 |
|
Karl Waclawek
|
0e0d422f6c
|
Small corrections.
|
2006-01-01 18:53:44 +00:00 |
|
Steven Solie
|
a37dbbaaa6
|
Added 2.0 definitions and bumped version
|
2005-12-30 04:19:05 +00:00 |
|
Steven Solie
|
819ad2f31b
|
added missing include path
|
2005-12-30 04:18:13 +00:00 |
|
Karl Waclawek
|
2ed6c3abda
|
Updated copyright dates.
|
2005-12-29 05:13:05 +00:00 |
|
Steven Solie
|
6ea62ff561
|
added amigaconfig.h
|
2005-12-29 03:01:04 +00:00 |
|
Karl Waclawek
|
925a683135
|
* Added support for XML_LARGE_SIZE.
* Added comment about using with UTF-8 version of Expat only.
|
2005-12-28 18:43:36 +00:00 |
|