fish: Fix 'more' command to work with any file.
[libguestfs.git] / fish / edit.c
2010-09-09 Richard Jonesfish: Fix 'edit' command to work with any file.
2010-05-20 Richard JonesNew API: write for creating files with fixed content...
2009-11-09 Jim Meyeringchange strncmp() == 0 to STREQLEN()
2009-11-09 Jim Meyeringconvert uses of strcasecmp to STRCASEEQ
2009-08-21 Jim Meyeringedit.c: avoid warning about signed/unsigned comparison
2009-07-03 Jim Meyeringremove trailing blanks
2009-06-29 Richard W.M. JonesImplement "more" and "less" commands in guestfish.
2009-05-21 Richard JonesGettextize the source, make library strings translatable.
2009-04-15 Richard Jones'guestfish edit' commands and several bugfixes.