From 5266850d3a4bb9f96cb02efc7fe08a9a6c94a9e3 Mon Sep 17 00:00:00 2001 From: hobbs Date: Sat, 2 Oct 1999 01:09:51 +0000 Subject: 1999-10-01 Jeff Hobbs * All frozen for 10/4/99 8.2.1 release * changes: updated from ChangeLog * unix/Makefile.in: added ChangeLog to source dist --- ChangeLog | 6 ++++++ changes | 15 ++++++++++++++- unix/Makefile.in | 8 ++++---- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index bcf1bb7..e13b3ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-10-01 Jeff Hobbs + + * All frozen for 10/4/99 8.2.1 release + * changes: updated from ChangeLog + * unix/Makefile.in: added ChangeLog to source dist + 1999-09-30 Jeff Hobbs * unix/configure.in: diff --git a/changes b/changes index 498fed5..f910ef3 100644 --- a/changes +++ b/changes @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.50 1999/08/13 18:30:24 redman Exp $ +RCS: @(#) $Id: changes,v 1.50.2.1 1999/10/02 01:09:52 hobbs Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -4640,3 +4640,16 @@ error code. [Bug: 2535] (stanton) --------------- Released 8.2.0, August 17, 1999 ---------------------- +9/21/99 (config fixes) fixed several AIX configuration issues. gcc and +threading may still cause problems on AIX. (hobbs) + +9/21/99 (bug fix) fixed expr double-eval problem. [Bug: 732] (hobbs) + +9/21/99 (bug fix) fixed static buffer overflow problem. [Bug: 2483] (hobbs) + +9/21/99 (bug fix) fixed end-int linsert interpretation. [Bug: 2693] (hobbs) + +9/21/99 (bug fix) fixed bug when setting array in non-existent +namespace. [Bug: 2613] (hobbs) + +--- Released 8.2.1, October 04, 1999 --- See ChangeLog for details --- diff --git a/unix/Makefile.in b/unix/Makefile.in index b317546..f6facfb 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.44.2.1 1999/09/22 04:13:02 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.44.2.2 1999/10/02 01:09:54 hobbs Exp $ VERSION = @TCL_VERSION@ @@ -460,7 +460,7 @@ topDirName: gendate: yacc -l $(GENERIC_DIR)/tclGetDate.y sed -e 's/yy/TclDate/g' -e '/^#include /d' \ - -e 's/SCCSID/RCS: @(#) $$Id: Makefile.in,v 1.44.2.1 1999/09/22 04:13:02 hobbs Exp $$/' \ + -e 's/SCCSID/RCS: @(#) $$Id: Makefile.in,v 1.44.2.2 1999/10/02 01:09:54 hobbs Exp $$/' \ -e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \ -e '/TclDatenewstate:/d' -e '/#pragma/d' \ -e '/#include /d' \ @@ -1064,8 +1064,8 @@ dist: $(UNIX_DIR)/configure cp -p $(GENERIC_DIR)/*.decls $(DISTDIR)/generic cp -p $(GENERIC_DIR)/README $(DISTDIR)/generic cp -p $(GENERIC_DIR)/tclGetDate.y $(DISTDIR)/generic - cp -p $(TOP_DIR)/changes $(TOP_DIR)/README* $(TOP_DIR)/license.terms \ - $(DISTDIR) + cp -p $(TOP_DIR)/changes $(TOP_DIR)/ChangeLog $(TOP_DIR)/README* \ + $(TOP_DIR)/license.terms $(DISTDIR) mkdir $(DISTDIR)/library cp -p $(TOP_DIR)/license.terms $(TOP_DIR)/library/*.tcl \ $(TOP_DIR)/library/tclIndex $(DISTDIR)/library -- cgit v0.12