]> granicus.if.org Git - libexpat/log
libexpat
22 years agoPredict a release date.
Fred L. Drake, Jr. [Thu, 5 Sep 2002 02:00:56 +0000 (02:00 +0000)]
Predict a release date.
Add a note about the internal calling convention magic.

22 years agoUse the FASTCALL macro for many of the internal functions.
Fred L. Drake, Jr. [Thu, 5 Sep 2002 01:58:27 +0000 (01:58 +0000)]
Use the FASTCALL macro for many of the internal functions.

22 years agoAdded new header for common internal definitions. These are all performance-
Fred L. Drake, Jr. [Thu, 5 Sep 2002 01:56:29 +0000 (01:56 +0000)]
Added new header for common internal definitions.  These are all performance-
related at the moment.

22 years agoElaborate the XML_GetFeatureList() API a bit, and add additional info
Fred L. Drake, Jr. [Thu, 5 Sep 2002 01:48:26 +0000 (01:48 +0000)]
Elaborate the XML_GetFeatureList() API a bit, and add additional info
that may be needed by a hughly flexible client.  (Or at least used to check
that the Expat that it links to matches client expectations.)

22 years agoDon't hedge; call it what it is.
Fred L. Drake, Jr. [Wed, 4 Sep 2002 17:26:58 +0000 (17:26 +0000)]
Don't hedge; call it what it is.

22 years agoAdded text about the pull/suspend model for parsing; not sure this is
Fred L. Drake, Jr. [Wed, 4 Sep 2002 17:25:37 +0000 (17:25 +0000)]
Added text about the pull/suspend model for parsing; not sure this is
in the right section.

22 years agoSmall elaboration of what the new API needs to support.
Fred L. Drake, Jr. [Wed, 4 Sep 2002 17:06:06 +0000 (17:06 +0000)]
Small elaboration of what the new API needs to support.

22 years agoAdd HTML version of the roadmap document currently in development.
Fred L. Drake, Jr. [Wed, 4 Sep 2002 15:47:40 +0000 (15:47 +0000)]
Add HTML version of the roadmap document currently in development.

22 years agoAbstract some of the styling information out of the individual documents.
Fred L. Drake, Jr. [Wed, 4 Sep 2002 15:46:35 +0000 (15:46 +0000)]
Abstract some of the styling information out of the individual documents.

22 years agoIncluded "invalid" test cases, to check if the parser reports them
Karl Waclawek [Wed, 4 Sep 2002 03:04:44 +0000 (03:04 +0000)]
Included "invalid" test cases, to check if the parser reports them
as well-formed without errors.

22 years agoUpdate to Karl's version of this script, and use the latest version of
Fred L. Drake, Jr. [Tue, 3 Sep 2002 23:19:30 +0000 (23:19 +0000)]
Update to Karl's version of this script, and use the latest version of
the tests from the W3C.

22 years agoAdded some comments regarding previous fix (bug #602729).
Karl Waclawek [Sat, 31 Aug 2002 02:27:20 +0000 (02:27 +0000)]
Added some comments regarding previous fix (bug #602729).

22 years agoFix bug reported by Rolf Ade:
Karl Waclawek [Fri, 30 Aug 2002 23:22:20 +0000 (23:22 +0000)]
Fix bug reported by Rolf Ade:
CR at end of buffer in epilog causes memory access violation.

22 years agoNew test: demonstrate segfault in epilogProcessor(). Karl has a fix
Fred L. Drake, Jr. [Fri, 30 Aug 2002 22:05:55 +0000 (22:05 +0000)]
New test: demonstrate segfault in epilogProcessor().  Karl has a fix
for this that he'll check in shortly.

22 years agoAdded information on the expat-checkins list.
Fred L. Drake, Jr. [Thu, 29 Aug 2002 18:23:42 +0000 (18:23 +0000)]
Added information on the expat-checkins list.

22 years agoUpdate links to the mailing lists.
Fred L. Drake, Jr. [Thu, 29 Aug 2002 18:13:36 +0000 (18:13 +0000)]
Update links to the mailing lists.

22 years agoMake these well-formed XHTML.
Fred L. Drake, Jr. [Thu, 29 Aug 2002 18:07:03 +0000 (18:07 +0000)]
Make these well-formed XHTML.

22 years agoAdded default handler fix.
Karl Waclawek [Thu, 29 Aug 2002 18:06:31 +0000 (18:06 +0000)]
Added default handler fix.

22 years agoAt least make this well-formed XHTML.
Fred L. Drake, Jr. [Thu, 29 Aug 2002 18:00:51 +0000 (18:00 +0000)]
At least make this well-formed XHTML.

22 years agoTabs are evil; remove them.
Fred L. Drake, Jr. [Thu, 29 Aug 2002 16:48:01 +0000 (16:48 +0000)]
Tabs are evil; remove them.

22 years agoDocument the special build considerations for building from a CVS
Fred L. Drake, Jr. [Thu, 29 Aug 2002 16:46:59 +0000 (16:46 +0000)]
Document the special build considerations for building from a CVS
checkout instead of a packaged source distribution.

22 years agoFixed indentation, added period.
Fred L. Drake, Jr. [Thu, 29 Aug 2002 16:25:12 +0000 (16:25 +0000)]
Fixed indentation, added period.

22 years agoAdded static library build support under VC++
Karl Waclawek [Thu, 29 Aug 2002 16:17:09 +0000 (16:17 +0000)]
Added static library build support under VC++

22 years agoConsistently use "Expat" when refering to the Expat software.
Fred L. Drake, Jr. [Thu, 29 Aug 2002 15:57:08 +0000 (15:57 +0000)]
Consistently use "Expat" when refering to the Expat software.
Other minor clarifications.

22 years agoThe strings returned as part of the XML_Feature structure should be of type
Fred L. Drake, Jr. [Thu, 29 Aug 2002 15:29:52 +0000 (15:29 +0000)]
The strings returned as part of the XML_Feature structure should be of type
XML_LChar*, not XML_Char*.

22 years agoRevise the XML_GetFeatureList() function signature so that we maintain the
Fred L. Drake, Jr. [Thu, 29 Aug 2002 04:54:04 +0000 (04:54 +0000)]
Revise the XML_GetFeatureList() function signature so that we maintain the
behavior that all strings returned from Expat are affected by the XML_UNICODE
and XML_UNICODE_WCHAR_T feature-test macros, and ensure that an application
that needs to determine what type of character data is returned can do so
with reasonable ease.

22 years agoMake the arg to XML_ErrorString() an XML_Error value. Compatible
Fred L. Drake, Jr. [Tue, 27 Aug 2002 22:58:25 +0000 (22:58 +0000)]
Make the arg to XML_ErrorString() an XML_Error value.  Compatible
since enums are binary compatible with ints.

22 years agoDefine XML_Error enum before referencing it.
Fred L. Drake, Jr. [Tue, 27 Aug 2002 22:57:59 +0000 (22:57 +0000)]
Define XML_Error enum before referencing it.
Make the arg to XML_ErrorString() an XML_Error value.  Compatible
since enums are binary compatible with ints.

22 years agoAdded more updates; mostly the list of misc. bugs that have been
Fred L. Drake, Jr. [Tue, 27 Aug 2002 22:42:52 +0000 (22:42 +0000)]
Added more updates; mostly the list of misc. bugs that have been
fixed.

22 years agoAdded & elaborated some comments about the structures maintained to
Fred L. Drake, Jr. [Tue, 27 Aug 2002 21:55:19 +0000 (21:55 +0000)]
Added & elaborated some comments about the structures maintained to
store tag information.

22 years agoComments should be sentences, and sentences should be capitalized and
Fred L. Drake, Jr. [Tue, 27 Aug 2002 21:09:14 +0000 (21:09 +0000)]
Comments should be sentences, and sentences should be capitalized and
end with punctuation.

22 years agoApplied patch #600964: Element name storage optimization
Karl Waclawek [Tue, 27 Aug 2002 20:45:27 +0000 (20:45 +0000)]
Applied patch #600964: Element name storage optimization

22 years agoThe previous fix should also be applied to XML_ParserReset.
Karl Waclawek [Tue, 27 Aug 2002 20:32:41 +0000 (20:32 +0000)]
The previous fix should also be applied to XML_ParserReset.

22 years agoInitialize the pools that are part of the parser structure before
Fred L. Drake, Jr. [Tue, 27 Aug 2002 20:24:19 +0000 (20:24 +0000)]
Initialize the pools that are part of the parser structure before
letting them get cleared.  Reported by Tim Crook.

22 years agoAdded regression test.
Fred L. Drake, Jr. [Tue, 27 Aug 2002 17:06:19 +0000 (17:06 +0000)]
Added regression test.
Closes SF bug #600479.

22 years agoStart a section for the next release.
Fred L. Drake, Jr. [Tue, 27 Aug 2002 16:14:35 +0000 (16:14 +0000)]
Start a section for the next release.

22 years agoasParser(): Removed unused function only defined in debug mode in
Fred L. Drake, Jr. [Tue, 27 Aug 2002 16:09:40 +0000 (16:09 +0000)]
asParser():  Removed unused function only defined in debug mode in
             MSVC.

Remove annoying blank line.

22 years agoOne consequence of using an incomplete struct to define XML_Parser is
Fred L. Drake, Jr. [Tue, 27 Aug 2002 05:49:52 +0000 (05:49 +0000)]
One consequence of using an incomplete struct to define XML_Parser is
that compilers can be more picky about type compatibility.  Tighten up
the function signatures to reduce spurious warnings.

22 years agoFix for bug #600479: error decoding UTF-8 triplet
Karl Waclawek [Tue, 27 Aug 2002 00:28:48 +0000 (00:28 +0000)]
Fix for bug #600479: error decoding UTF-8 triplet

22 years agoFix a broken error message about the XML declaration.
Fred L. Drake, Jr. [Mon, 26 Aug 2002 21:22:35 +0000 (21:22 +0000)]
Fix a broken error message about the XML declaration.
Closes SF bug #596555.

22 years agoDocumented XML_ParserReset().
Fred L. Drake, Jr. [Mon, 26 Aug 2002 20:37:49 +0000 (20:37 +0000)]
Documented XML_ParserReset().
Made function signatures use a trailing semi-colon consistently.

22 years agoSubstantially reduce the amount of indentation used in the table of
Fred L. Drake, Jr. [Mon, 26 Aug 2002 19:55:22 +0000 (19:55 +0000)]
Substantially reduce the amount of indentation used in the table of
contents.

Added documentation for XML_UseForeignDTD().

22 years agoChange XML_Parser definition to use an incomplete structure in the public
Fred L. Drake, Jr. [Mon, 26 Aug 2002 19:54:24 +0000 (19:54 +0000)]
Change XML_Parser definition to use an incomplete structure in the public
API, allowing the implementation to define the structure and use less
casting in internal macros.

Change XML_UseForeignDTD() to return an enum XML_Error value, to allow
specific conditions to be reported more clearly.

22 years agoSmall documentation fix for default handler.
Karl Waclawek [Mon, 26 Aug 2002 17:57:38 +0000 (17:57 +0000)]
Small documentation fix for default handler.

22 years agoFix XHTML well-formedness and validity.
Fred L. Drake, Jr. [Mon, 26 Aug 2002 17:27:29 +0000 (17:27 +0000)]
Fix XHTML well-formedness and validity.

22 years agoshowVersion(): Use the new XML_GetFeatureList() function to list the
Fred L. Drake, Jr. [Mon, 26 Aug 2002 17:20:48 +0000 (17:20 +0000)]
showVersion():  Use the new XML_GetFeatureList() function to list the
                compile-time features as part of the "xmlwf -v"
                output.

22 years agoXML_GetFeatureList(): New API function.
Fred L. Drake, Jr. [Mon, 26 Aug 2002 17:19:41 +0000 (17:19 +0000)]
XML_GetFeatureList():  New API function.

22 years agoUpdate the link to the mailing lists.
Fred L. Drake, Jr. [Mon, 26 Aug 2002 15:08:48 +0000 (15:08 +0000)]
Update the link to the mailing lists.

22 years agoApplied patch #599715: Enable undeclared DTD
Karl Waclawek [Mon, 26 Aug 2002 15:04:19 +0000 (15:04 +0000)]
Applied patch #599715: Enable undeclared DTD

22 years agoRemoved DllMain function for Windows Dll.
Karl Waclawek [Mon, 26 Aug 2002 01:33:56 +0000 (01:33 +0000)]
Removed DllMain function for Windows Dll.
Not needed, since we don't intialize antything, and it gets in
the way when building a static Expat library that is used by a Dll.

22 years agoAdd test for well-formedness constraint: No Recursion.
Fred L. Drake, Jr. [Sat, 24 Aug 2002 19:53:59 +0000 (19:53 +0000)]
Add test for well-formedness constraint: No Recursion.

22 years agoMinor changes for consistency.
Fred L. Drake, Jr. [Fri, 23 Aug 2002 22:21:09 +0000 (22:21 +0000)]
Minor changes for consistency.

22 years agoWrap some long lines; the AS/400 requires line length <= 80
Fred L. Drake, Jr. [Fri, 23 Aug 2002 21:54:11 +0000 (21:54 +0000)]
Wrap some long lines; the AS/400 requires line length <= 80
characters.

22 years agoUpdate the "clean" target to match the current arrangement.
Fred L. Drake, Jr. [Fri, 23 Aug 2002 21:53:29 +0000 (21:53 +0000)]
Update the "clean" target to match the current arrangement.

22 years agoIt doesn't look like this has been used in a long time; we might be
Fred L. Drake, Jr. [Fri, 23 Aug 2002 21:47:52 +0000 (21:47 +0000)]
It doesn't look like this has been used in a long time; we might be
able to get rid of it.

- Arranged function & method signatures like they are elsewhere in the
  sources.
- Shortened some long lines.
- #include expat.h instead of xmlparse.h.

22 years agoAdd a test that we do report an undefined entity if there is an
Fred L. Drake, Jr. [Fri, 23 Aug 2002 19:45:44 +0000 (19:45 +0000)]
Add a test that we do report an undefined entity if there is an
external subset and we load it.

22 years agoApplied patch #598944: Static library builds for VC++
Karl Waclawek [Fri, 23 Aug 2002 15:04:52 +0000 (15:04 +0000)]
Applied patch #598944: Static library builds for VC++

22 years agoFactor out some error reporting code used when the parser is expected
Fred L. Drake, Jr. [Fri, 23 Aug 2002 03:35:40 +0000 (03:35 +0000)]
Factor out some error reporting code used when the parser is expected
to report an error, and either doesn't report an error at all or
reports the wrong error.

22 years agoRenamed the last test added to be more clear about the condition being
Fred L. Drake, Jr. [Fri, 23 Aug 2002 03:14:01 +0000 (03:14 +0000)]
Renamed the last test added to be more clear about the condition being
tested.

Added a couple of additional tests checking for proper response to the
same well-formedness constraint.  No bugs to fix there, just trying to
improve the coverage of the test suite.

22 years agoElaborate a comment slightly.
Fred L. Drake, Jr. [Thu, 22 Aug 2002 21:58:11 +0000 (21:58 +0000)]
Elaborate a comment slightly.

22 years agoshowVersion(): Only check for \ in the path on Windows, the same as
Fred L. Drake, Jr. [Thu, 22 Aug 2002 21:55:25 +0000 (21:55 +0000)]
showVersion():  Only check for \ in the path on Windows, the same as
                in tmain().

22 years agoAdd a test case for the improper reporting of a failure of the "Entity
Fred L. Drake, Jr. [Thu, 22 Aug 2002 21:41:05 +0000 (21:41 +0000)]
Add a test case for the improper reporting of a failure of the "Entity
Declared" WFC fixed in lib/xmlparse.c 1.65.

22 years agoPreliminary version number increment.
Fred L. Drake, Jr. [Thu, 22 Aug 2002 21:32:39 +0000 (21:32 +0000)]
Preliminary version number increment.

22 years agoFix for WFC: Entity Declared handling:
Karl Waclawek [Thu, 22 Aug 2002 21:24:10 +0000 (21:24 +0000)]
Fix for WFC: Entity Declared handling:
Expat would return an "undefined entity" error for the document:
<!DOCTYPE doc SYSTEM "foo">
<doc>&entity;</doc>
if the DTD was not read.

22 years agoAdded some minor markup, plus many more internal hyperlinks.
Fred L. Drake, Jr. [Thu, 22 Aug 2002 21:08:43 +0000 (21:08 +0000)]
Added some minor markup, plus many more internal hyperlinks.

22 years agoApplied patch #598352: Patch for defaultHandler in DTD.
Karl Waclawek [Thu, 22 Aug 2002 14:52:44 +0000 (14:52 +0000)]
Applied patch #598352: Patch for defaultHandler in DTD.

22 years agoReduce the maximum line with to 80 (including the newline character).
Fred L. Drake, Jr. [Thu, 22 Aug 2002 13:58:48 +0000 (13:58 +0000)]
Reduce the maximum line with to 80 (including the newline character).
This should make the AS/400 port easier to maintain.

22 years agoSuppress a warning from GCC that moveToFreeBindingList() had no
Fred L. Drake, Jr. [Thu, 22 Aug 2002 03:54:17 +0000 (03:54 +0000)]
Suppress a warning from GCC that moveToFreeBindingList() had no
prototype, by making it static.

22 years agoAdded more detail about the unknownEncodingHandler.
Karl Waclawek [Thu, 22 Aug 2002 00:06:51 +0000 (00:06 +0000)]
Added more detail about the unknownEncodingHandler.

22 years agoApplied patch for bug #596931: XML_ParseReset and memory leaks.
Karl Waclawek [Wed, 21 Aug 2002 20:00:09 +0000 (20:00 +0000)]
Applied patch for bug #596931: XML_ParseReset and memory leaks.

22 years agoFixed typo.
Karl Waclawek [Sun, 11 Aug 2002 01:36:05 +0000 (01:36 +0000)]
Fixed typo.

22 years agoFix well-formedness, broken in the previous checkin.
Fred L. Drake, Jr. [Thu, 8 Aug 2002 22:21:06 +0000 (22:21 +0000)]
Fix well-formedness, broken in the previous checkin.

22 years agoAdded documentation on how Expat deals with XML versions other than
Fred L. Drake, Jr. [Thu, 8 Aug 2002 22:17:28 +0000 (22:17 +0000)]
Added documentation on how Expat deals with XML versions other than
1.0, and shows how an application can affect it.
Closes SF bug #584041.

22 years agoSpecify XHTML 1.0 Strict, conform, and add the "Valid XHTML 1.0" icon.
Fred L. Drake, Jr. [Thu, 8 Aug 2002 21:51:31 +0000 (21:51 +0000)]
Specify XHTML 1.0 Strict, conform, and add the "Valid XHTML 1.0" icon.
Rip out a lot of the extra layers of <div/> and <a/> elements.

22 years agoAdd the "Valid XHTML 1.0" icon.
Fred L. Drake, Jr. [Thu, 8 Aug 2002 21:51:01 +0000 (21:51 +0000)]
Add the "Valid XHTML 1.0" icon.

22 years agoLots of really minor changes:
Fred L. Drake, Jr. [Thu, 8 Aug 2002 20:41:43 +0000 (20:41 +0000)]
Lots of really minor changes:
- Wrap paragraphs more consistently.
- Make this well-formed XML.
- When making a hyperlink to a function description, consistently
  place the anchor inside the code, not the other way around.
- Make more references to function names hyperlinks to the
  descriptions.
- Fix a few small typos.
- Don't always use an extra div to carry a class attribute, just stick
  it on the pre.

22 years agoStyle cleanup.
Fred L. Drake, Jr. [Thu, 8 Aug 2002 20:37:11 +0000 (20:37 +0000)]
Style cleanup.

22 years agoDocument XML_DefaultCurrent().
Fred L. Drake, Jr. [Thu, 8 Aug 2002 19:29:08 +0000 (19:29 +0000)]
Document XML_DefaultCurrent().
Update the documentation on XML_SetDefaultHandler() and
XML_SetDefaultHandlerExpand().

Closes SF bug #585537.

22 years agoUpdate the API documentation with the use of XML_Status for the
Fred L. Drake, Jr. [Thu, 8 Aug 2002 18:54:15 +0000 (18:54 +0000)]
Update the API documentation with the use of XML_Status for the
XML_Parse() and XML_ParseBuffer() functions.

22 years agoDefine specific return values for the XML_Parse*() functions, and use them
Fred L. Drake, Jr. [Fri, 2 Aug 2002 19:44:09 +0000 (19:44 +0000)]
Define specific return values for the XML_Parse*() functions, and use them
to test all XML_Parse*() return values in the test and sample code.
This is binary-compatible with previous Expat 1.95.x releases.

dtdInit():  Make this a void function, since there is only one possible
    return value.

parserInit(), poolGrow(), setContext():  Make these return XML_Bool values,
    to match their intended semantics.

XML_ParseBuffer():  Use NULL instead of 0 for a pointer value.

22 years agoDefine specific return values for the XML_Parse*() functions, and use them
Fred L. Drake, Jr. [Fri, 2 Aug 2002 19:40:09 +0000 (19:40 +0000)]
Define specific return values for the XML_Parse*() functions, and use them
to test all XML_Parse*() return values in the test and sample code.
This is binary-compatible with previous Expat 1.95.x releases.

22 years agodoProlog(): Use NULL instead of 0 to clear pointer variables.
Fred L. Drake, Jr. [Thu, 1 Aug 2002 05:42:57 +0000 (05:42 +0000)]
doProlog():  Use NULL instead of 0 to clear pointer variables.
getContext():  The needSep local is Boolean, so declare & set it that
way.

22 years agoCaught some more Boolean fields in the internals.
Fred L. Drake, Jr. [Wed, 31 Jul 2002 22:41:48 +0000 (22:41 +0000)]
Caught some more Boolean fields in the internals.

22 years agoUse the new Boolean definitions internally.
Fred L. Drake, Jr. [Wed, 31 Jul 2002 22:11:50 +0000 (22:11 +0000)]
Use the new Boolean definitions internally.

22 years agoAdd definitions to support Boolean values in the Expat API.
Fred L. Drake, Jr. [Wed, 31 Jul 2002 22:10:42 +0000 (22:10 +0000)]
Add definitions to support Boolean values in the Expat API.

22 years agoApplied patch for bug #434664: utf8_toutf16 infinite loop.
Karl Waclawek [Mon, 29 Jul 2002 01:05:11 +0000 (01:05 +0000)]
Applied patch for bug #434664: utf8_toutf16 infinite loop.

22 years agoAdded documentation to prevent the misunderstanding that led
Karl Waclawek [Sat, 27 Jul 2002 23:13:16 +0000 (23:13 +0000)]
Added documentation to prevent the misunderstanding that led
to bug #580503: user called parsing functions recursively.

22 years agoFixes to make it work with make & the free BCC32 command line compiler:
Karl Waclawek [Sat, 27 Jul 2002 17:50:45 +0000 (17:50 +0000)]
Fixes to make it work with make & the free BCC32 command line compiler:
- enabled long command arguments with the "-l" option in makefile.mak
- removed an erroneous linker option from elements.mak

22 years agoApplied patch # 581069
Karl Waclawek [Sat, 27 Jul 2002 16:21:39 +0000 (16:21 +0000)]
Applied patch # 581069

22 years agoApplied patch # 581069
Karl Waclawek [Sat, 27 Jul 2002 16:13:51 +0000 (16:13 +0000)]
Applied patch # 581069

22 years agoWhen creating a tarball from the HEAD instead of a release tag, use
Fred L. Drake, Jr. [Thu, 25 Jul 2002 15:21:06 +0000 (15:21 +0000)]
When creating a tarball from the HEAD instead of a release tag, use
the date to generate the filename instead of the Expat version
number.  This makes sense since the resulting tarball does not
represent a versioned release.

22 years agoShorten all lines longer than 80 characters to be shorter than 80.
Fred L. Drake, Jr. [Thu, 25 Jul 2002 14:51:19 +0000 (14:51 +0000)]
Shorten all lines longer than 80 characters to be shorter than 80.
Required for OS/400 support.

22 years agoAdd a whine about the C preprocessor abuse used in this file.
Fred L. Drake, Jr. [Thu, 25 Jul 2002 14:47:45 +0000 (14:47 +0000)]
Add a whine about the C preprocessor abuse used in this file.
Wrap most of the longer lines so fit in less than 80 columns (required
for OS/400 support).

22 years agoRemove cruftiness.
Fred L. Drake, Jr. [Wed, 24 Jul 2002 01:20:18 +0000 (01:20 +0000)]
Remove cruftiness.

22 years agomake_basic_suite(): Simplify the organization of the test cases into
Fred L. Drake, Jr. [Mon, 22 Jul 2002 17:49:17 +0000 (17:49 +0000)]
make_basic_suite():  Simplify the organization of the test cases into
    just two groups: "basic" (no namespaces) and "namespace".

Rename one test function so it's name makes more sense, and is
shorter.

22 years agoAdded regression test for SF bug #584832, adapted from contributed
Fred L. Drake, Jr. [Mon, 22 Jul 2002 17:15:48 +0000 (17:15 +0000)]
Added regression test for SF bug #584832, adapted from contributed
test.

22 years agoFix for bug #584832: incorrect handling of internal entities.
Karl Waclawek [Mon, 22 Jul 2002 13:32:37 +0000 (13:32 +0000)]
Fix for bug #584832: incorrect handling of internal entities.
The wrong string pool was cleared.

22 years agoApplied patch for bug #584183: crash in builds without DTD support
Karl Waclawek [Sat, 20 Jul 2002 13:31:06 +0000 (13:31 +0000)]
Applied patch for bug #584183: crash in builds without DTD support

22 years agoFixup whitespace.
Fred L. Drake, Jr. [Mon, 15 Jul 2002 19:57:34 +0000 (19:57 +0000)]
Fixup whitespace.

22 years agoAdd news for the 1.95.4 release.
Fred L. Drake, Jr. [Fri, 12 Jul 2002 18:39:32 +0000 (18:39 +0000)]
Add news for the 1.95.4 release.