[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r11933 - in /fsf/trunk/libc: ChangeLog math/math.h po/da.po



Author: eglibc
Date: Tue Nov  2 00:03:15 2010
New Revision: 11933

Log:
Import glibc-mainline for 2010-11-02

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/math/math.h
    fsf/trunk/libc/po/da.po

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Tue Nov  2 00:03:15 2010
@@ -1,3 +1,11 @@
+2010-10-28  Erich Ritz  <erichritz@xxxxxxxxx>
+
+	* math/math.h (isinf): Fix typo in comment.
+
+2010-11-01  Ulrich Drepper  <drepper@xxxxxxxxx>
+
+	* po/da.po: Update from translation team.
+
 2010-10-26  Ulrich Drepper  <drepper@xxxxxxxxx>
 
 	* elf/rtld.c (dl_main): Move assertion after the point where rtld map

Modified: fsf/trunk/libc/math/math.h
==============================================================================
--- fsf/trunk/libc/math/math.h (original)
+++ fsf/trunk/libc/math/math.h Tue Nov  2 00:03:15 2010
@@ -261,7 +261,7 @@
       ? __isnan (x) : __isnanl (x))
 # endif
 
-/* Return nonzero value is X is positive or negative infinity.  */
+/* Return nonzero value if X is positive or negative infinity.  */
 # ifdef __NO_LONG_DOUBLE_MATH
 #  define isinf(x) \
      (sizeof (x) == sizeof (float) ? __isinff (x) : __isinf (x))

Modified: fsf/trunk/libc/po/da.po
==============================================================================
--- fsf/trunk/libc/po/da.po (original)
+++ fsf/trunk/libc/po/da.po Tue Nov  2 00:03:15 2010
@@ -1,15 +1,14 @@
-# translation of libc-2.9.90.po to Danish
 # Danish messages for GNU libc.
 # Copyright (C) 1996, 2009 Free Software Foundation, Inc.
 # This file is distributed under the same license as the glibc package.
 #
-# Keld Simonsen <keld@xxxxxxxx>, 2000-2002, 2009.
+# Keld Simonsen <keld@xxxxxxxxxx>, 2000-2002, 2009-2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: libc-2.9.90\n"
+"Project-Id-Version: libc-2.11.1\n"
 "POT-Creation-Date: 2009-02-06 12:40-0800\n"
-"PO-Revision-Date: 2009-05-20 11:37+0200\n"
-"Last-Translator: Keld Simonsen <keld@xxxxxxxx>\n"
+"PO-Revision-Date: 2010-11-01 10:37+0100\n"
+"Last-Translator: Keld Simonsen <keld@xxxxxxxxxx>\n"
 "Language-Team: Danish <dansk@xxxxxxxxxxxxxxxx>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-1\n"
@@ -122,7 +121,7 @@
 "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 ""
-"Generér meddelelseskatalog.\\vHvis INDFIL er '-' læses inddata fra standard ind.\n"
+"Generér meddelelseskatalog.\vHvis INDFIL er '-' læses inddata fra standard ind.\n"
 "Hvis UDFIL er '-' skrives uddata til standard ud.\n"
 
 #: catgets/gencat.c:124