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-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
2022-05-07
tests/make: document why deptgt-posix needs its own directory
rillig
2022-05-07
make: fix grammar in comment of DirFindDot
rillig
2022-05-07
make: allow to randomize build order of targets
rillig
2022-05-07
make: fix off-by-one error in buffer for .WAIT nodes
rillig
2022-05-07
tests/make: clean up comments in test for .POSIX
rillig
2022-05-07
make: inline MakeBuildParent
rillig
2022-05-07
make: inline make_abort, improve error details
rillig
2022-05-07
make: rename Compat_Run to Compat_MakeAll
rillig
2022-05-03
make: remove test scenarios for old GCC versions
rillig
2022-04-18
Comment on interaction of posix.mk with[out] -r
sjg
2022-04-18
Never 'rm -rf ${TMPDIR}' when you cannot be sure what it is
sjg
2022-04-18
make: only switch to POSIX mode if '.POSIX:' is the first line
rillig
2022-04-18
tests/make: refine documentation of test for .USEBEFORE
rillig
2022-04-18
tests/make: extend tests for .USE and .USEBEFORE
rillig
2022-04-15
make: document the available preprocessor definitions for Makefile.boot
rillig
2022-04-15
make: do not use __CONCAT and __STRING in meta_needed
rillig
2022-04-15
make: add .USEBEFORE to Targ_PrintType
rillig
[next]