about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* harden locale name handling and prevent slashes in LC_MESSAGESRich Felker2014-07-311-3/+3
* implement ffsl and ffsll functionsRich Felker2014-07-312-0/+14
* add framework for mmap2 syscall unit to vary by archRich Felker2014-07-302-2/+7
* plural rule evaluator rewrite for dcngettextSzabolcs Nagy2014-07-301-128/+106
* reimplement if_nameindex and getifaddrs using netlinkTimo Teräs2014-07-294-184/+411
* tweaks to plural rules evaluatorSzabolcs Nagy2014-07-291-54/+44
* harden dcngettext plural processingRich Felker2014-07-291-2/+3
* harden mo file processing for locale/translationsRich Felker2014-07-291-2/+6
* implement non-default plural rules for ngettext translationsRich Felker2014-07-282-8/+243
* implement gettext message translation functionsRich Felker2014-07-274-68/+271
* add support for LC_TIME and LC_MESSAGES translationsRich Felker2014-07-267-13/+23
* add missing yes/no strings to nl_langinfoRich Felker2014-07-261-2/+2
* fix nl_langinfo table for LC_TIME era-related itemsRich Felker2014-07-261-1/+2
* implement mo file string lookup for translationsRich Felker2014-07-264-0/+71
* implement locale file loading and state for remaining locale categoriesRich Felker2014-07-244-2/+80
* fix locale environment variable logic for empty stringsRich Felker2014-07-241-3/+3
* add issetugid function to check for elevated privilegeBrent Cook2014-07-191-0/+7
* fix missing flags arg to fstatat syscall in fstat fallback pathRich Felker2014-07-181-1/+1
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-1810-0/+187
* provide getauxval(AT_SECURE) even if it is missing from the aux vectorRich Felker2014-07-171-0/+1
* remove useless infinite loop from end of exit functionRich Felker2014-07-171-1/+0
* fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker2014-07-171-0/+1
* work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker2014-07-167-9/+9
* simplify __stdio_exit static linking logicRich Felker2014-07-164-16/+12
* implement the LOG_CONS option in syslogRich Felker2014-07-111-1/+9
* suppress early syslog return when log socket cannot be openedRich Felker2014-07-111-4/+1
* implement the LOG_PERROR option in syslogRich Felker2014-07-111-2/+4
* fix the %m specifier in syslogClément Vasseur2014-07-111-0/+3
* explicitly reject empty names in dynamic linker load_library functionRich Felker2014-07-111-0/+5
* make dynamic linker accept colon as a separator for LD_PRELOADRich Felker2014-07-111-2/+2
* fix typo in microblaze setjmp asmRich Felker2014-07-081-1/+1
* rename file containing pthread_cleanup_push and pop for consistencyRich Felker2014-07-061-0/+0
* rework cancellation weak alias logic not to depend on archive orderRich Felker2014-07-063-6/+12
* fix multiple issues in legacy function getpassRich Felker2014-07-061-5/+6
* eliminate use of cached pid from thread structureRich Felker2014-07-058-12/+9
* properly pass current locale to *_l functions when used internallyRich Felker2014-07-028-8/+16
* consolidate str[n]casecmp_l into str[n]casecmp source filesRich Felker2014-07-024-13/+16
* consolidate *_l ctype/wctype functions into their non-_l source filesRich Felker2014-07-0261-213/+256
* add locale frameworkRich Felker2014-07-029-22/+186
* fix failure of wide printf/scanf functions to set wide orientationRich Felker2014-07-022-0/+3
* fix typo in a comment in __libc_start_mainRich Felker2014-07-011-1/+1
* fix incorrect return value for fwide functionRich Felker2014-07-011-1/+2
* fix ungrammatical comment in posix_spawn codeRich Felker2014-07-011-3/+3
* fix aliasing violations in mbtowc and mbrtowcRich Felker2014-07-012-2/+4
* fix regression in mips dynamic linkerRich Felker2014-06-301-1/+6
* fix regression in dynamic linker error reportingRich Felker2014-06-291-9/+5
* add routing protocols to getprotoent-family functionsTimo Teräs2014-06-241-0/+2
* rename dynamic linker _start to _dlstart in the stub versionRich Felker2014-06-231-1/+1
* add __sysv_signal abi-compat alias for the signal functionRich Felker2014-06-221-0/+1
* add __xmknod and __xmknodat abi-compat functionsRich Felker2014-06-221-0/+10