Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update INSTALL file with new information and better advice | Rich Felker | 2014-03-20 | 1 | -109/+114 |
| | | | | | | | | the text covering an ill-advised procedure for 'bootstrapping' a new musl-based system in-place is removed. new information on targets and compilers is added. formatting improved. the remaining text is adjusted to cover both usage with musl-gcc on a non-musl-based system and upgrading a musl-based system or toolchain. | ||||
* | fix typos in INSTALL file | Rich Felker | 2013-12-01 | 1 | -2/+2 |
| | |||||
* | fix some documentation typos | Rich Felker | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | update readme and release notes for 0.9.8 v0.9.8 | Rich Felker | 2012-11-26 | 1 | -0/+1 |
| | |||||
* | update documentation | Rich Felker | 2012-10-26 | 1 | -16/+49 |
| | |||||
* | default features: make musl usable without feature test macros | Rich Felker | 2012-09-07 | 1 | -13/+2 |
| | | | | | | | | | | the old behavior of exposing nothing except plain ISO C can be obtained by defining __STRICT_ANSI__ or using a compiler option (such as -std=c99) that predefines it. the new default featureset is POSIX with XSI plus _BSD_SOURCE. any explicit feature test macros will inhibit the default. installation docs have also been updated to reflect this change. | ||||
* | add mips to supported arch list in INSTALL file | Rich Felker | 2012-08-17 | 1 | -1/+1 |
| | |||||
* | update INSTALL file to reflect configure script usage | Rich Felker | 2012-05-04 | 1 | -13/+23 |
| | |||||
* | new installation guide with alternate and primary libc setups | Rich Felker | 2011-09-21 | 1 | -37/+107 |
| | |||||
* | minor updates to INSTALL documentation | Rich Felker | 2011-06-27 | 1 | -0/+10 |
| | |||||
* | some docs fixes for x86_64 | Rich Felker | 2011-02-15 | 1 | -6/+3 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+61 |