diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-21 16:26:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-21 16:26:36 (GMT) |
commit | 7346f5c47fd9b46f12a26714b5dde16148a5b932 (patch) | |
tree | 43966b029920f95f258773685998205a58dff5ef /ChangeLog | |
parent | 1829cc0665068c6129b9bd0bfbc1f7a3b53c1ab0 (diff) | |
download | tcl-7346f5c47fd9b46f12a26714b5dde16148a5b932.zip tcl-7346f5c47fd9b46f12a26714b5dde16148a5b932.tar.gz tcl-7346f5c47fd9b46f12a26714b5dde16148a5b932.tar.bz2 |
* generic/tclIOUtil.c: Removed all code delimited by
* generic/tclTest.c: USE_OBSOLETE_FS_HOOKS, completing
* tests/ioCmd.test: the deprecation path for these
* tests/ioUtil.test (removed): obsolete interfaces. (Code was active
in Tcl 8.4, present but enabled only by customized compile switch in
Tcl 8.5, and now completely gone for Tcl 8.6). Also removed all tests
relevant only to the removed interfaces.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,9 +1,18 @@ +2008-04-21 Don Porter <dgp@users.sourceforge.net> + + * generic/tclIOUtil.c: Removed all code delimited by + * generic/tclTest.c: USE_OBSOLETE_FS_HOOKS, completing + * tests/ioCmd.test: the deprecation path for these + * tests/ioUtil.test (removed): obsolete interfaces. (Code was active + in Tcl 8.4, present but enabled only by customized compile switch in + Tcl 8.5, and now completely gone for Tcl 8.6). Also removed all tests + relevant only to the removed interfaces. + 2008-04-19 George Peter Staplin <georgeps@xmission.com> * doc/Ensemble.3: Fix a typo: s/defiend/defined/ Thanks to hat0 for spotting this. - 2008-04-16 Daniel Steffen <das@users.sourceforge.net> * generic/tclInt.h: make stubs tables 'static const' and |