arch.c
|
use memcpy() for strings that are not C strings.
|
2019-10-05 23:35:57 +00:00 |
compat.c
|
Make compat.c handle SIGINT etc more like job.c
|
2017-07-20 19:29:54 +00:00 |
job.c
|
Just skip polling job token pipe.
|
2018-05-13 22:13:28 +00:00 |
main.c
|
Ignore empty MAKEOBJDIR
|
2017-10-28 21:54:54 +00:00 |
make.1
|
make(1): minor grammar fixes in BUGS section
|
2019-02-16 07:41:12 +00:00 |
make.h
|
Do not treat .info as warning for -W
|
2018-02-12 21:38:09 +00:00 |
meta.c
|
Avoid unused variable warning
|
2018-02-13 19:37:30 +00:00 |
parse.c
|
Do not assume safe to pass NULL to realpath(3).
|
2019-09-26 21:09:55 +00:00 |
str.c
|
Fix out-of-bounds read in Str_Match.
|
2019-12-01 23:53:49 +00:00 |