| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2005-10-22 | .v5.92COREUTILS-5_92 | Jim Meyering | -1/+1 | |
| 2005-10-19 | . | Jim Meyering | -1/+1 | |
| 2005-10-19 | (append_quoted): Quote ' correctly. | Jim Meyering | -0/+7 | |
| Problem reported by Eric Blake. | ||||
| 2005-10-16 | . | Jim Meyering | -1/+1 | |
| 2005-10-16 | . | Jim Meyering | -1/+1 | |
| 2005-10-15 | (usage): Undocument deprecated --idle (-i) option. | Jim Meyering | -3/+1 | |
| 2005-10-15 | . | Jim Meyering | -1/+1 | |
| 2005-10-15 | (main): Remove --link -l options. | Jim Meyering | -5/+1 | |
| You can use --dereference (-L) instead. | ||||
| 2005-10-15 | (parse_options): Remove --allow-missing option. | Jim Meyering | -7/+0 | |
| You can use --retry instead. | ||||
| 2005-10-15 | (usage): Document -m, once again. | Jim Meyering | -4/+22 | |
| (main): Warn about use of deprecated long options: --kilobytes and --megabytes. | ||||
| 2005-10-15 | (decode_switches): Warn about the deprecated --kilobytes option. | Jim Meyering | -1/+9 | |
| 2005-10-15 | (main): Warn about the deprecated --kilobytes option. | Jim Meyering | -3/+9 | |
| 2005-10-07 | (sortlines_temp): Redo previous change, since I'm no longer confident | Paul Eggert | -1/+4 | |
| that the m4/stdbool.m4 patch suffices. | ||||
| 2005-10-06 | (sortlines_temp): Undo previous change, since | Paul Eggert | -3/+1 | |
| today's change to m4/stdbool.m4 should catch it. | ||||
| 2005-10-05 | Add a comment to go with the last change. | Jim Meyering | -0/+2 | |
| 2005-10-05 | (sortlines_temp): Declare temporary as `int' rather | Jim Meyering | -1/+1 | |
| 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 | -3/+2 | |
| rather than hard-coding to 128. From Thomas M.Ott. | ||||
| 2005-10-01 | . | Jim Meyering | -1/+1 | |
| 2005-10-01 | (main): Don't stop processing arguments upon the first invalid one. | Jim Meyering | -2/+2 | |
| 2005-10-01 | . | Jim Meyering | -1/+1 | |
| 2005-09-30 | (main): Don't assume size_t has the same width | Paul Eggert | -1/+2 | |
| as unsigned long. Problem reported by Eric Blake. | ||||
| 2005-09-29 | .v5.90COREUTILS-5_90 | Jim Meyering | -1/+1 | |
| 2005-09-29 | . | Jim Meyering | -1/+1 | |
| 2005-09-29 | . | Jim Meyering | -1/+1 | |
| 2005-09-29 | . | Jim Meyering | -1/+1 | |
| 2005-09-28 | * src/system.h (LONGEST_MODIFIER): Use ULONG_MAX_LT_ULLONG_MAX | Paul Eggert | -1/+1 | |
| 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 | -3/+17 | |
| 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 | -3/+7 | |
| (usage): Document this. | ||||
| 2005-09-25 | (HAVE_FCHMOD, HAVE_FCHOWN): Define to 0 if not defined. | Paul Eggert | -12/+71 | |
| (copy_reg): New args CHOWN_SUCCEDED and DST_SB. All callers changed. Add a "goto close_src_and_dst_desc;" that was missing in the previous patch. (copy_reg) [HAVE_FCHOWN]: Prefer fchown to chown. (copy_reg) [HAVE_FCHMOD]: Prefer fchmod to chmod. (copy_internal): Don't invoke chown if fchown worked, and likewise for chmod and fchmod. | ||||
| 2005-09-24 | Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with ↵ | Jim Meyering | -2/+2 | |
| gnulib. | ||||
| 2005-09-23 | (install_file_in_file): Be more conservative about the previous patch: | Paul Eggert | -2/+2 | |
| set time stamps on all non-regular files. | ||||
| 2005-09-23 | (change_timestamps): First arg is source | Paul Eggert | -13/+12 | |
| struct stat, not file name. All uses changed. (install_file_in_file): Stat the source file if necessary. Don't try to change time stamps if copy_file did it. | ||||
| 2005-09-23 | (copy_reg): Preserve time stamps if | Paul Eggert | -2/+15 | |
| x->preserve_timestamps is set, using futimens so that we needn't resolve the path again. (copy_internal): Don't preserve time stamps if copy_reg did it already. | ||||
| 2005-09-23 | Don't include utime.h; not needed. | Paul Eggert | -14/+0 | |
| (struct utimbuf) [!defined HAVE_STRUCT_UTIMBUF]: Remove; not needed. | ||||
| 2005-09-23 | . | Jim Meyering | -5/+6 | |
| 2005-09-23 | Use `verify' to ensure that our hard-coded | Jim Meyering | -5/+18 | |
| bytes_to_*_digits arrays are long enough. Of course, 17+-byte integral types aren't on the near horizon, but just in case... (MAX_INTEGRAL_TYPE_SIZE): Move definition to precede new first use. (bytes_to_oct_digits, bytes_to_signed_dec_digits): (bytes_to_unsigned_dec_digits, bytes_to_hex_digits): Change base type from `char' to the clearer `unsigned int'. | ||||
| 2005-09-22 | . | Jim Meyering | -1/+8 | |
| 2005-09-22 | Regenerate. | Paul Eggert | -21/+17 | |
| 2005-09-22 | Include canon-host.h rather than declaring canon_host ourselves. | Paul Eggert | -1/+1 | |
| 2005-09-22 | Include canon-host.h rather than declaring | Paul Eggert | -1/+1 | |
| canon_host ourselves. | ||||
| 2005-09-22 | Include strcase.h. | Paul Eggert | -0/+1 | |
| 2005-09-22 | (EEXIST, ENOTEMPTY): Remove unused macros. | Paul Eggert | -8/+0 | |
| 2005-09-22 | (X2NREALLOC, X2REALLOC): Moved here from | Paul Eggert | -1/+14 | |
| ../lib/xalloc.h, with args properly parenthesized, and using verify_expr rather than the old VERIFY_EXPR. | ||||
| 2005-09-21 | . | Jim Meyering | -2/+9 | |
| 2005-09-21 | . | Jim Meyering | -1/+1 | |
| 2005-09-20 | (write_protected_non_symlink): Change comment to agree with the code. | Jim Meyering | -2/+2 | |
| 2005-09-19 | (remove_dir): Return RM_ERROR, not `1', | Jim Meyering | -1/+1 | |
| when attempting to remove `/' with --preserve-root. | ||||
| 2005-09-19 | (remove_cwd_entries): Syntactic tweak: move an | Jim Meyering | -1/+2 | |
| assignment out of an if-expression. | ||||
| 2005-09-17 | (usage): Request that additions be sent to bug-coreutils@gnu.org, too. | Jim Meyering | -2/+2 | |
| 2005-09-16 | (main): When failing to truncate, mention both the seek block count | Jim Meyering | -1/+5 | |
| and the block size, in case the block size is very large. | ||||
