diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-03 13:46:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-03 13:46:27 (GMT) |
commit | 629ca8e4ee0dc3109e8120b6e015b8840dc1838f (patch) | |
tree | 66a144b459981c7033d8fba61e0fbe74b8faed43 /ChangeLog | |
parent | 23c757e1987a037c346e5d77c4997c9aaf692b9d (diff) | |
download | tcl-629ca8e4ee0dc3109e8120b6e015b8840dc1838f.zip tcl-629ca8e4ee0dc3109e8120b6e015b8840dc1838f.tar.gz tcl-629ca8e4ee0dc3109e8120b6e015b8840dc1838f.tar.bz2 |
Make two-arg switch work reliably (and actually as documented!) [Bug 1836519]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-12-03 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tclCompCmds.c (TclCompileSwitchCmd): Adjusted the [switch] + * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): command so that when + passed two arguments, no check for options are performed. This is OK + since in the two-arg case, detecting an option would definitely lead + to a syntax error. [Bug 1836519] + 2007-11-29 Jeff Hobbs <jeffh@ActiveState.com> * win/makefile.vc: add ws2_32.lib to baselibs |