summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-09-10 21:18:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-09-10 21:18:19 (GMT)
commit82ef0abf09a1133e86d414254b30dd7d574b93da (patch)
tree2fa2361bf06d2e11d76ad7ed6de61f6e25110053 /ChangeLog
parent8008090a71e74c81242dbd6334829a5a5b29fba9 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3367a6..4363aa4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.