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
/
unit-tests
Age
Commit message (
Expand
)
Author
2021-06-17
tests/make: add test for circular dependency in .ORDER
rillig
2021-06-16
make: fix error handling in jobs mode
rillig
2021-06-16
tests/make: demonstrate wrong error handling in jobs mode
rillig
2021-06-11
tests/make: demonstrate handling of '+' and '*' in modifier ':?'
rillig
2021-05-30
tests/make: test whitespace normalization for modifier ':u'
rillig
2021-05-18
Do not trust that /nonexistent does not exist
sjg
2021-05-14
tests/make: show that in ':S', '.' and '*' are ordinary characters
rillig
2021-04-27
make: remove stray space in -de output in jobs mode
rillig
2021-04-27
tests/make: test the combination of -de with -j1
rillig
2021-04-25
tests/make: add tests for ${...} without operator in conditions
rillig
2021-04-19
make: do not complain when skipping the condition 'no >= 10'
rillig
2021-04-19
tests/make: add another example for parsing of the modifier ':?'
rillig
2021-04-19
tests/make: add detailed explanation for error message in conditional
rillig
2021-04-19
make: use straight quotes for error 'Bad conditional expression'
rillig
2021-04-19
tests/make: demonstrate unexpected behavior of the modifier ':?'
rillig
2021-04-16
make: use distinct wording for writing to the shell commands file
rillig
2021-04-15
tests/make: demonstrate handling of null bytes
rillig
2021-04-14
make: remove unnecessary modifier ':U' for certain fixed expressions
rillig
2021-04-12
tests/make: fix test for modifier ':from=to'
rillig
2021-04-12
tests/make: add table test for the modifier ':from=to'
rillig
2021-04-11
make: clean up remaining references to VarEvalFlags
rillig
2021-04-10
make: reword debug log message for empty variable name
rillig
2021-04-10
make: reduce debug logging and memory allocation for ${:U...}
rillig
2021-04-09
Don't use a shell pattern to copy files, copy them explicitly. When running
christos
2021-04-06
make: reduce verbosity of the -dv debug logging for standard cases
rillig
2021-04-05
make: in debug log, add space between scope and variable name
rillig
2021-04-05
make: omit unnecessary details from -dv debug log
rillig
2021-04-05
make: be more verbose in -dv debug logging
rillig
2021-04-05
make: clean up debug logging for ':M' and ':N'
rillig
2021-04-04
tests/make: remove accidentally added intermediate files
rillig
2021-04-04
make: disallow '$' in the variable name of the modifier ':@'
rillig
2021-04-04
tests/make: split test for modifier ':@' into separate files
rillig
2021-04-04
make: remove filler word 'Do' from function names for parsing
rillig
2021-04-04
make: rename ambiguous functions
rillig
2021-04-03
make: replace enum bit-set with struct bit-fields
rillig
2021-04-03
make: remove VarFlags from debug logging
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-03-15
make: rename ApplyModifiersState to ModChain
rillig
2021-03-15
make: improve documentation of ApplyModifiersState
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: 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-14
tests/make: document today's bug fixes in the test
rillig
2021-03-14
make: do not evaluate modifier ':[...]' 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: only evaluate the ':@' modifier if the result is actually used
rillig
[prev]
[next]