summaryrefslogtreecommitdiffstats
path: root/fish/hexedit.c
Commit message (Collapse)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
| | | | | | | Be more consistent in allowing the user to override use of the temporary directory by specifying $TMPDIR. Also prefer P_tmpdir macro (defined in <stdio.h>) if that is defined, rather than hard-coding "/tmp" for the fallback location.
* fish: Implement 'hexedit' command.Richard W.M. Jones2010-09-211-0/+190