summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove `DRAFT' from edition.3.72Roland McGrath1994-11-041-1/+1
* (Variables/Recursion): Fix typo.Roland McGrath1994-11-011-1/+1
* (start_job_command): When ARGV is nil, only set update_state and callRoland McGrath1994-11-011-2/+6
* Doc .DELETE_ON_ERROR.Roland McGrath1994-11-011-50/+94
* (start_job_command): Call notice_finished_file for empty command line.Roland McGrath1994-11-011-0/+1
* (snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR.Roland McGrath1994-10-271-1/+1
* [alliant && i860] (FSCALE): Move defn before #ifndef FSCALE.Roland McGrath1994-10-271-7/+7
* (snap_deps): Set command_flags bits in all :: entries.Roland McGrath1994-10-261-2/+4
* (snap_deps): Fix last change.Roland McGrath1994-10-241-12/+20
* (posix_pedantic): Declare it.Roland McGrath1994-10-241-0/+1
* (main): Move checks .IGNORE, .SILENT, .POSIX to snap_deps.Roland McGrath1994-10-241-11/+2
* (snap_deps): Check .IGNORE, .SILENT, .POSIX here instead of in main.Roland McGrath1994-10-241-2/+18
* (start_job_command): In FLAGS initialization, OR inRoland McGrath1994-10-241-1/+6
* (struct file): New member `command_flags'.Roland McGrath1994-10-241-1/+2
* (Automatic Dependencies): Improve recommended sed command.Roland McGrath1994-10-241-2/+8
* (Commands): Add warning about "blank" line starting with a tab.Roland McGrath1994-10-171-6/+8
* (switches): Bump flag values for --no-print-directory andRoland McGrath1994-10-161-2/+2
* (main): Add missing code in .IGNORE test.Roland McGrath1994-10-161-1/+1
* Document $+ and $(+D), $(+F).Roland McGrath1994-10-101-3/+18
* (define_automatic_variables): Define +D and +F.Roland McGrath1994-10-101-0/+2
* (main): Define hidden automatic variable with command vars, andRoland McGrath1994-10-011-5/+25
* (posix_pedantic): New variable.Roland McGrath1994-09-301-2/+12
* Comment fix.Roland McGrath1994-09-291-1/+1
* (set_file_variables): Define new automatic variable $+, like $^ but beforeRoland McGrath1994-09-291-16/+46
* (reap_children): Call delete_child_targets for non-signal error ifRoland McGrath1994-09-291-1/+7
* [alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define.Roland McGrath1994-09-281-1/+16
* (reap_children): Don't change C->file->command_state when dying.Roland McGrath1994-09-261-24/+29
* (quote_as_word): Actually test DOUBLE_DOLLARS, instead of always doubling.Roland McGrath1994-09-261-1/+1
* (quote_as_word): Renamed from shell_quote.Roland McGrath1994-09-261-53/+67
* [__MSDOS__]: Fixed typo.Roland McGrath1994-09-261-1/+1
* (selective_vpath_search): Reset EXISTS when stat fails.Roland McGrath1994-09-261-0/+2
* remove CONFIG_BROKETSDavid J. MacKenzie1994-09-261-7/+0
* REMOVE CONFIG_BROKETSDavid J. MacKenzie1994-09-261-7/+0
* remove CONFIG_BROKETSDavid J. MacKenzie1994-09-261-4/+0
* (getloadavg): Add OSF_ALPHA support.Richard M. Stallman1994-09-171-0/+13
* Include <assert.h> and use assert instead of printfs and abort.Roland McGrath1994-09-101-9/+4
* (decode_switches): Loop until optind hits ARGC, not just until getopt_longRoland McGrath1994-09-101-17/+74
* Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST.Roland McGrath1994-09-091-0/+6
* (Archive Suffix Rules): Remove Next pointer.Roland McGrath1994-09-091-1/+1
* (decode_switches): The non-option return from getopt is 1, not 0.Roland McGrath1994-09-091-61/+145
* (other_args): Variable removed.Roland McGrath1994-09-091-128/+61
* (notice_finished_file): Only recheck modtimes if FILE->command_state wasRoland McGrath1994-09-071-6/+5
* (start_job_command): Whenever we set CHILD->file->update_status, callRoland McGrath1994-09-071-4/+6
* (set_command_state): Actually set FILE->command_state.Roland McGrath1994-09-071-0/+2
* (set_command_state): Fix typo.Roland McGrath1994-09-071-1/+1
* (set_command_state): Declare D.Roland McGrath1994-09-071-1/+1
* Add missing ".Roland McGrath1994-09-071-1/+1
* Changed all assignments of command_state members to calls toRoland McGrath1994-09-072-9/+9
* (set_command_state): New function.Roland McGrath1994-09-071-0/+13
* Declare set_command_state.Roland McGrath1994-09-061-0/+1