summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-08-24Put back the kluge. It's necessary after all.Jim Meyering
2000-08-24(skip): Assume lseek failed if it returned zero, since a zero return isJim Meyering
2000-08-23Include <config.h> unconditionally, to be consistentJim Meyering
2000-08-23back out last changeJim Meyering
2000-08-22Don't even try to use lseek on character devices.Jim Meyering
2000-08-20(cp_option_init): Initialize to DEREF_ALWAYS, not `1'.Jim Meyering
2000-08-20(cp_option_init): Initialize to DEREF_NEVER, not `0'.Jim Meyering
2000-08-20(long_opts): Add --dereference, -L.Jim Meyering
2000-08-20Declare lstat.Jim Meyering
2000-08-20(enum Dereference_symlink): Define.Jim Meyering
2000-08-20(print_totals): Rename global from opt_combined_arguments.Jim Meyering
2000-08-19fix my grammar error in last changeJim Meyering
2000-08-19(writeline): Correct comments.Jim Meyering
2000-08-18(DO_CHOWN): Do not make a special case for non-root.Jim Meyering
2000-08-15(count_entry): Remember the current directory also for `.'Jim Meyering
2000-08-14remove incorrect FIXME comment.Jim Meyering
2000-08-14(copy_reg): Move declaration of local, `n_read', intoJim Meyering
2000-08-13(copy_reg): Add comment.Jim Meyering
2000-08-13(get_dest_mode): Rename from new_nondir_mode.Jim Meyering
2000-08-11Add support for multi-byte locales.Jim Meyering
2000-08-11(usage): Describe -d and -i in a locale-independent way.Jim Meyering
2000-08-11(usage): Don't describe System V syntax, as it doesn't always work.Jim Meyering
2000-08-08(movefile): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-08(remove_cwd_entries, rm): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-08(main): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-08(do_link): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-08(main): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-08(xstrndup): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-08(cut_fields): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-08(copy_dir, copy_internal): Invoke xalloc_die instead of printing our own mess...Jim Meyering
2000-08-08(main): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-08(quotearg_colon, xmalloc): "virtual memory exhausted" -> "memory exhausted"Jim Meyering
2000-08-08(usage, main): For cp -P messages, mention the new behavior as well as the old.Jim Meyering
2000-08-08Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-07(xputenv): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-07(head): Call write_header here.Jim Meyering
2000-08-07(closeout_func): Remove variable.Jim Meyering
2000-08-07(fold_file): Remove ferror(stdout) check, already done in close_stdout.Jim Meyering
2000-08-07(enum) [PARENTS_OPTION]: New member.Jim Meyering
2000-08-07(usage): Warn more succintly about the effects ofJim Meyering
2000-08-06We know nbytes is 0, so remove it from bail-out test.Jim Meyering
2000-08-06(pipe_lines): Declare local `cp' to be const.Jim Meyering
2000-08-06(pipe_lines): Add variable `nbytes' so we can freeJim Meyering
2000-08-05(main): Rename local `t' to `tmp_dir' to avoid shadowingJim Meyering
2000-08-05(init_header): Fix buffer-overrun error.Jim Meyering
2000-08-05(MAX): Remove definition (It's in sys2.h).Jim Meyering
2000-08-04(store_columns): Remove conjunct that would dereferenceJim Meyering
2000-08-01(tee): Use SET_BINARY and SET_BINARY2.Jim Meyering
2000-07-31(cut_fields): Use `virtual memory exhausted', not `Memory exhausted'.Jim Meyering
2000-07-31[!HAVE_CONFIG_H]: Use `virtual memory exhausted', not `Memory exhausted'.Jim Meyering