diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-11-07 20:10:18 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-11-07 20:10:18 (GMT) |
commit | fce9e95f9fcaf90587b556ee2de2ba36a2d81f42 (patch) | |
tree | 2614d7c5156407b785325c3d4db346285472bd68 /ChangeLog | |
parent | e2049a58b3ae85b4fdd0e585a75194984bbf6232 (diff) | |
download | tcl-fce9e95f9fcaf90587b556ee2de2ba36a2d81f42.zip tcl-fce9e95f9fcaf90587b556ee2de2ba36a2d81f42.tar.gz tcl-fce9e95f9fcaf90587b556ee2de2ba36a2d81f42.tar.bz2 |
patch #2215022: clean up the binary ensemble initialization code
Applied a patch from Duoas which extends the TclMakeEnsemble command to
handle sub-ensembles from tables. Cleaned up the original patch a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-11-07 Pat Thoyts <patthoyts@users.sourceforge.net> + + * generic/tclInt.h: Applied patch #2215022 from Duoas to clean up + * generic/tclBinary.c: the binary ensemble initiailization code. + * generic/tclNamesp.c: Extends the TclMakeEnsemble to do + * doc/ByteArrObj.3: sub-ensembles from tables. + 2008-11-06 Jan Nijtmans <nijtmans@users.sf.net> * win/tcl.m4: add "-Wno-implicit-int" flag for gcc, as on UNIX |