aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-09-02 12:28:34 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-09-02 12:28:34 +0000
commit2e7598cb06cdb5ae30275dacf40a09c6e26d62fe (patch)
tree0a5aa8d129bf435f03f0fd0503ca11c8bdd1ba98 /ChangeLog
parentc2f7056adbcdf3b7363097cab0710c4545a2909c (diff)
downloadandroid_external_libxml2-2e7598cb06cdb5ae30275dacf40a09c6e26d62fe.tar.gz
android_external_libxml2-2e7598cb06cdb5ae30275dacf40a09c6e26d62fe.tar.bz2
android_external_libxml2-2e7598cb06cdb5ae30275dacf40a09c6e26d62fe.zip
avoid passing a char[] as snprintf first argument. implemented
* encoding.c parserInternals.c: avoid passing a char[] as snprintf first argument. * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled() based on Andrew W. Nosenko idea. * doc/* elfgcchack.h: regenerated the API Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52bc538c..935330b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
+
+ * encoding.c parserInternals.c: avoid passing a char[] as snprintf
+ first argument.
+ * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
+ based on Andrew W. Nosenko idea.
+ * doc/* elfgcchack.h: regenerated the API
+
Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
* configure.in: the use of AM_PATH_PYTHON is not portable enough