summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-10-24*** empty log message ***Jim Meyering
2005-10-24* src/expand.c (parse_tab_stops): Add comment to make this functionJim Meyering
identical to the one in unexpand.c. * src/unexpand.c (parse_tab_stops): Adjust syntax to make this function identical to the one in expand.c.
2005-10-24*** empty log message ***Jim Meyering
2005-10-24(next_file): Don't assume fopen cannot return stdin.Jim Meyering
2005-10-23.Jim Meyering
2005-10-23*** empty log message ***Jim Meyering
2005-10-23Document SHA-1 and SHA-2 utlities.Jim Meyering
2005-10-23*** empty log message ***Jim Meyering
2005-10-23.Jim Meyering
2005-10-23*** empty log message ***Jim Meyering
2005-10-23*** empty log message ***Jim Meyering
2005-10-23from David MadoreJim Meyering
2005-10-23Remove no-longer-relevant comment.Jim Meyering
2005-10-23from David MadoreJim Meyering
2005-10-23*** empty log message ***Jim Meyering
2005-10-23test scripts from David MadoreJim Meyering
2005-10-23(TESTS): Add new sha224sum, sha256sum, sha384sum, sha512sum test scriptsJim Meyering
here rather that each in its own directory.
2005-10-23Add new sha* programs.Jim Meyering
2005-10-23*** empty log message ***Jim Meyering
2005-10-23Add gl_SHA256 and gl_SHA512.Jim Meyering
2005-10-23.Jim Meyering
2005-10-23*** empty log message ***Jim Meyering
2005-10-23Add new programs: sha224sum, sha256sum, sha384sum, sha512sum.Jim Meyering
Add their names to the list.
2005-10-23(digest_check, main): Use ptr_align rather thanJim Meyering
a dangerous pointer-value-to-`unsigned' cast.
2005-10-23*** empty log message ***Jim Meyering
2005-10-23New file, used to build sha* programs from md5sum.c.Jim Meyering