summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-08-07 02:44:40 (GMT)
committerhobbs <hobbs>2001-08-07 02:44:40 (GMT)
commit1eff5f9346e74b7c0b8aaa247df632b47f8a5f6e (patch)
tree176153fb97ee84781d59e81d085dc517f279a9af /ChangeLog
parent84d9840ea49d4c8c3a29d12615b526c25878518d (diff)
downloadtcl-1eff5f9346e74b7c0b8aaa247df632b47f8a5f6e.zip
tcl-1eff5f9346e74b7c0b8aaa247df632b47f8a5f6e.tar.gz
tcl-1eff5f9346e74b7c0b8aaa247df632b47f8a5f6e.tar.bz2
* changes:
* README: * mac/README: * unix/README: * win/README.binary: updated for 8.4a3 release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a32bd88..827b8c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2001-08-06 Jeff Hobbs <jeffh@ActiveState.com>
+ 8.4a3 RELEASE
+
+ * changes:
+ * README:
+ * mac/README:
+ * unix/README:
+ * win/README.binary: updated for 8.4a3 release
+
* generic/tclFileName.c (Tcl_FSSplitPath): update to Tcl style
guide.
@@ -1489,7 +1497,7 @@
additional cast to LONGLONG. My cross-compiling gcc was unable to
process the original form. The SF Id of the patch is 102459.
- * tclWinTime.c: Add to the static data a set of variables that
+ * tclWinTime.c: Add to the static data a set of variables that
manage the phase-locked techniques, including a
''CRITICAL_SECTION'' to guard them so that multi-threaded code
is stable.