aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
Commit message (Expand)AuthorAgeFilesLines
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-3/+3
* fixed another stupid bug in xmlGetNodePath() --version now report theDaniel Veillard2002-09-171-2/+52
* memory leak reporting was broken after a change of the preprocessor symbolDaniel Veillard2002-09-051-2/+0
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-10/+27
* applied a fix from Anthony Jones for -o /--output DanielDaniel Veillard2002-04-091-1/+1
* owen pointed out a problem with the ftime fix, gettimeofday() was notDaniel Veillard2002-03-071-1/+6
* trying to fix #71457 for timing precision when gettimeofday() is notDaniel Veillard2002-03-071-0/+25
* close #72663 and #72658, don't memdump unless compiled explicitely withDaniel Veillard2002-03-011-0/+2
* fixing #68748 DanielDaniel Veillard2002-02-081-0/+1
* added pointers to the web pages in the usage() DanielDaniel Veillard2002-01-251-0/+2
* Anthony Jones pointed a bug in xmlCopyEntity() DanielDaniel Veillard2002-01-091-3/+5
* Applied following patches from Robert Collins and make sure IN_LIBXML isDaniel Veillard2002-01-081-1/+1
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-4/+4
* applied Justin Fletcher patch for --output or -o danielDaniel Veillard2001-12-181-10/+49
* applied Justin Fletcher generic timing patch similar to the one alreadyDaniel Veillard2001-12-181-58/+125
* fix the xmlStrdup() used in the previous patch. added --dropdtd fixedDaniel Veillard2001-12-131-1/+26
* removed another strdup() removed the HP/UX entry DanielDaniel Veillard2001-12-131-1/+1
* fix bug #66816 when validating. don't use sys/time.h if configure did notDaniel Veillard2001-12-131-0/+2
* applied Geert Kloosterman's patch to fix --repeat --timing output DanielDaniel Veillard2001-12-041-8/+8
* preparing 2.4.11 better --catalogs description DanielDaniel Veillard2001-11-261-2/+3
* Morus Walter patch to allow --format and --encode DanielDaniel Veillard2001-11-081-3/+13
* added entities testing to the Thread test make the test reasonable fix theDaniel Veillard2001-10-221-0/+47
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1
* xmllint.c - fixing typoMDT 2001 John Fleck2001-09-241-2/+2
* John Fleck fixed typos in the options output fix ignorable white space SAXDaniel Veillard2001-09-091-2/+2
* added a --convert option to xmlcatalog to convert SGML ones to the XMLDaniel Veillard2001-08-251-1/+5
* starts to look okay, really plugged the new framework, cleaned a lot ofDaniel Veillard2001-08-221-8/+21
* fixed a line formatting problem DanielDaniel Veillard2001-08-191-1/+3
* adding a --format option DanielDaniel Veillard2001-08-141-1/+14
* allow to inherit attributes from the DTD directly in the tree, this isDaniel Veillard2001-08-071-3/+12
* applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSCDaniel Veillard2001-08-031-9/+0
* removing history/readline changed this slightly make element content lineDaniel Veillard2001-07-231-0/+1
* fixed compilation under Cygwin #57503 update DanielDaniel Veillard2001-07-141-0/+3
* Summer's cleanup, a really big one:Daniel Veillard2001-06-241-1/+1
* - valid.c: fixed a bug found when post validating an entity refDaniel Veillard2001-06-201-43/+72
* - TODO: updated adding cleanup of generated docDaniel Veillard2001-06-171-0/+5
* - catalog.[ch]: fixes and add xmlLoadCatalogs()Daniel Veillard2001-05-221-0/+19
* trio upgrade and integrationBjorn Reese2001-04-211-7/+1
* - xmlversion.h.in win32config.h win32/libxml2/*: appliedDaniel Veillard2001-04-161-0/+8
* - tree.c: xmlNewDoc was missing the charset initializationDaniel Veillard2001-04-111-5/+21
* - xmllint.c: Dan Timis reported a portability problemDaniel Veillard2001-04-041-1/+4
* Huge cleanup, I switched to compile withDaniel Veillard2001-03-241-12/+12
* Okay time to improve performances, gprof session:Daniel Veillard2001-02-251-2/+100
* - xmllint.[c1] : added return code errors for xmllintDaniel Veillard2001-02-231-1/+6
* Restarted hacking :-) :Daniel Veillard2001-01-031-4/+18
* Finally had a bit of time to resynch both trees:Daniel Veillard2000-12-271-2/+18
* Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.cDaniel Veillard2000-11-251-0/+6
* XInclude and other stuff while travelling. Contributed patches:Daniel Veillard2000-11-061-3/+21
* patched to redirrect all "out of context" error messages toDaniel Veillard2000-10-251-20/+25
* - tree.c valid.c xmllint.c: Fixed a few postvalidation bugsDaniel Veillard2000-10-111-2/+31