diff options
author | dgp <dgp@users.sourceforge.net> | 2003-09-10 20:27:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-09-10 20:27:30 (GMT) |
commit | 15cd6e14858186b0fc6748418f0c92ee5c1495ab (patch) | |
tree | 6fd5c92508da497f1276d685909ad333dcd62e99 /ChangeLog | |
parent | cd2b0a70496da83086fc5e44c7ca2ac82823eb97 (diff) | |
download | tcl-15cd6e14858186b0fc6748418f0c92ee5c1495ab.zip tcl-15cd6e14858186b0fc6748418f0c92ee5c1495ab.tar.gz tcl-15cd6e14858186b0fc6748418f0c92ee5c1495ab.tar.bz2 |
* library/opt/optparse.tcl: Latest revisions caused [OptGuessType]
to guess "int" instead of "string" for empty strings. Missed the
required "-strict" option to [string is]. Thanks to Revar Desmera.
[Bug 803968]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-09-10 Don Porter <dgp@users.sourceforge.net> + + * library/opt/optparse.tcl: Latest revisions caused [OptGuessType] + to guess "int" instead of "string" for empty strings. Missed the + required "-strict" option to [string is]. Thanks to Revar Desmera. + [Bug 803968] + 2003-09-08 David Gravereaux <davygrvy@pobox.com> * win/tclWinLoad.c (TclpDlopen): Changed the error message for |