summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2008-03-01Don't depend on gnulib's deprecated "free" module.Jim Meyering-2/+1
2008-02-29Merge bootstrap changes from gnulib.Jim Meyering-2/+5
2008-02-29Use "git tag", not "git-tag", in preparation for git-1.6.0.Jim Meyering-1/+1
2008-02-28Make copyright comments consistent.Jim Meyering-21/+17
2008-02-25Fix test failure where rm would appear to succeed incorrectly.Bob Proulx-0/+11
2008-02-24* gl/lib/mgetgroups.c (mgetgroups): Parenthesize correctly.Jim Meyering-1/+1
2008-02-24* gl/lib/mgetgroups.c: Include <stdlib.h>.Jim Meyering-1/+2
2008-02-23Avoid test failures when root (/) is not readable.Jim Meyering-2/+9
2008-02-22id: avoid race when a group is added between getgrouplist callsJim Meyering-14/+31
2008-02-21id: use getgrouplist when possibleJames Youngman-22/+64
2008-02-21du vs. hard links and argument order: improve documentationPaul Eggert-0/+5
2008-02-20join: avoid new leaksJames Youngman-18/+34
2008-02-20Remove xdelta support, clean up distcheck process.Jim Meyering-24/+13
2008-02-20* bootstrap: Remove dangling symlinks before invoking aclocal.Jim Meyering-1/+8
2008-02-20sort: add --sort=... option.Andreas Schwab-2/+37
2008-02-192008-02-19 Jim Meyering <meyering@redhat.com>Jim Meyering-2/+0
2008-02-19* src/c99-to-c89.diff: Adjust seq.c offsets. Accommodate a new C99-ism.Jim Meyering-2/+20
2008-02-19seq: give better diagnostics for invalid formats.Steven Schubiger-3/+35
2008-02-19join: new options: --check-order and --nocheck-order.James Youngman-38/+245
2008-02-19Fix non-srcdir "make distcheck" failure.James Youngman-6/+8
2008-02-18seq: give a proper diagnostic for an invalid --format=% optionJim Meyering-6/+18
2008-02-17.gitignore, src/.gitignore: ignore moreJim Meyering-3/+25
2008-02-17Clean up Makefile.maint.Jim Meyering-8/+1
2008-02-17Clean up ls.c.Jim Meyering-7/+1
2008-02-17Ensure that dircolors.c and ls.c remain in sync.Jim Meyering-1/+13
2008-02-17Expand "ls --color" tests to also use the dircolors defaults.Jim Meyering-14/+53
2008-02-17Adjust dircolors to match ls.c.Jim Meyering-5/+6
2008-02-17ls --color no longer outputs unnecessary escape sequencesEd Avis-26/+63
2008-02-17ls: Improve description of --group-directories-first.Dan Jacobson-1/+5
2008-02-16Avoid tests/cp/acl test failure.Jim Meyering-1/+1
2008-02-16Use the gettime module in ls.c.James Youngman-58/+20
2008-02-14groups: don't test printf and putchar calls for failureJim Meyering-36/+5
2008-02-13Replace groups.sh with groups.c.James Youngman-186/+361
2008-02-12Move more test_skip_-using code to follow ". test-lib.sh".Jim Meyering-10/+10
2008-02-12tests/touch/not-owner: Source test-lib.sh before using skip_test_.Peter Fales-3/+3
2008-02-12* tests/Makefile.am (EXTRA_DIST): Remove strace.Jim Meyering-1/+0
2008-02-11tests: Migrate sourced strace file into a function, require_strace_.Jim Meyering-26/+14
2008-02-11* tests/rm/inaccessible: Source test-lib.sh *before* using skip_test_.Jim Meyering-2/+2
2008-02-10Ensure there are no removable (useless) if-before-free tests.Jim Meyering-1/+10
2008-02-10Use a better dirname emulation.Jim Meyering-4/+7
2008-02-10Avoid test failure when run with risky PATH ("." before /usr/bin).Jim Meyering-1/+6
2008-02-10* build-aux/.gitignore: Remove file from version control. It's generated.Jim Meyering-15/+0
2008-02-10Generate ChangeLog from git log.Jim Meyering-1/+18
2008-02-10Remove ChangeLog, dividing its content into ChangeLog-200?Jim Meyering-9026/+9041
2008-02-10* ChangeLog: Manually update copyright notice at *bottom*.Jim Meyering-1/+1
2008-02-09tests: rm/fail-eperm: require-non-root in perl, not shJim Meyering-6/+5
2008-02-09tests: Remove priv-check. Use new require_root_ function instead.Jim Meyering-109/+19
2008-02-09tests: factor out the perl-requiring code in many test scriptsJim Meyering-338/+72
2008-02-09tests: call skip_test_ in place of echo+exit 77Jim Meyering-192/+84
2008-02-09tests: move the very-expensive file into test-lib.shJim Meyering-20/+29