diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-18 08:11:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-18 08:11:26 +0000 |
commit | 13562453028f2622f766476a1a45908cc10048ca (patch) | |
tree | 7fbac1eabbf804185c146bc3027d2aea118c5ebc /lib/ChangeLog | |
parent | 33924e73065b1b42762e584c855726641bf82725 (diff) | |
download | coreutils-13562453028f2622f766476a1a45908cc10048ca.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index f4efdccba..d733e3dff 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,28 @@ +2003-09-25 Jim Meyering <jim@meyering.net> + Bruno Haible <bruno@clisp.org> + + [Update from gnulib] + This lets translators provide better translations for the + "Written by ..." part of --version output. + * version-etc.h: Include stdarg.h. + (version_etc_copyright): Declare as readonly. + (version_etc): Make this function variadic with a NULL-terminated list + of author name strings. + (version_etc_va): New declaration. + * version-etc.c: Include stdarg.h, stdlib.h. + (version_etc_copyright): Declare as readonly. + (version_etc_va): New function. Provide a different translatable string + for each possible number of authors < 10. Abbreviate when there are 10 + authors or more. + (version_etc): Make this function variadic. Call version_etc_va. + Suggestion from Gary V. Vaughan. + + * long-options.h (parse_long_options): Change prototype: the authors + string is moved to the end and becomes variadic. + * long-options.c: Include stdarg.h. + (parse_long_options): Make this function variadic, too. + Call version_etc_va, not version_etc. + 2003-10-17 Jim Meyering <jim@meyering.net> * xfts.c, xfts.h: New files. |