diff options
author | hobbs <hobbs@noemail.net> | 2004-03-03 23:26:32 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2004-03-03 23:26:32 (GMT) |
commit | c6291663f6e06946416b2dd03f27bebd9bd913fc (patch) | |
tree | 23baf4294331b6bc2b39025fe1cca5a3889361fa /changes | |
parent | 0d76964815bbe53eb1097e607395d9845a5c1ddb (diff) | |
download | tcl-c6291663f6e06946416b2dd03f27bebd9bd913fc.zip tcl-c6291663f6e06946416b2dd03f27bebd9bd913fc.tar.gz tcl-c6291663f6e06946416b2dd03f27bebd9bd913fc.tar.bz2 |
note TIP#124 changes
FossilOrigin-Name: d80a7770668d6bba327b39ec193a8a6f5401e933
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.84 2004/03/03 22:49:16 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.85 2004/03/03 23:26:33 hobbs Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6018,6 +6018,10 @@ in this changeset (new minor version) rather than bug fixes: * [TIP #123] expr ** exponentiation operator + * [TIP #124] 'clock clicks -milliseconds' now returns a wide integer and a + new 'clock clicks -microseconds' returns a wide integer, representing + the number of microseconds, both since the Posix epoch + * [TIP #127] added 'lsearch -index' option * [TIP #136] added 'lrepeat' command |