summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-10-24A command like `mkdir -p nonexistent/.' would create theJim Meyering
directory but exit nonzero with a diagnostic. This could also be triggered with a non-`.' component, e.g., in a race with another process running the same `mkdir -p nonexistent/sub' command. (make_dir_parents): Handle the case of an existing final component. Reported by Matthias Andree here: http://savannah.gnu.org/bugs/?func=detailitem&item_id=14848
2005-10-24*** empty log message ***Jim Meyering
2005-10-24(ls_codes): Add missing comma.Jim Meyering
Anonymous report and patch from http://savannah.gnu.org/bugs/?func=detailitem&item_id=14849
2005-10-24Add a compile-time assertion that the slack_codesJim Meyering
and ls_codes arrays have the same number of elements. This would have prevented the above-fixed bug.
2005-10-24*** empty log message ***Jim Meyering
2005-10-24(Makefile): Remove stray po-directories argument.Jim Meyering
2005-10-24*** empty log message ***Jim Meyering
2005-10-24Update from gettext cvs (0.15).Jim Meyering