diff options
author | drochner <drochner@pkgsrc.org> | 2002-09-17 21:06:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-09-17 21:06:15 +0000 |
commit | b75858a853f08b22a2279d5922484c8c6540e261 (patch) | |
tree | 7fdb92ba1cbbed94ce734ebfa013a0929331456f /textproc/expat/Makefile | |
parent | e420df3edc574048d3696233df51507248e42651 (diff) | |
download | pkgsrc-b75858a853f08b22a2279d5922484c8c6540e261.tar.gz |
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.
Diffstat (limited to 'textproc/expat/Makefile')
-rw-r--r-- | textproc/expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 31ba3e48d68..092a4173993 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/08/25 18:40:01 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/09/17 21:06:15 drochner Exp $ # -DISTNAME= expat-1.95.4 +DISTNAME= expat-1.95.5 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/} |