summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2010-03-23 11:07:46 -0400
committerJoel E. Denny <jdenny@clemson.edu>2010-03-23 12:37:50 -0400
commit311b2e56eaad952fc7908336e3aeb019dd8bf1ee (patch)
tree6b0dddb120f172dd393031c60252634c7832e156
parent895c37a5c7b3bc08af8f144f38df9a781fd5d90c (diff)
downloadbison-311b2e56eaad952fc7908336e3aeb019dd8bf1ee.tar.gz
portability: fix spawning on at least FreeBSD 8 and FreeBSD 9.
Reported by Johan van Selst at <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00014.html>. * NEWS (2.4.3): New. * THANKS (Johan van Selst): Add. * gnulib: Update to latest.
-rw-r--r--ChangeLog9
-rw-r--r--NEWS5
-rw-r--r--THANKS1
-rw-r--r--build-aux/.cvsignore1
-rw-r--r--build-aux/.gitignore1
m---------gnulib0
-rw-r--r--m4/.cvsignore2
-rw-r--r--m4/.gitignore2
8 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a61057bb..6476786c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-03-23 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ portability: fix spawning on at least FreeBSD 8 and FreeBSD 9.
+ Reported by Johan van Selst at
+ <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00014.html>.
+ * NEWS (2.4.3): New.
+ * THANKS (Johan van Selst): Add.
+ * gnulib: Update to latest.
+
2010-03-20 Joel E. Denny <jdenny@ces.clemson.edu>
maint: update for changes to gnulib's announce-gen.
diff --git a/NEWS b/NEWS
index 63f8cde2..31d7c79e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
Bison News
----------
+* Changes in version 2.4.3 (????-??-??):
+
+** Problems with spawning M4 on at least FreeBSD 8 and FreeBSD 9 have
+ been fixed.
+
* Changes in version 2.4.2 (2010-03-20):
** Some portability problems that resulted in failures and livelocks
diff --git a/THANKS b/THANKS
index 41b08c97..6a287139 100644
--- a/THANKS
+++ b/THANKS
@@ -47,6 +47,7 @@ Jesse Thilo jthilo@gnu.org
Jim Kent jkent@arch.sel.sony.com
Jim Meyering jim@meyering.net
Joel E. Denny jdenny@ces.clemson.edu
+Johan van Selst johans@stack.nl
Jonathan Nieder jrnieder@gmail.com
Juan Manuel Guerrero juan.guerrero@gmx.de
Kees Zeelenberg kzlg@users.sourceforge.net
diff --git a/build-aux/.cvsignore b/build-aux/.cvsignore
index 7324ae0e..1c89631e 100644
--- a/build-aux/.cvsignore
+++ b/build-aux/.cvsignore
@@ -2,6 +2,7 @@ Makefile
Makefile.in
announce-gen
arg-nonnull.h
+c++defs.h
compile
config.guess
config.rpath
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index 7c5b909e..eb4e6bf8 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -2,6 +2,7 @@
/Makefile.in
/announce-gen
/arg-nonnull.h
+/c++defs.h
/compile
/config.guess
/config.rpath
diff --git a/gnulib b/gnulib
-Subproject 9d0ad652de159d08e5f679842f8a2a565819636
+Subproject 7bacd338464a463f3ba0c14effd86b71ce3672b
diff --git a/m4/.cvsignore b/m4/.cvsignore
index 0ebd70a5..bac35d4a 100644
--- a/m4/.cvsignore
+++ b/m4/.cvsignore
@@ -100,8 +100,10 @@ warn-on-use.m4
warning.m4
warnings.m4
wchar.m4
+wchar_h.m4
wchar_t.m4
wctype.m4
+wctype_h.m4
wcwidth.m4
wint_t.m4
xalloc.m4
diff --git a/m4/.gitignore b/m4/.gitignore
index bdae61af..20623342 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -100,8 +100,10 @@
/warning.m4
/warnings.m4
/wchar.m4
+/wchar_h.m4
/wchar_t.m4
/wctype.m4
+/wctype_h.m4
/wcwidth.m4
/wint_t.m4
/xalloc.m4