summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1998-12-01 23:33:58 (GMT)
committerstanton <stanton>1998-12-01 23:33:58 (GMT)
commitd96f4346b5866249776d62e8c6f6af5d2f5d6e25 (patch)
tree5a1281e9978366ae7eb8e679105dda27e3fb3607
parent6994267dbf1bcbb9ec3e4df2b96cc407f3c7d9ac (diff)
downloadtcl-d96f4346b5866249776d62e8c6f6af5d2f5d6e25.zip
tcl-d96f4346b5866249776d62e8c6f6af5d2f5d6e25.tar.gz
tcl-d96f4346b5866249776d62e8c6f6af5d2f5d6e25.tar.bz2
*** empty log message ***
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d4481f..6fe91b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+1998-12-01 <stanton@GASPODE>
+
+ * generic/tclCompCmds.c (TclCompileForeachCmd): Fixed code that
+ corrupted the exceptDepth value in the compile environment when
+ foreach failed to compile inline. [Bug: 884]
+
+ * library/encoding/euc-kr.enc:
+ * library/encoding/ksc5601.enc:
+ * tools/encoding/ksc5601.txt:
+ * unix/tclUnixInit.c: Added support for Korean EUC.
+
+ * win/tclWinChan.c (TclpGetDefaultStdChannel): added check for a
+ failure during Tcl_MakeFileChannel.
+
1998-11-30 <stanton@GASPODE>
* unix/tclUnixNotfy.c (Tcl_WaitForEvent): Fixed hang that occurs