Date: Mon, 28 Oct 2002 15:33:57 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make Makefile job.c nonints.h str.c var.c var.h var_modify.c Message-ID: <200210282333.g9SNXvvt039931@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/10/28 15:33:57 PST Modified files: usr.bin/make Makefile job.c nonints.h str.c var.c Added files: usr.bin/make var.h var_modify.c 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. Tested by: lots of successful make buildworld. Revision Changes Path 1.30 +1 -1 src/usr.bin/make/Makefile 1.47 +2 -2 src/usr.bin/make/job.c 1.19 +3 -4 src/usr.bin/make/nonints.h 1.27 +9 -46 src/usr.bin/make/str.c 1.39 +36 -616 src/usr.bin/make/var.c 1.1 +97 -0 src/usr.bin/make/var.h (new) 1.1 +583 -0 src/usr.bin/make/var_modify.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210282333.g9SNXvvt039931>