diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-04-26 12:06:36 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-04-26 12:06:36 +0000 |
commit | b973e4a094e56e7acd86dde1bdfd88c37d4b9075 (patch) | |
tree | 6af738c89e9c37273f7085535f29f9668c2b1228 /ChangeLog | |
parent | 505f68f7e269fca54dc94f6322f4bfbb15751d98 (diff) | |
download | libxslt-b973e4a094e56e7acd86dde1bdfd88c37d4b9075.tar.gz libxslt-b973e4a094e56e7acd86dde1bdfd88c37d4b9075.tar.bz2 libxslt-b973e4a094e56e7acd86dde1bdfd88c37d4b9075.zip |
fixed a problem in the generator where the way functions are remapped as
* python/generator.py: fixed a problem in the generator where
the way functions are remapped as methods on classes was
not symetric and dependant on python internal hash order,
as reported by Stéphane Bidoul
* libexslt/strings.c: attempt at fixing an object type pbm
* libxslt/triodef.h: update for OpenVMS from libxml2
Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com> + + * python/generator.py: fixed a problem in the generator where + the way functions are remapped as methods on classes was + not symetric and dependant on python internal hash order, + as reported by Stéphane Bidoul + * libexslt/strings.c: attempt at fixing an object type pbm + * libxslt/triodef.h: update for OpenVMS from libxml2 + Fri Apr 25 15:26:26 CEST 2003 Daniel Veillard <daniel@veillard.com> * doc/Makefile.am doc/xsltproc.1 doc/xsltproc.xml: automated the |