| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* *.c include/libxml/*.h doc/html/*: applied 42 documentation
patches from Charlie Bozeman. Regenerated the HTML docs.
Daniel
|
|
|
|
|
|
| |
* include/libxml/tree.h tree.c: applied documentation patches
from Charlie Bozeman
Daniel
|
|
|
|
|
|
|
|
| |
* valid.c: fix the xmlStrdup() used in the previous patch.
* valid.c: added --dropdtd
* tree.c: fixed xmlUnlinkNode so it also removes the references
from the document if the node is a DTD
Daniel
|
|
|
|
|
|
|
| |
* tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
they are not really tied to debugging
Daniel
|
|
|
|
|
| |
* tree.c: fixed a couple of problems in xmlSetProp()
Daniel
|
|
|
|
|
|
| |
* debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
unappropriate stdout output.
Daniel
|
|
|
|
|
|
| |
* include/libxml/tree.h: better comments for _private fields
* tree.c: removed a problem when copying an entity reference.
Daniel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
* HTMLtree.c tree.c include/libxml/HTMLtree.h
include/libxml/tree.h include/libxml/xmlIO.h: more include
cleanups, export cleanly one html output + format function.
Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
* parser.c: removed initGenericErrorDefaultFunc call from
xmlInitParser() since it could destroy previous calls to
xsltSetGenericErrorFunc() effects
Daniel
|
|
|
|
|
|
| |
testThreads.c: far more testing, cleaning up bugs
- *.c : make sure globals.h is always included.
Daniel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
include/libxml/parserInternals.h include/libxml/tree.h
include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
Applied the last patches from Gary, cleanup, activated threading
all user accessible global variables are now handled in globals.[ch]
Still a bit rought but make tests passes with either
--with-threads defined at configure time or not.
* Makefile.am example/Makefile.am: added globals.[ch] and threads
linking options
Daniel
|
|
|
|
|
|
|
| |
* include/libxml/debugXML.h debugXML.c tree.c: integrating
Keith Isdale patches for the XSLT debugger interfaces. Some
cleanup
Daniel
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
* uri.c: applied fix from Mathias Hasselmann about a bug in URI
parsing.
* xpath.c: fix bug #61291 the default XML namespace node is
missing from the namespace axis.
* tree.c: refuse to create namespaces nodes with prefix "xml"
Daniel
|
|
|
|
|
|
| |
* tree.c: Armin Sander pointed a possible text coalescing
problem, completed his patch.
Daniel
|
|
|
|
|
|
| |
* tree.c: applied patch from Armin Sander to make some pointers
const in xmlCopyNode()
Daniel
|
|
|
|
|
| |
* tree.c: fixed xmlCopyNode() for documents
Daniel
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
Cleanup, cleanup ..
* configure.in Makefile.am: removed libxml softlink for good
* include/libxml/*.h *.c doc/Makefile.am: cleanup to get
100% coverage by gtk-doc
Daniel
|
|
|
|
|
|
|
|
| |
* include/libxml/parserInternals.h include/libxml/HTMLparser.h
xmlIO.c tree.c parserInternals.c entities.c encoding.c
HTMLparser.c: cleanup of global variables, marking some
const or private.
Daniel
|
|
|
|
|
|
|
| |
* DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
tree.c xpointer.c: store the line numbder in element->content,
may break some software, need a configuration mechanism
Daniel
|
|
|
|
|
|
|
|
| |
* tree.c: fixed XML Base computation which was broken
* debugXML.c: added a base function to the shell
* Makefile.am result/scripts/* test/scripts/*: added scripts
based regression tests, and adding 2 XML Base tests
Daniel
|
|
|
|
|
|
|
| |
* tree.c: set properties doc and call xmlSetListDoc for properties
content when grafting them in a different tree.
* aclocal.m4: remove from CVS
Daniel
|
|
|
|
|
|
|
| |
* include/libxml/parser.h parser.c: xmlStrstr args are both const
* xpath.c: small cleanup
* xmlGetNsList: reformated, fixed problems if used on Entities
Daniel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
* xpath.c: attempt to work around what seemed a gcc optimizer
bug when handling floats on i386 http://veillard.com/gcc.bug
* tree.c entities.c encoding.c: doing some cleanups while
chasing it
Daniel
|
|
|
|
|
|
| |
weakness in the node copy the XPointer and the XInclude
implementations. Serious cleanup.
Daniel
|
|
|
|
|
|
|
| |
provided another failing case found in KDE, the way the
ctxt->vctxt.nodeTab was allocated and freed changed over
time but it wasn't completely cleaned up. This should fix it.
Daniel
|
|
|
|
|
| |
- doc/xml.html: updated with 2.3.11
Daniel
|
|
|
|
|
| |
* tree.[ch]: grrr ... namespace is a C++ reserved keyword
Daniel
|
|
|
|
|
|
| |
- tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
- tree.h: cleanup
Daniel
|
|
|
|
|
|
| |
memory block in a strange case where libxml is linked twice
in the binary.
Daniel
|
|
|
|
|
|
| |
being processed, applied his patch
- tree.c: fixed a bug raised in xmlStaticCopyNodeList()
Daniel
|
|
|
|
| |
Daniel
|
|
|
|
|
| |
Note this requires libxslt to use it's own function instead.
Daniel
|
|
|
|
|
|
|
| |
hack
- tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
- uri.c: fixed a warning
Daniel
|
|
|
|
|
|
| |
#55380
- tree.c: patch to xmlNodeGetContent() to get CDATA section content
Daniel
|
|
|
|
|
|
|
| |
not completely correct yet (need cascade).
- xpath.[ch]: added the few things needed to find a function name
and URI from the XPath context when it is called.
Daniel
|
|
|
|
|
|
|
|
|
| |
- DOCBparser.c: small cleanup
- xmllint.c: added a --catalogs option to load catalogs from
$SGML_CATALOG_FILES
- tree.c: cleanup
- configure.in: iconv library fixup, ICONV_LIBS
Daniel
|
|
|
|
|
| |
document tree freeing and xpath evaluation
Daniel
|
|
|
|
|
|
| |
attributes handling and #54433 by adding xmlUnsetProp()
and xmlUnsetNsProp()
Daniel
|
|
|
|
| |
Daniel
|
|
|
|
|
| |
fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
Daniel
|
|
|
|
|
|
| |
at the parsing speed and DOM handling. Added a few more
speedups.
Daniel
|
|
|
|
|
| |
xmlSaveFormatFileTo()
Daniel
|
|
|
|
|
| |
and indenting a file.
Daniel
|
|
|
|
|
|
|
| |
I would like xmllint --copy --debug test/ent1 and
xmllint --debug test/ent1 to show the same result.
- xpath.c: fix a bug when trying to sort namespace nodes
Daniel
|
|
|
|
|
|
|
|
|
|
|
| |
the SGML DocBook parser in libxml2 distrib:
- DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
xmlversion.h.in: started (re)integrating the DocBook SGML parser.
- SAX.[ch]: cleanup and updates for DocBook
- debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
ex SGML identifier changes
- valid.c: removed a static unused function.
Daniel
|
|
|
|
| |
Daniel
|
| |
|
|
|
|
|
|
|
| |
prefix lookup.
- parserInternals.c: fixed the bug reported by Morus Walter
due to an off by one typo in xmlStringCurrentChar()
Daniel
|