diff options
author | William M. Brack <wbrack@src.gnome.org> | 2007-11-12 21:53:00 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2007-11-12 21:53:00 +0000 |
commit | ee016c46d1f6b949703209305362fc1119f569b9 (patch) | |
tree | 32c9ba0c179a544aab4389ad4a2e03bd58b2efdc /ChangeLog | |
parent | f9876fd931a9543251456b5dbd464546816156a1 (diff) | |
download | libxslt-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |