index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdeps
/
ieee754
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-17
Convert to autoconf 2.72 (vanilla release, no distribution patches)
Andreas K. Hüttel
1
-5
/
+7
2024-06-17
Implement C23 exp2m1, exp10m1
Joseph Myers
4
-0
/
+22
2024-06-17
Implement C23 log10p1
Joseph Myers
3
-0
/
+11
2024-06-17
Implement C23 logp1
Joseph Myers
7
-4
/
+7
2024-06-04
math: Fix exp10 undefined left shift
Szabolcs Nagy
1
-3
/
+3
2024-05-24
sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-calls
H.J. Lu
1
-42
/
+233
2024-05-24
sysdeps/ieee754/ldbl-opt/Makefile: Remove test-nldbl-redirect-static
H.J. Lu
1
-1
/
+0
2024-05-24
sysdeps/ieee754/ldbl-opt/Makefile: Split and sort tests
H.J. Lu
1
-10
/
+18
2024-05-23
math: Provide missing math symbols on libc.a (BZ 31781)
Adhemerval Zanella
3
-6
/
+6
2024-05-22
Don't provide XXXf128_do_not_use aliases [BZ #31757]
H.J. Lu
4
-0
/
+10
2024-05-21
math: Fix isnanf128 static build (BZ 31774)
Adhemerval Zanella
1
-0
/
+4
2024-05-21
math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)
Adhemerval Zanella
1
-2
/
+2
2024-05-20
Implement C23 log2p1
Joseph Myers
3
-1
/
+14
2024-05-20
nearbyint: Don't define alias when used in IFUNC [BZ #31759]
H.J. Lu
2
-0
/
+4
2024-02-01
Rename c2x / gnu2x tests to c23 / gnu23
Joseph Myers
14
-24
/
+24
2024-02-01
Refer to C23 in place of C2X in glibc
Joseph Myers
2
-8
/
+12
2024-01-12
math: remove exp10 wrappers
Wilco Dijkstra
2
-3
/
+11
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
506
-506
/
+506
2023-12-04
math: Add new exp10 implementation
Joe Ramsay
3
-22
/
+133
2023-10-16
Avoid maybe-uninitialized warning in __kernel_rem_pio2
Andreas Schwab
1
-9
/
+5
2023-08-21
x86_64: Add log1p with FMA
H.J. Lu
1
-0
/
+5
2023-08-14
x86_64: Add expm1 with FMA
H.J. Lu
1
-0
/
+7
2023-07-17
configure: Use autoconf 2.71
Siddhesh Poyarekar
1
-11
/
+14
2023-07-05
sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused result
Frédéric Bérat
2
-14
/
+17
2023-07-05
misc/bits/syslog.h: Clearly separate declaration from definition
Frédéric Bérat
1
-0
/
+1
2023-07-05
stdio: Ensure *_chk routines have their hidden builtin definition available
Frédéric Bérat
4
-0
/
+4
2023-07-05
sysdeps: Ensure ieee128*_chk routines to be properly named
Frédéric Bérat
19
-40
/
+40
2023-07-05
Exclude routines from fortification
Frédéric Bérat
2
-16
/
+94
2023-06-30
aarch64: Add vector implementations of cos routines
Joe Ramsay
2
-5
/
+0
2023-05-30
Fix misspellings in sysdeps/ -- BZ 25337
Paul Pluzhnikov
4
-4
/
+4
2023-05-10
Added Redirects to longdouble error functions [BZ #29033]
Sachin Monga
2
-0
/
+6
2023-04-17
math: Improve fmod(f) performance
Wilco Dijkstra
2
-77
/
+101
2023-04-03
math: Remove the error handling wrapper from fmod and fmodf
Adhemerval Zanella Netto
8
-7
/
+53
2023-04-03
math: Improve fmodf
Adhemerval Zanella Netto
2
-84
/
+178
2023-04-03
math: Improve fmod
Adhemerval Zanella Netto
2
-88
/
+200
2023-03-27
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2
-0
/
+23
2023-03-02
C2x scanf binary constant handling
Joseph Myers
54
-2
/
+931
2023-01-11
math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444]
Adhemerval Zanella
1
-0
/
+11
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
491
-491
/
+491
2023-01-05
Fix ldbl-128 built-in function use
Joseph Myers
3
-2
/
+6
2022-12-19
stdio-common: Convert vfprintf and related functions to buffers
Florian Weimer
3
-76
/
+18
2022-11-29
Use GCC builtins for logb functions if desired.
Xiaolin Tang
4
-0
/
+18
2022-11-29
Use GCC builtins for llrint functions if desired.
Xiaolin Tang
4
-17
/
+38
2022-11-29
Use GCC builtins for lrint functions if desired.
Xiaolin Tang
4
-17
/
+38
2022-10-31
Fix build with GCC 13 _FloatN, _FloatNx built-in functions
Joseph Myers
3
-0
/
+380
2022-10-24
Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)
Aurelien Jarno
1
-12
/
+9
2022-10-24
Fix BZ #29463 in the ibm128 implementation of y1l too
Michael Hudson-Doyle
1
-0
/
+3
2022-10-17
math: Fix asin and acos invalid exception with old gcc
Szabolcs Nagy
1
-16
/
+2
2022-09-28
Update _FloatN header support for C++ in GCC 13
Joseph Myers
1
-3
/
+3
2022-08-18
Ensure calculations happen with desired rounding mode in y1lf128
Michael Hudson-Doyle
1
-0
/
+3
[next]