Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (argz_delete): If the result is empty, free it. | Miles Bader | 1996-01-02 | 1 | -3/+8 |
| | |||||
* | (argz_insert): | Miles Bader | 1995-12-21 | 1 | -29/+35 |
| | | | | Instead of an integer position N, take a pointer into ARGZ to insert before. | ||||
* | (argz_remove, argz_append, argz_add): New functions, were in envz.c. | Miles Bader | 1995-12-17 | 1 | -0/+72 |
| | | | | (argz_insert): New function. | ||||
* | (argz_stringify): Add the SEP argument. | Miles Bader | 1995-12-06 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -0/+74 |