Commit Graph

1170 Commits

Author SHA1 Message Date
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
Karl Waclawek
3d14ffc8c7 Added some info about XML_LARGE_SIZE and make options. 2005-12-28 18:41:57 +00:00
Karl Waclawek
bd5b3143aa Added some whitespace. 2005-12-28 06:07:52 +00:00
Karl Waclawek
ba0482ed78 Adjusted to the new return type of XML_GetCurrentLineNumber
and XML_GetCurrentColumnNumber when XML_LARGE_SIZE is defined.
2005-12-28 06:06:11 +00:00
Karl Waclawek
b23cb5cb6a Updated to reflect that we use our own Check implementation now. 2005-12-28 06:03:29 +00:00
Karl Waclawek
4d29980d5f Added news item. Moved some older news into news archive. 2005-12-27 16:49:44 +00:00
Karl Waclawek
1bc813d2bd More directories to exclude. 2005-12-27 16:20:26 +00:00
Karl Waclawek
aa03489ca2 Seems we don't have to specify directories. 2005-12-27 16:18:03 +00:00
Steven Solie
6fb807c211 Bumped lib version for 4.0 release 2005-12-27 15:48:13 +00:00
Steven Solie
99437124c1 now creates required dirs 2005-12-27 15:47:31 +00:00
Steven Solie
3b078c4b2f *** empty log message *** 2005-12-27 15:45:30 +00:00
Karl Waclawek
92731631fd Removed empty amiga directories. 2005-12-27 04:49:49 +00:00
Karl Waclawek
8e94886c9c Updated for new setup application. 2005-12-26 19:38:38 +00:00