summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-04.Jim Meyering
2005-11-04mention the du bug fixJim Meyering
2005-11-04*** empty log message ***Jim Meyering
2005-11-04*** empty log message ***Jim Meyering
2005-11-04(process_file): Don't overflow for files of size >= 2^31Jim Meyering
on systems with stat.st_blocks of a signed 32-bit type. This bug causes trouble on some AIX 5.1 systems. Report and trivial patch from Paul Townsend: <http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00033.html>
2005-11-04fix typo in commentJim Meyering
2005-11-04*** empty log message ***Jim Meyering
2005-11-04Mark this test as `very-expensive'Jim Meyering
2005-11-04mark this as a very-expensive testJim Meyering
2005-11-04(TESTS): Add 2g.Jim Meyering
2005-11-04Test for a bug that bites at least on AIX 5.1 systems.Jim Meyering
2005-11-04just like expensive, but `very'Jim Meyering
2005-11-04(EXTRA_DIST): Add very-expensive.Jim Meyering
2005-11-02rm -d no longer has any effect, and we plan to remove it (and maybe ln -d).Paul Eggert
2005-11-02(usage): Don't mention rm -d.Paul Eggert
2005-11-02(rm_option_init): Don't initialize unlink_dirs member, which went away.Paul Eggert
2005-11-02(struct rm_options): Remove unlink_dirs.Paul Eggert
2005-11-02(rm invocation): Don't mention --directory (-d).Paul Eggert
2005-11-02Mention that rm -d and maybe ln -d are scheduled forPaul Eggert
removal in 2006.
2005-11-02*** empty log message ***Jim Meyering
2005-11-02Fix typo in comment: s/fileutils/coreutils.Jim Meyering
2005-11-02*** empty log message ***Jim Meyering
2005-11-02Redirect stderr to /dev/null so theJim Meyering
M+N records in/out don't pollute `make check' output.
2005-11-02*** empty log message ***Jim Meyering
2005-11-02(sk-seek4): New test, to exercise the bugJim Meyering
fixed on 2005-10-31. This test uses the new, IN_PIPE specifier.
2005-11-02Accept a new type of input specifier: IN_PIPE,Jim Meyering
to indicate that the input file should be piped into the command under test (via `cat FILE | $prog ...').
2005-11-02.Jim Meyering
2005-11-02*** empty log message ***Jim Meyering
2005-11-02(remove_entry): Emit a better diagnostic when rmJim Meyering
(without -r) fails to remove a directory on a non-Linux system. This change affects only newer Solaris systems (with priv_* functions like priv_allocset). Reported by Keith Thompson.
2005-11-02test for today's fixJim Meyering
2005-11-02(TESTS): Add dir-nonrecur.Jim Meyering
2005-11-01"touch 0101000000" now operates as POSIX 1002.1-2001 requires.Paul Eggert
2005-11-01Add y2000 test.Paul Eggert
2005-11-01(main): Pass PDS_PRE_2000 to posixtime.Paul Eggert
2005-11-01(PDS_PRE_2000): New macro.Paul Eggert
2005-11-01(year): Arg is now syntax_bits rather than allow_century.Paul Eggert
All usages changed. Reject dates outside the range 1969-1999 if PDS_PRE_2000 is used.
2005-11-01(touch invocation): The old usage works only for 1969-1999 now.Paul Eggert
2005-11-01"touch 0101000000" now operates as POSIX 1003.1-2001 requires.Paul Eggert
2005-11-01"tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires.Paul Eggert
2005-11-01(c-2, c-2-minus, c2, c2-minus): New tests.Paul Eggert
(test_vector): Add special cases for _POSIX2_VERSION, and regularize the old ones a bit.
2005-11-01(parse_obsolete_option): Implement fix for "tail -c 2 FILE".Paul Eggert
2005-11-01(tail invocation): Describe obsolete usagesPaul Eggert
like "tail -2" more precisely.
2005-11-01tail -c 2 FILE now operates as POSIX 1002.1-2001 requires.Paul Eggert
2005-10-31* src/dd.c (skip): Fix off-by-one error.Paul Eggert
2005-10-31(skip): Fix off-by-one error reported by Theodoros V. Kalamatianos.Paul Eggert
2005-10-30Trivial changes to support SCO systems.Paul Eggert
2005-10-30(gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well as PATH_MAX.Paul Eggert
Revamp wording and local variables to suggest the intended function of the PATH_MAX check.
2005-10-30(gl_FUNC_FPENDING): Correct check for SCO systems,Paul Eggert
where __ptr is null when no I/O is pending.
2005-10-30Fix porting problems reported by Theodoros V. Kalamatianos.Paul Eggert
2005-10-30* tests/mkdir/p-3: Require that the test be run as non-root.Paul Eggert