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
2022-08-14
make.1: clean up formatting and grammar, be more accurate
rillig
2022-08-14
make.1: not every '-' is a flag
rillig
2022-08-08
tests/make: document history of bug in parsing unbalanced expressions
rillig
2022-08-08
make: fix parsing of modifiers containing unbalanced subexpressions
rillig
2022-08-06
tests/make: demonstrate bug in parsing of modifier parts
rillig
2022-08-06
tests/make: document parsing behavior of modifiers
rillig
2022-08-05
make: when parsing ':D' or ':U', only copy text if necessary
rillig
2022-08-05
make: extract parsing of ':D' and ':U' modifiers into separate function
rillig
2022-07-26
Pass MAKEOBJDIR to opt-m-include-dir
sjg
2022-07-24
make: fix out-of-bounds read when parsing an invalid line
rillig
2022-07-12
make.1: fix markup for variable modifiers, add italic correction
rillig
2022-07-12
make.1: fix markup for options, they are not arguments
rillig
2022-07-12
make.1: fix ugly line break in PostScript output
rillig
2022-07-12
make.1: fix markup
rillig
2022-07-12
make.1: replace redundant .Ql with .Sq
rillig
2022-07-12
make: describe variable assignment and evaluation more precisely
rillig
2022-07-10
tests/make: extend tests for modifier ':H'
rillig
2022-06-14
make: document parsing of short variable names, such as $i
rillig
2022-06-14
make: reduce indentation in ParseVarnameShort
rillig
2022-06-14
make: simplify return type of IsShortVarnameValid
rillig
2022-06-12
make: document ExprLen, which is part of a .for loop
rillig
2022-06-12
tests/make: make test for null bytes in .for loop more readable
rillig
2022-06-12
tests/make: demonstrate what happens for 'make -DVAR=value'
rillig
2022-06-12
make: reorganize Parse_Error
rillig
2022-06-11
make: fix memory leak in wildcard targets and sources
rillig
2022-06-11
make: separate cases in HandleDependencyTargetMundane
rillig
2022-06-11
make: extract HandleSingleDependencyTargetMundane
rillig
2022-06-11
make: remove redundant include for stdint.h
rillig
2022-06-11
make: clean up comments for string splitting and string matching
rillig
2022-06-11
tests/make: test edge cases in pattern matching
rillig
2022-06-11
make: condense Str_Match
rillig
2022-06-11
tests/make: demonstrate another pathological pattern match
rillig
2022-06-10
make: rename loadfile to LoadFile
rillig
2022-06-10
make: split IncludeFile into separate functions
rillig
2022-06-10
make: extract half of IncludeFile into a separate function
rillig
2022-06-10
make: condense code for searching a file in the paths
rillig
2022-06-10
tests/make: reword comment in Makefile to be more specific
rillig
2022-06-10
tests/make: demonstrate spaces and '#' in command line arguments
rillig
2022-06-02
Increase the resource limit so these tests pass on hppa.
skrll
2022-05-23
tests/make: document and demonstrate .for i containing .if empty(i)
rillig
2022-05-14
make: clean up comments in Var_Parse
rillig
2022-05-13
make: document platform dependency in string pattern matching
rillig
2022-05-13
make: clean up low-level comments, eliminate common subexpression
rillig
2022-05-09
make: remove obsolete comment
rillig
2022-05-08
make: remove test variant without GMAKEEXPORT
rillig
2022-05-08
tests/make: remove test varquote
rillig
2022-05-08
tests/make: explain that assignments ignore leading spaces
rillig
2022-05-08
tests/make: add test for option '-X', clean up comments
rillig
2022-05-08
tests/make: fix typo in variable name
rillig
2022-05-08
tests/make: migrate cond1 test to other, more specific tests
rillig
[prev]
[next]