]> granicus.if.org Git - libexpat/shortlog
libexpat
2004-08-10 Karl WaclawekFix for bug #1006708.
2004-07-26 Fred L. Drake... add news of the 1.95.8 release
2004-07-24 Fred L. Drake... fix busted %changelog entry R_1_95_8
2004-07-23 Fred L. Drake... add notes for 1.95.8 release
2004-07-23 Fred L. Drake... - add some missing files
2004-07-23 Fred L. Drake... when controlling the CVS client from a script, we shoul...
2004-07-23 Fred L. Drake... added missing files
2004-07-23 Fred L. Drake... Add basic documentation for the suspend/resume feature.
2004-07-23 Fred L. Drake... The status argument to XML_GetParsingStatus() cannot...
2004-07-16 Fred L. Drake... added more detail about XML_CONTEXT_BYTES
2004-07-16 Fred L. Drake... Update version number to 1.95.8 in preparation for...
2004-07-16 Fred L. Drake... add some comments about when various error codes were...
2004-07-16 Fred L. Drake... - fix the description of the XML_DTD preprocessor symbol
2004-07-15 Fred L. Drake... update tests to reflect that a more specific error...
2004-07-15 Fred L. Drake... - avoid using the "check" library's suite_free() functi...
2004-05-27 Karl WaclawekApplied patch for bug #961698 supplied by Anders Carlsson.
2004-05-18 Karl WaclawekAdded a few more meaningful error codes (and messages).
2004-05-07 Karl WaclawekAdded expat_external.h
2004-05-06 Karl WaclawekRenamed exrternal.h to expat_external.h.
2004-05-02 Karl WaclawekFix for bug #946506: PublicId for DOCTYPE not checked...
2004-04-30 Karl WaclawekMade note about building under Visual Studio .NET.
2004-04-30 Karl WaclawekFix for bug #928113 .
2004-04-30 Fred L. Drake... patch from Shard (neoni dot net) to support BeOS
2004-04-30 Fred L. Drake... If the check library is not available, use an abbreviat...
2004-04-29 Karl WaclawekFixed compile errors when XML_DTD and XML_CONTEXT_BYTES
2004-04-27 Karl WaclawekAdded note about the effects on well-formedness checkin...
2004-04-27 Karl WaclawekAdded comment about the effects on well-formedness...
2004-04-26 Karl WaclawekRe-ordered links to 3rd party wrappers.
2004-04-26 Karl WaclawekAdded link to SAXExpat.NET.
2004-04-24 Karl WaclawekWould not build on Linux without including stddef.h...
2004-04-13 Karl WaclawekFix for bug #920274.
2004-04-02 Fred L. Drake... update URL to the mailing lists page
2004-03-26 Karl WaclawekFix for bug #923913, Calling convention problems.
2004-03-16 Karl WaclawekChanged to allow aborting a suspended parser instance.
2004-03-16 Karl WaclawekRemoved ability to suspend while parsing an external...
2004-03-16 Karl WaclawekWhen the parser was suspended while processing an inter...
2004-03-16 Karl WaclawekFixed the XML_GetCurrentLine/ColumnNumber() functions...
2004-03-16 Karl WaclawekChanged signature of XML_GetParsingStatus(), changing...
2004-03-15 Karl WaclawekFix for bug #916228.
2004-03-10 Karl WaclawekImproved comments for XML_StopParser() and XML_ResumePa...
2004-02-13 Karl WaclawekApplied a simplified version of Jeremy Kloth's patch...
2004-02-11 Karl WaclawekMade these compiler warnings go away:
2004-01-29 Fred L. Drake... update version number (closes SF patch #841591)
2004-01-27 Karl WaclawekCosmetic changes in function signatures - for consistency.
2004-01-22 Fred L. Drake... add link to OCaml Expat
2004-01-21 Fred L. Drake... add MSVC 6 project files to the source distribution
2004-01-20 Fred L. Drake... suggested patch from SF bug #846309:
2004-01-20 Fred L. Drake... - add a link-less entry for XML::Parser
2004-01-07 Karl WaclawekApplied patch #835123: Suspend/Resume functionality.
2003-12-16 Karl WaclawekUpdated links for SAXExpat and SAX for Pascal.
2003-11-17 Fred L. Drake... Defined HAVE_EXPAT_CONFIG_H when building on VMS.
2003-11-02 Fred L. Drake... bump the version number since the code has changed...
2003-11-02 Fred L. Drake... remove unused stanzas
2003-11-02 Fred L. Drake... Simplify preprocessor construct.
2003-11-02 Fred L. Drake... Allow the configure script to set where manpages go...
2003-11-02 Fred L. Drake... added regression test for SF bug #824420:
2003-10-30 Fred L. Drake... update the dates
2003-10-30 Fred L. Drake... remove unnecessary typecast
2003-10-28 Fred L. Drake... extend the "Communicating between handlers" section...
2003-10-28 Fred L. Drake... update the link for tDOM
2003-10-26 Karl WaclawekMake XML_ParserFree() null-safe, so that it behaves
2003-10-24 Karl WaclawekCorrected docs regarding Win32 builds with MS VC++.
2003-10-24 Karl WaclawekCleaned up make files and improved docs.
2003-10-23 Fred L. Drake... Started a new page with some notes about what's changin...
2003-10-21 Fred L. Drake... make sure we pick up the Expat logo in the doc directory
2003-10-21 Fred L. Drake... Add a news item for the Expat 1.95.7 release; not quite...
2003-10-20 Fred L. Drake... Set the release date. R_1_95_7
2003-10-20 Fred L. Drake... use indentation consistently
2003-10-20 Fred L. Drake... Steal a bit of look-n-feel from the website; this docum...
2003-10-18 Fred L. Drake... avoid a few additional warnings for some compilers...
2003-10-17 Fred L. Drake... Updates from last night.
2003-10-16 Karl WaclawekFix for bug #824420.
2003-10-16 Fred L. Drake... update to reflect further improvements
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.
next