Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-02 | (usage): Don't mention rm -d. | Paul Eggert | |
2005-11-02 | (rm_option_init): Don't initialize unlink_dirs member, which went away. | Paul Eggert | |
2005-11-02 | (struct rm_options): Remove unlink_dirs. | Paul Eggert | |
2005-11-02 | (remove_entry): Emit a better diagnostic when rm | Jim Meyering | |
(without -r) fails to remove a directory on a non-Linux system. This change affects only newer Solaris systems (with priv_* functions like priv_allocset). Reported by Keith Thompson. | |||
2005-11-01 | (main): Pass PDS_PRE_2000 to posixtime. | Paul Eggert | |
2005-11-01 | (parse_obsolete_option): Implement fix for "tail -c 2 FILE". | Paul Eggert | |
2005-10-31 | (skip): Fix off-by-one error reported by Theodoros V. Kalamatianos. | Paul Eggert | |
2005-10-28 | (FILE_BASENAME_CONCAT): Omit unnecessary slashes in the | Paul Eggert | |
boundary between DEST and SOURCE in the result. | |||
2005-10-27 | (main) [!O_BINARY]: Changed default read mode | Jim Meyering | |
back to text, to sync with documentation and for backwards compatibility. | |||
2005-10-26 | Add these: sha224sum sha256sum sha384sum sha512sum | Jim Meyering | |
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 | rename array_cardinality to array_len | 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 | * 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 | (next_file): Don't assume fopen cannot return stdin. | Jim Meyering | |
2005-10-23 | . | Jim Meyering | |
2005-10-23 | . | Jim Meyering | |
2005-10-23 | (digest_check, main): Use ptr_align rather than | Jim Meyering | |
a dangerous pointer-value-to-`unsigned' cast. | |||
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 | . | Jim Meyering | |
2005-10-22 | . | Jim Meyering | |
2005-10-19 | . | Jim Meyering | |
2005-10-19 | (append_quoted): Quote ' correctly. | Jim Meyering | |
Problem reported by Eric Blake. | |||
2005-10-16 | . | Jim Meyering | |
2005-10-16 | . | Jim Meyering | |
2005-10-15 | (usage): Undocument deprecated --idle (-i) option. | Jim Meyering | |
2005-10-15 | . | Jim Meyering | |
2005-10-15 | (main): Remove --link -l options. | Jim Meyering | |
You can use --dereference (-L) instead. | |||
2005-10-15 | (parse_options): Remove --allow-missing option. | Jim Meyering | |
You can use --retry instead. | |||
2005-10-15 | (usage): Document -m, once again. | Jim Meyering | |
(main): Warn about use of deprecated long options: --kilobytes and --megabytes. | |||
2005-10-15 | (decode_switches): Warn about the deprecated --kilobytes option. | Jim Meyering | |
2005-10-15 | (main): Warn about the deprecated --kilobytes option. | Jim Meyering | |
2005-10-07 | (sortlines_temp): Redo previous change, since I'm no longer confident | Paul Eggert | |
that the m4/stdbool.m4 patch suffices. | |||
2005-10-06 | (sortlines_temp): Undo previous change, since | Paul Eggert | |
today's change to m4/stdbool.m4 should catch it. | |||
2005-10-05 | Add a comment to go with the last change. | Jim Meyering | |
2005-10-05 | (sortlines_temp): Declare temporary as `int' rather | Jim Meyering | |
than `bool' to work around AIX 5.3 compiler bug in 64-bit mode. | |||
2005-10-03 | (MAX_N_FACTORS): Define in terms of sizeof (uintmax_t) | Jim Meyering | |
rather than hard-coding to 128. From Thomas M.Ott. | |||
2005-10-01 | . | Jim Meyering | |
2005-10-01 | (main): Don't stop processing arguments upon the first invalid one. | Jim Meyering | |
2005-10-01 | . | Jim Meyering | |
2005-09-30 | (main): Don't assume size_t has the same width | Paul Eggert | |
as unsigned long. Problem reported by Eric Blake. | |||
2005-09-29 | . | Jim Meyering | |
2005-09-29 | . | Jim Meyering | |
2005-09-29 | . | Jim Meyering | |
2005-09-29 | . | Jim Meyering | |
2005-09-28 | * src/system.h (LONGEST_MODIFIER): Use ULONG_MAX_LT_ULLONG_MAX | Paul Eggert | |
instead of ULLONG_MAX, as the latter doesn't work with GCC 2.7.2.1. | |||
2005-09-26 | (touch): Handle "touch -c - >&-" by checking for EBADF | Paul Eggert | |
and ENOSYS. Do not pass "-" to futimens; pass NULL instead. If close (STDIN_FILENO) fails, report the error separately instead of letting the 'close' pollute errno. | |||
2005-09-25 | (touch): "touch -" now touches standard output. | Paul Eggert | |
(usage): Document this. |