History log of /external/libxml2/doc/html/libxml-parser.html
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd 09-May-2016 Daniel Veillard <veillard@redhat.com> Fix apibuild for a recently added construct

commit c71f9305a99b6aa03cb08fab31106c9c56f1be4f added __XML_EXTERNC
cpp construct which not understood by apibuild, leading to make dist
failures, ask to ignore that construct.
/external/libxml2/doc/html/libxml-parser.html
38bbd3412d1c2a2016cf5a1a221ad4010216d28e 11-Sep-2012 Daniel Veillard <veillard@redhat.com> Release of libxml2-2.9.0

* libxml.spec.in: update
* doc/*: updated and regenerated
* libxml2.syms testapi.c: regenerated
/external/libxml2/doc/html/libxml-parser.html
aa017c54ddd92c1c79e924f507ff80f2dd0fd6d1 10-Aug-2012 Daniel Veillard <veillard@redhat.com> Release candidate 1 of libxml2-2.9.0

* configure.in libxml.spec.in python/setup.py: bumped release numbers
* doc//*: regenerated as part of the release
/external/libxml2/doc/html/libxml-parser.html
c943f708f1853de4eb15e5a94cf0b35d108da87a 23-May-2012 Daniel Veillard <veillard@redhat.com> Release of libxml2-2.8.0

- Makefile.am: don't package .git
- configure.in : update to new release
- doc/xml.html: added the new release
- doc/* testapi.c: regenerated
/external/libxml2/doc/html/libxml-parser.html
4c2e7c651f6c2f0d1a74f350cbda95f7df3e7017 04-Nov-2010 Daniel Veillard <veillard@redhat.com> Release of libxml2-2.7.8
/external/libxml2/doc/html/libxml-parser.html
d2190faf788bd2f4cfd3356982eb576eaef72aec 30-Sep-2010 Daniel Veillard <veillard@redhat.com> Fix web site encoding problems

The encoding.html page was generated incorectly, revamp the input
xml.html and convert the full XSLT chain to use and serve it as
UTF-8
* doc/*: fix xml.html, update all stylesheets and regenerate
/external/libxml2/doc/html/libxml-parser.html
53c32edfa58ae8252f241b67537f2aebb180d243 21-Aug-2009 Daniel Veillard <veillard@redhat.com> Rebuilt the API and regenerated docs
/external/libxml2/doc/html/libxml-parser.html
9a15b30c7075393c080760998fdbc4349fcecadf 07-Aug-2009 Daniel Veillard <veillard@redhat.com> Fix Solaris binary links, cleanups

* doc/*.html doc/site.xsl doc/xml.html: Dagobert Michelsen pointed out
that binaries build for Solaris now live in OpenCSW
/external/libxml2/doc/html/libxml-parser.html
a4f85b9329878608e800b47a0bb5c2913a665014 25-Mar-2009 Daniel Veillard <veillard@src.gnome.org> updated SVN URL for GNOME as pointed by Vincent Lefevre and regenerated

* doc/*: updated SVN URL for GNOME as pointed by Vincent Lefevre
and regenerated docs
daniel

svn path=/trunk/; revision=3824
/external/libxml2/doc/html/libxml-parser.html
d4d4705780933c7ad181a7bd902c91d1d1adaba3 18-Jan-2009 Daniel Veillard <veillard@src.gnome.org> apply patch from Marcus Meissner to add gcc attribute alloc_size should

* include/libxml/xmlversion.h.in include/libxml/xmlmemory.h:
apply patch from Marcus Meissner to add gcc attribute alloc_size
should fix #552505
* doc/apibuild.py doc/* testapi.c: regenerate the API
* include/libxml/parserInternals.h: fix a comment problem raised
by apibuild.py
daniel

svn path=/trunk/; revision=3811
/external/libxml2/doc/html/libxml-parser.html
2cba415895e2cf9a15567038151009869b6c52a7 27-Aug-2008 Daniel Veillard <veillard@src.gnome.org> fix a small initialization problem raised by Ashwin increase testing

* threads.c: fix a small initialization problem raised by Ashwin
* testapi.c gentest.py: increase testing especially for document
with an internal subset, and entities
* tree.c: fix a deallocation issue when unlinking entities from
a document.
* valid.c: fix a missing entry point test not found previously.
* doc/*: regenerated the APIs, docs etc.
daniel

svn path=/trunk/; revision=3778
/external/libxml2/doc/html/libxml-parser.html
354cf5c7e4696d5b494e39b75fae9e35709d00ef 07-Apr-2008 Daniel Veillard <veillard@src.gnome.org> fix a link to XmlNodeType doc reported by Martijn Arts rebuilt Daniel

* xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts
* docs/*: rebuilt
Daniel

svn path=/trunk/; revision=3732
/external/libxml2/doc/html/libxml-parser.html
e43579b2d48d577f5a18073bb4a2e714466205b7 03-Apr-2008 Daniel Veillard <veillard@src.gnome.org> small doc improvement for xmlXPathContext from Jack Jansen, fixes #524759

* include/libxml/xpath.h: small doc improvement for xmlXPathContext
from Jack Jansen, fixes #524759
* doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
Daniel

svn path=/trunk/; revision=3722
/external/libxml2/doc/html/libxml-parser.html
c8338f1a52e7712dbba5e7c2fd5f76ecf01bf14f 25-Oct-2006 Daniel Veillard <veillard@src.gnome.org> preparing release of libxml2-2.6.27 fix a small problem with preproc flags

* NEWS configure.in testapi.c doc//*: preparing release of
libxml2-2.6.27
* include/libxml/tree.h: fix a small problem with preproc flags
Daniel
/external/libxml2/doc/html/libxml-parser.html
6f9b0878c00c2b74ad6d7fddab031f27576880dc 12-Aug-2006 Daniel Veillard <veillard@src.gnome.org> applied patch from Marton Illes to fix an allocation bug in

* xmlschemas.c: applied patch from Marton Illes to fix an allocation
bug in xmlSchemaXPathEvaluate should close #351032
Daniel
/external/libxml2/doc/html/libxml-parser.html
d463c99fd8ff26a41be5c4c3b96bed90a900e84e 23-Feb-2006 Daniel Veillard <veillard@src.gnome.org> updated the Ruby bindings links, and regenerated the docs. Daniel

* doc//*: updated the Ruby bindings links, and regenerated the
docs.
Daniel
/external/libxml2/doc/html/libxml-parser.html
602434dee543b1d7a0473881469032a05e43106e 12-Sep-2005 Daniel Veillard <veillard@src.gnome.org> damn XML_FEATURE_UNICODE clashes with Expat headers rename to XML_WITH_ to

* include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
* doc/Makefile.am: build devhelp before the examples.
* doc/*: regenerated the API
Daniel
/external/libxml2/doc/html/libxml-parser.html
0bcc7f6ae97a8bd8615dfd9d3acf8188ab66580e 04-Sep-2005 Daniel Veillard <veillard@src.gnome.org> updated the docs and rebuild releasing 2.6.21 removed

* NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
releasing 2.6.21
* include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
* threads.c include/libxml/threads.h xmllint.c: added the more
generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
Daniel
/external/libxml2/doc/html/libxml-parser.html
baad7887d34861b6269a1a36ad18775130307fa8 26-Aug-2005 Daniel Veillard <veillard@src.gnome.org> the profiling usually don't work, disabled rebuilt Daniel

* libxml.spec.in: the profiling usually don't work, disabled
* doc/*: rebuilt
Daniel
/external/libxml2/doc/html/libxml-parser.html
5eee767ca9b30a8e8c54808c82060ceb41630d6a 22-Aug-2005 Daniel Veillard <veillard@src.gnome.org> rescanned code and rebuilt small cleanup cleanup problems from code

* elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
* xmlregexp.c: small cleanup
* include/libxml/schematron.h include/libxml/xmlexports.h
include/libxml/xmlversion.h.in: cleanup problems from code scanner
Daniel
/external/libxml2/doc/html/libxml-parser.html
99dd7636a44208a14bc71614120f8ef4b8123016 06-May-2005 Daniel Veillard <veillard@src.gnome.org> fixing bug #303068 increasing the nanoftp buffer. fixed __attribute()

* nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
* doc/apibuild.py: fixed __attribute() parsing problem
* doc/* testapi.c: regenerated the descriptions and docs.
Daniel
/external/libxml2/doc/html/libxml-parser.html
5d4644ef6e38479a648615eca758c5e962a141d5 01-Apr-2005 Daniel Veillard <veillard@src.gnome.org> revamped the elfgcchack.h format to cope with gcc4 change of aliasing

* doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
format to cope with gcc4 change of aliasing allowed scopes, had
to add extra informations to doc/libxml2-api.xml to separate
the header from the c module source.
* *.c: updated all c library files to add a #define bottom_xxx
and reimport elfgcchack.h thereafter, and a bit of cleanups.
* doc//* testapi.c: regenerated when rebuilding the API
Daniel
/external/libxml2/doc/html/libxml-parser.html
b759b30587a61b7b366969333c03ddcbdc046dec 21-Dec-2004 MST 2004 John Fleck <jfleck@inkstain.net> doc/site.xsl, doc/xml.html, plus rebuilt all the html pages Change


Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>

* doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
Change reference to new site for Solaris binaries, fixing bug
160598
/external/libxml2/doc/html/libxml-parser.html
259f0dfa8b4f29158954959b4d0d7c03dd1eab05 18-Aug-2004 Daniel Veillard <veillard@src.gnome.org> Applied patch from Torkel Lyng to add Schemas support to the Python

* xmlschemas.c include/libxml/xmlschemas.h python/generator.py
python/libxml.c python/libxml_wrap.h python/types.c
python/tests/schema.py python/tests/Makefile.am: Applied patch
from Torkel Lyng to add Schemas support to the Python bindings
and extend the schemas error API, registered a new test.
* doc/* elfgcchack.h: rebuilt to regenerate the bindings
Daniel
/external/libxml2/doc/html/libxml-parser.html
a2351322c89608d09ce1a99e5eccd62d00c79890 27-Jun-2004 Daniel Veillard <veillard@src.gnome.org> hack based on Arjan van de Ven suggestion to reduce ELF footprint and

* elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
Ven suggestion to reduce ELF footprint and generated code. Based on
aliasing of libraries function to generate direct call instead of
indirect ones
* doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
generation of elfgcchack.h based on the API description, extended
the API description to show the conditionals configuration flags
required for symbols.
* nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
* doc/*: regenerated the docs.
Daniel
/external/libxml2/doc/html/libxml-parser.html
8aac29731b4624e4bffa6034aa000e9ffdc72a41 16-May-2004 Daniel Veillard <veillard@src.gnome.org> Rebuild the docs, daniel
/external/libxml2/doc/html/libxml-parser.html
1822e8ba64abeb15572da12e53b239b6c2119abc 26-Feb-2004 Daniel Veillard <veillard@src.gnome.org> Updated pages, dAniel
/external/libxml2/doc/html/libxml-parser.html
9291449d9e7ca7179a2b26182ef1ab375ff4731e 23-Feb-2004 Daniel Veillard <veillard@src.gnome.org> preparing 2.6.7 release, updated and rebuilt the documentation. Daniel

* doc/* NEWS configure.in: preparing 2.6.7 release, updated and
rebuilt the documentation.
Daniel
/external/libxml2/doc/html/libxml-parser.html
3671190b546760a9e10d2e683257c3a86c680816 11-Feb-2004 Daniel Veillard <veillard@src.gnome.org> added xmlByteConsumed() interface updated the benchmark rebuilt the docs

* parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
include/libxml/xmlIO.h: added xmlByteConsumed() interface
* doc/*: updated the benchmark rebuilt the docs
* python/tests/Makefile.am python/tests/indexes.py: added a
specific regression test for xmlByteConsumed()
* include/libxml/encoding.h rngparser.c tree.c: small cleanups
Daniel
/external/libxml2/doc/html/libxml-parser.html
5987071fcc901220f357e61c682d2287e9a700c9 06-Jan-2004 Daniel Veillard <veillard@src.gnome.org> fixed the comment in the header rebuilt the docs Daniel

* include/libxml/xmlstring.h: fixed the comment in the header
* doc/*: rebuilt the docs
Daniel
/external/libxml2/doc/html/libxml-parser.html
a2e844a3b3503367a4418187e77ccc977f186909 06-Jan-2004 William M. Brack <wbrack@src.gnome.org> moved string and UTF8 routines out of parser.c and encoding.c into a new

* encoding.c, parser.c, xmlstring.c, Makefile.am,
include/libxml/Makefile.am, include/libxml/catalog.c,
include/libxml/chvalid.h, include/libxml/encoding.h,
include/libxml/parser.h, include/libxml/relaxng.h,
include/libxml/tree.h, include/libxml/xmlwriter.h,
include/libxml/xmlstring.h:
moved string and UTF8 routines out of parser.c and encoding.c
into a new module xmlstring.c with include file
include/libxml/xmlstring.h mostly using patches from Reid
Spencer. Since xmlChar now defined in xmlstring.h, several
include files needed to have a #include added for safety.
* doc/apibuild.py: added some additional sorting for various
references displayed in the APIxxx.html files. Rebuilt the
docs, and also added new file for xmlstring module.
* configure.in: small addition to help my testing; no effect on
normal usage.
* doc/search.php: added $_GET[query] so that persistent globals
can be disabled (for recent versions of PHP)
/external/libxml2/doc/html/libxml-parser.html
2050d89fff0d7788412a3bda92bfc66cec7a71de 05-Jan-2004 MST 2004 John Fleck <jfleck@inkstain.net> change background color of function declaration to improve readability


Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>

* doc/newapi.xsl: change background color of function
declaration to improve readability
* doc/*: rebuild docs with new stylesheet
/external/libxml2/doc/html/libxml-parser.html
e6e59cdf33e02648fc8f33c357accadf2a657668 24-Dec-2003 Daniel Veillard <veillard@src.gnome.org> updated the docs and prepared a new release 2.6.4 Daniel

* configure.in NEWS doc/*: updated the docs and prepared a new
release 2.6.4
Daniel
/external/libxml2/doc/html/libxml-parser.html
619a97d3f395d7d5870df781c01acd5ca54fa39a 17-Dec-2003 MST 2003 John Fleck <jfleck@inkstain.net> tree.c doc/* Elaborate in documentation discussion of xmlNewChild and


Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>

* tree.c
* doc/*
Elaborate in documentation discussion of xmlNewChild
and xmlNewTextChild. Thanks to Steve Lenti for pointing
out the usefulness of a more explicit explanation of the
reserved character escaping issue.
/external/libxml2/doc/html/libxml-parser.html
7f40d13a3719c15ee3929995a07a1acd81289aa4 19-Nov-2003 William M. Brack <wbrack@src.gnome.org> improve the sort sequence for page content regenerate the web pages

* doc/newapi.xsl: improve the sort sequence for page content
* doc/html/*.html: regenerate the web pages
/external/libxml2/doc/html/libxml-parser.html
1a79241a3cac6a8e37de886f5764de2509ebc8e3 19-Nov-2003 Daniel Veillard <veillard@src.gnome.org> do not package cvs versioning temp files. more cleanup, slightly improved

* Makefile.am: do not package cvs versioning temp files.
* doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
slightly improved the API xml format, fixed a lot of small
rendering problems
* doc/html/libxml*.html: rebuilt
Daniel
/external/libxml2/doc/html/libxml-parser.html
be5869729a416032a4abb5a65430d25831828f75 18-Nov-2003 Daniel Veillard <veillard@src.gnome.org> modified the file header to add more informations, painful... updated to

* include/libxml/*.h include/libxml/*.h.in: modified the file
header to add more informations, painful...
* genChRanges.py genUnicode.py: updated to generate said changes
in headers
* doc/apibuild.py: extract headers, add them to libxml2-api.xml
* *.html *.xsl *.xml: updated the stylesheets to flag geprecated
APIs modules. Updated the stylesheets, some cleanups, regenerated
* doc/html/*.html: regenerated added back book1 and libxml-lib.html
Daniel
/external/libxml2/doc/html/libxml-parser.html
e8ba84ef7e8ce95a9e12517402f2b8c99792e407 18-Nov-2003 Daniel Veillard <veillard@src.gnome.org> cleaned up the build process to remove all remains from the old gtk-doc

* doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
the build process to remove all remains from the old gtk-doc
inherited, libxml2-refs.xml is now generated by apibuild.py, the
stylesheets have been improved, and the API*html now generated
are XHTML1 valid too
Daniel
/external/libxml2/doc/html/libxml-parser.html
bff06bff9c2a37b4bb06cf681638c81c874d4fad 17-Nov-2003 Daniel Veillard <veillard@src.gnome.org> more cleanup, improving navigation updated the result Daniel

* doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
improving navigation
* doc/html/*.html: updated the result
Daniel
/external/libxml2/doc/html/libxml-parser.html
2925c0a0f4ccd9390f73cea230cb96f39c3fbc9f 17-Nov-2003 Daniel Veillard <veillard@src.gnome.org> improvement of the stylesheets, fixed a API generation problem, switched

* doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
improvement of the stylesheets, fixed a API generation problem,
switched the stylesheet and Makefile to build the HTML output.
* doc/html/*.html: complete update, ditched some old files, might
introduce some breakage...
Daniel
/external/libxml2/doc/html/libxml-parser.html
60f394e96df5022a6145505bfbeb99815f65e7da 16-Nov-2003 William M. Brack <wbrack@src.gnome.org> Finally - found the problem with the page generation (XMLPUBFUN not

* doc/html/*.html: Finally - found the problem with the
page generation (XMLPUBFUN not recognized by gtkdoc).
Re-created the pages using a temporary version of
include/libxml/*.h.
* testOOMlib.c,include/libxml/encoding.h,
include/libxml/schemasInternals.h,include/libxml/valid.h,
include/libxml/xlink.h,include/libxml/xmlwin32version.h,
include/libxml/xmlwin32version.h.in,
include/libxml/xpathInternals.h: minor edit of comments
to help automatic documentation generation
* doc/docdescr.doc: small elaboration
* doc/examples/test1.c,doc/examples/Makefile.am: re-commit
(messed up on last try)
* xmlreader.c: minor change to clear warning.
/external/libxml2/doc/html/libxml-parser.html
2ad1dfffa032025ec70de5b4af878e9b092c79f3 15-Nov-2003 William M. Brack <wbrack@src.gnome.org> rebuilt the generated pages (again), manually restored doc/html/index.html

* doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
generated pages (again), manually restored doc/html/index.html
and manually edited generated file doc/gnome-xml.xml to put
in appropriate headings.
* doc/docdescr.doc: new file to describe details of the
document generation (helps my memory for the next time)
* genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
enhancement to please the automatic documentation generation.
/external/libxml2/doc/html/libxml-parser.html
2fdbd32d514c8b9d166a80564aca3426ec9cfdb2 18-Aug-2003 Daniel Veillard <veillard@src.gnome.org> new dictionary module to keep a single instance of the names used by the

* dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
new dictionary module to keep a single instance of the names used
by the parser
* DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
switched all parsers to use the dictionary internally
* include/libxml/HTMLparser.h include/libxml/parser.h
include/libxml/parserInternals.h include/libxml/valid.h:
Some of the interfaces changed as a result to receive or return
"const xmlChar *" instead of "xmlChar *", this is either
insignificant from an user point of view or when the returning
value changed, those function are really parser internal methods
that no user code should really change
* doc/libxml2-api.xml doc/html/*: the API interface changed and
the docs were regenerated
Daniel
/external/libxml2/doc/html/libxml-parser.html
c6e07559fa002911c7a14b696c4f69d481b54802 16-Aug-2003 William M. Brack <wbrack@src.gnome.org> regenerated API documentation for xmlsoft.org (part of Bug 119535)

* doc/API*.html, doc/html/*: regenerated API documentation
for xmlsoft.org (part of Bug 119535)
/external/libxml2/doc/html/libxml-parser.html
cfba2fe0bbbdd1158666fc1090c7f48c0fdb00e1 15-Aug-2003 Daniel Veillard <veillard@src.gnome.org> preparing libxml2-2.5.10 release updated the doc and rebuilt Daniel

* News configure.in: preparing libxml2-2.5.10 release
* doc/* : updated the doc and rebuilt
Daniel
/external/libxml2/doc/html/libxml-parser.html
d7cec926292b83b46af271285b0a305e99f66cd0 13-Jun-2003 Daniel Veillard <veillard@src.gnome.org> reverted back patch for #113521, due to #115104 and while fixing #115101 .

* doc/Makefile.am doc/html/*: reverted back patch for #113521,
due to #115104 and while fixing #115101 . HTML URLs must not
be version dependant.
Daniel
/external/libxml2/doc/html/libxml-parser.html
93d95255e58d727fb69683646ec085d424bc34e7 29-Apr-2003 Daniel Veillard <veillard@src.gnome.org> Added informations about xml2-config in the FAQ, Daniel
/external/libxml2/doc/html/libxml-parser.html
d433046ae52b0488a9fad77d2045c0139b8cada8 29-Apr-2003 Daniel Veillard <veillard@src.gnome.org> fixing a function comment switching to the XML/XSLT doc generation closing

* xmlschemas.c doc/libxml2-api.xml: fixing a function comment
* doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
to the XML/XSLT doc generation closing #111799
* doc/html/*: complete update of the HTML results
Daniel
/external/libxml2/doc/html/libxml-parser.html
d8da01cf3777b9fcb03731ea2e3117e0c2ee6dc6 24-Mar-2003 Daniel Veillard <veillard@src.gnome.org> preparing release 2.5.5 updated the documentation and regenerated it.

* configure.in NEWS: preparing release 2.5.5
* doc/* : updated the documentation and regenerated it.
Daniel
/external/libxml2/doc/html/libxml-parser.html
aec635690a8aefbe632cccd177eb9157d4b18793 23-Mar-2003 Daniel Veillard <veillard@src.gnome.org> Rebuilt the docs, Daniel
/external/libxml2/doc/html/libxml-parser.html
2ace1956859a5429c6e353a84cb05fafd93c8f73 26-Sep-2002 Daniel Veillard <veillard@src.gnome.org> added the 3 new modules xmlregexp xmlautomata and xmlunicode and

* doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
and regenerated the docs and web site
Daniel
/external/libxml2/doc/html/libxml-parser.html
539638ba2359774d184bd87cf713c7e2afc23a8c 06-Jul-2002 Daniel Veillard <veillard@src.gnome.org> preparing 2.4.23 rebuilt the docs Daniel

* configure.in: preparing 2.4.23
* doc/*: rebuilt the docs
Daniel
/external/libxml2/doc/html/libxml-parser.html
fc57b41cb14a9920fa73cbb9fa1e495047970f2b 29-Apr-2002 Daniel Veillard <veillard@src.gnome.org> preparing 2.4.21 raised a too low limit rebuilt the docs Daniel

* configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
* valid.c: raised a too low limit
* doc/*: rebuilt the docs
Daniel
/external/libxml2/doc/html/libxml-parser.html
192740927a0cf2d50df363f42fed22b0c32e1135 25-Mar-2002 Daniel Veillard <veillard@src.gnome.org> preparing 2.4.19 rebuilt the docs Daniel

* configure.in: preparing 2.4.19
* doc/*: rebuilt the docs
Daniel
/external/libxml2/doc/html/libxml-parser.html
af43f63aaabf0dc4b4a070773875d0927da3d8a2 08-Mar-2002 Daniel Veillard <veillard@src.gnome.org> preparing 2.4.17 release updated and rebuilt the docs fixed a comment

* configure.in: preparing 2.4.17 release
* doc/*: updated and rebuilt the docs
* xpath.c: fixed a comment
* python/libxml.c: fixed a possible reentrancy problem
Daniel
/external/libxml2/doc/html/libxml-parser.html
5f4b5999b4eeda2ca68e6d9f54a3c534a8474b38 20-Feb-2002 Daniel Veillard <veillard@src.gnome.org> preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web

* configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
* doc/* python/libxml2class.txt: updated and rebuilt the docs,
rebuilt the API and web site
* xpath.c: fixed #71978 portability bugs
Daniel
/external/libxml2/doc/html/libxml-parser.html
06622dfe904a2fa8d727e0769d5c5e57997b64ac 21-Jan-2002 Daniel Veillard <veillard@src.gnome.org> Recompiled the docs, Daniel
/external/libxml2/doc/html/libxml-parser.html
610064716fa55ff1dfefb367f57600efd19196af 21-Jan-2002 Daniel Veillard <veillard@src.gnome.org> added an XML description of the API, moved the script generating it here.

* Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
added an XML description of the API, moved the script generating
it here. Added a "make api" target
Daniel
/external/libxml2/doc/html/libxml-parser.html
cbaf399537a1fb69ef97b079e4cb553869aaa4d9 31-Dec-2001 Daniel Veillard <veillard@src.gnome.org> applied 42 documentation patches from Charlie Bozeman. Regenerated the

* *.c include/libxml/*.h doc/html/*: applied 42 documentation
patches from Charlie Bozeman. Regenerated the HTML docs.
Daniel
/external/libxml2/doc/html/libxml-parser.html
43d3f61ad5c142c8c17e45c8c954432916ffceab 10-Nov-2001 Daniel Veillard <veillard@src.gnome.org> preparing 2.4.10 upgraded and rebuilt the docs Daniel

* configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
* doc/*: upgraded and rebuilt the docs
Daniel
/external/libxml2/doc/html/libxml-parser.html
52dcab3999cc9c480b275bc3ddf66dbb66f92d68 30-Oct-2001 Daniel Veillard <veillard@src.gnome.org> preparing 2.4.7 switched to the latest xmllint manual page from John

* configure.in: preparing 2.4.7
* Makefile.am doc/Makefile.am: switched to the latest xmllint
manual page from John
* doc/*: updated the doc and rebuilt the generated pages
Daniel
/external/libxml2/doc/html/libxml-parser.html
60087f30f3b4cf21de48f39181736e7d71e7a661 10-Oct-2001 Daniel Veillard <veillard@src.gnome.org> preparing 2.4.6 release updated and rebuilt the docs fixed a number of

* configure.in: preparing 2.4.6 release
* doc/xml.html doc/html/*: updated and rebuilt the docs
* include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
Daniel
/external/libxml2/doc/html/libxml-parser.html
04382ae3d6fbca19e73220337512a7e1c21c002f 12-Sep-2001 Daniel Veillard <veillard@src.gnome.org> preparing for 2.4.4 updated and rebuilt the docs Daniel

* configure.in: preparing for 2.4.4
* doc/xml.html doc/html/*: updated and rebuilt the docs
Daniel
/external/libxml2/doc/html/libxml-parser.html
e8f379330e16fcfae7d2737bbc22007b69cc3704 24-Aug-2001 Daniel Veillard <veillard@src.gnome.org> Rebuilt the docs, preparing for release, Daniel
/external/libxml2/doc/html/libxml-parser.html
e7ead2d2379fa933b064e4a138a267313d40988e 23-Aug-2001 Daniel Veillard <veillard@src.gnome.org> added documentation about Catalog support, misses an API description

* doc/catalog.html doc/xml.html: added documentation about
Catalog support, misses an API description
* doc/html/*: reextracted the API pages
Daniel
/external/libxml2/doc/html/libxml-parser.html
f012a64d13d85d53eac0d4d6625508109e7c9e9d 23-Jul-2001 Daniel Veillard <veillard@src.gnome.org> get rid of the readline and libhistory dependancies by default, release

* configure.in: get rid of the readline and libhistory
dependancies by default, release 2.4.1 with IA64 fix
* nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
include/libxml/tree.h include/libxml/xmlIO.h: incorporated
John Kroll fixes to allow saving to HTTP via PUT (or
POST of needed).
* doc/html/*.html: regenerated the docs
Daniel
/external/libxml2/doc/html/libxml-parser.html
4b8328d7b3ce3c73cc9350efa0b9df769d82321d 06-Jul-2001 Daniel Veillard <veillard@src.gnome.org> rebuilt the docs for the release Daniel

* doc/html/*: rebuilt the docs for the release
Daniel
/external/libxml2/doc/html/libxml-parser.html
c5d64345cf19bfd72418eb0a837869b0462e9130 24-Jun-2001 Daniel Veillard <veillard@src.gnome.org> Summer's cleanup, a really big one:
* AUTHORS: added William and Bjorn
* include/libxml/*.h *.c README doc/*.html etc.: changed old email to
daniel@veillard.com hopefully I won't have to do this again
* doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
docs can be rebuilt cleanly now
* include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
from CVs it's generated, added include/libxml/xmlwin32version.h
also generated but which should change far less frequently.
* catalog.c nanoftp.c: made sure to include libxml.h not
libxml/xmlversion.h directly
* include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
when compiling on WIN32 and MSC
Daniel
/external/libxml2/doc/html/libxml-parser.html
4ec885a128bc1f1360eebe32ab8948aa793c07fa 17-Jun-2001 Daniel Veillard <veillard@src.gnome.org> - TODO: updated adding cleanup of generated doc
- configure.in: prepared to release 2.3.11
- xmllint.c: added --version for bug reporting
- doc/html/*.html: rebuilt the doc
Daniel
/external/libxml2/doc/html/libxml-parser.html
bed7b052a318695f5e0856f12fc0c86f66472cb3 19-May-2001 Daniel Veillard <veillard@src.gnome.org> - HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
- doc/html/* : rebuilt the docs
- valid.c: small patch which may improve some case when
validating.
Daniel
/external/libxml2/doc/html/libxml-parser.html
3bbbe6fa2a16ce1e1c1ff08725cf09857d7c0428 03-May-2001 Daniel Veillard <veillard@src.gnome.org> preparing for 2.3.8 release, updated and regenerated the docs Daniel

* configure.in doc/xml.html doc/html/*: preparing for 2.3.8
release, updated and regenerated the docs
Daniel
/external/libxml2/doc/html/libxml-parser.html
a41123ce959741be8e16f72177660af098819afc 22-Apr-2001 Daniel Veillard <veillard@src.gnome.org> - doc/html/* doc/xml.html: updated and regenerated the docs
Daniel
/external/libxml2/doc/html/libxml-parser.html
c7ad7ce598261a447cfceb7837219fcd93151336 22-Mar-2001 Daniel Veillard <veillard@src.gnome.org> Preparing a new release:
- configure.in: 2.3.5
- doc/html/*: rebuilt the docs
Daniel
/external/libxml2/doc/html/libxml-parser.html
e356c280069914f0052891861a55fdfaff6dcf65 10-Mar-2001 Daniel Veillard <veillard@src.gnome.org> Preparing for 2.3.4 release:
- configure.in: bumped to 2.3.4
- error.c: fixed bug #51860
- tree.c: fixed bug #51861
- valid.c: cleanup, more debug, failed to fix one bug crap ...
- tree.[ch] : added xmlDefaultBufferSize
- nanoftp.c: typo in function name header block
- doc/xml.html : updated, added link to XML::LibXSLT
- doc/html/* : rebuilt the docs
Daniel
/external/libxml2/doc/html/libxml-parser.html
d194dd289250f4bea6247115b722b2de37e1866b 14-Feb-2001 Daniel Veillard <veillard@src.gnome.org> - hash.[ch]: added Paolo Casarini patch to provide Delete from
hash functionnalities.
- doc/html/* : rebuild the doc
Daniel
/external/libxml2/doc/html/libxml-parser.html
9cb5ff4e6a18f557a2332111686f0ca69cd43917 29-Jan-2001 Daniel Veillard <veillard@src.gnome.org> Fixed generated doc, Daniel
/external/libxml2/doc/html/libxml-parser.html