about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* fix sh fesetround failure to clear old modeRich Felker2020-04-181-0/+2
* move __string_read into vsscanf source fileRich Felker2020-04-173-21/+13
* remove spurious repeated semicolon in fmemopenRich Felker2020-04-171-1/+1
* combine two calls to memset in fmemopenRich Felker2020-04-171-2/+2
* fix possible access to uninitialized memory in shgetc (via scanf)Rich Felker2020-04-171-1/+1
* fix undefined behavior in scanf coreRich Felker2020-04-171-0/+3
* math: add x86_64 remquolAlexander Monakov2020-03-241-0/+32
* math: move x87-family fmod functions to C with inline asmAlexander Monakov2020-03-248-44/+38
* math: move x87-family remainder functions to C with inline asmAlexander Monakov2020-03-248-50/+42
* math: move x87-family rint functions to C with inline asmAlexander Monakov2020-03-248-24/+28
* math: move x87-family lrint functions to C with inline asmAlexander Monakov2020-03-2416-60/+64
* math: move x86_64 (l)lrint(f) functions to C with inline asmAlexander Monakov2020-03-248-20/+32
* math: move i386 sqrt to C with inline asmAlexander Monakov2020-03-242-21/+15
* math: move i386 sqrtf to C with inline asmAlexander Monakov2020-03-242-7/+12
* math: move trivial x86-family sqrt functions to C with inline asmAlexander Monakov2020-03-248-18/+28
* math: move x87-family fabs functions to C with inline asmAlexander Monakov2020-03-248-24/+28
* math: move x86_64 fabs, fabsf to C with inline asmAlexander Monakov2020-03-244-16/+20
* fix parsing offsets after long timezone namesSamuel Holland2020-03-211-5/+5
* avoid out-of-bounds read for invalid quoted timezoneSamuel Holland2020-03-211-2/+2
* remove redundant condition in memccpyAlexander Monakov2020-03-201-1/+1
* ldso: remove redundant switch case for REL_NONEFangrui Song2020-03-201-2/+0
* define MAP_SYNC on powerpc/powerpc64Samuel Holland2020-03-142-2/+0
* improve strerror speedTimo Teräs2020-03-142-22/+32
* fix corrupt sysvipc timestamps on 32-bit archs with old kernelsRich Felker2020-03-143-0/+30
* work around negated error code bug on some mips kernelsRich Felker2020-03-143-22/+22
* remove useless mips syscall asm constraint, align style with mips64/n32Rich Felker2020-03-141-15/+16
* revert mips (32-bit, o32) syscall asm clean-up due to regressionsRich Felker2020-03-141-32/+31
* revert mips64/n32 syscall asm clean-up due to regressionsRich Felker2020-03-142-56/+61
* remove duplicate definitions of INET[6]_ADDRSTRLENRich Felker2020-03-042-7/+0
* add PTHREAD_NULLRich Felker2020-02-261-0/+3
* use __socketcall to simplify socket()Rich Felker2020-02-221-5/+5
* remove wrap_write helper from vdprintfRich Felker2020-02-211-6/+1
* math: fix sinh overflows in non-nearest roundingSzabolcs Nagy2020-02-217-10/+12
* math: fix __rem_pio2 in non-nearest rounding modesSzabolcs Nagy2020-02-213-3/+41
* release 1.2.0 v1.2.0Rich Felker2020-02-202-1/+37
* fix remaining direct use of stat syscalls outside fstatat.cRich Felker2020-02-124-6/+10
* remove i386 asm for single and double precision exp-family functionsRich Felker2020-02-069-62/+3
* rename i386 exp.s to exp_ld.sRich Felker2020-02-062-0/+1
* fix excess precision in return value of i386 log-family functionsRich Felker2020-02-068-0/+20
* fix excess precision in return value of i386 acos[f] and asin[f]Rich Felker2020-02-066-42/+75
* fix excess precision in return value of i386 atan[2][f]Rich Felker2020-02-064-2/+8
* remove legacy time32 timer[fd] syscalls from public syscall.hRich Felker2020-02-0510-36/+52
* remove further legacy time32 clock syscalls from public syscall.hRich Felker2020-02-0510-36/+52
* fix incorrect results for catanf and catanl with some inputsRich Felker2020-02-052-26/+2
* move riscv64 register index constants to signal.hRich Felker2020-02-042-6/+9
* remove legacy clock_gettime and gettimeofday from public syscall.hRich Felker2020-01-3010-18/+25
* fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.hRich Felker2020-01-291-5/+0
* fix unprotected macro argument in sys/ttydefaults.hRich Felker2020-01-291-1/+1
* math/x32: correct lrintl.s for 32-bit longAlexander Monakov2020-01-271-2/+2
* move struct dirent to bits header, allow NAME_MAX to varyRich Felker2020-01-253-12/+15