- Convert negative logic, so code is easyer to read.
authorMax Okumoto <okumoto@dragonflybsd.org>
Mon, 31 Jan 2005 08:30:51 +0000 (08:30 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Mon, 31 Jan 2005 08:30:51 +0000 (08:30 +0000)
commitb0ef92783ce13f4d1e2c0b926d4b64aa6ddcf1ac
tree9f57b1d4f286b0b337fda8e5da7e6e6eaeda5d71
parent20c1243064af1b38f8413471e0bea9e8fd32dbae
- Convert negative logic, so code is easyer to read.

- Start using Buffer objects, instead of c strings.  That way we
  can pass back one object, instead of passing back seperate length
  and character arrays.
usr.bin/make/arch.c
usr.bin/make/compat.c
usr.bin/make/for.c
usr.bin/make/job.c
usr.bin/make/main.c
usr.bin/make/parse.c
usr.bin/make/suff.c
usr.bin/make/var.c
usr.bin/make/var.h