summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-25 17:15:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-25 17:15:25 (GMT)
commit592cead58808e8b3266043721e4f4d370ef3c3e7 (patch)
treed127b0b64c2a06ea32dd3a4c919e3471d2e0f5b0 /ChangeLog
parent562604634e67537e7a7311b43c61aa900f927ce6 (diff)
downloadtcl-592cead58808e8b3266043721e4f4d370ef3c3e7.zip
tcl-592cead58808e8b3266043721e4f4d370ef3c3e7.tar.gz
tcl-592cead58808e8b3266043721e4f4d370ef3c3e7.tar.bz2
* doc/DoubleObj.3: More doc updates for TIP 237.
* doc/scan.n: * generic/tclScan.c: [scan $s %u] is documented to accept only * tests/scan.test: decimal formatted integers. Fixed code to match.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09a0d56..11a4ac2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-04-25 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/DoubleObj.3: More doc updates for TIP 237.
+ * doc/scan.n:
+
+ * generic/tclScan.c: [scan $s %u] is documented to accept only
+ * tests/scan.test: decimal formatted integers. Fixed code to
+ match.
+
2006-04-19 Kevin B. Kenny <kennykb@acm.org>
* generic/tclStrToD.c: Added code to support the "middle endian"