diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-02-07 21:04:22 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-02-07 21:04:22 +0000 |
commit | b59cab1e2e90ca4ffb19eaf073f03917dc8eb0e9 (patch) | |
tree | 077ea1f9f8bb9eecd2b1ba2d227d02513a11dc0d /newlib/ChangeLog | |
parent | 681e60c31c1a3135ba8924095d45dbbf22a52784 (diff) | |
download | cygnal-b59cab1e2e90ca4ffb19eaf073f03917dc8eb0e9.tar.gz cygnal-b59cab1e2e90ca4ffb19eaf073f03917dc8eb0e9.tar.bz2 cygnal-b59cab1e2e90ca4ffb19eaf073f03917dc8eb0e9.zip |
2005-02-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h (isfinite, isnormal, isunordered): Change
input variable names to avoid mixups with nesting macros.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 733ffbd32..eed9838c3 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2005-02-07 Jeff Johnston <jjohnstn@redhat.com> + + * libc/include/math.h (isfinite, isnormal, isunordered): Change + input variable names to avoid mixups with nesting macros. + 2005-01-27 Hans-Peter Nilsson <hp@axis.com> * configure.host: Add support for cris-*-* and crisv32-*-*. |