summaryrefslogtreecommitdiff
path: root/usr.bin/make/suff.c
AgeCommit message (Expand)Author
2020-11-21make(1): rename type Suff to Suffixrillig
2020-11-21make(1): rename suffNull to nullSuffrillig
2020-11-21make(1): improve name of local variable in SrcList_Addrillig
2020-11-21make(1): rename SuffAddSrc to SrcList_Addrillig
2020-11-21make(1): improve parameter name in SuffUpdateTargetrillig
2020-11-21make(1): document necessary condition in SuffUpdateTargetrillig
2020-11-21make(1): in SuffExpandChildren, only expand ${VAr} if neededrillig
2020-11-21make(1): clean up reference counting in SuffList_Insertrillig
2020-11-21make(1): move reference counting for suffixes to SrcNewrillig
2020-11-21make(1): clean up reference counting for suffixesrillig
2020-11-21make(1): add explanation for test suff-rebuildrillig
2020-11-21make(1): add more debug logging for suffixesrillig
2020-11-21make(1): add debug logging when adding a suffix to the global listrillig
2020-11-21make(1): rename local variable s to suffrillig
2020-11-21make(1): make debug logging more precise in Suff_EndTransformrillig
2020-11-21make(1): flatten Suff_EndTransformrillig
2020-11-21make(1): rename SuffScanTargets to SuffUpdateTargetrillig
2020-11-21make(1): clean up parameter names for SuffScanTargetsrillig
2020-11-19make(1): mark srclist as a bad global variablerillig
2020-11-19make(1): compare pointers against NULL instead of implicit conversionrillig
2020-11-19make(1): fix compilation error in -DDEBUG_SRC moderillig
2020-11-16make(1): rename local functions in suffix handlingrillig
2020-11-16make(1): merge duplicate calls to SuffInsertrillig
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-16make(1): inline SUFF_DEBUG3 and SUFF_DEBUG4rillig
2020-11-16make(1): clean up coding style in suff.crillig
2020-11-16make(1): improve local variable names in suff.crillig
2020-11-16make(1): remove redundant braces and parentheses from suff.crillig
2020-11-16make(1): use boolean expressions in conditionsrillig
2020-11-16make(1): clean up comments in suff.crillig
2020-11-16make(1): mark Suff.ref as probably unusedrillig
2020-11-15make(1): clean up coding style in compat, parse, suffrillig
2020-11-08make(1): clean up code related to VarEvalFlagsrillig
2020-11-08make(1): rename Src.children to numChildrenrillig
2020-11-08make(1): clean up local variable names in suffix handlingrillig
2020-11-07make(1): add pp_skip_hspace to skip horizontal whitespace during parsingrillig
2020-11-05make(1): remove redundant parentheses from sizeof operatorrillig
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): convert a few strings to const strings in suff.crillig
2020-10-25make(1): properly terminate debug output with newlinerillig
2020-10-25make(1): add GNode_Path to access the path of a GNoderillig
2020-10-25make(1): add more details to DEBUG_SRC logrillig
2020-10-25make(1): replace Dir_CopyDir with Dir_CopyDirSearchPathrillig
2020-10-24make(1): remove unused Lst_Find and Lst_FindFromrillig
2020-10-24make(1): don't modify GNode name while rebuilding the suffix graphrillig
2020-10-24make(1): improve local variable names in SuffFindThemrillig
2020-10-23make(1): improve variable names in SuffRebuildGraphrillig