Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-10 | *** empty log message *** | Jim Meyering | |
2005-12-10 | (get_hash): Change position of `*' in parameter type to conform with convention. | Jim Meyering | |
(main): Split a long line so it fits in 80 columns. | |||
2005-12-10 | *** empty log message *** | Jim Meyering | |
2005-12-10 | Don't include gethrxtime.h. No longer needed. | Jim Meyering | |
2005-12-10 | (keycompare): Remove stray SPACE before TAB that was | Jim Meyering | |
causing `make distcheck' to fail. | |||
2005-12-10 | *** empty log message *** | Jim Meyering | |
2005-12-10 | (TESTS): Add sort-rand. | Jim Meyering | |
2005-12-10 | *** empty log message *** | Jim Meyering | |
2005-12-10 | Add a basic test of the new options. | Jim Meyering | |
2005-12-10 | Add sort -R. | Paul Eggert | |
2005-12-10 | (sort invocation): Add --random-sort (-R) and --seed. | Paul Eggert | |
2005-12-10 | (short_options, long_options, WORDS, keycompare, main): | Paul Eggert | |
(usage): Add options --random-sort and --seed to implement a random shuffle. Include md5.h and rand-isaac.h. (get_hash): New function. (rand_state): New var. (HASH_WORDS, HASH_SIZE): New macros. | |||
2005-12-10 | Include rand-isaac.h. Move ISAAC code to rand-isaac.c. | Paul Eggert | |
(fillrand, main): Adjust to the fact that the state size is now runtime-configurable. | |||
2005-12-10 | (sort_LDADD): Add $(LIB_GETHRXTIME). | Paul Eggert | |
(shred_SOURCES, sort_SOURCES): New macros, so we compile rand-isaac.c. | |||
2005-12-10 | New file, containing ISAAC code that was in shred.c. | Paul Eggert | |
Make state size runtime-configurable. (isaac_new, isaac_copy): New functions. | |||
2005-12-10 | Move ISAAC code out of shred.c. | Paul Eggert | |
2005-12-09 | add comments | Jim Meyering | |
2005-12-09 | Add test for dd iflags=noatime. | Paul Eggert | |
2005-12-09 | *** empty log message *** | Jim Meyering | |
2005-12-09 | (usage): Mention white space vs -b and -t options. | Jim Meyering | |
From The Wanderer. | |||
2005-12-09 | *** empty log message *** | Jim Meyering | |
2005-12-09 | *** empty log message *** | Jim Meyering | |
2005-12-09 | (main): Fix misleading comment. | Jim Meyering | |
2005-12-08 | . | Jim Meyering | |
2005-12-07 | Add dd noatime. | Paul Eggert | |
2005-12-07 | (flags, usage): Add support for noatime flag. | Paul Eggert | |
2005-12-07 | (O_NOATIME): Define to 0 if not already defined. | Paul Eggert | |
2005-12-07 | * coreutils.texi (dd invocation): New noatime flag. | Paul Eggert | |
2005-12-07 | (dd invocation): New noatime flag. | Paul Eggert | |
2005-12-07 | Mention dd's new noatime flag. | Paul Eggert | |
2005-12-07 | * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for | Paul Eggert | |
TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3 porting problem reported by Georg Schwarz in <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>. * m4/stat-time.m4 (gl_STAT_TIME): Likewise. | |||
2005-12-07 | *** empty log message *** | Jim Meyering | |
2005-12-07 | (EXTRA_DIST): Add build-aux/cvsu. | Jim Meyering | |
2005-12-07 | (CVS_LIST): Use build-aux/cvsu, now that we have our own copy of cvsu. | Jim Meyering | |
2005-12-07 | *** empty log message *** | Jim Meyering | |
2005-12-07 | From Debian unstable: /usr/bin/cvsu. | Jim Meyering | |
2005-12-07 | *** empty log message *** | Jim Meyering | |
2005-12-07 | *** empty log message *** | Jim Meyering | |
2005-12-07 | exit-77 before the trap, not after, if we fail | Jim Meyering | |
to create a temporary directory on another partition. | |||
2005-12-06 | *** empty log message *** | Jim Meyering | |
2005-12-06 | Cross-reference to dirname and readlink. | Jim Meyering | |
2005-12-06 | Cross-reference to basename and readlink. | Jim Meyering | |
2005-12-05 | Mention reporters for "none" and "proc" mounts. | Paul Eggert | |
2005-12-04 | *** empty log message *** | Jim Meyering | |
2005-12-04 | *** empty log message *** | Jim Meyering | |
2005-12-04 | (fchown) [!HAVE_FCHOWN]: Define fchown(...) to -1. | Jim Meyering | |
(set_owner, preserve_author): New functions, factored out of copy_reg. (copy_reg): Use them. (copy_internal): Use them here, too. From Andreas Gruenbacher. | |||
2005-12-04 | *** empty log message *** | Jim Meyering | |
2005-12-04 | (EXPECTED_ERRNO): Add ENOSYS, for Solaris 8. | Jim Meyering | |
Paul Eggert reported that unlink/rmdir vs. e.g., /proc/self/fd/N/FILE fails with ENOSYS. This makes openat revert to using save-cwd.c functions in that case. | |||
2005-12-04 | *** empty log message *** | Jim Meyering | |
2005-12-04 | (usage): Say what happens with two or more arguments. | Jim Meyering | |