summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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*** empty log message ***Jim Meyering
2000-08-08(cut_fields): Invoke xalloc_die instead of printing our own message.Jim Meyering
(cut_fields): Check for I/O error as well as end-of-file.
2000-08-08(copy_dir, copy_internal): Invoke xalloc_die instead of printing our own ↵Jim Meyering
message.
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*** empty log message ***Jim Meyering
2000-08-07(xalloc_msg_memory_exhausted): Now char const[],Jim Meyering
not char *const and pointing to a constant array. (xrealloc): Comment fix.
2000-08-07(print_and_abort): Use "memory exhausted", not "virtual memory exhausted".Jim Meyering
2000-08-07comment fixJim Meyering
2000-08-07(xalloc_msg_memory_exhausted): Now char const[],Jim Meyering
not char *const and pointing to a constant array.
2000-08-07(same_name): Invoke xalloc_die instead of printing our own message.Jim Meyering
(parse_user_spec): Don't translate a message until just before returning, to avoid unnecessary translation.
2000-08-07(same_name): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-07*** empty log message ***Jim Meyering
2000-08-07(xputenv): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-07*** empty log message ***Jim Meyering
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering
2000-08-07*** empty log message ***Jim Meyering
2000-08-07*** empty log message ***Jim Meyering
2000-08-07(head): Call write_header here.Jim Meyering
(head_file): ... not here.
2000-08-07(closeout_func): Remove variable.Jim Meyering
(close_stdout_wrapper): Remove unused function. (main): Remove assignment to closeout_func.
2000-08-07(fold_file): Remove ferror(stdout) check, already done in close_stdout.Jim Meyering
2000-08-07*** empty log message ***Jim Meyering
2000-08-07(enum) [PARENTS_OPTION]: New member.Jim Meyering
(long_opts): Update "parents" and deprecated "path" entries to use `PARENTS_OPTION', not `P'. (usage): Update --help output. (main): Warn that the meaning of `-P' will soon change.
2000-08-07*** empty log message ***Jim Meyering
2000-08-07*** empty log message ***Jim Meyering
2000-08-07(AC_MBSTATE_T): Define mbstate_t to be int,Jim Meyering
not char, for compatibility with glibc 2.1.3 strftime.c.
2000-08-07(usage): Warn more succintly about the effects ofJim Meyering
the locale on sort order.
2000-08-06*** empty log message ***Jim Meyering
2000-08-06.Jim Meyering
2000-08-06*** empty log message ***Jim Meyering
2000-08-06We know nbytes is 0, so remove it from bail-out test.Jim Meyering
2000-08-06*** empty log message ***Jim Meyering
2000-08-06*** empty log message ***Jim Meyering
2000-08-06*** empty log message ***Jim Meyering
2000-08-06(pipe_lines): Declare local `cp' to be const.Jim Meyering
2000-08-06*** empty log message ***Jim Meyering
2000-08-06(pipe_lines): Add variable `nbytes' so we can freeJim Meyering
`tmp' immediately after read loop. Don't process an empty file. This fixes a buffer-underrun error -- also thanks to bounded pointers.
2000-08-05(main): Rename local `t' to `tmp_dir' to avoid shadowingJim Meyering
a previous local by that name. (usage): Warn that GNU sort is now locale-aware, and suggest people put LC_ALL=POSIX in their environment.
2000-08-05*** empty log message ***Jim Meyering
2000-08-05.Jim Meyering
2000-08-05.Jim Meyering
2000-08-05*** empty log message ***Jim Meyering
2000-08-05.Jim Meyering
2000-08-05*** empty log message ***Jim Meyering