]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Sync with gnulib.
authorBruno Haible <bruno@clisp.org>
Thu, 29 Mar 2007 22:32:09 +0000 (22:32 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:45 +0000 (12:14 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/asprintf.c
gettext-runtime/libasprintf/vasprintf.c

index 7482b588eade9971576d165d4135980d6b224fa8..319286f76a000d282b3e494c8bb05c39ddc834a8 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-29  Bruno Haible  <bruno@clisp.org>
+
+       * vasprintf.c: Sync with gnulib.
+       * asprintf.c: Likewise.
+
 2007-03-25  Bruno Haible  <bruno@clisp.org>
 
        * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
index 79a03b00e9795c9836a690d9ba08e7ce34140b7b..87d2128c804db8d66682ec2344d764e08b45cd08 100644 (file)
@@ -1,5 +1,5 @@
 /* Formatted output to strings.
-   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU Library General Public License as published
 #include <config.h>
 
 /* Specification.  */
-#include "vasprintf.h"
+#ifdef IN_LIBASPRINTF
+# include "vasprintf.h"
+#else
+# include <stdio.h>
+#endif
 
 #include <stdarg.h>
 
index 34117059f2f7c4ca8ad22a7345c878857651e539..785468fecb5c875a1eb306065f7a8c9e0a742efc 100644 (file)
@@ -1,5 +1,5 @@
 /* Formatted output to strings.
-   Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU Library General Public License as published
 #include <config.h>
 
 /* Specification.  */
-#include "vasprintf.h"
+#ifdef IN_LIBASPRINTF
+# include "vasprintf.h"
+#else
+# include <stdio.h>
+#endif
 
 #include <errno.h>
 #include <limits.h>