GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
gentoo/2.41
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
ieee754
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove DO_NOT_USE_THIS conditionals.
Ondřej Bílka
2013-09-10
5
-97
/
+0
*
Remove --disable-versioning.
Joseph Myers
2013-09-04
1
-1
/
+1
*
Fix lgammaf spurious underflow (bug 15427).
Joseph Myers
2013-09-03
1
-2
/
+2
*
Fix spurious jnf underflows (bug 14155).
Joseph Myers
2013-09-02
1
-2
/
+2
*
Fix typos.
Ondřej Bílka
2013-08-30
3
-3
/
+3
*
[BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
Thomas Schwinge
2013-08-29
5
-20
/
+41
*
Fix cproj handling of (finite, NaN) arguments (bug 15531).
Joseph Myers
2013-08-20
1
-3
/
+1
*
Fix cbrtl for ldbl-96
Andreas Schwab
2013-08-13
1
-1
/
+1
*
Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).
Joseph Myers
2013-06-15
1
-2
/
+15
*
Fix leading whitespaces.
Ondrej Bilka
2013-06-06
19
-48
/
+48
*
Remove trailing whitespace.
Joseph Myers
2013-06-05
30
-217
/
+217
*
Fix ldbl-96 hypotl of subnormals (bug 15529).
Joseph Myers
2013-05-24
1
-1
/
+1
*
Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).
Joseph Myers
2013-05-19
5
-0
/
+13
*
Fix remainder exceptions and directed-rounding results (bugs 15480, 15485).
Joseph Myers
2013-05-17
1
-0
/
+1
*
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Ryan S. Arnold
2013-05-16
10
-2
/
+10
*
Make _LIB_VERSION a weak symbol
Siddhesh Poyarekar
2013-05-13
1
-4
/
+5
*
Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359).
Joseph Myers
2013-05-09
1
-5
/
+5
*
Fix ldbl-128 cos range reduction near pi/2 (bug 15429).
Joseph Myers
2013-05-09
1
-5
/
+5
*
Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).
Joseph Myers
2013-05-08
12
-32
/
+1035
*
Format s_sin.c
Siddhesh Poyarekar
2013-04-30
1
-904
/
+1212
*
[BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values.
Thomas Schwinge
2013-04-05
2
-12
/
+10
*
[BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values.
Thomas Schwinge
2013-04-05
2
-9
/
+9
*
Remove unreachable code.
Thomas Schwinge
2013-04-05
1
-2
/
+1
*
Remove unused hard-coded qNaN definition.
Thomas Schwinge
2013-04-05
1
-2
/
+0
*
Remove TWO
Siddhesh Poyarekar
2013-04-03
2
-3
/
+1
*
Use mantissa_t in mpexp
Siddhesh Poyarekar
2013-04-02
2
-3
/
+4
*
New <math.h> macro named issignaling to check for a signaling NaN (sNaN).
Thomas Schwinge
2013-04-02
6
-0
/
+264
*
Remove ONE and MONE
Siddhesh Poyarekar
2013-03-29
7
-22
/
+20
*
Format s_tan.c
Siddhesh Poyarekar
2013-03-29
1
-405
/
+728
*
Remove ZERO and MZERO macros
Siddhesh Poyarekar
2013-03-29
6
-53
/
+51
*
Format s_atan.c
Siddhesh Poyarekar
2013-03-29
1
-151
/
+246
*
Format e_log.c
Siddhesh Poyarekar
2013-03-29
1
-95
/
+133
*
Fix e_logl (128ibm) spurious underflow
Adhemerval Zanella
2013-03-28
1
-2
/
+11
*
Format and clean up s_atan2.c
Siddhesh Poyarekar
2013-03-28
1
-310
/
+494
*
Use integral constants
Siddhesh Poyarekar
2013-03-26
1
-76
/
+76
*
Removed commented code
Siddhesh Poyarekar
2013-03-26
11
-85
/
+0
*
Make mantissa type of mp_no configurable
Siddhesh Poyarekar
2013-03-26
3
-69
/
+101
*
BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm
Adhemerval Zanella
2013-03-22
2
-6
/
+24
*
Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285).
Joseph Myers
2013-03-21
2
-20
/
+34
*
Replace 8388608.0 with HALFRAD in mp code
Siddhesh Poyarekar
2013-03-21
2
-3
/
+3
*
Fix y1l spurious overflows for ldbl-96 (bug 15283).
Joseph Myers
2013-03-16
1
-1
/
+1
*
Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ldbl-12...
Joseph Myers
2013-03-16
2
-58
/
+79
*
Better distinguish between NaN/qNaN/sNaN.
Thomas Schwinge
2013-03-15
1
-5
/
+5
*
Revert configurable mantissa patch
Siddhesh Poyarekar
2013-03-15
3
-92
/
+60
*
Make mantissa type configurable
Siddhesh Poyarekar
2013-03-15
3
-60
/
+92
*
Fix spurious underflow exceptions for Bessel functions for double (bug 14155).
Joseph Myers
2013-03-14
2
-4
/
+8
*
PowerPC: unify math_ldbl.h implementations
Adhemerval Zanella
2013-03-08
1
-2
/
+8
*
Merge powerpc slowexp.c into generic code
Siddhesh Poyarekar
2013-03-07
1
-3
/
+9
*
Merge powerpc slowpow.c into generic code
Siddhesh Poyarekar
2013-03-07
1
-0
/
+17
*
Use generic mpa.c code for everything except __mul and __sqr
Siddhesh Poyarekar
2013-03-07
1
-0
/
+4
[next]