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