* libm/common/s_ilogb.c: Fix typo in comments that causes doc
generation to fail.
This commit is contained in:
parent
be7f7a7503
commit
79ca6b6fd2
|
@ -1,3 +1,8 @@
|
|||
2010-02-26 Craig Howland <howland@LGSInnovations.com>
|
||||
|
||||
* libm/common/s_ilogb.c: Fix typo in comments that causes doc
|
||||
generation to fail.
|
||||
|
||||
2010-02-26 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/time/strftime.c: Add support for era and alt_digits data from
|
||||
|
|
|
@ -55,9 +55,9 @@ INT_MIN.)
|
|||
|
||||
@comment The bugs might not be worth noting, given the mass non-C99/POSIX
|
||||
@comment behavior of much of the Newlib math library.
|
||||
@commentBUGS
|
||||
@commentOn errors, errno is not set per C99 and POSIX requirements even if
|
||||
@comment(math_errhandling & MATH_ERRNO) is non-zero.
|
||||
@comment BUGS
|
||||
@comment On errors, errno is not set per C99 and POSIX requirements even if
|
||||
@comment (math_errhandling & MATH_ERRNO) is non-zero.
|
||||
|
||||
PORTABILITY
|
||||
C99, POSIX
|
||||
|
|
Loading…
Reference in New Issue