diff options
author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-21 00:51:24 +0000 |
---|---|---|
committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-21 00:51:24 +0000 |
commit | 86d364ccd1c6f478c0774d9128efb2b2055be3c4 (patch) | |
tree | a6b1c2be1ef14319f9648004696ee011b0addc18 /libstdc++-v3/ChangeLog | |
parent | 0da6cf03dfa46b0ff3d61fb76c48827e048946cd (diff) | |
download | gcc-86d364ccd1c6f478c0774d9128efb2b2055be3c4.tar.gz |
* libmath/stubs.c (hypot, hypotf, hypotl): Don't divide by
zero.
Update copyright year.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67051 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 356a299850b..8ff83f7b005 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2003-05-21 Danny Smith <dannysmith@users.sourceforge.net> + + * libmath/stubs.c (hypot, hypotf, hypotl): Don't divide by + zero. + Update copyright year. + 2003-05-20 Paolo Carlini <pcarlini@unitus.it> * testsuite/27_io/basic_filebuf/close/char/4.cc: Fix typo. |