summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-08-12(jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.Jim Meyering
From J. David Anglin.
2000-08-11*** empty log message ***Jim Meyering
2000-08-11Portable shell scripts should specify global options before key fields.Jim Meyering
Move global LC_CTYPE remark to each sort option that depends on LC_CTYPE. sort -g depends on LC_NUMERIC. Add @vindex where it's missing. "radix character" -> "decimal-point character", to match Standard C terminology, which is easier for most people to follow. "comm" does not consider trailing newlines to be significant.
2000-08-11*** empty log message ***Jim Meyering
2000-08-11Add support for multi-byte locales.Jim Meyering
(iswprint, mbrtowc, wcwidth): Provide default definitions. (total_bytes): New variable. (print_bytes): New variable. (longopts): Change abbreviation for --chars from 'c' to 'm'. (usage): Update. (write_counts): Add `bytes' argument. (wc): New variables `bytes', `count_bytes', `count_chars', `count_complicated'. The old code determines `bytes', not `chars'. New case for MB_CUR_MAX > 1. A non-printable non-space character does not increment the line position or start a word. Update `total_bytes'. (main): Initialize `print_bytes' and `total_bytes' to 0. Accept 'm' option. Pass `total_bytes' to write_counts.
2000-08-11*** empty log message ***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-11Recommend against the System V syntaxJim Meyering
for tr ranges, and don't use it in examples. Use POSIX classes rather than ranges, for portability.
2000-08-11(wc invocation): Update accordingly.Jim Meyering
2000-08-08*** empty log message ***Jim Meyering
2000-08-08(movefile): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-08-08*** empty log message ***Jim Meyering
2000-08-08*** empty log 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*** 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