Updated to fedora-glibc-20041214T1058

This commit is contained in:
Jakub Jelinek 2004-12-14 11:22:58 +00:00
parent d3cfe8dd4e
commit 1b88b322d4
6 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,7 @@
2004-12-13 Ulrich Drepper <drepper@redhat.com>
* po/de.po: Update from translation team.
* nss/getnssent.c (__nss_getent): Double buffer size each round to
avoid problems with delays for some people's huge entries.
* nss/getXXbyYY.c (FUNCTION_NAME): Likewise.

View File

@ -74,7 +74,6 @@ For bug reporting instructions, please see:
;;
-u | --u | --un | --unu | --unus | --unuse | --unused)
unused=yes
bind_now=yes
shift
;;
--v | --ve | --ver)

View File

@ -1,5 +1,5 @@
# This file is updated automatically by Makefile.
glibc-branch := fedora
glibc-base := HEAD
fedora-sync-date := 2004-12-13 23:23 UTC
fedora-sync-tag := fedora-glibc-20041213T2323
fedora-sync-date := 2004-12-14 10:58 UTC
fedora-sync-tag := fedora-glibc-20041214T1058

View File

@ -1,4 +1,4 @@
%define glibcrelease 91
%define glibcrelease 92
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@ -1265,6 +1265,10 @@ rm -f *.filelist*
%endif
%changelog
* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
- update from CVS
- fix %{_prefix}/libexec/getconf filenames generation
* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
- update from CVS
- double buffer size in getXXbyYY or getXXent on ERANGE

View File

@ -38,7 +38,7 @@ do_prepare (void)
printf ("cannot create temporary file: %m\n");
exit (1);
}
write (fd, pattern, sizeof (pattern));
write (fd, pattern, sizeof (pattern) - 1);
close (fd);
}

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU libc 2.3.3\n"
"POT-Creation-Date: 2004-08-05 09:16+0200\n"
"PO-Revision-Date: 2004-08-14 12:26+0200\n"
"PO-Revision-Date: 2004-11-06 12:38+0100\n"
"Last-Translator: Jochen Hein <jochen@jochen.org>\n"
"Language-Team: German <de@li.org>\n"
"MIME-Version: 1.0\n"
@ -51,6 +51,7 @@ msgstr ""
# weight
# ellipsis: Auslassung
# range: bereich
#
#: sysdeps/generic/siglist.h:29 stdio-common/../sysdeps/unix/siglist.c:27
msgid "Hangup"
msgstr "Aufgelegt"
@ -2716,7 +2717,7 @@ msgstr "Der Name ist im Netzwerk nicht eindeutig"
#: stdio-common/../sysdeps/gnu/errlist.c:1285
#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:111
msgid "File descriptor in bad state"
msgstr "Die Dateizugriffsnummer ist ein schlechter Verfassung"
msgstr "Die Dateizugriffsnummer ist in schlechter Verfassung"
#: stdio-common/../sysdeps/gnu/errlist.c:1293
#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:112