diff options
author | dgp <dgp@users.sourceforge.net> | 2020-07-24 20:24:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-07-24 20:24:08 (GMT) |
commit | 64996d4c1ad62d3338b5c087e742d85dd2a4c15c (patch) | |
tree | ad38fdcade73204bec8c5ececcc23076209526de /changes | |
parent | 9185af5e7ad122946296cc033f8a7ade484d6289 (diff) | |
download | tcl-64996d4c1ad62d3338b5c087e742d85dd2a4c15c.zip tcl-64996d4c1ad62d3338b5c087e742d85dd2a4c15c.tar.gz tcl-64996d4c1ad62d3338b5c087e742d85dd2a4c15c.tar.bz2 |
Some additions to changes.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -8986,6 +8986,15 @@ improvements to regexp engine from Postgres (lane,porter,fellows,seltenreich) 2020-03-28 (bug)[8edfcedfa0] binary encode base64 explodes multi-byte wrapchars (dgp) -2020-03-31 (bug)[b8e82d293b] accepted -maxlen value breaks uuencode round trip (dgp) +2020-03-28 (bug)[ffeb20] [binary decode base64] ignore invalid chars (dgp) +See RFC 2045 + *** POTENTIAL INCOMPATIBILITY *** + +2020-03-31 (bug)[b8e82d] some -maxlen values break uuencode round trip (dgp) + *** POTENTIAL INCOMPATIBILITY *** + +2020-04-09 (bug)[085913] Tcl_DStringAppendElement # quoting precision (dgp) + *** POTENTIAL INCOMPATIBILITY *** + - Released 8.6.11, Aug ??, 2020 - details at http://core.tcl-lang.org/tcl/ - |