diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-07 15:26:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-07 15:26:07 (GMT) |
commit | d210e1386c948ceee3203cefb36da27db20b5af1 (patch) | |
tree | 93d4139262deac76f1b3b8370a0684288d1860e4 /ChangeLog | |
parent | 65add367c63c4d37d9d3d86911e31310c9b60236 (diff) | |
download | tcl-d210e1386c948ceee3203cefb36da27db20b5af1.zip tcl-d210e1386c948ceee3203cefb36da27db20b5af1.tar.gz tcl-d210e1386c948ceee3203cefb36da27db20b5af1.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] |