diff options
author | dgp <dgp@users.sourceforge.net> | 2006-04-26 04:41:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-04-26 04:41:08 (GMT) |
commit | f6d77956fdaaa7ca44ba08221d72bbec06bc7709 (patch) | |
tree | 9795486d00c14f4474da8e205fbafad357a55a7c /ChangeLog | |
parent | b86eb4a0d9739e188fb6dbd9a2ab0823c835fad4 (diff) | |
download | tcl-f6d77956fdaaa7ca44ba08221d72bbec06bc7709.zip tcl-f6d77956fdaaa7ca44ba08221d72bbec06bc7709.tar.gz tcl-f6d77956fdaaa7ca44ba08221d72bbec06bc7709.tar.bz2 |
* doc/DoubleObj.3: More doc updates for TIP 237.
* doc/expr.n:
* doc/format.n:
* doc/mathfunc.n:
* doc/scan.n:
* doc/string.n:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,8 +1,11 @@ 2006-04-25 Don Porter <dgp@users.sourceforge.net> * doc/DoubleObj.3: More doc updates for TIP 237. + * doc/expr.n: * doc/format.n: + * doc/mathfunc.n: * doc/scan.n: + * doc/string.n: * generic/tclScan.c: [scan $s %u] is documented to accept only * tests/scan.test: decimal formatted integers. Fixed code to |