summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordas <das>2007-05-16 22:14:55 (GMT)
committerdas <das>2007-05-16 22:14:55 (GMT)
commitcb11a3c5213ce0e470e298ffd2b4008486fc09f6 (patch)
tree64af7fd939d2efaf585ca8deb470432010c91b50 /changes
parent431d24219e2b0d400ba947ce4f1b677a46ec3e16 (diff)
downloadtcl-cb11a3c5213ce0e470e298ffd2b4008486fc09f6.zip
tcl-cb11a3c5213ce0e470e298ffd2b4008486fc09f6.tar.gz
tcl-cb11a3c5213ce0e470e298ffd2b4008486fc09f6.tar.bz2
sync with core-8-4-branch tcl/changes
Diffstat (limited to 'changes')
-rw-r--r--changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/changes b/changes
index f9e070c..0bf8b0f 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.115 2007/04/24 05:06:17 dgp Exp $
+RCS: @(#) $Id: changes,v 1.116 2007/05/16 22:14:55 das Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6875,6 +6875,8 @@ command.
2006-11-25 (new feature)[TIP 174] Added commands corresponding to most
expr operators in ::tcl::mathop.
+2006-11-26 (platform support)[1230558] --enable-64bit on more systems.
+
2006-11-27 (bug fix)[1602208] Fix 64-bit handling of select() on unix where
fd was greater than 32.