summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2004-11-19 06:28:29 (GMT)
committerdas <das>2004-11-19 06:28:29 (GMT)
commit05b9ba728e80500b05dcfdcbd11d0d38d9ed9cd4 (patch)
tree8a7b9fc7d04eb0be39469179cd1297ff8414d356 /ChangeLog
parent1da4df965b312f16caac077583bbe48e890b2756 (diff)
downloadtcl-05b9ba728e80500b05dcfdcbd11d0d38d9ed9cd4.zip
tcl-05b9ba728e80500b05dcfdcbd11d0d38d9ed9cd4.tar.gz
tcl-05b9ba728e80500b05dcfdcbd11d0d38d9ed9cd4.tar.bz2
* macosx/Makefile:
* unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed detection of tcl framework build when determining tclLibPath from overloaded TCL_LIBRARY to configuration define TCL_FRAMEWORK. [Bug 1068088] * unix/configure: autoconf-2.57 * unix/tclConfig.h.in: autoheader-2.57
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f817768..d5ce8fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-11-19 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/Makefile:
+ * unix/configure.in:
+ * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed detection
+ of tcl framework build when determining tclLibPath from overloaded
+ TCL_LIBRARY to configuration define TCL_FRAMEWORK. [Bug 1068088]
+
+ * unix/configure: autoconf-2.57
+ * unix/tclConfig.h.in: autoheader-2.57
+
2004-11-18 Don Porter <dgp@users.sourceforge.net>
* doc/SaveResult.3: Documentation for Tcl_*InterpState (TIP 226).