summaryrefslogtreecommitdiffstats
path: root/fish
Commit message (Expand)AuthorAgeFilesLines
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-203-50/+50
* build: Fix inter-directory dependenciesMatthew Booth2009-11-191-8/+13
* fish: Improve output of guestfish -h cmdRichard Jones2009-11-171-1/+1
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-101-0/+10
* Fix compilation if readline library is not present.Richard Jones2009-11-101-0/+4
* change strncasecmp() == 0 to STRCASEEQLEN()Jim Meyering2009-11-092-2/+2
* change strncasecmp() == 0 to STRCASENEQLEN()Jim Meyering2009-11-091-1/+1
* use STREQ, not strcmp: part 2Jim Meyering2009-11-093-4/+4
* use STREQ, not strcmp: part 1Jim Meyering2009-11-092-5/+5
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-093-3/+3
* convert strcasecmp(...) != 0 to STRCASENEQ(...)Jim Meyering2009-11-091-5/+5
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-093-37/+37
* Fixes for compiling on 32 bit.Richard W.M. Jones2009-11-061-7/+7
* fish: Allow <nn>P and <nn>E for petabyte and exabyte allocations.Richard Jones2009-11-042-0/+6
* fish: Allow <nn>T for terabyte allocations.Richard Jones2009-11-042-3/+6
* fish: New command 'sparse', like 'alloc' but to generate sparse files.Richard Jones2009-11-043-0/+83
* guestfish: Add win: prefix to use Windows paths.Richard Jones2009-10-262-0/+49
* avoid use of all ctype macrosJim Meyering2009-09-242-4/+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
* Fix type punning warning about use of CMSG_DATA in Rawhide.Richard Jones2009-09-141-2/+4
* guestfish: Enable grouping in string listsMatthew Booth2009-09-141-17/+133
* guestfish: Redirect stdout when executing remote commandsMatthew Booth2009-09-141-8/+126
* build: don't define _GNU_SOURCE manuallyJim Meyering2009-08-242-4/+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-242-45/+92
* fish/: enable -Werror and all of gcc's warning optionsJim Meyering2009-08-211-2/+2
* destpaths.c: avoid signed/unsigned-comparison warningJim Meyering2009-08-211-1/+1
* 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-212-1/+7
* tilde.c: avoid a warningJim Meyering2009-08-211-5/+3
* fish.c: avoid warningsJim Meyering2009-08-212-3/+1
* edit.c: avoid warning about signed/unsigned comparisonJim Meyering2009-08-211-2/+3
* guestfish: detect more failed syscallsJim Meyering2009-08-191-8/+33
* avoid compiler warnings about unused vars in generated codeJim Meyering2009-08-181-2/+10
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-172-6/+6
* guestfish: Add --selinux option.Richard Jones2009-08-131-2/+7
* fish: don't read freed memoryJim Meyering2009-08-121-4/+4
* Fix: segfault in tab completion (RHBZ#516024).Richard Jones2009-08-061-2/+2
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-037-361/+361
* build: reenable "syntax-check" rule: sc_const_long_optionJim Meyering2009-08-031-1/+1
* guestfish: Make more strings translatable.Richard Jones2009-07-292-6/+4
* guestfish -iv should print virt-inspector command (for debugging).Richard W.M. Jones2009-07-241-1/+3
* More misc fixes for non-srcdir builds.Richard Jones2009-07-161-3/+9
* guestfish: Add tilde expansion for paths (RHBZ#511372).Richard Jones2009-07-154-1/+138
* File missing from tarball: rc_protocol.xRichard W.M. Jones2009-07-141-0/+3
* Guestfish feature: remote control of guestfish over a pipe.Richard Jones2009-07-145-7/+395
* Guestfish: implement -x option, echo commands before executing them.Richard W.M. Jones2009-07-111-2/+15