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
2023-07-01
tests/make: show how to use indirect conditions in the '?:' modifier
rillig
2023-06-28
tests/make: extend test for the 'empty' function in conditions
rillig
2023-06-28
make.1: clean up wording, clarify scope of '!' in conditions
rillig
2023-06-24
make: remove redundant 'extern' in function declaration
rillig
2023-06-23
tests/make: explain and extend tests for expansion in .for loops
rillig
2023-06-23
make: sync a comment with reality
rillig
2023-06-23
make: clean up variable and function names
rillig
2023-06-23
make: reduce indentation in pattern matching code
rillig
2023-06-23
make: warn about malformed patterns in ':M', ':N' and '.if make(...)'
rillig
2023-06-23
tests/make: sort missing 'expect' comments by their location
rillig
2023-06-22
tests/make: demonstrate inconsistency in pattern matching with ranges
rillig
2023-06-22
make: unclutter string matching code
rillig
2023-06-22
make: rename variables in string matching, remove redundant code
rillig
2023-06-22
tests/make: fix line numbers in test result, since the previous commit
rillig
2023-06-22
make: speed up pattern matching in the ':M' and ':N' modifiers
rillig
2023-06-22
make: clean up comments related to pattern matching
rillig
2023-06-22
make: merge common code for handling the ':M' and ':N' modifiers
rillig
2023-06-21
Cleanup guard tests
sjg
2023-06-21
make: skip a file protected by a multiple-inclusion guard more often
rillig
2023-06-21
tests/make: document how wildcards behave in a dependency declaration
rillig
2023-06-21
tests/make: clean up and extend tests for multiple-inclusion guards
rillig
2023-06-21
tests/make: document a few tests
rillig
2023-06-21
Allow guard targets to use variables.
sjg
2023-06-20
make: allow targets to be used as multiple-inclusion guards
rillig
2023-06-19
tests/make: test triple negation in '.ifndef'
rillig
2023-06-19
make: sort files in coverage report alphabetically
rillig
2023-06-19
make: add tests for full code coverage of multiple-inclusion guards
rillig
2023-06-19
make: clean up code for skipping files with multiple-inclusion guard
rillig
2023-06-19
Test that .undef of readOnly variable fails
sjg
2023-06-19
make: if a makefile is protected by a guard, only include it once
rillig
2023-06-18
tests/make: clean up test for multiple-inclusion guards
rillig
2023-06-18
tests/make: align variable name in test for multiple-inclusion guards
rillig
2023-06-18
tests/make: extend test for multiple-inclusion guards
rillig
2023-06-16
make: do not allow delete of readOnly variable.
sjg
2023-06-16
tests/make: add test for multiple-inclusion guards
rillig
2023-06-16
tests/make: clean up tests for the ':M' and ':S' modifiers
rillig
2023-06-16
make: remove parameter names from function declarations
rillig
2023-06-03
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
lukem
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-06-01
make: shorten function names, clean up comments
rillig
2023-06-01
tests/make: clean up comments, extend a few tests
rillig
2023-06-01
make: error out on a .break directive with arguments
rillig
2023-05-10
Make :mtime operate on each word in variable value.
sjg
2023-05-10
make: don't print null filename in stack traces
rillig
2023-05-10
make: clean up comments
rillig
2023-05-10
tests/make: clean up comments in tests
rillig
2023-05-10
tests/make: clean up tests for .for loops
rillig
2023-05-09
make: improve error message for failed stat in ':mtime'
rillig
2023-05-09
make: :mtime=error throw error on stat(2) failure
sjg
[next]