From 757f9fcb6f5f87d650e862226a197f1e872f904c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 22 Feb 2003 20:02:35 +0000 Subject: Update. * iconv/iconv_prog.c (main): Unify messages. --- ChangeLog | 2 ++ iconv/iconv_prog.c | 2 +- nptl/ChangeLog | 9 +++++++++ nptl/Makefile | 2 +- nptl/eintr.c | 3 +++ nptl/tst-kill3.c | 1 + po/de.po | 17 ++++++----------- 7 files changed, 23 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index b5b20eb..801df11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-02-22 Ulrich Drepper + * iconv/iconv_prog.c (main): Unify messages. + * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word when shifting retval. * stdlib/tst-strtod.c (main): Add strtold test case. diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c index 229b752..78b430d 100644 --- a/iconv/iconv_prog.c +++ b/iconv/iconv_prog.c @@ -239,7 +239,7 @@ main (int argc, char *argv[]) if (to_wrong) error (EXIT_FAILURE, 0, _("\ -conversions from `%s' and to `%s' are not supported"), +conversion from `%s' and to `%s' are not supported"), from_pretty, to_pretty); else error (EXIT_FAILURE, 0, diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a45742a..e5b2639 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2003-02-22 Ulrich Drepper + + * Makefile (before-compile): Add $(objpfx)banner.h. + + * eintr.c (eintr_source): Add unnecessary return but the compiler + insists. + + * tst-kill3.c: Include . + 2003-02-21 Roland McGrath * pthread_create.c (start_thread): Call __libc_thread_freeres. diff --git a/nptl/Makefile b/nptl/Makefile index 5b7ced7..47717b0 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -306,7 +306,7 @@ $(objpfx)crti.o: $(objpfx)crti.S $(objpfx)defs.h generated += crti.S defs.h pt-initfini.s $(objpfx)tst-atfork2.mtrace \ $(addsuffix .so,$(strip $(modules-names))) -$(objpfx)version.os: $(objpfx)banner.h +before-compile = $(objpfx)banner.h $(objpfx)banner.h: Banner sed 's/\(.*\)/"\1\\n"/' $< > $@ generated += banner.h diff --git a/nptl/eintr.c b/nptl/eintr.c index a1b4746..64e5690 100644 --- a/nptl/eintr.c +++ b/nptl/eintr.c @@ -48,6 +48,9 @@ eintr_source (void *arg) nanosleep (&ts, NULL); } + + /* NOTREACHED */ + return NULL; } diff --git a/nptl/tst-kill3.c b/nptl/tst-kill3.c index 9e29c73..9ea8d55 100644 --- a/nptl/tst-kill3.c +++ b/nptl/tst-kill3.c @@ -22,6 +22,7 @@ #include #include #include +#include #include diff --git a/po/de.po b/po/de.po index 7713159..e7c7021 100644 --- a/po/de.po +++ b/po/de.po @@ -293,22 +293,22 @@ msgid "cannot open output file" msgstr "Kann die Ausgabedatei nicht öffnen" #: iconv/iconv_prog.c:241 -#, fuzzy, c-format +#, c-format msgid "conversions from `%s' and to `%s' are not supported" msgstr "Konvertierung von »%s« nach »%s« wird nicht unterstützt" #: iconv/iconv_prog.c:246 -#, fuzzy, c-format +#, c-format msgid "conversion from `%s' is not supported" -msgstr "Konvertierung von »%s« nach »%s« wird nicht unterstützt" +msgstr "Konvertierung von »%s« wird nicht unterstützt" #: iconv/iconv_prog.c:253 -#, fuzzy, c-format +#, c-format msgid "conversion to `%s' is not supported" -msgstr "Konvertierung von »%s« nach »%s« wird nicht unterstützt" +msgstr "Konvertierung nach »%s« wird nicht unterstützt" #: iconv/iconv_prog.c:257 -#, fuzzy, c-format +#, c-format msgid "conversion from `%s' to `%s' is not supported" msgstr "Konvertierung von »%s« nach »%s« wird nicht unterstützt" @@ -368,7 +368,6 @@ msgid "unknown iconv() error %d" msgstr "unbekannter iconv()-Fehler %d" #: iconv/iconv_prog.c:753 -#, fuzzy msgid "" "The following list contain all the coded character sets known. This does\n" "not necessarily mean that all combinations of these names can be used for\n" @@ -382,10 +381,6 @@ msgstr "" "und TO Parameter konvertiert werden kann. Eine Zeichensatzkodierung kann\n" "unter verschiedenen Namen aufgeführt sein (sog. Aliasnamen).\n" "\n" -"Einige Namen sind keine normalen Zeichenketten, sondern Reguläre Ausdrücke;\n" -"diese passen zu einer Reihe von Namen, die als Parameter angegeben\n" -"werden können.\n" -"\n" " " #: iconv/iconvconfig.c:110 -- cgit v1.1