summaryrefslogtreecommitdiff
path: root/usr.bin/make/nonints.h
AgeCommit message (Expand)Author
2021-02-02make: remove overengineered Enum_ValueToStringrillig
2021-02-01make: remove outdated comment about VarEvalFlagsrillig
2021-01-24make(1): convert SearchPath to structrillig
2021-01-19make(1): remove do-not-format markers from commentsrillig
2020-12-28make(1): replace global preserveUndefined with VARE_KEEP_UNDEFrillig
2020-12-27make(1): remove unnecessary VPR_ERR_SILENTrillig
2020-12-27make(1): clean up VarParseResult constantsrillig
2020-12-27make(1): remove unnecessary VPR_UNKNOWN for error handlingrillig
2020-12-27make(1): align names of VarExportMode with the directivesrillig
2020-12-22make(1): allow .undef to undefine multiple variables at oncerillig
2020-12-20make(1): omit linear search for command in Compat_RunCommandrillig
2020-12-20make(1): remove constant parameter from MakeModerillig
2020-12-20make(1): change return type of Var_Value to FStrrillig
2020-12-20make(1): return FStr from Var_Parserillig
2020-12-20make(1): export FStr and MFStrrillig
2020-12-19make(1): extract Var_DeleteVar from Var_Deleterillig
2020-12-19make(1): extract Var_Undef from ParseDirectiverillig
2020-12-18make(1): constify Targ_FmtTimerillig
2020-12-15make(1): indent nonints.h and util.c with tabs instead of spacesrillig
2020-12-13make(1): add str_basename to reduce duplicate coderillig
2020-12-13make(1): remove dead code from GetVarnamesToUnexportrillig
2020-12-13make(1): clean up Var_Exportrillig
2020-12-12make(1): eliminate boolean argument of Var_Exportrillig
2020-12-12make(1): rename Var_ExportVars to Var_ReexportVarsrillig
2020-12-12make(1): inline Targ_Ignore and Targ_Silentrillig
2020-12-06make(1): rename IFile.nextbuf to readMorerillig
2020-11-29make(1): reduce memory allocation for targetsrillig
2020-11-28make(1): replace Dir_Destroy with SearchPath_Freerillig
2020-11-16make(1): make some GNode functions constrillig
2020-11-16make(1): rename Targ_NewGN to GNode_Newrillig
2020-11-10make(1): use consistent definition for MAKE_INLINErillig
2020-11-08make(1): rename VARE_ASSIGN to VARE_KEEP_DOLLARrillig
2020-11-08make(1): change return type of Arch_MTime to voidrillig
2020-11-08make(1): change return type of Arch_MemberMTime to voidrillig
2020-11-07make(1): fix type mismatch between int and VarSetFlagsrillig
2020-11-07make(1): document the relation between VARE_ASSIGN and preserveUndefinedrillig
2020-11-07make(1): clean up code stylisticallyrillig
2020-11-07make(1): rename Var_Set_with_flags to Var_SetWithFlagsrillig
2020-11-07make(1): rename VarSet_Flags to VarSetFlagsrillig
2020-11-06make(1): rename Arch_MemMTime to Arch_MemberMTimerillig
2020-11-06make(1): rename getBoolean and s2Booleanrillig
2020-11-01make(1): in lint mode, exit with error status on errorsrillig
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-23make(1): convert error level for Parse_Error to an enumrillig
2020-10-19make(1): clean up headers, no functional changerillig
2020-10-18make(1): remove redundant code for determining the assignment operatorrillig
2020-10-18make(1): add tags to enum typesrillig
2020-10-18make(1): replace execError with execDierillig
2020-10-17make(1): normalize initialization and cleanup of the modulesrillig