summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-07 15:25:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-07 15:25:46 (GMT)
commite100b43202b4173582eb9825c987c53bd0a85c2a (patch)
treef52a20a1e5cfd78c625e45624203d14bc6943d05 /ChangeLog
parent1cc76982fe544d5ce535b2e30c68efb7332cc3ef (diff)
downloadtcl-e100b43202b4173582eb9825c987c53bd0a85c2a.zip
tcl-e100b43202b4173582eb9825c987c53bd0a85c2a.tar.gz
tcl-e100b43202b4173582eb9825c987c53bd0a85c2a.tar.bz2
* doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentation
to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 828e069..8fac291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-10-07 Don Porter <dgp@users.sourceforge.net>
+ * doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentation
+ to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537]
+
* tests/io.test: Corrected several tests that failed when paths
* tests/ioCmd.test: included regexp-special chars. [Bug 775394]