summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
1994-07-04(safe_stat): New function, EINTR-safe wrapper around stat.Roland McGrath1-0/+20
1994-06-24(read_makefile): Check for a shell command first, and then strip leadingRoland McGrath1-41/+52
1994-06-24Fix typo in last change.Roland McGrath1-1/+1
1994-06-24[__arm]: Undefine POSIX.Roland McGrath1-9/+1
1994-06-24(construct_command_argv_internal): After swallowing a backslash-newlineRoland McGrath1-1/+2
1994-06-04Put #include of errno.h and decl of errno before #ifndef HAVE_GETLOADAVG.Roland McGrath1-8/+11
1994-06-04Don't check for sys_siglist and _sys_siglist with AC_HAVE_FUNCS.Roland McGrath1-1/+7
1994-06-02[emacs]: Block input around the garbage reclamation.Richard M. Stallman1-0/+12
1994-05-23[!__GNU_LIBRARY__ && !POSIX]: Also test #ifndef _POSIX_VERSION for theseRoland McGrath1-1/+4
1994-05-23[GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs ofRoland McGrath1-4/+0
1994-05-21[GETLOADAVG_PRIVILEGED] [POSIX]: Don't test [HAVE_SETUID] and [HAVE_SETGID].3.71Roland McGrath1-2/+2
1994-05-21[_POSIX_VERSION]: Don't #define POSIX #ifdef ultrix.Roland McGrath1-1/+3
1994-05-21(loadavg): Depend on and use loadavg.c instead of getloadavg.c.Roland McGrath1-2/+8
1994-05-19(AC_MACRODIR): Don't define it.Roland McGrath1-5/+2
1994-05-17Correct update date updated in last change.3.70.4Roland McGrath1-1/+1
1994-05-17Update update date for last change.Roland McGrath1-2/+2
1994-05-17[GETLOADAVG_PRIVILEGED] [! POSIX]: Undefine HAVE_SETEUID and HAVE_SETEGID.Roland McGrath1-1/+13
1994-05-17(SCCS_GET_MINUS_G check): Put -G flag before file name.Roland McGrath1-1/+1
1994-05-17(default_terminal_rules): In SCCS rules, put $(SCCS_OUTPUT_OPTION) beforeRoland McGrath1-2/+2
1994-05-11(Overriding Makefiles): Don't suggest using .DEFAULT; that loses if theRoland McGrath1-9/+17
1994-05-10(construct_command_argv_internal): Swallow backslash-newline combinationsRoland McGrath1-7/+17
1994-05-05(do_define): Call collapse_continuations on each line before all else.Roland McGrath1-4/+5
1994-05-02(AC_MACRODIR): Change default back.Roland McGrath1-1/+1