diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-04-24 15:37:51 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-04-24 15:37:51 (GMT) |
commit | 562604634e67537e7a7311b43c61aa900f927ce6 (patch) | |
tree | 7b40512397a19c4b5ce00e33b3fe572ec1b1cdb1 | |
parent | 80ac93388a6784f4d5c7251041dc6eabbc5f8061 (diff) | |
download | tcl-562604634e67537e7a7311b43c61aa900f927ce6.zip tcl-562604634e67537e7a7311b43c61aa900f927ce6.tar.gz tcl-562604634e67537e7a7311b43c61aa900f927ce6.tar.bz2 |
correct ChangeLog to reflect 2006-04-19 commit of
generic/tclStrToD.c
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-04-19 Kevin B. Kenny <kennykb@acm.org> + * generic/tclStrToD.c: Added code to support the "middle endian" + floating point format used in the Nokia N770's software-based + floating point. Thanks to Bruce Johnson for reporting this bug, + originally on http://wiki.tcl.tk/15408. * library/clock.tcl: Fixed a bug with Daylight Saving Time and Posix time zone specifiers reported by Martin Lemburg in http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/9a8b15a4dfc0b7a0 |