2003-02-22 Ulrich Drepper <drepper@redhat.com>
+ * 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.
+2003-02-22 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile (before-compile): Add $(objpfx)banner.h.
+
+ * eintr.c (eintr_source): Add unnecessary return but the compiler
+ insists.
+
+ * tst-kill3.c: Include <unistd.h>.
+
2003-02-21 Roland McGrath <roland@redhat.com>
* pthread_create.c (start_thread): Call __libc_thread_freeres.
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
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"
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"
"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