diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-07 15:25:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-07 15:25:46 (GMT) |
commit | e100b43202b4173582eb9825c987c53bd0a85c2a (patch) | |
tree | f52a20a1e5cfd78c625e45624203d14bc6943d05 /ChangeLog | |
parent | 1cc76982fe544d5ce535b2e30c68efb7332cc3ef (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |