Date: Mon, 20 Oct 2008 14:52:28 +0000 (UTC) From: Stefan Walter <stefan@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/nawk Makefile ports/lang/nawk/files patch-b.c patch-lib.c patch-main.c patch-tran.c Message-ID: <200810201452.m9KEqSEV004379@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stefan 2008-10-20 14:52:28 UTC
FreeBSD ports repository
Modified files:
lang/nawk Makefile
Added files:
lang/nawk/files patch-b.c patch-lib.c patch-main.c
patch-tran.c
Log:
Add patches:
- replace sprintf with snprintf
- use calloc() to avoid malloc(n * m) overflows
- NetBSD PR 36831: In setfval(), ensure that arithmetic never yields a negative
zero result.
- Restore the traditional (FreeBSD <= 2.x) behavior of trapping FPEs. With this
patch we pass mawk's fpe_test.
PR: 125348
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Revision Changes Path
1.36 +1 -0 ports/lang/nawk/Makefile
1.1 +67 -0 ports/lang/nawk/files/patch-b.c (new)
1.3 +29 -0 ports/lang/nawk/files/patch-lib.c (new)
1.1 +19 -0 ports/lang/nawk/files/patch-main.c (new)
1.1 +23 -0 ports/lang/nawk/files/patch-tran.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810201452.m9KEqSEV004379>
