diff options
author | mdejong <mdejong> | 2001-03-29 23:24:32 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-03-29 23:24:32 (GMT) |
commit | c9f5090400b6c978940356c03f1debdade340b40 (patch) | |
tree | f660668eb03d537a1160c3ff3746126ec5b636d7 /ChangeLog | |
parent | 2c1380976a137f6dea42069da86488ca3f34345c (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |