Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-23 | arg.h: fixed argv checks order | Lucas Gabriel Vuotto | 1 | -2/+2 | |
This prevents accessing to a potentially out-of-bounds memory section. Signed-off-by: Lucas Gabriel Vuotto <l.vuotto92@gmail.com> | |||||
2015-11-08 | arg.h: remove unused ARGNUM* macros4.6 | Hiltjo Posthuma | 1 | -14/+0 | |
2015-07-19 | stest: get rid of getopt, use suckless arg.h | Hiltjo Posthuma | 1 | -0/+63 | |
... also some style improvements. |