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
/
job.h
Age
Commit message (
Expand
)
Author
2021-12-15
make: format comments according to /usr/share/misc/style
rillig
2021-12-15
make: use consistent indentation for statements and continuations
rillig
2021-12-15
make: remove redundant comments for multiple-inclusion guards
rillig
2021-12-15
make: mark several functions whose result must be used
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-02-05
Avoid strdup in mkTempFile
sjg
2020-12-30
make(1): format multi-line comments
rillig
2020-12-15
make(1): indent job.h with tabs instead of spaces
rillig
2020-12-12
make(1): move Job.xtraced to ShellWriter
rillig
2020-12-12
make(1): in jobs mode, extract writing of shell commands
rillig
2020-12-10
make(1): negate Job.silent to echo
rillig
2020-12-10
make(1): unpack struct JobFlags
rillig
2020-12-10
make(1): split JobFlags into separate fields
rillig
2020-11-29
make(1): use space instead of tab for preprocessor directives
rillig
2020-11-14
make(1): fix grammar: setup -> set up
rillig
2020-11-14
make(1): rename JobState to JobStatus
rillig
2020-11-08
make(1): remove unused JOB_IGNDOTS
rillig
2020-11-07
make(1): fix type of Job.suspended
rillig
2020-11-07
make(1): clean up JobStart
rillig
2020-10-26
make(1): group the command line options and arguments
rillig
2020-10-23
make(1): convert JobState and JobFlags to enum types
rillig
2020-10-19
make(1): move struct Shell from job.h to job.c
rillig
2020-10-05
make(1): prepare job.c, main.c, parse.c, suff.c for WARNS=6
rillig
2020-09-28
make(1): format job.h consistently
rillig
2020-09-28
make(1): split Job.jobPipe into 2 separate fields
rillig
2020-09-27
make(1): rewrite documentation of Job
rillig
2020-09-27
make(1): normalize whitespace in source code
rillig
2020-09-27
make(1): remove nonexistent function from header
rillig
2020-09-27
make(1): fix type of Shell.noPLen
rillig
2020-09-21
make(1): add specific typedefs for lists
rillig
2020-08-29
make(1): remove ReturnStatus, SUCCESS and FAILURE
rillig
2020-08-27
make(1): remove unused declarations from job.h
rillig
2020-08-22
make(1): remove form feeds in the code
rillig
2020-08-13
make(1): follow naming conventions for multiple-inclusion guards
rillig
2020-07-03
make(1): remove trailing whitespace
rillig
2013-07-05
If commandShell hasErrCtl is true, set shellErrFlag for use by
sjg
2013-03-05
Add a .STALE special target that gets invoked when dependency files contain
christos
2010-09-13
Add meta.c which implements "meta" mode for make.
sjg
2009-04-11
Honour the TMPDIR environment variable instead of always using /tmp
apb
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-15
fix typo in comment
dholland
2008-02-14
- use pid_t/size_t as appropriate instead of int.
christos
2007-10-01
Add the ability to tweak the token output before targets in job mode.
sjg
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-10-09
Instead of trying to report all the 'job suspended' and 'job resumed'
dsl
2006-09-23
Complete revamp of the way make handles job control signals.
dsl
2006-09-22
Replace the two lists 'job_list' (previously 'jobs') and 'stoppedJobs'
dsl
2006-06-29
Fixed the bug reported in PR 33866, which is that the :Q operator does not
rillig
[next]