musl
2013-08-28 Rich Felkerremove -Wcast-align from --enable-warnings
2013-08-28 Rich Felkeroptimized C memcpy
2013-08-28 Rich Felkerstdbool.h should define __bool_true_false_are_defined...
2013-08-27 Rich Felkerfix invalid instruction mnemonics in powerpc fenv asm
2013-08-27 Rich Felkeroptimized C memset
2013-08-27 Rich Felkeradd attribute((may_alias)) checking in configure
2013-08-25 Rich Felkeradd the %s (seconds since the epoch) format to strftime
2013-08-24 Rich Felkerfix strftime regression in %e format
2013-08-24 Rich Felkerproperly fill in tzname[] for old (pre-64-bit-format...
2013-08-24 Rich Felkerminor fix to tz name checking
2013-08-24 Rich Felkerfix strftime handling of time zone data
2013-08-24 Rich Felkermake dlopen honor the rpath of the main program
2013-08-24 Rich Felkerfix mishandling of empty or blank TZ environment variable
2013-08-24 Rich Felkerfix regression in dn_expand/reverse dns
2013-08-23 Rich Felkerfix bugs in $ORIGIN handling
2013-08-23 Rich Felkeruse AT_EXECFN, if available, for dynamic linker to...
2013-08-23 Rich Felkeradd rpath $ORIGIN processing to dynamic linker
2013-08-23 Rich Felkeradd recursive rpath support to dynamic linker
2013-08-23 Rich Felkerfix missing string.h in strftime.c (needed by new strft...
2013-08-23 Rich Felkerfix some documentation typos
2013-08-23 Rich Felkeradd strftime and wcsftime field widths
2013-08-22 Rich Felkersimplify strftime and fix integer overflows
2013-08-22 Rich Felkerstrftime cleanup: avoid recomputing strlen when it...
2013-08-22 Rich Felkermore strftime refactoring
2013-08-22 Rich Felkerbegin refactoring strftime to make adding field widths...
2013-08-22 Rich Felkeradd SUN_LEN macro to sys/un.h under appropriate feature...
2013-08-21 Rich Felkerunbreak vwarn: print ": " before errno message
2013-08-20 Rich Felkerfix two bugs in sed code configure uses to save command...
2013-08-19 Rich Felkerre-add logic for ignoring failure of ld.so symlink...
2013-08-18 Szabolcs Nagyfix fenv exception functions to mask their argument
2013-08-18 Szabolcs Nagyoptimize x86 feclearexcept: only use save/restore x87...
2013-08-18 Szabolcs Nagyremove the __mxcsr member from fenv_t on i386 to follow...
2013-08-18 Szabolcs Nagyadd sse fenv support on i386 through hwcap
2013-08-18 Szabolcs Nagyfix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0
2013-08-18 Rich Felkerremove spurious tmp file present since initial git...
2013-08-18 Rich Felkerreplace system's install command with a shell script
2013-08-17 Rich Felkeradd hkscs/big5-2003/eten extensions to iconv big5
2013-08-16 Rich Felkermake configure store its command line in config.mak...
2013-08-16 Rich Felkerfix atomicity and other issues installing dynamic linke...
2013-08-16 Rich Felkersome initial math asm for armhf (fabs[f] and sqrt[f])
2013-08-16 Rich Felkerfix detection of arm hardfloat
2013-08-16 Rich Felkersupport floating point environment (fenv) on armhf...
2013-08-16 Rich Felkerfix build of x86_64 expl assembly
2013-08-15 Rich Felkeradd function types to arm crt assembly
2013-08-15 Szabolcs Nagymath: fix pow(x,-1) to raise underflow properly
2013-08-15 Szabolcs Nagymath: fix i386 atan2.s to raise underflow for subnormal...
2013-08-15 Szabolcs Nagymath: clean up atan2.c
2013-08-15 Szabolcs Nagymath: fix x86 asin, atan, exp, log1p to raise underflow
2013-08-15 Szabolcs Nagymath: fix x86 expl.s to raise underflow and clean up...
2013-08-15 Szabolcs Nagymath: fix asin, atan, log1p, tanh to raise underflow...
2013-08-15 Szabolcs Nagymath: fix tgamma to raise underflow for large negative...
2013-08-15 Szabolcs Nagymath: fix pow(0,-inf) to raise divbyzero flag
2013-08-15 Szabolcs Nagymath: minor scalbn*.c simplification
2013-08-14 Rich Felkerfix length computation in dn_expand
2013-08-14 Rich Felkerde-duplicate dn_expand, fix return value and signature...
2013-08-14 Rich Felkeradd arm-optimized memcpy implementation from bionic...
2013-08-14 Rich Felkerrework makefile subarch logic to allow shared files
2013-08-14 Rich Felkeradd missing MSG_EXCEPT in sys/msg.h
2013-08-13 Rich Felkerprovide declarations for strtod_l and family
2013-08-11 Rich Felkeradd subarch asm support for PIC objects/shared libc
2013-08-11 Rich Felkeradd missing a_or_l to atomic.h for non-x86 archs
2013-08-11 Rich Felkerallow subarch-specific asm, including asm specific...
2013-08-11 Rich Felkerfix _NSIG and SIGRTMAX on mips
2013-08-11 Rich Felkerfix definitions of WIFSTOPPED and WIFSIGNALED to suppor...
2013-08-11 Rich Felkeradd pthread_setaffinity_np and pthread_getaffinity_np...
2013-08-11 Rich Felkeradd cpu affinity interfaces
2013-08-10 Rich Felkerchange sigset_t functions to restrict to _NSIG
2013-08-10 Rich Felkeroptimize posix_spawn to avoid spurious sigaction syscalls
2013-08-10 Rich Felkerfix missing errno from exec failure in posix_spawn
2013-08-09 Rich Felkerblock all signals, even implementation-internal ones...
2013-08-09 Rich Felkerblock signals during fork
2013-08-08 Rich Felkerwork around libraries with versioned symbols in dynamic...
2013-08-08 rofl0rsys/personality.h: add missing C++ compat
2013-08-08 rofl0rsys/personality.h: add missing macros
2013-08-07 Rich Felkeradd Big5 charset support to iconv
2013-08-07 Rich Felkermake fcvt decimal point location for zero make more...
2013-08-07 Rich Felkerfix ecvt/fcvt decimal point position output
2013-08-05 Rich Felkericonv support for legacy Korean encodings
2013-08-03 Rich Felkerhave new timer threads unblock their own SIGTIMER
2013-08-03 Rich Felkeradd system for resetting TLS to initial values
2013-08-03 Rich Felkerfix multiple bugs in SIGEV_THREAD timers
2013-08-03 Rich Felkeradd some new linux AT_* flags
2013-08-03 Rich Felkerfix faccessat to support AT_EACCESS flag
2013-08-03 Rich Felkercollapse euidaccess to a call to faccessat
2013-08-03 Rich Felkeradd prototypes for euidaccess/eaccess
2013-08-03 Rich Felkeradd legacy euidaccess function and eaccess alias for it
2013-08-03 Rich Felkermake tdestroy allow null function pointer if no destruc...
2013-08-03 Rich Felkerfix aliasing violations in tsearch functions
2013-08-02 Rich Felkerprotect against long double type mismatches (mainly...
2013-08-02 Rich Felkeradd legacy function valloc
2013-08-02 Rich Felkerfix feature test macro logic for _BSD_SOURCE
2013-08-02 Rich Felkeradd wcsftime_t alias
2013-08-02 Rich Felkeradd missing c++ extern "C" wrapping to link.h
2013-08-02 Rich Felkermake fchdir, fchmod, fchown, and fstat support O_PATH...
2013-08-02 Rich Felkerdebloat code that depends on /proc/self/fd/%d with...
2013-08-02 Rich Felkerwork around linux's lack of flags argument to fchmodat...
2013-08-02 Rich Felkermove RPATH search after LD_LIBRARY_PATH search
2013-08-02 Rich Felkerprovide useless 64-bit fcntl macros with _LARGEFILE64_S...
2013-08-02 Rich Felkerif map_library has allocated a buffer for phdrs, free...
2013-08-02 Rich Felkerimprove error handling in map_library and support long...
next