musl
2013-09-23 Rich Felkerrelease notes for 0.9.14
2013-09-22 Rich Felkerfix arm atomic store and generate simpler/less-bloated...
2013-09-20 Rich Felkerfix potential deadlock bug in libc-internal locking...
2013-09-20 Rich Felkercorrect the sysconf value for RTSIG_MAX
2013-09-16 Rich Felkerfix sigemptyset and sigfillset for mips
2013-09-16 Rich Felkerfix clobbering of caller's stack in mips __clone function
2013-09-16 Szabolcs Nagysys/resource.h: add PRIO_MIN and PRIO_MAX for getpriori...
2013-09-16 Szabolcs Nagyupdate include/elf.h following glibc changes
2013-09-16 Rich Felkeromit CLONE_PARENT flag to clone in pthread_create
2013-09-16 Rich Felkeruse symbolic names for clone flags in pthread_create
2013-09-15 Szabolcs Nagysys/socket.h: add new SO_BUSY_POLL socket option
2013-09-15 Szabolcs Nagyptrace.h: add new ptrace requests to get/set sigmask
2013-09-15 Szabolcs Nagynet/if_arp.h: add missing ARP hardware identifiers...
2013-09-15 Szabolcs Nagynetinet/in.h: add missing IP protocol numbers from...
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-09-14 Rich Felkerfix overflow in sysconf for _SC_MQ_PRIO_MAX
2013-09-14 Rich Felkerfix child stack alignment on mips clone
2013-09-14 Rich Felkerfix mips sysv ipc bits headers
2013-09-13 Rich Felkerfix x86_64 lrintl asm, again
2013-09-09 Rich Felkerdo not use default when dynamic linker fails to open...
2013-09-06 Szabolcs Nagymath: remove STRICT_ASSIGN from exp2f (see previous...
2013-09-06 Szabolcs Nagymath: remove STRICT_ASSIGN macro
2013-09-05 Szabolcs Nagymath: support invalid ld80 representations in fpclassify
2013-09-05 Szabolcs Nagymath: fix atanh (overflow and underflow issues)
2013-09-05 Szabolcs Nagymath: remove libc.h include from libm.h
2013-09-05 Szabolcs Nagymath: fix acoshf on negative values
2013-09-05 Szabolcs Nagymath: fix expm1l on x86_64 (avoid underflow for large...
2013-09-05 Szabolcs Nagymath: fix lrintl.s on x86_64 (use movslq to signextend...
2013-09-05 Szabolcs Nagymath: fix exp2l asm on x86 (raise underflow correctly)
2013-09-05 Szabolcs Nagymath: cosmetic cleanup (use explicit union instead...
2013-09-05 Szabolcs Nagymath: remove *_WORD64 macros from libm.h
2013-09-05 Szabolcs Nagymath: remove old longdbl.h
2013-09-05 Szabolcs Nagymath: long double fix (use ldshape union)
2013-09-05 Szabolcs Nagymath: use float_t and double_t in scalbnf and scalbn
2013-09-05 Szabolcs Nagymath: fix remaining old long double code (erfl, fmal...
2013-09-05 Szabolcs Nagymath: cbrt cleanup and long double fix
2013-09-05 Szabolcs Nagymath: fix underflow in exp*.c and long double handling...
2013-09-05 Szabolcs Nagymath: long double trigonometric cleanup (cosl, sinl...
2013-09-05 Szabolcs Nagymath: long double inverse trigonometric cleanup (acosl...
2013-09-05 Szabolcs Nagymath: rewrite hypot
2013-09-05 Szabolcs Nagymath: rewrite remainder functions (remainder, remquo...
2013-09-05 Szabolcs Nagymath: rewrite rounding functions (ceil, floor, trunc...
2013-09-05 Szabolcs Nagymath: fix logb(-0.0) in downward rounding mode
2013-09-05 Szabolcs Nagymath: ilogb cleanup
2013-09-05 Szabolcs Nagylong double cleanup, initial commit
2013-09-04 Rich Felkerfix typo in comment in __randname
2013-09-02 Rich Felkerfix mips-specific bug in synccall (too little space...
2013-09-02 Rich Felkerin synccall, ignore the signal before any threads'...
2013-09-02 Rich Felkerfix invalid pointer in synccall (multithread setuid...
2013-09-01 Rich Felkerfix special-case breakage in popen due to reversed...
2013-09-01 Rich Felkeradd workaround header for wait.h remapping to sys/wait.h
2013-09-01 Rich Felkerfix missing return value warning in faccessat, minor...
2013-09-01 Rich Felkerfix invalid %m format crash in wide scanf variants
2013-09-01 Rich Felkeravoid crash in scanf when invalid %m format is encountered
2013-08-31 Rich Felkerremove incorrect cancellation points from realpath
2013-08-31 Rich Felkerdebloat realpath's allocation strategy
2013-08-31 Rich Felkermake realpath use O_PATH when opening the file
2013-08-31 Rich Felkerfix regression in creation of ldso symlink
2013-08-31 Rich Felkerfix breakage in synccall due to incorrect signal restor...
2013-08-30 Rich Felkerfix typo in release notes
2013-08-30 Rich Felkerrelease notes for 0.9.13
2013-08-30 Rich Felkeronly expose struct tcphdr under _GNU_SOURCE
2013-08-30 Rich Felkeradd struct tcphdr in netinet/tcp.h
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
next