summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-04-04 17:31:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-04-04 17:31:59 (GMT)
commitf645033318ef3df0653babe269de18aebcca34f1 (patch)
tree5d756d4272363107ce00a45a57317b390c1299e4 /ChangeLog
parent543a9cb0f2306de1770f95ba67834ae3409ca065 (diff)
downloadtcl-f645033318ef3df0653babe269de18aebcca34f1.zip
tcl-f645033318ef3df0653babe269de18aebcca34f1.tar.gz
tcl-f645033318ef3df0653babe269de18aebcca34f1.tar.bz2
Fix [Bug 1910136].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index f33e2bf..ec0289f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,23 @@
+2009-04-04 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/vwait.n: [Bug 1910136]: Extend description and examples to make
+ it clearer just how this command interprets variable names.
+
2009-03-30 Don Porter <dgp@users.sourceforge.net>
- * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263]
+ * doc/Alloc.3: [Bug 2556263]: Size argument is "unsigned int".
2009-03-27 Don Porter <dgp@users.sourceforge.net>
- * generic/tclPathObj.c (TclPathPart): TclPathPart() was computing
- * tests/fileName.test: the wrong results for both [file dirname] and
- [file tail] on "path" arguments with the PATHFLAGS != 0 intrep and
- with an empty string for the "joined-on" part. [Bug 2710920]
+ * generic/tclPathObj.c (TclPathPart): [Bug 2710920]: TclPathPart()
+ * tests/fileName.test: was computing the wrong results for both [file
+ dirname] and [file tail] on "path" arguments with the PATHFLAGS != 0
+ intrep and with an empty string for the "joined-on" part.
2009-03-25 Jan Nijtmans <nijtmans@users.sf.net>
- * doc/tclsh.1 bring doc and tools in line with http://wiki.tcl.tk/812
- * tools/installData.tcl
+ * doc/tclsh.1: Bring doc and tools in line with
+ * tools/installData.tcl: http://wiki.tcl.tk/812
* tools/str2c
* tools/tcltk-man2html.tcl