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 Aug 10 19:30:30 UTC 2020
Modified Files:
src/usr.bin/make: dir.c make.h nonints.h str.c suff.c
Log Message:
make(1): fix parameter name of str_concat
The previous documentation mentioned Str_Concat, but str_concat has been
written in lowercase for years. The "flags" are not flags since they
cannot be combined, not even when they are written in hex.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/usr.bin/make/dir.c
cvs rdiff -u -r1.113 -r1.114 src/usr.bin/make/make.h
cvs rdiff -u -r1.91 -r1.92 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.57 -r1.58 src/usr.bin/make/str.c
cvs rdiff -u -r1.93 -r1.94 src/usr.bin/make/suff.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