summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct update date updated in last change.3.70.4Roland McGrath1994-05-171-1/+1
* Update update date for last change.Roland McGrath1994-05-171-2/+2
* [GETLOADAVG_PRIVILEGED] [! POSIX]: Undefine HAVE_SETEUID and HAVE_SETEGID.Roland McGrath1994-05-171-1/+13
* (SCCS_GET_MINUS_G check): Put -G flag before file name.Roland McGrath1994-05-171-1/+1
* (default_terminal_rules): In SCCS rules, put $(SCCS_OUTPUT_OPTION) beforeRoland McGrath1994-05-171-2/+2
* (Overriding Makefiles): Don't suggest using .DEFAULT; that loses if theRoland McGrath1994-05-111-9/+17
* (construct_command_argv_internal): Swallow backslash-newline combinationsRoland McGrath1994-05-101-7/+17
* (do_define): Call collapse_continuations on each line before all else.Roland McGrath1994-05-051-4/+5
* (AC_MACRODIR): Change default back.Roland McGrath1994-05-021-1/+1
* Note that dirs in VPATH, vpath can be separated by blanks as well asRoland McGrath1994-05-021-6/+6
* (config.h.in): Use $(AC_MACRODIR) in dep.Roland McGrath1994-05-021-1/+1
* (AC_MACRODIR): Define if undefined.Roland McGrath1994-05-021-3/+5
* (ARCH==hp300): Disabled customs.Roland McGrath1994-04-251-1/+1
* (construct_command_argv_internal): Notice newline inside '' string whenRoland McGrath1994-04-251-0/+6
* (update_goal_chain): Reset FILE to G->file after the double-colon loop so3.70.3Roland McGrath1994-04-221-0/+3
* (read_makefile): Fix `override define' parsing to skip whitespace afterRoland McGrath1994-04-221-1/+1
* (srcdir): Define as @srcdir@; don't reference $(VPATH).Roland McGrath1994-04-221-1/+4
* (Using Variables): Fixed @xref node to `Automatic'.3.70.2Roland McGrath1994-04-211-1/+1
* (dist): Depend on rcs-mark first.Roland McGrath1994-04-211-5/+6
* (Using Variables): Fix menu item to `Automatic'.Roland McGrath1994-04-211-1/+1
* Undo last change; reverted to revision 1.22.Roland McGrath1994-04-211-4/+16
* (parse_file_seq): Fix typo in last change. Remove unused variable.Roland McGrath1994-04-211-2/+1
* (chop_commands): Fix braino in last change (failed to initialize IDX forRoland McGrath1994-04-211-0/+1
* (remove_comments): Use find_char_unquote.Roland McGrath1994-04-211-28/+5
* (find_char_unquote): Declare it.Roland McGrath1994-04-211-1/+1
* (find_char_unquote): New function, generalized from find_percent.Roland McGrath1994-04-211-72/+60
* (chop_commands): Use find_char_unquote to find newlines.Roland McGrath1994-04-211-17/+4
* (pattern_search): Always allocate new storage for FILE->stem.Roland McGrath1994-04-211-2/+4
* Check for seteuid and setegid.Roland McGrath1994-04-211-1/+1
* [HAVE_SETEUID]: Declare seteuid.Roland McGrath1994-04-211-2/+36
* Clarify -q exit status.Roland McGrath1994-04-211-3/+20
* (update_goal_chain): Set STATUS to FILE->update_status, to preserve whetherRoland McGrath1994-04-211-3/+8
* (main, decode_switches): Die with 2 for errors.Roland McGrath1994-04-211-3/+7
* (fatal, makefile_fatal): Die with 2; 1 is reserved for -q answer.Roland McGrath1994-04-211-2/+2
* (reap_children): Die with 2 for error.Roland McGrath1994-04-211-6/+12
* (read_makefile): Don't mark makefiles as precious. Just like otherRoland McGrath1994-04-211-1/+0
* (Automatic Dependencies): Mention here that deps preclude intermediate files.Roland McGrath1994-04-211-0/+5
* (Wildcard Pitfall): Fixed typo.Roland McGrath1994-04-211-1/+1
* (Bugs): Take my bloody e-mail address out of the manual and tell them toRoland McGrath1994-04-211-15/+5
* (Archive Members): Don't say archive file must exist. Instead, in ar cmdsRoland McGrath1994-04-211-6/+7
* (read_makefile): Write no error msg for -include file.Roland McGrath1994-04-201-1/+2
* (dist-flavor): New variable, default to alpha.Roland McGrath1994-04-201-4/+7
* (Using Variables): Add paragraph that xrefs to Automatic Variables.Roland McGrath1994-04-201-2/+8
* (fatal_error_signal): Don't unblock signals.Roland McGrath1994-04-061-13/+4
* (update_goal_chain): Do inner loop on double-colon entries.Roland McGrath1994-04-051-89/+109
* (main): When disqualifying makefiles for updating, use double_colon pointerRoland McGrath1994-04-051-3/+1
* (enter_file): If there is already a double-colon entry for the file, setRoland McGrath1994-04-051-2/+4
* (record_files): Set double_colon pointer instead of flag.Roland McGrath1994-04-051-4/+8
* (try_variable_definition): Return after abort.Roland McGrath1994-04-051-1/+1
* (struct file): Change member `double_colon' from flag to `struct file *'.Roland McGrath1994-04-051-2/+5