musl
2015-06-16 Rich Felkerbyte-based C locale, phase 3: make MB_CUR_MAX variable...
2015-06-16 Rich Felkerbyte-based C locale, phase 2: stdio and iconv (multibyt...
2015-06-16 Rich Felkerbyte-based C locale, phase 1: multibyte character handl...
2015-06-16 Rich Felkerfix btowc corner case
2015-06-14 Szabolcs Nagyarm: add vdso support
2015-06-14 Rich Felkerrefactor malloc's expand_heap to share with __simple_malloc
2015-06-13 Rich Felkerremove cancellation points in stdio
2015-06-13 Rich Felkerfix idiom for setting stdio stream orientation to wide
2015-06-13 Rich Felkeradd printing of null %s arguments as "(null)" in wide...
2015-06-13 Rich Felkeradd %m support to wide printf
2015-06-11 Rich Felkeradd sh asm for vfork
2015-06-10 Rich Felkerimplement arch-generic version of __unmapself
2015-06-09 Rich Felkerin malloc, refuse to use brk if it grows into stack
2015-06-09 Rich Felkerfix spurious errors from pwd/grp functions when nscd...
2015-06-07 Rich Felkerfix regression in pre-v7 arm on kernels with kuser...
2015-06-07 Rich Felkeradd multiple inclusion guard to locale_impl.h
2015-06-07 Rich Felkerremove redefinition of MB_CUR_MAX in locale_impl.h
2015-06-06 Rich Felkermake static C and C.UTF-8 locales available outside...
2015-06-06 Rich Felkerremove another invalid skip of locking in ungetwc
2015-06-06 Rich Felkeradd macro version of ctype.h isascii function
2015-06-06 Rich Felkerremove invalid skip of locking in ungetwc
2015-06-05 Timo Teräsfix uselocale((locale_t)0) not to modify locale
2015-06-04 Rich Felkerrelease 1.1.10
2015-06-04 Rich Felkerfix dynamic linker regression processing R_*_NONE type...
2015-06-03 Rich Felkeradd additional Makefile dependency rules for rcrt1...
2015-05-29 Rich Felkerfix failure of ungetc and ungetwc to work on files...
2015-05-28 Rich Felkeradd missing legacy LFS64 macros in sys/resource.h
2015-05-28 Shizconfigure: work around compilers that merely warn for...
2015-05-27 Rich Felkerimplement fail-safe static locales for newlocale
2015-05-27 Rich Felkerrename internal locale file handling locale maps
2015-05-27 Rich Felkeroverhaul locale internals to treat categories roughly...
2015-05-27 Rich Felkerreplace atomics with locks in locale-setting code
2015-05-26 Rich Felkeradd rcrt1 start file for fully static-linked PIE
2015-05-26 Rich Felkerfix incorrect application of visibility to Scrt1.o
2015-05-26 Rich Felkerreprocess all libc/ldso symbolic relocations in dynamic...
2015-05-25 Rich Felkermove call to dynamic linker stage-3 into stage-2 function
2015-05-25 Rich Felkermark mips crt code as code
2015-05-25 Rich Felkermark mips cancellable syscall code as code
2015-05-25 Rich Felkersimplify/shrink relocation processing in dynamic linker...
2015-05-25 Rich Felkerremove processing of DT_JMPREL from dynamic linker...
2015-05-25 Rich Felkerfix stack alignment code in mips crt_arch.h
2015-05-22 Rich Felkeradd .text section directive to all crt_arch.h files...
2015-05-21 Rich Felkerremove outdated and misleading comment in iconv.c
2015-05-21 Rich Felkerin iconv_open, accept "CHAR" and "" as aliases for...
2015-05-20 Rich Felkerfix inconsistency in a_and and a_or argument types...
2015-05-19 Bobby Binghaminline llsc atomics when building for sh4a
2015-05-18 Rich Felkerreprocess libc/ldso RELA relocations in stage 3 of...
2015-05-18 Rich Felkerfix null pointer dereference in dcngettext under specif...
2015-05-16 Rich Felkereliminate costly tricks to avoid TLS access for current...
2015-05-16 Rich Felkerin i386 __set_thread_area, don't assume %gs register...
2015-05-14 Rich Felkermake arm reloc.h CRTJMP macro compatible with thumb
2015-05-14 Rich Felkermake arm crt_arch.h compatible with thumb code generation
2015-05-12 Rich Felkerrelease 1.1.9
2015-05-08 Szabolcs Nagyfix netinet/ether.h for c++
2015-05-06 Rich Felkerfix futimes legacy function with null tv pointer
2015-05-06 Rich Felkerfix stack protector crashes on x32 & powerpc due to...
2015-05-03 Rich Felkerimprove iswdigit macro to diagnose errors
2015-05-02 Rich Felkerfix broken cancellation on x32 due to incorrect saved...
2015-05-02 Rich Felkerfix crash in x32 sigsetjmp
2015-05-02 Rich Felkerfix x32 __set_thread_area failure due to junk in upper...
2015-05-02 Rich Felkerfix dangling pointers in x32 syscall timespec fixup...
2015-05-01 Szabolcs Nagyadd IPTOS_CLASS_* macros to netinet/ip.h
2015-05-01 Szabolcs Nagycomplex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)
2015-05-01 Rich Felkerfix integer overflow in elf.h macro SHF_EXCLUDE
2015-05-01 Rich Felkerfix mishandling of ENOMEM return case in internal getgr...
2015-04-30 Szabolcs Nagyfix __syscall declaration with wrong visibility in...
2015-04-30 Szabolcs Nagyaarch64: fix CRTJMP in reloc.h
2015-04-28 Rich Felkerfix sh jmp_buf size to match ABI
2015-04-27 Rich Felkerfix name of sh crt asm directory
2015-04-25 Rich Felkerfix build regression in aarch64 sigsetjmp
2015-04-24 Rich Felkerfix ldso name for sh-nofpu subarch
2015-04-24 Rich Felkerfix build regression in sh-nofpu subarch due to missing...
2015-04-24 Rich Felkerfix failure of sh reloc.h to properly detect endianness...
2015-04-23 Rich Felkerfix misalignment of dtv in static-linked programs with...
2015-04-23 Rich Felkerremove dead store from static __init_tls
2015-04-23 Rich Felkermake __init_tp function static when static linking
2015-04-23 Rich Felkeradd dependency of dlstart.lo on crt_arch.h to Makefile
2015-04-23 Rich Felkerfix regression in x86_64 math asm with old binutils
2015-04-23 Rich Felkerfix syntax errors in configure script
2015-04-22 Rich Felkerminor optimization to pthread_spin_trylock
2015-04-22 Rich Felkeroptimize spin lock not to dirty cache line while spinning
2015-04-22 Rich Felkerin visibility preinclude, remove overrides for stdin...
2015-04-22 Rich Felkerfix inconsistent visibility for __hwcap and __sysinfo...
2015-04-22 Rich Felkerremove additional libc struct accessor cruft
2015-04-22 Rich Felkerremove useless visibility application from static-linki...
2015-04-22 Rich Felkerremove libc.h dependency from otherwise-independent...
2015-04-22 Rich Felkerremove cruft for libc struct accessor function and...
2015-04-22 Rich Felkermake configure check for visibility preinclude compatib...
2015-04-21 Rich Felkerfix duplocale clobbering of new locale struct with...
2015-04-21 Andre McCurdyconfigure: check for -march and -mtune passed via CC
2015-04-21 Rich Felkerremove dead case for F_SETLKW in fcntl
2015-04-21 Rich Felkerfix mmap leak in sem_open failure path for link call
2015-04-21 Rich Felkerremove always-true conditional in dynamic linker TLSDES...
2015-04-21 Rich Felkerremove redundant code in do_dlsym function
2015-04-20 Rich Felkerfix breakage in x32 dynamic linker due to mismatching...
2015-04-20 Rich Felkerfix regression in configure script with new visibility...
2015-04-20 Rich Felkeradd optional global visibility override
2015-04-20 Rich Felkerremove invalid PLT calls from or1k asm
2015-04-20 Rich Felkerremove possible-textrels from powerpc asm
2015-04-20 Rich Felkerremove invalid PLT calls from microblaze asm
next