+2010-05-09 Bruno Haible <bruno@clisp.org>
+
+ vasnprintf: Fix syntax errors in libintl build on mingw.
+ * vasnprintf.c (VASNPRINTF): Move a closing brace. Undefine
+ pad_ourselves and prec_ourselves after use.
+
2010-04-03 Bruno Haible <bruno@clisp.org>
localename: Port to MacOS X 10.6.
length += n;
}
}
- }
# endif
+ }
#endif
#if (NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_DOUBLE) && !defined IN_LIBINTL
else if ((dp->conversion == 'a' || dp->conversion == 'A')
length += count;
break;
}
+#undef pad_ourselves
+#undef prec_ourselves
}
}
}
+2010-05-09 Bruno Haible <bruno@clisp.org>
+
+ vasnprintf: Fix syntax errors in libintl build on mingw.
+ * vasnprintf.c (VASNPRINTF): Move a closing brace. Undefine
+ pad_ourselves and prec_ourselves after use.
+
2010-04-24 Bruno Haible <bruno@clisp.org>
vasnprintf: Correct errno value in case of out-of-memory.
length += n;
}
}
- }
# endif
+ }
#endif
#if (NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_DOUBLE) && !defined IN_LIBINTL
else if ((dp->conversion == 'a' || dp->conversion == 'A')
length += count;
break;
}
+#undef pad_ourselves
+#undef prec_ourselves
}
}
}