summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-10-30Require that the test be run as non-root.Paul Eggert
2005-10-30[defined HAVE_CONFIG_H]: Include <config.h>, so that large files can be opened.Paul Eggert
2005-10-30(futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:Paul Eggert
Don't assume that futimes failing means we must fail.
2005-10-30(__getcwd): Don't assume that system calls after readdirPaul Eggert
leave errno alone. Problem reported by Dmitry V. Levin.
2005-10-28(savedir): Don't assume that xrealloc etc. leave errno alone.Paul Eggert
2005-10-28src/ln.c (FILE_BASENAME_CONCAT): Omit unnecessary slashes in thePaul Eggert
boundary between DEST and SOURCE in the result.
2005-10-28(FILE_BASENAME_CONCAT): Omit unnecessary slashes in thePaul Eggert
boundary between DEST and SOURCE in the result.
2005-10-27*** empty log message ***Jim Meyering
2005-10-27*** empty log message ***Jim Meyering
2005-10-27(main) [!O_BINARY]: Changed default read modeJim Meyering
back to text, to sync with documentation and for backwards compatibility.
2005-10-26Add these: sha224sum sha256sum sha384sum sha512sumJim Meyering
2005-10-25*** empty log message ***Jim Meyering
2005-10-25.Jim Meyering
2005-10-25*** empty log message ***Jim Meyering
2005-10-25*** empty log message ***Jim Meyering
2005-10-25(other-wr): Add an explicit test forJim Meyering
the dircolors bug (NULL-dereference) fixed yesterday.
2005-10-24(tac_file): When determining whether a file is seekable,Jim Meyering
also test whether it is a tty. Using only the lseek-based test would give a false positive on Solaris. Reported by Peter Fales.
2005-10-24*** empty log message ***Jim Meyering
2005-10-24.Jim Meyering
2005-10-24*** empty log message ***Jim Meyering
2005-10-24(TESTS): Add p-slashdot.Jim Meyering
2005-10-24New test, for "mkdir -p" failure.Jim Meyering
2005-10-24(TESTS): Add d-slashdot.Jim Meyering
2005-10-24New test, for "install -d" failure.Jim Meyering
2005-10-24*** empty log message ***Jim Meyering
2005-10-24(make_dir_parents): Like the code above it, don't relyJim Meyering
on mkdir failing with a particular errno value (EEXIST). Based on a patch by Dmitry V. Levin.
2005-10-24rename array_cardinality to array_lenJim Meyering
2005-10-24*** empty log message ***Jim Meyering
2005-10-24(make_dir_parents): Make the preceding fix a littleJim Meyering
more robust, e.g., when the final component is created as a non- directory by another process just before `mkdir -p's final mkdir.
2005-10-24*** empty log message ***Jim Meyering