aboutsummaryrefslogtreecommitdiffstats
path: root/lib/version-etc.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-175/+0
2006-08-09Sync from gnulib.Paul Eggert1-5/+1
2006-01-06(COPYRIGHT_YEAR): Update to 2006.Jim Meyering1-2/+2
2005-09-22Sync from gnulib.Paul Eggert1-1/+1
2005-07-11(COPYRIGHT_YEAR): New constant.Paul Eggert1-9/+16
(version_etc_va): Use parameterized copyright notice. Reword to conform to the current GNU coding standards.
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-01-21Remove version_etc_copyright.Paul Eggert1-7/+0
2005-01-02(version_etc_copyright): Update copyright date.Jim Meyering1-2/+2
2004-10-04Sync from gnulib, to remove dependencies of other modules on unlocked-io.Paul Eggert1-1/+4
2004-08-02(version_etc_va): Use size_t for sizes.Paul Eggert1-1/+1
2004-01-10(version_etc_copyright): Update copyright date.Jim Meyering1-2/+2
2003-10-18Include stdarg.h, stdlib.h.Jim Meyering1-14/+124
(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.
2003-09-18(version_etc): Rename parameter, authors, to written_by.Jim Meyering1-3/+2
Combine fprintf and following putc('\n'.
2003-09-18revert previous changeJim Meyering1-92/+12
2003-09-18This lets translators provide better translations for theJim Meyering1-12/+92
`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-01-04Update copyright date.Jim Meyering1-2/+2
2002-11-23Include gettext.h instead of <libintl.h>.Jim Meyering1-6/+2
2002-01-05(version_etc_copyright): Update copyright year.Jim Meyering1-2/+2
2001-11-17Include unlocked-io.h.Jim Meyering1-0/+1
2001-08-27Actually remove the definition of N_.Jim Meyering1-1/+0
2001-08-27(N_): Remove definition.Jim Meyering1-4/+4
Revert most of last change. Instead, simply don't mark the `Copyright...' string for translation. Based on advice from Paul Eggert.
2001-08-26(version_etc_copyright_fmt): Replace literal yearJim Meyering1-3/+4
of copyright with `%s' so translators don't get an untranslated message in 2002. (COPYRIGHT_YEAR): Define. (version_etc): Use fprintf rather than fputs.
2001-03-19(version_etc_copyright): Update to 2001.Jim Meyering1-2/+2
2000-05-15(version_etc_copyright): Update the copyright stringJim Meyering1-2/+2
that goes into all --version output.
1999-09-01(version_etc_copyright): Default copyright string.Jim Meyering1-6/+30
(version_etc): Use it.
1999-05-14(version_etc): Put version info and author namesJim Meyering1-2/+1
on the first two lines respectively rather than putting the three lines of copyright info between them.
1999-03-26*** empty log message ***Jim Meyering1-0/+47