summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-12-31 18:22:04 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-12-31 18:22:04 (GMT)
commit337a6648fee48d63d97c16579b72703b39647564 (patch)
tree578481a679d1e87f7bc749a7353ffe04d0613759 /ChangeLog
parenta7b4a7560837d1f6f303dc6ee53db1a2c849aebb (diff)
downloadtcl-337a6648fee48d63d97c16579b72703b39647564.zip
tcl-337a6648fee48d63d97c16579b72703b39647564.tar.gz
tcl-337a6648fee48d63d97c16579b72703b39647564.tar.bz2
* unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targets
like `make shell` have access to builds of bundled packages.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9ceae7..fe39617 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-31 Don Porter <dgp@users.sourceforge.net>
+
+ * unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targets
+ like `make shell` have access to builds of bundled packages.
+
2008-12-28 Donal K. Fellows <dkf@users.sf.net>
* generic/tclZlib.c (Tcl_ZlibStreamPut): Plug a memory leak.