Lines Matching full:htmlparser
49 * HTMLparser.c: make sure we keep line numbers fixes #580705
54 * HTMLparser.c: a broken HTML table attributes initialization,
229 * HTMLparser.c: handle leading BOM in htmlParseElement()
238 * HTMLparser.c: fix an HTML parsing error on large data sections
311 * HTMLparser.c: if the parser got a encoding argument it should be
465 * HTMLparser.c tree.c: small side effects for the previous changes
592 * HTMLparser.c: improve handling for misplaced html/head/body
666 * HTMLparser.c: apparently it's okay to forget the semicolumn after
785 * HTMLparser.c: patch from Arnold Hendriks improving parsing of
936 * HTMLparser.c: avoid stopping parsing when encountering
959 * HTMLparser.c: fix definition for <embed> to avoid error
1164 * HTMLparser.c: fixed bug #381877, avoid reading over the end
1246 * HTMLparser.c: applied patch from Michael Day to add support for
1251 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
1298 * HTMLparser.c: change the way script/style are parsed to
1324 * HTMLparser.c: fixed memory access error on parsing of meta data
1455 * HTMLparser.c: applied patch from Steven Rainwater to fix
1466 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
1486 * HTMLparser.c: applied a reworked version of Usamah Malik patch
1517 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
1522 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
1531 * HTMLparser.c: fixing HTML minimized attribute values to be generated
1539 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
1552 * HTMLparser.c: fix #348252 if the document clains to be in a
1558 * HTMLparser.c: fix a chunking and script bug #347708
1562 * HTMLparser.c: remove a warning
1584 * HTMLparser.c: added various initialization calls which may help
1699 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
1812 * HTMLparser.c: applied const'ification of strings patch from
2292 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
2471 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
2604 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
2837 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2843 * HTMLparser.c: typo fix from Michael Day
3177 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
3224 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
3225 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
3286 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
3466 * HTMLparser.c: fixed an uninitialized memory access spotted by
3547 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
3701 * HTMLparser.c: fixed a potential buffer overrun error introduced
3721 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
3888 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
5265 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
5367 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
5464 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
5536 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
5632 * HTMLparser.c tree.c: more cleanups
5669 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
5723 * HTMLparser.c: added support for HTML PIs #156087
5828 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5915 HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5951 * HTMLparser.c: beginning of an attempt at cleaning up the construction
6375 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
6399 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
6910 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
7129 * HTMLparser.c: applied patch from James Bursa, frameset should
7245 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
7423 * valid.c HTMLparser.c: avoid ID error message if using
7638 * HTMLparser.c: added initialisation for ctxt->vctxt
7797 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
8396 * HTMLparser.c: applied two parsing fixes from James Bursa
8688 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
8754 * HTMLparser.c: Fix #124907 by simply backporting the same
8918 * HTMLparser.c: fixed to not send NULL to %s printing
8947 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
9091 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
9222 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
9293 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
9294 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
9398 * HTMLparser.c, entities.c, xmlreader.c: minor change to
9417 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
9435 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
9752 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
9833 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9942 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9944 * include/libxml/HTMLparser.h include/libxml/parser.h
9970 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9988 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
10019 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
10060 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
10099 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
10134 * parser.c HTMLparser.c: cleanup.
10172 * HTMLparser.c: removed some unneeded 'const' qualifiers
10180 * HTMLparser.c: applied a patch from William Brack about
10216 * HTMLparser.c: fixed problem with comments reported by Nick Kew
10307 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
10368 * parser.c HTMLparser.c: use the character() SAX callback
10499 * HTMLparser.c: oops last commit introduced a memory leak.
10508 * HTMLparser.c: cleaned up the HTML parser context build when
10701 * HTMLparser.c: tried to fix #98879 again in a more solid
10737 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
10840 * HTMLparser.c include/libxml/HTMLparser.h: exported
10957 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
11086 * HTMLparser.c parser.c parserInternals.c: patch from
11245 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
11382 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
11494 * HTMLparser.c globals.c: cleanups in comments
11554 * HTMLparser.c tree.c xmlIO.c: comments cleanups
11576 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
11602 * HTMLparser.c: applied patch from Arne de Bruijn fixing
11607 * HTMLparser.c: updating a comment, fixing #103776
11616 * HTMLparser.c: try to fix # 105049
11880 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
12295 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
12328 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
12400 * HTMLparser.c: final touch at closing #87235 </p> end tags
12457 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
12508 * HTMLparser.c: strengthen the guard in the Pop macros,
12644 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
12655 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
12924 * HTMLparser.c: small cleanup
12980 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12994 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
13210 * HTMLparser.c: fixing bug #84876 based on the xml working
13263 * HTMLparser.c: trying to fix 87235 about discarded white
13297 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
13432 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
13433 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
13873 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
14114 * DOCBparser.c HTMLparser.c: removed some warnings from push
15002 * HTMLparser.c: fix comment in scripts element parsing.
15041 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
15160 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
15186 * HTMLparser.c: generate the DTD node as HTML still ...
15191 * HTMLparser.c: fixed a bug in htmlNewDoc()
15219 * HTMLparser.c: try to get rid of parser loops for good.
15273 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
15355 * HTMLparser.c: removed a warning
15373 * HTMLparser: repaired another loop problem
15408 * DOCBparser.c HTMLparser.c parser.c: fixed typos
15427 * HTMLparser.c: small enhancement to prevent loop on
15619 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
15686 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
15920 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15922 HTMLparser.c: cleanup of global variables, marking some
15953 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
16054 * HTMLparser.c: fixing a too early root closing problem raised
16235 * configure.in entities.h tree.h HTMLparser.c: removed
16318 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
16558 * HTMLparser.c: Closed bug #54891
16611 * HTMLparser.c: Patch from Jonas Borgström
16659 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
16679 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
16828 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16841 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
16887 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16952 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16970 * HTMLparser.c result/HTML/*: revamped the way the HTML
17077 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
17091 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
17254 * HTMLparser.c: fixed loop reported by Marc Sanfacon
17295 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
17386 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
17601 * HTMLparser.c: cleanup
17642 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
17662 * HTMLparser.[ch]: added a way to avoid adding automatically
17699 * HTMLparser.c: some fixes on auto-open of html/head/body
17714 * HTMLparser.c: fixed handling of broken charrefs
17774 * HTMLparser.c: fixed loop on invalid char in scripts
17815 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17875 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17876 * HTMLparser.c parser.c: fixing a number of problems with the
17878 * HTMLparser.c: close the previous option when opening a new one
17907 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17931 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
18016 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
18035 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
18058 * HTMLparser.c: Doohhh, attribute name parsing was still case
18078 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
18086 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
18115 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
18135 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
18146 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
18155 * tree.c parserInternals.c HTMLparser.c: memset checks patches
18157 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
18174 * HTMLparser.c parser.c: set ctxt->errNo before calling the
18192 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
18247 * HTMLparser.c testHTML.c: applied two new patches from
18254 * HTMLparser.[ch] testHTML.c: applied the second set of
18257 * HTMLparser.c: fixed an ignorable white space detection bug
18264 * HTMLparser.[ch]: applied some of Wayne Davison
18305 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
18319 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
18344 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
18414 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
18447 * HTMLparser.c: Work on character encoding support for the HTML parser
18448 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
18457 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
18466 * HTMLparser: fixed bug #14784
18467 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
18469 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
18485 * HTMLparser.c: start document callback for andersca
18593 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
18685 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
18777 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
18800 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
18806 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
18809 entities.h debugXML.h HTMLparser.h: changed the way struct are
18842 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18845 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18870 * HTMLparser.c: cleanup of some macros
18891 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18918 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18957 * HTMLparser.c: large changes toward reliability, and switched to
19002 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
19032 * parser.c HTMLparser.c: extra memory allocation bug for
19043 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
19055 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
19056 HTMLparser and debugged the HTML related code. HTML documents
19072 * HTMLparser.c: fixed problems with some autoclose tags
19085 * HTMLparser.c parser.h : Fixed problems with HTML parsing
19140 * HTMLparser.c : cleanup
19175 * HTMLparser.c: corrected a stupid bug leading to core dump at
19224 * parser.c, HTMLparser.c : modified the parsers to be progressive
19246 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
19254 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
19273 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
19278 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
19285 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
19286 * parser.c, HTMLparser.c: applied patches for reading from stdin
19292 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using