summaryrefslogtreecommitdiffstats
path: root/fish/edit.c
Commit message (Expand)AuthorAgeFilesLines
* fish: Move 'feature_available' function to global.Richard W.M. Jones2012-05-021-20/+0
* Remove "convenience header" "gettext.h" and use <libintl.h> instead.Richard W.M. Jones2012-05-011-0/+1
* fish: edit: Preserve permissions, UID, GID, SELinux context when editing file...Richard W.M. Jones2012-02-101-0/+82
* fish: In edit command, upload to a new file.Richard W.M. Jones2012-02-101-3/+55
* fish: Refactor error handling in the 'edit' command.Richard W.M. Jones2012-02-101-24/+17
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
* Update FSF address.Matthew Booth2011-11-081-1/+1
* fish: copy-in, copy-out, edit, more commands can use win:... prefix.Richard W.M. Jones2011-04-051-3/+18
* 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 'edit' command to work with any file.Richard Jones2010-09-091-67/+19
* New API: write for creating files with fixed content (RHBZ#501889).Richard Jones2010-05-201-1/+1
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-1/+1
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-091-2/+2
* edit.c: avoid warning about signed/unsigned comparisonJim Meyering2009-08-211-2/+3
* remove trailing blanksJim Meyering2009-07-031-1/+1
* Implement "more" and "less" commands in guestfish.Richard W.M. Jones2009-06-291-18/+0
* Gettextize the source, make library strings translatable.Richard Jones2009-05-211-1/+1
* 'guestfish edit' commands and several bugfixes.Richard Jones2009-04-151-0/+185