aboutsummaryrefslogtreecommitdiffstats
path: root/entities.c
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE: Update libxml2 to 2.9.8HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-14.1cm-13.0akirilov2018-09-061-10/+16
* Merge remote-tracking branch 'goog/upstream-master' into mymergeXin Li2016-08-151-1/+1
* Fix and add const qualifiersKurt Roeckx2014-10-131-2/+2
* Switched comment in file to UTF-8 encodingDaniel Veillard2013-03-301-1/+1
* Various cleanups to avoid compiler warningsDaniel Veillard2012-09-111-1/+4
* Big space and tab cleanupDaniel Veillard2012-09-111-12/+12
* Improve HTML escaping of attribute on outputDaniel Veillard2012-09-051-8/+78
* Fix an error in previous commitAron Xu2012-07-201-1/+1
* Fix entities local buffers size problemsDaniel Veillard2012-07-181-13/+23
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-2/+2
* applied patch from Aswin to fix tree skipping fixed a comment and added aDaniel Veillard2008-08-251-33/+89
* rework the patch to avoid some ABI issue with people allocating entitiesDaniel Veillard2008-08-251-5/+5
* fix for CVE-2008-3281 DanielDaniel Veillard2008-08-201-5/+5
* trying to fix entities behaviour when using SAX, had to extend entitiesDaniel Veillard2006-10-101-5/+6
* more cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-5/+2
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* added xmlHashCreateDict where the hash reuses the dictionnary for internalDaniel Veillard2005-01-231-2/+3
* small speedup in skipping blanks characters interning the entities stringsDaniel Veillard2005-01-231-22/+69
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-0/+1
* fixed a compilation problem on a recent change DanielDaniel Veillard2004-11-051-2/+0
* fixed the way the generator works, extended the testing, especially withDaniel Veillard2004-11-051-21/+45
* avoid returning default namespace when searching from an attribute reverseDaniel Veillard2004-05-171-2/+0
* fixed an XML entites content serialization potentially triggered byDaniel Veillard2003-12-091-2/+44
* fixed #127877, never output " in element content this changes theDaniel Veillard2003-11-251-0/+2
* fixed problem reported on the mailing list by Melvyn Sopacua - wrongWilliam M. Brack2003-10-201-1/+13
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-10/+2
* Fix error on output of high codepoint charref like  , reportedDaniel Veillard2003-10-011-2/+2
* made the predefined entities static predefined structures to avoid theDaniel Veillard2003-09-301-67/+59
* Adding a configure option to remove tree manipulation code which is notDaniel Veillard2003-09-291-0/+2
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-0/+2
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-176/+0
* fix a bug raised by the Mips compiler. move the SAXv1 block definitions toDaniel Veillard2003-09-281-1/+1
* minor change to avoid compilation warnings on some (e.g. AIX) systemsWilliam M. Brack2003-09-261-1/+3
* removed some warnings by casting xmlChar to unsigned int and a couple ofDaniel Veillard2003-07-151-2/+2
* do not generate " for " outside of attributes this changes the outputDaniel Veillard2003-06-131-1/+1
* fixes again one of the problem raised by James Clark in #106788 DanielDaniel Veillard2003-02-261-0/+6
* another fix for nodeinfo in entities problem fixed bug #106788 from JamesDaniel Veillard2003-02-231-1/+1
* Fixed a really nasty problem raised by a DocBook XSLT transform providedDaniel Veillard2002-12-301-2/+17
* get rid of all the perror() calls made in the library execution paths.Daniel Veillard2002-09-051-7/+9
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* fixed a couple of conformances issues deep into the validation codeDaniel Veillard2002-02-181-5/+8
* applied patch from Anthony Jones to implement copy of DTD subtree too. HadDaniel Veillard2002-01-261-0/+2
* another set of patches from Anthony Jones for copy operations cleanup andDaniel Veillard2002-01-241-0/+5
* Anthony Jones pointed a bug in xmlCopyEntity() DanielDaniel Veillard2002-01-091-1/+1
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-8/+8
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1
* started integrating the non-controversial parts of Gary PenningtonDaniel Veillard2001-10-111-1/+1
* do not output hexadecimal charrefs when serializing HTML since someDaniel Veillard2001-09-141-1/+4
* John Fleck fixed typos in the options output fix ignorable white space SAXDaniel Veillard2001-09-091-0/+1
* cleanup of global variables, marking some const or private. DanielDaniel Veillard2001-07-161-2/+3