summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2021-05-28 18:12:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2021-05-28 18:12:51 (GMT)
commit4d0c2de9fe113cb8532c367a019da0242df59045 (patch)
tree1b3750b97d28c4bbe1fb39accd35106449d6895a
parentd2275e354d05f0c9f618eecb875e4f0fabd294cf (diff)
downloadtcl-4d0c2de9fe113cb8532c367a019da0242df59045.zip
tcl-4d0c2de9fe113cb8532c367a019da0242df59045.tar.gz
tcl-4d0c2de9fe113cb8532c367a019da0242df59045.tar.bz2
more changes
-rw-r--r--changes15
1 files changed, 11 insertions, 4 deletions
diff --git a/changes b/changes
index 6c2c55f..ca2695f 100644
--- a/changes
+++ b/changes
@@ -9262,16 +9262,26 @@ in this changeset (new minor version) rather than bug fixes:
2020-01-24 [TIP 559] Eliminate public routine `Tcl_FreeResult
+2020-01-31 (new) Implement 64-bit seek on Zip channels. (nijtmans)
+
2020-02-28 [TIP 557] C++ support for Tcl
2020-02-28 [TIP 562] Deprecate channel types 1-4
+2020-03-11 (bug)[234d6c] Segfault in [set l {}; lpop l] (sebres)
+
+2020-03-12 (bug) Crash in tests binary-79.[12] (porter)
+
2020-03-13 [TIP 569] Eliminate Comments That Serve Lint
-2020-05-23 [TIP 551] Permit underscore in numerical literals in source code
+2020-04-06 (bug)[dd010c] [string trim*] on astral characters (porter,nijtmans)
+
+2020-05-30 [TIP 551] Permit underscore in numerical literals in source code
2020-07-03 [TIP 578] Death to TCL_DBGX
+2020-08-11 (bug)[e87000] Win32 crash in [fconfigure stdout] (werner,nijtmans)
+
2020-09-13 [TIP 585] Promote the INDEX_TEMP_TABLE flag of Tcl_GetIndexFromObj*() to the public interface
2020-10-23 [TIP 587] Default utf-8 for source command
@@ -9294,8 +9304,5 @@ in this changeset (new minor version) rather than bug fixes:
-
-
-
- Released 8.7a5, Jun 1, 2021 --- http://core.tcl-lang.org/tcl/ for details -