Commit Graph

1089 Commits

Author SHA1 Message Date
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
Karl Waclawek
a4bf35d1d1 Added to documentation of XML_ParserReset(). 2004-11-26 00:18:15 +00:00
Fred L. Drake, Jr.
467731ab14 make the headers for support code more C++ friendly 2004-09-30 04:58:09 +00:00
Fred L. Drake, Jr.
0699f3c162 convert MSVC project and workspace files to binary files that must always
use the DOS/Windows CR-LF line end convention

(closes SF bug #1007088)
2004-09-30 02:47:03 +00:00
Fred L. Drake, Jr.
78ee5b3911 - avoided assumptions that glob patterns before a trailing slash will
be expanded; this seems to be a problem in some non-bash shells
  (see SF bug #1033923)
- move counter updates to a shared function
- modified one of the output messages to be (hopefully) less confusing
2004-09-30 02:34:48 +00:00
Fred L. Drake, Jr.
a605dc750b Install expat_external.h properly on all platforms.
Closes SF bug #1000112.
2004-09-24 15:19:11 +00:00
Karl Waclawek
b705d712c2 Removed last comma in enum XML_Status declaration to improve
compiler compatibility.
2004-09-24 13:06:29 +00:00
Fred L. Drake, Jr.
c055ec50f5 reference to an old snapshot should no longer be a hyperlink 2004-08-24 17:40:39 +00:00
Karl Waclawek
b7154acf0a Added type casts necessary for compiling as C++ file (at least under VC++). 2004-08-10 18:18:25 +00:00
Karl Waclawek
a14f6a8b2d Added type cast necessary for compiling as C++ file (at least under VC++). 2004-08-10 18:06:29 +00:00
Karl Waclawek
a5af514c3d Fixed type error that came to light when compiling as C++ file. 2004-08-10 18:04:34 +00:00
Karl Waclawek
f44f6b4200 Fix for bug #1006708. 2004-08-10 17:34:19 +00:00
Fred L. Drake, Jr.
4057b04bbd add news of the 1.95.8 release 2004-07-26 14:53:39 +00:00
Fred L. Drake, Jr.
9b79a5a3c2 fix busted %changelog entry 2004-07-24 05:26:48 +00:00
Fred L. Drake, Jr.
821aaf93b1 add notes for 1.95.8 release 2004-07-23 04:48:36 +00:00
Fred L. Drake, Jr.
5192a7a944 - add some missing files
- re-arrange to make comparison with the actual list of files easier
2004-07-23 03:59:40 +00:00