+2005-08-27 Jim Meyering <jim@meyering.net>
+
+ * fcntl-safer.m4, stdio-safer.m4, unistd-safer.m4: Sync from gnulib.
+
+
2005-08-01 Jim Meyering <jim@meyering.net>
* xanstrftime.m4 (gl_FUNC_XANSTRFTIME): New file/macro.
* fcntl-safer.m4 (gl_FCNTL_SAFER): Add fcntl--.h to the list.
* stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h to the list.
- * stdlib-safer.m4: (gl_STDLIB_SAFER): Add stdlib--.h to the list.
+ * stdlib-safer.m4 (gl_STDLIB_SAFER): Add stdlib--.h to the list.
* unistd-safer.m4 (gl_UNISTD_SAFER): Add unistd--.h to the list.
2005-07-02 Paul Eggert <eggert@cs.ucla.edu>
-# fcntl-safer.m4 serial 1
+#serial 2
dnl Copyright (C) 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
AC_DEFUN([gl_FCNTL_SAFER],
[
- AC_LIBSOURCES([open-safer.c, fcntl-safer.h, fcntl--.h])
+ AC_LIBSOURCES([creat-safer.c, fcntl-safer.h, open-safer.c, fcntl--.h])
AC_LIBOBJ([open-safer])
+ AC_LIBOBJ([creat-safer])
])
-# stdio-safer.m4 serial 3
+#serial 4
dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
-#serial 4
+#serial 6
dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
AC_DEFUN([gl_UNISTD_SAFER],
[
- AC_LIBSOURCES([dup-safer.c, fd-safer.c, unistd-safer.h, unistd--.h])
+ AC_LIBSOURCES([dup-safer.c, fd-safer.c, pipe-safer.c, unistd-safer.h, unistd--.h])
AC_LIBOBJ([dup-safer])
AC_LIBOBJ([fd-safer])
+ AC_LIBOBJ([pipe-safer])
gl_PREREQ_DUP_SAFER
gl_PREREQ_FD_SAFER