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
/
make.c
Age
Commit message (
Expand
)
Author
2020-08-22
make(1): condense the comment for Make_HandleUse
rillig
2020-08-22
make(1): remove form feeds in the code
rillig
2020-08-21
make(1): use stricter list API for sequential access
rillig
2020-08-21
make(1): assert correct usage of the Lst_Open API
rillig
2020-08-21
make(1): make list library code stricter
rillig
2020-08-21
make(1): remove unused code for circular lists
rillig
2020-08-01
make(1): avoid calls to free(3) in the common case of a NULL pointer
rillig
2020-08-01
make(1): let Var_Value return a const char *
rillig
2020-07-28
make(1): remove dead code from Var_Subst
rillig
2020-07-19
make(1): rename Varf_Flags to VarEvalFlags
rillig
2020-07-03
make(1): remove trailing whitespace
rillig
2020-07-03
make(1): remove redundant parentheses around return values
rillig
2020-07-02
make(1): remove useless parameter from Var_Set
rillig
2016-11-10
Report node name rather than (null) when modified before src
sjg
2016-02-18
Collapse the 3 boolean parameter to 1 flags parameter. No functional change.
christos
2016-01-17
remove free NULL checks (Tilman Sauerbeck)
christos
2016-01-09
Preserve $$ in := assignments..
christos
2015-10-11
Add Boolean wantit to Var_Parse and Var_Subst
sjg
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-09-07
Revert all make changes except the unit tests to the state of three
joerg
2014-08-23
PR/46096: Jarmo Jaakkola: fix many problems with dependencies (PR 49086)
christos
2012-11-09
Do not stop looking for children, just because one has a .ORDER dependency.
sjg
2012-06-12
Replace __dead, __unused and the various printf format attributes
joerg
2012-05-10
Don't use the cache when building nodes that might have changed since the
christos
2012-04-07
Remove recheck hackery that caused extra stats, and explicitly ask for
christos
2011-09-16
Use __dead consistently. If it doesn't exist, define it away.
joerg
2010-11-25
Instead of keeping around the mtime of the youngest child, keep a pointer
christos
2010-09-13
Add meta.c which implements "meta" mode for make.
sjg
2010-07-06
Revert 1.80, which somehow manages to produce different (wrong)
dholland
2010-06-30
Set .PREFIX early the same place .TARGET is set. This makes sure it's
dholland
2010-04-07
Add:
sjg
2009-01-23
Change 'ClientData' to 'void *' so that relevant parameters can
dsl
2008-12-13
Use NULL instead of -1 cast to the relavant type (usually via NIL).
dsl
2008-02-15
back all changes out until I fix it properly.
christos
2008-02-14
- use pid_t/size_t as appropriate instead of int.
christos
2007-01-01
Request the 'verbose' node print when aborting and scheduling nodes.
dsl
2007-01-01
Add the other half of the fix to stop stuff that depends on .WAIT nodes
dsl
2007-01-01
Don't force things that have dependencies against .WAIT nodes to be rebuilt.
dsl
2006-12-21
Fix breakage of previous commit.
dsl
2006-12-20
Fix detection and reporting of dependency loops in parallel makes.
dsl
2006-12-18
From Anon Ymous:
christos
2006-11-17
A rather large rototil in the way the parallel make code schedules jobs.
dsl
2006-10-27
Since 'ClientData' is 'void *', nuke almost all the (ClientData) casts.
dsl
2006-10-15
Output all debug trace output through 'debug_file' defaulting to 'stdout'.
dsl
2006-10-11
There is no need to resize the pollfd array, it can only ever have 2+maxJobs
dsl
2006-10-09
Rip out the code for the undocumented -P (don't use pipes for command
dsl
2006-09-23
Complete revamp of the way make handles job control signals.
dsl
2006-03-31
There is no need to count jobs and job tokens.
dsl
2006-02-11
Add some more debug prints.
dsl
2006-02-11
Debug trace all the targets we are actually intending making.
dsl
[prev]
[next]