]> granicus.if.org Git - libexpat/shortlog
libexpat
2002-09-05 Fred L. Drake... Elaborate the XML_GetFeatureList() API a bit, and add...
2002-09-04 Fred L. Drake... Don't hedge; call it what it is.
2002-09-04 Fred L. Drake... Added text about the pull/suspend model for parsing...
2002-09-04 Fred L. Drake... Small elaboration of what the new API needs to support.
2002-09-04 Fred L. Drake... Add HTML version of the roadmap document currently...
2002-09-04 Fred L. Drake... Abstract some of the styling information out of the...
2002-09-04 Karl WaclawekIncluded "invalid" test cases, to check if the parser...
2002-09-03 Fred L. Drake... Update to Karl's version of this script, and use the...
2002-08-31 Karl WaclawekAdded some comments regarding previous fix (bug #602729).
2002-08-30 Karl WaclawekFix bug reported by Rolf Ade:
2002-08-30 Fred L. Drake... New test: demonstrate segfault in epilogProcessor(...
2002-08-29 Fred L. Drake... Added information on the expat-checkins list.
2002-08-29 Fred L. Drake... Update links to the mailing lists.
2002-08-29 Fred L. Drake... Make these well-formed XHTML.
2002-08-29 Karl WaclawekAdded default handler fix.
2002-08-29 Fred L. Drake... At least make this well-formed XHTML.
2002-08-29 Fred L. Drake... Tabs are evil; remove them.
2002-08-29 Fred L. Drake... Document the special build considerations for building...
2002-08-29 Fred L. Drake... Fixed indentation, added period.
2002-08-29 Karl WaclawekAdded static library build support under VC++
2002-08-29 Fred L. Drake... Consistently use "Expat" when refering to the Expat...
2002-08-29 Fred L. Drake... The strings returned as part of the XML_Feature structu...
2002-08-29 Fred L. Drake... Revise the XML_GetFeatureList() function signature...
2002-08-27 Fred L. Drake... Make the arg to XML_ErrorString() an XML_Error value...
2002-08-27 Fred L. Drake... Define XML_Error enum before referencing it.
2002-08-27 Fred L. Drake... Added more updates; mostly the list of misc. bugs that...
2002-08-27 Fred L. Drake... Added & elaborated some comments about the structures...
2002-08-27 Fred L. Drake... Comments should be sentences, and sentences should...
2002-08-27 Karl WaclawekApplied patch #600964: Element name storage optimization
2002-08-27 Karl WaclawekThe previous fix should also be applied to XML_ParserReset.
2002-08-27 Fred L. Drake... Initialize the pools that are part of the parser struct...
2002-08-27 Fred L. Drake... Added regression test.
2002-08-27 Fred L. Drake... Start a section for the next release.
2002-08-27 Fred L. Drake... asParser(): Removed unused function only defined in...
2002-08-27 Fred L. Drake... One consequence of using an incomplete struct to define...
2002-08-27 Karl WaclawekFix for bug #600479: error decoding UTF-8 triplet
2002-08-26 Fred L. Drake... Fix a broken error message about the XML declaration.
2002-08-26 Fred L. Drake... Documented XML_ParserReset().
2002-08-26 Fred L. Drake... Substantially reduce the amount of indentation used...
2002-08-26 Fred L. Drake... Change XML_Parser definition to use an incomplete struc...
2002-08-26 Karl WaclawekSmall documentation fix for default handler.
2002-08-26 Fred L. Drake... Fix XHTML well-formedness and validity.
2002-08-26 Fred L. Drake... showVersion(): Use the new XML_GetFeatureList() functi...
2002-08-26 Fred L. Drake... XML_GetFeatureList(): New API function.
2002-08-26 Fred L. Drake... Update the link to the mailing lists.
2002-08-26 Karl WaclawekApplied patch #599715: Enable undeclared DTD
2002-08-26 Karl WaclawekRemoved DllMain function for Windows Dll.
2002-08-24 Fred L. Drake... Add test for well-formedness constraint: No Recursion.
2002-08-23 Fred L. Drake... Minor changes for consistency.
2002-08-23 Fred L. Drake... Wrap some long lines; the AS/400 requires line length...
2002-08-23 Fred L. Drake... Update the "clean" target to match the current arrangement.
2002-08-23 Fred L. Drake... It doesn't look like this has been used in a long time...
2002-08-23 Fred L. Drake... Add a test that we do report an undefined entity if...
2002-08-23 Karl WaclawekApplied patch #598944: Static library builds for VC++
2002-08-23 Fred L. Drake... Factor out some error reporting code used when the...
2002-08-23 Fred L. Drake... Renamed the last test added to be more clear about...
2002-08-22 Fred L. Drake... Elaborate a comment slightly.
2002-08-22 Fred L. Drake... showVersion(): Only check for \ in the path on Windows...
2002-08-22 Fred L. Drake... Add a test case for the improper reporting of a failure...
2002-08-22 Fred L. Drake... Preliminary version number increment.
2002-08-22 Karl WaclawekFix for WFC: Entity Declared handling:
2002-08-22 Fred L. Drake... Added some minor markup, plus many more internal hyperl...
2002-08-22 Karl WaclawekApplied patch #598352: Patch for defaultHandler in...
2002-08-22 Fred L. Drake... Reduce the maximum line with to 80 (including the newli...
2002-08-22 Fred L. Drake... Suppress a warning from GCC that moveToFreeBindingList...
2002-08-22 Karl WaclawekAdded more detail about the unknownEncodingHandler.
2002-08-21 Karl WaclawekApplied patch for bug #596931: XML_ParseReset and memor...
2002-08-11 Karl WaclawekFixed typo.
2002-08-08 Fred L. Drake... Fix well-formedness, broken in the previous checkin.
2002-08-08 Fred L. Drake... Added documentation on how Expat deals with XML version...
2002-08-08 Fred L. Drake... Specify XHTML 1.0 Strict, conform, and add the "Valid...
2002-08-08 Fred L. Drake... Add the "Valid XHTML 1.0" icon.
2002-08-08 Fred L. Drake... Lots of really minor changes:
2002-08-08 Fred L. Drake... Style cleanup.
2002-08-08 Fred L. Drake... Document XML_DefaultCurrent().
2002-08-08 Fred L. Drake... Update the API documentation with the use of XML_Status...
2002-08-02 Fred L. Drake... Define specific return values for the XML_Parse*()...
2002-08-02 Fred L. Drake... Define specific return values for the XML_Parse*()...
2002-08-01 Fred L. Drake... doProlog(): Use NULL instead of 0 to clear pointer...
2002-07-31 Fred L. Drake... Caught some more Boolean fields in the internals.
2002-07-31 Fred L. Drake... Use the new Boolean definitions internally.
2002-07-31 Fred L. Drake... Add definitions to support Boolean values in the Expat...
2002-07-29 Karl WaclawekApplied patch for bug #434664: utf8_toutf16 infinite...
2002-07-27 Karl WaclawekAdded documentation to prevent the misunderstanding...
2002-07-27 Karl WaclawekFixes to make it work with make & the free BCC32 comman...
2002-07-27 Karl WaclawekApplied patch # 581069
2002-07-27 Karl WaclawekApplied patch # 581069
2002-07-25 Fred L. Drake... When creating a tarball from the HEAD instead of a...
2002-07-25 Fred L. Drake... Shorten all lines longer than 80 characters to be short...
2002-07-25 Fred L. Drake... Add a whine about the C preprocessor abuse used in...
2002-07-24 Fred L. Drake... Remove cruftiness.
2002-07-22 Fred L. Drake... make_basic_suite(): Simplify the organization of the...
2002-07-22 Fred L. Drake... Added regression test for SF bug #584832, adapted from...
2002-07-22 Karl WaclawekFix for bug #584832: incorrect handling of internal...
2002-07-20 Karl WaclawekApplied patch for bug #584183: crash in builds without...
2002-07-15 Fred L. Drake... Fixup whitespace.
2002-07-12 Fred L. Drake... Add news for the 1.95.4 release.
2002-07-12 Fred L. Drake... Change the "next release" to 1.95.5.
2002-07-12 Fred L. Drake... Present signature lines for function declarations much... R_1_95_4
2002-07-12 Fred L. Drake... More nullification: use "return NULL" instead of ...
next