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:           Mon Nov 16 21:39:22 UTC 2020

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

Log Message:
make(1): rename Targ_NewGN to GNode_New

This function is a classical constructor function, and if it weren't for
CLEANUP mode, it would have no dependencies on anything else besides the
memory allocator.  Therefore it doesn't really matter which module
defines this function, and there is no need for the "Targ" to be part of
the function name.


To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 src/usr.bin/make/make.c
cvs rdiff -u -r1.160 -r1.161 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.442 -r1.443 src/usr.bin/make/parse.c
cvs rdiff -u -r1.243 -r1.244 src/usr.bin/make/suff.c
cvs rdiff -u -r1.127 -r1.128 src/usr.bin/make/targ.c
cvs rdiff -u -r1.687 -r1.688 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