summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-11-07 20:10:18 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-11-07 20:10:18 (GMT)
commitfce9e95f9fcaf90587b556ee2de2ba36a2d81f42 (patch)
tree2614d7c5156407b785325c3d4db346285472bd68 /ChangeLog
parente2049a58b3ae85b4fdd0e585a75194984bbf6232 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b40350..982bd40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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