summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1998-11-24 21:56:01 (GMT)
committerstanton <stanton>1998-11-24 21:56:01 (GMT)
commit159c2988058c79f38a3d820dbb5cea3f8b5abc34 (patch)
tree84cca780b9e6747d4a45d37a5e90b94548984b12
parent9a335d2e41e9519c7a5f9bfc9dd1cffab8550a04 (diff)
downloadtcl-159c2988058c79f38a3d820dbb5cea3f8b5abc34.zip
tcl-159c2988058c79f38a3d820dbb5cea3f8b5abc34.tar.gz
tcl-159c2988058c79f38a3d820dbb5cea3f8b5abc34.tar.bz2
moved ChangeLog entries to top level
-rw-r--r--ChangeLog (renamed from generic/ChangeLog)17
1 files changed, 15 insertions, 2 deletions
diff --git a/generic/ChangeLog b/ChangeLog
index b084823..0cc9357 100644
--- a/generic/ChangeLog
+++ b/ChangeLog
@@ -42,14 +42,18 @@
1998-10-05 <stanton@GASPODE>
+ * auto.tcl, package.tcl: fixed SCCS strings
+
+ * tclIndex: updated index to reflect 8.1 files
+
* tclCompile.c (TclCompileScript): changed to avoid modifying the
input string in place because name lookup operations could have
arbitrary side effects
* tclInterp.c: added guard against deleting current interpreter
- * tclFileName.c: added warnings around code that modifies strings
- in place
+ * tclMacFile.c, tclUnixFile.c, tclWinFile.c, tclFileName.c: added
+ warnings around code that modifies strings in place
* tclExecute.c: fixed off-by-one copying error, fixed merge bugs
@@ -58,3 +62,12 @@
* tclCompCmds.c: replaced SCCS strings, added warnings around code
that modifies strings in place
+
+ * interp.test: added test for interp deleting itself
+
+1998-09-30 <stanton@GASPODE>
+
+ * makefile.vc: fixed so TCL_LIBRARY is set before running tcltest
+
+ * tclWin32Dll.c: removed TclpFinalize, cleanup of merges
+