summaryrefslogtreecommitdiff
path: root/ext/xml/compat.c
Commit message (Expand)AuthorAgeFilesLines
* allow building without libxml2 under win32Wez Furlong2003-08-221-0/+2
* fix libxml2 when dealing with character dataSterling Hughes2003-06-291-1/+5
* some friendly names...Sterling Hughes2003-06-261-16/+16
* remove leftover parser->mem_hdlrs - compiles nowRob Richards2003-06-151-1/+0
* Removed xmlMemSetup() code as it doesn't help at all.Moriyoshi Koizumi2003-06-151-27/+3
* updating license information in the headers.James Cox2003-06-101-3/+3
* rename namespace to use_namespace to avoid a c++ keyword conflictSterling Hughes2003-05-221-5/+5
* use libxml2 memory management throughout the file, which in turn uses theSterling Hughes2003-05-191-1/+1
* send some more data to the default handlerSterling Hughes2003-05-191-2/+29
* send comments to the default handler like done with expat, add aSterling Hughes2003-05-171-2/+34
* Allow libxml to detect the document encoding if encoding parameter passed toMoriyoshi Koizumi2003-05-161-1/+5
* Filled error_mappings[] with placeholders for actual error messagesMoriyoshi Koizumi2003-05-071-1/+99
* Added missing object initialisationMoriyoshi Koizumi2003-05-071-1/+30
* Fixed typosMoriyoshi Koizumi2003-05-071-2/+2
* This should be needed.Moriyoshi Koizumi2003-05-071-0/+1
* Added even better allocator codes for both expat & libxmlMoriyoshi Koizumi2003-05-071-13/+41
* Bundle libxml and add compatibility layerSterling Hughes2003-05-061-0/+369