Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-25 | * src/ls.c (gobble_file): Make it so failure to stat a | Jim Meyering | |
non-command-line file provokes an exit status of 1, not 0. Say "cannot access" rather than "cannot stat". * tests/ls/stat-failed: New file/test, for the above. * tests/ls/Makefile.am (TESTS): Add stat-failed. | |||
2006-07-21 | Fix another bug: ls --indicator-style=file-type would call | Jim Meyering | |
stat for a symlink, even though it wasn't always needed. In some cases, that unnecessary stat would cause ls to fail. * src/ls.c (gobble_file): Don't treat symlinks specially (in requiring a stat syscall). Remove the offending exclusion. * NEWS: Mention the fix. * tests/ls/stat-dtype: New file/test, for the above fix. Also exercises the new df feature, below. | |||
2006-07-03 | * tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT): | Jim Meyering | |
Add $VG_PATH_PREFIX as a prefix to $PATH | |||
2006-05-06 | (TESTS): Add stat-vs-dirent. | Jim Meyering | |
2003-12-24 | (TESTS): Add m-option. | Jim Meyering | |
2003-04-05 | *** empty log message *** | Jim Meyering | |
2003-02-02 | *** empty log message *** | Jim Meyering | |
2003-01-14 | (TESTS): Add dangle and inode. | Jim Meyering | |
2002-12-06 | (TESTS): Add file-type. | Jim Meyering | |
2001-12-02 | (TESTS): Add recursive. | Jim Meyering | |
2001-11-01 | (TESTS): Add dired. | Jim Meyering | |
2001-10-12 | (TESTS): Add infloop. | Jim Meyering | |
(XFAIL_TESTS): Mark it as a test that we expect to fail (temporarily). | |||
2001-04-22 | (TESTS): Add no-arg. | Jim Meyering | |
2000-12-02 | (TESTS): Add follow-slink. | Jim Meyering | |
1999-12-19 | (TESTS): Add symlink-slash. | Jim Meyering | |
1999-11-20 | (TESTS_ENVIRONMENT): Specify PATH, etc. | Jim Meyering | |
1998-05-27 | (TESTS): s/cr-1/rt-1/ | Jim Meyering | |
1998-04-01 | (TESTS): Add cr-1. | Jim Meyering | |
1998-01-22 | (TESTS_ENVIRONMENT): Add TOUCH. | Jim Meyering | |
1998-01-10 | use sh-script test, not Test.pm framework | Jim Meyering | |
1997-11-09 | add -*-Makefile-*- to first line | Jim Meyering | |
1997-09-14 | . | Jim Meyering | |
1997-07-09 | *** empty log message *** | Jim Meyering | |
1997-02-03 | . | Jim Meyering | |