summaryrefslogtreecommitdiff
path: root/usr.bin/make/job.c
AgeCommit message (Expand)Author
2023-02-15make: inline macros for variable namesrillig
2023-02-14make: clean up calls to Var_Substrillig
2023-01-17Accept whitespace between command specifiers @+- like gmake does. New binutilschristos
2022-10-10make: change return type of unlink_file back to intrillig
2022-09-03make: untangle output handling in jobs mode, remove redundant bracesrillig
2022-09-03make: fix handling of null bytes in the output in jobs moderillig
2022-05-07make: rename Compat_Run to Compat_MakeAllrillig
2022-02-12make: fix echoing of command with '-' in silent target in jobs moderillig
2022-02-04make: use unsigned int for line numbers everywhererillig
2022-01-30Make the GNode lineno unsigned to fix lint warning in var.c callingchristos
2022-01-22make: add missing newline after "cannot continue" messagerillig
2022-01-08make: remove redundant bracesrillig
2022-01-07make: rename and inline Targ_Preciousrillig
2022-01-07make: reduce code for initializing error handling in shellrillig
2021-12-27make: remove unnecessary words from command line optionsrillig
2021-12-27make: rename eunlink to unlink_filerillig
2021-12-15make: format comments according to /usr/share/misc/stylerillig
2021-12-15make: use consistent indentation for statements and continuationsrillig
2021-12-15make: change return type of Compat_RunCommand from int to boolrillig
2021-11-28make: convert GNodeFlags from enum into bit-fieldsrillig
2021-11-28make: eliminate common subexpressions in DebugFailedJobrillig
2021-11-28make: fix memory leak in jobs mode with -de (since today)rillig
2021-11-28make: with the option -de in jobs mode, output expanded commandsrillig
2021-10-24Do not ignore write failures.sjg
2021-06-16make: fix error handling in jobs moderillig
2021-06-16make: extract commands-ok check from JobWriteShellCommandsrillig
2021-06-16make: clean up comment for JobStartrillig
2021-04-27make: use consistent variable names, types and braces in DebugFailedJobrillig
2021-04-27make: remove stray space in -de output in jobs moderillig
2021-04-27Print -de error information when running multiple jobschristos
2021-04-16make: use distinct wording for writing to the shell commands filerillig
2021-04-16make: align name of jobs_table_dump to the other functionsrillig
2021-04-15make: remove type name for the abort status in job handlingrillig
2021-04-15make: rename PrintOutput to PrintFilteredOutput to avoid confusionrillig
2021-04-15make: document two previously unknown bugs in job moderillig
2021-04-04make: rename a few functions to be more descriptiverillig
2021-04-04make: rename ambiguous functionsrillig
2021-04-03make: backport to C90rillig
2021-04-03make: use C99 bool type instead of defining its ownrillig
2021-02-05Job_TempFile: unlink while signals blockedsjg
2021-02-05Avoid strdup in mkTempFilesjg
2021-02-05make: remove unnecessary assignment in Job_Start, clean up commentsrillig
2021-02-05make: in the Var_ functions, move the scope to the frontrillig
2021-02-04make: rename some VAR constants to SCOPErillig
2021-02-03make: replace Global_AppendExpand with Global_Appendrillig
2021-02-03make: replace Global_SetExpand with Global_Set for constant namesrillig
2021-02-03make: use shortcut functions Global_SetExpand and Global_AppendExpandrillig
2021-02-01make: indent preprocessor directives consistentlyrillig
2021-02-01make: always use vfork, never forkrillig
2021-02-01make: remove unused Lst_Destroyrillig