summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-26 13:42:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-26 13:42:42 (GMT)
commit3cd63d0095d7d7731122633aa89967134773e914 (patch)
tree9fd9076750d0a7701585d7ed1052c1f3ca66eb88 /ChangeLog
parentf6d77956fdaaa7ca44ba08221d72bbec06bc7709 (diff)
downloadtcl-3cd63d0095d7d7731122633aa89967134773e914.zip
tcl-3cd63d0095d7d7731122633aa89967134773e914.tar.gz
tcl-3cd63d0095d7d7731122633aa89967134773e914.tar.bz2
* generic/tclBinary.c: Revised the handling of the Q and q format
* generic/tclInt.h: specifiers for [binary] to account for the * generic/tclStrToD.c: "middle endian" floating point format used in Nokia N770.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d06340..d2f334f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-04-26 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclBinary.c: Revised the handling of the Q and q format
+ * generic/tclInt.h: specifiers for [binary] to account for the
+ * generic/tclStrToD.c: "middle endian" floating point format used
+ in Nokia N770.
+
2006-04-25 Don Porter <dgp@users.sourceforge.net>
* doc/DoubleObj.3: More doc updates for TIP 237.