summaryrefslogtreecommitdiff
path: root/lib/xmlparse.c
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify preprocessor construct.fdrake2003-11-021-3/+1
* remove unnecessary typecastfdrake2003-10-301-1/+1
* Make XML_ParserFree() null-safe, so that it behaveskwaclaw2003-10-261-0/+2
* avoid a few additional warnings for some compilers, and others withfdrake2003-10-181-9/+9
* Fix for bug #824420.kwaclaw2003-10-161-1/+4
* Make it possible to avoid the import of expat_config.h. This makes itfdrake2003-10-161-0/+2
* - use spaces instead of tabs consistentlyfdrake2003-10-161-12/+10
* clean up the macro restructuring, and make it play nice on Windowsfdrake2003-10-151-12/+3
* Deal with issue discussed in SF patch #820946: Expat doesn't handlefdrake2003-10-151-69/+63
* Improved comment on hash algorithm.kwaclaw2003-09-221-1/+2
* Applied patch #699487. For details see patch description.kwaclaw2003-09-131-61/+131
* Apply patch NSAttFix3.diff for bug #692964 (with one minor modification).kwaclaw2003-03-071-73/+117
* Fix for bug #679754: compile error when XML_DTD not defined.kwaclaw2003-02-031-0/+9
* Karl's latest patch for SF issue #673791:fdrake2003-01-281-78/+66
* Karl's fix for SF bug #673791:fdrake2003-01-251-27/+26
* Applied patch #673791.kwaclaw2003-01-241-14/+21
* For the start of element and end of element events, it is possible thatkwaclaw2003-01-221-1/+9
* Prevent storeAtts() from being called twice for an empty element whenkwaclaw2003-01-221-1/+1
* Patch for bug/feature request #651754.kwaclaw2003-01-161-0/+24
* Applied patch for bug #667511 supplied by Jeremy Kloth.kwaclaw2003-01-151-4/+4
* Change the API to return XML_Status values where possible.fdrake2002-12-301-2/+2
* When returning a status value through the public API, usefdrake2002-12-301-6/+9
* Fix for bug/feature request #653180.kwaclaw2002-12-161-1/+4
* Added additional patch for bug #644334. Includes workaround forkwaclaw2002-11-271-34/+34
* Add some type casts to deal with MALLOC signature checking forfdrake2002-11-271-32/+39
* Remove trailing whitespace.fdrake2002-11-121-26/+26
* * Applied patch #620822 - Windows Dll build with DEF filekwaclaw2002-10-211-5/+1
* Applied patch for bug # 620106.kwaclaw2002-10-091-1/+10
* SF bug #620343: segfault: bad API/callback interactionfdrake2002-10-081-2/+3
* Applied patch #618199.kwaclaw2002-10-031-1/+7
* Applied fix for bug #616863.kwaclaw2002-10-011-276/+323
* Forgot to re-establish implicit namespace context (prefix xml)kwaclaw2002-09-301-9/+9
* Fix for bug #615606.kwaclaw2002-09-281-1/+5
* Changed calling convention macros to differentiate betweenkwaclaw2002-09-201-88/+88
* Fred and I added FASTCALL directives to xmltok.c and related files.kwaclaw2002-09-051-2/+2
* Use the FASTCALL macro for many of the internal functions.fdrake2002-09-051-127/+135
* Elaborate the XML_GetFeatureList() API a bit, and add additional infofdrake2002-09-051-5/+16
* Added some comments regarding previous fix (bug #602729).kwaclaw2002-08-311-1/+2
* Fix bug reported by Rolf Ade:kwaclaw2002-08-301-4/+6
* Revise the XML_GetFeatureList() function signature so that we maintain thefdrake2002-08-291-8/+9
* Make the arg to XML_ErrorString() an XML_Error value. Compatiblefdrake2002-08-271-1/+1
* Added & elaborated some comments about the structures maintained tofdrake2002-08-271-6/+23
* Comments should be sentences, and sentences should be capitalized andfdrake2002-08-271-5/+5
* Applied patch #600964: Element name storage optimizationkwaclaw2002-08-271-46/+77
* The previous fix should also be applied to XML_ParserReset.kwaclaw2002-08-271-7/+7
* Initialize the pools that are part of the parser structure beforefdrake2002-08-271-2/+2
* asParser(): Removed unused function only defined in debug mode infdrake2002-08-271-11/+0
* Fix a broken error message about the XML declaration.fdrake2002-08-261-1/+1
* Change XML_Parser definition to use an incomplete structure in the publicfdrake2002-08-261-102/+107
* XML_GetFeatureList(): New API function.fdrake2002-08-261-1/+20