Split var.c into var.c and var_modify.c and move all the modification funcs
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 13 Nov 2004 00:06:16 +0000 (00:06 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 13 Nov 2004 00:06:16 +0000 (00:06 +0000)
commit4faecc4751961da4aae23f74814cfeb27aec9123
tree28e03aaeea254860cd9b11195b1173b3560a0ea2
parentdb29db6df3e7386f8e4df6102b1dd0e60d9906ba
Split var.c into var.c and var_modify.c and move all the modification funcs
to var_modify.c, for readability.  constify some low hanging fruit (string
manipulation functions) and the upper layers appropriately.  No longer use
the private strstr(3) implementation, while changing string code.  Add var.h

Taken-From: FreeBSD/jmallett
usr.bin/make/Makefile
usr.bin/make/job.c
usr.bin/make/nonints.h
usr.bin/make/str.c
usr.bin/make/var.c
usr.bin/make/var_modify.c [new file with mode: 0644]