summaryrefslogtreecommitdiff
path: root/job.c
Commit message (Expand)AuthorAgeFilesLines
* cleaned up usage of filedef->update_statusTim Magill2000-02-131-3/+3
* * Updates for VMS, Windows, and DOS ports.Paul Smith2000-02-051-24/+24
* * Merge VMS patches by Hartmut Becker.Paul Smith2000-01-221-44/+539
* * Change $(call...) to not expand arguments by default.Paul Smith2000-01-111-3/+1
* * Add new debugging output level selection feature.Paul Smith1999-11-221-34/+30
* * Many cleanups and bugfixes.Paul Smith1999-11-171-1/+1
* * Fix PR/1394.Paul Smith1999-10-151-12/+13
* * Fix PR/1379: -n/-q behaves correctly when all commands are recursive.Paul Smith1999-10-131-0/+3
* * Various pre-release cleanups.Paul Smith1999-09-111-2/+3
* * Fix jobserver algorithm again.Paul Smith1999-08-231-36/+36
* * Start rewrite of jobserver to avoid unique tokens for debugging.Paul Smith1999-08-231-70/+48
* * Various changes.Paul Smith1999-08-221-22/+38
* * Code cleanup.Paul Smith1999-08-191-10/+11
* * Rework jobserver yet one more time.Paul Smith1999-08-131-24/+20
* * Release 3.77.92.3.77.92Paul Smith1999-08-011-48/+61
* * Applied some DOS updates.Paul Smith1999-08-011-69/+58
* * Add gettext macros to start i18n support.Paul Smith1999-07-281-34/+34
* * Some configure fixes.Paul Smith1999-07-241-129/+126
* * Bugfix for NT archive support.Paul Smith1999-07-231-67/+110
* * Add configure option to enable dmalloc library.Paul Smith1999-07-211-2/+2
* * Fix memory leaks, fd leaks, and some long-standing bugs recognizing whenPaul Smith1999-07-201-16/+18
* * Fix some memory and file descriptor leaks.Paul Smith1999-07-161-2/+2
* * Fixed error rebuilding makefiles with -j>1Paul Smith1999-07-091-2/+3
* * Various bug fixes.Paul Smith1999-06-141-2/+8
* * Add new jobserver feature.Paul Smith1999-04-251-31/+113
* * Fix possible memory stomp.Paul Smith1999-04-021-1/+4
* * Reworked function.c to use separate functions instead of a huge case stmt.Paul Smith1999-03-261-2/+29
* * Define and use xstrdup() instead of strdup().Paul Smith1999-03-051-2/+2
* * Update FSF address info in copyright notices.Paul Smith1999-03-051-1/+2
* Ignore non-empty lines which become empty after variable expansion.Paul Smith1998-10-131-5/+10
* Checkpoint changes. Bug fixes, mostly.Paul Smith1998-10-031-148/+156
* GNU make release 3.77.Paul Smith1998-07-301-84/+130
* Changes for GNU make 3.75.93.Paul Smith1997-09-051-13/+67
* Updates for GNU make 3.75.92.Paul Smith1997-08-271-4/+8
* Bug fixes and automake changes.Paul Smith1997-08-181-0/+12
* Changes for make 3.75.1Paul Smith1997-04-071-156/+284
* Mon Mar 10 23:47:02 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Roland McGrath1997-03-121-4/+12
* Sun Jul 14 12:59:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-07-141-2/+3
* Sat Jun 22 14:56:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-221-14/+18
* Sat Jun 22 14:56:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-221-9/+24
* 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