NetBSD/usr.bin/make
rillig dee55db1ae make: fix lint warning on i386
cond.c(800): warning: argument #3 is converted from 'unsigned char' to
    'unsigned int' due to prototype [259]
2021-09-26 03:23:06 +00:00
..
PSD.doc
filemon make: fix lint warnings 2021-07-31 09:30:17 +00:00
unit-tests make: do not allow unquoted 'left == right' after modifier ':?' 2021-09-21 22:38:25 +00:00
.cvsignore
Makefile make: fix lint warnings 2021-07-31 09:30:17 +00:00
Makefile.boot
arch.c make: fix lint warnings on ilp32 platforms 2021-08-25 22:14:38 +00:00
buf.c make: use simpler upper bound for length in Buf_AddInt 2021-06-21 19:59:58 +00:00
buf.h
compat.c add const 2021-04-27 15:19:25 +00:00
cond.c make: fix lint warning on i386 2021-09-26 03:23:06 +00:00
config.h
dir.c make: remove unnecessary const from parameters 2021-09-21 21:39:32 +00:00
dir.h
enum.c
enum.h
for.c make: rename for_var_len to ExprLen 2021-09-02 07:02:07 +00:00
hash.c make: fix build for DEBUG_HASH_LOOKUP 2021-09-12 08:36:14 +00:00
hash.h make: avoid allocating memory for simple variable names 2021-04-11 12:46:54 +00:00
job.c make: fix error handling in jobs mode 2021-06-16 09:47:51 +00:00
job.h
lst.c
lst.h
main.c make: rename variable and function for handling parse errors 2021-08-14 13:32:12 +00:00
make.1 Document :On modifiers in more detail. 2021-08-03 07:12:50 +00:00
make.c make: rename a few functions to be more descriptive 2021-04-04 10:05:08 +00:00
make.h make: error out if a pre-C99 platform defines bool in some cases 2021-09-12 09:51:14 +00:00
make_malloc.c
make_malloc.h
meta.c make: fix lint warning about strrchr discarding 'const' 2021-08-19 15:50:30 +00:00
meta.h
metachar.c make: replace macro is_shell_metachar with inline function 2021-06-21 18:54:41 +00:00
metachar.h make: replace macro is_shell_metachar with inline function 2021-06-21 18:54:41 +00:00
nonints.h make: fix lint warnings for strict bool mode 2021-09-12 08:03:48 +00:00
parse.c make: reduce relocations, thereby reducing .text size 2021-09-21 23:06:18 +00:00
pathnames.h
str.c make: eliminate local variable in Substring_Words 2021-06-21 16:59:18 +00:00
str.h make: inline str_concat4 2021-05-30 21:16:54 +00:00
suff.c make: fix lint warnings 2021-07-31 09:30:17 +00:00
targ.c make: reduce number of relocations in Targ_PrintType 2021-09-12 08:32:23 +00:00
test-variants.sh tests/make: allow to only test selected variants 2021-09-12 10:28:40 +00:00
trace.c make: reduce relocations, thereby reducing .text size 2021-09-21 23:06:18 +00:00
trace.h
util.c
var.c make: fix memory leak in error case of the ':?' modifier 2021-09-23 22:54:09 +00:00