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.c
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: change return type of Compat_RunCommand from int to bool
rillig
2021-11-28
make: convert GNodeFlags from enum into bit-fields
rillig
2021-11-28
make: eliminate common subexpressions in DebugFailedJob
rillig
2021-11-28
make: fix memory leak in jobs mode with -de (since today)
rillig
2021-11-28
make: with the option -de in jobs mode, output expanded commands
rillig
2021-10-24
Do not ignore write failures.
sjg
2021-06-16
make: fix error handling in jobs mode
rillig
2021-06-16
make: extract commands-ok check from JobWriteShellCommands
rillig
2021-06-16
make: clean up comment for JobStart
rillig
2021-04-27
make: use consistent variable names, types and braces in DebugFailedJob
rillig
2021-04-27
make: remove stray space in -de output in jobs mode
rillig
2021-04-27
Print -de error information when running multiple jobs
christos
2021-04-16
make: use distinct wording for writing to the shell commands file
rillig
2021-04-16
make: align name of jobs_table_dump to the other functions
rillig
2021-04-15
make: remove type name for the abort status in job handling
rillig
2021-04-15
make: rename PrintOutput to PrintFilteredOutput to avoid confusion
rillig
2021-04-15
make: document two previously unknown bugs in job mode
rillig
2021-04-04
make: rename a few functions to be more descriptive
rillig
2021-04-04
make: rename ambiguous functions
rillig
2021-04-03
make: backport to C90
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-02-05
Job_TempFile: unlink while signals blocked
sjg
2021-02-05
Avoid strdup in mkTempFile
sjg
2021-02-05
make: remove unnecessary assignment in Job_Start, clean up comments
rillig
2021-02-05
make: in the Var_ functions, move the scope to the front
rillig
2021-02-04
make: rename some VAR constants to SCOPE
rillig
2021-02-03
make: replace Global_AppendExpand with Global_Append
rillig
2021-02-03
make: replace Global_SetExpand with Global_Set for constant names
rillig
2021-02-03
make: use shortcut functions Global_SetExpand and Global_AppendExpand
rillig
2021-02-01
make: indent preprocessor directives consistently
rillig
2021-02-01
make: always use vfork, never fork
rillig
2021-02-01
make: remove unused Lst_Destroy
rillig
2021-02-01
make: clean up Job_CatchOutput
rillig
2021-02-01
make: rename fd-related variables in job.c
rillig
2021-02-01
make: clean up job.c
rillig
2021-02-01
Use sig_atomic_t for caught_sigchld
sjg
2021-01-31
Reduce unnecessary calls to waitpid
sjg
2021-01-30
make(1): clean up JobWriteShellCommands
rillig
2021-01-30
make(1): clean up comments in JobSaveCommands and JobStart
rillig
2021-01-29
make(1): explain seemingly redundant condition in jobs mode
rillig
2021-01-29
make(1): remove unnecessary fflush for empty shell files
rillig
2021-01-29
make(1): rename JobOpenTmpFile to JobWriteShellCommands
rillig
2021-01-29
make(1): do not create empty shell files in jobs mode
rillig
2021-01-19
make(1): remove do-not-format markers from comments
rillig
2021-01-10
make(1): make a few more bool expressions more precise
rillig
2021-01-10
make(1): consistently use boolean expressions in conditions
rillig
2021-01-09
make(1): fix lint warnings
rillig
2021-01-08
Ensure PrintOnError always reports 'stopped in' on first call.
sjg
[next]