Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-10 | reverse definition dependency between PAGESIZE and PAGE_SIZE | Rich Felker | 1 | -1/+1 | |
PAGESIZE is actually the version defined in POSIX base, with PAGE_SIZE being in the XSI option. use PAGESIZE as the underlying definition to facilitate making exposure of PAGE_SIZE conditional. | |||||
2012-05-22 | fix missing _BSD_SOURCE support in bits/*.h | Rich Felker | 1 | -1/+1 | |
this is actually rather ugly, and would get even uglier if we ever want to support further feature test macros. at some point i may factor the bits headers into separate files for C base, POSIX base, and nonstandard extensions (the only distinctions that seem to matter now) and then the logic for which to include can go in the main header rather than being duplicated for each arch. the downside of this is that it would result in more files having to be opened during compilation, so as long as the ugliness does not grow, i'm inclined to leave it alone for now. | |||||
2011-06-25 | move all limits that don't vary out of bits/limits.h, into main limits.h | Rich Felker | 1 | -26/+1 | |
2011-02-15 | fix the types of some integer constant limits in headers | Rich Felker | 1 | -2/+2 | |
2011-02-15 | preparing build system to handle ports - step 1 | Rich Felker | 1 | -0/+33 | |