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:   dholland
Date:           Sat Dec 25 04:57:07 UTC 2010

Modified Files:
        src/usr.bin/make: for.c main.c nonints.h parse.c

Log Message:
Begin cleanup of the make parser: separate out the logic for reading files
from the parsing goo. This will now use mmap for reading if it works and
fall back to read only for pipes and such. Step 1 of a cleanup program
proposed without objection on tech-toolchain.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/usr.bin/make/for.c
cvs rdiff -u -r1.192 -r1.193 src/usr.bin/make/main.c
cvs rdiff -u -r1.61 -r1.62 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.169 -r1.170 src/usr.bin/make/parse.c

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