summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-01-29 04:57:56 (GMT)
committermdejong <mdejong>2002-01-29 04:57:56 (GMT)
commit6eca2e4ac23af3da5fbd5fbdfe1edb0f7c4bd493 (patch)
tree8483a96890a067cc0224f6391cdaf2dde13a18ea /ChangeLog
parent2a11833fa051fe7adc770a87078bbf640ec7cf33 (diff)
downloadtcl-6eca2e4ac23af3da5fbd5fbdfe1edb0f7c4bd493.zip
tcl-6eca2e4ac23af3da5fbd5fbdfe1edb0f7c4bd493.tar.gz
tcl-6eca2e4ac23af3da5fbd5fbdfe1edb0f7c4bd493.tar.bz2
* unix/tcl.m4 (SC_LOAD_TCLCONFIG):
* win/tcl.m4 (SC_LOAD_TCLCONFIG): Set TCL_LIB_SPEC, TCL_STUB_LIB_SPEC, and TCL_STUB_LIB_PATH to the values of TCL_BUILD_LIB_SPEC, TCL_BUILD_STUB_LIB_SPEC, and TCL_BUILD_STUB_LIB_PATH when tclConfig.sh is loaded from the build directory. A Tcl extension should make use of the non-build versions of these variables since they will work in both cases. This modification was described in TIP 34.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbdbafa..7c9975f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2002-01-28 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * unix/tcl.m4 (SC_LOAD_TCLCONFIG):
+ * win/tcl.m4 (SC_LOAD_TCLCONFIG): Set TCL_LIB_SPEC,
+ TCL_STUB_LIB_SPEC, and TCL_STUB_LIB_PATH to the
+ values of TCL_BUILD_LIB_SPEC, TCL_BUILD_STUB_LIB_SPEC,
+ and TCL_BUILD_STUB_LIB_PATH when tclConfig.sh is loaded
+ from the build directory. A Tcl extension should
+ make use of the non-build versions of these variables
+ since they will work in both cases. This modification
+ was described in TIP 34.
+
2002-01-28 Jeff Hobbs <jeffh@ActiveState.com>
* win/tclWinReg.c (regConnectRegistryProc,RecursiveDeleteKey)