cvs commit: src/usr.bin/make job.c job.h main.c parse.c str.c
str.h var.c
Hartmut Brandt
harti at FreeBSD.org
Wed May 18 14:50:40 GMT 2005
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 at 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
More information about the cvs-src
mailing list