cvs commit: ports/lang/nawk Makefile ports/lang/nawk/files
patch-b.c patch-lib.c patch-main.c patch-tran.c
Stefan Walter
stefan at FreeBSD.org
Mon Oct 20 14:52:29 UTC 2008
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 at 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)
More information about the cvs-ports
mailing list