diff options
author | dgp <dgp@users.sourceforge.net> | 2010-08-10 20:36:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-08-10 20:36:39 (GMT) |
commit | 4553b432eda6f65b4ba95d3dbff7a6f15be73e79 (patch) | |
tree | 62d966deef990dbb45e72fa5bed5694c1c886a4a | |
parent | c2631609f0a452528e80692ca09b98da0387c240 (diff) | |
download | tcl-4553b432eda6f65b4ba95d3dbff7a6f15be73e79.zip tcl-4553b432eda6f65b4ba95d3dbff7a6f15be73e79.tar.gz tcl-4553b432eda6f65b4ba95d3dbff7a6f15be73e79.tar.bz2 |
tidy up
-rw-r--r-- | changes | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.148 2010/08/09 17:48:38 dgp Exp $ +RCS: @(#) $Id: changes,v 1.149 2010/08/10 20:36:39 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7699,7 +7699,7 @@ introduced by first versions of the NRE conversion (nadkarni,porter) 2010-02-09 (enhancement) [try] now bytecompiled (fellows) -2010-02-11 (bug fix)[2826551] (dejong) +2010-02-11 (bug fix)[2826551] line-sensitive matching in regexp (dejong) 2010-02-11 (bug fix)[2949740] [open |noSuch rb] crash (kovalenko,fellows) @@ -7716,7 +7716,6 @@ introduced by first versions of the NRE conversion (nadkarni,porter) 2010-03-04 (bug fix)[2962664] [oo::class destroy] crash (fellows) - 2010-03-05 (interface) TclOO typedefs for function pointers (fellows) *** POTENTIAL INCOMPATIBILITY *** |