Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fish: fails to tilde expand '~' when $HOME env is unset (RHBZ#617440). | Richard W.M. Jones | 2011-01-04 | 1 | -8/+29 |
* | fish: Fix off-by-one bug in tilde expansion. | Richard W.M. Jones | 2011-01-04 | 1 | -1/+1 |
* | fish: Fix too-short allocation in tilde expansion (RHBZ#636061). | Karel Klíč | 2010-10-25 | 1 | -1/+1 |
* | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exit | Jim Meyering | 2009-11-20 | 1 | -2/+2 |
* | change strncmp() == 0 to STREQLEN() | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | avoid use of all ctype macros | Jim Meyering | 2009-09-24 | 1 | -1/+0 |
* | tilde.c: avoid a warning | Jim Meyering | 2009-08-21 | 1 | -5/+3 |
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -3/+3 |
* | guestfish: Add tilde expansion for paths (RHBZ#511372). | Richard Jones | 2009-07-15 | 1 | -0/+121 |