aboutsummaryrefslogtreecommitdiffstats
path: root/dict.c
Commit message (Expand)AuthorAgeFilesLines
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixed compilation warning changed xmlWarningMsg so ctxt->errNo is not setWilliam M. Brack2005-02-111-2/+2
* fixing the way testapi.c is generated, fixes bug #161386 fix a commentDaniel Veillard2005-01-251-1/+1
* a single lock version mostly avoid the cost penalty of the lock in case ofDaniel Veillard2005-01-211-6/+62
* patch from Gary Coady to fix a race in dict reference counting inDaniel Veillard2005-01-211-3/+16
* fixed up some gcc warnings, no change to logic. New macro XML_CAST_FPTR toWilliam M. Brack2004-12-011-2/+0
* added xmlDictExists() to the dictionnary interface. applyingDaniel Veillard2004-11-241-1/+95
* fixed bug introduced during OOM fixup causing problems with defaultWilliam M. Brack2004-08-311-1/+1
* added io1.c an example ox xmlIO usage and io1.res test result, fixed aDaniel Veillard2004-01-231-19/+102
* some parser optimizations, xmllint --memory --timing --repeat --streamDaniel Veillard2004-01-121-0/+16
* adding repeated parsing and validating tests make the new DOM treeDaniel Veillard2003-09-241-0/+25
* preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code inDaniel Veillard2003-09-191-8/+190
* the last patch broke unicity of returned strings, removed DanielDaniel Veillard2003-09-181-3/+0
* valgrind found a newly introduced bug DanielDaniel Veillard2003-09-181-3/+3
* two small improvements DanielDaniel Veillard2003-09-171-0/+3
* do string allocations in large pools, allowing to find if a string pertainDaniel Veillard2003-09-161-5/+97
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-2/+0
* allow to give -1 for undefined length in lookups first round of work onDaniel Veillard2003-09-071-2/+7
* Adding new version of the SAX interface, it's not there yet, currentlyDaniel Veillard2003-08-201-2/+0
* optimization when freeing hash tables. some tuning of buffer allocationsDaniel Veillard2003-08-191-1/+2
* new dictionary module to keep a single instance of the names used by theDaniel Veillard2003-08-181-0/+338