Commit Graph

1154 Commits

Author SHA1 Message Date
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
Karl Waclawek
9a33231046 Added info about VS 2005. 2005-12-26 19:36:21 +00:00
Karl Waclawek
edc0f36d7c Updated release version. 2005-12-26 18:08:19 +00:00
Karl Waclawek
f41b3c2003 Bumped version number to 2.0.0. 2005-12-26 15:43:22 +00:00
Karl Waclawek
85c092da87 Removed newly added include directives of configuration header files.
They seem to be unnecessary.
2005-12-25 17:06:22 +00:00
Karl Waclawek
f967e6812a * Added integer modifier macro to support 64-bit integers in printf.
* Made include directives of configuration header files sync'ed
  with xmlparse.c.
2005-12-25 17:05:10 +00:00
Karl Waclawek
d707e890ea * Added integer modifier macro to support 64-bit integers in printf.
* Made include directives to be in sync with xmlparse.c.
2005-12-25 16:56:05 +00:00
Karl Waclawek
b85751153b Added integer modifier macro to support 64-bit integers in printf. 2005-12-25 16:54:10 +00:00
Karl Waclawek
cf4dd114eb Added 64-bit support for MS VC++ 6.0. 2005-12-25 16:52:13 +00:00
Karl Waclawek
ae5fcf90f8 Fixed incorrect cast which would cause 64-bit integers not to be set to a 64-bit -1 value. 2005-12-25 16:50:52 +00:00
Steven Solie
11d4ee824d *** empty log message *** 2005-12-24 17:35:51 +00:00
Steven Solie
0e4b9eb90f *** empty log message *** 2005-12-24 16:21:35 +00:00
Steven Solie
5393717eef *** empty log message *** 2005-12-24 06:52:33 +00:00
Steven Solie
65d6f4c78d *** empty log message *** 2005-12-24 06:45:36 +00:00
Steven Solie
607730d3fe *** empty log message *** 2005-12-24 06:39:56 +00:00
Steven Solie
0845031711 *** empty log message *** 2005-12-24 06:34:24 +00:00
Karl Waclawek
c5241bc79c Preparing for release 2.0. 2005-12-23 16:57:53 +00:00