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
/
cond.c
Age
Commit message (
Expand
)
Author
2021-01-22
make(1): remove "warning" from missing closing parenthesis
rillig
2021-01-21
make(1): replace warning + error with just an error in conditionals
rillig
2021-01-21
make(1): fix debug output for comparison operators in conditionals
rillig
2021-01-21
make(1): document wrong debug output in evaluation of conditionals
rillig
2021-01-21
make(1): reformat CondParser_StringExpr
rillig
2021-01-21
make(1): extract CondParser_StringExpr from CondParser_String
rillig
2021-01-21
make(1): demonstrate parse error without error message in conditional
rillig
2021-01-21
make(1): make CondParser_String simpler
rillig
2021-01-21
make(1): fix Coverity annotation
rillig
2021-01-19
make(1): extract DetermineKindOfConditional from Cond_EvalLine
rillig
2021-01-19
make(1): remove struct If from evaluation of conditionals
rillig
2021-01-19
make(1): remove do-not-format markers from comments
rillig
2021-01-19
make(1): distinguish between tokens and results in conditionals
rillig
2021-01-19
make(1): update references to the renamed CondParser functions
rillig
2021-01-19
make(1): condense code for parsing and evaluating conditionals
rillig
2021-01-19
make(1): add error handling for edge case in malformed conditions
rillig
2021-01-19
make(1): fix possible return values for CondParser_Term
rillig
2021-01-19
make(1): demonstrate wrong return value in CondParser_Term
rillig
2021-01-10
make(1): consistently use boolean expressions in conditions
rillig
2021-01-09
make(1): fix lint warnings
rillig
2020-12-30
make(1): format multi-line comments
rillig
2020-12-27
make(1): clean up VarParseResult constants
rillig
2020-12-23
make(1): rename CmdOpts.lint to strict
rillig
2020-12-20
make(1): change return type of Var_Value to FStr
rillig
2020-12-20
make(1): return FStr from Var_Parse
rillig
2020-12-20
make(1): clean up memory handling in CondParser_String
rillig
2020-12-20
make(1): clean up memory handling in CondParser_String
rillig
2020-12-14
make(1): error out on .else with extraneous text
rillig
2020-12-14
make(1): error out if an '.endif' contains extraneous text
rillig
2020-12-14
make(1): make structure of the code in Cond_EvalLine clearer
rillig
2020-12-14
make(1): don't pretend to expand CondParser_Eval
rillig
2020-12-12
make(1): remove const from function parameters
rillig
2020-12-05
make(1): remove redundant assignments
rillig
2020-11-29
make(1): reduce memory allocation for dirSearchPath
rillig
2020-11-28
make(1): reduce memory allocation for CmdOpts.create
rillig
2020-11-28
make(1): remove pointer indirection from GNode.commands
rillig
2020-11-23
make(1): use properly typed comparisons in boolean contexts
rillig
2020-11-23
make(1): align end-of-line comments with tabs
rillig
2020-11-23
make(1): indent cond.c with tabs instead of spaces
rillig
2020-11-13
make(1): in lint mode, check for ".else <cond>"
rillig
2020-11-13
make(1): use bitset for IfState
rillig
2020-11-13
make(1): replace large switch with if-else in Cond_EvalLine
rillig
2020-11-13
make(1): move the comment about ".else <cond>" to the correct place
rillig
2020-11-12
make(1): improve readability of IfState documentation
rillig
2020-11-12
make(1): rename local variable in Cond_EvalLine
rillig
2020-11-12
make(1): remove complicated code to find the definition for plain .if
rillig
2020-11-12
make(1): document IfState in more detail
rillig
2020-11-12
make(1): clean up Cond_EvalLine
rillig
2020-11-11
make(1): document non-obvious special case in EvalNotEmpty
rillig
2020-11-11
make(1): add test to cover the If_Eval call in EvalNotEmpty
rillig
[prev]
[next]