summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-06-19 21:29:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-06-19 21:29:02 (GMT)
commit48bde53d60eb4631746456df0bd1e879c6a15628 (patch)
tree9865c18bcd5f93f18cbc931b62b13c329a89b915 /ChangeLog
parent107e7f1dfc29d890846a46317dca00e49594393c (diff)
downloadtcl-48bde53d60eb4631746456df0bd1e879c6a15628.zip
tcl-48bde53d60eb4631746456df0bd1e879c6a15628.tar.gz
tcl-48bde53d60eb4631746456df0bd1e879c6a15628.tar.bz2
Make [next] work as described in TIP. [Bug 1998244]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82b3192..1f23d2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-06-19 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclOO.c (Tcl_ObjectContextInvokeNext): Corrected 'next' (at
+ * tests/oo.test (oo-7.8): end of a call chain) to make it
+ * doc/next.n: consistent with the TIP. [Bug 1998244]
+
* generic/tclOOCall.c (AddSimpleClassChainToCallContext): Make sure
* tests/oo.test (oo-14.8): that class mixins are processed in the
documented order. [Bug 1998221]