fix a couple misleading/wrong signal descriptions in strsignal
[musl] / Makefile
2013-07-01 Rich Felkerfix Makefile so "make install" works before include...
2013-03-10 Rich Felkerremove soname from libc.so/ld-musl
2013-02-06 rofl0rMakefile: make it possible to build arch specific C...
2012-09-21 Rich Felkeroffer REALGCC variable to configure musl-gcc wrapper...
2012-09-15 Rich Felkerremove forced -O3 from shared library CFLAGS
2012-08-17 Rich Felkersplit up installation target
2012-08-05 Rich Felkermake dynlink.lo depend on reloc.h in makefile
2012-08-03 Rich Felkerabstract out compiler runtime library for linking libc.so
2012-07-11 Rich Felkerchanges to kernel sigaction struct handling in preparat...
2012-05-05 Rich Felkerimprove the build rules for installing /lib/ld-musl...
2012-05-04 Rich Felkermake all .o files depend on *_impl.h and libc.h
2012-05-03 Rich FelkerPIE support for i386
2012-05-01 Rich Felkerreorganize Makefile to support "least surprise" config...
2012-05-01 Rich Felkerremove objcopy --weaken from the makefile
2012-04-22 Rich Felkernew gcc wrapper, entirely specfile based
2012-03-17 Rich FelkerMerge remote branch 'nsz/master'
2012-03-17 Rich Felkerdon't fail on inability to install dynamic linker ...
2012-03-01 Rich Felkersearch internal headers first
2012-02-18 Rich Felkertwo fixes for "make install" handling of shared libs
2011-06-28 Rich Felkerfix a few bugs from last dynamic linking build system...
2011-06-28 Rich Felkercleanup shared library build system to be more $HOME...
2011-06-24 Rich Felkeruse soname in ld-musl.so to prevent filename appearing...
2011-06-24 Rich Felkeruse symlink rather than bogus linker script for libc.so
2011-06-24 Rich Felkeradapt build/install/gcc-wrapper systems for dynamic...
2011-02-24 Rich Felkervarious changes in preparation for dynamic linking...
2011-02-17 Rich Felkeravoid deleting the lib/empty file
2011-02-17 Rich Felkernew solution for empty lib dir (old one had some problems)
2011-02-17 Rich Felkerimprove Makefile handling of git checkouts with missing...
2011-02-15 Rich Felkerfinish unifying thread register handling in preparation...
2011-02-15 Rich Felkerpreparing build system to handle ports - step 1
2011-02-13 Rich Felkerensure that musl is compiled as C99 code & XSI option...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0