summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-18 18:13:57 +0000
committerJim Meyering <jim@meyering.net>2003-09-18 18:13:57 +0000
commit588291785cbab06fe461c6a45e4eba53e4e2f13f (patch)
tree4ed528398e668a20042e459dd30576a40d791bda
parentac58291e4d9d528512e99a809d91bc26a2f3dc49 (diff)
downloadcoreutils-588291785cbab06fe461c6a45e4eba53e4e2f13f.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index fd850afc6..30a954c5d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,19 @@
+2003-09-18 Jim Meyering <jim@meyering.net>
+
+ This lets translators provide better translations for the
+ `Written by ...' part of --version output.
+ * version-etc.c: 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.
+ Suggestion from Gary V. Vaughan.
+ * version-etc.h (version_etc_va): Declare it.
+
+ * long-options.c: Include stdarg.h.
+ (parse_long_options): Make this function variadic (authors), too.
+ Call version_etc_va, not version_etc.
+ * long-options.h (parse_long_options): Update prototype.
+
2003-09-16 Paul Eggert <eggert@twinsun.com>
* linebuffer.c (readlinebuffer): Return NULL immediately upon