summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1994-09-26(quote_as_word): Actually test DOUBLE_DOLLARS, instead of always doubling.Roland McGrath1-1/+1
1994-09-26(quote_as_word): Renamed from shell_quote.Roland McGrath1-53/+67
1994-09-26[__MSDOS__]: Fixed typo.Roland McGrath1-1/+1
1994-09-26(selective_vpath_search): Reset EXISTS when stat fails.Roland McGrath1-0/+2
1994-09-26remove CONFIG_BROKETSDavid J. MacKenzie1-7/+0
1994-09-26REMOVE CONFIG_BROKETSDavid J. MacKenzie1-7/+0
1994-09-26remove CONFIG_BROKETSDavid J. MacKenzie1-4/+0
1994-09-17(getloadavg): Add OSF_ALPHA support.Richard M. Stallman1-0/+13
1994-09-10Include <assert.h> and use assert instead of printfs and abort.Roland McGrath1-9/+4
1994-09-10(decode_switches): Loop until optind hits ARGC, not just until getopt_longRoland McGrath1-17/+74
1994-09-09Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST.3.71.2Roland McGrath1-0/+6
1994-09-09(Archive Suffix Rules): Remove Next pointer.Roland McGrath1-1/+1
1994-09-09(decode_switches): The non-option return from getopt is 1, not 0.Roland McGrath1-61/+145
1994-09-09(other_args): Variable removed.Roland McGrath1-128/+61
1994-09-07(notice_finished_file): Only recheck modtimes if FILE->command_state wasRoland McGrath1-6/+5
1994-09-07(start_job_command): Whenever we set CHILD->file->update_status, callRoland McGrath1-4/+6
1994-09-07(set_command_state): Actually set FILE->command_state.Roland McGrath1-0/+2
1994-09-07(set_command_state): Fix typo.Roland McGrath1-1/+1
1994-09-07(set_command_state): Declare D.Roland McGrath1-1/+1
1994-09-07Add missing ".Roland McGrath1-1/+1
1994-09-07Changed all assignments of command_state members to calls toRoland McGrath2-9/+9
1994-09-07(set_command_state): New function.Roland McGrath1-0/+13
1994-09-06Declare set_command_state.Roland McGrath1-0/+1
1994-09-06(init_switches): Put a + first in options.Roland McGrath1-1/+2
1994-08-21entered into RCSRichard M. Stallman1-1/+1
1994-08-10Formerly make-stds.texi.~29~gnu1-74/+248
1994-07-25Initial revisionRoland McGrath1-0/+43
1994-07-25Added trailing CRs.Roland McGrath1-65/+65
1994-07-25Changed all uses of ':' to PATH_SEPARATOR_CHAR.Roland McGrath1-6/+7
1994-07-25(directory_before_chdir): New variable, moved out of main (was local).Roland McGrath1-1/+19
1994-07-25(PATH_SEPARATOR_CHAR): Macro removed (now in make.h).Roland McGrath1-3/+0
1994-07-25(PATH_SEPARATOR_CHAR): New macro; differing defns for [__MSDOS__] and not.Roland McGrath1-0/+6
1994-07-25[__MSDOS__]: Include <process.h>.Roland McGrath1-2/+99
1994-07-25(expand_function: `shell') [__MSDOS__]: Wholly new implementation.Roland McGrath1-0/+68
1994-07-25[__MSDOS__] (dosify): New function.Roland McGrath1-0/+51
1994-07-25[__MSDOS__]: Define GCC_IS_NATIVE.Roland McGrath1-0/+27
1994-07-25Initial revisionRoland McGrath1-0/+65
1994-07-25(fatal_error_signal) [__MSDOS__]: Just remove intermediates and exit.Roland McGrath1-0/+5
1994-07-25(set_file_variables): Add parens in length computation in .SUFFIXES depRoland McGrath1-1/+1
1994-07-25(read_makefile): Free FILENAME if we allocated it. From Jim Meyering.Roland McGrath1-1/+3
1994-07-20Update ISBN number to 1-882114-50-7 for edition 0.46.Roland McGrath1-1/+2
1994-07-08Split a shell command line in @example to avoid overfull hbox.Roland McGrath1-1/+2
1994-07-05(Goals): Say that only first target in first rule is default goal.Roland McGrath1-7/+27
1994-07-04(selective_vpath_search): Use safe_stat in place of stat.Roland McGrath1-2/+2
1994-07-04(construct_include_path): Use safe_stat in place of stat.Roland McGrath1-2/+2
1994-07-04(search_path): Use safe_stat in place of stat.Roland McGrath1-1/+1
1994-07-04(find_directory): Use safe_stat in place of stat.Roland McGrath1-2/+2
1994-07-04(delete_target): Use safe_stat in place of stat.Roland McGrath1-1/+1
1994-07-04(ar_member_touch) [EINTR]: Do EINTR looping around fstat.Roland McGrath1-0/+4
1994-07-04(name_mtime): Use safe_stat in place of stat.Roland McGrath1-2/+10