Date: Tue, 28 Nov 2006 08:36:15 +0000 (UTC) From: Wes Peters <wes@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/snobol/files patch-dynamic.c patch-init.c patch-macros.h patch-ordvst.c patch-retstring.c Message-ID: <200611280836.kAS8aFpX012551@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wes 2006-11-28 08:36:15 UTC
FreeBSD ports repository
Added files:
lang/snobol/files patch-dynamic.c patch-init.c
patch-macros.h patch-ordvst.c
patch-retstring.c
Log:
Eliminate warnings from function prototype mismatches. Include
stdlib.h and strings.h where needed to get system/compiler definitions
of malloc, bcopy, and bzero instead of relying on 20-year-old wrong
definitions in the code. The snobol interpreter itself is chock full
of pointer to int type punning and is likely to fail in hard-to-debug
ways on non-VAX-like architectures.
Revision Changes Path
1.1 +18 -0 ports/lang/snobol/files/patch-dynamic.c (new)
1.1 +18 -0 ports/lang/snobol/files/patch-init.c (new)
1.1 +29 -0 ports/lang/snobol/files/patch-macros.h (new)
1.1 +19 -0 ports/lang/snobol/files/patch-ordvst.c (new)
1.1 +18 -0 ports/lang/snobol/files/patch-retstring.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611280836.kAS8aFpX012551>
