Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-07-25 | Changed all uses of ':' to PATH_SEPARATOR_CHAR. | Roland McGrath | 1 | -6/+7 | |
1994-07-25 | (directory_before_chdir): New variable, moved out of main (was local). | Roland McGrath | 1 | -1/+19 | |
(main) [__MSDOS__]: Look for \ or : to delimit last component of PROGRAM. Don't frob ARGV[0] before setting MAKE_COMMAND variable. (die): Change back to `directory_before_chdir' before dying. Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>. | |||||
1994-07-25 | (PATH_SEPARATOR_CHAR): Macro removed (now in make.h). | Roland McGrath | 1 | -3/+0 | |
1994-07-25 | (PATH_SEPARATOR_CHAR): New macro; differing defns for [__MSDOS__] and not. | Roland McGrath | 1 | -0/+6 | |
1994-07-25 | [__MSDOS__]: Include <process.h>. | Roland McGrath | 1 | -2/+99 | |
(PATH_SEPARATOR_CHAR): New macro; differing defns for [__MSDOS__] and not. [__MSDOS__] (dos_pid, dos_status, dos_bname, dos_bename, dos_batch_file): New variables. (reap_children) [__MSDOS__]: Don't call wait; just examine those vars. (unblock_sigs) [__MSDOS__]: Do nothing. (start_job_command) [__MSDOS__]: Use spawnvpe instead of vfork and exec. (load_too_high) [__MSDOS__]: Always return true. (search_path) [__MSDOS__]: Check for : or / in FILE to punt. Use PATH_SEPARATOR_CHAR instead of ':'. (construct_command_argv_internal) [__MSDOS__]: Wholly different values for sh_chars and sh_cmds. Wholly new code to handle shell scripts. Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>. | |||||
1994-07-25 | (expand_function: `shell') [__MSDOS__]: Wholly new implementation. | Roland McGrath | 1 | -0/+68 | |
1994-07-25 | [__MSDOS__] (dosify): New function. | Roland McGrath | 1 | -0/+51 | |
(dir_contents_file_exists_p) [__MSDOS__]: Call it on FILENAME and process the result instead of FILENAME itself. (file_impossible_p) [__MSDOS__]: Likewise. Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>. | |||||
1994-07-25 | [__MSDOS__]: Define GCC_IS_NATIVE. | Roland McGrath | 1 | -0/+27 | |
(default_suffix_rules) [__MSDOS__]: Use `y_tab.c' instead of `y.tab.c'. (default_variables) [GCC_IS_NATIVE]: Set CC and CXX to `gcc', YACC to `bison -y', and LEX to `flex'. Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>. | |||||
1994-07-25 | Initial revision | Roland McGrath | 1 | -0/+65 | |
1994-07-25 | (fatal_error_signal) [__MSDOS__]: Just remove intermediates and exit. | Roland McGrath | 1 | -0/+5 | |
Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>. | |||||
1994-07-25 | (set_file_variables): Add parens in length computation in .SUFFIXES dep | Roland McGrath | 1 | -1/+1 | |
loop to quiet compiler warning. From Jim Meyering. | |||||
1994-07-25 | (read_makefile): Free FILENAME if we allocated it. From Jim Meyering. | Roland McGrath | 1 | -1/+3 | |
1994-07-20 | Update ISBN number to 1-882114-50-7 for edition 0.46. | Roland McGrath | 1 | -1/+2 | |
Use new macro ISBN set at top of file. | |||||
1994-07-08 | Split a shell command line in @example to avoid overfull hbox. | Roland McGrath | 1 | -1/+2 | |
1994-07-05 | (Goals): Say that only first target in first rule is default goal. | Roland McGrath | 1 | -7/+27 | |
(Archive Pitfalls): New node. | |||||
1994-07-04 | (selective_vpath_search): Use safe_stat in place of stat. | Roland McGrath | 1 | -2/+2 | |
1994-07-04 | (construct_include_path): Use safe_stat in place of stat. | Roland McGrath | 1 | -2/+2 | |
1994-07-04 | (search_path): Use safe_stat in place of stat. | Roland McGrath | 1 | -1/+1 | |
1994-07-04 | (find_directory): Use safe_stat in place of stat. | Roland McGrath | 1 | -2/+2 | |
1994-07-04 | (delete_target): Use safe_stat in place of stat. | Roland McGrath | 1 | -1/+1 | |
1994-07-04 | (ar_member_touch) [EINTR]: Do EINTR looping around fstat. | Roland McGrath | 1 | -0/+4 | |
1994-07-04 | (name_mtime): Use safe_stat in place of stat. | Roland McGrath | 1 | -2/+10 | |
(touch_file) [EINTR]: Do EINTR looping around fstat. | |||||
1994-07-04 | (safe_stat): New function, EINTR-safe wrapper around stat. | Roland McGrath | 1 | -0/+20 | |
1994-06-24 | (read_makefile): Check for a shell command first, and then strip leading | Roland McGrath | 1 | -41/+52 | |
tabs before further checking if it's not a shell command line. | |||||
1994-06-24 | Fix typo in last change. | Roland McGrath | 1 | -1/+1 | |
1994-06-24 | [__arm]: Undefine POSIX. | Roland McGrath | 1 | -9/+1 | |
[!__GNU_LIBRARY__ && !POSIX && !_POSIX_VERSION]: Don't declare system functions that return int. | |||||
1994-06-24 | (construct_command_argv_internal): After swallowing a backslash-newline | Roland McGrath | 1 | -1/+2 | |
combination, if INSTRING is set goto string_char (new label) for normal INSTRING handling code. | |||||
1994-06-04 | Put #include of errno.h and decl of errno before #ifndef HAVE_GETLOADAVG. | Roland McGrath | 1 | -8/+11 | |
1994-06-04 | Don't check for sys_siglist and _sys_siglist with AC_HAVE_FUNCS. | Roland McGrath | 1 | -1/+7 | |
Instead use two AC_COMPILE_CHECKs. | |||||
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. |