index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
make.c
Age
Commit message (
Expand
)
Author
2020-10-18
make(1): convert NoExecute to non-inline
rillig
2020-10-17
make(1): fix indentation
rillig
2020-10-01
make(1): remove redundant function prototypes
rillig
2020-09-28
make(1): replace += 1 with ++ and -= 1 with --
rillig
2020-09-28
make(1): migrate Make_ProcessWait from Lst_ForEachUntil to Lst_ForEach
rillig
2020-09-28
make(1): remove the inline attribute from debug_printf
rillig
2020-09-28
make(1): make debug logging simpler
rillig
2020-09-28
make(1): make debugging code shorter
rillig
2020-09-27
make(1): normalize whitespace in source code
rillig
2020-09-27
make(1): inline Lst_ForEachUntil in Make_ExpandUse
rillig
2020-09-27
make(1): clean up comments in job.c and make.c
rillig
2020-09-26
make(1): revert migration from Lst_ForEachUntil to Lst_ForEach
rillig
2020-09-26
make(1): inline and remove LstNode_Prev and LstNode_Next
rillig
2020-09-26
make(1): replace a few Lst_ForEachUntil with simpler Lst_ForEach
rillig
2020-09-26
make(1): clean up API for finding and creating GNodes
rillig
2020-09-25
make(1): inline Lst_ForEach in MakeUnmark
rillig
2020-09-24
make(1): migrate MakeTimeStamp and MakeUnmark to Lst_ForEach
rillig
2020-09-24
make(1): migrate MakeAddAllSrc to Lst_ForEach
rillig
2020-09-24
make(1): move documentation for MakeAddAllSrc to its correct place
rillig
2020-09-24
make(1): rename Lst_ForEach to Lst_ForEachUntil
rillig
2020-09-24
make(1): refactor add_wait_dep to not use Lst_ForEachFrom anymore
rillig
2020-09-22
make(1): prepare Var_Subst for proper error handling
rillig
2020-09-22
make(1): use fine-grained type names for lists and their nodes
rillig
2020-09-13
make(1): clean up RCSID blocks
rillig
2020-09-12
make(1): fix API of Targ_PrintNode
rillig
2020-09-07
make(1): remove redundant includes
rillig
2020-08-30
make(1): rename GNode.iParents to implicitParents
rillig
2020-08-30
make(1): rename Lst_Datum to LstNode_Datum
rillig
2020-08-30
make(1): rename Lst_Memeber to Lst_FindDatum
rillig
2020-08-29
make(1): trust that Var_Subst never returns NULL
rillig
2020-08-28
make(1): remove trailing 'S' from names of Lst functions
rillig
2020-08-28
make(1): migrate Lst_First to Lst_FirstS
rillig
2020-08-27
make(1): migrate Lst_IsEmpty to Lst_IsEmptyS
rillig
2020-08-27
make(1): migrate Lst_ForEach to Lst_ForEachS
rillig
2020-08-27
make(1): migrate Lst_ForEachFrom to Lst_ForEachFromS
rillig
2020-08-26
make(1): add stricter variants for remaining Lst functions
rillig
2020-08-25
make(1): distinguish enum flags and values in debugging mode
rillig
2020-08-24
make(1): in debug mode, print GNode details in symbols
rillig
2020-08-22
make(1): replace Lst_Duplicate with Lst_CopyS
rillig
2020-08-22
make(1): make moving and copying lists simpler
rillig
2020-08-22
make(1): use Lst_OpenS in make.c
rillig
2020-08-22
make(1): require argument of Lst_Member to be non-null
rillig
2020-08-22
make(1): replace Lst_Datum with non-null guaranteeing Lst_DatumS
rillig
2020-08-22
make(1): add strict argument checks for Lst_InsertBefore
rillig
2020-08-22
make(1): convert Lst_Enqueue and Lst_Dequeue to nonnull variants
rillig
2020-08-22
make(1): replace two instances of Lst_AtFront with Lst_Prepend
rillig
2020-08-22
make(1): convert remaining Lst_AtEnd to the stricter Lst_Append
rillig
2020-08-22
make(1): make Make_HandleUse simpler
rillig
2020-08-22
make(1): make .USEBEFORE handling simpler
rillig
2020-08-22
make(1): replace "(void)Lst_AtEnd" with stricter "Lst_AppendS"
rillig
[prev]
[next]