Commit Graph

1013 Commits

Author SHA1 Message Date
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
Karl Waclawek
f8412b2167 Added support for 64-bit integers when reporting byte indexes,
line and column numbers. Can be turned on/off using the
XML_LARGE_SIZE switch.
2005-12-23 14:45:27 +00:00
Karl Waclawek
b68d8cffaa Fixed non-standard line breaks. 2005-12-16 17:41:19 +00:00
Karl Waclawek
825a19cbe6 Fixed omission of UTF-16 output. 2005-12-13 17:20:16 +00:00
Karl Waclawek
bbe15d6e69 Added int type casts for 64 bit portability, to avoid compiler warnings.
Works for MS VC++, not tested on other platforms.
2005-11-28 20:02:36 +00:00
Karl Waclawek
36aca9c31f Added a note about possible integer overflow when using large input buffers. 2005-11-28 20:00:50 +00:00
Karl Waclawek
cebeca3b56 Added instructions for creating MinGW libraries. 2005-11-28 18:42:49 +00:00
Karl Waclawek
b81af0c990 In preparation for next release. 2005-11-27 21:50:47 +00:00
Karl Waclawek
e0667736c4 Changed back to anonymous CVS access. 2005-11-27 21:36:15 +00:00
Karl Waclawek
b3ab45b8ec Fix for bug # 1271642. 2005-11-24 14:15:22 +00:00
Karl Waclawek
cbf8ace5fb Fix for bug #1221160. 2005-06-15 14:24:26 +00:00
Karl Waclawek
878e9108fd Fix for bug #1023646. 2005-04-19 18:25:08 +00:00
Karl Waclawek
1da4815bbe Applied patch for bug # 1156398. 2005-03-04 02:20:32 +00:00
Steven Solie
b552bd5731 AmigaOS support files 2005-02-26 01:38:54 +00:00
Steven Solie
e6beafd504 Added AmigaOS support. 2005-02-26 01:38:13 +00:00
Fred L. Drake, Jr.
36bd5dab5c when uninstalling the library, remove both headers
(closes SF bug #1114960)
2005-02-10 15:52:02 +00:00
Karl Waclawek
1dcefca028 Fixed error found by Reid Spencer. 2005-01-30 05:44:46 +00:00
Fred L. Drake, Jr.
a236465479 more changes noted 2005-01-29 05:11:13 +00:00
Fred L. Drake, Jr.
2f3aafe992 include the C++ test harness in the Windows package 2005-01-29 05:00:15 +00:00
Fred L. Drake, Jr.
51c170f0cd Report XML_NS setting via XML_GetFeatureList(). 2005-01-29 04:48:44 +00:00
Fred L. Drake, Jr.
4bf87bcbf7 add the C++ test harness 2005-01-29 02:55:53 +00:00
Fred L. Drake, Jr.
a9444dc7a9 rename macros: "parsing" -> "ps_parsing", "finalBuffer" -> "ps_finalBuffer"
(closes SF bug #1021776: Recursion in macro "parsing", HP 11.0)
2005-01-29 02:28:33 +00:00
Fred L. Drake, Jr.
e2677da42c make errors reported display more like GCC error messages, so editors
like Emacs can provide functions like "go to next error", etc.
2005-01-28 16:16:14 +00:00
Fred L. Drake, Jr.
99682bfd28 implement verbose mode in minicheck to make it easier to determine which
tests failed
2005-01-28 06:32:31 +00:00
Fred L. Drake, Jr.
6ba548aabc fix dependency information for C++ tests 2005-01-28 05:46:46 +00:00
Fred L. Drake, Jr.
a1391e586a make all C strings ASCII (7-bits) to avoid editors from trying to
re-encode the source text incorrectly; we really want the input data to
be exactly what it should be
2005-01-28 05:41:56 +00:00
Fred L. Drake, Jr.
537b806d7e test using Expat from C++
(closes SF bug #1006708)
2005-01-28 05:19:53 +00:00
Fred L. Drake, Jr.
f2f6fed3b1 make sure the -I options to the headers for the version being compiled
come before any additional -I options passed in via CPPFLAGS
(closes SF bug #693747)
2005-01-28 04:35:57 +00:00
Fred L. Drake, Jr.
ee9719230c remove use of the check library; always use our own testing package
(this reduces variables and simplifies the build process)
2005-01-27 06:27:57 +00:00
Karl Waclawek
d106fb41b7 "if (ns)" check in addBinding() is not necessary, since it is only
called when namespace processing is turned on.
2004-12-24 18:25:32 +00:00
Karl Waclawek
57081d0c3c Fix for bug # 695407: Reserved prefixes and namespace names.
Contributed by Peter van der Beken.
2004-12-24 18:00:28 +00:00
Karl Waclawek
f47aaad2cd Fix for bug # 1090885: Problem with Suspend/Resume mechanism.
The code path through XML_Parse() when XML_CONTEXT_BYTES
was not defined, did not take into account that XML_ResumParser()
uses bufferPtr and parseEndPtr as the pointers into the working buffer.
2004-12-24 16:30:25 +00:00
Karl Waclawek
7f56ceddbf Improved error message - see bug # 972802. 2004-12-21 18:30:52 +00:00
Karl Waclawek
837398fadb Made it consistent that in the case of namespace triplets, the namespace
separator between local name and prefix is always present, even when
it is omitted between uri and local name.
2004-12-20 05:04:41 +00:00
Karl Waclawek
634291221a Improved and corrected namespace processing documentation. 2004-12-20 03:23:29 +00:00
Karl Waclawek
1f86de6168 Fixed comment for XML_ParserCreateNS. 2004-12-20 03:19:09 +00:00