summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-28 20:30:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-28 20:30:14 (GMT)
commitfdac2b39fea8099117e984579453fdf0d129ae07 (patch)
tree145610b3ffd3fd9129e9514c6af102ecbab55499 /ChangeLog
parent325853d22a554d03e6347953724621db7e41e891 (diff)
downloadtcl-fdac2b39fea8099117e984579453fdf0d129ae07.zip
tcl-fdac2b39fea8099117e984579453fdf0d129ae07.tar.gz
tcl-fdac2b39fea8099117e984579453fdf0d129ae07.tar.bz2
merge updates from HEAD
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4de0cb5..d3428d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2007-11-28 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclConfig.c: Corrected failure of the [::foo::pkgconfig]
+ command to clean up registered configuration data when the query
+ command is deleted from the interp. [Bug 983501].
+
+ * generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checks
+ that the dict value passed in is in the format required to make the
+ internals of ensembles work. [Bug 1436096]
+
+ * generic/tclIO.c: Simplify test and improve accuracy of error
+ message in latest changes.
+
+2007-11-28 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * generic/tclIO.c: -eofchar must support no eofchar.
+
+2007-11-27 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c: remove unneeded call in Tcl_CreateInterp,
+ add comments
+
+2007-11-27 Don Porter <dgp@users.sourceforge.net>
+
+ * win/tclWinSock.c: Add mising encoding conversion of the [info
+ hostname] value from the system encoding to Tcl's internal encoding.
+
+ * doc/chan.n: "Fix" the limitation on channel -eofchar
+ * doc/fconfigure.n: values to single byte characters by documenting
+ * generic/tclIO.c: it and making it fail loudly. Thanks to
+ * tests/chan.test: Stuart Cassoff for contributing the fix.
+ [Bug 800753]
+
2007-11-26 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c: