diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-10-19 21:23:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-10-19 21:23:32 (GMT) |
commit | 704a32619c8df8155c6706100c7b22190eb7e5b2 (patch) | |
tree | c5dc1211296a11575b2c21c78a7510de40e951eb /ChangeLog | |
parent | 3a833016110a7d20d44d1703966edeebd42209d8 (diff) | |
download | tcl-704a32619c8df8155c6706100c7b22190eb7e5b2.zip tcl-704a32619c8df8155c6706100c7b22190eb7e5b2.tar.gz tcl-704a32619c8df8155c6706100c7b22190eb7e5b2.tar.bz2 |
* generic/tclZlib.c: Purge code that wrote to the object returned by
Tcl_GetObjResult, as we don't want to do that anti-pattern no more.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,8 +1,13 @@ +2010-10-19 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclZlib.c: Purge code that wrote to the object returned by + Tcl_GetObjResult, as we don't want to do that anti-pattern no more. + 2010-10-18 Jan Nijtmans <nijtmans@users.sf.net> - * tools/uniParse.tcl: [Bug 3085863]: tclUniData 9 years old + * tools/uniParse.tcl: [Bug 3085863]: tclUniData was 9 years old; Ignore non-BMP characters and fix comment about UnicodeData.txt file. - * generic/regcomp.c: fix comment + * generic/regcomp.c: Fix comment * tests/utf.test: Add some Unicode 6 testcases 2010-10-17 Alexandre Ferrieux <ferrieux@users.sourceforge.net> |