NetBSD/usr.bin/make
rillig 7cf03aa59d make(1): remove the inline attribute from debug_printf
The code size overhead of a varargs function is much more than I had
expected.  Since GCC 5 didn't inline the function anyway and it is only
used in debug mode, there is no point keeping multiple copies of that
code around.
2020-09-28 22:38:32 +00:00
..
filemon
PSD.doc
unit-tests Ensure that parse errors report 'stopped in' 2020-09-28 01:24:34 +00:00
.cvsignore Revert last 2020-09-28 03:34:07 +00:00
arch.c make(1): make debug logging simpler 2020-09-28 22:23:35 +00:00
buf.c make(1): in the Buffer functions, rename bp to buf 2020-09-27 16:59:02 +00:00
buf.h make(1): in the Buffer functions, rename bp to buf 2020-09-27 16:59:02 +00:00
compat.c make(1): make debug logging simpler 2020-09-28 22:23:35 +00:00
cond.c make(1): make debugging code shorter 2020-09-28 20:46:11 +00:00
config.h make(1): fix punctuation and add paragraphs in config.h comments 2020-09-27 17:17:01 +00:00
dir.c make(1): make debug logging simpler 2020-09-28 22:23:35 +00:00
dir.h make(1): improve documentation of CachedDir and Dir_AddDir 2020-09-27 22:17:07 +00:00
enum.c make(1): clean up RCSID blocks 2020-09-13 15:15:51 +00:00
enum.h make(1): add tags to some of the unnamed structs 2020-09-25 15:54:50 +00:00
for.c make(1): make debugging code shorter 2020-09-28 20:46:11 +00:00
hash.c make(1): make debugging code shorter 2020-09-28 20:46:11 +00:00
hash.h make(1): normalize whitespace in source code 2020-09-27 21:35:16 +00:00
job.c make(1): make debug logging simpler 2020-09-28 22:23:35 +00:00
job.h make(1): format job.h consistently 2020-09-28 00:13:03 +00:00
lst.c make(1): normalize whitespace in source code 2020-09-27 21:35:16 +00:00
lst.h make(1): inline and remove LstNode_Prev and LstNode_Next 2020-09-26 17:15:20 +00:00
main.c make(1): make debugging code shorter 2020-09-28 20:46:11 +00:00
make_malloc.c make(1): clean up RCSID blocks 2020-09-13 15:15:51 +00:00
make_malloc.h make(1): fix position of MAKE_ATTR_UNUSED in inline functions 2020-09-13 15:27:25 +00:00
make.1
make.c make(1): remove the inline attribute from debug_printf 2020-09-28 22:38:32 +00:00
make.h make(1): remove the inline attribute from debug_printf 2020-09-28 22:38:32 +00:00
Makefile
Makefile.boot
meta.c make(1): make debug logging simpler 2020-09-28 22:23:35 +00:00
meta.h
metachar.c make(1): clean up RCSID blocks 2020-09-13 15:15:51 +00:00
metachar.h make(1): fix position of MAKE_ATTR_UNUSED in inline functions 2020-09-13 15:27:25 +00:00
nonints.h make(1): make parameter of Compat_RunCommand const 2020-09-27 11:37:19 +00:00
parse.c make(1): make debug logging simpler 2020-09-28 22:23:35 +00:00
pathnames.h
str.c make(1): clean up RCSID blocks 2020-09-13 15:15:51 +00:00
strlist.c make(1): clean up RCSID blocks 2020-09-13 15:15:51 +00:00
strlist.h
suff.c make(1): make debug logging simpler 2020-09-28 22:23:35 +00:00
targ.c make(1): make debug logging simpler 2020-09-28 22:23:35 +00:00
test-variants.sh make(1): run tests with absolute filenames as well 2020-09-21 04:20:35 +00:00
trace.c make(1): clean up RCSID blocks 2020-09-13 15:15:51 +00:00
trace.h
util.c make(1): clean up RCSID blocks 2020-09-13 15:15:51 +00:00
var.c make(1): make debug logging simpler 2020-09-28 22:23:35 +00:00