Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 03/12/2001 19:32:54
Module Name:	pkgsrc
Committed By:	drochner
Date:		Mon Mar 12 17:32:54 UTC 2001

Modified Files:
	pkgsrc/www/p5-HTML-Parser: Makefile
	pkgsrc/www/p5-HTML-Parser/files: md5

Log Message:
update to 3.19 (3.13 isn't available on CPAN archives anymore)
Changes:
     If a handler triggered by flushing text at eof called the
     eof method then infinite recursion occurred.  Fixed.
     Bug discovered by Jonathan Stowe <gellyfish@gellyfish.com>.

     Allow <!doctype ...> to be parsed as declaration.

     HTML::TokeParser's get_tag() method now takes multiple
     tags to match.  Hopefully the documentation is also a bit clearer.

     #define PERL_NO_GET_CONTEXT: Should speed up things for thread
     enabled versions of perl.

     Quote some more entities that also happens to be perl keywords.
     This avoids warnings on perl-5.004.

     Unicode entities only triggered for perl-5.7.0 or higher.

     The unbroken_text option now works across ignored tags.

     Fix casting of pointers on some 64 bit platforms.

     Fix decoding of Unicode entities.  Only optionally available for
     perl-5.7.0 or better.

     Expose internal decode_entities() function at the Perl level.

     Reindented some code.

     The 3.16 release broke MULTIPLICITY builds.  Fixed.

     There was a C++ style comment left in util.c.  Strict C
     compilers do not like that kind of stuff.

     Avoid the entity2char global.  That should make the module
     more thread safe.   Patch by Gurusamy Sarathy <gsar@ActiveState.com>.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/www/p5-HTML-Parser/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/www/p5-HTML-Parser/files/md5

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