summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-06-21 12:43:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-06-21 12:43:17 (GMT)
commitfcd900918cdac647cc943dfa32196fda722d489d (patch)
treec557255a354ad2cf13dd6488f2877e2c15223a8d /ChangeLog
parentf2a4435d9dcee968a38875304ef473a7e4d32698 (diff)
downloadtcl-fcd900918cdac647cc943dfa32196fda722d489d.zip
tcl-fcd900918cdac647cc943dfa32196fda722d489d.tar.gz
tcl-fcd900918cdac647cc943dfa32196fda722d489d.tar.bz2
Fix comments referring to {expand}. [Bug 1600859]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7020f32..eda8394 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2007-06-21 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tcl.h, generic/tclCompile.h, generic/tclCompile.c: Remove
+ references in comments to obsolete {expand} notation. [Bug 1740859]
+
2007-06-20 Miguel Sofer <msofer@users.sf.net>
- * generic/tclVar.c: streamline namespace vars deletion: only
- compute the variable's full name if the variable is traced.
+ * generic/tclVar.c: streamline namespace vars deletion: only compute
+ the variable's full name if the variable is traced.
2007-06-20 Don Porter <dgp@users.sourceforge.net>
@@ -9,8 +14,8 @@
* generic/tclExecute.c: TclStackAlloc and TclStackFree to make them
easier for callers to use (or more precisely, harder to misuse).
TclStackFree now takes a (void *) argument which is the pointer
- intended to be freed. TclStackFree will panic if that's not actually
- the memory the call will free. TSA/TSF also now tolerate receiving
+ intended to be freed. TclStackFree will panic if that's not actually
+ the memory the call will free. TSA/TSF also now tolerate receiving
(interp == NULL), in which case they simply fall back to be calls to
Tcl_Alloc/Tcl_Free.