1973 Commits (eb4bd8d8bb5c9f535ee8250edd4efbd3d4f84c5a)

Author SHA1 Message Date
Rich Felker bc09d58c04 make futex operations use private-futex mode when possible 12 years ago
Szabolcs Nagy d86af2a080 fix #ifdef inside a macro argument list in __init_tls.c 12 years ago
Szabolcs Nagy b04971d91a add inline isspace in ctype.h as an optimization 12 years ago
Rich Felker 4fe57cad70 add dlerror message for static-linked dlsym failure 12 years ago
Clément Vasseur dc65fddd4c fix dlerror when using dlopen with a static libc 12 years ago
Timo Teräs 0a24be213a make endmntent function handle null argument 12 years ago
Rich Felker 5059deb1a5 harden locale name handling and prevent slashes in LC_MESSAGES 12 years ago
Rich Felker ecc082c61b implement ffsl and ffsll functions 12 years ago
Rich Felker b5bbe79749 add framework for mmap2 syscall unit to vary by arch 12 years ago
Szabolcs Nagy 6527b03dcc plural rule evaluator rewrite for dcngettext 12 years ago
Timo Teräs 08e4052c43 reimplement if_nameindex and getifaddrs using netlink 12 years ago
Szabolcs Nagy a126188f86 tweaks to plural rules evaluator 12 years ago
Rich Felker e4dd0ab83c harden dcngettext plural processing 12 years ago
Rich Felker 6e89210669 harden mo file processing for locale/translations 12 years ago
Rich Felker 73d2a3bfda implement non-default plural rules for ngettext translations 12 years ago
Rich Felker 2068b4e891 implement gettext message translation functions 12 years ago
Rich Felker c5b8f19305 add support for LC_TIME and LC_MESSAGES translations 12 years ago
Rich Felker 0206f596d5 add missing yes/no strings to nl_langinfo 12 years ago
Rich Felker a19cd2b64a fix nl_langinfo table for LC_TIME era-related items 12 years ago
Rich Felker 41421d6beb implement mo file string lookup for translations 12 years ago
Rich Felker 6cb4f91db7 implement locale file loading and state for remaining locale categories 12 years ago
Rich Felker 674e28af2d fix locale environment variable logic for empty strings 12 years ago
Brent Cook ddddec106f add issetugid function to check for elevated privilege 12 years ago
Rich Felker dc9c40a609 fix missing flags arg to fstatat syscall in fstat fallback path 12 years ago
Stefan Kristiansson 200d15479c add or1k (OpenRISC 1000) architecture port 12 years ago
Rich Felker 7bece9c209 provide getauxval(AT_SECURE) even if it is missing from the aux vector 12 years ago
Rich Felker 5cc1872156 remove useless infinite loop from end of exit function 12 years ago
Rich Felker 72ed3d47e5 fix crash in regexec for nonzero nmatch argument with REG_NOSUB 12 years ago
Rich Felker a6adb2bcd8 work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1 12 years ago
Rich Felker c463e11eda simplify __stdio_exit static linking logic 12 years ago
Rich Felker 781f26bc92 implement the LOG_CONS option in syslog 12 years ago
Rich Felker a64a045d1d suppress early syslog return when log socket cannot be opened 12 years ago
Rich Felker b8c4cf61cb implement the LOG_PERROR option in syslog 12 years ago
Clément Vasseur da27118157 fix the %m specifier in syslog 12 years ago
Rich Felker 59549313d8 explicitly reject empty names in dynamic linker load_library function 12 years ago
Rich Felker 349381aa8c make dynamic linker accept colon as a separator for LD_PRELOAD 12 years ago
Rich Felker 729673689c fix typo in microblaze setjmp asm 12 years ago
Rich Felker 4b48b00a90 rename file containing pthread_cleanup_push and pop for consistency 12 years ago
Rich Felker d96b12b755 rework cancellation weak alias logic not to depend on archive order 12 years ago
Rich Felker ea496d6c63 fix multiple issues in legacy function getpass 12 years ago
Rich Felker 83dc6eb087 eliminate use of cached pid from thread structure 12 years ago
Rich Felker 4c48501ee2 properly pass current locale to *_l functions when used internally 12 years ago
Rich Felker 7424ac58b1 consolidate str[n]casecmp_l into str[n]casecmp source files 12 years ago
Rich Felker d89fdec51b consolidate *_l ctype/wctype functions into their non-_l source files 12 years ago
Rich Felker 0bc03091bb add locale framework 12 years ago
Rich Felker 984c25b74d fix failure of wide printf/scanf functions to set wide orientation 12 years ago
Rich Felker 285f969db6 fix typo in a comment in __libc_start_main 12 years ago
Rich Felker ebd8142a6a fix incorrect return value for fwide function 12 years ago
Rich Felker 0b3d33d4d2 fix ungrammatical comment in posix_spawn code 12 years ago
Rich Felker e89cfe51d2 fix aliasing violations in mbtowc and mbrtowc 12 years ago