Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-04 | . | Jim Meyering | |
2005-11-04 | mention the du bug fix | Jim 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^31 | Jim 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-04 | fix typo in comment | Jim Meyering | |
2005-11-04 | *** empty log message *** | Jim Meyering | |
2005-11-04 | Mark this test as `very-expensive' | Jim Meyering | |
2005-11-04 | mark this as a very-expensive test | Jim Meyering | |
2005-11-04 | (TESTS): Add 2g. | Jim Meyering | |
2005-11-04 | Test for a bug that bites at least on AIX 5.1 systems. | Jim Meyering | |
2005-11-04 | just like expensive, but `very' | Jim Meyering | |
2005-11-04 | (EXTRA_DIST): Add very-expensive. | Jim Meyering | |
2005-11-02 | rm -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-02 | Mention that rm -d and maybe ln -d are scheduled for | Paul Eggert | |
removal in 2006. | |||
2005-11-02 | *** empty log message *** | Jim Meyering | |
2005-11-02 | Fix typo in comment: s/fileutils/coreutils. | Jim Meyering | |
2005-11-02 | *** empty log message *** | Jim Meyering | |
2005-11-02 | Redirect stderr to /dev/null so the | Jim 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 bug | Jim Meyering | |
fixed on 2005-10-31. This test uses the new, IN_PIPE specifier. | |||
2005-11-02 | Accept 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 rm | Jim 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-02 | test for today's fix | Jim 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-01 | Add 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 usages | Paul Eggert | |
like "tail -2" more precisely. | |||
2005-11-01 | tail -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-30 | Trivial 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-30 | Fix 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 | |