summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2007-11-12 21:53:00 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2007-11-12 21:53:00 +0000
commitee016c46d1f6b949703209305362fc1119f569b9 (patch)
tree32c9ba0c179a544aab4389ad4a2e03bd58b2efdc /ChangeLog
parentf9876fd931a9543251456b5dbd464546816156a1 (diff)
downloadlibxslt-ee016c46d1f6b949703209305362fc1119f569b9.tar.gz
libxslt-ee016c46d1f6b949703209305362fc1119f569b9.tar.bz2
libxslt-ee016c46d1f6b949703209305362fc1119f569b9.zip
Added code to mark the results of str:tokenize and str:split as "function
* libexslt/strings.c: Added code to mark the results of str:tokenize and str:split as "function result" to avoid garbage-collecting them during global variable initialisation. Should fix bug #495995. svn path=/trunk/; revision=1448
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f329a4e..2f689666 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Nov 12 13:53:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
+
+ * libexslt/strings.c: Added code to mark the results of
+ str:tokenize and str:split as "function result" to avoid
+ garbage-collecting them during global variable initialisation.
+ Should fix bug #495995.
+
Wed Oct 24 17:41:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
* python/libxslt.c: changed iterator argument for Py_Dict_Next