diff options
author | dgp <dgp@users.sourceforge.net> | 2001-09-10 21:18:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-09-10 21:18:19 (GMT) |
commit | 82ef0abf09a1133e86d414254b30dd7d574b93da (patch) | |
tree | 2fa2361bf06d2e11d76ad7ed6de61f6e25110053 /ChangeLog | |
parent | 8008090a71e74c81242dbd6334829a5a5b29fba9 (diff) | |
download | tcl-82ef0abf09a1133e86d414254b30dd7d574b93da.zip tcl-82ef0abf09a1133e86d414254b30dd7d574b93da.tar.gz tcl-82ef0abf09a1133e86d414254b30dd7d574b93da.tar.bz2 |
* Added #include of tclInt.h; access to Tcl
internals, notably TclpUnloadFile(), is required. Thanks to
Bob Techentin for report and patch. [Bug 459305]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2001-09-10 Don Porter <dgp@users.sourceforge.net> + * unix/tclLoadShl.c: Added #include of tclInt.h; access to Tcl + internals, notably TclpUnloadFile(), is required. Thanks to + Bob Techentin for report and patch. [Bug 459305] + * generic/tclInitScript.h (initScript): * win/tclWinInit.c (TCL_REGISTRY_KEY, TclpSetVariables): Removed vestiges of Tcl's old initialization from registry variables. |