summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-10-19 21:23:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-10-19 21:23:32 (GMT)
commit704a32619c8df8155c6706100c7b22190eb7e5b2 (patch)
treec5dc1211296a11575b2c21c78a7510de40e951eb /ChangeLog
parent3a833016110a7d20d44d1703966edeebd42209d8 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e372eb..4f8e598 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>