cvs commit: src/usr.bin/make buf.c buf.h cond.c for.c str.c var.c
var_modify.c
Hartmut Brandt
harti at FreeBSD.org
Mon Feb 7 07:49:17 GMT 2005
harti 2005-02-07 07:49:16 UTC
FreeBSD src repository
Modified files:
usr.bin/make buf.c buf.h cond.c for.c str.c var.c
var_modify.c
Log:
Invent a Buf_Append function to append a NUL-terminated string
and use it thoughout the code.
Submitted by: Max Okumoto <okumoto at ucsd.edu>
Revision Changes Path
1.30 +10 -0 src/usr.bin/make/buf.c
1.22 +2 -0 src/usr.bin/make/buf.h
1.39 +3 -5 src/usr.bin/make/cond.c
1.33 +1 -1 src/usr.bin/make/for.c
1.39 +1 -1 src/usr.bin/make/str.c
1.66 +16 -22 src/usr.bin/make/var.c
1.12 +10 -10 src/usr.bin/make/var_modify.c
More information about the cvs-src
mailing list