diff options
author | stanton <stanton> | 1999-02-02 23:01:41 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-02-02 23:01:41 (GMT) |
commit | bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64 (patch) | |
tree | 72ba9aed5684e848e1f3f3edea37abebc85d0c8a /changes | |
parent | 9708a6b49c268ebfe21935663a6b22f0ffa08d1d (diff) | |
download | tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.zip tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.tar.gz tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.tar.bz2 |
lint
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.39 1999/01/29 00:32:14 rjohnson Exp $ +RCS: @(#) $Id: changes,v 1.40 1999/02/02 23:01:41 stanton Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -3697,3 +3697,10 @@ Thanks to Kevin Kenny for this fix. (SS) empty string on static apps. It now always returns ".sl". (RJ) 1/28/99 (configure change) Now support -pipe option on gcc. (RJ) + +2/2/99 (bug fix) Fixed initialization problem on Windows where no +searching for init.tcl would be performed if the registry keys were +missing. (stanton) + +2/2/99 (bug fix) Added support for HKEY_PERFORMANCE_DATA and +HKEY_DYN_DATA keys in the "registry" command. (stanton) |