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
2023-02-15
make: inline macros for variable names
rillig
2023-02-14
make: clean up calls to Var_Subst
rillig
2023-01-17
Accept whitespace between command specifiers @+- like gmake does. New binutils
christos
2022-10-10
make: change return type of unlink_file back to int
rillig
2022-09-03
make: untangle output handling in jobs mode, remove redundant braces
rillig
2022-09-03
make: fix handling of null bytes in the output in jobs mode
rillig
2022-05-07
make: rename Compat_Run to Compat_MakeAll
rillig
2022-02-12
make: fix echoing of command with '-' in silent target in jobs mode
rillig
2022-02-04
make: use unsigned int for line numbers everywhere
rillig
2022-01-30
Make the GNode lineno unsigned to fix lint warning in var.c calling
christos
2022-01-22
make: add missing newline after "cannot continue" message
rillig
2022-01-08
make: remove redundant braces
rillig
2022-01-07
make: rename and inline Targ_Precious
rillig
2022-01-07
make: reduce code for initializing error handling in shell
rillig
2021-12-27
make: remove unnecessary words from command line options
rillig
2021-12-27
make: rename eunlink to unlink_file
rillig
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
[next]