summaryrefslogtreecommitdiffstats
path: root/fish/fish.c
Commit message (Expand)AuthorAgeFilesLines
* fish: Correction for online help for 'edit' and 'more' commands.Richard W.M. Jones2010-10-231-8/+2
* fish: Update copyright dates in usage message.Richard Jones2010-10-231-1/+1
* fish: Remove extraneous space from usage message.Richard Jones2010-10-231-1/+1
* build: Don't add version extra string to the version number.Richard Jones2010-09-081-2/+6
* fish: Don't fail if -m and --listen flags are both given (RHBZ#612178).Richard Jones2010-07-121-0/+11
* fish: help command return error for non-existent commands (RHBZ#597145).Richard Jones2010-06-021-21/+49
* fish: Don't eat words when completing case-insensitive paths (RHBZ#582993).Richard Jones2010-06-021-0/+7
* fish: Fix build error if built without readline.Richard Jones2010-05-241-2/+4
* fish: Make '-x' option enable traces instead of using separate echo path.Richard Jones2010-05-141-9/+3
* fish: Allow '-' prefix on command line to override exit on error (RHBZ#578407).Richard Jones2010-04-141-2/+13
* fish: Print extended help when the user types an unknown command first.Richard Jones2010-04-081-0/+19
* Mac OS X: setlocale function requires <locale.h> header file.Richard Jones2010-03-221-0/+1
* Mac OS X: implement readline functions.Richard Jones2010-03-221-0/+4
* Use mount-options instead of mount to avoid implicit -o sync.Richard Jones2010-02-101-4/+7
* Set locale in C programs so l10n works (RHBZ#559962).Richard Jones2010-01-291-0/+4
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 in "usage", tooJim Meyering2009-11-201-2/+2
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-201-37/+37
* fish: Improve output of guestfish -h cmdRichard Jones2009-11-171-1/+1
* change strncasecmp() == 0 to STRCASEEQLEN()Jim Meyering2009-11-091-1/+1
* change strncasecmp() == 0 to STRCASENEQLEN()Jim Meyering2009-11-091-1/+1
* use STREQ, not strcmp: part 2Jim Meyering2009-11-091-1/+1
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-4/+4
* convert strcasecmp(...) != 0 to STRCASENEQ(...)Jim Meyering2009-11-091-5/+5
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-091-34/+34
* fish: Allow <nn>P and <nn>E for petabyte and exabyte allocations.Richard Jones2009-11-041-0/+4
* fish: Allow <nn>T for terabyte allocations.Richard Jones2009-11-041-0/+2
* fish: New command 'sparse', like 'alloc' but to generate sparse files.Richard Jones2009-11-041-0/+28
* guestfish: Add win: prefix to use Windows paths.Richard Jones2009-10-261-0/+48
* avoid use of all ctype macrosJim Meyering2009-09-241-3/+3
* Remove guestfs_wait_ready (turn it into a no-op).Richard Jones2009-09-211-2/+0
* Move decl out for C99 compliance.Richard Jones2009-09-141-1/+3
* guestfish: Enable grouping in string listsMatthew Booth2009-09-141-17/+133
* build: don't define _GNU_SOURCE manuallyJim Meyering2009-08-241-2/+0
* guestfish: diagnose stdout write failureJim Meyering2009-08-241-0/+3
* guestfish: don't try to diagnose getopt failureJim Meyering2009-08-241-2/+0
* guestfish: write --help to stdout, use gnulib's progname moduleJim Meyering2009-08-241-44/+90
* fish.c: don't perform arithmetic on void* pointersJim Meyering2009-08-211-1/+2
* fish.c: avoid signed/unsigned-comparison warningJim Meyering2009-08-211-2/+2
* fish.c: avoid "assignment discards qualifiers..." warningJim Meyering2009-08-211-1/+1
* guestfish: detect more failed syscallsJim Meyering2009-08-191-8/+33
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-171-3/+3
* guestfish: Add --selinux option.Richard Jones2009-08-131-2/+7
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-230/+230
* build: reenable "syntax-check" rule: sc_const_long_optionJim Meyering2009-08-031-1/+1
* guestfish: Make more strings translatable.Richard Jones2009-07-291-5/+3
* guestfish -iv should print virt-inspector command (for debugging).Richard W.M. Jones2009-07-241-1/+3
* guestfish: Add tilde expansion for paths (RHBZ#511372).Richard Jones2009-07-151-1/+13
* Guestfish feature: remote control of guestfish over a pipe.Richard Jones2009-07-141-6/+62
* Guestfish: implement -x option, echo commands before executing them.Richard W.M. Jones2009-07-111-2/+15
* Fix: '-D' was not recognized as a parameter to guestfish.Richard W.M. Jones2009-07-111-1/+1