summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-12-24 20:27:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-12-24 20:27:00 (GMT)
commit3665cff5961ee991aa1978a1b3af1c3ea3c40ba6 (patch)
treecc4edffcdaa5b273d640126647aec1578cded662 /changes
parent3dd766769819a1a6f778b1378f0e1218931cbe4e (diff)
downloadtcl-3665cff5961ee991aa1978a1b3af1c3ea3c40ba6.zip
tcl-3665cff5961ee991aa1978a1b3af1c3ea3c40ba6.tar.gz
tcl-3665cff5961ee991aa1978a1b3af1c3ea3c40ba6.tar.bz2
changes file updates WIP
Diffstat (limited to 'changes')
-rw-r--r--changes66
1 files changed, 37 insertions, 29 deletions
diff --git a/changes b/changes
index 1c2eb2f..89d4941 100644
--- a/changes
+++ b/changes
@@ -8946,45 +8946,42 @@ improvements to regexp engine from Postgres (lane,porter,fellows,seltenreich)
- Released 8.6.10, Nov 21, 2019 - details at http://core.tcl-lang.org/tcl/ -
-2019-12-03 (bug)[3cd9bea1e6] Corner case in surrogate handling (nijtmans)
+2019-12-03 (bug)[3cd9be] Corner case in surrogate handling (nijtmans)
-2019-12-09 (new)[2cf1202807] Add tcltest::(EvalTest|CleanupTest) (pooryorick, sebres)
+2019-12-09 (new) Add tcltest::(Setup|Eval|Cleanup|)Test (coulter,sebres)
+=> tcltest 2.5.2
-2019-12-12 (new)[23016a5299] Add 3 libtommath functions to stub table (nijtmans)
+2019-12-12 (new) Add 3 libtommath functions to stub table (nijtmans)
-2019-12-23 (bug)[ce3b9f2b04] compilation errors with clang, windows msys2 (nijtmans)
+2019-12-23 (bug)[ce3b9f] compilation errors with clang, windows msys2 (nijtmans)
-2019-12-27 (bug)[1de6b0629e] number parser fails handling int overflow in exponents (kbk)
+2019-12-27 (bug)[1de6b0] [expr 1e2147483648] => 0.0 (kbk)
-2020-01-04 (bug)[9128866ec8] tis-620 encoding fails to load (pooryorick)
+2020-01-04 (bug)[912886] tis-620 encoding fails to load (coulter)
-2020-01-13 (bug)[0b9332722a] Support utf-8 on Windows console (jedlička)
+2020-01-13 (bug)[0b9332] Win: support system encoding init to utf-8 (jedlička)
-2020-01-17 (bug)[8cd2fe7474] "unload" command bug, when handling multiple libs (berc)
+2020-01-17 (bug)[8cd2fe] [unload] corrupted list of loaded packages (berc)
-2020-01-17 (bug)[5d989f9ba3] Seg fault in lsort for large list length (sebres)
+2020-01-17 (bug)[5d989f] segfault in lsort for large list length (sebres)
-2020-01-30 (bug)[1f9f6b8596] Reset WSAGetLastError()/errno in case of earlier error (nijtmans)
+2020-01-30 (bug) Reset WSAGetLastError()/errno in channel close (nijtmans)
-2020-01-30 (bug)[968255386e] windows: avoid create of legacy error-vars on init phase (sebres)
+2020-02-17 (bug) Win: avoid create of legacy error-vars on init phase (sebres)
-2020-02-21 (bug)[da235271f1] [info hostname] on Windows is limited to max NetBIOS name length (apnadkarni)
+2020-02-25 (bug) release refs when setting class's superclasses fails (dkf)
-2020-02-25 (bug)[df73151114] release references when setting a class's superclasses fails (dkf)
+2020-02-26 (bug) C++ compiler compatibility for registry and dde (nijtmans)
+=> registry 1.4.3
+=> dde 1.3.5
-2020-02-26 (bug)[cc5c355ced] Make dde/reg compilable with C++ compiler. -> 1.4.3/1.3.5 (nijtmans)
+2020-03-05 (new) Update to Unicode-13 (nijtmans)
-2020-03-04 (bug)[3a5bf9c4ee] WideSeekProc/Close2Proc() implemented for all internal channels (nijtmans)
+2020-03-16 (bug)[8f89e2] Win: env var encoding, env-2.5 (sebres, nijtmans)
-2020-03-05 (new)[341689c2ff] Update to Unicode-13 (nijtmans)
+2020-03-27 (bug)[767e07] Tcl_Get(Range|UniChar) validate index inputs (nijtmans)
-2020-03-06 (new)[7f2b0f5d2d] Remove SetIndexFromAny (dgp)
-
-2020-03-16 (bug)[8f89e2e059] Windows: environment is not reflected properly, special characters (sebres, nijtmans)
-
-2020-03-27 (bug)[767e070d35] Tcl_GetRange/Tcl_GetUniChar do not validate index inputs (nijtmans)
-
-2020-03-28 (bug)[8edfcedfa0] binary encode base64 explodes multi-byte wrapchars (dgp)
+2020-03-28 (bug)[8edfce] [binary encode base64] & multi-byte wrapchars (dgp)
2020-03-28 (bug)[ffeb20] [binary decode base64] ignore invalid chars (dgp)
See RFC 2045
@@ -8993,16 +8990,24 @@ See RFC 2045
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)
+2020-04-01 (bug)[f58371] Fileevent run in proper thread (bron,sebres)
+
+2020-04-13 (bug)[afa4b2] TclNeedSpace bug; tests util-8.5 .. util-8.11 (dgp)
+
+2020-04-13 (bug)[085913] Tcl_DStringAppendElement # quoting precision (dgp)
*** POTENTIAL INCOMPATIBILITY ***
+2020-04-13 (bug)[a7f685] test util-5.52 (dgp)
+
+2020-04-13 (bug)[c61818] Tcl_UtfPrev regression (dgp)
+
2020-04-15 (bug)[8af92d] zlib transform issue, bad inflate (sebres)
-2020-04-27 (bug)[45ca23] [string tolower] inconsistency (dgp)
+2020-04-16 (bug)[5e6346] Tcl_UtfPrev handling of overlong sequences (dgp)
-2020-04-30 (bug)[da2352] [info hostname] on Windows is limited to max NetBIOS name length (oehlmann)
+2020-04-27 (bug)[45ca23] [string tolower] inconsistency (dgp)
-2020-05-07 (bug)[b2816a] Tcl_NumUtfChars counts wrong at end of malformed string (dgp)
+2020-04-30 (bug)[da2352] init [info hostname] with DNS, not NetBIOS (nadkarni)
2020-05-11 (bug)[d402ff] Win32 potential crash when using main() (werner)
@@ -9036,7 +9041,7 @@ See RFC 2045
2020-09-17 (bug)[835c93] TIP #525 only implemented for non-singleproc case (nijtmans)
-2020-09-19 (bug)[b9ecf3] [uplevel $list], [uplevel 1 $list] and generation of string representations (pouryorick)
+2020-09-19 (bug)[b9ecf3] [uplevel $list], [uplevel 1 $list] and generation of string representations (pooryorick)
2020-09-29 (bug)[0063cb] check http::geturl -headers parameter to be a dict (oehlmann, nijtmans)
@@ -9048,4 +9053,7 @@ See RFC 2045
2020-10-22 (bug)[c97593]: Usage of gnu_printf in latest mingw-w64 (nijtmans)
-- Released 8.6.11, Nov ??, 2020 - details at http://core.tcl-lang.org/tcl/ -
+
+
+
+- Released 8.6.11, Dec 31, 2020 - details at http://core.tcl-lang.org/tcl/ -