summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2003-09-18This lets translators provide better translations for theJim 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-18Update 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 avoidJim 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 readJim Meyering
fails, so that the caller gets the proper errno.
2003-09-17(readlinebuffer): Return NULL immediately uponJim Meyering
input error, instead of returning NULL the next time we are called (and therefore losing track of errno).
2003-09-17Add comment from Bruno Haible.Jim Meyering
2003-09-15*** empty log message ***Jim Meyering
2003-09-14*** empty log message ***Jim Meyering
2003-09-14(print_factors): Give a separate diagnosticJim Meyering
for numbers that are too large, but otherwise valid.
2003-09-14*** empty log message ***Jim Meyering
2003-09-14.Jim Meyering
2003-09-13Update from gnulib.Jim Meyering
2003-09-13.Jim Meyering
2003-09-13.Jim Meyering
2003-09-13*** empty log message ***Jim Meyering
2003-09-13(libfetish_a_SOURCES): Add exit.h, strndup.h, time_r.c, time_r.h.Jim Meyering