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:           Fri Sep 11 17:32:36 UTC 2020

Modified Files:
        src/usr.bin/make: arch.c compat.c cond.c for.c job.c main.c make.h
            metachar.h parse.c var.c

Log Message:
make(1): add wrappers around ctype.h functions

This avoids casting the argument to unsigned char, and to cast the
result of toupper/tolower back to char.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/usr.bin/make/arch.c
cvs rdiff -u -r1.139 -r1.140 src/usr.bin/make/compat.c
cvs rdiff -u -r1.133 -r1.134 src/usr.bin/make/cond.c
cvs rdiff -u -r1.78 -r1.79 src/usr.bin/make/for.c
cvs rdiff -u -r1.229 -r1.230 src/usr.bin/make/job.c
cvs rdiff -u -r1.331 -r1.332 src/usr.bin/make/main.c
cvs rdiff -u -r1.138 -r1.139 src/usr.bin/make/make.h
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/make/metachar.h
cvs rdiff -u -r1.289 -r1.290 src/usr.bin/make/parse.c
cvs rdiff -u -r1.492 -r1.493 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