diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-08-14 15:44:40 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-08-14 15:44:40 +0000 |
commit | 9848532c2aaabc1d73ed481302cd4f1e253274dc (patch) | |
tree | 93ad9ac4c858465c930fe2d1b87367edca7188e3 /ChangeLog | |
parent | ab1ae3a7685fb7891ef8f6540a0612170300b151 (diff) | |
download | libxml2-9848532c2aaabc1d73ed481302cd4f1e253274dc.tar.gz |
get rid of some compilation warnings. fix the performance problem reported
* DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
some compilation warnings.
* xinclude.c: fix the performance problem reported by Kevin Ruscoe
plus some cleanup and better error reporting.
Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com> + + * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of + some compilation warnings. + * xinclude.c: fix the performance problem reported by Kevin Ruscoe + plus some cleanup and better error reporting. + Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com> * encoding.c: applied UTF-16 encoding handling patch provided by |