summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-12-08 18:13:40 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-12-08 18:13:40 (GMT)
commit663ddf0e85629ebc17b2b0a161119f97df0f9e97 (patch)
tree87cf4308c186b7c66cc2dc98ad9df469287700e4 /ChangeLog
parent2904158a955ce9de68ba2adf6f4d208ac0d4d1fb (diff)
downloadtcl-663ddf0e85629ebc17b2b0a161119f97df0f9e97.zip
tcl-663ddf0e85629ebc17b2b0a161119f97df0f9e97.tar.gz
tcl-663ddf0e85629ebc17b2b0a161119f97df0f9e97.tar.bz2
Match docs and reality. [Bug 1662436]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d385d9..31bb962 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-08 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclBasic.c (builtInCmds): Corrected list of hidden and
+ * doc/interp.n (SAFE INTERPRETERS): exposed commands so that the
+ documentation and reality now match. [Bug 1662436]
+
2007-12-07 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclExecute.c (TclExecuteByteCode INST_REGEXP):