NetBSD/usr.bin/make
rillig d449168a6a make(1): revert migration from Lst_ForEachUntil to Lst_ForEach
There is a crucial difference between these functions, in that
Lst_ForEachUntil can cope with a few concurrent modifications while
iterating over the list.  This is something that Lst_ForEach doesn't do.

This difference led to a crash very early in NetBSD's build.sh.
2020-09-26 17:39:45 +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 '::' dependency operator with .ALLTARGETS 2020-09-26 15:41:53 +00:00
.cvsignore make(1): ignore gcov files for CVS 2020-07-27 18:59:56 +00:00
arch.c make(1): clean up API for finding and creating GNodes 2020-09-26 16:00:12 +00:00
buf.c make(1): clean up RCSID blocks 2020-09-13 15:15:51 +00:00
buf.h make(1): fix position of MAKE_ATTR_UNUSED in inline functions 2020-09-13 15:27:25 +00:00
compat.c make(1): inline Lst_ForEachUntil in Compat_Make 2020-09-26 16:41:42 +00:00
cond.c make(1): clean up API for finding and creating GNodes 2020-09-26 16:00:12 +00:00
config.h make(1): mark LIBSUFF and RECHECK as independent build options 2020-09-01 17:40:34 +00:00
dir.c make(1): inline and remove LstNode_Prev and LstNode_Next 2020-09-26 17:15:20 +00:00
dir.h make(1): use fine-grained type names for lists and their nodes 2020-09-22 04:05:41 +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): add tags to some of the unnamed structs 2020-09-25 15:54:50 +00:00
hash.c make(1): add Hash_FindValue, for direct access to hash table data 2020-09-26 14:48:31 +00:00
hash.h make(1): add Hash_FindValue, for direct access to hash table data 2020-09-26 14:48:31 +00:00
job.c make(1): revert migration from Lst_ForEachUntil to Lst_ForEach 2020-09-26 17:39:45 +00:00
job.h make(1): add specific typedefs for lists 2020-09-21 17:44:25 +00:00
lst.c make(1): inline and remove LstNode_Prev and LstNode_Next 2020-09-26 17:15:20 +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): revert migration from Lst_ForEachUntil to Lst_ForEach 2020-09-26 17:39:45 +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(1): fix manual page about the modifiers of the :C modifier 2020-08-28 17:15:04 +00:00
make.c make(1): revert migration from Lst_ForEachUntil to Lst_ForEach 2020-09-26 17:39:45 +00:00
make.h make(1): clean up API for finding and creating GNodes 2020-09-26 16:00:12 +00:00
Makefile make(1): remove filemon object files on clean 2020-09-01 17:12:30 +00:00
Makefile.boot make(1): clean up Makefile.boot 2020-08-09 15:54:13 +00:00
meta.c make(1): inline and remove LstNode_Prev and LstNode_Next 2020-09-26 17:15:20 +00:00
meta.h make(1): remove trailing whitespace 2020-07-03 08:13:23 +00:00
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): inline Lst_ForEachUntil in Compat_Make 2020-09-26 16:41:42 +00:00
parse.c make(1): revert migration from Lst_ForEachUntil to Lst_ForEach 2020-09-26 17:39:45 +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 make(1): follow naming conventions for multiple-inclusion guards 2020-08-13 03:54:57 +00:00
suff.c make(1): inline and remove LstNode_Prev and LstNode_Next 2020-09-26 17:15:20 +00:00
targ.c make(1): revert migration from Lst_ForEachUntil to Lst_ForEach 2020-09-26 17:39:45 +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): clean up API for finding and creating GNodes 2020-09-26 16:00:12 +00:00