NetBSD/usr.bin/make
rillig 942d06c278 make(1): remove trailing 'S' from names of Lst functions
The migration from null-passing Lst functions to argument-checking Lst
functions is completed.

There were 2 surprises: The targets list may be NULL, and in Dir_AddDir,
the path may be NULL.  The latter case is especially surprising since
that function turns into an almost-nop in that case.  This is another
case where probably 2 independent functions have been squeezed into a
single function.  This may be improved in a follow-up commit.

All other lists were fine.  They were always defined and thus didn't
need much work.
2020-08-28 04:48:56 +00:00
..
filemon Use O_CLOEXEC and save a syscall. 2020-07-10 15:53:30 +00:00
PSD.doc Improve appearance (a little) when read with nroff, rather than troff 2017-03-01 13:05:11 +00:00
unit-tests make(1): add test for the undocumented .NULL special dependency target 2020-08-28 04:05:35 +00:00
.cvsignore make(1): ignore gcov files for CVS 2020-07-27 18:59:56 +00:00
arch.c make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
buf.c make(1): clean up code in buf.c 2020-08-23 08:21:50 +00:00
buf.h make(1): allow make to be compiled in C90 mode 2020-08-25 17:37:09 +00:00
compat.c make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
cond.c make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
config.h Add a gmake inspired export command 2012-03-31 00:12:24 +00:00
dir.c make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
dir.h make(1): clean up headers 2020-08-22 21:42:38 +00:00
enum.c make(1): in debug mode, print GNode details in symbols 2020-08-24 20:15:51 +00:00
enum.h make(1): distinguish enum flags and values in debugging mode 2020-08-25 16:27:24 +00:00
for.c make(1): make brk_string return size_t for the number of words 2020-08-23 18:26:35 +00:00
hash.c make(1): remove header sprite.h 2020-08-26 23:00:47 +00:00
hash.h make(1): follow naming conventions for multiple-inclusion guards 2020-08-13 03:54:57 +00:00
job.c make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
job.h make(1): remove unused declarations from job.h 2020-08-27 06:18:22 +00:00
lst.c make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
lst.h make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
main.c make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
make_malloc.c make(1): remove unreached code from bmake_strndup 2020-08-20 06:35:14 +00:00
make_malloc.h make(1): allow make to be compiled in C90 mode 2020-08-25 17:37:09 +00:00
make.1 Add .SHELL as read-only variable 2020-08-22 19:30:58 +00:00
make.c make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
make.h make(1): print suffix flags in the standard way 2020-08-28 03:35:45 +00:00
Makefile make(1): pass the command-line variables to the subdir make 2020-08-27 19:09:37 +00:00
Makefile.boot make(1): clean up Makefile.boot 2020-08-09 15:54:13 +00:00
meta.c make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
meta.h make(1): remove trailing whitespace 2020-07-03 08:13:23 +00:00
metachar.c make(1): replace end-of-line comments with block comments 2020-08-03 20:43:41 +00:00
metachar.h make(1): allow make to be compiled in C90 mode 2020-08-25 17:37:09 +00:00
nonints.h make(1): convert Arch_ParseArchive from ReturnStatus to Boolean 2020-08-27 06:13:53 +00:00
parse.c make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
pathnames.h
str.c make(1): make brk_string return size_t for the number of words 2020-08-23 18:26:35 +00:00
strlist.c make(1): allow make to be compiled in C90 mode 2020-08-25 17:37:09 +00:00
strlist.h make(1): follow naming conventions for multiple-inclusion guards 2020-08-13 03:54:57 +00:00
suff.c make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
targ.c make(1): remove trailing 'S' from names of Lst functions 2020-08-28 04:48:56 +00:00
trace.c make(1): no declaration-after-statement anymore 2020-08-03 20:26:09 +00:00
trace.h
util.c make(1): use consistent indentation in source code 2020-08-01 14:47:49 +00:00
var.c make(1): fix error message for ::!= modifier with shell error 2020-08-25 21:16:53 +00:00