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:           Tue Sep 22 04:05:41 UTC 2020

Modified Files:
        src/usr.bin/make: arch.c compat.c dir.c dir.h lst.c lst.h main.c make.c
            make.h meta.c nonints.h parse.c suff.c targ.c var.c

Log Message:
make(1): use fine-grained type names for lists and their nodes

This is only intended to help the human reader.  There is no additional
type safety yet.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/usr.bin/make/arch.c
cvs rdiff -u -r1.146 -r1.147 src/usr.bin/make/compat.c
cvs rdiff -u -r1.143 -r1.144 src/usr.bin/make/dir.c src/usr.bin/make/make.h
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/make/dir.h
cvs rdiff -u -r1.64 -r1.65 src/usr.bin/make/lst.c
cvs rdiff -u -r1.61 -r1.62 src/usr.bin/make/lst.h
cvs rdiff -u -r1.337 -r1.338 src/usr.bin/make/main.c
cvs rdiff -u -r1.136 -r1.137 src/usr.bin/make/make.c
cvs rdiff -u -r1.115 -r1.116 src/usr.bin/make/meta.c
cvs rdiff -u -r1.123 -r1.124 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.321 -r1.322 src/usr.bin/make/parse.c
cvs rdiff -u -r1.156 -r1.157 src/usr.bin/make/suff.c
cvs rdiff -u -r1.88 -r1.89 src/usr.bin/make/targ.c
cvs rdiff -u -r1.523 -r1.524 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