summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-11-30 15:39:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-11-30 15:39:30 (GMT)
commit31f267b80c6db8240687b735e7ac5d5f63f2c8d2 (patch)
tree3d0bb19ccda5ced38389ad7302b7ddb55f796d49 /ChangeLog
parentd8f31f39067db330c33a736531132fa7d375885a (diff)
downloadtcl-31f267b80c6db8240687b735e7ac5d5f63f2c8d2.zip
tcl-31f267b80c6db8240687b735e7ac5d5f63f2c8d2.tar.gz
tcl-31f267b80c6db8240687b735e7ac5d5f63f2c8d2.tar.bz2
[Bug 2901433]: Improved description of {*} syntax.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 9399af2..0f90676 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2009-11-30 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/Tcl.n: [Bug 2901433]: Improved description of expansion to
+ mention that it is using list syntax.
+
2009-11-27 Kevin B. Kenny <kennykb@acm.org>
- * win/tclAppInit.c (Tcl_AppInit): Reverted Jan's change that added
- a call to Tcl_InitStubs. 'tclsh' and 'tcltest' are providers, not
- consumers of the Stubs table, and should not link with the Stubs
- library, but only with the main Tcl library. (In any case, the
- presence of Tcl_InitStubs broke the build.) [Bug 2902965]
+ * win/tclAppInit.c (Tcl_AppInit): [Bug 2902965]: Reverted Jan's change
+ that added a call to Tcl_InitStubs. The 'tclsh' and 'tcltest' programs
+ are providers, not consumers of the Stubs table, and should not link
+ with the Stubs library, but only with the main Tcl library. (In any
+ case, the presence of Tcl_InitStubs broke the build.)
2009-11-27 Donal K. Fellows <dkf@users.sf.net>