add WHATSNEW file for 0.5.9 release
[musl] / src /
2011-02-15 Rich Felkerguard against hard links to non-ordinary-files when...
2011-02-15 Rich Felkermore header cleanup and conformance fixes - string.h
2011-02-15 Rich Felkerheader cleanup, conformance fixes - signals
2011-02-15 Rich Felkeranother pointer signedness fix
2011-02-15 Rich Felkerfix some pointer signedness issues (this was invalid C)
2011-02-15 Rich Felkermore header fixes, minor warning fix
2011-02-15 Rich Felkerensure standard functions mk[sd]temp don't depend on...
2011-02-15 Rich Felkerput confstr.c with the other conf functions
2011-02-14 Rich Felkerbegin namespace-cleanup of standard C headers
2011-02-14 Rich Felkeruse a more-correct integer type, and silence 64-bit...
2011-02-14 Rich Felkerfixed missing cast in the non-i386 version of shmat...
2011-02-14 Rich Felkercleanup multibyte stuff to remove ugly casts, sanitize...
2011-02-14 Rich Felkercleaning up syscalls in preparation for x86_64 port
2011-02-14 Rich Felkersyscall cleanup for umount2
2011-02-14 Rich Felkeruse umount2 syscall for umount (new targets lack old...
2011-02-14 Rich Felkerreorganize thread exit code, make pthread_exit call...
2011-02-14 Rich Felkerreorganize thread exit code, make pthread_exit call...
2011-02-14 Rich Felkerfix previous commit that broke sigreturn. looks like...
2011-02-13 Rich Felkerfix omission that kept sa_restorer from being used
2011-02-12 Rich Felkerensure that the compiler doesn't try to reorder around...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0