summaryrefslogtreecommitdiffstats
path: root/fish/fish.c
Commit message (Expand)AuthorAgeFilesLines
...
* fish: help command return error for non-existent commands (RHBZ#597145).Richard Jones2010-06-021-23/+55
* fish: Don't eat words when completing case-insensitive paths (RHBZ#582993).Richard Jones2010-05-251-0/+7
* fish: New command: 'supported'Richard Jones2010-05-251-0/+14
* fish: Allow suffixes on number parameters (eg. 1M)Richard Jones2010-05-211-20/+4
* New API: write for creating files with fixed content (RHBZ#501889).Richard Jones2010-05-201-1/+1
* fish: Fix build error if built without readline.Richard Jones2010-05-201-2/+4
* guestfish: Fix build error in 'print_shell_quote' function.Richard Jones2010-05-131-1/+1
* guestfish -i and virt-inspector work on filenames containing spaces (RHBZ#507...Richard Jones2010-05-131-24/+81
* fish: With both '-x' and '-i', pass through '-x' to inferior process.Richard Jones2010-05-121-0/+2
* Revert "fish: Add 'please wait' message when launching (and interactive)."Richard Jones2010-05-081-2/+0
* fish: Add 'please wait' message when launching (and interactive).Richard Jones2010-05-081-0/+2
* fish: Make 'launch' function static.Richard Jones2010-05-081-13/+12
* fish: Make '-x' option enable traces instead of using separate echo path.Richard Jones2010-05-081-9/+1
* fish: Add 'man' command which opens the manual.Richard Jones2010-04-241-2/+14
* fish: Fix segfault in '-a' option.Richard Jones2010-04-231-1/+2
* fish: Add -N option for making prepared disk images.Richard Jones2010-04-221-11/+61
* fish: Allow -<<END as a syntax for uploading "heredocs".Richard Jones2010-04-191-0/+141
* fish: Allow '-' prefix on command line to override exit on error (RHBZ#578407).Richard Jones2010-04-131-2/+13
* fish: Print extended help when the user types an unknown command first.Richard Jones2010-04-071-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