summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton>1999-02-02 23:01:41 (GMT)
committerstanton <stanton>1999-02-02 23:01:41 (GMT)
commitbfede94fa75c69f6d063f4eca7c4b2fe9d74bb64 (patch)
tree72ba9aed5684e848e1f3f3edea37abebc85d0c8a /changes
parent9708a6b49c268ebfe21935663a6b22f0ffa08d1d (diff)
downloadtcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.zip
tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.tar.gz
tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.tar.bz2
lint
Diffstat (limited to 'changes')
-rw-r--r--changes9
1 files changed, 8 insertions, 1 deletions
diff --git a/changes b/changes
index 87f76ee..9f082d1 100644
--- a/changes
+++ b/changes
@@ -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)