forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
893549c
commit 64f3882
Showing
6 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2010-01-16 Jakub Jelinek <[email protected]> | ||
|
||
* sysdeps/ieee754/ldbl-128/s_ceill.c (huge): Add L suffix to the | ||
constant. | ||
* sysdeps/ieee754/ldbl-128/s_floorl.c (huge): Likewise. | ||
* sysdeps/ieee754/ldbl-128/s_expm1l.c (big): Decrease to avoid | ||
overflow. | ||
* sysdeps/ieee754/ldbl-128/s_log1pl.c (big): Remove unused variable. | ||
|
||
* sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf): Use | ||
math_opt_barrier and math_force_eval macros. | ||
|
||
2010-01-15 Ulrich Drepper <[email protected]> | ||
|
||
* posix/regcomp.c: Fix a few more cases of ignored return values. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters