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