]> granicus.if.org Git - libexpat/shortlog
libexpat
2003-10-16 Fred L. Drake... Make it possible to avoid the import of expat_config...
2003-10-16 Fred L. Drake... - reorganize by the components that need what we're...
2003-10-16 Fred L. Drake... - use spaces instead of tabs consistently
2003-10-16 Fred L. Drake... Remove the __attribute__((dllimport)) and __attribute__...
2003-10-15 Karl WaclawekRemoved unused EXPAT_EXPORTS definition.
2003-10-15 Fred L. Drake... clean up the macro restructuring, and make it play...
2003-10-15 Fred L. Drake... - add the XMLCALL annotation consistently in the docs
2003-10-15 Fred L. Drake... - the "alt" attribute is required on <img/> to be valid...
2003-10-15 Fred L. Drake... - add Expat version number
2003-10-15 Fred L. Drake... Update to reflect the addition of the XMLCALL macro.
2003-10-15 Fred L. Drake... Add a news item about the upcoming release, and a point...
2003-10-15 Fred L. Drake... Move "Configuring Expat Using the Pre-Processor" from...
2003-10-15 Fred L. Drake... Deal with issue discussed in SF patch #820946: Expat...
2003-10-11 Fred L. Drake... - move the CVS repository specification to a variable
2003-10-09 Greg SteinPut in a little protection against the developer not...
2003-10-09 Fred L. Drake... Minor updates before release.
2003-10-08 Fred L. Drake... Added documentation for the pre-processor macros used...
2003-09-28 Greg SteinSuggested fix from jtalkington@users.sf.net.
2003-09-22 Karl WaclawekImproved comment on hash algorithm.
2003-09-13 Karl WaclawekApplied patch #699487. For details see patch description.
2003-09-12 Fred L. Drake... wrapped some long lines
2003-09-05 Karl WaclawekUpdated mailing list links.
2003-09-05 Karl WaclawekCorrected typo.
2003-09-05 Karl WaclawekAdded a file for testing the duplicate prefixed attribu...
2003-09-04 Karl WaclawekAdded files for performance testing.
2003-09-04 Karl WaclawekExplains usage of benchmark utility.
2003-09-04 Fred L. Drake... Add explanations for this directory.
2003-09-04 Karl WaclawekSmall benchmark utility to test pure parser speed.
2003-08-28 Karl WaclawekAdjusted layout of XML_ParserReset fix.
2003-08-28 Karl WaclawekFixed omission of second argument in XML_ParserReset.
2003-08-27 Fred L. Drake... elaborated test case to cover SF bug #774028; current...
2003-08-04 Fred L. Drake... update link to mailing lists
2003-07-28 Fred L. Drake... Update expatpp link, and use the name in the description.
2003-07-25 Fred L. Drake... Added link to Late Night Software's XML Tools 2.
2003-07-16 Fred L. Drake... Replace a poor message with one that isn't misleading.
2003-07-15 Fred L. Drake... Update the library version properly this time.
2003-07-15 Fred L. Drake... Added notes about needing the check library to run...
2003-07-15 Fred L. Drake... - bump the versioning information
2003-07-03 Karl WaclawekExpat would report an incorrect "Unlosed token" error...
2003-06-18 Greg SteinPatch submitted by Joe Orton <joe@manyfish.co.uk> with...
2003-04-15 Fred L. Drake... Add a reference to the Simkin scripting language.
2003-03-14 Fred L. Drake... Be more defensive: only enable the *CALL macros when...
2003-03-13 Fred L. Drake... - better explain the XML_GetCurrent*() functions (SF...
2003-03-13 Fred L. Drake... - better explain the XML_GetCurrent*() functions (SF...
2003-03-13 Fred L. Drake... Fix function signature.
2003-03-12 Fred L. Drake... Fix FASTCALL for GCC on Solaris (SF bug #692878).
2003-03-12 Fred L. Drake... Removed documentation of limitations that no longer...
2003-03-12 Fred L. Drake... - be more specific about the errors we expect to see...
2003-03-12 Fred L. Drake... Add regression tests for SF bugs:
2003-03-07 Karl WaclawekApply patch NSAttFix3.diff for bug #692964 (with one...
2003-02-03 Karl WaclawekFix for bug #679754: compile error when XML_DTD not...
2003-01-29 Fred L. Drake... Move the XML_Status enum definition earlier. Some...
2003-01-28 Fred L. Drake... Add win32/README.txt to the Source/ directory that...
2003-01-28 Fred L. Drake... XML_Status is an enum, not a typedef name.
2003-01-28 Fred L. Drake... Fix the release date... again. R_1_95_6
2003-01-28 Fred L. Drake... Karl's latest patch for SF issue #673791:
2003-01-28 Fred L. Drake... - two more tests based on Karl's comments on SF patch...
2003-01-26 Fred L. Drake... Add the .DEF files to the Windows installer.
2003-01-25 Fred L. Drake... Added change notes for Expat 1.95.6, in preparation...
2003-01-25 Fred L. Drake... Replace tabs with spaces.
2003-01-25 Fred L. Drake... Update more version numbers.
2003-01-25 Fred L. Drake... Update for release 1.95.6.
2003-01-25 Fred L. Drake... Update information on the 1.95.6 release (still pending).
2003-01-25 Fred L. Drake... Added regression tests for SF bug #673791.
2003-01-25 Fred L. Drake... Karl's fix for SF bug #673791:
2003-01-25 Fred L. Drake... Thread the proper file name and line number to make...
2003-01-24 Fred L. Drake... Last minute updates.
2003-01-24 Fred L. Drake... Regenerate from xmlwf.sgml revision 1.4.
2003-01-24 Fred L. Drake... Explain "--" properly.
2003-01-24 Fred L. Drake... Add a clobber target. "clean" should really be less...
2003-01-24 Fred L. Drake... Regenerate from xmlwf.sgml.
2003-01-24 Fred L. Drake... - document unexpected memory use reporting when memory...
2003-01-24 Fred L. Drake... - _expect_failure(): Use _fail_unless() instead of...
2003-01-24 Fred L. Drake... Add a test that makes sure xmlns:prefix="" is allowed...
2003-01-24 Karl WaclawekApplied patch #673791.
2003-01-22 Karl WaclawekFor the start of element and end of element events...
2003-01-22 Karl WaclawekPrevent storeAtts() from being called twice for an...
2003-01-22 Fred L. Drake... - update information on the GOBO Expat interface
2003-01-21 Fred L. Drake... Added notes that the namespace decl handlers are only...
2003-01-21 Fred L. Drake... Fix test case regarding reporting of undefined entities and
2003-01-21 Fred L. Drake... Added link to a discussion of another way to handle...
2003-01-21 Fred L. Drake... Documented XML_SetExternalEntityRefHandlerArg(), includ...
2003-01-20 Fred L. Drake... - try to be smarter about the options to cp
2003-01-20 Fred L. Drake... Update the list of project files for the Borland tools.
2003-01-20 Fred L. Drake... Minor cleanups and conformance with current recommended...
2003-01-17 Karl WaclawekCorrect the version some APIs were added in.
2003-01-16 Fred L. Drake... Added notes about the new APIs.
2003-01-16 Fred L. Drake... Correct the version some APIs were added in.
2003-01-16 Fred L. Drake... Add documentation for XML_FreeContentModel(), XML_MemMa...
2003-01-16 Karl WaclawekChange to support Windows 2000 behaviour by default
2003-01-16 Karl WaclawekUpdating Borland BCB5 DEF files for patch re. bug/featu...
2003-01-16 Karl WaclawekPatch for bug/feature request #651754.
2003-01-15 Karl WaclawekApplied patch for bug #667511 supplied by Jeremy Kloth.
2002-12-31 Fred L. Drake... Update comments to refer to XML_STATUS_OK, XML_STATUS_E...
2002-12-30 Fred L. Drake... Change the API to return XML_Status values where possible.
2002-12-30 Fred L. Drake... When returning a status value through the public API...
2002-12-30 Fred L. Drake... Clarify the documentation for the position-reporting...
2002-12-30 Fred L. Drake... Oops, there were more regression tests for SF bug ...
2002-12-30 Fred L. Drake... Added regression tests from bug; Karl already fixed...
2002-12-16 Karl WaclawekFix for bug/feature request #653180.
next