From 6860fd4f5dbc4c5184c2a893108f82ad8a3d088d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 9 Feb 2012 08:57:35 +0000 Subject: Update to latest gnulib. --- lib/.gitignore | 90 +++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 58 insertions(+), 32 deletions(-) (limited to 'lib') diff --git a/lib/.gitignore b/lib/.gitignore index 1b55043..cfee898 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,5 +1,3 @@ -/Makefile.am -/dummy.c /alloca.in.h /asnprintf.c /asprintf.c @@ -13,21 +11,26 @@ /chown.c /cloexec.c /cloexec.h +/close.c +/closedir.c /close-hook.c /close-hook.h -/close.c /creat-safer.c /cycle-check.c /cycle-check.h /dev-ino.h /dirent--.h -/dirent-safer.h /dirent.in.h +/dirent-private.h +/dirent-safer.h /dirfd.c -/dirname-lgpl.c /dirname.h -/dup-safer.c +/dirname-lgpl.c +/dosname.h +/dummy.c /dup2.c +/dup.c +/dup-safer.c /errno.in.h /error.c /error.h @@ -35,57 +38,83 @@ /exitfail.h /fchdir.c /fchmodat.c -/fchown-stub.c /fchownat.c +/fchown-stub.c /fclose.c -/fcntl--.h -/fcntl-safer.h /fcntl.c +/fcntl--.h /fcntl.in.h -/fd-safer.c +/fcntl-safer.h +/fd-hook.c +/fd-hook.h /fdopendir.c +/fd-safer.c +/filenamecat.h +/filenamecat-lgpl.c +/filename.h /filevercmp.c /filevercmp.h +/float.c /float+.h /float.in.h /fstatat.c -/fts-cycle.c +/fstat.c /fts.c +/fts-cycle.c /fts_.h /full-write.c /full-write.h /getcwd.c +/getcwd-lgpl.c /getdtablesize.c +/getopt1.c +/getopt.c /getopt.h +/getopt.in.h +/getopt_int.h /gettext.h /hash.c /hash.h +/hash-pjw.c +/hash-pjw.h +/intprops.h +/inttypes.h +/inttypes.in.h /i-ring.c /i-ring.h -/intprops.h +/itold.c /lchown.c /lstat.c +/Makefile.am /malloc.c /memchr.c /memchr.valgrind /mempcpy.c /memrchr.c -/mkdir.c /mkdirat.c -/open-safer.c -/open.c +/mkdir.c +/msvc-inval.c +/msvc-inval.h +/msvc-nothrow.c +/msvc-nothrow.h +/openat.c /openat-die.c +/openat.h /openat-priv.h /openat-proc.c /openat-safer.c -/openat.c -/openat.h +/open.c +/opendir.c /opendir-safer.c +/open-safer.c +/pathmax.h /pipe-safer.c /printf-args.c /printf-args.h /printf-parse.c /printf-parse.h +/raise.c +/readdir.c /realloc.c /rmdir.c /safe-read.c @@ -95,26 +124,31 @@ /same-inode.h /save-cwd.c /save-cwd.h +/signal.h +/signal.in.h /size_max.h /stat.c /stdarg.in.h /stdbool.in.h /stddef.in.h /stdint.in.h -/stdio-write.c /stdio.in.h +/stdio-write.c /stdlib.in.h /strdup.c /strerror.c +/strerror-override.c +/strerror-override.h /string.in.h /stripslash.c /sys_stat.in.h +/sys_wait.in.h /time.in.h /unistd--.h -/unistd-safer.h /unistd.in.h -/unlink.c +/unistd-safer.h /unlinkat.c +/unlink.c /vasnprintf.c /vasnprintf.h /vasprintf.c @@ -123,23 +157,15 @@ /write.c /xalloc-die.c /xalloc.h +/xalloc-oversized.h /xasprintf.c /xgetcwd.c /xgetcwd.h /xmalloc.c /xsize.h -/xvasprintf.c -/xvasprintf.h -/hash-pjw.c -/hash-pjw.h -/sys_wait.in.h -/getopt.c -/getopt.in.h -/getopt1.c -/getopt_int.h -/inttypes.h -/inttypes.in.h -/xstrtol-error.c /xstrtol.c +/xstrtol-error.c /xstrtol.h /xstrtoul.c +/xvasprintf.c +/xvasprintf.h -- cgit