diff options
author | das <das> | 2003-09-25 05:34:18 (GMT) |
---|---|---|
committer | das <das> | 2003-09-25 05:34:18 (GMT) |
commit | 20105d8fee7ad158025085192b3a3b57340b9135 (patch) | |
tree | b2bd24e50a90428ab249f2537b64f83a52078a14 /ChangeLog | |
parent | b4ecd54d6899c7a925bc9ba36b5b8079074a3594 (diff) | |
download | tcl-20105d8fee7ad158025085192b3a3b57340b9135.zip tcl-20105d8fee7ad158025085192b3a3b57340b9135.tar.gz tcl-20105d8fee7ad158025085192b3a3b57340b9135.tar.bz2 |
* macosx/Makefile: ensure SYMROOT exists if OBJROOT is overridden
on command line. Replaced explict use of /usr/bin by ${BINDIR}.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2003-09-25 Daniel Steffen <das@users.sourceforge.net> + + * macosx/Makefile: ensure SYMROOT exists if OBJROOT is overridden + on command line. Replaced explict use of /usr/bin by ${BINDIR}. + 2003-09-23 Don Porter <dgp@users.sourceforge.net> * generic/tclCmdMZ.c (): Fixed [Bug 807243] where @@ -5,10 +10,10 @@ of both [trace info command] and [trace info execution] were getting co-mingled. Thanks to Mark Saye for the report. - * library/init.tcl (auto_load, auto_import): Expanded Eric Melski's - 2000-01-28 fix for [Bug 218871] to all potentially troubled uses of - [info commands] on input data, where glob-special characters could - cause problems. + * library/init.tcl (auto_load, auto_import): Expanded Eric Melski's + 2000-01-28 fix for [Bug 218871] to all potentially troubled uses of + [info commands] on input data, where glob-special characters could + cause problems. 2003-09-19 Miguel Sofer <msofer@users.sf.net> |