Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When adding a fake argv[0], bump argc. | Miles Bader | 1995-05-22 | 1 | -1/+4 |
| | | | | Set optind to 0, so that getopt will reinitialize itself. | ||||
* | Initial revision | Miles Bader | 1995-05-20 | 2 | -0/+306 |
| | |||||
* | Declare argz_count and argz_extract. | Miles Bader | 1995-05-18 | 1 | -0/+7 |
| | |||||
* | Add two new functions: argz_count returns the number of arguments in an argz | Miles Bader | 1995-05-18 | 1 | -0/+33 |
| | | | | vector, and argz_extract extracts the arguments into an argv type vector. | ||||
* | Initial revision | Miles Bader | 1995-03-31 | 2 | -0/+107 |