* bootstrap: Import improvements from latest gnulib.

(cherry picked from commit 73edad9a25)

Conflicts:

	bootstrap
This commit is contained in:
Joel E. Denny
2010-01-20 00:24:55 -05:00
parent e30c0477a8
commit 3320a276d2
4 changed files with 331 additions and 158 deletions

View File

@@ -1,6 +1,7 @@
.deps
Makefile
Makefile.in
alloca.h
alloca.in.h
argmatch.c
argmatch.h
@@ -23,15 +24,18 @@ dirname.c
dirname.h
dup-safer.c
dup2.c
errno.h
errno.in.h
error.c
error.h
exitfail.c
exitfail.h
fcntl.c
fcntl.h
fcntl.in.h
fd-safer.c
float+.h
float.h
float.in.h
fopen-safer.c
fopen.c
@@ -66,6 +70,7 @@ isnanl.c
localcharset.c
localcharset.h
malloc.c
math.h
math.in.h
mbrtowc.c
mbsinit.c
@@ -104,6 +109,7 @@ stamp-h1
stdbool.h
stdbool.in.h
stdbool_.h
stddef.h
stddef.in.h
stdint.h
stdint.in.h
@@ -112,6 +118,7 @@ stdio--.h
stdio-impl.h
stdio-safer.h
stdio-write.c
stdio.h
stdio.in.h
stdlib.h
stdlib.in.h

7
lib/.gitignore vendored
View File

@@ -4,6 +4,7 @@
/.deps
/Makefile
/Makefile.in
/alloca.h
/alloca.in.h
/argmatch.c
/argmatch.h
@@ -26,15 +27,18 @@
/dirname.h
/dup-safer.c
/dup2.c
/errno.h
/errno.in.h
/error.c
/error.h
/exitfail.c
/exitfail.h
/fcntl.c
/fcntl.h
/fcntl.in.h
/fd-safer.c
/float+.h
/float.h
/float.in.h
/fopen-safer.c
/fopen.c
@@ -69,6 +73,7 @@
/localcharset.c
/localcharset.h
/malloc.c
/math.h
/math.in.h
/mbrtowc.c
/mbsinit.c
@@ -107,6 +112,7 @@
/stdbool.h
/stdbool.in.h
/stdbool_.h
/stddef.h
/stddef.in.h
/stdint.h
/stdint.in.h
@@ -115,6 +121,7 @@
/stdio-impl.h
/stdio-safer.h
/stdio-write.c
/stdio.h
/stdio.in.h
/stdlib.h
/stdlib.in.h