NetBSD/usr.bin/make
rillig a5bfcb8bf5 make(1): remove anonymous union from struct ListNode
Anonymous structs and unions have been introduced in C11.  The code of
make is supposed to be compatible with C90 though.

The additional members were intended to be used during an interactive
debugging session only and were thus not relevant to running the actual
code.
2021-01-03 21:12:03 +00:00
..
filemon make(1): replace pointers in controlling conditions with booleans 2020-12-31 17:39:36 +00:00
PSD.doc make(1): spell nonexistent consistently 2020-12-18 15:47:34 +00:00
unit-tests var-op-expand needs MAKE.SAVE_DOLLARS=yes 2021-01-01 23:07:48 +00:00
.cvsignore Revert last 2020-09-28 03:34:07 +00:00
arch.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
buf.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
buf.h make(1): rename Buf_Expand_1 to Buf_Expand 2020-12-28 15:42:53 +00:00
compat.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
cond.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
config.h make(1): fix documentation of POSIX configuration 2020-12-11 22:53:08 +00:00
dir.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
dir.h make(1): remove Dir_InitDir 2020-12-01 19:28:32 +00:00
enum.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
enum.h make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
for.c make(1): fix undefined behavior in SubstVarLong 2020-12-31 14:10:04 +00:00
hash.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
hash.h make(1): indent hash.h and make_malloc.h with tabs instead of spaces 2020-12-15 01:23:55 +00:00
job.c make(1): add a few remarks to JobOutput 2021-01-02 20:09:06 +00:00
job.h make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
lst.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
lst.h make(1): remove anonymous union from struct ListNode 2021-01-03 21:12:03 +00:00
main.c make(1): replace pointers in controlling conditions with booleans 2020-12-31 17:39:36 +00:00
make_malloc.c make(1): remove duplicate code from bmake_strdup 2020-12-07 22:37:18 +00:00
make_malloc.h make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
make.1 make(1): remove trailing whitespace in manual page 2020-12-23 13:49:12 +00:00
make.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
make.h make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
Makefile make(1): add number of uncovered lines to coverage report 2020-12-12 16:54:20 +00:00
Makefile.boot make(1): remove unused strlist_t 2020-10-25 13:25:19 +00:00
meta.c make(1): replace pointers in controlling conditions with booleans 2020-12-31 17:39:36 +00:00
meta.h make(1): split JobFlags into separate fields 2020-12-10 20:49:11 +00:00
metachar.c make(1): remove comment about adding is_shell_metachar to ctype.h 2020-10-30 19:14:20 +00:00
metachar.h make(1): use consistent definition for MAKE_INLINE 2020-11-10 00:32:12 +00:00
nonints.h make(1): replace global preserveUndefined with VARE_KEEP_UNDEF 2020-12-28 00:46:24 +00:00
parse.c make(1): replace pointers in controlling conditions with booleans 2020-12-31 17:39:36 +00:00
pathnames.h make(1): use space instead of tab for preprocessor directives 2020-11-29 09:27:40 +00:00
str.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
suff.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
targ.c make(1): spell nonexistent consistently 2020-12-18 15:47:34 +00:00
test-variants.sh make(1): normalize output of test sh-dots for non-native mode 2020-12-07 22:27:56 +00:00
trace.c make(1): change return type of Var_Value to FStr 2020-12-20 14:32:13 +00:00
trace.h make(1): add multiple-inclusion guard for trace.h 2020-11-28 08:41:53 +00:00
util.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00
var.c make(1): format multi-line comments 2020-12-30 10:03:16 +00:00