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
Age
Commit message (
Expand
)
Author
2021-04-03
make: move VarEvalFlags_ToString down to the other functions
rillig
2021-04-03
make: condense definition of VarPatternFlags
rillig
2021-04-03
make: inline VarFlags into Var
rillig
2021-04-03
make: replace enum bit-set with struct bit-fields
rillig
2021-04-03
make: remove unused Expr.varFlags
rillig
2021-04-03
make: remove VarFlags from debug logging
rillig
2021-04-03
make: simplify access to the name of an expression during evaluation
rillig
2021-04-03
make: revert accidental change from the previous commit
rillig
2021-04-03
make: backport to C90
rillig
2021-04-03
make: rename function parameters to match boolean constants
rillig
2021-04-03
make: use standard %H in strftime instead of %k
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-03-30
make: remove workaround for bug in lint
rillig
2021-03-21
make: fix typos in documentation of ModChain
rillig
2021-03-16
make: fix documentation for ModChain
rillig
2021-03-15
make: rename ApplyModifiersState to ModChain
rillig
2021-03-15
make: improve documentation of ApplyModifiersState
rillig
2021-03-15
make: document an example for a 'chain of modifiers'
rillig
2021-03-15
make: fix double varname expansion in the variable modifier '::='
rillig
2021-03-15
tests/make: demonstrate that the modifier '::=' expands the varname
rillig
2021-03-15
tests/make: convert varmod-loop to parse-time
rillig
2021-03-15
tests/make: add position marker in test 'varmod-loop'
rillig
2021-03-15
make: clean up documentation of ApplyModifiersState
rillig
2021-03-15
make: fix documentation of Lst_MoveAll
rillig
2021-03-15
make: indent inline functions for lists
rillig
2021-03-15
make: clean up header for runtime type information for enums
rillig
2021-03-15
make: change debug log for variable evaluation flags to lowercase
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-03-14
tests/make: document today's bug fixes in the test
rillig
2021-03-14
make: fix documentation of VarFreeEnv
rillig
2021-03-14
make: skip variable lookup for '::=' modifiers in parse-only mode
rillig
2021-03-14
make: separate parsing and evaluating for modifier '::='
rillig
2021-03-14
make: in parse-only mode, do not update the expression value in ':sh'
rillig
2021-03-14
make: do not evaluate the ':O' modifiers in parse-only mode
rillig
2021-03-14
make: separate parsing and evaluating in the ':O' modifiers
rillig
2021-03-14
make: do not evaluate modifier ':[...]' in parse-only mode
rillig
2021-03-14
make: do not evaluate modifiers ':M' and ':N' in parse-only mode
rillig
2021-03-14
make: do not return unevaluated 'else' part from the ':?' modifier
rillig
2021-03-14
tests/make: add test for the ':?' modifier in parse-only mode
rillig
2021-03-14
make: do not evaluate ':gmtime' and ':localtime' in parse-only mode
rillig
2021-03-14
make: don't evaluate several simple modifiers in parse-only mode
rillig
2021-03-14
make: skip strdup when parsing an irrelevant ':L' modifier
rillig
2021-03-14
make: skip memcpy when parsing but not evaluating ':D' and ':U'
rillig
2021-03-14
make: only evaluate the ':@' modifier if the result is actually used
rillig
2021-03-14
make: eliminate common subexpression in ApplyModifier_Remember
rillig
2021-03-14
make: merge duplicate code in ApplyModifier_Remember
rillig
2021-03-14
make: do not expand the variable name in the ':_' modifier
rillig
2021-03-14
tests/make: demonstrate unintended edge case for the ':_' modifier
rillig
2021-03-14
tests/make: convert test for ':_' modifier to parse time
rillig
[prev]
[next]