]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update from gnulib.
authorBruno Haible <bruno@clisp.org>
Fri, 3 Jun 2011 09:13:04 +0000 (11:13 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 7 Jun 2011 21:39:48 +0000 (23:39 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/vasnprintf.c
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/vasnprintf.c

index cdb8b999f8ba2f099c00bd660f5640838457921b..d0fc798bc323773396f27cd1b00e2a79f9e20164 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-23  Bruno Haible  <bruno@clisp.org>
+
+       Fix misindentation of preprocessor directives.
+       * vasnprintf.c (decode_long_double): Reindent preprocessor directives.
+
 2011-02-12  Bruno Haible  <bruno@clisp.org>
 
        Workaround native Windows bug.
index dcdbec3cbe90be94126785c39349a5dcf5333b24..320bba384d1b2ba3ee1b59160d845962ac6709a5 100644 (file)
@@ -934,11 +934,11 @@ decode_long_double (long double x, int *ep, mpn_t *mp)
         abort ();
       m.limbs[--i] = (hi << (GMP_LIMB_BITS / 2)) | lo;
     }
-#if 0 /* On FreeBSD 6.1/x86, 'long double' numbers sometimes have excess
-         precision.  */
+#  if 0 /* On FreeBSD 6.1/x86, 'long double' numbers sometimes have excess
+           precision.  */
   if (!(y == 0.0L))
     abort ();
-#endif
+#  endif
   /* Normalise.  */
   while (m.nlimbs > 0 && m.limbs[m.nlimbs - 1] == 0)
     m.nlimbs--;
index c76f1a24b10a014acfa45f0020b77d3658ce79c9..c4b19a60c0f743746c287815464cb899c091ac91 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-23  Bruno Haible  <bruno@clisp.org>
+
+       Fix misindentation of preprocessor directives.
+       * vasnprintf.c (decode_long_double): Reindent preprocessor directives.
+
 2011-02-04  Bruno Haible  <bruno@clisp.org>
 
        vasnprintf: Reduce use of malloc for small format strings.
index dcdbec3cbe90be94126785c39349a5dcf5333b24..320bba384d1b2ba3ee1b59160d845962ac6709a5 100644 (file)
@@ -934,11 +934,11 @@ decode_long_double (long double x, int *ep, mpn_t *mp)
         abort ();
       m.limbs[--i] = (hi << (GMP_LIMB_BITS / 2)) | lo;
     }
-#if 0 /* On FreeBSD 6.1/x86, 'long double' numbers sometimes have excess
-         precision.  */
+#  if 0 /* On FreeBSD 6.1/x86, 'long double' numbers sometimes have excess
+           precision.  */
   if (!(y == 0.0L))
     abort ();
-#endif
+#  endif
   /* Normalise.  */
   while (m.nlimbs > 0 && m.limbs[m.nlimbs - 1] == 0)
     m.nlimbs--;