summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-11 21:14:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-11 21:14:45 (GMT)
commitd32992063fe77ee3abd53e1e10268c5646d28fcc (patch)
treeac12d6dea1adb38e45ba88b1e51f8238e83b9b21 /ChangeLog
parent57210182c3dac9535f6af80d1aed39eb684b6850 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 645bdf8..3b94992 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