summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-04-22 22:55:33 (GMT)
committerhobbs <hobbs>2002-04-22 22:55:33 (GMT)
commite7b3455b3987ebad734cf186b7e376fde83eacf1 (patch)
treee2c4c2f3659a7a42d66dd08c82e48564401e4331
parenta7f38ba565d2e7732027570cbe7c83fd88d50ca6 (diff)
downloadtcl-e7b3455b3987ebad734cf186b7e376fde83eacf1.zip
tcl-e7b3455b3987ebad734cf186b7e376fde83eacf1.tar.gz
tcl-e7b3455b3987ebad734cf186b7e376fde83eacf1.tar.bz2
see ChangeLog
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a1907d..a159bbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-04-22 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tclWinFCmd.c (DoDeleteFile): check return of setattr API
+ calls in file deletion for correct Win32 API handling.
+
+ * win/Makefile.in: correct dependencies for shell, gdb, runtest
+ targets.
+
+ * doc/clock.n:
+ * compat/strftime.c (_fmt): change strftime to correctly handle
+ localized %c, %x and %X on Windows. Added some notes about how
+ the other values could be further localized.
+
2002-04-19 Don Porter <dgp@users.sourceforge.net>
* generic/tclMain.c (Tcl_Main): Free the memory allocated for the
@@ -63,6 +76,13 @@
"too large integers" were reported as "floating-point value" in
[expr] error messages.
+2002-04-17 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclEncoding.c (EscapeFromUtfProc):
+ * generic/tclIO.c (WriteChars, Tcl_Close): corrected the handling
+ of outputting end escapes for escape-based encodings.
+ [Bug #526524] (yamamoto)
+
2002-04-17 Don Porter <dgp@users.sourceforge.net>
* doc/tcltest.n: Removed [saveState] and [restoreState] from