summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-11-30 01:42:57 (GMT)
committerhobbs <hobbs>1999-11-30 01:42:57 (GMT)
commit75a24aeeddf75c00a068fffcf2ae042aebfcb44b (patch)
treed32f04afe68f725680837e17a2ec14bb9e264656 /ChangeLog
parentd33e2488bcb85e9721459e8cccf43eab523cad87 (diff)
downloadtcl-75a24aeeddf75c00a068fffcf2ae042aebfcb44b.zip
tcl-75a24aeeddf75c00a068fffcf2ae042aebfcb44b.tar.gz
tcl-75a24aeeddf75c00a068fffcf2ae042aebfcb44b.tar.bz2
* tests/scan.test:
* generic/tclScan.c: fixed scan where %[..] didn't match anything and added test case [Bug: 3700]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c2c0e4..1f747f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-11-29 Jeff Hobbs <hobbs@scriptics.com>
+
+ * tests/scan.test:
+ * generic/tclScan.c: fixed scan where %[..] didn't match anything
+ and added test case [Bug: 3700]
+
1999-11-24 Jeff Hobbs <hobbs@scriptics.com>
* doc/open.n: