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:   rillig
Date:           Sun Sep 13 13:50:27 UTC 2020

Modified Files:
        src/usr.bin/make: cond.c make.h nonints.h parse.c var.c

Log Message:
make(1): clean up API for evaluating conditions

There was no need to make struct If publicly visible.

There was no need to have parameters in the public API that were passed
the same constants all the time.

The former function names had not been distinctive.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/usr.bin/make/cond.c
cvs rdiff -u -r1.140 -r1.141 src/usr.bin/make/make.h
cvs rdiff -u -r1.116 -r1.117 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.301 -r1.302 src/usr.bin/make/parse.c
cvs rdiff -u -r1.510 -r1.511 src/usr.bin/make/var.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