- Add Buf_StripNewlines().
authorMax Okumoto <okumoto@dragonflybsd.org>
Thu, 27 Jan 2005 10:25:19 +0000 (10:25 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Thu, 27 Jan 2005 10:25:19 +0000 (10:25 +0000)
commit628ad7f96856dcccc338eba84dfcad22312bca99
treee2ee3ef46583d8bd74bc8bcc72d6943b255e9126
parente9a6897f33e3ff3e10a9c940e6332d71f94712f9
- Add Buf_StripNewlines().
- Modified Cmd_Exec() to return a Buffer object instead of a 'char *', and
  updated all the callers.
usr.bin/make/buf.c
usr.bin/make/buf.h
usr.bin/make/main.c
usr.bin/make/nonints.h
usr.bin/make/parse.c
usr.bin/make/var.c