diff options
author | rjohnson <rjohnson@noemail.net> | 1999-01-12 02:50:33 (GMT) |
---|---|---|
committer | rjohnson <rjohnson@noemail.net> | 1999-01-12 02:50:33 (GMT) |
commit | 202427012c9c91c02c9e91486ea0e4625ceae56a (patch) | |
tree | 3c859f9c5ea7b38f35a9ee1fa71c6c4074dad06e /changes | |
parent | 1efbe061538925605a07094fab0114822861b4b0 (diff) | |
download | tcl-202427012c9c91c02c9e91486ea0e4625ceae56a.zip tcl-202427012c9c91c02c9e91486ea0e4625ceae56a.tar.gz tcl-202427012c9c91c02c9e91486ea0e4625ceae56a.tar.bz2 |
Updated changes.
FossilOrigin-Name: ee3af272c174ca21bd51237e9162c1992155d482
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |