Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016年10月20日 | fix misspelling of a legacy macro name in sys/param.h | Rich Felker | -1/+1 | |
2012年05月10日 | fix missing parens in bit op macros (param.h) | Rich Felker | -1/+1 | |
2012年05月10日 | and another bug in setbit, etc. macros.. | Rich Felker | -1/+1 | |
2012年05月10日 | fix typo in sys/param.h that broke setbit, etc. macros | Rich Felker | -1/+1 | |
this is all junk, but some programs use it. | ||||
2012年04月18日 | legacy junk compatibility grab-bag | Rich Felker | -7/+22 | |
- 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年01月24日 | add MIN/MAX macros to sys/param.h | Rich Felker | -0/+5 | |
this is a nonstandard junk header anyway, so just do what apps expect.. | ||||
2011年02月20日 | make sys/param.h not depend on PATH_MAX and NAME_MAX | Rich Felker | -2/+2 | |
this is a nonstandard header used only by backwards programs, but for some reason it's extremely popular. the recent namespace cleanup fixes broke it, because PATH_MAX and NAME_MAX will not be defined unless an approriate feature test macro has been defined. moreover, it's too late to just #define _GNU_SOURCE in param.h, since limits.h may have already been included. let's just hard-code standard values and be done with it. | ||||
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+15 | |