[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r25505 - in /fsf/glibc-2_19-branch/libc: ./ po/ sysdeps/unix/sysv/linux/sparc/bits/ timezone/
- To: commits@xxxxxxxxxx
- Subject: [Commits] r25505 - in /fsf/glibc-2_19-branch/libc: ./ po/ sysdeps/unix/sysv/linux/sparc/bits/ timezone/
- From: eglibc@xxxxxxxxxx
- Date: Fri, 16 May 2014 07:01:51 -0000
Author: eglibc
Date: Fri May 16 00:01:49 2014
New Revision: 25505
Log:
Import glibc-2.19 for 2014-05-16
Modified:
fsf/glibc-2_19-branch/libc/ChangeLog
fsf/glibc-2_19-branch/libc/NEWS
fsf/glibc-2_19-branch/libc/po/sv.po
fsf/glibc-2_19-branch/libc/sysdeps/unix/sysv/linux/sparc/bits/resource.h
fsf/glibc-2_19-branch/libc/timezone/Makefile
Modified: fsf/glibc-2_19-branch/libc/ChangeLog
==============================================================================
--- fsf/glibc-2_19-branch/libc/ChangeLog (original)
+++ fsf/glibc-2_19-branch/libc/ChangeLog Fri May 16 00:01:49 2014
@@ -1,3 +1,18 @@
+2014-05-13 Sami Kerola <kerolasa@xxxxxx>
+
+ * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
+ current working directory
+
+2014-05-16 Allan McRae <allan@xxxxxxxxxxxxx>
+
+ * po/sv.po: Update Swedish translation from translation project.
+
+2014-05-16 Aurelien Jarno <aurelien@xxxxxxxxxxx>
+
+ [BZ #16943]
+ * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
+ and prlimit64.
+
2014-05-06 Aurelien Jarno <aurelien@xxxxxxxxxxx>
[BZ# 16916]
Modified: fsf/glibc-2_19-branch/libc/NEWS
==============================================================================
--- fsf/glibc-2_19-branch/libc/NEWS (original)
+++ fsf/glibc-2_19-branch/libc/NEWS Fri May 16 00:01:49 2014
@@ -9,7 +9,8 @@
* The following bugs are resolved with this release:
- 16545, 16623, 16885, 16916.
+ 16545, 16623, 16885, 16916, 16943.
+
Version 2.19
Modified: fsf/glibc-2_19-branch/libc/po/sv.po
==============================================================================
--- fsf/glibc-2_19-branch/libc/po/sv.po (original)
+++ fsf/glibc-2_19-branch/libc/po/sv.po Fri May 16 00:01:49 2014
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: libc 2.18.90.20140105\n"
"POT-Creation-Date: 2014-01-05 17:40+1000\n"
-"PO-Revision-Date: 2014-01-09 10:33+0100\n"
+"PO-Revision-Date: 2014-05-06 18:15+0200\n"
"Last-Translator: Jan DjÃÂrv <jan.h.d@xxxxxxxxxx>\n"
"Language-Team: Swedish <tp-sv@xxxxxxxxxxxxxxx>\n"
"Language: sv\n"
@@ -883,7 +883,7 @@
#: elf/ldconfig.c:1072
#, c-format
msgid "Warning: ignoring configuration file that cannot be opened: %s"
-msgstr "Varning: Ignorerar konfigurationsfil som inte kan ÃÂppnas: %s"
+msgstr "Varning: ignorerar konfigurationsfil som inte kan ÃÂppnas: %s"
#: elf/ldconfig.c:1138
#, c-format
@@ -4104,7 +4104,7 @@
#: nscd/nscd.c:120
msgid "Do not fork, but otherwise behave like a daemon"
-msgstr "Skapa inte brnprocess, men i allt annat upptrÃÂd som en demon"
+msgstr "Skapa inte barnprocess, men i allt annat upptrÃÂd som en demon"
#: nscd/nscd.c:121
msgid "NUMBER"
@@ -4630,7 +4630,7 @@
#: nss/makedb.c:799
#, c-format
msgid "failed to write new database file"
-msgstr "misslyckades med att skriva databasfil"
+msgstr "misslyckades med att skriva ny databasfil"
#: nss/makedb.c:812
#, c-format
@@ -5496,7 +5496,7 @@
#: sunrpc/rpc_main.c:1445
#, c-format
msgid "-5\t\tSysVr4 compatibility mode\n"
-msgstr "-5\t\tSysVr4 kompabilitetslÃÂge\n"
+msgstr "-5\t\tSysVr4-kompatibilitetslÃÂge\n"
#: sunrpc/rpc_main.c:1446
#, c-format
@@ -6812,7 +6812,7 @@
"\n"
"Report bugs to %s.\n"
msgstr ""
-"%s: anvÃÂndning ÃÂr %s [ --version ] [ --help ] [ -{vV} ] [ -{ct} [start,]slut] zonnamn ...\n"
+"%s: anvÃÂndning: %s [ --version ] [ --help ] [ -{vV} ] [ -{ct} [start,]slut] zonnamn ...\n"
"Rapportera fel till %s.\n"
"Rapportera fel eller synpunkter pÃÂ ÃÂversÃÂttningen till <tp-sv@xxxxxxxxxxxxxxx>.\n"
Modified: fsf/glibc-2_19-branch/libc/sysdeps/unix/sysv/linux/sparc/bits/resource.h
==============================================================================
--- fsf/glibc-2_19-branch/libc/sysdeps/unix/sysv/linux/sparc/bits/resource.h (original)
+++ fsf/glibc-2_19-branch/libc/sysdeps/unix/sysv/linux/sparc/bits/resource.h Fri May 16 00:01:49 2014
@@ -252,3 +252,30 @@
PRIO_USER = 2 /* WHO is a user ID. */
#define PRIO_USER PRIO_USER
};
+
+__BEGIN_DECLS
+
+#ifdef __USE_GNU
+/* Modify and return resource limits of a process atomically. */
+# ifndef __USE_FILE_OFFSET64
+extern int prlimit (__pid_t __pid, enum __rlimit_resource __resource,
+ const struct rlimit *__new_limit,
+ struct rlimit *__old_limit) __THROW;
+# else
+# ifdef __REDIRECT_NTH
+extern int __REDIRECT_NTH (prlimit, (__pid_t __pid,
+ enum __rlimit_resource __resource,
+ const struct rlimit *__new_limit,
+ struct rlimit *__old_limit), prlimit64);
+# else
+# define prlimit prlimit64
+# endif
+# endif
+# ifdef __USE_LARGEFILE64
+extern int prlimit64 (__pid_t __pid, enum __rlimit_resource __resource,
+ const struct rlimit64 *__new_limit,
+ struct rlimit64 *__old_limit) __THROW;
+# endif
+#endif
+
+__END_DECLS
Modified: fsf/glibc-2_19-branch/libc/timezone/Makefile
==============================================================================
--- fsf/glibc-2_19-branch/libc/timezone/Makefile (original)
+++ fsf/glibc-2_19-branch/libc/timezone/Makefile Fri May 16 00:01:49 2014
@@ -114,7 +114,7 @@
$(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make
sed -e 's|/bin/bash|$(KSH)|g' \
- -e '/TZDIR=/s|\$$(pwd)|$(zonedir)|' \
+ -e 's|TZDIR=[^}]*|TZDIR=$(zonedir)|' \
-e '/TZVERSION=/s|see_Makefile|"$(version)"|' \
-e '/PKGVERSION=/s|=.*|="$(PKGVERSION)"|' \
-e '/REPORT_BUGS_TO=/s|=.*|="$(REPORT_BUGS_TO)"|' \
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits