Date: Wed, 18 May 2005 14:50:36 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make job.c job.h main.c parse.c str.c str.h var.c Message-ID: <200505181450.j4IEobMr038676@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-05-18 14:50:36 UTC
FreeBSD src repository
Modified files:
usr.bin/make job.c job.h main.c parse.c str.c str.h
var.c
Log:
Get rid of global variables for argument vectors produced by brk_string()
introduce a struct that holds all the information about an argument
vector and pass that around.
Author: Max Okumoto <okumoto@ucsd.edu>
Obtained from: DragonFlyBSD
Revision Changes Path
1.114 +38 -35 src/usr.bin/make/job.c
1.43 +1 -1 src/usr.bin/make/job.h
1.151 +5 -7 src/usr.bin/make/main.c
1.107 +5 -6 src/usr.bin/make/parse.c
1.44 +176 -135 src/usr.bin/make/str.c
1.5 +16 -3 src/usr.bin/make/str.h
1.157 +22 -24 src/usr.bin/make/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505181450.j4IEobMr038676>
