summaryrefslogtreecommitdiff
path: root/DOCBparser.c
Commit message (Expand)AuthorAgeFilesLines
* Big space and tab cleanupDaniel Veillard2012-09-111-6/+6
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* let's see how much of a pain murrayc is really gonna be. DanielDaniel Veillard2003-10-011-9/+11
* removing the broken pseudo SGML DocBook parser code. DanielDaniel Veillard2003-09-131-5870/+105
* added few casts to shut the compiler warningsIgor Zlatkovic2003-08-281-1/+1
* new dictionary module to keep a single instance of the names used by theDaniel Veillard2003-08-181-63/+24
* get rid of some compilation warnings. fix the performance problem reportedDaniel Veillard2003-08-141-1/+1
* =Bug 118559 (continued)William M. Brack2003-08-011-4/+2
* removed some warnings by casting xmlChar to unsigned int and a couple ofDaniel Veillard2003-07-151-8/+8
* removed multiple warning, this fixed a bug and should close #111574 DanielDaniel Veillard2003-05-091-1/+2
* try to find more places where xmlCanonicPath() must be used to convertDaniel Veillard2003-04-231-3/+2
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-3/+3
* added support for large file, tested with a 3+GB instance, and someDaniel Veillard2003-04-181-1/+1
* obsoleted xmlNormalizeWindowsPathIgor Zlatkovic2003-02-191-1/+1
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-12/+0
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-10/+10
* code cleanup DanielDaniel Veillard2002-11-301-35/+52
* preparing release 2.4.27 updated and rebuilt the docs try to make sure theLIBXML_2_4_27Daniel Veillard2002-11-171-23/+23
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-1/+2
* messing around with support for Windows path, cleanups, trying to identifyDaniel Veillard2002-09-101-1/+1
* get rid of all the perror() calls made in the library execution paths.Daniel Veillard2002-09-051-17/+19
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-1/+1
* preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18Daniel Veillard2002-03-181-0/+1
* fixing #61290 "namespace nodes have no parent" long standing divergenceDaniel Veillard2002-03-041-0/+10
* cleanup patch from Anthony Jones fix the headers to avoid in make scanDaniel Veillard2002-01-201-12/+0
* Fixed a few other problems raised by Charlie Bozeman. fixed the outputDaniel Veillard2001-12-311-74/+0
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-15/+16
* apply fixes to close #63271 and avoid segfaults when the error routineDaniel Veillard2001-10-291-1/+1
* added entities testing to the Thread test make the test reasonable fix theDaniel Veillard2001-10-221-7/+19
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1
* update from Tobias Peters for 2.4.5 generate line nubers in elementsDaniel Veillard2001-10-111-0/+1
* preparing 2.4.6 release updated and rebuilt the docs fixed a number ofLIBXML_2_4_6Daniel Veillard2001-10-101-2/+2
* Igor Zlatkovic patches fixed typos DanielDaniel Veillard2001-10-021-1/+1
* applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSCDaniel Veillard2001-08-031-1/+1
* store the line numbder in element->content, may break some software, needDaniel Veillard2001-07-121-1/+2
* Summer's cleanup, a really big one:Daniel Veillard2001-06-241-1/+1
* handling of PIs and <?sgml-declaration in entities. DanielDaniel Veillard2001-06-111-80/+89
* - DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>Daniel Veillard2001-06-061-2/+174
* - catalog.[ch]: fixes and add xmlLoadCatalogs()Daniel Veillard2001-05-221-12/+0
* - DOCBparser.c: patche from László Kovács, fixed entities refsDaniel Veillard2001-05-021-40/+45
* - DOCBparser.c: patche from László KovácsDaniel Veillard2001-04-261-1/+1
* - DOCBparser.c SAX.c: a bit more work on entities processing.Daniel Veillard2001-04-251-16/+20
* - DOCBparser.c include/Makefile.am: two patches from László KovácsDaniel Veillard2001-04-251-1/+2
* - SAX.c testDocbook.c DOCBparser.c: more work on the supportDaniel Veillard2001-04-241-82/+307
* Time to work on helping the Gnome Doc project, first step is reintegratingDaniel Veillard2001-04-231-0/+5754