diff options
author | hobbs <hobbs> | 2007-12-19 21:09:36 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-12-19 21:09:36 (GMT) |
commit | 4da80a825f1db31720e1a5b7022ea192e220bd43 (patch) | |
tree | e23be9f1dc637406b0a26d21fd28e86cebb4201f /ChangeLog | |
parent | e634b97b2369aa89f9bf799d272c622fbf7553d6 (diff) | |
download | tcl-4da80a825f1db31720e1a5b7022ea192e220bd43.zip tcl-4da80a825f1db31720e1a5b7022ea192e220bd43.tar.gz tcl-4da80a825f1db31720e1a5b7022ea192e220bd43.tar.bz2 |
* generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexp
* tests/switch.test-14.*: compilation to pass
the cflags to INST_REGEXP (changed on 12-07). Added tests for
switch -regexp compilation (need more). [Bug 1854399]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-12-19 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexp + * tests/switch.test-14.*: compilation to pass + the cflags to INST_REGEXP (changed on 12-07). Added tests for + switch -regexp compilation (need more). [Bug 1854399] + 2007-12-18 Don Porter <dgp@users.sourceforge.net> *** 8.5.0 TAGGED FOR RELEASE *** |