summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.c
AgeCommit message (Expand)Author
2020-11-16make(1): clean up code style in make.c and suff.crillig
2020-11-16make(1): rename Targ_NewGN to GNode_Newrillig
2020-11-15make(1): clean up make.c stylisticallyrillig
2020-11-15make(1): rename checked to checked_seqnorillig
2020-11-14make(1): fix debug output for GNode detailsrillig
2020-11-14make(1): use symbolic names in debug output of GNodesrillig
2020-11-08make(1): clean up Make_ExpandUserillig
2020-11-08make(1): fix type of have_token in MakeStartJobsrillig
2020-11-08make(1): inline MakeCheckOrder into IsWaitingForOrderrillig
2020-11-08make(1): inline MakeAddChild into ExamineLaterrillig
2020-11-08make(1): inline MakeFindChild into PretendAllChildrenAreMaderillig
2020-11-08make(1): extract PretendAllChildrenAreMade from Make_ExpandUserillig
2020-11-08make(1): fix debug output in out-of-date for cohorts (since 2003-11-14)rillig
2020-11-08make(1): add test for wrong debug message in GNode_IsOODaterillig
2020-11-08make(1): extract condition from GNode_IsOODate into separate functionrillig
2020-11-08make(1): change return type of Dir_MTime to voidrillig
2020-11-08make(1): change return type of Arch_MemberMTime to voidrillig
2020-11-08make(1): clean up comments in Make_Recheckrillig
2020-11-08make(1): use common indentation style for elserillig
2020-11-08make(1): rename Make_OODate to GNode_IsOODaterillig
2020-11-08make(1): rename Make_TimeStamp to GNode_UpdateYoungestChildrillig
2020-11-07make(1): clean up Make_OODate and Make_Runrillig
2020-11-07make(1): clean up code stylisticallyrillig
2020-11-01make(1): negate NoExecute to GNode_ShouldExecuterillig
2020-10-31make(1): format #include directives consistentlyrillig
2020-10-31make(1): do not look up local variables like .TARGET anywhere elserillig
2020-10-30make(1): change char * to void * in Var_Valuerillig
2020-10-30make(1): fix indentation in source coderillig
2020-10-26make(1): group the command line options and argumentsrillig
2020-10-25make(1): add GNode_Path to access the path of a GNoderillig
2020-10-25make(1): inline Lst_Copy in Make_ExpandUserillig
2020-10-23make(1): rename GNode.cmgn to youngestChildrillig
2020-10-23make(1): negate OP_NOP and rename it to GNode_IsTargetrillig
2020-10-23make(1): remove Lst_ForEachUntilConcurrentrillig
2020-10-22make(1): fix MakePrintStatusListrillig
2020-10-22make(1): remove void pointers from MakePrintStatusrillig
2020-10-22make(1): remove void pointers from MakePrintStatusOrderrillig
2020-10-22make(1): add Lst_ForEachUntilConcurrentrillig
2020-10-22make(1): replace Lst_Open with simple iteration in Make_ProcessWaitrillig
2020-10-22make(1): replace Lst_Open with simple iteration in Make_Updaterillig
2020-10-22make(1): extract UpdateImplicitParentsVars from Make_Updaterillig
2020-10-22make(1): replace Lst_Open with simple iteration in Make_Updaterillig
2020-10-22make(1): remove redundant type castsrillig
2020-10-19make(1): clean up headers, no functional changerillig
2020-10-19make(1): inline simple Lst gettersrillig
2020-10-19make(1): inline link_parent into Make_ProcessWaitrillig
2020-10-19make(1): inline MakeTimeStamp in Make_OODaterillig
2020-10-19make(1): eliminate void pointer from MakeAddAllSrcrillig
2020-10-18make(1): replace Lst_Open with simple iteration in Make_HandleUserillig
2020-10-18make(1): rename Lst_Init to Lst_Newrillig