diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-11 21:18:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-11 21:18:55 (GMT) |
commit | c188371e379c3b139e3ddc924121ad3c64860c7e (patch) | |
tree | 21bdbf619a8fe3994496ef65beec8850f973bf8b /ChangeLog | |
parent | 50e63af8e12e08f7d7e8f6808a1fe7a656d934f9 (diff) | |
download | tcl-c188371e379c3b139e3ddc924121ad3c64860c7e.zip tcl-c188371e379c3b139e3ddc924121ad3c64860c7e.tar.gz tcl-c188371e379c3b139e3ddc924121ad3c64860c7e.tar.bz2 |
Documented and tested for the current behaviour of [binary format a] and
[binary scan ? a]. This is what they've been doing all along. [Bug 735364]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-07-11 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/binary.test (binary-46.*): Tests to help enforce the + current behaviour. + * doc/binary.n: Documented that [binary format a] and [binary scan a] + do encoding conversion by dropping high bytes, unlike the rest of + the core. [Bug 735364] + 2003-07-11 Don Porter <dgp@users.sourceforge.net> * library/package.tcl: Corrected [pkg_mkIndex] bug reported on |