Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: dsl
Date: Sat Dec 20 22:41:53 UTC 2008
Modified Files:
src/usr.bin/make: Makefile Makefile.boot for.c
Added Files:
src/usr.bin/make: strlist.c strlist.h
Log Message:
Add functions for processing extendable arrays of pointers to strings.
Use for the .for variables and substution items - changing the latter from
make's all conquering lst.lib functions.
Being able to index everything makes the code simpler.
No functional changes intended.
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/usr.bin/make/Makefile
cvs rdiff -r1.17 -r1.18 src/usr.bin/make/Makefile.boot
cvs rdiff -r1.37 -r1.38 src/usr.bin/make/for.c
cvs rdiff -r0 -r1.1 src/usr.bin/make/strlist.c src/usr.bin/make/strlist.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index