| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-06 | Handle argv = { NULL } in ARGBEGIN | Michael Forney | |
| 2019-07-06 | Minor tweaks to arg.h | Michael Forney | |
| Make sure EARGF() has type `char *` (rather than `void *`). Only advance opt_ when there is more left in the argument. | |||
| 2019-04-06 | arg: Use (void *)0 instead of NULL in error case of conditional expression | Michael Forney | |
| Even though NULL is a null pointer constant, the comma expression with NULL at the end is not. So, we must ensure that either the type of the comma expression is `char *` or `void *`, and we don't know this for NULL. | |||
| 2019-02-12 | Initial import | Michael Forney | |
