summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2003-02-21 20:11:35 (GMT)
committerdas <das>2003-02-21 20:11:35 (GMT)
commit73126af737ee9804ffed26a31c476a9fd50074c2 (patch)
treebf956f89f4c77156fcba4fd95ab31213a6996894 /ChangeLog
parentaa03f845d607abd4fd81d2432729f2d98a161df2 (diff)
downloadtcl-73126af737ee9804ffed26a31c476a9fd50074c2.zip
tcl-73126af737ee9804ffed26a31c476a9fd50074c2.tar.gz
tcl-73126af737ee9804ffed26a31c476a9fd50074c2.tar.bz2
* mac/tclMacChan.c (TclpCutFileChannel, TclpSpliceFileChannel):
Implemented missing cut and splice procs for file channels.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad9015f..4d63e28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-21 Daniel Steffen <das@users.sourceforge.net>
+
+ * mac/tclMacChan.c (TclpCutFileChannel, TclpSpliceFileChannel):
+ Implemented missing cut and splice procs for file channels.
+
2003-02-21 Don Porter <dgp@users.sourceforge.net>
* library/package.tcl (tclPkgUnknown): Minor performance tweaks