summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1999-01-12 02:50:33 (GMT)
committerrjohnson <rjohnson>1999-01-12 02:50:33 (GMT)
commite7baa9f3c3834460c926df9edfe72206f595d079 (patch)
tree3c859f9c5ea7b38f35a9ee1fa71c6c4074dad06e /changes
parentffc7df0a0b1461581bce293053639485e16abbf2 (diff)
downloadtcl-e7baa9f3c3834460c926df9edfe72206f595d079.zip
tcl-e7baa9f3c3834460c926df9edfe72206f595d079.tar.gz
tcl-e7baa9f3c3834460c926df9edfe72206f595d079.tar.bz2
Updated changes.
Diffstat (limited to 'changes')
-rw-r--r--changes5
1 files changed, 4 insertions, 1 deletions
diff --git a/changes b/changes
index da1915d..06796b8 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.37 1999/01/04 19:25:00 rjohnson Exp $
+RCS: @(#) $Id: changes,v 1.38 1999/01/12 02:50:33 rjohnson Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -3692,3 +3692,6 @@ script. [Bug id: 840] (RJ)
by default. Fixed socket code so it turns off this bit right after
creation so sockets aren't kept open by exec'ed processes. [Bug: 892]
Thanks to Kevin Kenny for this fix. (SS)
+
+1/11/98 (bug fix) On HP, "info sharedlibextension" was returning
+empty string on static apps. It now always returns ".sl". (RJ)