diff options
author | hobbs <hobbs> | 2004-03-03 23:26:33 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-03-03 23:26:33 (GMT) |
commit | 589b86509cb3f6b2e7d0c0ff0c3035dbe532bcc3 (patch) | |
tree | 23baf4294331b6bc2b39025fe1cca5a3889361fa | |
parent | 02e20a3265e7aea39dd163c22ba2a2ab390a6a9e (diff) | |
download | tcl-589b86509cb3f6b2e7d0c0ff0c3035dbe532bcc3.zip tcl-589b86509cb3f6b2e7d0c0ff0c3035dbe532bcc3.tar.gz tcl-589b86509cb3f6b2e7d0c0ff0c3035dbe532bcc3.tar.bz2 |
note TIP#124 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 |