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-12-31
make: unexport types VarAssignOp and VarAssign
rillig
2021-12-31
make: list VarAssignOp in the same order as in the manual page
rillig
2021-12-30
make: condense code in ApplyModifier_Assign
rillig
2021-12-30
tests/make: demonstrate edge case that evaluates an expression twice
rillig
2021-12-30
make: remove redundant code from CondParser_ComparisonOrLeaf
rillig
2021-12-30
make: split ParseWord into the actual ParseWord and ParseFuncArg
rillig
2021-12-30
make: make ParseWord in condition parser simpler
rillig
2021-12-30
make: internally return false for irrelevant leaves in conditions
rillig
2021-12-29
make: in irrelevant function calls in conditions, return false
rillig
2021-12-29
make: use simpler return type for ParseWord in conditions
rillig
2021-12-29
make: replace table for function lookup in conditions with simple code
rillig
2021-12-29
make: clean up condition parser
rillig
2021-12-29
make: merge duplicate types CondEvalResult and CondResult
rillig
2021-12-29
make: merge duplicate enum constants for CondEvalResult and CondResult
rillig
2021-12-29
make: remove redundant parameter for evaluating conditions
rillig
2021-12-29
make: merge types CondResult and CondEvalResult
rillig
2021-12-28
tests/make: test function names without following '('
rillig
2021-12-28
make: fix double-free in CLEANUP mode (since 2021.12.27.23.11.55)
rillig
2021-12-28
make: rename and constify SkipExtraTargets
rillig
2021-12-28
make: clean up function names in parse.c, remove redundant comments
rillig
2021-12-28
make: extract the non-parsing part from ParseDependencyTargets
rillig
2021-12-28
make: clean up ParseDependency
rillig
2021-12-28
make: remove redundant variable in ParseDependencyTargets
rillig
2021-12-28
make: remove redundant parameter from ParseDependencyTargets
rillig
2021-12-28
make: remove redundant parameters in dependency parsing functions
rillig
2021-12-28
make: remove redundant comments from ParseDependencyTargets
rillig
2021-12-28
make: reduce scope of the list of wildcard target names
rillig
2021-12-28
make: make ParseIsEscape simpler
rillig
2021-12-28
make: rename functions for handling dependency lines
rillig
2021-12-28
make: make debug logging for .ORDER more human-friendly
rillig
2021-12-28
make: make debug logging a bit more human-friendly
rillig
2021-12-28
make: clean up variable names for parsing dependency lines
rillig
2021-12-28
make: do not treat .USEBEFORE as candidate for the main target
rillig
2021-12-28
make: extract OP_NOTARGET into separate function
rillig
2021-12-28
tests/make: use tabs instead of spaces for indentation
rillig
2021-12-28
make: remove redundant local variable
rillig
2021-12-28
make: clean up stylistically
rillig
2021-12-28
make: constify cached_realpath
rillig
2021-12-28
tests/make: clean up after test 'opt-debug-file'
rillig
2021-12-28
tests/make: document inconsistencies between '!=' and '::!='
rillig
2021-12-27
make: clean up Cmd_Exec
rillig
2021-12-27
make: reduce indentation of Cmd_Exec
rillig
2021-12-27
make: free the names of the makefiles in cleanup mode
rillig
2021-12-27
make: merge local variables holding the path to the object directory
rillig
2021-12-27
make: prevent out-of-bounds read for debug log file name
rillig
2021-12-27
make: remove usage message if the debug file cannot be opened
rillig
2021-12-27
tests/make: cover a debug log file that cannot be opened
rillig
2021-12-27
make: narrow down the return type of ReadMakefile
rillig
2021-12-27
make: rename local variables to be simpler
rillig
2021-12-27
make: clean up 'explode'
rillig
[prev]
[next]