Age | Commit message (Expand) | Author |
2005-12-17 | (is_empty_dir): Open with O_NDELAY, so we don't hang, e.g., on a named pipe. | Jim Meyering |
2005-12-17 | . | Jim Meyering |
2005-12-17 | (cp_option_init): Don't set umask_kill member. | Jim Meyering |
2005-12-17 | (cp_option_init): Don't set umask_kill member. | Jim Meyering |
2005-12-17 | (cp_option_init) [umask_kill]: Remove member. | Jim Meyering |
2005-12-17 | (umask_kill): With default acls, the umask is not to be applied. | Jim Meyering |
2005-12-17 | (dir_LDADD, ls_LDADD, vdir_LDADD, cp_LDADD, mv_LDADD, ginstall_LDADD): | Jim Meyering |
2005-12-17 | (get_dest_mode): Remove; it is obsolete after removing umask_kill. | Jim Meyering |
2005-12-17 | Switch back from HAVE_ACL to USE_ACL: The acl() syscall | Jim Meyering |
2005-12-17 | (OPENAT_CWD_RESTORE__REQUIRE): Remove. | Paul Eggert |
2005-12-15 | (print_it): Properly handle a backslash at the | Jim Meyering |
2005-12-15 | . | Jim Meyering |
2005-12-15 | revert behavior of --format=FMT (-c) | Jim Meyering |
2005-12-14 | (incompatible_options): New function. | Paul Eggert |
2005-12-14 | (check_ordering_compatibility): New function. | Paul Eggert |
2005-12-14 | Undo previous change. | Paul Eggert |
2005-12-14 | (main): Check for close (STDOUT_FILENO) failure. | Paul Eggert |
2005-12-12 | (struct irand_state, irand_init, irand32, irand_mod): Moved back here, | Paul Eggert |
2005-12-12 | (struct irand_state, irand_init, irand32, irand_mod): Move to shred.c. | Paul Eggert |
2005-12-12 | (EXTRA_DIST): Add rand-isaac.c. | Paul Eggert |
2005-12-12 | Remove. All uses now simply include rand-isaac.c. | Paul Eggert |
2005-12-12 | Include rand-isaac.c rather than rand-isaac.h. | Paul Eggert |
2005-12-12 | Include rand-isaac.c rather than rand-isaac.h. | Paul Eggert |
2005-12-12 | Revert to what used to be in shred.c, without | Paul Eggert |
2005-12-12 | (noinst_HEADERS): Remove rand-isaac.h. | Paul Eggert |
2005-12-10 | (noinst_HEADERS): Add rand-isaac.h. | Jim Meyering |
2005-12-10 | Cleaner: | Jim Meyering |
2005-12-10 | Avoid shred segfault on 64-bit systems. | Jim Meyering |
2005-12-10 | * src/rand-isaac.h (isaac_mix): Remove declaration. | Jim Meyering |
2005-12-10 | * src/rand-isaac.c (isaac_mix): Declare to be static. | Jim Meyering |
2005-12-10 | (get_hash): Change position of `*' in parameter type to conform with convention. | 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 |
2005-12-10 | (short_options, long_options, WORDS, keycompare, main): | Paul Eggert |
2005-12-10 | Include rand-isaac.h. Move ISAAC code to rand-isaac.c. | Paul Eggert |
2005-12-10 | (sort_LDADD): Add $(LIB_GETHRXTIME). | Paul Eggert |
2005-12-10 | New file, containing ISAAC code that was in shred.c. | Paul Eggert |
2005-12-10 | Move ISAAC code out of shred.c. | Paul Eggert |
2005-12-09 | (usage): Mention white space vs -b and -t options. | Jim Meyering |
2005-12-09 | (main): Fix misleading comment. | Jim Meyering |
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-04 | (fchown) [!HAVE_FCHOWN]: Define fchown(...) to -1. | Jim Meyering |
2005-12-04 | (usage): Say what happens with two or more arguments. | Jim Meyering |
2005-12-03 | (print_uptime): Move decl of local `upsecs' into scope where it's used. | Jim Meyering |
2005-12-03 | . | Jim Meyering |
2005-12-03 | (long_options): Change the name of each undocumented, for- | Jim Meyering |
2005-12-03 | (long_opts): Change the name of each undocumented, for- | Jim Meyering |
2005-11-26 | (show_point): Ignore inaccessible file systems. | Paul Eggert |
2005-11-26 | (unsigned_long_long_int): Renamed from ulonglong_t, | Paul Eggert |