History log of /external/libxml2/elfgcchack.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
726f67e2f140f8d936dfe993bf9ded3180d750d2 16-Oct-2014 Daniel Veillard <veillard@redhat.com> Release of libxml2-2.9.2
/external/libxml2/elfgcchack.h
4bb03d7a80057b1df71a2dc07d8569f0b6772e3f 23-Mar-2014 Roumen Petrov <bugtrack@roumenpetrov.info> elfgcchack.h: more legacy needs xmlSAX2StartElement() and xmlSAX2EndElement()
/external/libxml2/elfgcchack.h
c7684f9b2ece3b7593d52b71df3015cd076eda81 13-Apr-2013 Roumen Petrov <bugtrack@roumenpetrov.info> elfgcchack.h: add xmlXPathNodeEval and xmlXPathSetContextNode

(after rebuild in doc)
/external/libxml2/elfgcchack.h
95850fcd75435f828667bf4050c6172e877ba6ad 12-Sep-2012 Roumen Petrov <bugtrack@roumenpetrov.info> elfgcchack.h after rebuild in doc
/external/libxml2/elfgcchack.h
f447ab8f97830c06f24eb589ecaabc69001e3e78 24-Aug-2009 Daniel Veillard <veillard@redhat.com> Regenerated API and symbols

* doc/Makefile.am: make the check for symbols pbm a make api failure
* doc/symbols.xml: added xmlXIncludeProcessTreeFlagsData
* doc//* elfgcchack.h libxml2.syms testapi.c: regenerated
/external/libxml2/elfgcchack.h
be2bd6ac6fb512d322a059408c6fd80a91b091cf 27-Nov-2008 Daniel Veillard <veillard@src.gnome.org> adds element traversal support avoid a warning regenerated daniel

* include/libxml/tree.h tree.c python/generator.py: adds
element traversal support
* valid.c: avoid a warning
* doc/*: regenerated
daniel

svn path=/trunk/; revision=3804
/external/libxml2/elfgcchack.h
dee23485f639f0738a4a0cc3159c5140ea425b37 11-Apr-2008 Daniel Veillard <veillard@src.gnome.org> added new function xmlSchemaValidCtxtGetParserCtxt based on Holger

* include/libxml/xmlschemas.h xmlschemas.c: added new function
xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch
* doc/apibuild.py doc/*: regenerated the doc, chased why the new
function didn't got any documentation, added more checking in the
generator
* include/libxml/relaxng.h include/libxml/schematron.h
include/libxml/xmlschemas.h include/libxml/c14n.h
include/libxml/xmlregexp.h include/libxml/globals.h
include/libxml/xmlreader.h threads.c xmlschemas.c: various changes
and cleanups following the new reports
Daniel

svn path=/trunk/; revision=3738
/external/libxml2/elfgcchack.h
68b6e02bfdb9d206d1bd89d0c8650c9b66fcfdab 31-Mar-2008 Daniel Veillard <veillard@src.gnome.org> lot of out of memory handling fixes from Ashwin work around a problem with

* parser.c: lot of out of memory handling fixes from Ashwin
* elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain
* include/libxml/threads.h: indenting cleanups
Daniel

svn path=/trunk/; revision=3720
/external/libxml2/elfgcchack.h
05b37c689378ffd5ee44c4796c3c687688e97adf 31-Mar-2008 Daniel Veillard <veillard@src.gnome.org> trying to clarify even more the xmlCleanupParser() use and the memory

* parser.c docs/*: trying to clarify even more the xmlCleanupParser()
use and the memory documentation
Daniel

svn path=/trunk/; revision=3719
/external/libxml2/elfgcchack.h
7f28a01d6bd028e020d6cd418b933928a26896ed 12-Jan-2007 William M. Brack <wbrack@src.gnome.org> Re-generated the documentation (API chunks 27-29 were missing) (also

* Re-generated the documentation (API chunks 27-29 were missing)
(also causes changes to testapi.c, elfgcchack.h and
win32/libxml2.def.src)

svn path=/trunk/; revision=3574
/external/libxml2/elfgcchack.h
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/elfgcchack.h
6795260135a78da60182504a2d7efb4e3177eb57 05-Jan-2006 Daniel Veillard <veillard@src.gnome.org> upated the news regenerated the docs, preparing for release of 2.6.23

* NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
regenerated the docs, preparing for release of 2.6.23
* pattern.c xmlschemas.c: fixed some comments
Daniel
/external/libxml2/elfgcchack.h
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/elfgcchack.h
2e7598cb06cdb5ae30275dacf40a09c6e26d62fe 02-Sep-2005 Daniel Veillard <veillard@src.gnome.org> avoid passing a char[] as snprintf first argument. implemented

* encoding.c parserInternals.c: avoid passing a char[] as snprintf
first argument.
* threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
based on Andrew W. Nosenko idea.
* doc/* elfgcchack.h: regenerated the API
Daniel
/external/libxml2/elfgcchack.h
bca3ad25f93b7895c4c89ea38551a2873cbbd3e1 24-Aug-2005 Daniel Veillard <veillard@src.gnome.org> fixed compilation when configured --without-sax1 and other cleanups fixes

* SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
when configured --without-sax1 and other cleanups fixes bug #172683
* doc/* elfgcchack.h: regenerated
Daniel
/external/libxml2/elfgcchack.h
17cccb5e01bbbcf802dbe438b2c5482819354092 23-Aug-2005 Daniel Veillard <veillard@src.gnome.org> Hopefully fixed this time, daniel
/external/libxml2/elfgcchack.h
ccb4d41c13bea3c81cf074ed43b84bd686c7d124 23-Aug-2005 Daniel Veillard <veillard@src.gnome.org> regenerated fixed a compilation problem some cleanups and one bug fix

* elfgcchack.h testapi.c doc/*: regenerated
* schematron.c: fixed a compilation problem
* xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
* result/expr/base: slightly changes the number of Cons.
Daniel
/external/libxml2/elfgcchack.h
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/elfgcchack.h
da0aa4cfdbd9b71e01bc452c95d044bbe66e1b5a 14-Jul-2005 Daniel Veillard <veillard@src.gnome.org> applied patch from Marcus Boerger to route relaxng and schemas error

* error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
include/libxml/xmlschemas.h: applied patch from Marcus Boerger
to route relaxng and schemas error messages when using the reader
through the structured interface if activated.
* elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
to test.
Daniel
/external/libxml2/elfgcchack.h
95175012ecb180e9f40f57455a600401f854075c 03-Jul-2005 Daniel Veillard <veillard@src.gnome.org> fixing #307823 and a couple of assorted bugs fixed conditionals in

* testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
assorted bugs
* python/generator.py python/libxml2-python-api.xml: fixed
conditionals in generator too
* doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
cleanups too and rebuilt
Daniel
/external/libxml2/elfgcchack.h
81562d2d66096c43d5ea3ff180063782e4b5a23d 15-Jun-2005 Daniel Veillard <veillard@src.gnome.org> if sax1 is used and input is a file use the old API xmlParseFile()

* xmllint.c: if sax1 is used and input is a file use the old
API xmlParseFile()
* xmlschemas.c: cleanups
* doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
for the new functions in Schemas.
Daniel
/external/libxml2/elfgcchack.h
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/elfgcchack.h
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/elfgcchack.h
b5839c3b57f7d130cbbe112a83e4dadb292c3dc8 19-Feb-2005 Daniel Veillard <veillard@src.gnome.org> a bit of cleanup rebuilt the API the tests and the documentation as a

* xmlschemastypes.c: a bit of cleanup
* elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
the documentation as a result.
Daniel
/external/libxml2/elfgcchack.h
015ccb2c747fb73561e2fe72d6214585dd9985e8 13-Feb-2005 William M. Brack <wbrack@src.gnome.org> This change started out as a simple desire to speed up the
execution time of testapi.c, which was being delayed by
nameserver requests for non-existent URL's. From there it
just sort of grew, and grew....
* nanohttp.c, nanoftp.c: changed the processing of URL's
to use the uri.c routines instead of custom code.
* include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
* uri.c: added accepting ipV6 addresses, in accordance with
RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
* gentest.py, testapi.c: fixed a few problems with the
testing of the nanoftp and nanohttp routines.
* include/libxml/xmlversion.h: minor change to fix a
warning on the docs generation
* regenerated the docs
/external/libxml2/elfgcchack.h
2ae13382c389912f89d0df8ab4fcce376db6ae82 26-Jan-2005 Daniel Veillard <veillard@src.gnome.org> fixing the way testapi.c is generated, fixes bug #161386 fix a comment

* Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
is generated, fixes bug #161386
* dict.c: fix a comment typo
* elfgcchack.h doc/*: regenerated
Daniel
/external/libxml2/elfgcchack.h
f47d2e32379cef6913b9b555a77a44ad965e7656 12-Jan-2005 Daniel Veillard <veillard@src.gnome.org> regenerated the API description, rebuilt, improved navigation in

* elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
the API description, rebuilt, improved navigation in documentation
a bit.
Daniel
/external/libxml2/elfgcchack.h
be076e9b0611e941d9cdf297a8988ddd6639fa74 04-Jan-2005 Daniel Veillard <veillard@src.gnome.org> applied patch from Bjorn Reese, plus some cleanups fixed the stylesheet to

* xmlmodule.c include/libxml/xmlmodule.h: applied patch from
Bjorn Reese, plus some cleanups
* elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
add the new header
* doc/* testapi.c: regenerated the API
Daniel
/external/libxml2/elfgcchack.h
f6b71bd176bf2a48e052740f0b58c8f69bd07781 04-Jan-2005 Daniel Veillard <veillard@src.gnome.org> making DSO support an option code and documentation cleanups regenerated

* configure.in: making DSO support an option
* xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
and documentation cleanups
* elfgcchack.h testapi.c doc/*: regenerated the docs and
checks for new module
* test/valid/REC-xml-19980210.xml: fix a small change introduced
previously
Daniel
/external/libxml2/elfgcchack.h
21e4ef20f64ebd740ebac0ead5d85a5631d2db5e 02-Jan-2005 William M. Brack <wbrack@src.gnome.org> Re-examined the problems of configuring a "minimal" library.
Synchronized the header files with the library code in order
to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
were the same in both. Modified the API database content to more
accurately reflect the conditionals. Enhanced the generation
of that database. Although there was no substantial change to
any of the library code's logic, a large number of files were
modified to achieve the above, and the configuration script
was enhanced to do some automatic enabling of features (e.g.
--with-xinclude forces --with-xpath). Additionally, all the format
errors discovered by apibuild.py were corrected.
* configure.in: enhanced cross-checking of options
* doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
doc/libxml2-api.xml, gentest.py: changed the usage of the
<cond> element in module descriptions
* elfgcchack.h, testapi.c: regenerated with proper conditionals
* HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
testSAX.c: cleaned up conditionals
* include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
synchronized the conditionals with the corresponding module code
* doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
added additional conditions required for compilation
* doc/*.html, doc/html/*.html: rebuilt the docs
/external/libxml2/elfgcchack.h
d0cf7f6eea7331cc398c232d7879e4239d989e14 09-Nov-2004 Daniel Veillard <veillard@src.gnome.org> integrated in "make tests" added -q option, and more conditional features

* Makefile.am gentest.py testapi.c: integrated in "make tests"
added -q option, and more conditional features fixes
* catalog.c debugXML.c parser.c testThreads.c xmllint.c
xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
include/libxml/debugXML.h: various compilation and conditional
cleanups.
* doc/*: regenerated
Daniel
/external/libxml2/elfgcchack.h
34099b403124601d9cd4bde0846a637bf8952cea 04-Nov-2004 Daniel Veillard <veillard@src.gnome.org> changing the way the .c is generated, extending the tests coverage fixing

* gentest.py testapi.c: changing the way the .c is generated,
extending the tests coverage
* include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
function signatures, regenerating stuff
* SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
Daniel
/external/libxml2/elfgcchack.h
8a32fe48390c861709cafa44bbf65b7e5e5dfe36 02-Nov-2004 Daniel Veillard <veillard@src.gnome.org> more testing and coverage more cleanups rebuilt Daniel

* gentest.py testapi.c: more testing and coverage
* elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
* doc/*: rebuilt
Daniel
/external/libxml2/elfgcchack.h
6927b10615d4f48fbc3fa0f3b114890275488991 27-Oct-2004 Daniel Veillard <veillard@src.gnome.org> preparing release 2.6.15 cleanups Daniel

* ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
* debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
Daniel
/external/libxml2/elfgcchack.h
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/elfgcchack.h
add93d3e9ead9ac1f1292b9859f7932bb2a88fae 07-Jul-2004 Daniel Veillard <veillard@src.gnome.org> fixed a bug which prevented building with --with-minimum Daniel

* elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
which prevented building with --with-minimum
Daniel
/external/libxml2/elfgcchack.h
01fa6156e51259229470f40619af93e915b4bc94 29-Jun-2004 Daniel Veillard <veillard@src.gnome.org> applied Schemas patches from Kasimier Buchcik, there is still one open

* xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
applied Schemas patches from Kasimier Buchcik, there is still
one open issue about referencing freed memory.
* test/schemas/* result/schemas/*: updated with new tests from
Kasimier
Daniel
/external/libxml2/elfgcchack.h
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/elfgcchack.h