sync from gnulib
authorJim Meyering <jim@meyering.net>
Sat, 27 Aug 2005 20:40:31 +0000 (20:40 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 27 Aug 2005 20:40:31 +0000 (20:40 +0000)
m4/ChangeLog
m4/fcntl-safer.m4
m4/stdio-safer.m4
m4/unistd-safer.m4

index e3bd10f6e983c8f724a21e395c0ba9828ae7ef57..4ad1b1a3adde494c3e6269b5550069f4d759f35a 100644 (file)
@@ -1,3 +1,8 @@
+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.
@@ -61,7 +66,7 @@
 
        * 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>
index 20cb0f16239177454c7029d65a201ec264576d4a..be210f9a02b843509e7fe85f022e6015613d7a84 100644 (file)
@@ -1,4 +1,4 @@
-# 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,
@@ -6,6 +6,7 @@ dnl with or without modifications, as long as this notice is preserved.
 
 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])
 ])
index 0ea234d8d67e4f8a68d9146ef463939264d03c07..a24e1e43052bbb7f593f1baa6af8f0289145ec4f 100644 (file)
@@ -1,4 +1,4 @@
-# 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,
index 402f1bf504614896c29c80285337c84db6b3f08e..c819c92ebfd00503649c1735bf58af2025910ae0 100644 (file)
@@ -1,4 +1,4 @@
-#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,
@@ -6,9 +6,10 @@ dnl with or without modifications, as long as this notice is preserved.
 
 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