diff options
author | hobbs <hobbs> | 1999-11-30 01:42:57 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-11-30 01:42:57 (GMT) |
commit | 75a24aeeddf75c00a068fffcf2ae042aebfcb44b (patch) | |
tree | d32f04afe68f725680837e17a2ec14bb9e264656 /ChangeLog | |
parent | d33e2488bcb85e9721459e8cccf43eab523cad87 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |