summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorericm <ericm>2000-06-05 23:14:15 (GMT)
committerericm <ericm>2000-06-05 23:14:15 (GMT)
commitf83afdc2096ffbd38c7dca80491723560c673687 (patch)
tree2dad06773643020afcd086de488f0ede839ee5d1 /changes
parentc67e3fc6807d38738a23ff79a867a7f29a25d5a2 (diff)
downloadtcl-f83afdc2096ffbd38c7dca80491723560c673687.zip
tcl-f83afdc2096ffbd38c7dca80491723560c673687.tar.gz
tcl-f83afdc2096ffbd38c7dca80491723560c673687.tar.bz2
Corrected credits.
Diffstat (limited to 'changes')
-rw-r--r--changes12
1 files changed, 6 insertions, 6 deletions
diff --git a/changes b/changes
index 39f6a58..8d9fc9a 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.57 2000/06/05 21:39:18 ericm Exp $
+RCS: @(#) $Id: changes,v 1.58 2000/06/05 23:14:15 ericm Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -4895,16 +4895,16 @@ string equality and inequality (hobbs)
list searches and typed list searches (melski)
2000-05-10 (feature enhancement) added [namespace exists] command
-(hobbs)
+(darley)
2000-05-18 (build enhancement) added support for mingw compile env and
-cross-compiling (hobbs)
+cross-compiling (dejong)
2000-05-18 (bug fix) corrected clock grammar to properly handle the
"ago" keyword when it follows multiple relative unit specifiers
(melski)
-2000-05-22 (compile fix) type cast cleanups (hobbs)
+2000-05-22 (compile fix) type cast cleanups (dejong)
2000-05-23 (performance enhancement) added byte-compiled
implementation of [return] command and [string] command (melski)
@@ -4913,10 +4913,10 @@ implementation of [return] command and [string] command (melski)
command with support for [string compare/index/match] (hobbs)
2000-05-27 (feature enhancement) added ability to set [info script]
-return value ([info script ?newFileName?]) (hobbs)
+return value ([info script ?newFileName?]) (welch)
2000-05-31 (feature enhancement) added support for regexp and exact
-pattern matching for [array names] (melski)
+pattern matching for [array names] (gazetta)
2000-05-31 (feature enhancement) added -nocomplain and -- flags to
[unset] to allow for silent unset operation (hobbs)