summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-11-16 00:15:24 (GMT)
committerhobbs <hobbs>2000-11-16 00:15:24 (GMT)
commit03d72697012a93aab4886499dc680516ec484845 (patch)
tree19c1c2cc272d49d81a7617d0d19f86800953ae8d /ChangeLog
parentfdd786bf550b4e4e3d06d8f9ad9317cd8ccb530d (diff)
downloadtcl-03d72697012a93aab4886499dc680516ec484845.zip
tcl-03d72697012a93aab4886499dc680516ec484845.tar.gz
tcl-03d72697012a93aab4886499dc680516ec484845.tar.bz2
* unix/Makefile.in: removed bp.c references (hasn't existed in a
long time). Corrected 'make dist' to make dist with unversioned library directories (same as out of cvs), so make install works correctly with either source tree.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9fdf6a..0eb7235 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2000-11-15 jeff hobbs <jeff.hobbs@acm.org>
+ * unix/Makefile.in: removed bp.c references (hasn't existed in a
+ long time). Corrected 'make dist' to make dist with unversioned
+ library directories (same as out of cvs), so make install works
+ correctly with either source tree.
+
+2000-11-15 jeff hobbs <jeff.hobbs@acm.org>
+
* generic/tclVar.c (TclLookupVar): reverted fix below as it broke
all other array unset error reporting. Bug-119192 is still open.