Subject: CVS commit: pkgsrc/textproc/expat
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 09/18/2002 00:06:16
Module Name:	pkgsrc
Committed By:	drochner
Date:		Tue Sep 17 21:06:16 UTC 2002

Modified Files:
	pkgsrc/textproc/expat: Makefile distinfo

Log Message:
update to 1.95.5
changes:
Added XML_UseForeignDTD() for improved SAX2 support.
Added XML_GetFeatureList().
Defined XML_Bool type and the values XML_TRUE and XML_FALSE.
Use an incomplete struct instead of a void* for the parser.
Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected.
Finally fixed bug where default handler would report DTD events that were
  already handled by another handler. Initial patch
  contributed by Darryl Miller.
Reduced line-length for all source code and headers to be no longer than 80
  characters, to help with AS/400 support.
Reduced memory copying during parsing (SF patch #600964).
Fixed a variety of bugs.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/textproc/expat/Makefile \
    pkgsrc/textproc/expat/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.