summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-26 14:38:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-26 14:38:35 (GMT)
commit42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7 (patch)
treea8d7630b12ddf60ab8264a7f04d71dd92b8b7874 /ChangeLog
parent43489532dea0636fb88a85b2b5fa8097b27166da (diff)
downloadtcl-42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7.zip
tcl-42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7.tar.gz
tcl-42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7.tar.bz2
Split tclCompCmds.c into two pieces to improve developer sanity.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cd85c8..7be6e8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2010-02-26 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCompCmds.c: Split this file into two pieces to make it
+ * generic/tclCompCmdsSZ.c: easier to work with. It's still two very
+ long files even after the split.
+
2010-02-26 Reinhard Max <max@suse.de>
- * doc/safe.n: Name the installed file after the command it
- documents. Use "Safe Tcl" instead of the "Safe Base", "Safe Tcl"
- mixture.
+ * doc/safe.n: Name the installed file after the command it documents.
+ Use "Safe Tcl" instead of the "Safe Base", "Safe Tcl" mixture.
2010-02-26 Donal K. Fellows <dkf@users.sf.net>