summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-24.Jim Meyering
2003-09-24(check_and_close, dump, dump_strings): Don't report bogus errno valueJim Meyering
after ferror discovers an output error. We don't know the proper errno value, since it might have been caused by any of a whole bunch of calls, and it might have been trashed in the meantime. Fixing this problem will require much more extensive changes; in the meantime just say "write error". (skip): If a read fails, don't retry it later, so that we report the proper errno.
2003-09-23.Jim Meyering
2003-09-23(TESTS): Add deref-args.Jim Meyering
2003-09-23*** empty log message ***Jim Meyering
2003-09-23(get_line): Report error right away if I/O fails,Jim Meyering
so that the proper errno value is used.
2003-09-23*** empty log message ***Jim Meyering
2003-09-23(close_output_file): Don't report bogus errno valueJim Meyering
after ferror discovers an output error. We don't know the proper errno value, since it might have been caused by any of a whole bunch of calls, and it might have been trashed in the meantime. Fixing this problem will require much more extensive changes; in the meantime just say "write error".
2003-09-23(paste_serial): Save errno after input error,Jim Meyering
to report proper errno value. Based on a patch from Paul Eggert.
2003-09-23(fold_file): Save errno after input error, to report proper errno value.Jim Meyering
2003-09-23(compare_files): Save errno after input error, to report proper errno value.Jim Meyering
2003-09-23(unexpand): Save errno after input error, to report proper errno value.Jim Meyering
2003-09-23*** empty log message ***Jim Meyering
2003-09-23(tee): Adjust fwrite arguments so that the returnJim Meyering
value is the number of bytes written.
2003-09-22*** empty log message ***Jim Meyering
2003-09-22*** empty log message ***Jim Meyering
2003-09-22(XGETTEXT_OPTIONS): Add --from-code=UTF-8 to accommodate theJim Meyering
non-ASCII comment to translators in ptx.c regarding the author's name.
2003-09-22(tac_mem): Don't return a value; nobody uses it.Jim Meyering
2003-09-22(tee): Once a write failure has occurred, don't botherJim Meyering
writing anything more to that stream.
2003-09-22(check_file): Report error right away if I/O fails,Jim Meyering
so that the proper errno value is used. (check_file): Check for ferror (stdout) even if ostream == stdout. (check_file): Don't report bogus errno value after ferror discovers an output error. We don't know the proper errno value, since it might have been caused by any of a whole bunch of calls, and it might have been trashed in the meantime. Fixing this problem will require much more extensive changes; in the meantime just say "write error".
2003-09-22(UNROLL): Remove.Jim Meyering
(main): Exit immediately when write failure is detected. Simplify code by assigning to argv when argc == 1.
2003-09-22.Jim Meyering
2003-09-22.Jim Meyering
2003-09-22.Jim Meyering
2003-09-22*** empty log message ***Jim Meyering
2003-09-22Switch encoding from Latin-1 to UTF-8.Jim Meyering
(WRITTEN_BY): Change "Franc,ois" (actually using c-with-cedilla in Latin-1) to "F.", so that it's ASCII, as xgettext requires.
2003-09-20*** empty log message ***Jim Meyering
2003-09-19*** empty log message ***Jim Meyering
2003-09-19*** empty log message ***Jim Meyering
2003-09-19*** empty log message ***Jim Meyering
2003-09-19`du -D symlink-to-dir' would mistakenly omit the slash inJim Meyering
lines like this: 24 symlink-to-dir/subdir (process_file): Fix offset calculation. Reported by Jeff Sheinberg as Debian bug #211591; http://bugs.debian.org/205251
2003-09-19*** empty log message ***Jim Meyering
2003-09-19*** empty log message ***Jim Meyering
2003-09-19(process_file): Remove useless disjunct.Jim Meyering
2003-09-18*** empty log message ***Jim Meyering
2003-09-18.Jim Meyering
2003-09-18*** empty log message ***Jim Meyering
2003-09-18(version_etc): Rename parameter, authors, to written_by.Jim Meyering
2003-09-18*** empty log message ***Jim Meyering
2003-09-18(version_etc): Rename parameter, authors, to written_by.Jim Meyering
Combine fprintf and following putc('\n'.
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
Begin each WRITTEN_BY string with `Written by ' and end it with `.'. Mark each WRITTEN_BY string as translatable.
2003-09-18(case_GETOPT_VERSION_CHAR): Rename parameter, Authors, to Written_by.Jim Meyering
2003-09-18*** empty log message ***Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18*** empty log message ***Jim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
the call to parse_long_options so that `AUTHORS, NULL' are the last parameters.
2003-09-18*** empty log message ***Jim Meyering
2003-09-18(parse_long_options): Update prototype.Jim Meyering
2003-09-18Include stdarg.h.Jim Meyering
(parse_long_options): Make this function variadic (authors), too. Call version_etc_va, not version_etc.
2003-09-18(version_etc_va): Declare it.Jim Meyering