diff options
author | dgp <dgp@users.sourceforge.net> | 2007-04-24 05:06:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-04-24 05:06:17 (GMT) |
commit | 8caae7e907e04ff990ae4a23d275a20dc3409b2b (patch) | |
tree | 78ce2b0c3fd90d983fc6f21968fa742ad91396db /changes | |
parent | b937ae718c0db9b599179a7a10a95be18bac4141 (diff) | |
download | tcl-8caae7e907e04ff990ae4a23d275a20dc3409b2b.zip tcl-8caae7e907e04ff990ae4a23d275a20dc3409b2b.tar.gz tcl-8caae7e907e04ff990ae4a23d275a20dc3409b2b.tar.bz2 |
revised phrasing a bit for clarity
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.114 2007/04/23 20:35:55 das Exp $ +RCS: @(#) $Id: changes,v 1.115 2007/04/24 05:06:17 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6872,7 +6872,8 @@ Tcl_AppendFormatToObj, Tcl_AppendPrintfToObj. 2006-11-22 (new feature)[TIP 269] Added [string is list] classification command. -2006-11-25 (new feature)[TIP 174] Moved expr operators to ::tcl::mathop. +2006-11-25 (new feature)[TIP 174] Added commands corresponding to most +expr operators in ::tcl::mathop. 2006-11-27 (bug fix)[1602208] Fix 64-bit handling of select() on unix where fd was greater than 32. |