2582 Commits (10bbbbf5c63085b84d683c2d597ba482d6dd07d9)

Author SHA1 Message Date
Rich Felker 57b97b42bd add public interface headers to implementation files 8 years ago
Rich Felker 2fae10f887 fix aliasing violations in fgetpos/fsetpos 8 years ago
Rich Felker 455bd82445 use idiomatic safe form for FUNLOCK macro 8 years ago
Rich Felker 7c59d09863 in vswprintf, initialize the FILE rather than memset-and-assign 8 years ago
Rich Felker aaa29c26ee remove unused MIN macro from getdelim source file 8 years ago
Rich Felker 0fbe53ed3f remove useless null check before call to free in fclose 8 years ago
Rich Felker 52d42b5888 remove useless and confusing parentheses in stdio __towrite function 8 years ago
Rich Felker e7eeeb9f2a avoid use of readv syscall in __stdio_read backend when not needed 8 years ago
Rich Felker f92804188e consistently return number of bytes read from stdio read backend 8 years ago
Rich Felker 9bf9c732f9 remove obfuscated flags bit-twiddling logic in __stdio_read 8 years ago
Rich Felker b123f23952 fix getopt wrongly treating colons in optstring as valid option chars 8 years ago
Rich Felker 82f176803a add getentropy function 8 years ago
Hauke Mehrtens e206582091 add getrandom syscall wrapper 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
Dmitry V. Levin 23ddab8569 make getcwd fail if it cannot obtain an absolute path 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
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
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
Rich Felker 628cf979b2 fix iconv output of surrogate pairs in ucs2 9 years ago
Rich Felker 95c6044e2a add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv 9 years ago
Rich Felker 9d4d0ee41b add cp866 (dos cyrillic) to iconv 9 years ago
Rich Felker 54941eddfd update case mappings to unicode 10.0 9 years ago
Rich Felker c72c1c52bc update ctype tables to unicode 10.0 9 years ago
Rich Felker d3f23337ee reformat ctype tables to be diff-friendly, match tool output 9 years ago
Natanael Copa eb7f93c4f6 use the name UTC instead of GMT for UTC timezone 9 years ago
Natanael Copa 3ec82877e7 fix sysconf for infinite rlimits 9 years ago
Rich Felker 6430315683 fix data race in at_quick_exit 9 years ago
Rich Felker 01957bed1e add ibm1047 codepage (ebcdic representation of latin1) to iconv 9 years ago
Timo Teräs 8a6bd7307d implement strftime padding specifier extensions 10 years ago
William Pitcock 061843340f implement the fopencookie extension to stdio 9 years ago
Rich Felker 4000b0107d make fgetwc handling of encoding errors consistent with/without buffer 9 years ago
Rich Felker a90d9da1d1 fix treatment by fgetws of encoding errors as eof 9 years ago
Szabolcs Nagy 72656157f5 fix fgetwc when decoding a character that crosses buffer boundary 9 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 d060edf6c5 reformat cjk iconv tables to be diff-friendly, match tool output 9 years ago
Bobby Bingham c21051e90c prevent fork's errno from being clobbered by atfork handlers 9 years ago
Rich Felker a39f20bf9f add iso-2022-jp support (decoding only) to iconv 9 years ago
Rich Felker 5b546faa67 add iconv framework for decoding stateful encodings 9 years ago