summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-11 21:18:55 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-11 21:18:55 (GMT)
commitc188371e379c3b139e3ddc924121ad3c64860c7e (patch)
tree21bdbf619a8fe3994496ef65beec8850f973bf8b /ChangeLog
parent50e63af8e12e08f7d7e8f6808a1fe7a656d934f9 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77ff66d..e6e44ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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