diff options
author | hobbs <hobbs> | 2000-11-16 00:15:24 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-11-16 00:15:24 (GMT) |
commit | 03d72697012a93aab4886499dc680516ec484845 (patch) | |
tree | 19c1c2cc272d49d81a7617d0d19f86800953ae8d /ChangeLog | |
parent | fdd786bf550b4e4e3d06d8f9ad9317cd8ccb530d (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |