summaryrefslogtreecommitdiffstats
path: root/fish/destpaths.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Modify existing tools to use guestfs_{push,pop}_error_handler.Richard W.M. Jones2012-11-091-15/+2
* fish: Add MD devices to guestfish device autocompletion.Matthew Booth2011-11-211-0/+3
* Update FSF address.Matthew Booth2011-11-081-1/+1
* fish: Show device mapper device in tab completion (RHBZ#688062).Richard W.M. Jones2011-07-121-0/+3
* fish: Don't eat words when completing case-insensitive paths (RHBZ#582993).Richard Jones2010-05-251-1/+14
* fish: Sort returned paths so the list is stable across multiple calls.Richard Jones2010-05-251-0/+11
* Fix compilation if readline library is not present.Richard Jones2009-11-101-0/+4
* change strncasecmp() == 0 to STRCASEEQLEN()Jim Meyering2009-11-091-1/+1
* use STREQ, not strcmp: part 2Jim Meyering2009-11-091-2/+2
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-1/+1
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-1/+1
* build: don't define _GNU_SOURCE manuallyJim Meyering2009-08-241-2/+0
* destpaths.c: avoid signed/unsigned-comparison warningJim Meyering2009-08-211-1/+1
* Fix: segfault in tab completion (RHBZ#516024).Richard Jones2009-08-061-2/+2
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-58/+58
* Guestfish tab-completion on destination paths, fixed this time.Richard W.M. Jones2009-07-031-49/+74
* fish: handle some out-of-memory conditionsJim Meyering2009-07-011-29/+62
* Add tab-completion of guest filenames (currently disabled).Richard Jones2009-06-181-0/+173