Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-10-23 | (sha224sum, sha256sum, sha384sum, sha512sum): Rules for compiling sha-2 ↵ | Jim Meyering | |
utilities (noinst_HEADERS): Remove checksum.h. | |||
2005-10-23 | Provide framework for computing sha-2 hashes. | Jim Meyering | |
2005-10-23 | *** empty log message *** | Jim Meyering | |
2005-10-23 | add sha-2 .x files | Jim Meyering | |
2005-10-23 | (dist_man_MANS): Add the corresponding .1 names. | Jim Meyering | |
(sha224sum.1, sha256sum.1, sha384sum.1, sha512sum.1): New dependencies. | |||
2005-10-23 | *** empty log message *** | Jim Meyering | |
2005-10-23 | (million-a): Add the "million a's" test (one of the FIPS test vectors). | 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 | Use 6.0-cvs as the version string. | Jim Meyering | |
2005-10-22 | . | Jim Meyering | |
2005-10-22 | . | Jim Meyering | |
2005-10-22 | . | Jim Meyering | |
2005-10-22 | *** empty log message *** | Jim Meyering | |
2005-10-22 | Remove -cvs suffix from version string. | Jim Meyering | |