summaryrefslogtreecommitdiff
path: root/job.c
Commit message (Expand)AuthorAgeFilesLines
* Wed May 15 10:14:14 CDT 1996 Rob Tulloh <tulloh@tivoli.com>Roland McGrath1996-05-221-7/+191
* Sun May 12 19:19:43 1996 Aaron Digulla <digulla@fh-konstanz.de>Roland McGrath1996-05-131-3/+22
* Thu May 9 13:54:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-091-8/+80
* Tue Mar 19 20:21:34 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1996-03-201-23/+345
* Don't declare unblock_sigs; job.h already does.Roland McGrath1996-01-121-2/+2
* (NGROUPS_MAX): Don't try to define this macro.Roland McGrath1996-01-061-14/+0
* (reap_children): Call unblock_sigs after start_job_command.Roland McGrath1995-12-141-1/+11
* [HAVE_UNION_WAIT]: Include sys/wait.h.Roland McGrath1995-11-261-3/+3
* (start_job_command): Pass null instead of "" to message; don't add newline.Roland McGrath1995-11-221-4/+4
* (start_job_command): Use `message' to print the command, and call it withRoland McGrath1995-11-221-12/+14
* (getdtablesize): Remove decls and macros.Roland McGrath1995-08-171-17/+0
* (child_error): Do nothing if IGNORED under -s.Roland McGrath1995-08-071-0/+3
* (exec_command): Correctly use ARGV[0] for script name when running shellRoland McGrath1995-08-071-1/+1
* (child_execute_job): Close STDIN_FD and STDOUT_FD after dup'ing from them.Roland McGrath1995-08-011-8/+4
* (start_job_command): Set FD_CLOEXEC flag on BAD_STDIN descriptor.Roland McGrath1995-08-011-0/+16
* (job_next_command): Skip empty lines.Roland McGrath1995-04-261-18/+12
* (start_job_command, reap_children): Set update_status to 2 instead of 1Roland McGrath1995-03-241-3/+3
* (search_path): Function removed (was already #if 0'd out).Roland McGrath1995-03-211-105/+0
* (construct_command_argv_internal) [__MSDOS__]: Fix typos.Roland McGrath1995-03-091-2/+2
* (child_error): Use strsignal.Roland McGrath1995-02-221-8/+3
* (start_job_command): Remember to call notice_finsihed_file under -n when3.72.6Roland McGrath1995-02-101-4/+2
* [HAVE_SYSCONF_OPEN_MAX] (getdtablesize): Define as macro using sysconf.Roland McGrath1995-02-051-0/+4
* Fix nits in last change.Roland McGrath1995-01-151-6/+5
* (start_job_command): Save and restore environ around vfork call.Roland McGrath1995-01-151-58/+48
* (construct_command_argv_internal): Handle " quoting too, when noRoland McGrath1995-01-151-14/+21
* (start_waiting_job): Use set_command_state.Roland McGrath1994-11-291-1/+1
* (start_job_command): When ARGV is nil, only set update_state and callRoland McGrath1994-11-011-2/+6
* (start_job_command): Call notice_finished_file for empty command line.Roland McGrath1994-11-011-0/+1
* (start_job_command): In FLAGS initialization, OR inRoland McGrath1994-10-241-1/+6
* (reap_children): Call delete_child_targets for non-signal error ifRoland McGrath1994-09-291-1/+7
* (reap_children): Don't change C->file->command_state when dying.Roland McGrath1994-09-261-24/+29
* (start_job_command): Whenever we set CHILD->file->update_status, callRoland McGrath1994-09-071-4/+6
* Changed all assignments of command_state members to calls toRoland McGrath1994-09-071-4/+4
* (PATH_SEPARATOR_CHAR): Macro removed (now in make.h).Roland McGrath1994-07-251-3/+0
* [__MSDOS__]: Include <process.h>.Roland McGrath1994-07-251-2/+99
* (search_path): Use safe_stat in place of stat.Roland McGrath1994-07-041-1/+1
* (construct_command_argv_internal): After swallowing a backslash-newlineRoland McGrath1994-06-241-1/+2
* (construct_command_argv_internal): Swallow backslash-newline combinationsRoland McGrath1994-05-101-7/+17
* (construct_command_argv_internal): Notice newline inside '' string whenRoland McGrath1994-04-251-0/+6
* (reap_children): Die with 2 for error.Roland McGrath1994-04-211-6/+12
* entered into RCSRoland McGrath1993-10-141-0/+4
* Formerly job.c.~110~Roland McGrath1993-09-281-1/+1
* Formerly job.c.~109~Roland McGrath1993-09-201-3/+24
* Formerly job.c.~108~Roland McGrath1993-09-171-0/+2
* Formerly job.c.~107~Roland McGrath1993-08-111-1/+1
* Formerly job.c.~106~Roland McGrath1993-08-111-5/+12
* Formerly job.c.~105~Roland McGrath1993-08-091-9/+42
* Formerly job.c.~104~Roland McGrath1993-06-251-2/+12
* Formerly job.c.~103~Roland McGrath1993-05-121-3/+3
* Formerly job.c.~102~Roland McGrath1993-05-061-9/+23