diff options
author | dgp <dgp@users.sourceforge.net> | 2006-11-22 19:43:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-11-22 19:43:19 (GMT) |
commit | 638fb36d3dabed70160ad077066411bf850c042e (patch) | |
tree | f32713f8e9f1d434ef2e700cdecf99ecfac30758 /ChangeLog | |
parent | a23b22d1236f195c8aff34ed42355da55ca5e18a (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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): |