summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-04-21 14:23:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-04-21 14:23:43 (GMT)
commita87519a28334dacc716da9f583c54ddf3a804131 (patch)
treeb9c4b8d6630e6e2f8e6a30b48ded9cac97f0e700 /ChangeLog
parent53285fd06694f95190b2daf77a11752575993050 (diff)
downloadtcl-a87519a28334dacc716da9f583c54ddf3a804131.zip
tcl-a87519a28334dacc716da9f583c54ddf3a804131.tar.gz
tcl-a87519a28334dacc716da9f583c54ddf3a804131.tar.bz2
* doc/GetInt.3: Convert argument "string" to "str" to agree with code.
Also clarified a few details on int and double formats. * generic/tclGet.c: Radical code simplification. Converted most Tcl_GetFoo() routines into wrappers around Tcl_GetFooFromObj(). Reduces code duplication, and the resulting potential for inconsistency.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91e4410..a88a761 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-04-21 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/GetInt.3: Convert argument "string" to "str" to agree with code.
+ Also clarified a few details on int and double formats.
+ * generic/tclGet.c: Radical code simplification. Converted most
+ Tcl_GetFoo() routines into wrappers around Tcl_GetFooFromObj().
+ Reduces code duplication, and the resulting potential for inconsistency.
+
2005-04-20 Don Porter <dgp@users.sourceforge.net>
* generic/tclGet.c (Tcl_GetInt): Corrected error that did not