summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-09-10 20:27:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-09-10 20:27:30 (GMT)
commit15cd6e14858186b0fc6748418f0c92ee5c1495ab (patch)
tree6fd5c92508da497f1276d685909ad333dcd62e99 /ChangeLog
parentcd2b0a70496da83086fc5e44c7ca2ac82823eb97 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2112a00..b98ca9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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