Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | All instances of 'pclose' now check for return value != 0. | Richard W.M. Jones | 2009-07-01 | 1 | -1/+1 |
| | | | | | | We are generally interested that the subcommand ran without error, ie. had exit status of 0. 'pclose' returns the exit status, so we now check that pclose (fp) != 0. | ||||
* | Check return value from pclose. | Richard W.M. Jones | 2009-06-20 | 1 | -1/+5 |
| | |||||
* | In the daemon, change all const char * parameters to char *. | Richard Jones | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Added 'find' command. | Richard Jones | 2009-05-19 | 1 | -0/+129 |