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
2018-06-10
use SUBDIR.roff suggested by uwe@
christos
2018-05-27
- Introduce :q modifier for make variables and make it double escape $'s so
christos
2018-05-24
Since ${MAKE} converts $$ -> $ during parsing we need to put it back to
christos
2018-05-24
unit test for $ underquoting in :Q modifier
christos
2018-05-13
Just skip polling job token pipe.
sjg
2018-05-13
PR/53285: Andreas Gustafsson: Build times tripled with make/job.c 1.193
christos
2018-05-12
Skip setting wantToken.
sjg
2018-04-05
Appease the compiler gods; yes I know what I am doing adding to a literal
christos
2018-04-05
Be more selective about detecting a SYSV include as opposed to a dependency
christos
2018-04-02
Fix bad markup.
dholland
2018-02-22
Avoid calling sysconf for every file loaded.
sjg
2018-02-18
Var_Set: avoid SIGSEGV if val is NULL
sjg
2018-02-13
Avoid unused variable warning
sjg
2018-02-12
Do not treat .info as warning for -W
sjg
2018-02-08
Typos.
dholland
2017-12-08
Ensure VAR+=val on command line is handled correctly
sjg
2017-11-18
Do not append to variable set on command line
sjg
2017-10-28
Ignore empty MAKEOBJDIR
sjg
2017-10-08
Ensure consistent results on different platforms.
sjg
2017-08-10
Avoid full path meta file names for subdir of .OBJDIR
sjg
2017-07-20
Make compat.c handle SIGINT etc more like job.c
sjg
2017-07-09
Ensure that command output is always followed by newline,
sjg
2017-07-03
Remove workaround for ancient HTML generation code.
wiz
2017-06-22
Improve description of -V. Can probably be improved further.
dholland
2017-06-22
Whitespace fixes.
wiz
2017-06-22
Document what the magic variable .MAKE.EXPAND_VARIABLES actually does.
dholland
2017-06-19
Add -v variable that always expands variables; restore -V the way it was.
christos
2017-06-19
make the code look like to 1.266
christos
2017-06-19
Remove previous variable expansion code; sjg had already added the code to
christos
2017-06-17
a variable that starts with \\ is not expanded.
christos
2017-06-17
simplify
christos
2017-06-17
-V: try to expand the variable again if the value contains a variable.
christos
2017-06-17
move some code out of the gigantic main function; no functional change.
christos
2017-05-31
Don't prefix include guards by _, suggested by riastradh
maya
2017-05-31
The previous change might actually be less generic.
maya
2017-05-31
Use less generic include guards
maya
2017-05-10
Main_SetObjdir: ensure buf2 is in scope
sjg
2017-04-21
Str_Match: fix closure tests for [^] and add unit-test.
sjg
2017-04-20
We cannot tollerate things like trailing /.. etc in .CURDIR
sjg
2017-04-19
We cannot use buf as both src and destination for snprintf.
sjg
2017-04-17
Use correct header for SIZE_MAX. from a.rin
maya
2017-04-16
Plug memory leak.
riastradh
2017-04-16
Plug memory leak in ParseTraditionalInclude.
riastradh
2017-04-16
Plug memory leak.
riastradh
2017-04-16
Make it clearer that this is not a memory leak.
riastradh
2017-04-16
Plug memory leak in JobPrintCommand.
riastradh
2017-04-16
Plug memory leaks in Dir_FindFile.
riastradh
2017-04-16
Clarify that assignment is for effect, not truth of value.
riastradh
2017-04-16
Guarantee no arithmetic overflow.
riastradh
2017-04-16
Replace dead conditional by assert.
riastradh
[next]