diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-11 21:14:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-11 21:14:45 (GMT) |
commit | d32992063fe77ee3abd53e1e10268c5646d28fcc (patch) | |
tree | ac12d6dea1adb38e45ba88b1e51f8238e83b9b21 /ChangeLog | |
parent | 57210182c3dac9535f6af80d1aed39eb684b6850 (diff) | |
download | tcl-d32992063fe77ee3abd53e1e10268c5646d28fcc.zip tcl-d32992063fe77ee3abd53e1e10268c5646d28fcc.tar.gz tcl-d32992063fe77ee3abd53e1e10268c5646d28fcc.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 |