Subject: CVS commit: pkgsrc/devel/m4
From: Gavan Fantom
Date: 2004-10-26 19:00:44
Message id: 20041026170044.1BD622DA1D@cvs.netbsd.org

Log Message:
Update to 1.4.2:

* configure.in (VERSION): Bump to 1.4.2.
* NEWS: Describe 1.4.2's changes.

* src/m4.c (reference_error): Preserve errno, since M4ERROR
relies on this.
* src/builtin.c (m4_esyscmd): Clear errno before calling popen.
(m4_maketemp): Clear errno before calling mkstemp.
* src/path.c (path_search): Don't let "free" trash errno when
returning NULL.
* src/output.c (insert_file): Don't assume errno has a valid
value simply because fread returns zero.  This fixes a
portability bug reported by Marion Hakanson in
<http://lists.gnu.org/archive/html/bug-m4/2004-07/msg00029.html>.

Fixes PR pkg/27301.

Files:
RevisionActionfile
1.31modifypkgsrc/devel/m4/Makefile
1.7modifypkgsrc/devel/m4/distinfo