cvs commit: src/usr.bin/make buf.c buf.h for.c str.c var.c
var_modify.c
Hartmut Brandt
harti at FreeBSD.org
Mon Feb 7 07:54:24 GMT 2005
harti 2005-02-07 07:54:23 UTC
FreeBSD src repository
Modified files:
usr.bin/make buf.c buf.h for.c str.c var.c
var_modify.c
Log:
Invent a Buf_AppendRange function that appends a non-NUL-terminated string
given by a pointer to the start of the string and a pointer one behind
the end.
Submitted by: Max Okumoto <okumoto at ucsd.edu>
Revision Changes Path
1.31 +9 -0 src/usr.bin/make/buf.c
1.23 +1 -0 src/usr.bin/make/buf.h
1.34 +3 -3 src/usr.bin/make/for.c
1.40 +1 -1 src/usr.bin/make/str.c
1.67 +4 -4 src/usr.bin/make/var.c
1.13 +4 -4 src/usr.bin/make/var_modify.c
More information about the cvs-src
mailing list