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
/
directive-for-escape.mk
Age
Commit message (
Expand
)
Author
2023-06-23
tests/make: explain and extend tests for expansion in .for loops
rillig
2023-06-01
tests/make: force line-based diagnostics to be listed in the tests
rillig
2023-06-01
make: add more details to debug logging of .for loops
rillig
2023-05-09
make: skip syntactically wrong .for loops
rillig
2023-05-08
make: disallow characters like '$' in variable names in .for loops
rillig
2022-06-12
make: document ExprLen, which is part of a .for loop
rillig
2022-01-27
tests/make: add more edge cases for expansion of .for loop body
rillig
2022-01-27
tests/make: explain escaping in .for loops, add more test cases
rillig
2022-01-09
make: fix crash for newline in .for value in -dp mode (since yesterday)
rillig
2021-12-05
make: inline Str_Words into .for loop handling
rillig
2021-09-02
make: rename for_var_len to ExprLen
rillig
2021-06-25
make: prevent newline injection in .for loops
rillig
2021-06-25
tests/make: demonstrate newline injection in .for loop
rillig
2021-06-24
tests/make: test .for loop over a variable named '$'
rillig
2021-02-15
make: improve comments in test for expansions in .for loops
rillig
2021-01-25
make(1): rename struct For to struct ForLoop
rillig
2021-01-24
make(1): describe expansion of nested variables in .for values
rillig
2021-01-24
make(1): let the test directive-for-escape exit successfully
rillig
2020-12-31
make(1): add test for common and edge cases in .for loop expansion
rillig
2020-12-31
make(1): add tests for extreme edge cases of .for loop expansion
rillig
2020-12-31
make(1): add test for error handling and expansion in .for loops
rillig