diff options
author | hobbs <hobbs> | 2001-08-07 02:44:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-08-07 02:44:40 (GMT) |
commit | 1eff5f9346e74b7c0b8aaa247df632b47f8a5f6e (patch) | |
tree | 176153fb97ee84781d59e81d085dc517f279a9af /ChangeLog | |
parent | 84d9840ea49d4c8c3a29d12615b526c25878518d (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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. |