diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-17 09:24:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-17 09:24:41 (GMT) |
commit | f02ab40acaca6273b2cd4c732e68f4e2e76e1280 (patch) | |
tree | fc014e47f61a96e37e1d5d5a3a576973b4e01521 /ChangeLog | |
parent | e1a2deb52347de47b6357eb9662c56ee98a4d81e (diff) | |
parent | 485b7e865a78e8d32056d25dc181e4b19e07be0c (diff) | |
download | tcl-f02ab40acaca6273b2cd4c732e68f4e2e76e1280.zip tcl-f02ab40acaca6273b2cd4c732e68f4e2e76e1280.tar.gz tcl-f02ab40acaca6273b2cd4c732e68f4e2e76e1280.tar.bz2 |
[2152292]: Corrected implementation of uuencode handling to support line length
indicator bytes.
***POTENTIAL INCOMPATIBILITY***
Existing code that was using the old versions and working around the
limitations will now need to do far less. The -maxlen option now has strict
limits on the range of supported lengths; this is a limitation of the format
itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2013-09-17 Donal Fellows <dkf@Donals-MacBook-Pro.local> + + * generic/tclBinary.c (BinaryEncodeUu, BinaryDecodeUu): [Bug 2152292]: + Corrected implementation of the core of uuencode handling so that the + line length processing is correctly applied. + ***POTENTIAL INCOMPATIBILITY*** + Existing code that was using the old versions and working around the + limitations will now need to do far less. The -maxlen option now has + strict limits on the range of supported lengths; this is a limitation + of the format itself. + 2013-09-09 Donal Fellows <dkf@users.sf.net> * generic/tclOOMethod.c (CloneProcedureMethod): [Bug 3609693]: Strip |