aboutsummaryrefslogtreecommitdiffstats
path: root/debugXML.c
Commit message (Expand)AuthorAgeFilesLines
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* changed maintainer-clean dependency with suggestion from Crispin FlowerdayWilliam M. Brack2004-12-171-3/+5
* integrated in "make tests" added -q option, and more conditional featuresDaniel Veillard2004-11-091-0/+2
* more coverage more fixes DanielDaniel Veillard2004-11-081-5/+20
* preparing release 2.6.15 cleanups DanielDaniel Veillard2004-10-271-3/+9
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-2/+110
* excluded a few nodes (with no content) from the string check routine.William M. Brack2004-10-151-4/+8
* added UTF-8 string checking, raise a problem, need debug DanielDaniel Veillard2004-10-151-2/+28
* added namespace checking danielDaniel Veillard2004-10-111-65/+98
* some framework preparation to add namespace checkings danielDaniel Veillard2004-10-091-0/+90
* adding the tree debug mode fixing various problems reported by the debugDaniel Veillard2004-10-071-277/+195
* revamped the XML debugging module and prepare for a new checking modeDaniel Veillard2004-10-041-647/+951
* added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack2004-09-181-33/+35
* added help for new set shell command added parser option to not generateDaniel Veillard2004-08-161-0/+1
* small typo pointed out by Mike Hommey slightly improved the --c14nDaniel Veillard2004-08-161-0/+47
* applied patch from Stefano Debenedetti to register namespaces in the debugDaniel Veillard2004-06-161-0/+69
* applied patch from Mark Vadoc avoiding using xmlParse* option and useDaniel Veillard2004-03-251-1/+1
* Fixing a head build problem, damn ... DanielDaniel Veillard2004-03-041-1/+1
* fixing compilation bug with some options disabled as well asDaniel Veillard2004-03-041-0/+4
* fixing compilation and link option when configuring with --without-validDaniel Veillard2004-02-251-0/+6
* added "relaxng" option to the debugging shell some regression tests forDaniel Veillard2004-02-211-0/+66
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-1/+1
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-4/+18
* fixed 2 bugs pointed in #116448 DanielDaniel Veillard2003-07-061-1/+8
* included libxml/uri.h for xmlCanonicPath declarationIgor Zlatkovic2003-04-271-0/+1
* try to find more places where xmlCanonicPath() must be used to convertDaniel Veillard2003-04-231-1/+1
* fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixedDaniel Veillard2003-03-211-6/+6
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-1/+1
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-4/+4
* adding a grep command to --shell in xmllint for T.V. Raman DanielDaniel Veillard2002-10-221-0/+81
* Joe Marcus Clarke reported a segfault on FBsd this was due toDaniel Veillard2002-10-091-5/+11
* applied patch from Mark Vakoc except the API change, preserved it. updatedDaniel Veillard2002-10-081-67/+105
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-2/+2
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* speedup some node selection operations, this can have a significant impactDaniel Veillard2002-03-131-1/+1
* Fixing #74186, made sure all boolean expressions get fully parenthesized,Daniel Veillard2002-03-111-12/+0
* Tentatively fixed #69655 , make compiling with -Wredundant-decls clean.Daniel Veillard2002-02-101-0/+1
* cleanup always use stdout if output is NULL don't close filedescriptorsDaniel Veillard2002-02-071-0/+12
* added an xpath function to the shell for T. V. Raman DanielDaniel Veillard2002-01-221-0/+15
* patch from Anthony Jones to catch NULL nodes in debug routines. DanielDaniel Veillard2002-01-221-3/+79
* Build a new version hopefully near complete and fully documented of theDaniel Veillard2002-01-221-2/+2
* fixed the funxtion to set the xml: attributes added "setbase" to test it.Daniel Veillard2002-01-171-0/+24
* some cleanup after an unsuccessful attempt at fixing #61290 :-( DanielDaniel Veillard2002-01-141-8/+25
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-21/+39
* moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, theyDaniel Veillard2001-11-261-149/+0
* some cleanups when chasing unappropriate stdout output. DanielDaniel Veillard2001-11-221-27/+27
* add xmlGetNodePath() a cleaned up version of the Pwd shell stringDaniel Veillard2001-11-101-71/+136
* Stefan Kost provided an help command for the shell DanielDaniel Veillard2001-11-081-1/+18
* Heiko Rupp pointed that the shell would crash on empty nodesets returns.Daniel Veillard2001-11-071-5/+16
* applied an improvement to xmlGetLineNo() from Keith Isdale DanielDaniel Veillard2001-11-051-4/+6