summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-04-24 05:06:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-04-24 05:06:17 (GMT)
commit8caae7e907e04ff990ae4a23d275a20dc3409b2b (patch)
tree78ce2b0c3fd90d983fc6f21968fa742ad91396db /changes
parentb937ae718c0db9b599179a7a10a95be18bac4141 (diff)
downloadtcl-8caae7e907e04ff990ae4a23d275a20dc3409b2b.zip
tcl-8caae7e907e04ff990ae4a23d275a20dc3409b2b.tar.gz
tcl-8caae7e907e04ff990ae4a23d275a20dc3409b2b.tar.bz2
revised phrasing a bit for clarity
Diffstat (limited to 'changes')
-rw-r--r--changes5
1 files changed, 3 insertions, 2 deletions
diff --git a/changes b/changes
index c1e076d..f9e070c 100644
--- a/changes
+++ b/changes
@@ -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.