diff options
author | hobbs <hobbs> | 2000-05-19 21:30:32 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-19 21:30:32 (GMT) |
commit | 0541860b36dd4bb7baa11530f1052df6bdee0243 (patch) | |
tree | 7ded856e67b11ca70b85c516eda079b54bec6f3d /ChangeLog | |
parent | 3140106e88c21ed304344360760f7bba8f54e7fc (diff) | |
download | tcl-0541860b36dd4bb7baa11530f1052df6bdee0243.zip tcl-0541860b36dd4bb7baa11530f1052df6bdee0243.tar.gz tcl-0541860b36dd4bb7baa11530f1052df6bdee0243.tar.bz2 |
see changes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2000-05-19 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tclTest.c: + * generic/tclIO.c: moved channel test commands from tclIO.c to + tclTest.c. + * generic/tclIO.h: new file, split out from tclIO.c to allow test + commands to be moved to tclTest.c. + + * generic/tclStubInit.c: + * generic/tclIntDecls.h: + * generic/tclInt.decls: removed TclTestChannel*Cmd from internal + stubs table and added TclChannelEventScriptInvoker to the internal + stubs table so it can be used from the test code. + 2000-05-18 Eric Melski <ericm@scriptics.com> * tests/clock.test: Added test for "2 days 2 hours ago" style |