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
2021-04-30
Pull up following revision(s) (requested by mrg in ticket #1263):
martin
2019-04-09
ParseDoDependency: free paths rather than assert
sjg
2019-02-16
make(1): minor grammar fixes in BUGS section
gutteridge
2019-02-04
- use -Wno-error=format-truncation
mrg
2019-02-03
- add or adjust /* FALLTHROUGH */ where appropriate
mrg
2018-12-22
ParseVErrorInternal: use .PARSEDIR and
sjg
2018-12-21
unexport-env: avoid SEGFAULT if MAKELEVEL not in env
sjg
2018-12-17
PR/53796: Valery Ushakov: make prints wrong makefile path in an error message
christos
2018-12-16
use %s formats to avoid -flag confusion (from sjg)
christos
2018-12-16
Use printf instead of echo since we can't portably use \ in string (from sjg@)
christos
2018-07-12
Fix previous: cached_stats() returning < 0 means that the file is not found,
christos
2018-07-12
Remove duplicate code in make(1)'s dir.c.
reinoud
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
[next]