summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-11-22 19:43:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-11-22 19:43:19 (GMT)
commit638fb36d3dabed70160ad077066411bf850c042e (patch)
treef32713f8e9f1d434ef2e700cdecf99ecfac30758 /ChangeLog
parenta23b22d1236f195c8aff34ed42355da55ca5e18a (diff)
downloadtcl-638fb36d3dabed70160ad077066411bf850c042e.zip
tcl-638fb36d3dabed70160ad077066411bf850c042e.tar.gz
tcl-638fb36d3dabed70160ad077066411bf850c042e.tar.bz2
* generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h to
* generic/tclInt.h: tclInt.h. Only know user is Expect, which already #include's tclInt.h. No need to continue greater exposure. [Bug 926500]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 829f493..51a3ce2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-11-12 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h to
+ * generic/tclInt.h: tclInt.h. Only know user is Expect, which
+ already #include's tclInt.h. No need to continue greater exposure.
+ [Bug 926500]
+
2006-11-20 Donal K. Fellows <dkf@users.sf.net>
* generic/tclBasic.c (Tcl_CreateInterp, TclHideUnsafeCommands):