summaryrefslogtreecommitdiffstats
path: root/fish/tilde.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address.Matthew Booth2011-11-091-1/+1
* fish: fails to tilde expand '~' when $HOME env is unset (RHBZ#617440).Richard W.M. Jones2011-01-041-8/+29
* fish: Fix off-by-one bug in tilde expansion.Richard W.M. Jones2011-01-041-1/+1
* fish: Fix too-short allocation in tilde expansion (RHBZ#636061).Karel Klíč2010-10-251-1/+1
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-201-2/+2
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-1/+1
* avoid use of all ctype macrosJim Meyering2009-09-241-1/+0
* tilde.c: avoid a warningJim Meyering2009-08-211-5/+3
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-3/+3
* guestfish: Add tilde expansion for paths (RHBZ#511372).Richard Jones2009-07-151-0/+121