about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* switch to using trap number 31 for syscalls on shRich Felker2015-06-167-10/+10
* switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker2015-06-161-3/+3
* add support for sh2 interrupt-masking-based atomics to sh portRich Felker2015-06-161-6/+0
* refactor stdio open file list handling, move it out of global libc structRich Felker2015-06-1612-41/+42
* byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker2015-06-161-0/+3
* byte-based C locale, phase 2: stdio and iconv (multibyte callers)Rich Felker2015-06-167-8/+40
* byte-based C locale, phase 1: multibyte character handling functionsRich Felker2015-06-1610-7/+53
* fix btowc corner caseRich Felker2015-06-161-0/+1
* refactor malloc's expand_heap to share with __simple_mallocRich Felker2015-06-143-81/+126
* remove cancellation points in stdioRich Felker2015-06-133-24/+3
* fix idiom for setting stdio stream orientation to wideRich Felker2015-06-136-6/+6
* add printing of null %s arguments as "(null)" in wide printfRich Felker2015-06-131-0/+1
* add %m support to wide printfRich Felker2015-06-131-0/+2
* add sh asm for vforkRich Felker2015-06-111-0/+23
* implement arch-generic version of __unmapselfRich Felker2015-06-101-0/+29
* in malloc, refuse to use brk if it grows into stackRich Felker2015-06-091-1/+9
* fix spurious errors from pwd/grp functions when nscd backend is absentRich Felker2015-06-091-4/+8
* fix regression in pre-v7 arm on kernels with kuser helper removedRich Felker2015-06-071-17/+14
* add multiple inclusion guard to locale_impl.hRich Felker2015-06-071-0/+5
* remove redefinition of MB_CUR_MAX in locale_impl.hRich Felker2015-06-071-3/+0
* make static C and C.UTF-8 locales available outside of newlocaleRich Felker2015-06-064-21/+28
* remove another invalid skip of locking in ungetwcRich Felker2015-06-061-3/+1
* add macro version of ctype.h isascii functionRich Felker2015-06-061-0/+1
* remove invalid skip of locking in ungetwcRich Felker2015-06-061-6/+3
* fix uselocale((locale_t)0) not to modify localeTimo Teräs2015-06-051-3/+1
* fix dynamic linker regression processing R_*_NONE type relocationsRich Felker2015-06-041-0/+1
* fix failure of ungetc and ungetwc to work on files in eof statusRich Felker2015-05-295-10/+11
* implement fail-safe static locales for newlocaleRich Felker2015-05-273-13/+46
* rename internal locale file handling locale mapsRich Felker2015-05-271-0/+0
* overhaul locale internals to treat categories roughly uniformlyRich Felker2015-05-278-136/+112
* replace atomics with locks in locale-setting codeRich Felker2015-05-272-32/+51
* reprocess all libc/ldso symbolic relocations in dynamic linking stage 3Rich Felker2015-05-251-11/+43
* move call to dynamic linker stage-3 into stage-2 functionRich Felker2015-05-253-12/+9
* mark mips cancellable syscall code as codeRich Felker2015-05-251-0/+3
* simplify/shrink relocation processing in dynamic linker stage 1Rich Felker2015-05-251-24/+16
* remove processing of DT_JMPREL from dynamic linker stage 1 bootstrapRich Felker2015-05-251-1/+0
* remove outdated and misleading comment in iconv.cRich Felker2015-05-211-6/+0
* in iconv_open, accept "CHAR" and "" as aliases for "UTF-8"Rich Felker2015-05-211-1/+2
* reprocess libc/ldso RELA relocations in stage 3 of dynamic linkingRich Felker2015-05-181-1/+1
* fix null pointer dereference in dcngettext under specific conditionsRich Felker2015-05-181-1/+1
* eliminate costly tricks to avoid TLS access for current locale stateRich Felker2015-05-165-27/+4
* in i386 __set_thread_area, don't assume %gs register is initially zeroRich Felker2015-05-161-4/+9
* fix futimes legacy function with null tv pointerRich Felker2015-05-061-0/+1
* fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2015-05-063-3/+8
* fix crash in x32 sigsetjmpRich Felker2015-05-021-0/+1
* fix x32 __set_thread_area failure due to junk in upper bitsRich Felker2015-05-021-1/+1
* complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)Szabolcs Nagy2015-05-012-2/+4
* fix mishandling of ENOMEM return case in internal getgrent_a functionRich Felker2015-05-011-1/+2
* fix sh jmp_buf size to match ABIRich Felker2015-04-271-2/+2
* fix build regression in aarch64 sigsetjmpRich Felker2015-04-241-2/+2