From b75858a853f08b22a2279d5922484c8c6540e261 Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 17 Sep 2002 21:06:15 +0000 Subject: 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. --- textproc/expat/Makefile | 4 ++-- textproc/expat/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'textproc') 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/} diff --git a/textproc/expat/distinfo b/textproc/expat/distinfo index 60e95f92867..29eb37e13a7 100644 --- a/textproc/expat/distinfo +++ b/textproc/expat/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2002/08/25 18:40:02 jlam Exp $ +$NetBSD: distinfo,v 1.7 2002/09/17 21:06:15 drochner Exp $ -SHA1 (expat-1.95.4.tar.gz) = e3c7d512f98a495b7c39d63d98e39a0c7b89d63a -Size (expat-1.95.4.tar.gz) = 263409 bytes +SHA1 (expat-1.95.5.tar.gz) = 78e6cecdeb0c6926e0e76381e236abaca605f902 +Size (expat-1.95.5.tar.gz) = 282537 bytes -- cgit v1.2.3