cvs commit: src/usr.bin/make
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Nov 12 16:12:44 PST 2004
dillon 2004/11/12 16:10:09 PST
DragonFly src repository
Added files:
usr.bin/make var.h
Log:
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
More information about the Commits
mailing list