From 8ca5c11bdfa4c5cc6ef75d048340f8854c8b3eaf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Sep 1996 02:07:08 +0000 Subject: second update 960907 from main archive Sun Sep 8 02:36:02 1996 Ulrich Drepper * locale/SYS_libc.c (_libc_intl_domainname): Change value to "libc". This is consistent with all other GNU packages. We shouldn't take care for a possible clash. Somebody will name the domain of a package libc if it is not the libc itself. * MakeTAGS ($P/SYS_libc.pot): Rename to $P/libc.pot. * po/Makefile (domainname): Change to libc. (distribute): Now ship libc.pot. * catgets/gencat.c (usage): Use `PACKAGE' for package name in version information banner. Change bug report address to bug-glibc@prep not @gnu. * db/makedb.c (PACKAGE): New macro. Set to _libc_intl_domain. (main): Use `PACKAGE' for package name in version information banner. Change bug report address to bug-glibc@prep not @gnu. * locale/programs/locale.c (main): Use `PACKAGE' for package name in version information banner. Change bug report address to bug-glibc@prep not @gnu. * locale/programs/localedef.c (main): Likewise. * version.h (VERSION): Bump to 1.94. * libio/iofdopen: Initialize _lock field only if _IO_MTSAFE_IO. --- locale/programs/locale.c | 4 ++-- locale/programs/localedef.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'locale/programs') diff --git a/locale/programs/locale.c b/locale/programs/locale.c index a4254e3..a3ffd48 100644 --- a/locale/programs/locale.c +++ b/locale/programs/locale.c @@ -183,7 +183,7 @@ main (int argc, char *argv[]) /* Version information is requested. */ if (do_version) { - fprintf (stderr, "%s - GNU %s %s\n", __progname, "libc", VERSION); + fprintf (stderr, "%s - GNU %s %s\n", __progname, PACKAGE, VERSION); exit (EXIT_SUCCESS); } @@ -245,7 +245,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ \n\ -c, --category-name write names of selected categories\n\ -k, --keyword-name write names of selected keywords\n\ -Report bugs to ."), +Report bugs to .\n"), __progname); exit (status); diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c index d47983b..8eab9c1 100644 --- a/locale/programs/localedef.c +++ b/locale/programs/localedef.c @@ -174,7 +174,7 @@ main (int argc, char *argv[]) if (do_version) { fprintf (stderr, "%s - GNU %s %s\n", program_invocation_short_name, - "libc", VERSION); + PACKAGE, VERSION); exit (0); } @@ -397,7 +397,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ \n\ System's directory for character maps: %s\n\ locale files : %s\n\ -Report bugs to ."), +Report bugs to .\n"), program_invocation_name, CHARMAP_PATH, LOCALE_PATH); exit (status); -- cgit v1.1