Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 1 | -1/+1 |
| | | | | Update all copyright dates to 2012. | ||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | Add missing include directives. | Jim Meyering | 2011-04-13 | 1 | -1/+2 |
| | | | | | | * fish/config.c: Include string.h, for use of strlen. * fish/keys.c: Likewise, but for use of memcpy. * fish/man.c: Likewise, but for use of memset. | ||||
* | fish: Change 'int argc' to 'size_t argc' throughout. | Richard W.M. Jones | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | generator: Generate guestfish-only commands. | Richard W.M. Jones | 2010-09-18 | 1 | -1/+1 |
| | | | | | | The guestfish-only commands such as 'alloc' and 'edit' are now generated from one place in the generator instead of being spread around ad-hoc in the C code. | ||||
* | fish: Add 'man' command which opens the manual. | Richard Jones | 2010-04-24 | 1 | -0/+58 |