Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compilation if readline library is not present. | Richard Jones | 2009-11-10 | 1 | -0/+4 |
* | change strncasecmp() == 0 to STRCASEEQLEN() | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | use STREQ, not strcmp: part 2 | Jim Meyering | 2009-11-09 | 1 | -2/+2 |
* | use STREQ, not strcmp: part 1 | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | change strncmp() == 0 to STREQLEN() | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | build: don't define _GNU_SOURCE manually | Jim Meyering | 2009-08-24 | 1 | -2/+0 |
* | destpaths.c: avoid signed/unsigned-comparison warning | Jim Meyering | 2009-08-21 | 1 | -1/+1 |
* | Fix: segfault in tab completion (RHBZ#516024). | Richard Jones | 2009-08-06 | 1 | -2/+2 |
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -58/+58 |
* | Guestfish tab-completion on destination paths, fixed this time. | Richard W.M. Jones | 2009-07-03 | 1 | -49/+74 |
* | fish: handle some out-of-memory conditions | Jim Meyering | 2009-07-01 | 1 | -29/+62 |
* | Add tab-completion of guest filenames (currently disabled). | Richard Jones | 2009-06-18 | 1 | -0/+173 |