summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-03-29 23:24:32 (GMT)
committermdejong <mdejong>2001-03-29 23:24:32 (GMT)
commitc9f5090400b6c978940356c03f1debdade340b40 (patch)
treef660668eb03d537a1160c3ff3746126ec5b636d7 /ChangeLog
parent2c1380976a137f6dea42069da86488ca3f34345c (diff)
downloadtcl-c9f5090400b6c978940356c03f1debdade340b40.zip
tcl-c9f5090400b6c978940356c03f1debdade340b40.tar.gz
tcl-c9f5090400b6c978940356c03f1debdade340b40.tar.bz2
* tests/interp.test: Print out warning when
testinterpdelete command is not defined. Add tests that checks to make sure a child interp inherits the parent's cwd.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf3bd1f..efa15be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-03-29 Mo DeJong <mdejong@redhat.com>
+
+ * tests/interp.test: Print out warning when
+ testinterpdelete command is not defined.
+ Add tests that checks to make sure a
+ child interp inherits the parent's cwd.
+
2001-03-29 Jeff Hobbs <jeffh@gimlet.activestate.com>
* unix/tclUnixPipe.c (TclpCreateTempFile): prevent potential race