diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-01 20:08:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-01 20:08:50 (GMT) |
commit | 0576e11ae0dee27fb806110d84024c8aff28f941 (patch) | |
tree | 0b39c71d35007a231dd0f7dabb817657474cb439 /ChangeLog | |
parent | 1d512f82013b5c80636c8522357aabe3b429f143 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |