+2007-03-08 Bruno Haible <bruno@clisp.org>
+
+ * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
+ * lib/getopt_.h: Likewise.
+ * lib/mbswidth.h: Likewise.
+ * lib/setenv.h: Likewise.
+ * lib/vasnprintf.h: Likewise.
+ * lib/vasprintf.h: Likewise.
+ * lib/verror.h: Likewise.
+ * lib/xsetenv.h: Likewise.
+ * lib/xvasprintf.h: Likewise.
+
2007-03-08 Jim Meyering <jim@meyering.net>
* users.txt: Add parted.
/* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
- 2005 Free Software Foundation, Inc.
+ 2005, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
#ifndef _FNMATCH_H
#define _FNMATCH_H 1
-#ifdef __cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
extern int fnmatch (const char *__pattern, const char *__name,
int __flags);
-#ifdef __cplusplus
+#ifdef __cplusplus
}
#endif
/* Declarations for getopt.
- Copyright (C) 1989-1994,1996-1999,2001,2003,2004,2005,2006
+ Copyright (C) 1989-1994,1996-1999,2001,2003,2004,2005,2006,2007
Free Software Foundation, Inc.
This file is part of the GNU C Library.
# endif
#endif
-#ifdef __cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
#endif
-#ifdef __cplusplus
+#ifdef __cplusplus
}
#endif
/* Determine the number of screen columns needed for a string.
- Copyright (C) 2000-2004 Free Software Foundation, Inc.
+ Copyright (C) 2000-2004, 2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#endif
-#ifdef __cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
extern int mbsnwidth (const char *buf, size_t nbytes, int flags);
-#ifdef __cplusplus
+#ifdef __cplusplus
}
#endif
/* Setting environment variables.
- Copyright (C) 2001-2004 Free Software Foundation, Inc.
+ Copyright (C) 2001-2004, 2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#endif
-#ifdef __cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
#endif
-#ifdef __cplusplus
+#ifdef __cplusplus
}
#endif
# 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
# endif
#endif
-#ifdef __cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
extern int vasprintf (char **result, const char *format, va_list args)
__attribute__ ((__format__ (__printf__, 2, 0)));
-#ifdef __cplusplus
+#ifdef __cplusplus
}
#endif
/* Declaration for va_list error-reporting function
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 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 General Public License as published by
#include "error.h"
#include <stdarg.h>
-#ifdef __cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
va_list __args)
__attribute__ ((__format__ (__printf__, 5, 0)));
-#ifdef __cplusplus
+#ifdef __cplusplus
}
#endif
/* Setting environment variables, with out-of-memory checking.
- Copyright (C) 2001-2002 Free Software Foundation, Inc.
+ Copyright (C) 2001-2002, 2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
/* Get unsetenv(). It can be used without error checking. */
#include "setenv.h"
-#ifdef __cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
With error checking. */
extern void xsetenv (const char *name, const char *value, int replace);
-#ifdef __cplusplus
+#ifdef __cplusplus
}
#endif
/* vasprintf and asprintf with out-of-memory checking.
- Copyright (C) 2002-2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2002-2004, 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 General Public License as published by
# endif
#endif
-#ifdef __cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
extern char *xvasprintf (const char *format, va_list args)
__attribute__ ((__format__ (__printf__, 1, 0)));
-#ifdef __cplusplus
+#ifdef __cplusplus
}
#endif