summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-05-18 13:25:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-05-18 13:25:11 (GMT)
commit4e4b54aad334a0c55a28cbc05206ded0cebb9dca (patch)
treeddae8200d73c198df2495d1a1b9542396c48d6d8 /ChangeLog
parenteb0b1becf70d4c82d3ebf9dc6abd28f0f5e3b4d6 (diff)
downloadtcl-4e4b54aad334a0c55a28cbc05206ded0cebb9dca.zip
tcl-4e4b54aad334a0c55a28cbc05206ded0cebb9dca.tar.gz
tcl-4e4b54aad334a0c55a28cbc05206ded0cebb9dca.tar.bz2
Split tclCompCmds.c into two roughly-equal-sized pieces.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 99d9205..6b9f044 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2013-05-18 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCompCmdsGR.c: Split tclCompCmds.c again to keep size of
+ code down.
+
2013-05-16 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclBasic.c: Add panic in order to detect
- incompatible mingw32 sys/stat.h and sys/time.h headers,
+ * generic/tclBasic.c: Add panic in order to detect incompatible
+ mingw32 sys/stat.h and sys/time.h headers.
2013-05-13 Jan Nijtmans <nijtmans@users.sf.net>