- New function Buf_AppendRange(), which is given a pointer to a string and
authorMax Okumoto <okumoto@dragonflybsd.org>
Thu, 27 Jan 2005 02:30:19 +0000 (02:30 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Thu, 27 Jan 2005 02:30:19 +0000 (02:30 +0000)
commit76b1c5196a6ac79d50fec9941ec88905002b0141
tree2c2b4165aef340ac6f5adbc5726df39f233f3abc
parentfcf95e9cd0d4cb60349180521ade870cb9a39a74
- New function Buf_AppendRange(), which is given a pointer to a string and
  a pointer to the end of the range to append to the Buffer object.

tested by full build world.
usr.bin/make/buf.c
usr.bin/make/buf.h
usr.bin/make/for.c
usr.bin/make/str.c
usr.bin/make/var.c
usr.bin/make/var_modify.c