summaryrefslogtreecommitdiffstats
path: root/fish/destpaths.c
Commit message (Expand)AuthorAgeFilesLines
* 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