]> git.saurik.com Git - bison.git/commitdiff
gnulib: update for fix of fprintf-posix, which we'll use soon.
authorJoel E. Denny <jdenny@clemson.edu>
Tue, 15 Dec 2009 22:20:31 +0000 (17:20 -0500)
committerJoel E. Denny <jdenny@clemson.edu>
Tue, 15 Dec 2009 22:22:15 +0000 (17:22 -0500)
* 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.

ChangeLog
build-aux/.cvsignore
build-aux/.gitignore
etc/prefix-gnulib-mk
gnulib
lib/.cvsignore
lib/.gitignore
m4/.cvsignore
m4/.gitignore

index e465744130fe16e5187e472dbf96310f8a6502b8..2c4baf40aabfca32efc71a696e45cc1710f75c50 100644 (file)
--- 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.
index 4d2d59c3a8fdda7a364f9cb5bd7a6441879023f2..553edf971748efcd2c64547c701c059d6884bb60 100644 (file)
@@ -1,4 +1,5 @@
 announce-gen
+arg-nonnull.h
 compile
 config.guess
 config.rpath
index da299ba1f4b86dac66789eeefd26222e424c1f45..999bf12163b275f5c18ea4d91275781ba15732fd 100644 (file)
@@ -1,4 +1,5 @@
 /announce-gen
+/arg-nonnull.h
 /compile
 /config.guess
 /config.rpath
index e969663df485ed10a1a0629d6f711c98b247aa31..1bff69bc70238c4be96ca02d0686647e2c507c58 100755 (executable)
@@ -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
index 3ef64012bf653379fda629f5a6b619be4c1f2e69..3fd9a2df88c558b27be3a585ca2978dbf9b5da53 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 3ef64012bf653379fda629f5a6b619be4c1f2e69
+Subproject commit 3fd9a2df88c558b27be3a585ca2978dbf9b5da53
index 9cf8ec51983d978c081b940cab914d4900fa5550..b1915af1da2f24faf56a941cec080e1fba60d741 100644 (file)
@@ -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
index 61afc481d65fb1bb3641a85e7717262753645a86..2f02af198dd87bb834b7917882b6713bc20c3910 100644 (file)
@@ -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
index 9012c372390204ebddda45f06734aae61960161c..c584329c897f7f0154b6e9b1839b01b0f47bd6eb 100644 (file)
@@ -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
index ef6cd381a53641b6a63b58c2c00db44d3d2a52c1..3a07efaf00b23e8521357236b36827a417582830 100644 (file)
@@ -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