Commit graph

59 commits

Author SHA1 Message Date
sno
43f7c49a24 Updating www/p5-HTML-Parser from 3.67nb1 to 3.68
Upstream changes:
2010-09-01  Release 3.68

Gisle Aas (1):
      Declare the encoding of the POD to be utf8
2010-09-02 20:30:24 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
e697b9c9af Updating www/p5-HTML-Parser from 3.66 to 3.67
Upstream changes:
2010-08-17  Release 3.67

Nicholas Clark (1):
      bleadperl 2154eca7 breaks HTML::Parser 3.66 [RT#60368]
2010-08-19 19:36:30 +00:00
seb
6e64767cd8 Update p5-HTML-Parser from version 3.65 to version 3.66.
Upstream changes:
2010-07-09  Release 3.66

Gisle Aas (1):
      Fix entity decoding in utf8_mode for the title header
2010-07-14 03:38:37 +00:00
seb
5d102504f9 Update p5-HTML-Parser from version 3.64 to version 3.65.
Upstream changes:
2010-04-04  Release 3.65

Gisle Aas (1):
      Eliminate buggy entities_decode_old

Salvatore Bonaccorso (1):
      Fixed endianness typo [RT#50811]

Ville Skyttä (1):
      Documentation fixes.
2010-04-11 19:24:10 +00:00
sno
5290a3125f Updating www/p5-HTML-Parser from 3.63 to 3.64
Upstream changes:
2009-10-25  Release 3.64

Gisle Aas (5):
      Convert files to UTF-8
      Don't allow decode_entities() to generate illegal Unicode chars
      Copyright 2009
      Remove rendundant (repeated) test
      Make parse_file() method use 3-arg open [RT#49434]
2009-11-14 12:27:12 +00:00
sno
8fcfcc186b Updating www/p5-HTML-Parser from 3.62 to 3.63
Upstream changes:
2009-10-22  Release 3.63

Gisle Aas (2):
      Take more care to prepare the char range for encode_entities [RT#50170]
      decode_entities confused by trailing incomplete entity
2009-10-24 16:07:15 +00:00
sno
ce48c96a49 Updating package for www/p5-HTML-Parser from 3.61 to 3.62
Upstream changes:
2009-08-13  Release 3.62

Ville Skytt"a (4):
      HTTP::Header doc typo fix.
      Do not bother tracking style or script, they're ignored.
      Bring HTML 5 head elements up to date with WD-html5-20090423.
      Improve HeadParser performance.

Gisle Aas (1):
      Doc patch: Make it clearer what the return value from ->parse is
2009-08-18 14:28:00 +00:00
sno
348fecb959 pkgsrc changes:
- Updating package for p5 module HTML::Parser from 3.60 to 3.61
  - Setting LICENSE=${PERL5_LICENSE} according to META.yml

Upstream changes:
2009-06-20  Release 3.61

Gisle Aas (2):
      Test that triggers the crash that Chip fixed
      Complete documented list of literal tags

Chip Salzenberg (1):
      Avoid crash (referenced pend_text instead of skipped_text)

Antonio Radici (1):
      Reference HTML::LinkExttor [RT#43164]
2009-07-07 19:37:39 +00:00
wiz
f5ea3c583d Update to 3.60:
2009-02-09  Release 3.60

Ville Skytta (5):
      Spelling fixes.
      Test multi-value headers.
      Documentation improvements.
      Do not terminate head parsing on the <object> element (added in HTML 4.0).
      Add support for HTML 5 <meta charset> and new HEAD elements.

Damyan Ivanov (1):
      Short description of the htextsub example

Mike South (1):
      Suppress warning when encode_entities is called with undef [RT#27567]

Zefram (1):
      HTML::Parser doesn't compile with perl 5.8.0.
2009-02-21 14:00:02 +00:00
he
3739e27612 Update from version 3.56nb1 to 3.59.
Upstream changes:

2008-11-24   Gisle Aas <gisle@ActiveState.com>

     Release 3.59

     Restore perl-5.6 compatibility for HTML::HeadParser.

     Improved META.yml


2008-11-17   Gisle Aas <gisle@ActiveState.com>

     Release 3.58

     Suppress "Parsing of undecoded UTF-8 will give garbage" warning
     with attr_encoded [RT#29089]

     HTML::HeadParser:
       - Recognize the Unicode BOM in utf8_mode as well [RT#27522]
       - Avoid ending up with '/' keys attribute in Link headers.


2008-11-16   Gisle Aas <gisle@ActiveState.com>

     Release 3.57

     The <iframe> element content is now parsed in literal mode.

     Parsing of <script> and <style> content ends on the first end tag
     even when that tag was in a quoted string.  That seems to be the
     behaviour of all modern browsers.

     Implement backquote() attribute as requested by Alex Kapranoff.

     Test and documentation tweaks from Alex Kapranoff.
2008-12-12 22:17:33 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
heinz
4c98f1202e The package needs a C compiler. 2008-01-08 20:58:30 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
4e5bdea2ff Update to 3.56:
2007-01-12   Gisle Aas

     Release 3.56

     Cloning of parser state for compatiblity with threads.
     Fixed by Bo Lindbergh

     Don't require whitespace between declaration tokens.
     <http://rt.cpan.org/Ticket/Display.html?id=20864>



2006-07-10   Gisle Aas

     Release 3.55

     Treat <> at the end of document as text.  Used to be
     reported as a comment.

     Improved Firefox compatiblity for bad HTML:
      - Unclosed <script>, <style> are now treated as empty tags.
      - Unclosed <textarea>, <xmp> and <plaintext> treat rest as text.
      - Unclosed <title> closes at next tag.

     Make <!a'b> a comment by itself.
2007-02-02 19:04:35 +00:00
joerg
aa48c98240 DESTDIR support. 2006-11-05 17:31:09 +00:00
wiz
207db1c281 Update to 3.54:
2006-04-28   Gisle Aas

     Release 3.54

     Yaakov Belch discovered yet another issue with <script> parsing.
     Enabling of 'empty_element_tags' got the parser confused
     if it found such a tag for elements that are normally parsed
     in literal mode.  Of these <script src="..."/> is the only
     one likely to be found in documents.
     <http://rt.cpan.org//Ticket/Display.html?id=18965>



2006-04-27   Gisle Aas

     Release 3.53

     When ignore_element was enabled it got confused if the
     corresponding tags did not nest properly; the end tag
     was treated it as if it was a start tag.
     Found and fixed by Yaakov Belch
     <http://rt.cpan.org/Ticket/Display.html?id=18936>



2006-04-26   Gisle Aas

     Release 3.52

     Make sure the 'start_document' fires exactly once for
     each document parsed.  For earlier releases it did not
     fire at all for empty documents and could fire multiple
     times if parse was called with empty chunks.

     Documentation tweaks and typo fixes.



2006-03-22   Gisle Aas

     Release 3.51

     Named entities outside the Latin-1 range are now only expanded
     when properly terminated with ";".  This makes HTML::Parser
     compatible with Firefox/Konqueror/MSIE when it comes to how these
     entities are expanded in attribute values.  Firefox does expand
     unterminated non-Latin-1 entities in plain text, so here
     HTML::Parser only stays compatible with Konqueror/MSIE.
     Fixes <http://rt.cpan.org/Ticket/Display.html?id=17962>.

     Fixed some documentation typos spotted by william at knowmad.com.
     <http://rt.cpan.org/Ticket/Display.html?id=18062>
2006-07-19 22:46:24 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
gavan
38daf4bcfd Update p5-HTML-Parser to 3.50:
Release 3.50

  The 3.49 release didn't compile with VC++ because it mixed code
  and declarations.  Fixed by Steve Hay <steve.hay@uk.radan.com>.
2006-02-16 14:24:00 +00:00
wiz
75015e3a87 Update to 3.49:
2006-01-08   Gisle Aas

     Release 3.49

     Events could sometimes still fire after a handler has signaled eof.

     Marked_sections with text ending in square bracket parsed wrong.
     <http://rt.cpan.org/Ticket/Display.html?id=16749>
2006-02-13 19:27:11 +00:00
wiz
eced49b83e Update to 3.48:
2005-12-02   Gisle Aas

     Release 3.48

     Enabling empty_element_tags by default for HTML::TokeParser
     was a mistake.  Reverted that change.
     <https://rt.cpan.org/Ticket/Display.html?id=16164>

     When processing a document with "marked_sections => 1", the
     skipped text missed the first 3 bytes "<![".
     <https://rt.cpan.org/Ticket/Display.html?id=16207>



2005-11-22   Gisle Aas

     Release 3.47

     Added empty_element_tags and xml_pic configuration
     options.  These make it possible to enable these XML
     features without enabling the full XML-mode.

     The empty_element_tags is enabled by default for
     HTML::TokeParser.
2006-01-01 23:00:30 +00:00
wiz
c17f75e2d8 Update to 3.46:
2005-10-24   Gisle Aas

     Release 3.46

     Don't try to treat an literal &nbsp; as space.
     This breaks Unicode parsing.
     https://rt.cpan.org/Ticket/Display.html?id=15068

     The unbroken_text option is now by default on
     for HTML::TokeParser.

     HTML::Entities::encode will no encode "'" by default.

     Improved report/ignore_tags documentation by
     Norbert Kiesel

     Test suite now use Test::More, by
     Norbert Kiesel

     Fix HTML::Entities typo spotted by
     Stefan Funke

     Faster load time with XSLoader (perl-5.6 or better now required).

     Fixed POD markup errors in some of the modules.
2005-11-23 22:17:07 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
wiz
7e018c75d6 Update to 3.45:
2005-01-06   Gisle Aas

     Release 3.45

     Fix stack memory leak caused by missing PUTBACK.  Only
     code that used $p->parse(\&cb) form was affected.
     Fix provided by Gurusamy Sarathy



2004-12-28   Gisle Aas

     Release 3.44

     Fix confusion about nested quotes in <script> and <style> text.



2004-12-06   Gisle Aas

     Release 3.43

     The SvUTF8 flag was not propagated correctly when replacing
     unterminated entities.

     Fixed test failure because of missing binmode on Windows.
2005-02-07 15:56:19 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
he
d9cbe8c612 Update p5-HTML-Parser from version 3.35 to 3.42.
Change HOMEPAGE to author-independent link on search.cpan.org.


Change log:

2004-12-04   Gisle Aas <gisle@ActiveState.com>

     Release 3.42

     Avoid sv_catpvn_utf8_upgrade() as that macro was not
     available in perl-5.8.0.
     Patch by Reed Russell <Russell.Reed@acxiom.com>.

     Add casts to suppress compilation warnings for char/U8
     mismatches.

     HTML::HeadParser will always push new header values.
     This make sure we never loose old header values.



2004-11-30   Gisle Aas <gisle@ActiveState.com>

     Release 3.41

     Fix unresolved symbol error with perl-5.005.



2004-11-29   Gisle Aas <gisle@ActiveState.com>

     Release 3.40

     Make utf8_mode only available on perl-5.8 or better.  It produced
     garbage with older versions of perl.

     Emit warning if entities are decoded and something in the first
     chunk looks like hibit UTF-8.  Previously this warning was only
     triggered for documents with BOM.



2004-11-23   Gisle Aas <gisle@ActiveState.com>

     Release 3.39_92

     More documentation of the Unicode issues.  Moved around HTML::Parser
     documentation a bit.

     New boolean option; $p->utf8_mode to allow parsing of raw  UTF-8.

     Documented that HTML::Entities::decode_entities() can take multiple
     arguments.

     Unterminated entities are now decoded in text (compatibility
     with MSIE misfeature).

     Document HTML::Entities::_decode_entities(); this variation of the
     decode_entities() function has been available for a long time, but
     have not been documented until now.

     HTML::Entities::_decode_entities() can now be told to try to
     expand unterminated entities.

     Simplified Makefile.PL



2004-11-23   Gisle Aas <gisle@ActiveState.com>

     Release 3.39_91

     The HTML::HeadParser will skip Unicode BOM.  Previously it
     would consider the <head> section done when it saw the BOM.

     The parser will look for Unicode BOM and give appropriate
     warnings if the form found indicate trouble.

     If no matching end tag is found for <script>, <style>, <xmp>
     <title>, <textarea> then generate one where the next tag
     starts.

     For <script> and <style> recognize quoted strings and don't
     consider end element if the corresponding end tag is found
     inside such a string.



2004-11-17   Gisle Aas <gisle@ActiveState.com>

     Release 3.39_90

     The <title> element is now parsed in literal mode, which
     means that other tags are not recognized until </title> has
     been seen.

     Unicode support for perl-5.8 and better.

        Decoding Unicode entities always enabled; no longer a compile
        time option.

        Propagation of UTF8 state on strings.
        Patch contributed by John Gardiner Myers <jgmyers@proofpoint.com>.

        Calculate offsets and lengths in chars for Unicode strings.

     Fixed link typo in the HTML::TokeParser documentation.



2004-11-11   Gisle Aas <gisle@ActiveState.com>

     Release 3.38

     New boolean option; $p->closing_plaintext
     Contributed by Alex Kapranoff <alex@kapranoff.ru>



2004-11-10   Gisle Aas <gisle@ActiveState.com>

     Release 3.37

     Improved handling of HTML encoded surrogate pairs and illegally
     endoded Unicode; <http://rt.cpan.org/Ticket/Display.html?id=7785>.
     Patch by John Gardiner Myers <jgmyers@proofpoint.com>.

     Avoid generating bad UTF8 strings when decoding entities
     representing chars beyond #255 in 8-bit strings.  Such bad
     UTF8 sometimes made perl-5.8.5 and older segfault.

     Undocument v2 style subclassing in synopsis section.

     Internal cleanup:

        Make 'gcc -Wall' happier.

        Avoid modification of PVs during parsing of attrspec.
        Another patch by John Gardiner Myers.



2004-04-01   Gisle Aas <gisle@ActiveState.com>

     Release 3.36

     Improved MSIE/Mozilla compatibility.  If the same attribute
     name repeats for a start tag, use the first value instead
     of the last.  Patch by Nick Duffek <html-parser@duffek.com>.
     <https://rt.cpan.org/Ticket/Display.html?id=5472>
2004-12-05 18:38:58 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
abs
73d354bd7b Updated p5-HTML-Parser to 3.35
- Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.
    - Removed redundant dSP.
2004-01-20 13:41:19 +00:00
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +00:00
grant
6f78a21465 Updated p5-HTML-Parser to 3.34.
changes since 3.31:

     Release 3.34

     Fix segfault that happened when the parse callback caused
     the stack to get reallocated.  The original bug report was
     <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=217616>

     Release 3.33

     Perl 5.005 or better is now required.  For some reason we get
     a test failure with perl-5.004 and I don't really feel like
     debugging that perl any more.  Details about this failure can
     be found at <http://rt.cpan.org/Ticket/Display.html?id=4065>.

     New HTML::TokeParser method called 'get_phrase'.  It returns
     all current text while ignoring any phrase-level markup.

     The HTML::TokeParser method 'get_text' now expands skipped
     non-phrase-level tags as a single space.

     Release 3.32

     If the document parsed ended with some kind of unterminated markup,
     then the parser state was not reset properly and this piece of markup
     would show up in the beginning of the next document parsed.
     <http://rt.cpan.org/Ticket/Display.html?id=3954>

     The get_text and get_trimmed_text methods of HTML::TokeParser can
     now take multiple end tags as argument.  Patch by <siegmann@tinbergen.nl>
     at <http://rt.cpan.org/Ticket/Display.html?id=3166>.

     Various documentation tweaks.

     Included another example program: hdump
2003-11-27 16:33:59 +00:00
heinz
872a263420 Update to 3.31.
Better compatibility with Mozilla/MSIE behaviour.


==== Changes since 3.27 ====

2003-08-19   Gisle Aas <gisle@ActiveState.com>

     Release 3.31

     The -DDEBUGGING fix in 3.30 was not really there :-(

2003-08-17   Gisle Aas <gisle@ActiveState.com>

     Release 3.30

     The previous release failed to compile on a -DDEBUGGING perl
     like the one provided by Redhat 9.

     Got rid of references to perl-5.7.

     Further fixes to avoid warnings from Visual C.
     Patch by Steve Hay <steve.hay@uk.radan.com>.

2003-08-14   Gisle Aas <gisle@ActiveState.com>

     Release 3.29

     Setting xml_mode now implies strict_names also for end tags.

     Avoid warning from Visual C.  Patch by <gsar@activestate.com>.

     64-bit fix from Doug Larrick <doug@ties.org>
     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195500

     Try to parse similar to Mozilla/MSIE in certain edge cases.
     All these are outside of the official definition of HTML but
     HTML spam often tries to take advantage of these.

       - New configuration attribute 'strict_end'.  Unless enabled
         we will allow end tags to contain extra words or stuff
         that look like attributes before the '>'.  This means that
         tags like these:

            </foo foo="<ignored>">
            </foo ignored>
            </foo ">" ignored>

         are now all parsed as a 'foo' end tag instead of text.
         Even if the extra stuff looks like attributes they will not
         be reported if requested via the 'attr' or 'tokens' argspecs
         for the 'end' handler.

       - Parse '</:comment>' and '</ comment>' as comments unless
         strict_comment is enabled.  Previous versions of the parser
         would report these as text.  If these comments contain
         quoted words prefixed by space or '=' these words can
         contain '>' without terminating the comment.

       - Parse '<! "<>" foo>' as comment containing ' "<>" foo'.
         Previous versions of the parser would terminate the comment
         at the first '>' and report the rest as text.

       - Legacy comment mode:  Parse with comments terminated with a
         lone '>' if no '-->' is found before eof.

       - Incomplete tag at eof is reported as a 'comment' instead
         of 'text' unless strict_comment is enabled.

2003-04-16   Gisle Aas <gisle@ActiveState.com>

     Release 3.28

     When 'strict_comment' is off (which it is by default)
     treat anything that matches <!...> a comment.

     Should now be more efficient on threaded perls.
2003-08-25 00:00:08 +00:00
martti
33e2a02324 COMMENT should start with a capital letter. 2003-07-22 04:14:17 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
martti
5bbada05c5 Updated p5-HTML-Parser to 3.27
* Typo fixes to the documentation
* Added HTML::Entities::escape_entities_numeric
2003-04-12 15:40:38 +00:00
seb
0f6263bb26 Use perl5/module.mk. 2002-10-20 15:05:09 +00:00
jlam
41ed4d01d8 buildlink1 -> buildlink2 2002-09-21 07:44:28 +00:00
wiz
750e7cddee Update to 3.26:
Avoid core dump in some cases where the callback croaks.
The perl_call_method and perl_call_sv needs G_EVAL flag
to be safe.

New parser attributes; 'attr_encoded' and 'case_sensitive'.
Contributed by Guy Albertelli II <guy@albertelli.com>.

HTML::Entities
    - don't encode \r by default as suggested by Sean M. Burke.

HTML::HeadParser
    - ignore empty http-equiv
    - allow multiple <link> elements.  Patch by
      Timur I. Bakeyev <timur@gnu.org>

Avoid warnings from bleadperl on the uentities test.
2002-07-01 12:12:01 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
nra
16055cce35 Update to HTML-Parser-3.25.
2001-05-11   Gisle Aas <gisle@ActiveState.com>

     Release 3.25

     Minor tweaks for build failures on perl5.004_04, perl-5.6.0,
     and for macro clash under Windows.

     Improved parsing of <plaintext>...  :-)
2001-06-21 17:30:39 +00:00
zuntum
64aa918370 Update p5-HTML-Parser to 3.24
Changelog at http://search.cpan.org/doc/GAAS/HTML-Parser-3.24/Changes

Fixes pkg/12896 by Nathan Ahlstrom <nrahlstr@winternet.com>
2001-05-14 13:40:39 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
drochner
17ac015854 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>.
2001-03-12 17:32:53 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
wiz
baa07b823e regen 2000-10-19 11:29:06 +00:00
jlam
a9ac1ca26d Update p5-HTML-Parser to 3.13. Make me the maintainer. Changes from
version 3.11:

     Experimental support for decoding of Unicode entities.

     HTML::Entities documentation spelling.
2000-10-15 02:19:38 +00:00