Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 the | Jim 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 bother | Jim 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-22 | Switch 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 in | Jim 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-18 | revert previous change | Jim Meyering | |
2003-09-18 | *** empty log message *** | Jim Meyering | |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim 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-18 | Include 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 | |
2003-09-18 | This lets translators provide better translations for the | Jim Meyering | |
`Written by ...' part of --version output. Include stdarg.h, stdlib.h, string.h, and xalloc.h. (version_etc): Make this function variadic, with a NULL-terminated list of author name strings. (version_etc_va): New function. | |||
2003-09-18 | *** empty log message *** | Jim Meyering | |
2003-09-18 | (case_GETOPT_VERSION_CHAR): Append NULL to version_etc argument list. | Jim Meyering | |
2003-09-18 | (main): Append NULL to version_etc argument list. | Jim Meyering | |
2003-09-18 | *** empty log message *** | Jim Meyering | |
2003-09-18 | Update from gnulib. | Jim Meyering | |
(gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first, to avoid spurious warnings like "AC_RUN_IFELSE was called before gl_USE_SYSTEM_EXTENSIONS" from autoreconf. | |||
2003-09-18 | *** empty log message *** | Jim Meyering | |
2003-09-18 | (numcompare): Rename local, logb, to log_b to avoid | Jim Meyering | |
shadowing the math function name. Also rename loga to log_a. | |||
2003-09-17 | *** empty log message *** | Jim Meyering | |
2003-09-17 | (read_utmp): Likewise. | Jim Meyering | |
Check for fstat error. Close stream and free storage when failing. | |||
2003-09-17 | (getndelim2): Don't trash errno when a read | Jim Meyering | |
fails, so that the caller gets the proper errno. | |||
2003-09-17 | (readlinebuffer): Return NULL immediately upon | Jim Meyering | |
input error, instead of returning NULL the next time we are called (and therefore losing track of errno). | |||
2003-09-17 | Add comment from Bruno Haible. | Jim Meyering | |
2003-09-15 | *** empty log message *** | Jim Meyering | |