Age | Commit message (Expand) | Author | Files | Lines |
1994-11-06 | (define_makeflags): Terminate properly when FLAGSTRING is empty. | Roland McGrath | 1 | -0/+2 |
1994-11-04 | (rcs-mark-{alpha,beta}): Let make do the globbing instead of sh. | Roland McGrath | 1 | -2/+2 |
1994-11-04 | Remove `DRAFT' from edition.3.72 | Roland McGrath | 1 | -1/+1 |
1994-11-01 | (Variables/Recursion): Fix typo.3.71.5 | Roland McGrath | 1 | -1/+1 |
1994-11-01 | (start_job_command): When ARGV is nil, only set update_state and call | Roland McGrath | 1 | -2/+6 |
1994-11-01 | Doc .DELETE_ON_ERROR. | Roland McGrath | 1 | -50/+94 |
1994-11-01 | (start_job_command): Call notice_finished_file for empty command line. | Roland McGrath | 1 | -0/+1 |
1994-10-27 | (snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR. | Roland McGrath | 1 | -1/+1 |
1994-10-27 | [alliant && i860] (FSCALE): Move defn before #ifndef FSCALE. | Roland McGrath | 1 | -7/+7 |
1994-10-26 | (snap_deps): Set command_flags bits in all :: entries. | Roland McGrath | 1 | -2/+4 |
1994-10-24 | (snap_deps): Fix last change. | Roland McGrath | 1 | -12/+20 |
1994-10-24 | (posix_pedantic): Declare it. | Roland McGrath | 1 | -0/+1 |
1994-10-24 | (main): Move checks .IGNORE, .SILENT, .POSIX to snap_deps. | Roland McGrath | 1 | -11/+2 |
1994-10-24 | (snap_deps): Check .IGNORE, .SILENT, .POSIX here instead of in main. | Roland McGrath | 1 | -2/+18 |
1994-10-24 | (start_job_command): In FLAGS initialization, OR in | Roland McGrath | 1 | -1/+6 |
1994-10-24 | (struct file): New member `command_flags'. | Roland McGrath | 1 | -1/+2 |
1994-10-24 | (Automatic Dependencies): Improve recommended sed command. | Roland McGrath | 1 | -2/+8 |
1994-10-17 | (Commands): Add warning about "blank" line starting with a tab. | Roland McGrath | 1 | -6/+8 |
1994-10-16 | (switches): Bump flag values for --no-print-directory and | Roland McGrath | 1 | -2/+2 |
1994-10-16 | (main): Add missing code in .IGNORE test. | Roland McGrath | 1 | -1/+1 |
1994-10-10 | Document $+ and $(+D), $(+F). | Roland McGrath | 1 | -3/+18 |
1994-10-10 | (define_automatic_variables): Define +D and +F. | Roland McGrath | 1 | -0/+2 |
1994-10-01 | (main): Define hidden automatic variable with command vars, and | Roland McGrath | 1 | -5/+25 |
1994-09-30 | (posix_pedantic): New variable. | Roland McGrath | 1 | -2/+12 |
1994-09-29 | Comment fix. | Roland McGrath | 1 | -1/+1 |
1994-09-29 | (set_file_variables): Define new automatic variable $+, like $^ but before | Roland McGrath | 1 | -16/+46 |
1994-09-29 | (reap_children): Call delete_child_targets for non-signal error if | Roland McGrath | 1 | -1/+7 |
1994-09-28 | [alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define. | Roland McGrath | 1 | -1/+16 |
1994-09-26 | (reap_children): Don't change C->file->command_state when dying. | Roland McGrath | 1 | -24/+29 |
1994-09-26 | (quote_as_word): Actually test DOUBLE_DOLLARS, instead of always doubling. | Roland McGrath | 1 | -1/+1 |
1994-09-26 | (quote_as_word): Renamed from shell_quote. | Roland McGrath | 1 | -53/+67 |
1994-09-26 | [__MSDOS__]: Fixed typo. | Roland McGrath | 1 | -1/+1 |
1994-09-26 | (selective_vpath_search): Reset EXISTS when stat fails. | Roland McGrath | 1 | -0/+2 |
1994-09-26 | remove CONFIG_BROKETS | David J. MacKenzie | 1 | -7/+0 |
1994-09-26 | REMOVE CONFIG_BROKETS | David J. MacKenzie | 1 | -7/+0 |
1994-09-26 | remove CONFIG_BROKETS | David J. MacKenzie | 1 | -4/+0 |
1994-09-17 | (getloadavg): Add OSF_ALPHA support. | Richard M. Stallman | 1 | -0/+13 |
1994-09-10 | Include <assert.h> and use assert instead of printfs and abort. | Roland McGrath | 1 | -9/+4 |
1994-09-10 | (decode_switches): Loop until optind hits ARGC, not just until getopt_long | Roland McGrath | 1 | -17/+74 |
1994-09-09 | Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST.3.71.2 | Roland McGrath | 1 | -0/+6 |
1994-09-09 | (Archive Suffix Rules): Remove Next pointer. | Roland McGrath | 1 | -1/+1 |
1994-09-09 | (decode_switches): The non-option return from getopt is 1, not 0. | Roland McGrath | 1 | -61/+145 |
1994-09-09 | (other_args): Variable removed. | Roland McGrath | 1 | -128/+61 |
1994-09-07 | (notice_finished_file): Only recheck modtimes if FILE->command_state was | Roland McGrath | 1 | -6/+5 |
1994-09-07 | (start_job_command): Whenever we set CHILD->file->update_status, call | Roland McGrath | 1 | -4/+6 |
1994-09-07 | (set_command_state): Actually set FILE->command_state. | Roland McGrath | 1 | -0/+2 |
1994-09-07 | (set_command_state): Fix typo. | Roland McGrath | 1 | -1/+1 |
1994-09-07 | (set_command_state): Declare D. | Roland McGrath | 1 | -1/+1 |
1994-09-07 | Add missing ". | Roland McGrath | 1 | -1/+1 |
1994-09-07 | Changed all assignments of command_state members to calls to | Roland McGrath | 2 | -9/+9 |