2317 Commits (6ffdc4579ffb34f4aab69ab4c081badabc7c0a9a)

Author SHA1 Message Date
Szabolcs Nagy 6ffdc4579f fix strtod int optimization in non-nearest rounding mode 10 years ago
Szabolcs Nagy d184a09e05 fix strtod and strtof rounding with many trailing zeros 10 years ago
Rich Felker f33b175850 fix gratuitous undefined behavior in strptime 10 years ago
Rich Felker b24f1d2520 fix getopt_long_only misinterpreting "--" as an option 10 years ago
Szabolcs Nagy 51ab6db4ed fix float formatting of some exact halfway cases 10 years ago
Felix Janda 8fb28b0b3e add pthread_setname_np 10 years ago
Daniel Sabogal 3ca2d2d4ae fix clock_nanosleep error case 10 years ago
Szabolcs Nagy 688d3da0f1 math: fix pow signed shift ub 10 years ago
Natanael Copa 05973dc3bb use dynamic buffer for getmntent 10 years ago
Rich Felker 167dfe9672 fix integer overflows and uncaught EOVERFLOW in printf core 10 years ago
Rich Felker 70d2687d85 fix integer overflow in float printf needed-precision computation 10 years ago
Rich Felker aee6abb240 fix regexec with haystack strings longer than INT_MAX 10 years ago
Rich Felker c3edc06d1e fix missing integer overflow checks in regexec buffer size computations 10 years ago
Szabolcs Nagy 583ea83541 fix strftime %y for negative tm_year 10 years ago
Daniel Sabogal 8d7a3f40c8 fix getservby*_r result pointer value on error 10 years ago
Daniel Sabogal d917ef0b84 remove dead case in gethostbyname2_r 10 years ago
Rich Felker c002668eb0 simplify/refactor fflush and make fflush_unlocked an alias for fflush 10 years ago
Daniel Sabogal 32055d52ca fix if_indextoname error case 10 years ago
Rich Felker 78897b0dc0 fix printf regression with alt-form octal, zero flag, and field width 10 years ago
Rich Felker e738b8cbe6 restore _Noreturn to __assert_fail 10 years ago
Olivier Brunel 397586625e getdtablesize: fix returning hard instead of soft rlimit 10 years ago
Szabolcs Nagy 5b5db97f7e math: fix 128bit long double inverse trigonometric functions 10 years ago
Szabolcs Nagy 0a950dcf15 verify that ttyname refers to the same file as the fd 10 years ago
Rich Felker 7cc3a28eed fix pread/pwrite syscall calling convention on sh 10 years ago
Rich Felker 39494a273e revert unrelated change that slipped into last commit 10 years ago
Rich Felker cff5747c74 fix regression in tcsetattr on all mips archs 10 years ago
Rich Felker 6399fa9d29 fix asctime day/month names not to vary by locale 10 years ago
Rich Felker 7c82870d45 remove obsolete and unused gethostbyaddr implementation 10 years ago
Rich Felker 0c8bc102f2 improve abort fallback behavior when raising SIGABRT fails to terminate 10 years ago
Rich Felker 126f58b2f4 define appropriate feature test macros to get CBAUD from termios.h 10 years ago
Rich Felker 3dd27f3aab fix posix_fadvise syscall args on powerpc, unify with arm fix 10 years ago
Bobby Bingham 3d98146146 pthread: implement try/timed join variants 10 years ago
Rich Felker 6d38c9cf80 fix misordered syscall arguments for posix_fadvise on arm 10 years ago
Rich Felker 804debee2b in posix_fadvise, don't bypass __syscall macro infrastructure 10 years ago
Natanael Copa 4adc6c33e7 refactor name_from_dns in hostname lookup backend 10 years ago
Natanael Copa 04bced403d in performing dns lookups, check result from res_mkquery 10 years ago
Rich Felker 4da0bc5ef8 fix misaligned address buffers in gethostbyname[2][_r] results 10 years ago
Rich Felker 384d103d94 fix failure to obtain EOWNERDEAD status for process-shared robust mutexes 10 years ago
Rich Felker 6cec7bc57f remove comments on copyright status from UTF-8 implementation files 10 years ago
Rich Felker 77baaa47e1 fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs 10 years ago
Szabolcs Nagy 51eeb6ebc9 fix the use of uninitialized value in regcomp 10 years ago
Bobby Bingham c0ede9e404 add powerpc64 port 10 years ago
Andrew Kelley 4b619e5c61 fix incorrect protocol name and number for egp 10 years ago
Rich Felker 6ed791e768 fix FILE buffer underflow in ungetwc 10 years ago
Rich Felker be999f7a54 fix thread structure/dtv-pointer corruption on powerpc 10 years ago
Petr Vaněk e7d05c7894 remove dead store in res_msend 10 years ago
Rich Felker 5972c4a411 add mips n32 port (ILP32 ABI for mips64) 10 years ago
Rich Felker c718f9fc1b fix read past end of haystack buffer for short needles in memmem 10 years ago
Rich Felker 6d1a3dfeaf fix undefined pointer comparison in stdio-internal __toread 10 years ago
Timo Teräs 5978eb703c fix gethostbyaddr_r to fill struct hostent.h_length as appropriate 10 years ago