Commit Graph

1058 Commits

Author SHA1 Message Date
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
Fred L. Drake, Jr.
46315bab40 when controlling the CVS client from a script, we should always
disable the personal CVS config file to avoid any unpredictable
behavior
2004-07-23 03:42:23 +00:00
Fred L. Drake, Jr.
b65b273921 added missing files 2004-07-23 03:38:43 +00:00
Fred L. Drake, Jr.
05b2ebc2dd Add basic documentation for the suspend/resume feature.
Closes SF bug #880632.
2004-07-23 03:28:09 +00:00
Fred L. Drake, Jr.
1d757a0771 The status argument to XML_GetParsingStatus() cannot be NULL. 2004-07-23 02:02:41 +00:00
Fred L. Drake, Jr.
f70a4ab7dd added more detail about XML_CONTEXT_BYTES 2004-07-16 02:31:27 +00:00
Fred L. Drake, Jr.
02de9eac60 Update version number to 1.95.8 in preparation for release. 2004-07-16 02:10:57 +00:00
Fred L. Drake, Jr.
b3c95c25bf add some comments about when various error codes were added 2004-07-16 00:54:57 +00:00
Fred L. Drake, Jr.
3188f13393 - fix the description of the XML_DTD preprocessor symbol
(closes SF bug #916232)
- fix markup error (swapped end tags)
2004-07-16 00:13:05 +00:00
Fred L. Drake, Jr.
c82f512b97 update tests to reflect that a more specific error message is being generated
for some cases
2004-07-15 23:29:25 +00:00
Fred L. Drake, Jr.
1044e5b3e1 - avoid using the "check" library's suite_free() function; it is not
available in all versions of the library, and srunner_free() is
  sufficient
  (closes SF bug #985192)
- avoid some compiler warnings
2004-07-15 22:54:19 +00:00
Karl Waclawek
c834048b0f Applied patch for bug #961698 supplied by Anders Carlsson. 2004-05-27 17:38:52 +00:00
Karl Waclawek
99f5788c21 Added a few more meaningful error codes (and messages). 2004-05-18 13:50:13 +00:00
Karl Waclawek
0d04bafbbd Added expat_external.h 2004-05-07 20:00:48 +00:00
Karl Waclawek
cac0ed29a8 Renamed exrternal.h to expat_external.h.
Fixed up references to this file.
2004-05-06 13:55:49 +00:00
Karl Waclawek
656d80eca2 Fix for bug #946506: PublicId for DOCTYPE not checked & normalized. 2004-05-02 17:31:13 +00:00
Karl Waclawek
0595209dda Made note about building under Visual Studio .NET. 2004-04-30 17:28:05 +00:00
Karl Waclawek
804897854f Fix for bug #928113 . 2004-04-30 15:39:47 +00:00
Fred L. Drake, Jr.
8a8f58a2d0 patch from Shard (neoni dot net) to support BeOS 2004-04-30 03:44:34 +00:00
Fred L. Drake, Jr.
d1df594ca2 If the check library is not available, use an abbreviated implementation of
the check API.  This allows the unit and regression tests to be run on any
system without requiring an external package.
2004-04-30 03:18:11 +00:00
Karl Waclawek
69af7dedff Fixed compile errors when XML_DTD and XML_CONTEXT_BYTES
were undefined.
2004-04-29 17:53:34 +00:00
Karl Waclawek
e55585a9ee Added note about the effects on well-formedness checking when
calling XML_UseForeignDTD(parser, XML_TRUE).
2004-04-27 00:50:50 +00:00
Karl Waclawek
edca100c0c Added comment about the effects on well-formedness checking after
calling XML_UseForeignDTD(parser, XML_TRUE).
2004-04-27 00:49:34 +00:00
Karl Waclawek
c82e539ccd Re-ordered links to 3rd party wrappers. 2004-04-26 20:36:10 +00:00
Karl Waclawek
42e289597f Added link to SAXExpat.NET. 2004-04-26 19:45:23 +00:00
Karl Waclawek
6361de48a2 Would not build on Linux without including stddef.h before
including external.h.
2004-04-24 23:56:41 +00:00
Karl Waclawek
149774b6ec Fix for bug #920274. 2004-04-13 13:17:59 +00:00
Fred L. Drake, Jr.
8e56c54876 update URL to the mailing lists page 2004-04-02 21:53:40 +00:00
Karl Waclawek
9b665601fd Fix for bug #923913, Calling convention problems.
For details see bug description.
2004-03-26 14:24:11 +00:00
Karl Waclawek
22fc8d15d4 Changed to allow aborting a suspended parser instance. 2004-03-16 22:14:31 +00:00
Karl Waclawek
9c48460b5e Removed ability to suspend while parsing an external parameter entity.
The problem is that on return from the externalEntityRefHandler() call-back
the parser currently assumes that parsing of the parameter entity is finished,
and updates its internal state accordingly. I do not have the time at this
point to implement and test a solution. Being able to suspend while parsing
the DTD is also less desirable than doing the same while parsing content.
2004-03-16 20:29:28 +00:00
Karl Waclawek
c50aeb9f9c When the parser was suspended while processing an internal entity,
an XML_ERROR_NO_ELEMENTS condition could happen.
The reason was that the internal entity's start tag level was not preserved
when parsing was suspended. This has been corrected.
2004-03-16 04:41:54 +00:00