3744 Commits (729fef0a9358e2f6f1cd8c75a1a0f7ee48b08c95)
 

Author SHA1 Message Date
Rich Felker 55df09bfcc release 1.1.19 8 years ago
Rich Felker 1366b3c5e6 update authors/contributors list 8 years ago
Matúš Olekšák fcf24b9f38 fix detection of LIBCC for compiler-rt with clang 8 years ago
Rich Felker 6d6102427d convert execvp error handling to switch statement 8 years ago
Przemyslaw Pawelczyk 8e0b38060d fix execvp failing on not-dir entries in PATH. 9 years ago
Rich Felker 75cba9c67f fix incorrect overflow check for allocation in fmemopen 8 years ago
Szabolcs Nagy 249b621f9e better configure check for long double support 9 years ago
Dmitry V. Levin 23ddab8569 make getcwd fail if it cannot obtain an absolute path 8 years ago
Rich Felker 376b3c54bb disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processes 8 years ago
Rich Felker f0b235c138 honor rpath $ORIGIN for ldd/ldso command with program in working dir 8 years ago
Rich Felker c7f0da4134 adjust strftime + modifier to match apparent intent of POSIX 8 years ago
Rich Felker 596207aa38 fix strftime field widths with %F format and zero year 8 years ago
Rich Felker cc7c300d1a document pthread structure ABI constraints in comments 8 years ago
Alexander Monakov e53296f889 re-fix child reaping in wordexp 8 years ago
Rich Felker cd0ae687de revert regression in faccessat AT_EACCESS robustness 8 years ago
William Pitcock 7c709f2d4f store pthread stack guard sizes for pthread_getattr_np 8 years ago
Rich Felker b3ae7beabb adjust dladdr dli_fbase definition to match other implementations 8 years ago
Samuel Holland 6f03b61b46 getopt_long: accept prefix match of long options containing equals signs 8 years ago
Samuel Holland f1abc29bd0 fix getopt_long arguments to partial matches 8 years ago
William Pitcock 14edadb542 aarch64: fix mismatched type of ucontext_t uc_link member 8 years ago
Rostislav Skudnov 1bc10ffeaa add _DIRENT_HAVE_D_* macros to dirent.h 8 years ago
Rich Felker b64539ae06 fix printf alt-form octal with value 0 and no explicit precision 8 years ago
Jens Gustedt 32482f61da revise the definition of multiple basic locks in the code 8 years ago
Jens Gustedt c4bc0b1a64 consistently use the LOCK an UNLOCK macros 8 years ago
Jens Gustedt 47d0bcd476 new lock algorithm with state and congestion count in one atomic int 8 years ago
Hauke Mehrtens b583c5d3b4 add additional uapi guards for Linux kernel header files 8 years ago
Rich Felker 628cf979b2 fix iconv output of surrogate pairs in ucs2 8 years ago
Rich Felker 95c6044e2a add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv 8 years ago
Rich Felker 9d4d0ee41b add cp866 (dos cyrillic) to iconv 8 years ago
Rich Felker 54941eddfd update case mappings to unicode 10.0 8 years ago
Rich Felker c72c1c52bc update ctype tables to unicode 10.0 8 years ago
Rich Felker d3f23337ee reformat ctype tables to be diff-friendly, match tool output 8 years ago
Rich Felker d5029bb88a fix endian errors in netinet/icmp6.h due to failure to include endian.h 8 years ago
Jo-Philipp Wich 14cec8678e fix endian errors in arpa/nameser.h due to failure to include endian.h 8 years ago
Nicholas Wilson 2a831786f0 remove unused explicit dependency rules for crti/crtn 8 years ago
Natanael Copa eb7f93c4f6 use the name UTC instead of GMT for UTC timezone 8 years ago
Natanael Copa 3ec82877e7 fix sysconf for infinite rlimits 8 years ago
Nicholas Wilson 131276809f fix x32 unistd macros to report as ILP32 not LP64 8 years ago
Rich Felker 6430315683 fix data race in at_quick_exit 8 years ago
Rich Felker 01957bed1e add ibm1047 codepage (ebcdic representation of latin1) to iconv 8 years ago
Timo Teräs 8a6bd7307d implement strftime padding specifier extensions 9 years ago
Rich Felker 2488d31f5a adjust fopencookie structure tag for ABI-compat 8 years ago
William Pitcock 061843340f implement the fopencookie extension to stdio 8 years ago
Rich Felker 4000b0107d make fgetwc handling of encoding errors consistent with/without buffer 8 years ago
Rich Felker a90d9da1d1 fix treatment by fgetws of encoding errors as eof 8 years ago
Szabolcs Nagy 72656157f5 fix fgetwc when decoding a character that crosses buffer boundary 8 years ago
Rich Felker a223dbd27a add reverse iconv mappings for JIS-based encodings 9 years ago
Rich Felker 105eff9dec generalize iconv framework for 8-bit codepages 9 years ago
Rich Felker a71b46cfd2 fix malloc state corruption when ldso rejects loading a second libc 9 years ago
Rich Felker d060edf6c5 reformat cjk iconv tables to be diff-friendly, match tool output 9 years ago