diff options
author | dgp <dgp@users.sourceforge.net> | 2004-07-30 21:09:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-07-30 21:09:06 (GMT) |
commit | c2c8406778f7d3df0221b7ef057a3dd511e54fec (patch) | |
tree | f491d51d90d933b9c2932b0781004ca5fe4ff45d /changes | |
parent | a0ae34d63da31a804080d9ae04e24810f04979a3 (diff) | |
download | tcl-c2c8406778f7d3df0221b7ef057a3dd511e54fec.zip tcl-c2c8406778f7d3df0221b7ef057a3dd511e54fec.tar.gz tcl-c2c8406778f7d3df0221b7ef057a3dd511e54fec.tar.bz2 |
More explicit compatibility warning, regarding TIP 148
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.88 2004/07/23 16:27:28 dgp Exp $ +RCS: @(#) $Id: changes,v 1.89 2004/07/30 21:09:06 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6039,6 +6039,8 @@ in this changeset (new minor version) rather than bug fixes: * [TIP #139] documented portions of Tcl's namespace C APIs * [TIP #148] correct [list]-quoting of the '#' character + *** POTENTIAL INCOMPATIBILITY *** + For scripts that assume a particular (buggy) string rep for lists. * [TIP #156] add "root locale" to msgcat => msgcat 1.4 |