diff options
author | hobbs <hobbs> | 1999-07-30 22:19:10 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-07-30 22:19:10 (GMT) |
commit | 77a242e5abd03ab238d92c84e7093a78b87e25c8 (patch) | |
tree | ef5d0dba9c60829a6b26adf180ec8505877e79db /ChangeLog | |
parent | 901e9cf34bd3ae9044d9934d2d433263a6795eff (diff) | |
download | tcl-77a242e5abd03ab238d92c84e7093a78b87e25c8.zip tcl-77a242e5abd03ab238d92c84e7093a78b87e25c8.tar.gz tcl-77a242e5abd03ab238d92c84e7093a78b87e25c8.tar.bz2 |
* tclParse.c: fixed bug in info complete regarding nested square
brackets [Bug: 2382, 2466]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1865,3 +1865,8 @@ * tclWin32Dll.c: removed TclpFinalize, cleanup of merges + * tclIO.c: added fix for Kupries' trf patch [Bug: 2386] + + * tclParse.c: fixed bug in info complete regarding nested square + brackets [Bug: 2382, 2466] + |