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:           Sat Apr  3 11:08:40 UTC 2021

Modified Files:
        src/usr.bin/make: arch.c buf.h compat.c cond.c dir.c dir.h for.c hash.c
            hash.h job.c job.h lst.h main.c make.c make.h meta.c meta.h
            metachar.h nonints.h parse.c str.c suff.c targ.c test-variants.sh
            var.c
        src/usr.bin/make/unit-tests: Makefile varmod-match-escape.mk

Log Message:
make: use C99 bool type instead of defining its own

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/usr.bin/make/arch.c
cvs rdiff -u -r1.42 -r1.43 src/usr.bin/make/buf.h
cvs rdiff -u -r1.224 -r1.225 src/usr.bin/make/compat.c
cvs rdiff -u -r1.259 -r1.260 src/usr.bin/make/cond.c
cvs rdiff -u -r1.270 -r1.271 src/usr.bin/make/dir.c
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/make/dir.h
cvs rdiff -u -r1.141 -r1.142 src/usr.bin/make/for.c
cvs rdiff -u -r1.61 -r1.62 src/usr.bin/make/hash.c
cvs rdiff -u -r1.38 -r1.39 src/usr.bin/make/hash.h
cvs rdiff -u -r1.420 -r1.421 src/usr.bin/make/job.c
cvs rdiff -u -r1.72 -r1.73 src/usr.bin/make/job.h
cvs rdiff -u -r1.97 -r1.98 src/usr.bin/make/lst.h
cvs rdiff -u -r1.533 -r1.534 src/usr.bin/make/main.c
cvs rdiff -u -r1.242 -r1.243 src/usr.bin/make/make.c
cvs rdiff -u -r1.256 -r1.257 src/usr.bin/make/make.h
cvs rdiff -u -r1.179 -r1.180 src/usr.bin/make/meta.c
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/meta.h \
    src/usr.bin/make/test-variants.sh
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/make/metachar.h
cvs rdiff -u -r1.206 -r1.207 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.552 -r1.553 src/usr.bin/make/parse.c
cvs rdiff -u -r1.81 -r1.82 src/usr.bin/make/str.c
cvs rdiff -u -r1.348 -r1.349 src/usr.bin/make/suff.c
cvs rdiff -u -r1.166 -r1.167 src/usr.bin/make/targ.c
cvs rdiff -u -r1.894 -r1.895 src/usr.bin/make/var.c
cvs rdiff -u -r1.273 -r1.274 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/varmod-match-escape.mk

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