Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-04-21 | Undo last change; reverted to revision 1.22. | Roland McGrath | 1 | -4/+16 | |
1994-04-21 | (parse_file_seq): Fix typo in last change. Remove unused variable. | Roland McGrath | 1 | -2/+1 | |
1994-04-21 | (chop_commands): Fix braino in last change (failed to initialize IDX for | Roland McGrath | 1 | -0/+1 | |
loop). | |||||
1994-04-21 | (remove_comments): Use find_char_unquote. | Roland McGrath | 1 | -28/+5 | |
1994-04-21 | (find_char_unquote): Declare it. | Roland McGrath | 1 | -1/+1 | |
1994-04-21 | (find_char_unquote): New function, generalized from find_percent. | Roland McGrath | 1 | -72/+60 | |
(find_percent, find_semicolon, parse_file_seq): Use that. | |||||
1994-04-21 | (chop_commands): Use find_char_unquote to find newlines. | Roland McGrath | 1 | -17/+4 | |
1994-04-21 | (pattern_search): Always allocate new storage for FILE->stem. | Roland McGrath | 1 | -2/+4 | |
It is not safe to store STEM's address because it might be auto storage. | |||||
1994-04-21 | Check for seteuid and setegid. | Roland McGrath | 1 | -1/+1 | |
1994-04-21 | [HAVE_SETEUID]: Declare seteuid. | Roland McGrath | 1 | -2/+36 | |
[HAVE_SETEGID]: Declare setegid. (make_access, user_access) [HAVE_SETEUID]: Use seteuid. [HAVE_SETEGID]: Use setegid. | |||||
1994-04-21 | Clarify -q exit status. | Roland McGrath | 1 | -3/+20 | |
(Running): Enumerate possible exit status values (0, 1, 2). | |||||
1994-04-21 | (update_goal_chain): Set STATUS to FILE->update_status, to preserve whether | Roland McGrath | 1 | -3/+8 | |
it's 2 for error or 1 for -q trigger. When STATUS gets nonzero and -q is set, always stop immediately. | |||||
1994-04-21 | (main, decode_switches): Die with 2 for errors. | Roland McGrath | 1 | -3/+7 | |
(main): Accept 2 return from update_goal_chain and die with that. | |||||
1994-04-21 | (fatal, makefile_fatal): Die with 2; 1 is reserved for -q answer. | Roland McGrath | 1 | -2/+2 | |
1994-04-21 | (reap_children): Die with 2 for error. | Roland McGrath | 1 | -6/+12 | |
(start_job_command): Set update_status to 2 for error. Set it to 1 when we would run a command and question_flag is set. | |||||
1994-04-21 | (read_makefile): Don't mark makefiles as precious. Just like other | Roland McGrath | 1 | -1/+0 | |
targets, they can be left inconsistent and in need of remaking by aborted commands. | |||||
1994-04-21 | (Automatic Dependencies): Mention here that deps preclude intermediate files. | Roland McGrath | 1 | -0/+5 | |
1994-04-21 | (Wildcard Pitfall): Fixed typo. | Roland McGrath | 1 | -1/+1 | |
1994-04-21 | (Bugs): Take my bloody e-mail address out of the manual and tell them to | Roland McGrath | 1 | -15/+5 | |
send misc. questions to the bug address. | |||||
1994-04-21 | (Archive Members): Don't say archive file must exist. Instead, in ar cmds | Roland McGrath | 1 | -6/+7 | |
example, use `c' flag and mention it is needed if archive doesn't exist. (Archive Update): Fix typo: foo.o -> file.o. | |||||
1994-04-20 | (read_makefile): Write no error msg for -include file. | Roland McGrath | 1 | -1/+2 | |
1994-04-20 | (dist-flavor): New variable, default to alpha. | Roland McGrath | 1 | -4/+7 | |
(dist): Depend on rcs-mark-$(dist-flavor). (rcs-mark-beta): New target. | |||||
1994-04-20 | (Using Variables): Add paragraph that xrefs to Automatic Variables. | Roland McGrath | 1 | -2/+8 | |
Add Automatic Variables item to the menu. | |||||
1994-04-06 | (fatal_error_signal): Don't unblock signals. | Roland McGrath | 1 | -13/+4 | |
1994-04-05 | (update_goal_chain): Do inner loop on double-colon entries. | Roland McGrath | 1 | -89/+109 | |
(update_file): Use FILE->double_colon pointer to find all entries. (f_mtime): Likewise. (notice_finished_file): Propagate mtime change to all entries. | |||||
1994-04-05 | (main): When disqualifying makefiles for updating, use double_colon pointer | Roland McGrath | 1 | -3/+1 | |
to find all entries for a file. | |||||
1994-04-05 | (enter_file): If there is already a double-colon entry for the file, set | Roland McGrath | 1 | -2/+4 | |
NEW->double_colon to that pointer. (file_hash_enter): Use FILE->double_colon to find all entries to set name. | |||||
1994-04-05 | (record_files): Set double_colon pointer instead of flag. | Roland McGrath | 1 | -4/+8 | |
1994-04-05 | (try_variable_definition): Return after abort. | Roland McGrath | 1 | -1/+1 | |
1994-04-05 | (struct file): Change member `double_colon' from flag to `struct file *'. | Roland McGrath | 1 | -2/+5 | |
1994-04-01 | (read_makefile): Remove unused variable. | Roland McGrath | 1 | -5/+6 | |
(parse_file_seq): When removing an elt that is just `)', properly fix up the previous elt's next pointer. | |||||
1994-03-29 | Put $Id$ inside [] in AC_REVISION, since expansion contains a comma. | Roland McGrath | 1 | -1/+1 | |
1994-03-29 | (rcs-mark-alpha): New target. | Roland McGrath | 1 | -0/+5 | |
(dist): Depend on that. | |||||
1994-03-29 | (Makefile.in): Edit MAKE assignment into @SET_MAKE@. | Roland McGrath | 1 | -1/+1 | |
1994-03-28 | Do AC_SET_MAKE. | Roland McGrath | 1 | -0/+1 | |
1994-03-28 | Added rcsid. | Roland McGrath | 1 | -0/+1 | |
1994-03-23 | entered into RCS | Roland McGrath | 1 | -2/+2 | |
1994-03-23 | Added rcs id. | Roland McGrath | 1 | -0/+1 | |
1994-03-23 | entered into RCS | Roland McGrath | 15 | -21/+29 | |
1994-03-04 | entered into RCS | Roland McGrath | 1 | -7/+18 | |
1994-03-04 | Formerly read.c.~75~ | Roland McGrath | 1 | -3/+15 | |
1994-03-04 | Formerly misc.c.~31~ | Roland McGrath | 1 | -19/+3 | |
1994-02-16 | entered into RCS | Roland McGrath | 1 | -0/+2 | |
1994-02-16 | Formerly read.c.~74~ | Roland McGrath | 1 | -7/+29 | |
1994-02-16 | entered into RCS | Roland McGrath | 2 | -2/+14 | |
1994-02-16 | Formerly misc.c.~30~ | Roland McGrath | 1 | -0/+15 | |
1994-02-16 | Formerly main.c.~105~ | Roland McGrath | 1 | -3/+3 | |
1994-02-16 | entered into RCS | Roland McGrath | 1 | -3/+4 | |
1994-02-12 | entered into RCS | Roland McGrath | 1 | -3/+6 | |
1994-02-11 | entered into RCS | Roland McGrath | 1 | -7/+1 | |