Date: Mon, 7 Feb 2005 07:54:23 +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 buf.c buf.h for.c str.c var.c var_modify.c Message-ID: <200502070754.j177sNDI087260@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502070754.j177sNDI087260>