Bug#723090: tcl8.5: [:cntrl:] character class does not include 0x00-0x1f

2013-09-16 Thread Bruce Stephens
Package: tcl8.5 Version: 8.5.14-5 Severity: normal Dear Maintainer, I have an expect script that tries to match ([^[:cntrl:]]*), and it also matches the CRs at the end of a line. On inspection, that's because controlRangeTable[] and controlCharTable[] do not contain the normal ASCII control

Bug#723090: [Pkg-tcltk-devel] Bug#723090: tcl8.5: [:cntrl:] character class does not include 0x00-0x1f

2013-09-16 Thread Sergei Golovan
Hi Bruce, On Mon, Sep 16, 2013 at 2:29 PM, Bruce Stephens bruce.steph...@isode.com wrote: Dear Maintainer, I have an expect script that tries to match ([^[:cntrl:]]*), and it also matches the CRs at the end of a line. On inspection, that's because controlRangeTable[] and controlCharTable[]

Bug#723090: Bug#723090: tcl8.5: [:cntrl:] character class does not include 0x00-0x1f

2013-09-16 Thread Andrew Shadura
Hello, On Mon, 16 Sep 2013 16:52:23 +0400 Sergei Golovan sgolo...@nes.ru wrote: Hi Bruce, On Mon, Sep 16, 2013 at 2:29 PM, Bruce Stephens bruce.steph...@isode.com wrote: Dear Maintainer, I have an expect script that tries to match ([^[:cntrl:]]*), and it also matches the CRs at

Bug#723090: tcl8.5: [:cntrl:] character class does not include 0x00-0x1f

2013-09-16 Thread Andrew Shadura
Control: forwarded -1 http://core.tcl.tk/tcl/tktview/2572fe7773 Hello, On Mon, 16 Sep 2013 11:29:55 +0100 Bruce Stephens bruce.steph...@isode.com wrote: I have an expect script that tries to match ([^[:cntrl:]]*), and it also matches the CRs at the end of a line. On inspection, that's

Bug#723090: tcl8.5: [:cntrl:] character class does not include 0x00-0x1f

2013-09-16 Thread Bruce Stephens
Package: tcl8.5 Version: 8.5.14-5 Followup-For: Bug #723090 Dear Maintainer, Judging by the changes in core-8.5.0, it's bug a876646, http://core.tcl.tk/tcl/info/a876646efe, and has been fixed, but subsequent to 8.5.14. Line 7765 of