diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-05-02 20:08:50 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-05-02 20:08:50 (GMT) |
commit | ab1dfd493e75af34d7e730e26a189adf49e9ec5d (patch) | |
tree | f156c46cafcd33f5d48fc3693abe7caf3d546067 /ChangeLog | |
parent | 650e24f8fcb8f1ae4346ffe2110c471bb7637b01 (diff) | |
download | tcl-ab1dfd493e75af34d7e730e26a189adf49e9ec5d.zip tcl-ab1dfd493e75af34d7e730e26a189adf49e9ec5d.tar.gz tcl-ab1dfd493e75af34d7e730e26a189adf49e9ec5d.tar.bz2 |
Converted the [binary] command into an ensemble.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |