Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fish: Change 'int argc' to 'size_t argc' throughout. | Richard W.M. Jones | 2010-10-23 | 1 | -1/+1 |
| | | | | | Cherry picked from commit 6391d1a7cfa10337a75465c72d49df3c9ebc65ca and backported to stable-1.2 branch. | ||||
* | fish: Fix 'edit' command to work with any file. | Richard Jones | 2010-10-23 | 1 | -67/+19 |
| | | | | Cherry picked from commit b5c287bcd456bdb02d8ec0443483df34f4fd6b5d. | ||||
* | change strncmp() == 0 to STREQLEN() | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
| | | | | | git grep -l 'strncmp *([^=]*== *0'|xargs \ perl -pi -e 's/\bstrncmp( *\(.*?\)) *== *0\b/STREQLEN$1/g' | ||||
* | convert uses of strcasecmp to STRCASEEQ | Jim Meyering | 2009-11-09 | 1 | -2/+2 |
| | | | | | git grep -l 'strcasecmp *([^=]*== *0'| xargs \ perl -pi -e 's/\bstrcasecmp( *\(.*?\)) *== *0/STRCASEEQ$1/' | ||||
* | edit.c: avoid warning about signed/unsigned comparison | Jim Meyering | 2009-08-21 | 1 | -2/+3 |
| | | | | | * fish/edit.c (load_file): Change type of param from int to size_t. (do_edit): Adjust caller. | ||||
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Implement "more" and "less" commands in guestfish. | Richard W.M. Jones | 2009-06-29 | 1 | -18/+0 |
| | | | | | | | | Use commands such as: more /etc/passwd less /etc/fstab These commands are specific to guestfish. | ||||
* | Gettextize the source, make library strings translatable. | Richard Jones | 2009-05-21 | 1 | -1/+1 |
| | |||||
* | 'guestfish edit' commands and several bugfixes. | Richard Jones | 2009-04-15 | 1 | -0/+185 |