aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2015-02-05 22:56:00 -0500
committerCarlos O'Donell <carlos@systemhalted.org>2015-02-05 23:14:38 -0500
commit04cb913ddf67ac90da274dd32b6ceafd57ca36ca (patch)
treeafba4836cdd76e3135c24bbe4b21ee721d7ba14d
parent3f823f488a4db8d048892af1a7ee992aab770e5a (diff)
downloadglibc-04cb913ddf67ac90da274dd32b6ceafd57ca36ca.tar.xz
glibc-04cb913ddf67ac90da274dd32b6ceafd57ca36ca.zip
glibc 2.21 pre-release update.
Update all translations. Update contributions in the manual. Update installation notes with information about newest working tools. Reconfigure using exactly autoconf 2.69. Regenerate INSTALL.
-rw-r--r--ChangeLog41
-rw-r--r--INSTALL8
-rw-r--r--manual/contrib.texi7
-rw-r--r--manual/install.texi7
-rw-r--r--po/be.po7928
-rw-r--r--po/bg.po480
-rw-r--r--po/ca.po480
-rw-r--r--po/cs.po480
-rw-r--r--po/da.po4795
-rw-r--r--po/de.po484
-rw-r--r--po/el.po10532
-rw-r--r--po/eo.po480
-rw-r--r--po/es.po480
-rw-r--r--po/fi.po3471
-rw-r--r--po/fr.po480
-rw-r--r--po/gl.po9829
-rw-r--r--po/hr.po2641
-rw-r--r--po/hu.po3371
-rw-r--r--po/ia.po2590
-rw-r--r--po/id.po3517
-rw-r--r--po/it.po3130
-rw-r--r--po/ja.po3118
-rw-r--r--po/ko.po480
-rw-r--r--po/lt.po3763
-rw-r--r--po/nb.po9636
-rw-r--r--po/nl.po480
-rw-r--r--po/pl.po480
-rw-r--r--po/pt_BR.po9939
-rw-r--r--po/ru.po480
-rw-r--r--po/rw.po9036
-rw-r--r--po/sk.po9102
-rw-r--r--po/sl.po1250
-rw-r--r--po/sv.po490
-rw-r--r--po/tr.po3971
-rw-r--r--po/uk.po480
-rw-r--r--po/vi.po588
-rw-r--r--po/zh_CN.po3801
-rw-r--r--po/zh_TW.po1792
-rw-r--r--sysdeps/nios2/configure4
-rw-r--r--sysdeps/unix/sysv/linux/nios2/configure2
40 files changed, 67618 insertions, 46505 deletions
diff --git a/ChangeLog b/ChangeLog
index 343f82ec88..4916b03d0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,46 @@
2015-02-05 Carlos O'Donell <carlos@systemhalted.org>
+ * manual/install.texi: Latest tested versions are GCC 4.9.2,
+ binutls 2.25, and texinfo 5.2.
+ * INSTALL: Regenerate.
+ * sysdeps/nios2/configure: Regenerate.
+ * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
+ * manual/contrib.texi: Update.
+ * po/be.po: Update.
+ * po/bg.po: Update.
+ * po/ca.po: Update.
+ * po/cs.po: Update.
+ * po/da.po: Update.
+ * po/de.po: Update.
+ * po/el.po: Update.
+ * po/eo.po: Update.
+ * po/es.po: Update.
+ * po/fi.po: Update.
+ * po/fr.po: Update.
+ * po/gl.po: Update.
+ * po/hr.po: Update.
+ * po/hu.po: Update.
+ * po/ia.po: Update.
+ * po/id.po: Update.
+ * po/it.po: Update.
+ * po/ja.po: Update.
+ * po/ko.po: Update.
+ * po/lt.po: Update.
+ * po/nb.po: Update.
+ * po/nl.po: Update.
+ * po/pl.po: Update.
+ * po/pt_BR.po: Update.
+ * po/ru.po: Update.
+ * po/rw.po: Update.
+ * po/sk.po: Update.
+ * po/sl.po: Update.
+ * po/sv.po: Update.
+ * po/tr.po: Update.
+ * po/uk.po: Update.
+ * po/vi.po: Update.
+ * po/zh_CN.po: Update.
+ * po/zh_TW.po: Update.
+
* sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
* sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
* sysdeps/hppa/dl-irel.h: Remove #warning.
diff --git a/INSTALL b/INSTALL
index 8028939b1c..5e538a6d58 100644
--- a/INSTALL
+++ b/INSTALL
@@ -340,7 +340,7 @@ build the GNU C Library:
GCC 4.6 or higher is required. In general it is recommended to use
the newest version of the compiler that is known to work for
building the GNU C Library, as newer compilers usually produce
- better code. As of release time, GCC 4.9 is the newest compiler
+ better code. As of release time, GCC 4.9.2 is the newest compiler
verified to work to build the GNU C Library.
You can use whatever compiler you like to compile programs that use
@@ -353,7 +353,8 @@ build the GNU C Library:
You must use GNU 'binutils' (as and ld) to build the GNU C Library.
No other assembler or linker has the necessary functionality at the
- moment.
+ moment. As of release time, GNU 'binutils' 2.25 is the newest
+ verified to work to build the GNU C Library.
* GNU 'texinfo' 4.7 or later
@@ -361,7 +362,8 @@ build the GNU C Library:
need this version of the 'texinfo' package. Earlier versions do
not understand all the tags used in the document, and the
installation mechanism for the info files is not present or works
- differently.
+ differently. As of release time, 'texinfo' 5.2 is the newest
+ verified to work to build the GNU C Library.
* GNU 'awk' 3.1.2, or higher
diff --git a/manual/contrib.texi b/manual/contrib.texi
index d5d85147b6..930d614e9b 100644
--- a/manual/contrib.texi
+++ b/manual/contrib.texi
@@ -85,6 +85,10 @@ and wide-character support functions (@file{wctype.h}, @file{wchar.h}, etc.).
@end itemize
@item
+Richard Earnshaw for continued support and fixes to the various ARM
+machine files.
+
+@item
Paul Eggert for the @code{mktime} function and for his direction as
part of @theglibc{} steering committee.
@@ -282,6 +286,9 @@ libraries and the port to SGI machines running Irix 4
(@code{mips-sgi-irix4}).
@item
+Torvald Riegel for the implementation of a new semaphore algorithm.
+
+@item
Pravin Satpute for writing sorting rules for some Indian languages.
@item
diff --git a/manual/install.texi b/manual/install.texi
index d8dc3d58c9..a3acfdad55 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -384,7 +384,7 @@ GCC 4.6 or newer
GCC 4.6 or higher is required. In general it is recommended to use
the newest version of the compiler that is known to work for building
@theglibc{}, as newer compilers usually produce better code. As of
-release time, GCC 4.9 is the newest compiler verified to work to build
+release time, GCC 4.9.2 is the newest compiler verified to work to build
@theglibc{}.
You can use whatever compiler you like to compile programs that use
@@ -397,7 +397,8 @@ GNU @code{binutils} 2.22 or later
You must use GNU @code{binutils} (as and ld) to build @theglibc{}.
No other assembler or linker has the necessary functionality at the
-moment.
+moment. As of release time, GNU @code{binutils} 2.25 is the newest
+verified to work to build @theglibc{}.
@item
GNU @code{texinfo} 4.7 or later
@@ -406,6 +407,8 @@ To correctly translate and install the Texinfo documentation you need
this version of the @code{texinfo} package. Earlier versions do not
understand all the tags used in the document, and the installation
mechanism for the info files is not present or works differently.
+As of release time, @code{texinfo} 5.2 is the newest verified to work
+to build @theglibc{}.
@item
GNU @code{awk} 3.1.2, or higher
diff --git a/po/be.po b/po/be.po
index fb9c3e53f4..66d12358a0 100644
--- a/po/be.po
+++ b/po/be.po
@@ -1,337 +1,1496 @@
-# SOME DESCRIPTIVE TITLE.
+# Belarusian translation for libc.
# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the glibc package.
# Ales Nyakhaychyk <nab@mail.by>, 2002, 2003.
-#
+# Viktar Siarheichyk <vics@eq.by>, 2014.
msgid ""
msgstr ""
-"Project-Id-Version: libc 2.3.2\n"
-"POT-Creation-Date: 2003-02-22 15:34-0800\n"
-"PO-Revision-Date: 2003-10-26 01:17+0300\n"
-"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
+"Project-Id-Version: libc 2.19.90\n"
+"POT-Creation-Date: 2015-01-20 22:14-0500\n"
+"PO-Revision-Date: 2014-12-24 15:35+0300\n"
+"Last-Translator: Viktar Siarheichyk <vics@eq.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
+"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.0.2\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Virtaal 0.7.1\n"
-#: sysdeps/generic/siglist.h:29 stdio-common/../sysdeps/unix/siglist.c:27
-msgid "Hangup"
-msgstr "Вызваленьне лініі"
+#: argp/argp-help.c:227
+#, c-format
+msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
+msgstr ""
-#: sysdeps/generic/siglist.h:30 stdio-common/../sysdeps/unix/siglist.c:28
-msgid "Interrupt"
-msgstr "Прыпыненьне"
+#: argp/argp-help.c:237
+#, c-format
+msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
+msgstr "%.*s: невядомы ARGP_HELP_FMT парамэтар"
-#: sysdeps/generic/siglist.h:31 stdio-common/../sysdeps/unix/siglist.c:29
-msgid "Quit"
-msgstr "Выхад"
+#: argp/argp-help.c:250
+#, c-format
+msgid "Garbage in ARGP_HELP_FMT: %s"
+msgstr ""
-#: sysdeps/generic/siglist.h:32 stdio-common/../sysdeps/unix/siglist.c:30
-msgid "Illegal instruction"
-msgstr "Недапушчальнае прадпісаньне"
+#: argp/argp-help.c:1214
+msgid "Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options."
+msgstr ""
-#: sysdeps/generic/siglist.h:33 stdio-common/../sysdeps/unix/siglist.c:31
-msgid "Trace/breakpoint trap"
+#: argp/argp-help.c:1600
+msgid "Usage:"
+msgstr "Выкарыстаньне:"
+
+#: argp/argp-help.c:1604
+msgid " or: "
+msgstr " ці: "
+
+#: argp/argp-help.c:1616
+msgid " [OPTION...]"
+msgstr " [ВЫБАР...]"
+
+#: argp/argp-help.c:1643
+#, c-format
+msgid "Try `%s --help' or `%s --usage' for more information.\n"
+msgstr "Паспрабуйце \"%s --help\" ці \"%s --usage\" для больш падрабязных зьвестак.\n"
+
+#: argp/argp-help.c:1671
+#, c-format
+msgid "Report bugs to %s.\n"
msgstr ""
-#: sysdeps/generic/siglist.h:34
-msgid "Aborted"
+#: argp/argp-parse.c:101
+msgid "Give this help list"
msgstr ""
-#: sysdeps/generic/siglist.h:35 stdio-common/../sysdeps/unix/siglist.c:34
-msgid "Floating point exception"
-msgstr "Выключэньне плыўной коскі"
+#: argp/argp-parse.c:102
+msgid "Give a short usage message"
+msgstr "Выдае кароткае паведамленьне аб выкарыстаньні"
-#: sysdeps/generic/siglist.h:36 stdio-common/../sysdeps/unix/siglist.c:35
-msgid "Killed"
-msgstr "Забіты"
+#: argp/argp-parse.c:103 catgets/gencat.c:109 catgets/gencat.c:113
+#: iconv/iconv_prog.c:60 iconv/iconv_prog.c:61 nscd/nscd.c:105
+#: nss/makedb.c:120
+msgid "NAME"
+msgstr ""
-#: sysdeps/generic/siglist.h:37 stdio-common/../sysdeps/unix/siglist.c:36
-msgid "Bus error"
-msgstr "Памылка шыны"
+#: argp/argp-parse.c:104
+msgid "Set the program name"
+msgstr ""
-#: sysdeps/generic/siglist.h:38 stdio-common/../sysdeps/unix/siglist.c:37
-msgid "Segmentation fault"
-msgstr "Збой сэгмэнтацыі"
+#: argp/argp-parse.c:105
+msgid "SECS"
+msgstr ""
-#. TRANS Broken pipe; there is no process reading from the other end of a pipe.
-#. TRANS Every library function that returns this error code also generates a
-#. TRANS @code{SIGPIPE} signal; this signal terminates the program if not handled
-#. TRANS or blocked. Thus, your program will never actually see @code{EPIPE}
-#. TRANS unless it has handled or blocked @code{SIGPIPE}.
-#: sysdeps/generic/siglist.h:39 stdio-common/../sysdeps/gnu/errlist.c:351
-#: stdio-common/../sysdeps/unix/siglist.c:39
-#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:62
-msgid "Broken pipe"
-msgstr "Зламаны трубаправод"
+#: argp/argp-parse.c:106
+msgid "Hang for SECS seconds (default 3600)"
+msgstr ""
-#: sysdeps/generic/siglist.h:40 stdio-common/../sysdeps/unix/siglist.c:40
-msgid "Alarm clock"
+#: argp/argp-parse.c:167
+msgid "Print program version"
msgstr ""
-#: sysdeps/generic/siglist.h:41 stdio-common/../sysdeps/unix/siglist.c:41
-msgid "Terminated"
-msgstr "Завершаны"
+#: argp/argp-parse.c:183
+msgid "(PROGRAM ERROR) No version known!?"
+msgstr ""
-#: sysdeps/generic/siglist.h:42 stdio-common/../sysdeps/unix/siglist.c:42
-msgid "Urgent I/O condition"
+#: argp/argp-parse.c:623
+#, c-format
+msgid "%s: Too many arguments\n"
+msgstr "%s: зашмат довадаў\n"
+
+#: argp/argp-parse.c:766
+msgid "(PROGRAM ERROR) Option should have been recognized!?"
msgstr ""
-#: sysdeps/generic/siglist.h:43 stdio-common/../sysdeps/unix/siglist.c:43
-msgid "Stopped (signal)"
-msgstr "Спынены (сыгнал)"
+#: assert/assert-perr.c:35
+#, c-format
+msgid "%s%s%s:%u: %s%sUnexpected error: %s.\n"
+msgstr "%s%s%s:%u: %s%sНечаканая памылка: %s.\n"
-#: sysdeps/generic/siglist.h:44 stdio-common/../sysdeps/unix/siglist.c:44
-msgid "Stopped"
-msgstr "Спынены"
+#: assert/assert.c:101
+#, fuzzy, c-format
+#| msgid "%s%s%s:%u: %s%sAssertion `%s' failed.\n"
+msgid ""
+"%s%s%s:%u: %s%sAssertion `%s' failed.\n"
+"%n"
+msgstr "%s%s%s:%u: %s%sСьцьвярджэньне `%s' збаіць.\n"
-#: sysdeps/generic/siglist.h:45 stdio-common/../sysdeps/unix/siglist.c:45
-msgid "Continued"
-msgstr "Працягнуты"
+#: catgets/gencat.c:110
+msgid "Create C header file NAME containing symbol definitions"
+msgstr ""
-#: sysdeps/generic/siglist.h:46 stdio-common/../sysdeps/unix/siglist.c:46
-msgid "Child exited"
-msgstr "Працэс-нашчадак завершыўся"
+#: catgets/gencat.c:112
+msgid "Do not use existing catalog, force new output file"
+msgstr ""
-#: sysdeps/generic/siglist.h:47 stdio-common/../sysdeps/unix/siglist.c:47
-msgid "Stopped (tty input)"
-msgstr "Спынены (тэрмінальны ўвод)"
+#: catgets/gencat.c:113 nss/makedb.c:120
+msgid "Write output to file NAME"
+msgstr "Запісвае вывад у фай НАЗВА"
-#: sysdeps/generic/siglist.h:48 stdio-common/../sysdeps/unix/siglist.c:48
-msgid "Stopped (tty output)"
-msgstr "Спынены (тэрмінальны вывад)"
+#: catgets/gencat.c:118
+msgid ""
+"Generate message catalog.\vIf INPUT-FILE is -, input is read from standard input. If OUTPUT-FILE\n"
+"is -, output is written to standard output.\n"
+msgstr ""
-#: sysdeps/generic/siglist.h:49 stdio-common/../sysdeps/unix/siglist.c:49
-msgid "I/O possible"
-msgstr "магчымы У/В"
+#: catgets/gencat.c:123
+msgid ""
+"-o OUTPUT-FILE [INPUT-FILE]...\n"
+"[OUTPUT-FILE [INPUT-FILE]...]"
+msgstr ""
-#: sysdeps/generic/siglist.h:50 stdio-common/../sysdeps/unix/siglist.c:50
-msgid "CPU time limit exceeded"
-msgstr "вычарпана абмежаваньне на час ЦП"
+#: catgets/gencat.c:229 debug/pcprofiledump.c:209 elf/ldconfig.c:307
+#: elf/pldd.c:244 elf/sln.c:85 elf/sprof.c:372 iconv/iconv_prog.c:408
+#: iconv/iconvconfig.c:379 locale/programs/locale.c:277
+#: locale/programs/localedef.c:376 login/programs/pt_chown.c:88
+#: malloc/memusagestat.c:563 nss/getent.c:969 nss/makedb.c:369
+#: posix/getconf.c:486 sunrpc/rpcinfo.c:691
+#: sysdeps/unix/sysv/linux/lddlibc4.c:61
+#, c-format
+msgid ""
+"For bug reporting instructions, please see:\n"
+"%s.\n"
+msgstr ""
-#: sysdeps/generic/siglist.h:51 stdio-common/../sysdeps/unix/siglist.c:51
-msgid "File size limit exceeded"
-msgstr "Вычарпана абмежаваньне на памер файла"
+#: catgets/gencat.c:245 debug/pcprofiledump.c:225 debug/xtrace.sh:64
+#: elf/ldconfig.c:323 elf/ldd.bash.in:38 elf/pldd.c:260 elf/sotruss.sh:75
+#: elf/sprof.c:389 iconv/iconv_prog.c:425 iconv/iconvconfig.c:396
+#: locale/programs/locale.c:294 locale/programs/localedef.c:402
+#: login/programs/pt_chown.c:62 malloc/memusage.sh:71
+#: malloc/memusagestat.c:581 nscd/nscd.c:509 nss/getent.c:86 nss/makedb.c:385
+#: posix/getconf.c:468 sysdeps/unix/sysv/linux/lddlibc4.c:68
+#, c-format
+msgid ""
+"Copyright (C) %s Free Software Foundation, Inc.\n"
+"This is free software; see the source for copying conditions. There is NO\n"
+"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
+msgstr ""
-#: sysdeps/generic/siglist.h:52 stdio-common/../sysdeps/unix/siglist.c:52
-msgid "Virtual timer expired"
+#: catgets/gencat.c:250 debug/pcprofiledump.c:230 debug/xtrace.sh:68
+#: elf/ldconfig.c:328 elf/pldd.c:265 elf/sprof.c:395 iconv/iconv_prog.c:430
+#: iconv/iconvconfig.c:401 locale/programs/locale.c:299
+#: locale/programs/localedef.c:407 malloc/memusage.sh:75
+#: malloc/memusagestat.c:586 nscd/nscd.c:514 nss/getent.c:91 nss/makedb.c:390
+#: posix/getconf.c:473
+#, c-format
+msgid "Written by %s.\n"
+msgstr "Напісана %s.\n"
+
+#: catgets/gencat.c:281
+msgid "*standard input*"
msgstr ""
-#: sysdeps/generic/siglist.h:53 stdio-common/../sysdeps/unix/siglist.c:53
-msgid "Profiling timer expired"