aboutsummaryrefslogtreecommitdiffstats
path: root/SAX2.c
Commit message (Expand)AuthorAgeFilesLines
* fixing bug #319964, parsing of HTML attribute really should not haveDaniel Veillard2007-06-121-18/+24
* trying to fix entities behaviour when using SAX, had to extend entitiesDaniel Veillard2006-10-101-0/+1
* add a new function xmlPathToUri() to provide a clean conversion whenDaniel Veillard2006-10-101-1/+1
* refactor to use normal warnings for entities problem and not straight SAXDaniel Veillard2006-07-131-6/+6
* more cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-14/+26
* fix bug #324432 with <xml:foo/> added to the regression tests DanielDaniel Veillard2006-01-041-0/+4
* fixing a number of issues raised by xml:id but more generally related toDaniel Veillard2005-09-031-16/+15
* added a parser XML_PARSE_COMPACT option to allocate small text nodes (lessDaniel Veillard2005-08-251-4/+14
* line numbers are now carried by most nodes, fixing xmlGetLineNo() c.f. bugDaniel Veillard2005-08-241-0/+16
* fixed compilation when configured --without-sax1 and other cleanups fixesDaniel Veillard2005-08-231-1/+1
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-1/+1
* first steps toward a testsuite dist fixed bug #307870 DanielDaniel Veillard2005-07-051-54/+144
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* better handling of conditional features more testing on parser contextsDaniel Veillard2004-11-091-1/+1
* better parser options coverage more cleanups. DanielDaniel Veillard2004-11-081-1/+2
* more coverage more fixes DanielDaniel Veillard2004-11-081-7/+13
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-1/+1
* changing the way the .c is generated, extending the tests coverage fixingDaniel Veillard2004-11-041-10/+42
* adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard2004-11-021-1/+3
* register xmlSchemaSetValidErrors, patch from Brent Hendricks in theDaniel Veillard2004-10-291-4/+4
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-1/+1
* added support for HTML PIs #156087 added specific tests DanielDaniel Veillard2004-10-221-1/+1
* adding the tree debug mode fixing various problems reported by the debugDaniel Veillard2004-10-071-0/+1
* fixed bug introduced during OOM fixup causing problems with defaultWilliam M. Brack2004-08-311-4/+2
* small typo pointed out by Mike Hommey slightly improved the --c14nDaniel Veillard2004-08-161-3/+1
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-2/+5
* further fixes for out of memory condition, mostly from Olivier Andrieu.William M. Brack2004-07-291-77/+33
* implemented patches supplied by Olivier Andrieu (bug 148588), plus madeWilliam M. Brack2004-07-281-5/+26
* warning message cleanup. Now compiles warning-free, all tests passed.William M. Brack2004-06-301-3/+4
* *** empty log message ***William M. Brack2004-05-231-1/+1
* skipped call to xmlValidateNCName when compiling --with-minimum (bugWilliam M. Brack2004-05-221-0/+2
* relaxed id() to not check taht the name(s) passed are actually NCName,Daniel Veillard2004-04-181-0/+20
* adding xml:id draft support adding 4 first regression tests DanielDaniel Veillard2004-04-091-1/+20
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-1/+3
* found and fixed a bug misallocating some non blank text node strings fromDaniel Veillard2004-01-021-1/+1
* removed some compilation warnings DanielDaniel Veillard2003-12-101-1/+2
* tried to fix the problems reported in bug #126735 fixed again some problemDaniel Veillard2003-12-081-16/+37
* preparing libxml2-2.6.0 updated and regenerated the docs and API moved theDaniel Veillard2003-10-211-4/+12
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-2/+2
* fixed a nasty bug with interning some text strings prepare for beta5 ofDaniel Veillard2003-10-101-0/+4
* fixed uninitialized new field. fixed a typo updating all messages DanielDaniel Veillard2003-10-101-1/+2
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-6/+13
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-1/+1
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-2/+36
* rebuilt the API added the new options --nocdata and --nsclean to removeDaniel Veillard2003-09-261-2/+4
* preparing a beta3 solving the ABI problems make sure the global variablesDaniel Veillard2003-09-251-19/+6
* fixing some comments to avoid warnings from apibuild.py DanielDaniel Veillard2003-09-251-1/+1
* adding repeated parsing and validating tests make the new DOM treeDaniel Veillard2003-09-241-9/+38
* fixing namespace DTD validations the output of defaulted namespaces isDaniel Veillard2003-09-181-4/+9
* more performance hunting reducing memory allocation and free and avoidingDaniel Veillard2003-09-171-26/+84