summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-04-21 16:26:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-04-21 16:26:36 (GMT)
commit7346f5c47fd9b46f12a26714b5dde16148a5b932 (patch)
tree43966b029920f95f258773685998205a58dff5ef /ChangeLog
parent1829cc0665068c6129b9bd0bfbc1f7a3b53c1ab0 (diff)
downloadtcl-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--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aeb57e6..cc7b769 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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