summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-09-01 20:08:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-09-01 20:08:50 (GMT)
commit0576e11ae0dee27fb806110d84024c8aff28f941 (patch)
tree0b39c71d35007a231dd0f7dabb817657474cb439 /ChangeLog
parent1d512f82013b5c80636c8522357aabe3b429f143 (diff)
downloadtcl-0576e11ae0dee27fb806110d84024c8aff28f941.zip
tcl-0576e11ae0dee27fb806110d84024c8aff28f941.tar.gz
tcl-0576e11ae0dee27fb806110d84024c8aff28f941.tar.bz2
[b98fa55285]: Fix handling of whitespace at end of hex strings to decode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddde893..e0b623b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-09-01 Donal Fellows <dkf@users.sf.net>
+
+ * generic/tclBinary.c (BinaryDecodeHex): [Bug b98fa55285]: Ensure that
+ whitespace at the end of a string don't cause the decoder to drop the
+ last decoded byte.
+
2013-08-03 Donal Fellows <dkf@users.sf.net>
* library/auto.tcl: [Patch 3611643]: Allow TclOO classes to be found