+2007-03-08 Bruno Haible <bruno@clisp.org>
+
+ * lib/vasnprintf.h: Convert tabs in the middle of lines to spaces.
+
2007-05-12 Bruno Haible <bruno@clisp.org>
* Makefile.in (install-dvi, install-html, install-info, install-ps,
# endif
#endif
-#ifdef __cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args)
__attribute__ ((__format__ (__printf__, 3, 0)));
-#ifdef __cplusplus
+#ifdef __cplusplus
}
#endif
+2007-03-08 Bruno Haible <bruno@clisp.org>
+
+ * lib/vasnprintf.h: Convert tabs in the middle of lines to spaces.
+
2007-05-03 Bruno Haible <bruno@clisp.org>
Add support for both "makeinfo --html" and texi2html.
# endif
#endif
-#ifdef __cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args)
__attribute__ ((__format__ (__printf__, 3, 0)));
-#ifdef __cplusplus
+#ifdef __cplusplus
}
#endif