summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-12-19 21:09:36 (GMT)
committerhobbs <hobbs>2007-12-19 21:09:36 (GMT)
commit4da80a825f1db31720e1a5b7022ea192e220bd43 (patch)
treee23be9f1dc637406b0a26d21fd28e86cebb4201f /ChangeLog
parente634b97b2369aa89f9bf799d272c622fbf7553d6 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40ded062..b21252d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ***