Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-07 | default features: make musl usable without feature test macros | Rich Felker | 1 | -0/+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. | |||||
2012-02-06 | fix some omissions and mistakes in locale_t interface definitions | Rich Felker | 1 | -0/+24 | |
2012-02-06 | add more of the locale_t interfaces, all dummied out to ignore the locale | Rich Felker | 1 | -0/+5 | |
2011-09-26 | fix ctype macros to cast argument to (unsigned) first | Rich Felker | 1 | -1/+1 | |
issue reported by nsz, but it's actually not just pedantic. the functions can take input of any arithmetic type, including floating point, and the behavior needs to be as if the conversion implicit in the function call took place. | |||||
2011-02-14 | more header fixes, minor warning fix | Rich Felker | 1 | -0/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+44 | |