summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhershey <hershey>1999-07-21 02:01:36 (GMT)
committerhershey <hershey>1999-07-21 02:01:36 (GMT)
commit260866213706058f45fa00cd53cda25614228082 (patch)
treefd1832a309ca508b8e298c8853b2310ab363342d /ChangeLog
parent8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff (diff)
downloadtcl-260866213706058f45fa00cd53cda25614228082.zip
tcl-260866213706058f45fa00cd53cda25614228082.tar.gz
tcl-260866213706058f45fa00cd53cda25614228082.tar.bz2
* generic/tclInitScript.h:
* unix/tclUnixInit.c: merged code with 8.0.5. We now use an intermediate global tcl var "tclDefaultLibrary" to keep the "tcl_library" var from being set by the default value in the Makefile. Also fixed a bug in which caused the value of TCL_LIBRARY env var to be ignored. * unix/tclWinInit.c: just updated some comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f30a5d..cc10759 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+1999-07-20 Melissa Hirschl <hershey@matisse.scriptics.com>
+
+ * generic/tclInitScript.h:
+ * unix/tclUnixInit.c: merged code with 8.0.5. We now use an
+ intermediate global tcl var "tclDefaultLibrary" to keep the
+ "tcl_library" var from being set by the default value in the
+ Makefile. Also fixed a bug in which caused the value of
+ TCL_LIBRARY env var to be ignored.
+ * unix/tclWinInit.c: just updated some comments.
+
1999-07-19 Melissa Hirschl <hershey@matisse.scriptics.com>
* library/http2.1/http.tcl: updated -useragent text to say version