Go to file
Fred L. Drake, Jr. d836d20cbb 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.
2002-08-02 19:44:09 +00:00
expat Define specific return values for the XML_Parse*() functions, and use them 2002-08-02 19:44:09 +00:00
htdocs Add news for the 1.95.4 release. 2002-07-12 18:39:32 +00:00
.gitignore Initial Revision 1997-11-04 05:43:52 +00:00