summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-10-04 18:06:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-10-04 18:06:47 (GMT)
commit1b5fe3d675d4cc34efc61475912cff429a755b5b (patch)
tree5028aa392a5b1beb865716491aac742846558ad0 /ChangeLog
parente0670e6da0fa957eff9b3e856c65fcd41eb9c711 (diff)
downloadtcl-1b5fe3d675d4cc34efc61475912cff429a755b5b.zip
tcl-1b5fe3d675d4cc34efc61475912cff429a755b5b.tar.gz
tcl-1b5fe3d675d4cc34efc61475912cff429a755b5b.tar.bz2
More result hygiene.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e47439..bd16f2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2008-10-04 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCmdIL.c (InfoFrameCmd): Improved hygiene of result
+ * generic/tclRegexp.c (TclRegAbout): handling.
+
2008-10-04 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclLoad.c: Make sure that any library which
- doesn't have an unloadproc is only really unloaded when
- no library code is executed yet. [Bug 2059262]
+ * generic/tclLoad.c: Make sure that any library which doesn't have an
+ unloadproc is only really unloaded when no library code is executed
+ yet. [Bug 2059262]
2008-10-04 Donal K. Fellows <dkf@users.sf.net>