summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-03-03 23:26:33 (GMT)
committerhobbs <hobbs>2004-03-03 23:26:33 (GMT)
commit589b86509cb3f6b2e7d0c0ff0c3035dbe532bcc3 (patch)
tree23baf4294331b6bc2b39025fe1cca5a3889361fa /changes
parent02e20a3265e7aea39dd163c22ba2a2ab390a6a9e (diff)
downloadtcl-589b86509cb3f6b2e7d0c0ff0c3035dbe532bcc3.zip
tcl-589b86509cb3f6b2e7d0c0ff0c3035dbe532bcc3.tar.gz
tcl-589b86509cb3f6b2e7d0c0ff0c3035dbe532bcc3.tar.bz2
note TIP#124 changes
Diffstat (limited to 'changes')
-rw-r--r--changes6
1 files changed, 5 insertions, 1 deletions
diff --git a/changes b/changes
index 7325e3b..ff0b326 100644
--- a/changes
+++ b/changes
@@ -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