summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-11-08 15:11:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-11-08 15:11:42 (GMT)
commit3b028ddc036e831f37393e6cba560a18528611dc (patch)
tree1686fffda08da15f3847369f70a6282ccfbde24b /changes
parentb82082f321df1bf417c0dec7b63675a7f24afa14 (diff)
downloadtcl-3b028ddc036e831f37393e6cba560a18528611dc.zip
tcl-3b028ddc036e831f37393e6cba560a18528611dc.tar.gz
tcl-3b028ddc036e831f37393e6cba560a18528611dc.tar.bz2
Start updates to changes
Diffstat (limited to 'changes')
-rw-r--r--changes109
1 files changed, 79 insertions, 30 deletions
diff --git a/changes b/changes
index d1296b0..1bbcf91 100644
--- a/changes
+++ b/changes
@@ -8796,6 +8796,55 @@ improvements to regexp engine from Postgres (lane,porter,fellows,seltenreich)
--- Released 8.6.7, August 9, 2017 --- https://core.tcl-lang.org/tcl/ for details
+Changes to 8.7a1 include all changes to the 8.6 line through 8.6.7,
+plus the following, which focuses on the high-level feature changes
+in this changeset (new minor version) rather than bug fixes:
+
+2016-03-17 (bug)[0b8c38] socket accept callbacks always in global ns (porter)
+ *** POTENTIAL INCOMPATIBILITY ***
+
+2016-07-01 Hack accommodations for legacy Itcl 3 disabled (porter)
+
+2016-07-12 Make TCL_HASH_TYPE build-time configurable (nijtmans)
+
+2016-07-19 (bug)[0363f0] Partial array search ID reform (porter)
+
+2016-07-19 (feature removed) Tcl_ObjType "array search" unregistered (porter)
+ *** POTENTIAL INCOMPATIBILITY for Tcl_GetObjType("array search") ***
+
+2016-10-04 Server socket on port 0 chooses port supporting IPv4 * IPv6 (max)
+
+2016-11-25 [array names -regexp] supports backrefs (goth)
+
+2017-01-04 (TIP 456) New routine Tcl_OpenTcpServerEx() (limeboy)
+
+2017-01-04 (TIP 459) New subcommand [package files] (nijtmans)
+
+2017-01-16 threaded allocator initialization repair (vasiljevic,nijtmans)
+
+2017-01-30 Add to Win shell builtins: assoc ftype move (ashok)
+
+2017-03-31 TCL_MEM_DEBUG facilities better support 64-bit memory (nijtmans)
+
+2017-04-13 \u escaped content in msg files converted to true utf-8 (nijtmans)
+
+2017-05-18 (TIP 458) New epoll or kqueue notifiers are default (alborboz)
+
+2017-05-31 Purge build support for SunOS-4.* (stu)
+
+2017-06-22 (TIP 463) New option [regsub ... -command ...] (fellows)
+
+2017-06-22 (TIP 470) Tcl_GetDefineContextObject();[oo::define [self]] (fellows)
+=> TclOO 1.2.0
+
+2017-06-23 (TIP 472) Support 0d as prefix of decimal numbers (iyer,griffin)
+
+2017-08-31 (bug)[2a9465] http state 100 continue handling broken (oehlmann)
+
+2017-09-02 (bug)[0e4d88] replace command, delete trace kills namespace (porter)
+
+--- Released 8.7a1, September 8, 2017 --- http://core.tcl.tk/tcl/ for details
+
2017-08-10 [array names -regexp] supports backrefs (goth)
2017-08-10 Fix gcc build failures due to #pragma placement (cassoff,fellows)
@@ -8895,59 +8944,56 @@ improvements to regexp engine from Postgres (lane,porter,fellows,seltenreich)
- Released 8.6.9, November 16, 2018 - details at http://core.tcl-lang.org/tcl/ -
-Changes to 8.7a1 include all changes to the 8.6 line through 8.6.7,
-plus the following, which focuses on the high-level feature changes
-in this changeset (new minor version) rather than bug fixes:
+2018-11-22 (bug)[7a9dc5] [file normalize ~/~foo] segfault (sebres)
-2016-03-17 (bug)[0b8c38] socket accept callbacks always in global ns (porter)
- *** POTENTIAL INCOMPATIBILITY ***
+2018-12-30 (bug)[3cf3a9] variable 'timezone' deprecated in vc2017 (nijtmans)
-2016-07-01 Hack accommodations for legacy Itcl 3 disabled (porter)
+2019-01-09 (bug)[cc1e91] [list [list {*}[set a " "]]] regression (sebres)
-2016-07-12 Make TCL_HASH_TYPE build-time configurable (nijtmans)
+2019-02-01 (bug)[e3f481] tests var-1.2[01] (sebres)
-2016-07-19 (bug)[0363f0] Partial array search ID reform (porter)
+2019-03-01 (new) Update to Unicode 12.0 (nijtmans)
-2016-07-19 (feature removed) Tcl_ObjType "array search" unregistered (porter)
- *** POTENTIAL INCOMPATIBILITY for Tcl_GetObjType("array search") ***
+2019-03-05 (new)[TIP 527] New command [timerate] (sebres)
-2016-10-04 Server socket on port 0 chooses port supporting IPv4 * IPv6 (max)
+2019-03-08 (bug)[39fed4] [package require] memory validity (hume,porter)
-2016-11-25 [array names -regexp] supports backrefs (goth)
+2019-04-23 (new) New command tcl::unsupported::corotype (fellows)
-2017-01-04 (TIP 456) New routine Tcl_OpenTcpServerEx() (limeboy)
+2019-05-04 (bug) memlink when namespace deletion kills linked var (porter)
-2017-01-04 (TIP 459) New subcommand [package files] (nijtmans)
+2019-05-28 (new) README file converted to README.md in Markdown (nijtmans)
-2017-01-16 threaded allocator initialization repair (vasiljevic,nijtmans)
+2019-06-17 (bug)[8b9854] [info level 0] regression with ensembles (porter)
-2017-01-30 Add to Win shell builtins: assoc ftype move (ashok)
+2019-06-20 (bug)[6bdadf] crash multi-arg write-traced [lappend] (fellows,porter)
-2017-03-31 TCL_MEM_DEBUG facilities better support 64-bit memory (nijtmans)
+2019-06-21 (bug)[f8a33c] crash Tcl_Exit before init (brooks,sebres)
-2017-04-13 \u escaped content in msg files converted to true utf-8 (nijtmans)
+2019-08-27 (bug)[fa6bf3] Bytecode fails epoch recovery at numLevel=0 (sebres)
-2017-05-18 (TIP 458) New epoll or kqueue notifiers are default (alborboz)
+2019-08-29 (bug)[fec0c1] C stack overflow compiling bytecode (ade,sebres)
-2017-05-31 Purge build support for SunOS-4.* (stu)
+2019-09-12 tzdata updated to Olson's tzdata2019c (jima)
-2017-06-22 (TIP 463) New option [regsub ... -command ...] (fellows)
+2019-09-20 (new) registry/dde no longer need -DUNICODE (nijtmans)
+=> registry 1.3.4
+=> dde 1.4.2
-2017-06-22 (TIP 470) Tcl_GetDefineContextObject();[oo::define [self]] (fellows)
-=> TclOO 1.2.0
+2019-10-02 (bug)[16768d] Fix [info hostname] on NetBSD (rytaro)
-2017-06-23 (TIP 472) Support 0d as prefix of decimal numbers (iyer,griffin)
+2019-10-23 (new) libtommath updated to release 1.2.0 (nijtmans)
-2017-08-31 (bug)[2a9465] http state 100 continue handling broken (oehlmann)
+2019-10-25 OSX: system Tcl deprecated. End default use of its packages. (walzer)
-2017-09-02 (bug)[0e4d88] replace command, delete trace kills namespace (porter)
+2019-10-28 (bug)[bcd100] bad fs cache when system encoding changes (coulter)
---- Released 8.7a1, September 8, 2017 --- http://core.tcl.tk/tcl/ for details
+- Released 8.6.10, November 21, 2019 - details at http://core.tcl-lang.org/tcl/ -
-2018-03-12 (TIP 490) add oo support for msgcat => msgcat 1.7.0 (oehlmann)
+Changes to 8.7a3 include all changes to the 8.6 line through 8.6.10,
+plus the following, which focuses on the high-level feature changes
+in this changeset (new minor version) rather than bug fixes:
-2018-03-12 (TIP 499) custom locale preference list (oehlmann)
-=> msgcat 1.7.0
@@ -8955,7 +9001,10 @@ in this changeset (new minor version) rather than bug fixes:
+2018-03-12 (TIP 490) add oo support for msgcat => msgcat 1.7.0 (oehlmann)
+2018-03-12 (TIP 499) custom locale preference list (oehlmann)
+=> msgcat 1.7.0