Karl Waclawek
54acff0d55
New pre-release snapshot for Expat 2.0.
2005-12-23 16:47:23 +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
538dcef870
Added more features planned for Expat 3.0.
2005-01-31 14:52:55 +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.
5270eeba30
- add note about XML 1.1
...
- add missing link to tracker item
2005-01-29 03:26:56 +00:00
Fred L. Drake, Jr.
ba51a510b2
add a note about the planned change in XML_ParserReset
2005-01-29 03:24:21 +00:00
Fred L. Drake, Jr.
a2ae1115c6
add news of the pre-release snapshot
2005-01-29 03:18:02 +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
763cce35ef
New link for OCaml Expat.
2005-01-10 14:17:02 +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
Karl Waclawek
8fcf7de86f
Applied the DESTDIR patch provided by Enrico Weigelt.
...
This is a modified form of the patches included with Patch # 779334
and Bug # 985235.
2004-12-17 18:08:08 +00:00
Karl Waclawek
4989a3eece
Small link fix.
2004-12-14 17:26:18 +00:00
Karl Waclawek
dfd6aa79d9
Official name of SAX.NET changed to SAX for .NET.
2004-12-14 17:24:15 +00:00
Fred L. Drake, Jr.
2a78af4434
add links to LuaExpat and LuaSOAP
2004-11-29 21:52:14 +00:00
Karl Waclawek
781e89ed08
Fix for bug #1065040 . Improved const correctness.
...
Minor improvement of XML_GetFeatureList().
2004-11-26 15:16:17 +00:00
Karl Waclawek
4fe9e56a02
Fix for bug #1065042 . Improved const correctness.
2004-11-26 15:00:38 +00:00
Karl Waclawek
bbe86f3dff
Fix for bug #1065047 . Improved const correctness.
2004-11-26 14:58:24 +00:00
Karl Waclawek
d265895d31
Fix for bug #1065044 . Improved const correctness.
2004-11-26 14:56:52 +00:00
Karl Waclawek
45594b1bb3
Added include guard to expat_external.h.
...
Renamed include guard for expat.h, to reflect the changed file name.
2004-11-26 00:20:21 +00:00