| Age | Commit message (Expand) | Author | Lines |
| 2005-12-14 | Undo previous change. | Paul Eggert | -3/+0 |
| 2005-12-14 | (main): Check for close (STDOUT_FILENO) failure. | Paul Eggert | -1/+6 |
| 2005-12-12 | (struct irand_state, irand_init, irand32, irand_mod): Moved back here, | Paul Eggert | -0/+60 |
| 2005-12-12 | (struct irand_state, irand_init, irand32, irand_mod): Move to shred.c. | Paul Eggert | -60/+0 |
| 2005-12-12 | (EXTRA_DIST): Add rand-isaac.c. | Paul Eggert | -1/+1 |
| 2005-12-12 | Remove. All uses now simply include rand-isaac.c. | Paul Eggert | -91/+0 |
| 2005-12-12 | Include rand-isaac.c rather than rand-isaac.h. | Paul Eggert | -52/+58 |
| 2005-12-12 | Include rand-isaac.c rather than rand-isaac.h. | Paul Eggert | -7/+6 |
| 2005-12-12 | Revert to what used to be in shred.c, without | Paul Eggert | -86/+73 |
| 2005-12-12 | (noinst_HEADERS): Remove rand-isaac.h. | Paul Eggert | -3/+0 |
| 2005-12-10 | (noinst_HEADERS): Add rand-isaac.h. | Jim Meyering | -3/+12 |
| 2005-12-10 | Cleaner: | Jim Meyering | -6/+5 |
| 2005-12-10 | Avoid shred segfault on 64-bit systems. | Jim Meyering | -4/+7 |
| 2005-12-10 | * src/rand-isaac.h (isaac_mix): Remove declaration. | Jim Meyering | -2/+0 |
| 2005-12-10 | * src/rand-isaac.c (isaac_mix): Declare to be static. | Jim Meyering | -12/+12 |
| 2005-12-10 | (get_hash): Change position of `*' in parameter type to conform with convention. | Jim Meyering | -2/+3 |
| 2005-12-10 | Don't include gethrxtime.h. No longer needed. | Jim Meyering | -1/+0 |
| 2005-12-10 | (keycompare): Remove stray SPACE before TAB that was | Jim Meyering | -1/+1 |
| 2005-12-10 | (short_options, long_options, WORDS, keycompare, main): | Paul Eggert | -17/+96 |
| 2005-12-10 | Include rand-isaac.h. Move ISAAC code to rand-isaac.c. | Paul Eggert | -385/+7 |
| 2005-12-10 | (sort_LDADD): Add $(LIB_GETHRXTIME). | Paul Eggert | -1/+3 |
| 2005-12-10 | New file, containing ISAAC code that was in shred.c. | Paul Eggert | -0/+406 |
| 2005-12-10 | Move ISAAC code out of shred.c. | Paul Eggert | -0/+93 |
| 2005-12-09 | (usage): Mention white space vs -b and -t options. | Jim Meyering | -3/+4 |
| 2005-12-09 | (main): Fix misleading comment. | Jim Meyering | -1/+1 |
| 2005-12-07 | (flags, usage): Add support for noatime flag. | Paul Eggert | -0/+3 |
| 2005-12-07 | (O_NOATIME): Define to 0 if not already defined. | Paul Eggert | -0/+4 |
| 2005-12-04 | (fchown) [!HAVE_FCHOWN]: Define fchown(...) to -1. | Jim Meyering | -60/+86 |
| 2005-12-04 | (usage): Say what happens with two or more arguments. | Jim Meyering | -1/+2 |
| 2005-12-03 | (print_uptime): Move decl of local `upsecs' into scope where it's used. | Jim Meyering | -2/+1 |
| 2005-12-03 | . | Jim Meyering | -2/+1 |
| 2005-12-03 | (long_options): Change the name of each undocumented, for- | Jim Meyering | -2/+2 |
| 2005-12-03 | (long_opts): Change the name of each undocumented, for- | Jim Meyering | -1/+1 |
| 2005-11-26 | (show_point): Ignore inaccessible file systems. | Paul Eggert | -3/+10 |
| 2005-11-26 | (unsigned_long_long_int): Renamed from ulonglong_t, | Paul Eggert | -6/+6 |
| 2005-11-24 | Improve performance a bit by optimizing away | Paul Eggert | -103/+135 |
| 2005-11-23 | (rm): Don't assume C99 for-loop syntax. | Paul Eggert | -1/+2 |
| 2005-11-22 | whoops. Add back decl/definition of n_lengths. | Jim Meyering | -1/+5 |
| 2005-11-22 | (AD_push): Remove debugging cruft. | Jim Meyering | -8/+1 |
| 2005-11-22 | tweak comments | Jim Meyering | -5/+5 |
| 2005-11-22 | . | Jim Meyering | -1/+2 |
| 2005-11-22 | Rewrite. Now, this module is reentrant on systems | Jim Meyering | -285/+413 |
| 2005-11-18 | . | Jim Meyering | -1/+1 |
| 2005-11-17 | (AD_mark_helper): Make a `char *' parameter `const'. | Jim Meyering | -3/+3 |
| 2005-11-17 | (basename_is_dot_or_dotdot): Correct wording in comment. | Jim Meyering | -1/+1 |
| 2005-11-16 | (do_link, usage): Improve quality of ln's diagnostics. | Paul Eggert | -41/+54 |
| 2005-11-12 | remove now-unused file | Jim Meyering | -9/+0 |
| 2005-11-12 | . | Jim Meyering | -2/+0 |
| 2005-11-08 | (decode_switches): ls now defaults to --time-style='locale', which in | Paul Eggert | -16/+24 |
| 2005-11-07 | (usage): Fix descriptions of --sort, --time. | Jim Meyering | -5/+5 |