summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-12-01 14:44:56 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-12-01 14:44:56 +0000
commit8835538928a9656dc29c667949555a217db1f1e4 (patch)
tree6c1b8de32764bf8b9f66c2c63d18b2da2c21a243 /ChangeLog
parentb50ceb3058dc44742459cd6b4bf4a3589c45829f (diff)
downloadlibxslt-8835538928a9656dc29c667949555a217db1f1e4.tar.gz
libxslt-8835538928a9656dc29c667949555a217db1f1e4.tar.bz2
libxslt-8835538928a9656dc29c667949555a217db1f1e4.zip
minor changes to get rid of gcc warnings, especially on 64-bit system.
* libxslt/extensions.c, libxslt/functions.c, libxslt/numbers.c, libxslt/pattern.c, libxslt/transform.c, libxslt/xslt.c, libxslt/xsltInternals.h: minor changes to get rid of gcc warnings, especially on 64-bit system. Implemented XML_CAST_FPTR macro to cast between function pointer <-> object pointer while avoiding gcc warnings (a hack). No change to the logic.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5eaff3ea..64e1f137 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Dec 1 22:37:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
+
+ * libxslt/extensions.c, libxslt/functions.c, libxslt/numbers.c,
+ libxslt/pattern.c, libxslt/transform.c, libxslt/xslt.c,
+ libxslt/xsltInternals.h: minor changes to get rid of gcc
+ warnings, especially on 64-bit system. Implemented
+ XML_CAST_FPTR macro to cast between function pointer <->
+ object pointer while avoiding gcc warnings (a hack).
+ No change to the logic.
+
Wed Dec 1 10:47:15 CET 2004 Daniel Veillard <daniel@veillard.com>
* libxslt/security.c xsltproc/xsltproc.c: applied patch from