summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-05-02 20:08:50 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-05-02 20:08:50 (GMT)
commitab1dfd493e75af34d7e730e26a189adf49e9ec5d (patch)
treef156c46cafcd33f5d48fc3693abe7caf3d546067 /ChangeLog
parent650e24f8fcb8f1ae4346ffe2110c471bb7637b01 (diff)
downloadtcl-ab1dfd493e75af34d7e730e26a189adf49e9ec5d.zip
tcl-ab1dfd493e75af34d7e730e26a189adf49e9ec5d.tar.gz
tcl-ab1dfd493e75af34d7e730e26a189adf49e9ec5d.tar.bz2
Converted the [binary] command into an ensemble.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71cea17..679d0cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-05-02 Pat Thoyts <patthoyts@users.sourceforge.net>
+ * generic/tclBasic.c: Converted the [binary] command into an
+ * generic/tclBinary.c: ensemble.
+ * generic/tclInt.h:
+ * test/binary.test: Updated the error tests for ensemble errors.
+
* generic/tclFileName.c: Reverted accidental commit of TIP 316 APIs.
2008-04-27 Donal K. Fellows <dkf@users.sf.net>