Commit History

Author SHA1 Message Date
  Rich Felker 043c6e31d9 fix sh fesetround failure to clear old mode 4 years ago
  Rich Felker 2e0907ce62 move __string_read into vsscanf source file 4 years ago
  Rich Felker 2acf3bce01 remove spurious repeated semicolon in fmemopen 4 years ago
  Rich Felker 74fa4aac12 combine two calls to memset in fmemopen 4 years ago
  Rich Felker 086542fb5b fix possible access to uninitialized memory in shgetc (via scanf) 4 years ago
  Rich Felker b287cd745c fix undefined behavior in scanf core 4 years ago
  Alexander Monakov 19f870c3a6 math: add x86_64 remquol 4 years ago
  Alexander Monakov bc87299ce7 math: move x87-family fmod functions to C with inline asm 4 years ago
  Alexander Monakov b173e4262f math: move x87-family remainder functions to C with inline asm 4 years ago
  Alexander Monakov 51f4f8c512 math: move x87-family rint functions to C with inline asm 4 years ago
  Alexander Monakov 9443f1b5cf math: move x87-family lrint functions to C with inline asm 4 years ago
  Alexander Monakov 6bbdbfdcde math: move x86_64 (l)lrint(f) functions to C with inline asm 4 years ago
  Alexander Monakov acfe6d033e math: move i386 sqrt to C with inline asm 4 years ago
  Alexander Monakov 29adaeb2c0 math: move i386 sqrtf to C with inline asm 4 years ago
  Alexander Monakov 41b290ba39 math: move trivial x86-family sqrt functions to C with inline asm 4 years ago
  Alexander Monakov c24a992386 math: move x87-family fabs functions to C with inline asm 4 years ago
  Alexander Monakov 87026f6843 math: move x86_64 fabs, fabsf to C with inline asm 4 years ago
  Samuel Holland 33338ebc85 fix parsing offsets after long timezone names 4 years ago
  Samuel Holland 8e452abae6 avoid out-of-bounds read for invalid quoted timezone 4 years ago
  Alexander Monakov 526df238d0 remove redundant condition in memccpy 4 years ago
  Fangrui Song 72658c658b ldso: remove redundant switch case for REL_NONE 4 years ago
  Samuel Holland 3e9d3386f1 define MAP_SYNC on powerpc/powerpc64 4 years ago
  Timo Teräs 8343334d7b improve strerror speed 4 years ago
  Rich Felker 2b2c8aafce fix corrupt sysvipc timestamps on 32-bit archs with old kernels 4 years ago
  Rich Felker 5db475f0b9 work around negated error code bug on some mips kernels 4 years ago
  Rich Felker db86ec100d remove useless mips syscall asm constraint, align style with mips64/n32 4 years ago
  Rich Felker 972b5fde9a revert mips (32-bit, o32) syscall asm clean-up due to regressions 4 years ago
  Rich Felker 5053fd2644 revert mips64/n32 syscall asm clean-up due to regressions 4 years ago
  Rich Felker 2f2348c958 remove duplicate definitions of INET[6]_ADDRSTRLEN 4 years ago
  Rich Felker 4e0796dfc7 add PTHREAD_NULL 4 years ago