summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2009-12-15 17:20:31 -0500
committerJoel E. Denny <jdenny@clemson.edu>2009-12-15 17:22:15 -0500
commit75f94c6ddfe609b1b4dca76ea447b6271593265e (patch)
treeeacb76df0cc5e54371c304d93752575eb79a9d68
parentca01f454f01645533622a59ef0df335ee07679e5 (diff)
downloadbison-75f94c6ddfe609b1b4dca76ea447b6271593265e.tar.gz
gnulib: update for fix of fprintf-posix, which we'll use soon.
* etc/prefix-gnulib-mk (prefix): Adjust regex for make file targets so that gnulib's new arg-nonnull.h and link-warning.h are matched. * gnulib: Update.
-rw-r--r--ChangeLog8
-rw-r--r--build-aux/.cvsignore1
-rw-r--r--build-aux/.gitignore1
-rwxr-xr-xetc/prefix-gnulib-mk2
m---------gnulib0
-rw-r--r--lib/.cvsignore5
-rw-r--r--lib/.gitignore5
-rw-r--r--m4/.cvsignore3
-rw-r--r--m4/.gitignore3
9 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e4657441..2c4baf40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-15 Joel E. Denny <jdenny@clemson.edu>
+
+ gnulib: update for fix of fprintf-posix, which we'll use soon.
+ * etc/prefix-gnulib-mk (prefix): Adjust regex for make file
+ targets so that gnulib's new arg-nonnull.h and link-warning.h
+ are matched.
+ * gnulib: Update.
+
2009-12-14 Joel E. Denny <jdenny@clemson.edu>
Enable assertion output and --disable-assert for configure.
diff --git a/build-aux/.cvsignore b/build-aux/.cvsignore
index 4d2d59c3..553edf97 100644
--- a/build-aux/.cvsignore
+++ b/build-aux/.cvsignore
@@ -1,4 +1,5 @@
announce-gen
+arg-nonnull.h
compile
config.guess
config.rpath
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index da299ba1..999bf121 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -1,4 +1,5 @@
/announce-gen
+/arg-nonnull.h
/compile
/config.guess
/config.rpath
diff --git a/etc/prefix-gnulib-mk b/etc/prefix-gnulib-mk
index e969663d..1bff69bc 100755
--- a/etc/prefix-gnulib-mk
+++ b/etc/prefix-gnulib-mk
@@ -90,7 +90,7 @@ sub prefix ($)
# Prefix all the occurrence of files in rules. If there is nothing
# after in the :, it's probably a phony target, or a suffix rule.
# Don't touch it.
- s{^([\w./]+ *: *\w.*)$}
+ s{^([-\w/]+\.[-\w.]+ *: *\S.*)$}
{prefix_words($1)}gem;
# Prefix files in variables.
diff --git a/gnulib b/gnulib
-Subproject 3ef64012bf653379fda629f5a6b619be4c1f2e6
+Subproject 3fd9a2df88c558b27be3a585ca2978dbf9b5da5
diff --git a/lib/.cvsignore b/lib/.cvsignore
index 9cf8ec51..b1915af1 100644
--- a/lib/.cvsignore
+++ b/lib/.cvsignore
@@ -3,6 +3,7 @@ Makefile
Makefile.in
argmatch.c
argmatch.h
+basename-lgpl.c
basename.c
bitrotate.h
c-ctype.c
@@ -15,6 +16,7 @@ config.charset
config.h
config.hin
configmake.h
+dirname-lgpl.c
dirname.c
dirname.h
dup-safer.c
@@ -25,6 +27,7 @@ exitfail.c
exitfail.h
fd-safer.c
fopen-safer.c
+fopen.c
getopt.c
getopt.h
getopt.in.h
@@ -70,6 +73,8 @@ stdint.in.h
stdint_.h
stdio--.h
stdio-safer.h
+stdio-write.c
+stdio.in.h
stdlib.h
stdlib.in.h
stdlib_.h
diff --git a/lib/.gitignore b/lib/.gitignore
index 61afc481..2f02af19 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -6,6 +6,7 @@
/Makefile.in
/argmatch.c
/argmatch.h
+/basename-lgpl.c
/basename.c
/bitrotate.h
/c-ctype.c
@@ -18,6 +19,7 @@
/config.h
/config.hin
/configmake.h
+/dirname-lgpl.c
/dirname.c
/dirname.h
/dup-safer.c
@@ -28,6 +30,7 @@
/exitfail.h
/fd-safer.c
/fopen-safer.c
+/fopen.c
/getopt.c
/getopt.h
/getopt.in.h
@@ -73,6 +76,8 @@
/stdint_.h
/stdio--.h
/stdio-safer.h
+/stdio-write.c
+/stdio.in.h
/stdlib.h
/stdlib.in.h
/stdlib_.h
diff --git a/m4/.cvsignore b/m4/.cvsignore
index 9012c372..c584329c 100644
--- a/m4/.cvsignore
+++ b/m4/.cvsignore
@@ -11,6 +11,8 @@ errno_h.m4
error.m4
exitfail.m4
extensions.m4
+fcntl_h.m4
+fopen.m4
getopt.m4
getpagesize.m4
gettext.m4
@@ -55,6 +57,7 @@ stddef_h.m4
stdint.m4
stdint_h.m4
stdio-safer.m4
+stdio_h.m4
stdlib_h.m4
stpcpy.m4
strerror.m4
diff --git a/m4/.gitignore b/m4/.gitignore
index ef6cd381..3a07efaf 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -11,6 +11,8 @@
/error.m4
/exitfail.m4
/extensions.m4
+/fcntl_h.m4
+/fopen.m4
/getopt.m4
/getpagesize.m4
/gettext.m4
@@ -55,6 +57,7 @@
/stdint.m4
/stdint_h.m4
/stdio-safer.m4
+/stdio_h.m4
/stdlib_h.m4
/stpcpy.m4
/strerror.m4