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-12-13
make: fix memory leak when parsing '.if ${expr}' (since 2004-04-13)
rillig
2021-12-12
tests/make: refine comments for parsing and evaluating conditions
rillig
2021-12-12
make: rename ParseFuncArg to ParseWord, update comments
rillig
2021-12-12
make: merge duplicate code in CondParser_FuncCall
rillig
2021-12-12
make: generate more specific error message on malformed conditional
rillig
2021-12-11
make: remove dead code in CondParser_FuncCall
rillig
2021-12-11
make: remove unused function parameter in conditional handling
rillig
2021-12-11
make: clean up CondParser_FuncCallEmpty
rillig
2021-12-11
make: inline ParseEmptyArg into CondParser_FuncCallEmpty
rillig
2021-12-11
make: simplify evaluation of function 'empty'
rillig
2021-12-11
make: merge duplicate code in ParseEmptyArg
rillig
2021-12-11
make: use proper return type for ParseEmptyArg
rillig
2021-12-11
make: remove unused arguments from CondParser_FuncCallEmpty
rillig
2021-12-11
make: separate handling of 'empty' and the other functions
rillig
2021-12-10
make: merge duplicate code in parsing conditions
rillig
2021-12-10
make: remove recursion from CondParser_And
rillig
2021-12-10
make: do not expand operator token in CondParser_Or
rillig
2021-12-10
make: do not evaluate misplaced expressions in malformed conditions
rillig
2021-12-10
make: simplify parsing of '||' in conditions
rillig
2021-12-09
make: revert previous commit to CondParser_Or
rillig
2021-12-09
make: avoid recursion in CondParser_Or
rillig
2021-12-09
make: remove period from end of error messages and warnings
rillig
2021-12-05
make: fix comments
rillig
2021-09-26
make: fix lint warning on i386
rillig
2021-09-21
make: reduce relocations, thereby reducing .text size
rillig
2021-09-21
make: reduce relocations and thereby .text size, make opname const
rillig
2021-09-21
make: rename and invert CondParser.lhsStrict to leftUnquotedOK
rillig
2021-09-21
make: do not allow unquoted 'left == right' after modifier ':?'
rillig
2021-09-21
make: remove unnecessary negation from CondParser_StringExpr
rillig
2021-09-21
make: remove unnecessary const from parameters
rillig
2021-09-21
make: fix out-of-bounds memory read (since previous commit)
rillig
2021-09-21
make: reduce indentation in CondParser_FuncCall
rillig
2021-09-21
make: fix documentation about operator associativity in conditions
rillig
2021-07-29
make: in TryParseNumber, reset errno as late as possible
rillig
2021-06-21
make: fix grammar in error message for malformed conditional
rillig
2021-06-21
make: clean up comments in cond.c
rillig
2021-06-11
make: inline strcmp when parsing conditions
rillig
2021-06-11
make: clean up function names and documentation for conditions
rillig
2021-06-11
make: rename If_Eval to EvalBare
rillig
2021-06-11
make: move parsing of function calls out of CondParser_LeafToken
rillig
2021-06-11
make: improve function names for parsing conditions
rillig
2021-04-19
make: do not complain when skipping the condition 'no >= 10'
rillig
2021-04-04
make: convert VarEvalFlags back into an enum, but not a bit-set
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-03-15
make: replace enum bit-field with struct bit-field for VarEvalFlags
rillig
2021-03-15
make: rename VARE_NONE to VARE_PARSE_ONLY
rillig
2021-02-22
make: remove freestanding freeIt variables
rillig
2021-02-05
make: in the Var_ functions, move the scope to the front
rillig
2021-02-04
make: rename some VAR constants to SCOPE
rillig
2021-01-30
make(1): split Buf_Destroy into Buf_Done and Buf_DoneData
rillig
[prev]
[next]