summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2024-02-07 17:51:02 (GMT)
committerdgp <dgp@users.sourceforge.net>2024-02-07 17:51:02 (GMT)
commitf6dc0d960932ff9d6b43b0272b33fc48dfc1fe47 (patch)
tree085e89e00a59bdea07640fefefbd1ba02f7f5c81 /changes
parent6f6407cd77afac8b0fb2d074a08df5b691f718cf (diff)
parenta57f0adecb810b7124ac5cb9b0780224c3b272e6 (diff)
downloadtcl-f6dc0d960932ff9d6b43b0272b33fc48dfc1fe47.zip
tcl-f6dc0d960932ff9d6b43b0272b33fc48dfc1fe47.tar.gz
tcl-f6dc0d960932ff9d6b43b0272b33fc48dfc1fe47.tar.bz2
merge 8.6
Diffstat (limited to 'changes')
-rw-r--r--changes96
1 files changed, 96 insertions, 0 deletions
diff --git a/changes b/changes
index 6641777..e8bd917 100644
--- a/changes
+++ b/changes
@@ -9167,3 +9167,99 @@ Update bundled libtommath
Many code fixes to avoid overflow or undefined behavior. Thanks chrstphrchvz.
- Released 8.6.13, Nov 22, 2022 - details at https://core.tcl-lang.org/tcl/ -
+
+2022-12-01 Backport TIP #402: path name starting with '//' not
+ replaced by '/' also on Cygwin and QNX (nijtmans)
+
+2022-12-12 Windows binaries licence metadata changed to University of
+ California to match licence (nadkarni)
+
+2022-12-16 check mknod, tcdrain and uname in build script for VxWorks or others
+ (nijtmans)
+
+2022-12-16 32-bit cygwin is dead, so --enable-64bit in a Cygwin build no longer
+ needed (nijtmans)
+
+2023-01-01 (bug)[8e811b] Wrong formatting of arguments in man page (nijtmans)
+
+2023-01-06 (bug) [0f19ed]: Windows 11 not reported in tcl_platform(osVersion)
+ (nijtmans)
+
+2023-01-15 (bug) [8f7fde] string compare failing on big endian (coulter)
+
+2023-01-22 (bug) [3e8074] y2k38 problem in [interp limit time -seconds]
+ (nijtmans)
+
+2023-01-22 (bug) [e3dcab] crash with tcl_precision equal 15..18 (kenny)
+
+2023-02-22 (bug) [d19fe0] output replacement character on incomplete sequences
+ in unicode encoding (nijtmans)
+
+2023-02-22 (bug) [534172] sporadic crash in memchan thread cleanup.
+ (neumann,nijtmans)
+
+2023-02-28 (bug) [f9eafc] throw error in zip command when file comment/filename
+ to long or not iso-latin-1 (nijtmans)
+
+2023-03-04 (bug) [1b8df1] fix usec on windows returned by Tcl_GetTime (nadkarni)
+
+2023-03-05 (bug) [9c5a00]. Fix ~ and ~user path prefix on Windows (nadkarni)
+
+2023-03-14 (bug) [ea69b0], crash when using a channel transformation on TCP
+ client socket (coulter)
+
+2023-03-30 (rfe) Allow empty mode in [chan create] to allow refchan version of
+ [socket -server] (max)
+
+2023-03-30 [0cb355] macOS 13 SDK deprecates sprintf() (chavez)
+
+2023-05-02 (bug) [ab123c] argument position overflow in [scan %num$mode]
+ (nadkarni)
+
+2023-05-02 (bug) [784bef] tailcall crash (nadkarni)
+
+2023-06-03 (bug) [af3ebc] clock scan and clock add bugs in error cases / with
+ abbreviated options (ade)
+
+2023-07-05 (bug) [66ffaf] incomplete double byte encoding sequences ignored like
+ in [encoding convertfrom gb12345 x] (nadkarni)
+
+2023-08-29 Update zlib to version 1.3
+
+2023-09-05 (bug) [60cacf] Fix tclvfs tkt Segmentation Fault at interpreter exit
+ when tclvfs loaded.
+2023-09-05 (bug) [b5ac3e] Tcl_GetUniChar reads beyond string length for ASCII
+ strings
+
+2023-09-06 (bug) [d3465c] Update install-sh to version "2020-11-14.01".
+
+2023-09-08 Unicode 15.1
+
+2023-09-13 (bug) [43b065] MS Windows: files with emojis are found by glob but
+ not recognized by file exists or open
+
+2023-09-13 (bug) [a1f11d] VC6 compilation error of core-8-6-branch: error C2065:
+ 'int16_t' : undeclared identifier
+
+2023-09-14 (bug) [00655c] ClockGetdatefieldsObjCmd(): avoid signed integer
+ overflow and platform-dependent behavior
+
+2023-10-01 (bug) [7b3167] tclOO.c: initialize fakeObject.refCount
+
+2023-10-04 (bug) [7371b6] AddressSanitizer use-after-return detection breaks NRE
+ ests, coroutines
+
+2023-12-06 (bug) [db4f28] fixes SF by BO in ReadChars (and Tcl_ReadChars with
+ append)
+
+2023-12-30 (rfe) [0ac9d0] Don't call getsockname(2) in Tcl_MakeFileChannel(3)
+ unless absolutely necessary. Permits better constraining of Tcl/tclsh via
+ OpenBSD's pledge(2) or similar mechanisms. Minor rewrite.
+
+2024-01-24 [db4f28] Cure performance issues by 8.6.13 bugfix for channel read
+ with large data (brester)
+
+2024-01-11 (bug) [fd27ad] doc change of Tcl_PkgRequire & friends: version string
+ specification refers to "package require".
+
+- Released 8.6.14, Jan ??, 2024 - details at https://core.tcl-lang.org/tcl/ -