Age | Commit message (Expand) | Author | Files | Lines |
2012-10-21 | fix issues with wait constants in stdlib.h | Rich Felker | 1 | -4/+5 |
2012-09-07 | default features: make musl usable without feature test macros | Rich Felker | 1 | -12/+1 |
2012-09-06 | add _Noreturn function attribute, with fallback for pre-C11 GNUC | Rich Felker | 1 | -4/+11 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -11/+17 |
2012-08-25 | implement "low hanging fruit" from C11 | Rich Felker | 1 | -0/+1 |
2012-08-25 | add c11 quick_exit and at_quick_exit functions | Rich Felker | 1 | -0/+2 |
2012-06-04 | _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE | Rich Felker | 1 | -1/+1 |
2012-05-22 | support _BSD_SOURCE feature test macro | Rich Felker | 1 | -7/+15 |
2012-05-04 | add support for ugly *64 functions with _LARGEFILE64_SOURCE | Rich Felker | 1 | -0/+3 |
2012-04-09 | fix alloca issue in stdlib.h too | Rich Felker | 1 | -1/+1 |
2012-02-06 | add deprecated (removed from posix) [efg]cvt() functions | Rich Felker | 1 | -0/+3 |
2011-09-11 | declare alloca in stdlib.h when _GNU_SOURCE is defined | Rich Felker | 1 | -0/+1 |
2011-04-21 | move wait.h macros out of bits. they do not vary. | Rich Felker | 1 | -1/+8 |
2011-04-13 | add ptsname_r (nonstandard) and split ptsname (standard) to separate file | Rich Felker | 1 | -0/+1 |
2011-03-30 | add some missing prototypes for nonstandard functions (strsep, clearenv) | Rich Felker | 1 | -0/+1 |
2011-02-15 | fix the types of some integer constant limits in headers | Rich Felker | 1 | -1/+1 |
2011-02-15 | fix missing EXIT_* in stdlib.h after header cleanup | Rich Felker | 1 | -3/+3 |
2011-02-14 | begin namespace-cleanup of standard C headers | Rich Felker | 1 | -46/+51 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+129 |