Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-18 | legacy junk compatibility grab-bag | Rich Felker | 1 | -0/+5 | |
- add the rest of the junk traditionally in sys/param.h - add prototypes for some nonstandard functions - add _GNU_SOURCE to their source files so the compiler can check proto | |||||
2012-02-06 | more locale_t interfaces (string stuff) and header updates | Rich Felker | 1 | -0/+3 | |
this should be everything except for some functions where the non-_l version isn't even implemented yet (mainly some non-ISO-C wcs* functions). | |||||
2011-09-26 | cleanup various minor issues reported by nsz | Rich Felker | 1 | -1/+0 | |
the changes to syscall_ret are mostly no-ops in the generated code, just cleanup of type issues and removal of some implementation-defined behavior. the one exception is the change in the comparison value, which is fixed so that 0xf...f000 (which in principle could be a valid return value for mmap, although probably never in reality) is not treated as an error return. | |||||
2011-09-13 | fix various errors in function signatures/prototypes found by nsz | Rich Felker | 1 | -1/+1 | |
2011-02-15 | fix another error from header cleanup, missing size_t in time.h | Rich Felker | 1 | -1/+1 | |
2011-02-14 | more header cleanup and conformance fixes - locale.h, time.h | Rich Felker | 1 | -34/+35 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+113 | |