Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-06-02 | [emacs]: Block input around the garbage reclamation. | Richard M. Stallman | 1 | -0/+12 | |
Include blockinput.h. | |||||
1994-05-23 | [!__GNU_LIBRARY__ && !POSIX]: Also test #ifndef _POSIX_VERSION for these | Roland McGrath | 1 | -1/+4 | |
declarations. | |||||
1994-05-23 | [GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs around #undefs of | Roland McGrath | 1 | -4/+0 | |
HAVE_SETREUID and HAVE_SETREGID. | |||||
1994-05-21 | [GETLOADAVG_PRIVILEGED] [POSIX]: Don't test [HAVE_SETUID] and [HAVE_SETGID].3.71 | Roland McGrath | 1 | -2/+2 | |
Every system has those, and configure doesn't check for them. | |||||
1994-05-21 | [_POSIX_VERSION]: Don't #define POSIX #ifdef ultrix. | Roland McGrath | 1 | -1/+3 | |
1994-05-21 | (loadavg): Depend on and use loadavg.c instead of getloadavg.c. | Roland McGrath | 1 | -2/+8 | |
(loadavg.c): Link or copy it from getloadavg.c. (distclean): Remove loadavg.c. | |||||
1994-05-19 | (AC_MACRODIR): Don't define it. | Roland McGrath | 1 | -5/+2 | |
[AC_MACRODIR]: Protect deps using it with ifdef. | |||||
1994-05-17 | Correct update date updated in last change.3.70.4 | Roland McGrath | 1 | -1/+1 | |
1994-05-17 | Update update date for last change. | Roland McGrath | 1 | -2/+2 | |
1994-05-17 | [GETLOADAVG_PRIVILEGED] [! POSIX]: Undefine HAVE_SETEUID and HAVE_SETEGID. | Roland McGrath | 1 | -1/+13 | |
1994-05-17 | (SCCS_GET_MINUS_G check): Put -G flag before file name. | Roland McGrath | 1 | -1/+1 | |
1994-05-17 | (default_terminal_rules): In SCCS rules, put $(SCCS_OUTPUT_OPTION) before | Roland McGrath | 1 | -2/+2 | |
$<. On some systems -G is grokked only before the file name. | |||||
1994-05-11 | (Overriding Makefiles): Don't suggest using .DEFAULT; that loses if the | Roland McGrath | 1 | -9/+17 | |
target file exists. Instead recommend the combination of a match-anything rule and a force target. | |||||
1994-05-10 | (construct_command_argv_internal): Swallow backslash-newline combinations | Roland McGrath | 1 | -7/+17 | |
inside '' strings too. | |||||
1994-05-05 | (do_define): Call collapse_continuations on each line before all else. | Roland McGrath | 1 | -4/+5 | |
1994-05-02 | (AC_MACRODIR): Change default back. | Roland McGrath | 1 | -1/+1 | |
1994-05-02 | Note that dirs in VPATH, vpath can be separated by blanks as well as | Roland McGrath | 1 | -6/+6 | |
colons. | |||||
1994-05-02 | (config.h.in): Use $(AC_MACRODIR) in dep. | Roland McGrath | 1 | -1/+1 | |
1994-05-02 | (AC_MACRODIR): Define if undefined. | Roland McGrath | 1 | -3/+5 | |
(ACFLAGS, configure, config.h.in): Use that value. | |||||
1994-04-25 | (ARCH==hp300): Disabled customs. | Roland McGrath | 1 | -1/+1 | |
1994-04-25 | (construct_command_argv_internal): Notice newline inside '' string when | Roland McGrath | 1 | -0/+6 | |
RESTP is non-null. | |||||
1994-04-22 | (update_goal_chain): Reset FILE to G->file after the double-colon loop so3.70.3 | Roland McGrath | 1 | -0/+3 | |
it is never null for following code. | |||||
1994-04-22 | (read_makefile): Fix `override define' parsing to skip whitespace after | Roland McGrath | 1 | -1/+1 | |
`define' properly. | |||||
1994-04-22 | (srcdir): Define as @srcdir@; don't reference $(VPATH). | Roland McGrath | 1 | -1/+4 | |
(glob/Makefile): New target. | |||||
1994-04-21 | (Using Variables): Fixed @xref node to `Automatic'.3.70.2 | Roland McGrath | 1 | -1/+1 | |
1994-04-21 | (dist): Depend on rcs-mark first. | Roland McGrath | 1 | -5/+6 | |
(rcs-mark): New target. (rcs-mark-alpha, rcs-mark-beta): Use $(version-); append : to name for -N. (version-): New variable, removes dots (RCS doesn't like) from $(version). | |||||
1994-04-21 | (Using Variables): Fix menu item to `Automatic'. | Roland McGrath | 1 | -1/+1 | |
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. |