The NetBSD Project

CVS log for pkgsrc/devel/m4/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / m4

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2004Q3


Revision 1.6.2.1 / (download) - annotate - [select for diffs], Tue Nov 2 10:53:15 2004 UTC (19 years, 5 months ago) by agc
Branch: pkgsrc-2004Q3
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Solaris Portability Pullup - requested by Grant Beattie
portability fix for m4

	Module Name:    pkgsrc
	Committed By:   gavan
	Date:           Tue Oct 26 17:00:44 UTC 2004

	Modified Files:
		pkgsrc/devel/m4: Makefile distinfo

	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.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 20 07:58:20 2004 UTC (19 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base
Branch point for: pkgsrc-2004Q3
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

Changes 1.4.1:
* maketemp now creates an empty file with the given name, instead of merely
  returning the name of a nonexistent file.  This closes a security hole.

(Now it builds on Darwin/MacOSX; no more 'sigstack' linking error.)

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>