From 311b2e56eaad952fc7908336e3aeb019dd8bf1ee Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Tue, 23 Mar 2010 11:07:46 -0400 Subject: [PATCH] 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. --- ChangeLog | 9 +++++++++ NEWS | 5 +++++ THANKS | 1 + build-aux/.cvsignore | 1 + build-aux/.gitignore | 1 + gnulib | 2 +- m4/.cvsignore | 2 ++ m4/.gitignore | 2 ++ 8 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a61057bb..6476786c 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 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 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 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 -- 2.45.2