From: Joel E. Denny Date: Tue, 23 Mar 2010 15:07:46 +0000 (-0400) Subject: portability: fix spawning on at least FreeBSD 8 and FreeBSD 9. X-Git-Tag: v2.5_rc1~104 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/7a9c3cb3a76591b63a112987130c04fbfac211b8 portability: fix spawning on at least FreeBSD 8 and FreeBSD 9. Reported by Johan van Selst at . * NEWS (2.4.3): New. * THANKS (Johan van Selst): Add. * gnulib: Update to latest. (cherry picked from commit 311b2e56eaad952fc7908336e3aeb019dd8bf1ee) Conflicts: NEWS --- diff --git a/ChangeLog b/ChangeLog index 085a57ba..65ce1a96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-03-23 Joel E. Denny + + portability: fix spawning on at least FreeBSD 8 and FreeBSD 9. + Reported by Johan van Selst at + . + * NEWS (2.4.3): New. + * THANKS (Johan van Selst): Add. + * gnulib: Update to latest. + 2010-03-20 Joel E. Denny maint: update for changes to gnulib's announce-gen. diff --git a/NEWS b/NEWS index 08b0f194..b2a94440 100644 --- a/NEWS +++ b/NEWS @@ -186,6 +186,11 @@ Bison News determine which destructor to call for the lookahead upon a syntax error or upon parser return. This bug has been fixed. +* 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 index 9d0ad652..7bacd338 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 9d0ad652de159d08e5f679842f8a2a5658196361 +Subproject commit 7bacd338464a463f3ba0c14effd86b71ce3672b4 diff --git a/m4/.cvsignore b/m4/.cvsignore index 0e654a43..c6d92cb6 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -130,8 +130,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 22985dbc..0ebe2439 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -130,8 +130,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