Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-25 | *** empty log message *** | Jim Meyering | |
2005-10-25 | (other-wr): Add an explicit test for | Jim 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-24 | New test, for "mkdir -p" failure. | Jim Meyering | |
2005-10-24 | (TESTS): Add d-slashdot. | Jim Meyering | |
2005-10-24 | New 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 rely | Jim Meyering | |
on mkdir failing with a particular errno value (EEXIST). Based on a patch by Dmitry V. Levin. | |||
2005-10-24 | rename array_cardinality to array_len | Jim Meyering | |
2005-10-24 | *** empty log message *** | Jim Meyering | |
2005-10-24 | (make_dir_parents): Make the preceding fix a little | Jim 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-24 | A command like `mkdir -p nonexistent/.' would create the | Jim 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-24 | Add a compile-time assertion that the slack_codes | Jim 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-24 | Update 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 function | Jim 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-23 | Document 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-23 | from David Madore | Jim Meyering | |
2005-10-23 | Remove no-longer-relevant comment. | Jim Meyering | |
2005-10-23 | from David Madore | Jim Meyering | |
2005-10-23 | *** empty log message *** | Jim Meyering | |
2005-10-23 | test scripts from David Madore | Jim Meyering | |
2005-10-23 | (TESTS): Add new sha224sum, sha256sum, sha384sum, sha512sum test scripts | Jim Meyering | |
here rather that each in its own directory. | |||
2005-10-23 | Add new sha* programs. | Jim Meyering | |
2005-10-23 | *** empty log message *** | Jim Meyering | |
2005-10-23 | Add gl_SHA256 and gl_SHA512. | Jim Meyering | |
2005-10-23 | . | Jim Meyering | |
2005-10-23 | *** empty log message *** | Jim Meyering | |
2005-10-23 | Add new programs: sha224sum, sha256sum, sha384sum, sha512sum. | Jim Meyering | |
Add their names to the list. | |||
2005-10-23 | (digest_check, main): Use ptr_align rather than | Jim Meyering | |
a dangerous pointer-value-to-`unsigned' cast. | |||
2005-10-23 | *** empty log message *** | Jim Meyering | |
2005-10-23 | New file, used to build sha* programs from md5sum.c. | Jim Meyering | |