summaryrefslogtreecommitdiffstats
path: root/fish/more.c
Commit message (Expand)AuthorAgeFilesLines
* fish: Change 'int argc' to 'size_t argc' throughout.Richard W.M. Jones2010-10-211-1/+1
* Allow $TMPDIR to override most temporary directory uses.Richard W.M. Jones2010-09-241-1/+1
* generator: Generate guestfish-only commands.Richard W.M. Jones2010-09-181-1/+1
* fish: Fix 'more' command to work with any file.Richard Jones2010-09-091-10/+2
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-091-1/+1
* remove trailing blanksJim Meyering2009-07-031-1/+1
* Implement "more" and "less" commands in guestfish.Richard W.M. Jones2009-06-291-0/+93