copy: link rather than copy symlinks, when --link used
[platform/upstream/coreutils.git] / tests / ls /
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-12-28 Paul Eggertcoreutils: keep lines within 80-column limits
2010-11-17 Jim Meyeringtests: convert the multi-prog $VERBOSE/--version uses
2010-11-17 Jim Meyeringtests: substitute the single-program $VERBOSE/--version...
2010-11-17 Jim Meyeringtests: convert remaining uses of test-lib.sh to init.sh
2010-11-17 Jim Meyeringtests: convert 'if test "$VERBOSE" = yes; then' to...
2010-11-17 Jim Meyeringtests: convert first batch of tests from test-lib.sh...
2010-11-01 Nixtests: fix a false positive for 32 bit on 64 bit hosts
2010-09-07 Pádraig Bradytests: make various timeouts more robust
2010-08-09 Dan Hipschmanls: fix a test failure that should have been skipped
2010-04-15 Pádraig Bradytests: avoid spurious failure of ls/color-norm test
2010-04-14 Jim Meyeringtests: avoid spurious failure of root-only ls/capabilit...
2010-02-17 Moritz Orbachls: fix a regression by honoring NORMAL attributes...
2010-02-02 Pádraig Bradytests: fix various timeout races
2010-02-01 Jim Meyeringls --color: don't emit a final no-op escape sequence
2010-01-23 Pádraig Bradymaint: ensure test independence from config macro format
2010-01-13 Jim Meyeringtests: work around spurious test failure with OpenBSD4...
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-06 Jim Meyeringtests: readdir-mountpoint-inode avoid false-positive...
2009-11-09 Pádraig Bradyls: fix capability coloring
2009-10-30 Jim Meyeringtests: factor 350 fail=0 initializations into test...
2009-10-17 Jim Meyeringtests: abmon-align: avoid test failure
2009-09-30 Pádraig Bradyls: always print "?" for allocated size of a dereferenc...
2009-09-29 Jim Meyeringls: print "?", not "0" as inode of dereferenced danglin...
2009-09-29 Jim Meyeringls: with -LR, exit with status 2 upon detecting a cycle
2009-09-21 Pádraig Bradyls: handle disabling of colors consistently for all...
2009-09-07 Jim Meyeringtests: ls/color-clear-to-eol: append NL to accommodate...
2009-09-05 Jim Meyeringtests: ls/stat-vs-dirent: avoid spurious test failure
2009-09-01 Jim Meyeringls -i: print consistent inode numbers also for mount...
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-06-23 Jim Meyeringmaint: update all Copyright year lists to include 2009
2009-06-11 Pádraig Bradytests: ls --color, permissions override hardlink coloring
2009-06-11 Kamil Dudkals --color: do not colorize files with multiple hard...
2009-04-02 Pádraig Bradyls: fix alignment when month names have varying widths
2009-03-24 Kamil Dudkals: make it possible to disable coloring of hard links
2009-02-25 Jim Meyeringtests: using printf with \e for ESC isn't portable
2009-02-10 Jim Meyeringls: clean up after wrapped+colored file names with...
2008-11-16 Jim Meyeringtests: remove debug code that would try to write into...
2008-10-28 Kamil Dudkals: --color now highlights hard linked files, too
2008-10-28 Jim Meyeringtests: ls/stat-failed: don't discard stderr.
2008-10-21 Jim Meyeringtests: test today's ls-vs-capability fix
2008-10-02 Jim Meyeringtests: skip a root-only test when configured without...
2008-09-10 Jim Meyeringtests: use "Exit $fail", not (exit $fail); exit $fail
2008-08-01 Kamil Dudkals: --color now highlights files with capabilities...
2008-05-27 Jim Meyeringin 280+ tests/* files, use $srcdir, not $top_srcdir...
2008-05-06 Jim Meyeringtests: hoist the sourcing of "lang-default"
2008-04-27 Jim Meyeringtests: don't source envvar-check manually, test-lib...
2008-04-20 Jim MeyeringRevamp test-related Makefiles.
2008-04-14 Jim Meyeringtests: don't fail on systems without a "stat" syscall
2008-03-28 Jim MeyeringRequire that "(exit $fail); exit $fail" be last line...
2008-02-17 Ed Avisls --color no longer outputs unnecessary escape sequences
2008-02-11 Jim Meyeringtests: Migrate sourced strace file into a function...
2008-02-09 Jim Meyeringtests: Remove priv-check. Use new require_root_ functi...
2008-02-09 Jim Meyeringtests: factor out the perl-requiring code in many test...
2008-02-09 Jim Meyeringtests: call skip_test_ in place of echo+exit 77
2008-01-29 Jim Meyeringls: don't segfault on files in /proc with an old libselinux
2007-10-14 Jim MeyeringPull all TESTS_ENVIRONMENT settings "up" into tests...
2007-09-27 Jim MeyeringAvoid spurious test failure when SELinux stats "selinux...
2007-09-15 Jim MeyeringFactor out definitions in TESTS_ENVIRONMENT of srcdir...
2007-09-15 Jim MeyeringMore misc, test-related changes. (some to allow running...
2007-09-15 Jim MeyeringConvert tests/ls/, too.
2007-09-15 Jim MeyeringParallel "make check" support.
2007-08-24 Jim MeyeringRemove all .cvsignore files from version control.
2007-08-16 Jim Meyering* tests/ls/time-1: Include sample-test boilerplate...
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-19 Jim MeyeringFix a portability bug in the new ls-color test.
2007-07-15 Jim Meyeringls --color: Don't stat symlinks when neither ORPHAN...
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-05-04 Jim MeyeringAvoid test failure when run with an unusual umask.
2007-04-02 Paul Eggert* src/ls.c (print_horizontal): Fix bug reported by...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-02-24 Jim MeyeringRemove the "gnits" option; it prohibits my using "...
2007-01-13 Jim MeyeringPut CU_TEST_NAME in the environment for each test run...
2007-01-02 Paul EggertNow, "ls -FRL" always follows symbolic links on Linux.
2006-11-20 Jim MeyeringAdd a root-only test for today's lib/idcache.c fix.
2006-10-22 Jim Meyering* tests/sample-test: Quote variables containing absolut...
2006-10-13 Jim Meyering* tests/ls/Test.pm: Remove long-unused file.
2006-10-05 Paul Eggert* tests/ls/stat-dtype: Use a dynamic test to decide...
2006-09-24 Jim Meyering* tests/ls/stat-dtype: Don't use tmpfs on linux-2.4...
2006-09-18 Paul Eggert* tests/ls/stat-vs-dirent: Fix quoting problem in diagn...
2006-08-26 Jim MeyeringThis test was failing in some environments.
2006-08-26 Jim Meyering"ls --color" would highlight other-writable and sticky...
2006-08-22 Paul Eggert* aclocal.m4, config.hin, configure:
2006-08-21 Paul EggertRemove from CVS, since the bootstrap script generates...
2006-08-19 Jim Meyering.
2006-08-19 Jim Meyering* tests/ls/stat-dtype: Test for the 2006-08-17 `ls...
2006-08-17 Paul EggertAdd/fix copyright notices and adjust to latest GNU...
2006-08-16 Jim Meyering* tests/ls/stat-dtype: Use stat to test file system...
2006-08-15 Jim Meyering.
2006-08-11 Jim Meyering* tests/ls/stat-vs-dirent: Too many (losing) systems...
2006-08-10 Jim Meyering* tests/ls/stat-dtype: If "." is tmpfs, skip this test...
2006-08-10 Jim Meyeringadd a comment
2006-08-09 Paul EggertRegenerate.
2006-08-09 Paul EggertRegenerate.
2006-07-26 Jim Meyering* tests/ls/stat-failed: Adapt to match new expected...
2006-07-25 Jim Meyering* src/ls.c (gobble_file): When handling a stat-failed...
2006-07-25 Jim MeyeringGet --dired offsets right when handling stat-failed...
2006-07-25 Jim Meyering* src/ls.c (gobble_file): Make it so failure to stat a
2006-07-24 Jim MeyeringSkip this test on reiserfs, since that file system...
2006-07-21 Jim MeyeringFix another bug: ls --indicator-style=file-type would...
next