summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2007-08-21Clarify touch documentation of file arguments.Bob Proulx-5/+17
2007-08-20NEWS: note that a cp -p bug fixed in 6.7 affected releases before 6.0.Paul Eggert-1/+8
2007-08-20Avoid consuming too much seekable input when yesno is used.Eric Blake-8/+51
2007-08-18Use new "idcache.h" header.Jim Meyering-3/+7
2007-08-18Run each Coreutils.pm-based test in its own subdirectory.Jim Meyering-78/+169
2007-08-16Consolidate od tests.Jim Meyering-54/+42
2007-08-16* tests/ls/time-1: Include sample-test boilerplate code.Jim Meyering-5/+22
2007-08-15od --skip (-j) works even on files in /proc, when the kernel liesJim Meyering-3/+69
2007-08-15* src/printf.c (usage): Adjust summary to also mention OPTIONs.Jim Meyering-1/+6
2007-08-14Add tests for the just-fixed "od -j N FILE" bug.Jim Meyering-0/+64
2007-08-14od: fix a bug that arises when skipping exact length of fileJim Meyering-5/+19
2007-08-11Accommodate more xstrtol changes.Paul Eggert-56/+55
2007-08-08Adapt to gnulib's latest xstrtol change.Jim Meyering-1/+6
2007-08-05Encapsulate a static variable.Jim Meyering-3/+18
2007-08-04* POTFILES.in: Remove lib/human.c.Jim Meyering-1/+4
2007-08-04Exercise xstrtol's diagnostics via pr's --pages option.Jim Meyering-0/+76
2007-08-04Adapt to new human and xstrtol API.Paul Eggert-40/+104
2007-08-02Adjust one more test to accommodate the recent fts change.Jim Meyering-2/+7
2007-08-02Adjust the other two "no-x" tests and unify all three.Jim Meyering-44/+47
2007-08-02Adapt du's no-x test not to fail on older Linux systems.Jim Meyering-16/+18
2007-07-31du: print size (probably incomplete) of each inaccessible directoryJim Meyering-6/+22
2007-07-31Add a test for du not counting size of inaccessible directories.Jim Meyering-0/+59
2007-07-29Adjust indentation to reflect today's change.Jim Meyering-151/+151
2007-07-29Attempt to copy a regular file, even if stat says it is empty.Jim Meyering-1/+79
2007-07-26sort: Improve sort --random-sort test.Bob Proulx-0/+20
2007-07-24NEWS: Move the other "sort" entry from the 6.9 section into 6.10 "Bug fixes".Jim Meyering-4/+4
2007-07-24sort: add a test to exercise the affected code.Jim Meyering-1/+15
2007-07-24sort: avoid unaligned access.Paul Eggert-3/+17
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-2531/+1683
2007-07-23* COPYING: Update to Version 3.Jim Meyering-288/+625
2007-07-23Update c99/c89 patch for new, copyright-change-induced offsets.Jim Meyering-25/+32
2007-07-22Arrange to rerun configure whenever src/Makefile.am changes.Jim Meyering-2/+14
2007-07-21* bootstrap (slurp): Work even in environments where "ls" defaultsPaul Eggert-1/+12
2007-07-20Document and add a test for today's sort bug fix.Jim Meyering-2/+15
2007-07-20* src/sort.c (main): Don't free a pointer to non-malloc'd memory.Andreas Schwab-4/+5
2007-07-19Fix a portability bug in the new ls-color test.Jim Meyering-3/+9
2007-07-19"cp -i --update older newer" no longer prompts; same for mvJim Meyering-30/+46
2007-07-17ChangeLog: Mention the correct function name in the 2007-07-08 bootstrapJim Meyering-2/+2
2007-07-15ls --color: Don't stat symlinks when neither ORPHAN nor MISSING attribute has...Jim Meyering-14/+130
2007-07-15* coreutils.texi: Revise node structure per new fdl.texi.Jim Meyering-8/+8
2007-07-14Remove long-deprecated options.Jim Meyering-44/+18
2007-07-14Change interface: make 2nd param _space_-separated, not comma-separatedJim Meyering-11/+19
2007-07-14* m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Fix typo: s/$2/$1/.Karel Zak-7/+17
2007-07-13Warn about non-portable use of unescaped backslash at end of string,Jim Meyering-2/+14
2007-07-13Use proper backslash-quoting inside backticks.Jim Meyering-2/+8
2007-07-12Expand default-no-install prog list in ./configure --help output,Jim Meyering-7/+35
2007-07-12Clean up include-exclude-prog.m4.Jim Meyering-6/+21
2007-07-11If there's a GPL vN copyright comment, require that N == 3.Jim Meyering-1/+12
2007-07-10Skip "arch" test if it's not built.Jim Meyering-6/+36
2007-07-10Add support for enabling/disabling installation of specified programs.Jim Meyering-66/+228