Don't check for getdtablesize.
[make.git] / ChangeLog
blob1a898de8c6592b029e352c930dae9d5755039223
1 Tue Aug  1 14:39:14 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3         * job.c (child_execute_job): Close STDIN_FD and STDOUT_FD after
4         dup'ing from them.  Don't try to close all excess descriptors;
5         getdtablesize might return a huge value.  Any open descriptors in
6         the parent should have FD_CLOEXEC set.
7         (start_job_command): Set FD_CLOEXEC flag on BAD_STDIN descriptor.
9 Tue Jun 20 03:47:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11         * read.c (read_all_makefiles): Properly append default makefiles
12         to the end of the `read_makefiles' chain.
14 Fri May 19 16:36:32 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
16         * Version 3.74 released.
18 Wed May 10 17:43:34 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
20         * Version 3.73.3.
22 Tue May  9 17:15:23 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
24         * compatMakefile ($(infodir)/make.info): Make sure $$dir is set in
25         install-info cmd.
27 Wed May  3 15:56:06 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
29         * file.c (print_file): Grok update_status of 1 for -q.
31 Thu Apr 27 12:39:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
33         * Version 3.73.2.
35 Wed Apr 26 17:15:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
37         * file.c (remove_intermediates): Fix inverted test to bail under
38         -n for signal case.  Bail under -q or -t.  
39         Skip files with update_status==-1.
41         * job.c (job_next_command): Skip empty lines.
42         (new_job): Don't test the return of job_next_command.
43         Just let start_waiting_job handle the case of empty commands.
45 Wed Apr 19 03:25:54 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
47         * function.c [__MSDOS__]: Include <fcntl.h>.  From DJ Delorie.
49         * Version 3.73.1.
51 Sat Apr  8 14:53:24 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
53         * remake.c (notice_finished_file): Set FILE->update_status to zero
54         if it's -1.
56 Wed Apr  5 00:20:24 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
58         * Version 3.73 released.
60 Tue Mar 28 13:25:46 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
62         * main.c (main): Fixed braino in assert.
64         * Version 3.72.13.
66 Mon Mar 27 05:29:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
68         * main.c: Avoid string in assert expression.  Some systems are broken.
70 Fri Mar 24 00:32:32 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
72         * main.c (main): Handle 1 and 2 returns from update_goal_chain
73         makefile run properly.
75         * Version 3.72.12.
77         * main.c (handle_non_switch_argument): New function, broken out of
78         decode_switches.
79         (decode_switches): Set optind to 0 to reinitialize getopt, not to 1.
80         When getopt_long returns EOF, break the loop and handle remaining args
81         with a simple second loop.
83         * remake.c (remake_file): Set update_status to 2 instead of 1 for
84         no rule to make.  Mention parent (dependent) in error message.
85         (update_file_1): Handle FILE->update_status == 2 in -d printout.
86         * job.c (start_job_command, reap_children): Set update_status to 2
87         instead of 1 for failed commands.
89 Tue Mar 21 16:23:38 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
91         * job.c (search_path): Function removed (was already #if 0'd out).
92         * configure.in: Remove AC_TYPE_GETGROUPS; nothing needs it any more.
94 Fri Mar 17 15:57:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
96         * configure.bat: Write @CPPFLAGS@ translation.
98 Mon Mar 13 00:45:59 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
100         * read.c (parse_file_seq): Rearranged `l(a b)' -> `l(a) l(b)' loop
101         to not skip the elt immediately preceding `l(...'.
103 Fri Mar 10 13:56:49 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
105         * Version 3.72.11.
107         * read.c (find_char_unquote): Make second arg a string of stop
108         chars instead of a single stop char.  Stop when any char in the
109         string is hit.  All callers changed.
110         (find_semicolon): Pass stop chars "#;" to one find_char_unquote call,
111         instead of using two calls.  If the match is not a ; but a #,
112         return zero.
113         * misc.c: Changed find_char_unquote callers here too.
115         * Version 3.72.10.
117         * read.c (read_makefile, parse_file_seq): Fix typo __MS_DOS__ ->
118         __MSDOS__.
120         * GNUmakefile (globfiles): Add glob/configure.bat.
121         (distfiles): Add configh.dos, configure.bat.
123 Wed Mar  8 13:10:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
125         Fixes for MS-DOS from DJ Delorie.
126         * read.c (read_makefile, parse_file_seq) [__MS_DOS__]: Don't see :
127         as separator in "C:\...".
128         * configh.dos (STDC_HEADERS): Define only if undefined.
129         (HAVE_SYS_PARAM_H): Don't define this.
130         (HAVE_STRERROR): Define this.
131         * job.c (construct_command_argv_internal) [__MSDOS__]: Fix typos.
133         * Version 3.72.9.
135         * main.c (decode_switches): Reset optind to 1 instead of 0.
137 Tue Mar  7 17:31:06 1995  Roland McGrath  <roland@geech.gnu.ai.mit.edu>
139         * main.c (decode_switches): If non-option arg is "-", ignore it.
141 Mon Mar  6 23:57:38 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
143         * Version 3.72.8.
145 Wed Feb 22 21:26:36 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
147         * Version 3.72.7.
149 Tue Feb 21 22:10:43 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
151         * main.c (main): Pass missing arg to tmpnam.
153         * configure.in: Check for strsignal.
154         * job.c (child_error): Use strsignal.
155         * main.c (main): Don't call signame_init #ifdef HAVE_STRSIGNAL.
157         * misc.c (strerror): Fix swapped args in sprintf.
159 Mon Feb 13 11:50:08 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
161         * configure.in (CFLAGS, LDFLAGS): Don't set these variables.
163 Fri Feb 10 18:44:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
165         * main.c (print_version): Add 95 to copyright years.
167         * Version 3.72.6.
169         * job.c (start_job_command): Remember to call notice_finished_file
170         under -n when not recursing.  To do this, consolidate that code
171         under the empty command case and goto there for the -n case.
173 Tue Feb  7 13:36:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
175         * make.h [! STDC_HEADERS]: Don't declare qsort.  Sun headers
176         declare it int.
178 Mon Feb  6 17:37:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
180         * read.c (read_makefile): For bogus line starting with tab, ignore
181         it if blank after removing comments.
183         * main.c: Cast results of `alloca' to `char *'.
184         * expand.c: Likewise.
186 Sun Feb  5 18:35:46 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
188         * Version 3.72.5.
190         * configure.in: Check for mktemp.
191         * main.c (main) [! HAVE_MKTEMP]: Use tmpnam instead of mktemp.
193         * configure.in (make_cv_sysconf_open_max): New check for `sysconf
194         (_SC_OPEN_MAX)'.
195         * acconfig.h: Added #undef HAVE_SYSCONF_OPEN_MAX.
196         * job.c [HAVE_SYSCONF_OPEN_MAX] (getdtablesize): Define as macro
197         using sysconf.
199 Fri Jan 27 04:42:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
201         * remake.c (update_file_1): When !MUST_MAKE, don't set
202         FILE->update_status to zero before calling notice_finished_file.
203         (notice_finished_file): Touch only when FILE->update_status is zero.
204         (remake_file): Set FILE->update_status to zero after not calling
205         execute_file_command and deciding to touch instead.
207 Thu Jan 26 01:29:32 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
209         * main.c (debug_signal_handler): New function; toggles debug_flag.
210         (main): Handle SIGUSR1 with that.
212 Mon Jan 16 15:46:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
214         * compatMakefile (realclean): Remove Info files.
216 Sun Jan 15 08:23:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
218         * Version 3.72.4.
220         * job.c (start_job_command): Save and restore environ around vfork
221         call.
222         (search_path): Function #if 0'd out.
223         (exec_command): Use execvp instead of search_path.
225         * expand.c (variable_expand): Rewrote computed variable name and
226         substitution reference handling to be simpler.  First expand the
227         entire text between the parens if it contains any $s, then examine
228         the result of that for subtitution references and do no further
229         expansion while parsing them.
231         * job.c (construct_command_argv_internal): Handle " quoting too,
232         when no backslash, $ or ` characters appear inside the quotes.
234         * configure.in (union wait check): If WEXITSTATUS and WTERMSIG are
235         defined, just use int.
237 Tue Jan 10 06:27:27 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
239         * default.c (default_variables) [__hpux]: Remove special
240         definition of ARFLAGS.  Existence of the `f' flag is not
241         consistent across HPUX versions; and one might be using GNU ar
242         anyway.
244         * compatMakefile (clean): Don't remove Info files.
246         * compatMakefile (check): Remove gratuitous target declaration.
248 Sat Jan  7 11:38:23 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
250         * compatMakefile (ETAGS, CTAGS): Don't use -t.
252         * arscan.c (ar_name_equal) [cray]: Subtract 1 like [__hpux].
254         * main.c (decode_switches): For --help, print usage to stdout.
256 Mon Dec  5 12:42:18 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
258         * Version 3.72.3.
260         * remake.c (update_file_1): Do set_command_state (FILE,
261         cs_not_started) only if old state was deps_running.
263 Mon Nov 28 14:24:03 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
265         * job.c (start_waiting_job): Use set_command_state.
267         * build.template (CPPFLAGS): New variable.
268         (prefix, exec_prefix): Set from @...@.
269         (compilation loop): Pass $CPPFLAGS to compiler.
271         * GNUmakefile (build.sh.in): Make it executable.
273         * GNUmakefile (globfiles): Add configure.in, configure.
275         * Version 3.72.2.
277         * configure.in (AC_OUTPUT): Don't write glob/Makefile.
279         * configure.in (AC_CHECK_SYMBOL): Use AC_DEFINE_UNQUOTED.
281         * configure.in: Don't check for ranlib.
283 Tue Nov 22 22:42:40 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
285         * remake.c (notice_finished_file): Only mark also_make's as
286         updated if really ran cmds.
288 Tue Nov 15 06:32:46 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
290         * configure.in: Put dnls before random whitespace.
292 Sun Nov 13 05:02:25 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
294         * compatMakefile (CPPFLAGS): New variable, set from @CPPFLAGS@.
295         (RANLIB): Variable removed.
296         (prefix, exec_prefix): Set these from @...@.
297         (.c.o): Use $(CPPFLAGS).
298         (glob/libglob.a): Don't pass down variables to sub-make.
299         glob/Makefile should be configured properly by configure.
300         (distclean): Remove config.log and config.cache (autoconf stuff).
302 Mon Nov  7 13:58:06 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
304         * acconfig.h: Add #undef HAVE_UNION_WAIT.
305         * configure.in: Converted to Autoconf v2.
306         * dir.c: Test HAVE_DIRENT_H, HAVE_SYS_DIR_H, HAVE_NDIR_H instead
307         of DIRENT, SYSDIR, NDIR.
308         * build.sh.in (prefix, exec_prefix): Set these from @...@.
309         (CPPFLAGS): New variable, set from @CPPFLAGS@.
310         (compiling loop): Pass $CPPFLAGS before $CFLAGS.
311         * install.sh: File renamed to install-sh.
313         * main.c (define_makeflags): When no flags, set WORDS to zero.
315 Sun Nov  6 18:34:01 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
317         * Version 3.72.1.
319         * main.c (define_makeflags): Terminate properly when FLAGSTRING is
320         empty.
322 Fri Nov  4 16:02:51 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
324         * Version 3.72.
326 Tue Nov  1 01:18:10 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
328         * Version 3.71.5.
330         * job.c (start_job_command): When ARGV is nil, only set
331         update_state and call notice_finished_file if job_next_command
332         returns zero.
334         * job.c (start_job_command): Call notice_finished_file for empty
335         command line.
337 Thu Oct 27 02:02:45 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
339         * file.c (snap_deps): Set COMMANDS_SILENT for .SILENT, not
340         COMMANDS_NOERROR.
342 Wed Oct 26 02:14:10 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
344         * Version 3.71.4.
346 Tue Oct 25 22:49:24 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
348         * file.c (snap_deps): Set command_flags bits in all :: entries.
350 Mon Oct 24 18:47:50 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
352         * make.h (posix_pedantic): Declare it.
353         * main.c (main): Move checks .IGNORE, .SILENT, .POSIX to
354         snap_deps.
355         * file.c (snap_deps): Check .IGNORE, .SILENT, .POSIX here instead
356         of in main.  If .IGNORE has deps, OR COMMANDS_NOERROR into their
357         command_flags and don't set -i.  Likewise .SILENT.
358         * job.c (start_job_command): In FLAGS initialization, OR in
359         CHILD->file->command_flags.
360         * file.h (struct file): New member `command_flags'.
362 Sun Oct 16 01:01:51 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
364         * main.c (switches): Bump flag values for --no-print-directory and
365         --warn-undefined-variables, so neither is 1 (which indicates a
366         nonoption argument).
368 Sat Oct 15 23:39:48 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
370         * main.c (main): Add missing code in .IGNORE test.
372 Mon Oct 10 04:09:03 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
374         * variable.c (define_automatic_variables): Define +D and +F.
376 Sat Oct  1 04:07:48 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
378         * main.c (main): Define hidden automatic variable with command
379         vars, and MAKEOVERRIDES to a reference to that.
380         (define_makeflags): If posix_pedantic, write a reference to that
381         instead.
383 Thu Sep 29 00:14:26 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
385         * main.c (posix_pedantic): New variable.
386         (main): Set posix_pedantic if .POSIX is a target.
387         Fix .IGNORE and .SILENT checks to require is_target.
389         * commands.c (set_file_variables): Define new automatic variable
390         $+, like $^ but before calling uniquize_deps.
392         * job.c (reap_children): Call delete_child_targets for non-signal
393         error if .DELETE_ON_ERROR is a target.
395 Tue Sep 27 01:57:14 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
397         * Version 3.71.3.
399 Mon Sep 26 18:16:55 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
401         * job.c (reap_children): Don't change C->file->command_state when
402         dying.  Test it only after calling start_job_command for a new
403         command line.  When no more cmds, just set C->file->update_status.
404         (start_job_command): When the last line is empty or under -n, set
405         C->file->update_status.
406         (start_waiting_job): Grok cs_not_started after start_job_command
407         as success.
408         (new_job): Set C->file->update_status when there are no cmds.
409         (job_next_command): When out of lines, don't set
410         CHILD->file->update_status or CHILD->file->command_state.
412         * main.c (quote_as_word): Renamed from shell_quote.  Take new arg;
413         if nonzero, also double $s.
414         (main): Define MAKEOVERRIDES from command_variables here.
415         (define_makeflags): Don't use command_variables here; instead write a
416         reference $(MAKEOVERRIDES) in MAKEFLAGS.  Make vars recursive.
418         * dir.c [__MSDOS__]: Fixed typo.
420         * vpath.c (selective_vpath_search): Reset EXISTS when stat fails.
422 Sat Sep 10 03:01:35 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
424         * remake.c: Include <assert.h> and use assert instead of printfs
425         and abort.
427         * main.c (decode_switches): Loop until optind hits ARGC, not just
428         until getopt_long returns EOF.  Initialize C to zero before loop;
429         in loop if C is EOF, set optarg from ARGV[optind++], else call
430         getopt_long.
431         (decode_env_switches): Use variable_expand instead of
432         allocated_variable_expand.  Allocate a fresh buffer to copy split
433         words into; scan characters by hand to break words and
434         debackslashify.
435         (shell_quote): New function.
436         (define_makeflags): Allocate doubled space for switch args, and command
437         variable names and values; use shell_quote to quote those things.
439 Fri Sep  9 01:37:47 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
441         * Version 3.71.2.
443         * acconfig.h: Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST.
445         * main.c (decode_switches): The non-option return from getopt is
446         1, not 0.
447         (command_variables): New type and variable.
448         (decode_switches, decode_env_switches): After making a variable
449         definition, record the struct variable pointer in the
450         command_variables chain.
451         (define_makeflags): If ALL, write variable definitions for
452         command_variables.
454         * main.c (other_args): Variable removed.
455         (goals, lastgoal): New static variables (moved from auto in main).
456         (main): Don't process OTHER_ARGS at all.
457         Don't set variable MAKEOVERRIDES at all; define MAKE to just
458         $(MAKE_COMMAND).
459         (init_switches): Prepend a - {return in order} instead of a +
460         {require order}.
461         (decode_switches): Don't set OTHER_ARGS at all.
462         Grok '\0' return from getopt_long as non-option argument; try
463         variable definition and (if !ENV) enter goal targets here.
464         (decode_env_switches): Use allocated_variable_expand to store value.
465         Use find_next_token to simplify word-splitting loop.  Don't
466         prepend a dash to uninterpreted value.  Instead, if split into
467         only one word, try variable definition and failing that prepend a
468         dash to the word and pass it to decode_switches as a single arg.
470 Wed Sep  7 03:02:46 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
472         * remake.c (notice_finished_file): Only recheck modtimes if
473         FILE->command_state was cs_running on entry (meaning the commands
474         actually just ran).
475         (update_file_1): Whenever we set FILE->update_status, call
476         notice_finished_file instead of just set_command_state.
477         * job.c (start_job_command): Whenever we set
478         CHILD->file->update_status, call notice_finished_file instead of
479         just set_command_state.
481 Tue Sep  6 19:13:54 1994  Roland McGrath  <roland@geech.gnu.ai.mit.edu>
483         * default.c: Add missing ".
485         * job.c: Changed all assignments of command_state members to calls
486         to set_command_state.
487         * remake.c: Likewise.
488         * file.c (set_command_state): New function.
489         * file.h: Declare set_command_state.
491         * main.c (init_switches): Put a + first in options.
493 Mon Jul 25 18:07:46 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
495         Merge MSDOS/GO32 port from DJ Delorie <dj@ctron.com>.
496         * vpath.c: Changed all uses of ':' to PATH_SEPARATOR_CHAR.
497         * main.c (directory_before_chdir): New variable, moved out of main
498         (was local).
499         (main) [__MSDOS__]: Look for \ or : to delimit last component of
500         PROGRAM.  Don't frob ARGV[0] before setting MAKE_COMMAND variable.
501         (die): Change back to `directory_before_chdir' before dying.
502         * make.h (PATH_SEPARATOR_CHAR): New macro; differing defns for
503         [__MSDOS__] and not.
504         * job.c [__MSDOS__]: Include <process.h>.
505         [__MSDOS__] (dos_pid, dos_status, dos_bname, dos_bename,
506         dos_batch_file): New variables.
507         (reap_children) [__MSDOS__]: Don't call wait; just examine those vars.
508         (unblock_sigs) [__MSDOS__]: Do nothing.
509         (start_job_command) [__MSDOS__]: Use spawnvpe instead of vfork & exec.
510         (load_too_high) [__MSDOS__]: Always return true.
511         (search_path) [__MSDOS__]: Check for : or / in FILE to punt.
512         Use PATH_SEPARATOR_CHAR instead of ':'.
513         (construct_command_argv_internal) [__MSDOS__]: Wholly different
514         values for sh_chars and sh_cmds.  Wholly new code to handle shell
515         scripts.
516         * function.c (expand_function: `shell') [__MSDOS__]: Wholly new
517         implementation.
518         * dir.c [__MSDOS__] (dosify): New function.
519         (dir_contents_file_exists_p) [__MSDOS__]: Call it on FILENAME and
520         process the result instead of FILENAME itself.
521         (file_impossible_p) [__MSDOS__]: Likewise.
522         * default.c [__MSDOS__]: Define GCC_IS_NATIVE.
523         (default_suffix_rules) [__MSDOS__]: Use `y_tab.c' instead of `y.tab.c'.
524         (default_variables) [GCC_IS_NATIVE]: Set CC and CXX to `gcc', YACC to
525         `bison -y', and LEX to `flex'.
526         * configure.bat, configh.dos: New files.
527         * commands.c (fatal_error_signal) [__MSDOS__]: Just remove
528         intermediates and exit.
530         * commands.c (set_file_variables): Add parens in length
531         computation in .SUFFIXES dep loop to quiet compiler warning.  From
532         Jim Meyering.
534         * read.c (read_makefile): Free FILENAME if we allocated it.  From
535         Jim Meyering.
537 Mon Jul  4 17:47:08 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
539         * misc.c (safe_stat): New function, EINTR-safe wrapper around stat.
540         * vpath.c (selective_vpath_search): Use safe_stat in place of stat.
541         * read.c (construct_include_path): Use safe_stat in place of stat.
542         * job.c (search_path): Use safe_stat in place of stat.
543         * dir.c (find_directory): Use safe_stat in place of stat.
544         * commands.c (delete_target): Use safe_stat in place of stat.
545         * arscan.c (ar_member_touch) [EINTR]: Do EINTR looping around fstat.
546         * remake.c (name_mtime): Use safe_stat in place of stat.
547         (touch_file) [EINTR]: Do EINTR looping around fstat.
549 Fri Jun 24 05:40:24 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
551         * read.c (read_makefile): Check for a shell command first, and
552         then strip leading tabs before further checking if it's not a
553         shell command line.
555         * make.h [__arm]: Undefine POSIX.
556         [!__GNU_LIBRARY__ && !POSIX && !_POSIX_VERSION]: Don't declare system
557         functions that return int.
559         * job.c (construct_command_argv_internal): After swallowing a
560         backslash-newline combination, if INSTRING is set goto string_char
561         (new label) for normal INSTRING handling code.
563 Sat Jun  4 01:11:20 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
565         * configure.in: Don't check for sys_siglist and _sys_siglist with
566         AC_HAVE_FUNCS.  Instead use two AC_COMPILE_CHECKs.
568 Mon May 23 18:20:38 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
570         * Version 3.71.1 released.
572         * make.h [!__GNU_LIBRARY__ && !POSIX]: Also test #ifndef
573         _POSIX_VERSION for these declarations.
575         * misc.c [GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs
576         around #undefs of HAVE_SETREUID and HAVE_SETREGID.
578 Sat May 21 16:26:38 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
580         * Version 3.71 released.
582         * misc.c [GETLOADAVG_PRIVILEGED] [POSIX]: Don't test [HAVE_SETUID]
583         and [HAVE_SETGID].  Every system has those, and configure doesn't
584         check for them.
586         * make.h [_POSIX_VERSION]: Don't #define POSIX #ifdef ultrix.
588         * compatMakefile (loadavg): Depend on and use loadavg.c instead of
589         getloadavg.c.
590         (loadavg.c): Link or copy it from getloadavg.c.
591         (distclean): Remove loadavg.c.
593 Mon May 16 22:59:04 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
595         * Version 3.70.4.
597         * misc.c [GETLOADAVG_PRIVILEGED] [! POSIX]: Undefine HAVE_SETEUID
598         and HAVE_SETEGID.
600         * default.c (default_terminal_rules): In SCCS rules, put
601         $(SCCS_OUTPUT_OPTION) before $<.  On some systems -G is grokked
602         only before the file name.
603         * configure.in (SCCS_GET_MINUS_G check): Put -G flag before file name.
605 Tue May 10 16:27:38 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
607         * job.c (construct_command_argv_internal): Swallow
608         backslash-newline combinations inside '' strings too.
610 Thu May  5 04:15:10 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
612         * read.c (do_define): Call collapse_continuations on each line
613         before all else.
615 Mon Apr 25 19:32:02 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
617         * job.c (construct_command_argv_internal): Notice newline inside
618         '' string when RESTP is non-null.
620 Fri Apr 22 17:33:30 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
622         * Version 3.70.3.
624         * remake.c (update_goal_chain): Reset FILE to G->file after the
625         double-colon loop so it is never null for following code.
627         * read.c (read_makefile): Fix `override define' parsing to skip
628         whitespace after `define' properly.
630         * compatMakefile (srcdir): Define as @srcdir@; don't reference
631         $(VPATH).
632         (glob/Makefile): New target.
634 Thu Apr 21 16:16:55 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
636         * Version 3.70.2.
638         * misc.c (remove_comments): Use find_char_unquote.
639         * make.h (find_char_unquote): Declare it.
640         * read.c (find_char_unquote): New function, generalized from
641         find_percent.
642         (find_percent, find_semicolon, parse_file_seq): Use that.
644 Wed Apr 20 18:42:39 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
646         * implicit.c (pattern_search): Always allocate new storage for
647         FILE->stem.  It is not safe to store STEM's address because it
648         might be auto storage.
650         * configure.in: Check for seteuid and setegid.
651         * misc.c [HAVE_SETEUID]: Declare seteuid.
652         [HAVE_SETEGID]: Declare setegid.
653         (make_access, user_access) [HAVE_SETEUID]: Use seteuid.
654         [HAVE_SETEGID]: Use setegid.
656         * remake.c (update_goal_chain): Set STATUS to FILE->update_status,
657         to preserve whether it's 2 for error or 1 for -q trigger.  When
658         STATUS gets nonzero and -q is set, always stop immediately.
659         * main.c (main, decode_switches): Die with 2 for errors.
660         (main): Accept 2 return from update_goal_chain and die with that.
661         * misc.c (fatal, makefile_fatal): Die with 2; 1 is reserved for -q
662         answer.
663         * job.c (reap_children): Die with 2 for error.
664         (start_job_command): Set update_status to 2 for error.  Set it to
665         1 when we would run a command and question_flag is set.
667         * read.c (read_makefile): Don't mark makefiles as precious.  Just
668         like other targets, they can be left inconsistent and in need of
669         remaking by aborted commands.
671         * read.c (read_makefile): Write no error msg for -include file.
673 Tue Apr  5 05:22:19 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
675         * commands.c (fatal_error_signal): Don't unblock signals.
677         * file.h (struct file): Change member `double_colon' from flag to
678         `struct file *'.
679         * read.c (record_files): Set double_colon pointer instead of flag.
680         * main.c (main): When disqualifying makefiles for updating, use
681         double_colon pointer to find all entries for a file.
682         * file.c (enter_file): If there is already a double-colon entry
683         for the file, set NEW->double_colon to that pointer.
684         (file_hash_enter): Use FILE->double_colon to find all entries to
685         set name.
686         * remake.c (update_goal_chain): Do inner loop on double-colon entries.
687         (update_file): Use FILE->double_colon pointer to find all entries.
688         (f_mtime): Likewise.
689         (notice_finished_file): Propagate mtime change to all entries.
691         * variable.c (try_variable_definition): Return after abort.
693 Fri Apr  1 18:44:15 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
695         * read.c (read_makefile): Remove unused variable.
696         (parse_file_seq): When removing an elt that is just `)', properly
697         fix up the previous elt's next pointer.
699 Mon Mar 28 18:31:49 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
701         * configure.in: Do AC_SET_MAKE.
702         * GNUmakefile (Makefile.in): Edit MAKE assignment into @SET_MAKE@.
704 Fri Mar  4 00:02:32 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
706         * function.c (subst_expand): If BY_WORD or SUFFIX_ONLY is set and
707         the search string is the empty string, find a match at the end of
708         each word (using end_of_token in place of sindex).
710         * misc.c (end_of_token): Don't treat backslashes specially; you
711         can no longer escape blanks with backslashes in export, unexport,
712         and vpath.  This was never documented anyway.
714 Thu Mar  3 23:53:46 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
716         * read.c (read_makefile): Variable name for `define' is not just
717         first token; use whole rest of line and strip trailing blanks.
719 Wed Feb 16 16:03:45 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
721         * Version 3.70.1.
723         * read.c (read_makefile): Add -d msg stating args.
725         * read.c (read_makefile): Use isspace to skip over leading
726         whitespace, and explicitly avoid skipping over tabs.  Don't want
727         to skip just spaces though; formfeeds et al should be skipped.
729         * default.c (default_variables) [__hpux]: Add f in ARFLAGS.
731         * arscan.c (ar_name_equal) [__hpux]: Subtract 2 instead of 1 from
732         sizeof ar_name for max length to compare.
734         * misc.c [GETLOADAVG_PRIVILEGED] [POSIX]: Undefine HAVE_SETREUID
735         #ifdef HAVE_SETUID; likewise HAVE_SETREGID and HAVE_SETGID.
737         * main.c (main): Call user_access after setting `program', in case
738         it needs to use it in an error message.
740         * read.c (read_makefile): Ignore an empty line starting with a tab.
742 Thu Feb 10 21:45:31 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
744         * configure.in (AC_SYS_SIGLIST_DECLARED): Use this instead of
745         AC_COMPILE_CHECK that is now its contents.
747 Fri Feb  4 16:28:54 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
749         * make.h: #undef strerror after #include <string.h>.
750         [! ANSI_STRING]: Declare strerror.
752 Thu Feb  3 02:21:22 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
754         * misc.c (strerror): #undef any macro before function definition.
756 Mon Jan 31 19:07:23 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
758         * variable.c (try_variable_definition): Calculate BEG before loop
759         to strip blanks by decrementing END.  Don't decr END to before BEG.
761         * read.c (read_makefile): Skip over leading space characters, but
762         not tabs, after removing continuations and comments (it used to
763         use isspace).
765 Tue Jan 25 16:45:05 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
767         * variable.c (define_automatic_variables): In $(@D) et al, use
768         patsubst to remove trailing slash.
770         * commands.c (delete_target): New function, broken out of
771         delete_child_targets.  Check for archive members and give special msg.
772         (delete_child_targets): Use delete_target.
774 Mon Jan 17 17:03:22 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
776         * default.c (default_suffix_rules): Use $(TEXI2DVI_FLAGS) in
777         texi2dvi rules. Use $(MAKEINFO_FLAGS) in makeinfo rules.
779 Tue Jan 11 19:29:55 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
781         * GNUmakefile (tarfiles): Omit make-doc.
782         (make-$(version).tar): Include make.info*.
784 Fri Jan  7 16:27:00 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
786         * compatMakefile (configure, config.h.in): Comment out rules.
788 Thu Jan  6 18:08:08 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
790         * compatMakefile (binprefix, manprefix): New variables.
791         (instname): Variable removed.
792         (install): Use $({bin,man}prefix)make in place of $(instname).
793         File targets likewised renamed.
795 Mon Jan  3 17:50:25 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
797         * Version 3.70 released.
799 Thu Dec 23 14:46:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
801         * Version 3.69.3.
803         * read.c (parse_file_seq): Inside multi-word archive ref
804         translation loop, check NEW1==0 at end and break out of the loop.
806         * GNUmakefile (make-$(version).tar): Distribute install.sh.
807         * install.sh: New file.
809         * configure.in (SCCS_GET_MINUS_G check): Put redirection for admin
810         cmds outside subshell parens, to avoid "command not found" msgs
811         from the shell.
813 Wed Dec 22 17:00:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
815         * configure.in (SCCS_GET_MINUS_G check): Put -G flag last in get cmd.
816         Redirect output & error from get to /dev/null.
817         Fix reversed sense of test.
819 Fri Dec 17 15:31:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
821         * configure.in (SCCS_GET_MINUS_G check): Use parens instead of
822         braces inside if condition command; some shells lose.
824 Thu Dec 16 15:10:23 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
826         * Version 3.69.2.
828         * arscan.c [M_UNIX]: Move #undef M_XENIX for PORTAR stuff.
829         (PORTAR) [M_XENIX]: Define to 0 instead of 1.
831         * main.c (define_makeflags): Only export MAKEFLAGS if !ALL.
833 Wed Dec 15 17:47:48 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
835         * main.c (main): Cast result of pointer arith to unsigned int
836         before passing to define_variable for envars.  Matters when
837         sizeof(unsigned)!=sizeof(ptrdiff_t).
839 Tue Dec 14 14:21:16 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
841         * configure.in: Add new check for SCCS_GET_MINUS_G.
842         * config.h.in: Add #undef SCCS_GET_MINUS_G.
843         * default.c (default_terminal_rules): Use `$(SCCS_OUTPUT_OPTION)' in
844         place of `-G $@' in SCCS commands.
845         (default_variables) [SCCS_GET_MINUS_G]: Define SCCS_OUTPUT_OPTION
846         to "-G$@".
848         * configure.in (AC_OUTPUT): Put touch stamp-config in second arg
849         (so it goes in config.status), rather than afterward.
851         * ar.c (ar_member_date): Don't call enter_file on the archive file
852         if it doesn't exist (by file_exists_p).
854         * compatMakefile ($(infodir)/make.info): Replace `$$d/foo.info'
855         with `$$dir/make.info' in install-info invocation (oops).
857         * vpath.c (construct_vpath_list): Only set LASTPATH set PATH when
858         we do not unlink and free PATH.
860         * file.c (print_file_data_base): Fix inverted calculation for
861         average files per hash bucket.
863         * read.c (readline): When we see a NUL, give only a warning and
864         synthesize a newline to terminate the building line (used to
865         fatal).  Move fgets call into the loop condition, and after the
866         loop test ferror (used to test !feof in the loop).
868 Fri Dec  3 16:40:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
870         * configure.in: Check for strerror in AC_HAVE_FUNCS.
872 Thu Dec  2 15:37:50 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
874         Differentiate different flavors of missing makefile error msgs,
875         removing gratuitous `fopen: ' and giving caller for included makefiles.
876         * misc.c [! HAVE_STRERROR]: Define our own strerror here.
877         (perror_with_name, pfatal_with_name): Use strerror instead of
878         replicating its functionality.
879         * read.c (read_makefile): Return int instead of void.
880         (read_all_makefiles, read_makefile): Change callers to notice zero
881         return and give error msg.
883 Thu Nov 11 11:47:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
885         * Version 3.69.1.
887         * default.c: Put `-G $@' before $< in SCCS cmds.
889 Wed Nov 10 06:06:14 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
891         * read.c (read_makefile): After trying a variable defn, notice if
892         the line begins with a tab, and diagnose an error.
894 Sun Nov  7 08:07:37 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
896         * Version 3.69.
898 Wed Nov  3 06:54:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
900         * Version 3.68.10.
902         * implicit.c (try_implicit_rule): Look for a normal rule before an
903         archive rule.
905 Fri Oct 29 16:45:28 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
907         * function.c (expand_function: `sort'): Double NWORDS when it
908         overflows, instead of adding five.
910         * compatMakefile (clean): Remove loadavg.
912 Wed Oct 27 17:58:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
914         * Version 3.68.9.
916         * file.h (NEW_MTIME): Define new macro.
917         * main.c (main): Set time of NEW_FILES to NEW_MTIME, not to
918         current time returned from system.  Removed variable NOW.
919         * remake.c (notice_finished_file): Use NEW_MTIME in place of
920         current time here too.
922 Tue Oct 26 19:45:35 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
924         * Version 3.68.8.
926         * remake.c (update_file_1): Don't clear MUST_MAKE when FILE has no
927         cmds and !DEPS_CHANGED unless also !NOEXIST.
929 Mon Oct 25 15:25:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
931         * read.c (parse_file_seq): When converting multi-word archive
932         refs, ignore a word beginning with a '('.
934 Fri Oct 22 02:53:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
936         * configure.in: Check for sys/timeb.h.
937         * make.h [HAVE_SYS_TIMEB_H]: Test this before including it.
939 Thu Oct 21 16:48:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
941         * Version 3.68.7.
943         * rule.c (convert_suffix_rule): New local TARGPERCENT.  Set it to
944         TARGNAME+1 for "(%.o)", to TARGNAME for "%.?".  Use it in place of
945         TARGNAME to initialize PERCENTS[0].
947 Mon Oct 18 06:49:35 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
949         * configure.in: Use AC_HAVE_HEADERS(unistd.h) instead of AC_UNISTD_H.
950         Remove AC_USG; it is no longer used.
952         * file.c (print_file): New function, broken out of
953         print_file_data_base.
954         (print_file_data_base): Call it.
955         * rule.c (print_rule): New function, broken out of
956         print_rule_data_base.
957         (print_rule_data_base): Call it.
959 Thu Oct 14 14:54:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
961         * default.c (install_default_suffix_rules): New function, broken
962         out of install_default_implicit_rules.
963         (install_default_implicit_rules): Move suffix rule code there.
964         * make.h: Declare install_default_suffix_rules.
965         * main.c (main): Call install_default_suffix_rules before reading
966         makefiles.  Move convert_to_pattern call before
967         install_default_implicit_rules.
969         * job.h (struct child): Make `pid' member type `pid_t' instead of
970         `int'.
972         * compatMakefile (RANLIB): New variable, set by configure.
973         (glob/libglob.a): Pass RANLIB value down to submake.
975         Fixes for SCO 3.2 "devsys 4.2" from pss@tfn.com (Peter Salvitti).
976         * make.h: Include <sys/timeb.h> before <time.h> for SCO lossage.
977         * job.c [! getdtablesize] [! HAVE_GETDTABLESIZE]: If NOFILE is not
978         defined but NOFILES_MAX is, define it to be that.
980 Mon Oct 11 19:47:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
982         * GNUmakefile (make-$(version).tar): Depend on acconfig.h, so it
983         is distributed.
985 Sun Oct  3 15:15:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
987         * default.c (default_terminal_rules): Add `-G $@' to SCCS get cmds.
989 Tue Sep 28 14:18:20 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
991         * job.c (construct_command_argv_internal): Add ^ to SH_CHARS; it
992         is another symbol for | in some shells.
993         * main.c (main): Add it to CMD_DEFS quoting list as well.
995 Mon Sep 20 18:05:24 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
997         * job.c (construct_command_argv_internal): Remove '=' from
998         SH_CHARS.  Only punt on '=' if it is unquoted in a word before the
999         first word without an unquoted '='.
1001         * main.c (define_makeflags): Set v_export for MAKEFLAGS.
1003 Fri Sep 17 00:37:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1005         * remake.c (update_file_1): Use .DEFAULT cmds for phony targets.
1007         * make.h [_AIX && _POSIX_SOURCE]: Define POSIX.
1009         * commands.c (delete_child_targets): Don't delete phony files.
1011         * job.c (start_job_command): Set COMMANDS_RECURSE in FLAGS if we
1012         see a `+' at the beginning of the command line.
1014 Thu Sep  9 17:57:14 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1016         * Version 3.68.6.
1018 Wed Sep  8 20:14:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1020         * main.c (define_makeflags): Define MAKEFLAGS with o_file, not o_env.
1022 Mon Aug 30 12:31:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1024         * expand.c (variable_expand): Fatal on an unterminated reference.
1026 Thu Aug 19 16:27:53 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1028         * Version 3.68.5.
1030         * variable.c (define_automatic_variables): Define new o_default
1031         variable `MAKE_VERSION' from version_string and remote_description.
1033         * make.h (version_string, remote_description): Declare these here.
1034         * main.c: Don't declare version_string.
1035         (print_version): Don't declare remote_description.
1037 Wed Aug 18 15:01:24 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1039         * read.c (read_makefile): Free space pointed to by CONDITIONALS
1040         before restoring the old pointer.
1042 Mon Aug 16 17:33:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1044         * compatMakefile ($(objs)): Depend on config.h.
1046         * GNUmakefile (build.sh.in): Depend on compatMakefile.
1048         * configure.in: Touch stamp-config after AC_OUTPUT.
1050 Fri Aug 13 16:04:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1052         * Version 3.68.4.
1054 Thu Aug 12 17:18:57 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1056         * make.h: Include <config.h> instead of "config.h".
1058 Wed Aug 11 02:35:25 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1060         * main.c (main): Make all variables interned from ENVP be v_export.
1061         * variable.c (try_variable_definition): In v_default case, don't
1062         check for an o_file variable that `getenv' finds.
1064         * job.c (reap_children): New local variable ANY_LOCAL; set it
1065         while setting ANY_REMOTE.  If !ANY_LOCAL, don't wait for local kids.
1067         * main.c (main): Don't call decode_env_switches on MFLAGS.  DOC THIS.
1069         * function.c (expand_function): #if 0 out freeing of ENVP since it
1070         is environ.
1072 Mon Aug  9 17:37:20 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1074         * Version 3.68.3.
1076         * remote-stub.c (remote_status): Set errno to ECHILD before return.
1077         * job.c (reap_children): Scan the chain for remote children and
1078         never call remote_status if there are none.
1080         * function.c (expand_function: `shell'): #if 0 out calling
1081         target_environment; just set ENVP to environ instead.
1083         * job.c (reap_children): Check for negative return from
1084         remote_status and fatal for it.
1085         When blocking local child wait returns 0, then try a blocking call
1086         to remote_status.
1088 Tue Aug  3 00:19:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1090         * compatMakefile (clean): Delete make.info* and make.dvi here.
1091         (distclean): Not here.
1093         * dep.h (RM_*): Use #defines instead of enum to avoid lossage from
1094         compilers that don't like enum values used as ints.
1096 Mon Aug  2 16:46:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1098         * compatMakefile (loadavg): Add $(LOADLIBES).
1100 Sun Aug  1 16:01:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1102         * Version 3.68.2.
1104         * compatMakefile (loadavg, check-loadavg): New targets.
1105         (check): Depend on check-loadavg.
1107         * compatMakefile (glob/libglob.a): Depend on config.h.
1109         * misc.c (log_access): Write to stderr instead of stdout.
1111 Fri Jul 30 00:07:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1113         * Version 3.68.1.
1115 Thu Jul 29 23:26:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1117         * configure.in (SYS_SIGLIST_DECLARED): In test program include
1118         <unistd.h> #ifdef HAVE_UNISTD_H.
1120         * compatMakefile (.PHONY): Put after `all' et al.
1122         * configure.in: Add AC_IRIX_SUN.
1124 Wed Jul 28 17:41:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1126         * Version 3.68.
1128 Mon Jul 26 14:36:49 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1130         * Version 3.67.8.
1132 Sun Jul 25 22:09:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1134         * Version 3.67.7.
1136         * compatMakefile ($(infodir)/make.info): Don't use $(instname).
1137         Run install-info script if present.
1139 Fri Jul 23 16:03:50 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1141         * make.h [STAT_MACROS_BROKEN]: Test this instead of [uts].
1143         * configure.in: Add AC_STAT_MACROS_BROKEN.
1145 Wed Jul 14 18:48:11 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1147         * Version 3.67.6.
1149         * read.c (read_makefile): Recognize directive `-include', like
1150         `include' but sets RM_DONTCARE flag.
1152         * variable.c (target_environment): If FILE is nil, use
1153         current_variable_set_list in place of FILE->variables.
1154         * function.c (expand_function: `shell'): Get an environment for
1155         the child from target_environment instead of using environ.
1157         * dep.h: Declare read_all_makefiles here.
1158         (RM_*): Define new enum constants.
1159         * read.c (read_makefile): Second arg is FLAGS instead of TYPE.
1160         Treat it as a bit mask containing RM_*.
1161         (read_all_makefiles): For default makefiles, set D->changed to
1162         RM_DONTCARE instead of 1.
1163         * main.c: Don't declare read_all_makefiles here.
1164         (main): Check `changed' member of read_makefiles elts for RM_*
1165         flags instead of specific integer values.
1167 Mon Jul 12 22:42:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1169         * make.h [sequent && i386]: #undef POSIX.  From trost@cse.ogi.edu.
1171 Thu Jul  8 19:51:23 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1173         * vpath.c (construct_vpath_list): If ELEM is zero 0, free PATTERN
1174         as well as VPATH.
1175         (build_vpath_lists): Empty `vpaths' around construct_vpath_list
1176         call for $(VPATH).  Expand $(strip $(VPATH)), not just $(VPATH).
1178         * rule.c (convert_suffix_rule): Use alloca instead of xmalloc for
1179         PERCENTS, whose storage is not consumed by create_pattern_rule.
1181         * make.h [__mips && _SYSTYPE_SVR3]: #undef POSIX.
1183 Wed Jun 30 18:11:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1185         * Version 3.67.5.
1187         * rule.c (max_pattern_targets): New variable.
1188         (count_implicit_rule_limits): Compute its value.
1189         * rule.h: Declare it.
1190         * implicit.c (pattern_search): Make TRYRULES max_target_patterns
1191         times bigger.  Move adding new TRYRULES elt inside the inner
1192         targets loop, so each matching target gets its own elt in MATCHES
1193         and CHECKED_LASTSLASH.
1195         * file.c (remove_intermediates): If SIG!=0 say `intermediate file'
1196         instead of just `file' in error msg.
1198 Fri Jun 25 14:55:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1200         * job.c (construct_command_argv): Turn off
1201         --warn-undefined-variables around expansion of SHELL and IFS.
1202         * read.c (tilde_expand): Likewise for HOME.
1203         (read_all_makefiles): Likewise for MAKEFILES.
1204         * vpath.c (build_vpath_lists): Likewise for VPATH.
1206         * main.c (warn_undefined_variables_flag): New flag variable.
1207         (switches): Add --warn-undefined-variables.
1208         * make.h (warn_undefined_variables_flag): Declare it.
1209         * expand.c (warn_undefined): New function.
1210         (reference_variable): Call it if the variable is undefined.
1211         (variable_expand): In substitution ref, call warn_undefined if the
1212         variable is undefined.
1214         * default.c (default_pattern_rules): Add `%.c: %.w %.ch' and
1215         `%.tex: %.w %.ch' rules.
1216         (default_suffix_rules: .w.c, .w.tex): Pass three args: $< - $@.
1217         (default_suffixes): Add `.ch'.
1219 Mon Jun 21 17:55:39 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1221         * default.c (default_suffixes): Replace `.cweb' with `.w'.
1222         (default_suffix_rules): Rename `.cweb.c' and `.cweb.tex' to `.w.c'
1223         and `.w.tex'.
1225 Fri Jun 11 14:42:09 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1227         * compatMakefile ($(bindir)/$(instname)): Add missing backslash.
1229 Thu Jun 10 18:14:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1231         * Version 3.67.4.
1233         * read.c (multi_glob): Don't free OLD and OLD->name in the
1234         FOUND!=0 fork.  Use new block-local variable F instead of
1235         clobbering OLD.
1237         * ar.c (glob_pattern_p): New function, snarfed from glob/glob.c.
1238         (ar_glob): Call it; return nil immediately if MEMBER_PATTERN
1239         contains no metacharacters.
1241 Wed Jun  9 16:25:35 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1243         * ar.c (ar_glob{_match,_alphacompare}): New function.
1245         * dep.h [! NO_ARCHIVES]: Declare it.
1246         * read.c (multi_glob) [! NO_ARCHIVES]: Use it on archive member elts.
1248         * read.c (read_makefile): Pass flag (1) to parse_file_seq, not to
1249         multi_glob (which doesn't take a 3rd arg).
1250         * rule.c (install_pattern_rule): Likewise.
1251         * default.c (set_default_suffixes): Here too.
1252         * function.c (string_glob): Don't pass gratuitous arg to multi_glob.
1254         * read.c (parse_file_seq) [! NO_ARCHIVES]: Add post-processing
1255         loop to translate archive refs "lib(a b)" into "lib(a) lib(b)".
1257 Mon Jun  7 19:26:51 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1259         * compatMakefile (installdirs): Actually pass directory names.
1260         ($(bindir)/$(instname)): Test chgrp&&chmod exit status with `if';
1261         if it fails, echo a warning msg, but don't make the rule fail.
1263         * read.c (tilde_expand): New function, broken out of tilde_expand.
1264         (multi_glob): Call it.
1265         (construct_include_path): Expand ~ in directory names.
1266         * dep.h: Declare tilde_expand.
1267         * main.c (enter_command_line_file): Expand ~ at the start of NAME.
1268         (main): Expand ~ in -C args.
1269         * read.c (read_makefile): Expand ~ in FILENAME unless TYPE==2.
1271 Fri Jun  4 13:34:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1273         * main.c (decode_env_switches): Use xmalloc instead of alloca for ARGS.
1275         * main.c (main): Put result of alloca in temporary variable with
1276         simple assignment, to make SGI compiler happy.
1278 Thu Jun  3 20:15:46 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1280         * Version 3.67.3.
1282         * main.c (main): Before re-execing, remove intermediate files, and
1283         print the data base under -p.  Sexier debugging message.
1285         * implicit.c (pattern_search): Allocate an extra copy of the name
1286         of a winning intermediate file when putting it in FOUND_FILES.
1288 Wed Jun  2 16:38:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1290         * read.c (read_makefile): Pass flag (1) to parse_file_seq, not to
1291         multi_glob (which doesn't take a 3rd arg).
1293         * dir.c (dir_contents_file_exists_p): When reading dirents, ignore
1294         chars within D_NAMLEN that are NULs.
1296         * main.c (decode_switches): Don't savestring ARGV[0] to put it
1297         into `other_args'.
1298         For string switch, don't savestring `optarg'.
1299         (main): Don't free elts of makefiles->list that are "-".
1300         Use alloca'd rather than savestring'd storage for elts of
1301         makefiles->list that are temporary file names.
1302         * read.c (read_all_makefiles): Don't free *MAKEFILES.
1303         * file.c (enter_file): Don't strip `./'s.
1304         * main.c (enter_command_line_file): New function.
1305         (main): Use it in place of enter_file for command-line goals from
1306         other_files, and for old_files and new_files.
1308 Mon May 31 18:41:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1310         * Version 3.67.2.
1312         * compatMakefile (.SUFFIXES): Add .info.
1313         ($(infodir)/$(instname).info): Find make.info* in cwd if there,
1314         else in $srcdir.  Use basename to remove dir name from installed name.
1316 Thu May 27 17:35:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1318         * implicit.c (pattern_search): When interning FOUND_FILES, try
1319         lookup_file first; if found, free the storage for our copy of the name.
1321 Wed May 26 14:31:20 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1323         * Version 3.67.1.
1325         * main.c (decode_switches): In usage msg, write `--switch=ARG' or
1326         `--switch[=OPTARG]' rather than `--switch ARG' or `--switch [ARG]'.
1328 Mon May 24 16:17:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1330         * rule.c (convert_suffix_rule): New function.
1331         (convert_to_pattern): Use it instead of doing all the work here
1332         several times.
1333         For target suffix `.a', generate both the archive magic rule and
1334         the normal rule.
1336         * compatMakefile (distclean): Remove stamp-config.
1338 Sat May 22 16:15:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1340         * Version 3.67.
1342         * file.c (remove_intermediates): Don't write extra space after `rm'.
1344         * main.c (struct command_switch.type): Remove `usage_and_exit'.
1345         (print_usage_flag): New variable.
1346         (switches: --help): Make type `flag', to set print_usage_flag.
1347         (init_switches): Remove `usage_and_exit' case.
1348         (decode_switches): Likewise.
1349         (decode_switches): Print usage if print_usage_flag is set.
1350         When printing usage, die with status of BAD.
1351         (main): Die with 0 if print_version_flag.
1353 Fri May 21 16:09:28 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1355         * Version 3.66.
1357 Wed May 19 21:30:44 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1359         * compatMakefile (installdirs): New target.
1360         (install): Depend on it.
1362 Sun May 16 20:15:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1364         * Version 3.65.2.
1366 Fri May 14 16:40:09 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1368         * vpath.c (construct_vpath_list): In removal loop for DIRPATH==0,
1369         set LASTPATH to PATH, not NEXT.
1371         * dir.c (read_dirstream): Break out of loop after incrementing
1372         DS->buckets such that it reaches DIRFILE_BUCKETS; avoid trying to
1373         dereference DS->contents->files[DIRFILE_BUCKETS].
1375         * read.c (read_makefile): Clear no_targets after reading a
1376         targetful rule line.
1378         * main.c (main): If print_version_flag is set, exit after printing
1379         the version.
1380         (switches): Change --version docstring to say it exits.
1382         * make.h [butterfly]: #undef POSIX.
1384 Wed May 12 15:20:21 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1386         * Version 3.65.1.
1388         * arscan.c (ar_scan) [! AIAMAG]: Don't declare LONG_NAME.
1389         [AIAMAG]: Pass TRUNCATE flag arg to (*FUNCTION), always zero.
1391         * function.c (handle_function): Use fatal instead of
1392         makefile_fatal when reading_filename is nil.
1394         * configure.in: Add AC_GETGROUPS_T.
1395         * job.c (search_path): Use GETGROUPS_T in place of gid_t.
1397 Sun May  9 15:41:25 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1399         * Version 3.65.
1401 Fri May  7 18:34:56 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1403         * function.c (handle_function): Fatal for unmatched paren.
1405 Thu May  6 16:13:41 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1407         * Version 3.64.3.
1409         * commands.c (handling_fatal_signal): New variable.
1410         (fatal_error_signal): Set it.
1411         * job.c (reap_children): Avoid nonreentrant operations if that is set.
1412         * make.h: Declare handling_fatal_signal.
1414         * expand.c (reference_variable): New function, snippet of code
1415         broken out of simple-reference case of variable_expand.
1416         (variable_expand): Use it for simple refs.
1417         (variable_expand): When checking for a computed variable name,
1418         notice a colon that comes before the final CLOSEPAREN.  Expand
1419         only up to the colon, and then replace the pending text with a
1420         copy containing the expanded name and fall through to subst ref
1421         handling.
1422         (variable_expand): Don't bother expanding the name if a colon
1423         appears before the first $.
1424         (expand_argument): Use alloca instead of savestring.
1425         (variable_expand): For subst ref, expand both sides of = before
1426         passing to [pat]subst_expand.  Use find_percent instead of lindex
1427         to check the lhs for a %.
1429 Wed May  5 14:45:52 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1431         * Version 3.64.2.
1433 Mon May  3 17:00:32 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1435         * arscan.c (ar_name_equal) [AIAMAG]: Abort if TRUNCATED is nonzero.
1437         * read.c (read_makefile): Pass extra arg of 1 to parse_file_seq,
1438         not to multi_glob.
1440 Thu Apr 29 19:47:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1442         * Version 3.64.1.
1444         * arscan.c (ar_scan): New local flag var LONG_NAME.  Set it when
1445         we read the member name in any of the fashions that allow it to be
1446         arbitrarily long.  Pass its negation to FUNCTION.
1447         (describe_member): Take TRUNCATED from ar_scan and print it.
1448         (ar_name_equal): Take new arg TRUNCATED; if nonzero, compare only
1449         the first sizeof (struct ar_hdr.ar_name) chars.
1450         (ar_member_pos): Take TRUNCATED from ar_scan, pass to ar_name_equal.
1451         * ar.c (ar_member_date_1): Likewise.
1453 Wed Apr 28 21:18:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1455         * job.c (reap_children): Before calling start_job_command to start
1456         the next command line, reset C->remote by calling start_remote_job_p.
1458 Mon Apr 26 15:56:15 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1460         * arscan.c (ar_scan): New local var NAMEMAP.
1461         In loop, rename NAME to NAMEBUF; new var NAME is a pointer; new
1462         flag IS_NAMEMAP.  When extracting the member name, always put a
1463         null at its end first.  If the name is "//" or "/ARFILENAMES", set
1464         IS_NAMEMAP.  If we have already read in NAMEMAP, and NAME looks
1465         like " /N", get full name from NAMEMAP+N.
1466         Else if NAME looks like "#1/N", read N chars from the
1467         elt data to be the full name.  At end of loop, if IS_NAMEMAP, read
1468         the elt's data into alloca'd NAMEMAP.
1469         (ar_name_equal): #if 0 truncating code.
1471         * make.h: Don't declare vfork at all.  It returns int anyway,
1472         unless <unistd.h> declared it; and we conflicted with some systems.
1474         * main.c (define_makeflags): If FLAGSTRING[1] is '-', define
1475         MAKEFLAGS to all of FLAGSTRING, not &FLAGSTRING[1].  Don't want to
1476         define it to something like "-no-print-directory".
1477         Use %g format instead of %f for floating-valued things.
1479 Thu Apr 22 18:40:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1481         * GNUmakefile (Makefile.in): Use a substitution ref on nolib-deps
1482         to change remote-%.dep to remote-stub.dep.
1484 Wed Apr 21 15:17:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1486         * Version 3.64.
1488 Fri Apr 16 14:22:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1490         * compatMakefile (install): Remove - prefix from chgrp+chmod.
1492         * Version 3.63.8.
1494 Thu Apr 15 18:24:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1496         * acconfig.h: New file; contains "#undef SCCS_GET" for autoheader.
1497         * configure.in: If /usr/sccs/get exists, define SCCS_GET to that,
1498         else to "get".
1499         * default.c (default_variables): Set GET to macro SCCS_GET.
1501         * read.c (parse_file_seq): Take extra arg STRIP; strip `./' only
1502         if nonzero.  I hope this is the last time this argument is added
1503         or removed.
1504         (read_makefile): Pass it 1 when parsing include file names.
1505         Pass it 1 when parsing target file names.
1506         Pass it 1 when parsing static pattern target pattern names.
1507         * rule.c (install_pattern_rule): Pass it 1 when parsing rule deps.
1508         * default.c (set_default_suffixes): Pass it 1 when parsing
1509         default_suffixes.
1510         * function.c (string_glob): Pass it 0 here.
1512 Wed Apr 14 11:32:05 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1514         * misc.c (log_access): New function.
1515         ({init,user,make,child}_access): Call it.
1516         (child_access): Abort if !access_inited.
1518         * main.c (switches: --no-print-directory): Use 1 instead of -1 for
1519         single-letter option.
1520         (init_switches, decode_switches, define_makeflags): An option with
1521         no single-letter version is no longer indicated by a value of -1;
1522         instead a value that is !isalnum.
1523         (init_switches): Don't put such switches into the string, only
1524         into the long_option table.
1526         * make.h [!NSIG] [!_NSIG]: #define NSIG 32.
1528         * job.c [HAVE_WAITPID]: Remove #undef HAVE_UNION_WAIT.  AIX's
1529         bsdcc defined WIF* to use union wait.
1531         * main.c (struct command_switch): Change member `c' to type int.
1532         (switches): Make const.
1533         (decode_switches): Use `const struct command_switch *'.
1534         (define_makeflags): Likewise.
1536         * default.c (default_suffix_rules): Add `-o $@' to makeinfo rules.
1538 Mon Apr 12 12:30:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1540         * Version 3.63.7.
1542         * configure.in (AC_HAVE_HEADERS): Check for string.h and memory.h.
1543         Removed AC_MEMORY_H.
1544         * make.h [USG, NeXT]: Don't test these.
1545         [HAVE_STRING_H]: Test this to include string.h and define ANSI_STRING.
1546         [HAVE_MEMORY_H]: Test this instead of NEED_MEMORY_H.
1547         [! ANSI_STRING]: Put decls of bcopy et al here.
1548         [sparc]: Don't test this for alloca.h; HAVE_ALLOCA_H is sufficient.
1549         [HAVE_SIGSETMASK]: Test this rather than USG.
1550         [__GNU_LIBRARY__ || POSIX]: Don't #include <unistd.h> again.
1551         * main.c (main): Handle SIGCHLD if defined, and SIGCLD if defined.
1552         It doesn't hurt to do both if they are both defined, and testing
1553         USG is useless.
1554         * dir.c: Rationalize directory header conditionals.
1555         * arscan.c [HAVE_FCNTL_H]: Test this rather than USG || POSIX.
1557         * default.c (default_suffixes): Add `.txinfo'.
1558         (default_suffix_rules): Add `.txinfo.info' and `.txinfo.dvi' rules.
1560         * variable.c (try_variable_definition): Replace RECURSIVE flag
1561         with enum FLAVOR, which can be simple, recursive, or append.
1562         Recognize += as append flavor.  Set new variable VALUE in a switch
1563         on FLAVOR.  For append flavor, prepend the variable's old value.
1564         If the variable was previously defined recursive, set FLAVOR to
1565         recursive; if it was defined simple, expand the new value before
1566         appending it to the old value.  Pass RECURSIVE flag to
1567         define_variable iff FLAVOR == recursive.
1569         * variable.c (try_variable_definition): Use alloca and bcopy for
1570         NAME, instead of savestring.  Might as well use stack storage
1571         since we free it immediately anyway.
1573 Thu Apr  8 18:04:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1575         * job.c (start_waiting_jobs): Move decl of JOB outside of loop.
1577         * main.c (define_makeflags): Rename `struct flag' member `switch'
1578         to `cs', which is not a reserved word.
1580 Wed Apr  7 15:30:51 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1582         * job.c (new_job): Call start_waiting_jobs first thing.
1583         (start_waiting_job): Changed return type from void to int.
1584         Return 0 when putting the child on the waiting_jobs chain.
1585         (start_waiting_jobs): Don't check load and job_slots here.
1586         Always take a job off the chain and call start_waiting_job on it;
1587         give up and return when start_waiting_job returns zero.
1589         * main.c (define_makeflags: struct flag): Change member `char c' to
1590         `struct command_switch *switch'.
1591         (ADD_FLAG): Set that to CS instead of CS->c.
1592         If CS->c is -1, increment FLAGSLEN for the long name.
1593         When writing out FLAGS, handle FLAGS->switch->c == -1 and write
1594         the long name instead.
1596         * compatMakefile (stamp-config): New target of old config.h rule.
1597         Touch stamp-config after running config.status.
1598         (config.h): Just depend on stamp-config, and have empty commands.
1600 Mon Apr  5 20:14:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1602         * job.c [HAVE_WAITPID]: #undef HAVE_UNION_WAIT.
1604         * configure.in (AC_HAVE_FUNCS): Check for psignal.
1606 Fri Apr  2 17:15:46 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1608         * main.c (long_option_aliases): Remove "new"; it is already an
1609         unambiguous prefix of "new-file".
1611 Sun Mar 28 16:57:17 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1613         * Version 3.63.6.
1615 Wed Mar 24 14:26:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1617         * vpath.c (selective_vpath_search): When adding the
1618         name-within-directory at the end of NAME, and we don't add a
1619         slash, don't copy FILENAME in one char too far into NAME.
1621         * variable.c (define_automatic_variables): Find default_shell's
1622         length with strlen, not numerology.
1624 Wed Mar 17 20:02:27 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1626         * main.c (define_makeflags): Add the elts of a string option in
1627         reverse order, so they come out right when reversed again.
1629 Fri Mar 12 15:38:45 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1631         * compatMakefile (make.info): Use `-o make.info'.
1633 Thu Mar 11 14:13:00 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1635         * compatMakefile (REMOTE): Set to @REMOTE@; change comments to
1636         reflect new use.
1637         (objs): Replace remote.o with remote-$(REMOTE).o.
1638         (srcs): Replace remote.c with remote-$(REMOTE).c.
1639         (remote.o): Rule removed.
1641         * configure.in (REMOTE): Subst this in Makefile et al; default "stub".
1642         Use AC_WITH to grok --with-customs arg to set REMOTE=cstms.
1643         * GNUmakefile (build.sh.in): Filter out remote-% from objs list.
1644         * build.template (REMOTE): New var; set to @REMOTE@.
1645         (objs): Add remote-${REMOTE}.o.
1647 Wed Mar 10 15:12:24 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1649         * Version 3.63.5.
1651         * implicit.c (pattern_search): Fix "dependent"->"dependency" in
1652         "Rejecting impossible" -d msg.
1654         * file.c (file_hash_enter): New local vars {OLD,NEW}BUCKET.  Store
1655         mod'd values there; never mod {OLD,NEW}HASH.
1657 Mon Mar  8 13:32:48 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1659         * remake.c [eta10]: Include <fcntl.h> instead of <sys/file.h>.
1661         * compatMakefile (VPATH): Set this to @srcdir@.
1662         (srcdir): Set this to $(VPATH).
1664         * main.c (main): New local var DIRECTORY_BEFORE_CHDIR.  Save in it
1665         a copy of CURRENT_DIRECTORY after the first getcwd.  Use it
1666         instead of CURRENT_DIRECTORY when chdir'ing back before re-execing.
1668         * remake.c (notice_finished_file): Pass missing SEARCH arg to f_mtime.
1670         * read.c (read_makefile): Remove extraneous arg to parse_file_seq.
1672 Mon Feb 22 14:19:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1674         * compatMakefile ($(infodir)/$(instname).info): Use , instead of /
1675         as the sed delimiter char.
1677 Sun Feb 21 14:11:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1679         * Version 3.63.4.
1681         * rule.h (struct rule): Removed `subdir' member.
1682         * rule.c (new_pattern_rule): No need to clear it.
1683         (count_implicit_rule_limits): Set the `changed' flag in each dep
1684         that refers to a nonexistent directory.  No longer set rule-global
1685         `subdir' flag with that information.
1686         (print_rule_data_base): Don't record info on `subdir' flags.
1688         * implicit.c (pattern_search): Check the DEP->changed flag rather
1689         than the (now gone) RULE->subdir flag.  Also test CHECK_LASTSLASH;
1690         if it is set, the file might exist even though the DEP->changed
1691         flag is set.
1693         * rule.c (count_implicit_rule_limits): Pass "", not ".", as file
1694         name arg to dir_file_exists_p to check for existence of directory.
1696         * implicit.c (pattern_search): Inside dep-finding loop, set
1697         CHECK_LASTSLASH from the value recorded in CHECKED_LASTSLASH[I],
1698         rather than computing it anew.
1700         * commands.c (set_file_variables): Must alloca space for PERCENT
1701         and copy it, to avoid leaving the trailing `)' in the value.
1703         * misc.c (remove_comments): Fixed backslash-checking loop
1704         condition to allow it to look at the first char on the line.
1705         P2 >= LINE, not P2 > LINE.
1707         * compatMakefile ($(bindir)/$(instname)): Before moving $@.new to
1708         $@, rm $@.old and mv $@ to $@.old.
1710         * variable.c (try_variable_definition): Take new args FILENAME and
1711         LINENO.  Fatal if the variable name is empty.
1712         * read.c (read_makefile): Change callers.
1713         * main.c (main): Likewise.
1715         * compatMakefile (group): Define to @KMEM_GROUP@, autoconf magic
1716         that configure will replace with the group owning /dev/kmem.
1718 Mon Feb  8 14:26:43 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1720         * vpath.c (vpath_search): Take second arg MTIME_PTR, pass thru to
1721         selective_vpath_search.
1722         (selective_vpath_search): Take second arg MTIME_PTR.
1723         If the dir cache thinks a file exists, stat it to make sure, and
1724         put the modtime in *MTIME_PTR.
1725         * remake.c (library_search): Take second arg MTIME_PTR.
1726         When we find a match, record its mtime there.
1727         Pass MTIME_PTR through to vpath_search to do same.
1728         (f_mtime): Pass &MTIME as new 2nd arg to {vpath,library}_search;
1729         store it in FILE->last_mtime if set nonzero.
1730         * implicit.c (pattern_search): Pass nil 2nd arg to vpath_search.
1732         * compatMakefile (remote.o): Prepend `$(srcdir)/' to `remote-*.c',
1733         so globbing looks somewhere it will find things.
1735         * compatMakefile ($(infodir)/$(instname).info): Install `make.info*'
1736         not `$(srcdir)/make.info*'; no need to use basename.
1738 Fri Feb  5 12:52:43 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1740         * Version 3.63.3.
1742         * compatMakefile (install): Add missing ;\s.
1744         Make -, @, and + prefixes on a pre-expanded command line affect
1745         all lines in the expansion, not just the first.
1746         * commands.h (struct commands): Replace `lines_recurse' member
1747         with `lines_flags'.
1748         (COMMANDS_{RECURSE,SILENT,NOERROR}): New macros, bits to set in
1749         that flag byte.
1750         * commands.c (chop_commands): Set `lines_flags' instead of
1751         `lines_recurse'.  Record not only + but also @ and - prefixes.
1752         * remake.c (notice_finished_file): Check the COMMANDS_RECURSE bit
1753         in FILE->cmds->lines_flags, rather than FILE->cmds->lines_recurse.
1754         * job.c (start_job_command): Replaced RECURSIVE and NOPRINT local
1755         var with FLAGS; initialize it to the appropriate `lines_flags' byte.
1756         Set CHILD->noerror if the COMMANDS_NOERROR bit is set in FLAGS.
1757         Set the COMMANDS_SILENT bit in FLAGS for a @ prefix.
1759         * remake.c (update_goal_chain): Set G->file to its prev after
1760         checking for G being finished, since that check needs to examine
1761         G->file.
1763         * configure.in (union wait check) [HAVE_WAITPID]: Try using
1764         waitpid with a `union wait' STATUS arg.  If waitpid and union wait
1765         don't work together, we should not use union wait.
1767         * Version 3.63.2.
1769         * remake.c (update_goal_chain): When G->file->updated, move
1770         G->file to its prev.  We aren't finished until G->file is nil.
1772 Thu Feb  4 12:53:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1774         * main.c (starting_directory): New global variable.
1775         (main): Set it to cwd after doing -Cs.
1776         (log_working_directory): Use it, rather than computing each time.
1777         * make.h: Declare it.
1779         * compatMakefile (SHELL): Define to /bin/sh for losing Unix makes.
1781         * main.c (decode_env_switches): Allocate (1 + LEN + 1) words for
1782         ARGV, rather than LEN words plus one byte.
1784 Wed Feb  3 18:13:52 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1786         * compatMakefile ($(bindir)/$(instname)): Put - before
1787         install_setgid command line, so its failure won't be an error.
1788         (infodir): New variable.
1789         (install): Depend on $(infodir)/$(instname).info.
1790         ($(infodir)/$(instname).info): New target.
1792         * read.c (read_makefile): If FILENAMES is nil when we see a line
1793         starting with a tab, don't treat it as a command.  Just fall
1794         through, rather than giving an error.
1796         * read.c (read_makefile): If the NO_TARGETS flag is set when we see a
1797         command line, don't clear it before continuing.  We want
1798         subsequent command lines to be ignored as well.
1800         * job.c (new_job): Before expanding each command line, collapse
1801         backslash-newline combinations that are inside var or fn references.
1803 Mon Feb  1 16:00:13 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1805         * compatMakefile (exec_prefix): Default to $(prefix), not /usr/local.
1807         * compatMakefile (make.info): Pass -I$(srcdir) to makeinfo.
1809         * job.c [POSIX] (unblock_sigs): Made global.
1810         [!POSIX] (unblock_sigs): Move defns to job.h.
1811         * job.h [POSIX] (unblock_sigs): Declare.
1813 Sun Jan 31 19:11:05 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1815         * read.c (read_makefile): In vpath parsing, after finding the
1816         pattern token, take entire rest of line as the search path, not
1817         just the next token.
1819         * compatMakefile (remote.o): Depend on remote-*.c.
1821 Thu Jan 28 16:40:29 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1823         * commands.c (set_file_variables): Don't define any F or D versions.
1824         * variable.c (define_automatic_variables): Define them here as
1825         recursively-expanded variables that use the dir and notdir funcs.
1827         * variable.c (target_environment): In v_default case, don't export
1828         o_default or o_automatic variables.
1830         * configure.in (union wait check): Remove ` and ' inside C code;
1831         they confuse the shell script.
1833 Mon Jan 25 13:10:42 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1835         * Version 3.63.1.
1837         * vpath.c (construct_vpath_list): When skipping further processing
1838         of an elt that is ".", don't also skip the code that pushes P past
1839         the next separator.
1841         * compatMakefile (distclean): Don't remove make-*.
1843         * configure.in (HAVE_UNION_WAIT): Try to use WEXITSTATUS if it's
1844         defined.  If one cannot use WEXITSTATUS with a `union wait'
1845         argument, we don't want to believe the system has `union wait' at all.
1847         * remake.c (update_file): Do nothing to print "up to date" msgs.
1848         (update_goal_chain): Do it here instead.
1849         Use the `changed' flag of each goal's `struct dep' to keep track
1850         of whether files_remade (now commands_started) changed around a
1851         call to update_file for that goal.
1852         When a goal is finished, and its file's update_status is zero (i.e.,
1853         success or nothing done), test the `changed' flag and give an "up
1854         to date" msg iff it is clear.
1855         * make.h (files_remade): Renamed to commands_started.
1856         * remake.c: Changed defn.
1857         (update_goal_chain): Changed uses.
1858         * job.c (start_job_command): Increment commands_started here.
1859         (reap_children): Not here.
1861         * remake.c (update_goal_chain): Don't do anything with files'
1862         `prev' members.  update_file now completely handles this.
1864         * variable.c (target_environment): Don't expand recursive
1865         variables if they came from the environment.
1867         * main.c (define_makeflags): For flags with omitted optional args,
1868         store {"", 0} with ADD_FLAG.  When constructing FLAGSTRING, a flag
1869         so stored cannot have more flags appended to the same word.
1871 Fri Jan 22 14:46:16 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1873         * variable.c (print_variable_set): In vars/bucket calculation,
1874         don't spuriously multiply by 100.
1876         * Version 3.63.
1878         * job.c [!HAVE_UNION_WAIT] (WTERMSIG, WCOREDUMP, WEXITSTATUS):
1879         Don't define if already defined.
1881         * remake.c (update_file): Don't keep track of the command_state before
1882         calling update_file_1.  Remove local variable COMMANDS_FINISHED,
1883         and don't test it to decide to print the "is up to date" msg.
1884         Testing for files_remade having changed should always be sufficient.
1885         The old method lost when we are called in the goal chain run on a
1886         makefile, because the makefile's command_state is already
1887         `cs_finished' from the makefile chain run.
1889         * misc.c [HAVE_SETRE[GU]ID]: Test these to decl setre[gu]id.
1891         * configure.in: Rewrote wait checking.
1892         Use AC_HAVE_HEADERS to check for <sys/wait.h>.
1893         Use AC_HAVE_FUNCS to check for waitpid and wait3.
1894         Use a compile check to test just for `union wait'.
1895         * job.c: Rewrote conditionals accordingly.
1896         [HAVE_WAITPID]: Test this only to define WAIT_NOHANG.
1897         [HAVE_WAIT3]: Likewise.
1898         [HAVE_UNION_WAIT]: Test this to define WAIT_T and W*.
1900         * configure.in: Set CFLAGS and LDFLAGS before all checks.
1902         * dir.c: Add static forward decls of {open,read}_dirstream.
1904 Thu Jan 21 17:18:00 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1906         * Version 3.62.31.
1908         * job.c [NGROUPS_MAX && NGROUPS_MAX==0]: #undef NGROUPS_MAX.
1910         * compatMakefile (CFLAGS, LDFLAGS): Set to @CFLAGS@/@LDFLAGS@.
1911         * build.template (CFLAGS, LDFLAGS): Same here.
1912         * configure.in: AC_SUBST(CFLAGS) and LDFLAGS.
1913         Set them to -g if not defined in the environment.
1915         * remake.c (library_search): Use LIBNAME consistently, setting it
1916         only once, to be the passed name sans `-l'.
1917         Pass new var FILE to be modified by vpath_search.
1919 Mon Jan 18 14:53:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1921         * Version 3.62.30.
1923         * job.c (start_waiting_jobs): Return when job_slots_used is equal to
1924         job_slots. 
1926         * configure.in: Add AC_CONST for the sake of getopt.
1928         * read.c (read_makefile): Continue after parsing `override'
1929         directive, rather than falling through to lossage.
1930         Check for EOL or blank after "override define".
1932         * compatMakefile (.c.o, remote.o): Put $(CFLAGS) after other switches.
1934 Fri Jan 15 12:52:52 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1936         * Version 3.62.29.
1938         * main.c (define_makeflags): After writing everything into
1939         FLAGSTRING, only back up two chars if [-1] is a dash, meaning we
1940         just wrote " -".  Always terminate the string at *P.
1942         * remake.c (library_search): When constructing names in std dirs,
1943         use &(*LIB)[2] for the stem, not LIBNAME (which points at the
1944         buffer we are writing into!).
1946 Thu Jan 14 13:50:06 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1948         * read.c (read_makefile): Set IN_IGNORED_DEFINE for "override
1949         define" when IGNORING is true.
1951         * compatMakefile (distclean): Remove config.status and build.sh.
1953 Wed Jan 13 16:01:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1955         * Version 3.62.28.
1957         * misc.c (xmalloc, xrealloc): Cast result of malloc/realloc to
1958         (char *).
1960         * arscan.c (ar_scan) [AIAMAG]: Cast read arg to (char *).
1962         * variable.c (define_automatic_variables): Override SHELL value for
1963         origin o_env_override as well as o_env.
1965         * GNUmakefile (build.sh.in): Don't replace %globobjs%.  Instead,
1966         add the names of the glob objects (w/subdir) to %objs%.
1967         * build.template (globobjs): Removed.
1968         Take basename of $objs before linking.
1970 Tue Jan 12 12:31:06 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1972         * Version 3.62.27.
1974         * configure.in (AC_OUTPUT): Also edit build.sh.
1975         * build.template: New file.
1976         * GNUmakefile (build.sh.in): New rule to create it from build.template.
1977         (make-$(version).tar.Z): Depend on build.sh.in.
1979         * main.c (die): Call print_data_base if -p.
1980         (main): Don't call it here.
1982         * compatMakefile (defines): Add @DEFS@.  configure should turn this
1983         into -DHAVE_CONFIG_H.
1985 Mon Jan 11 14:39:23 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1987         * Version 3.62.26.
1989         * misc.c (init_access): Surround with #ifdef GETLOADAVG_PRIVILEGED.
1990         ({make,user,child}_access) [! GETLOADAVG_PRIVILEGED]: Make no-op.
1991         * compatMakefile (install_setgid): New var, set by configure.
1992         (install): Install setgid $(group) only if $(install_setgid) is true.
1994 Fri Jan  8 15:31:55 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1996         * job.c (load_too_high): If getloadavg fails with errno==0, give a
1997         message saying that load limits are not supported.
1999         * vpath.c (construct_vpath_list): Rewrote path deletion code to
2000         not try to use PATH's next link after freeing PATH.
2002         * main.c (define_makeflags): Rewritten; now handles string-valued
2003         option, and has no arbitrary limits.
2004         (switches): Set `toenv' flag for -I and -v.
2006         * main.c (decode_env_switches): Cast return value of alloca to char *.
2008         * misc.c (child_access) [HAVE_SETREUID, HAVE_SETREGID]: Use
2009         setre[gu]id in place of set[gu]id.
2011 Wed Jan  6 15:06:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2013         * main.c (main): Define MAKEOVERRIDES, MAKE, and MAKE_COMMAND with
2014         origin o_default.
2016         * make.h [POSIX]: Don't test this to use ANSI_STRING.
2017         Testing STDC_HEADERS should be sufficient.
2019         * job.h: Declare start_waiting_jobs.
2021         * read.c (read_makefile): Add missing parens in if stmt that find
2022         conditional directives.
2024         * main.c (main): Declare init_dir.
2025         * implicit.c (pattern_search): Always use two % specs in a
2026         DEBUGP2, and always pass two non-nil args.
2027         Cast field width args to int.
2028         Add missing parens in !RULE->subdir if stmt.
2029         * function.c (expand_function, patsubst_expand): Add parens around
2030         assignments inside `while' stmts.
2031         * commands.c (print_commands): Cast field width args to int.
2033         * read.c (do_define): Cast return value of alloca to (char *).
2035         * main.c (init_switches): New function, broken out of decode_switches.
2036         (decode_switches): Take new arg ENV.  If set, ignore non-option
2037         args; print no error msgs; ignore options with clear `env' flags.
2038         (decode_env_switches): Rewritten to chop envar value into words
2039         and pass them to decode_switches.
2040         (switches): Set `env' flag for -I and -v.
2042         * dir.c (init_dir): Cast free to __glob_closedir_hook's type.
2044 Tue Jan  5 14:52:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2046         * Version 3.62.25.
2048         * job.c [HAVE_SYS_WAIT || !USG]: Don't #include <sys/time.h> and
2049         <sys/resource.h>.  <sys/time.h> interacts badly with <time.h>, and
2050         we don't need these anyway.
2052         * configure.in (AC_HAVE_FUNCS): Check for setre[gu]id.
2053         * misc.c ({user,make}_access): Test #ifndef HAVE_SETRE[GU]ID, not
2054         #ifdef POSIX || USG.  SunOS 4.1 is supposedly POSIX.1 compliant,
2055         but its set[gu]id functions aren't; its setre[gu]id functions work.
2057         * misc.c ({user,make,child}_access): Give name of caller in error msgs.
2059         * job.c (load_too_high): Say "cannot enforce load limit" in error msg.
2061         * configure.in: Call AC_PROG_CC.
2062         * compatMakefile (CC): Define to @CC@ (autoconf magic).
2064         * compatMakefile: Add .NOEXPORT magic target.
2066 Mon Jan  4 17:00:03 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2068         * main.c (print_version): Updated copyright to include 93.
2070 Thu Dec 31 12:26:15 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2072         * make.h [_AIX]: Don't declare alloca.
2074 Tue Dec 29 13:45:13 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2076         * Version 3.62.24.
2078         * compatMakefile (objs): Add signame.o.
2079         (srcs): Add signame.[ch].
2081         * compatMakefile (srcs): Add config.h.in.
2082         (remote.o): Add -I. before -I$(srcdir).
2084 Mon Dec 28 15:51:26 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2086         * Version 3.62.23.
2088         * read.c (readline): Fatal when LEN==0, indicating a line starting
2089         with a NUL.
2090         (readline): Take new arg LINENO, for use in error msg.
2091         (read_makefile, do_define): Pass it.
2093         * compatMakefile (glob/libglob.a): Pass -DHAVE_CONFIG_H in CPPFLAGS.
2094         (.c.o): Add -I. before -I$(srcdir).
2096 Wed Dec 23 12:12:04 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2098         * read.c (read_makefile): Accept and ignore a rule with no targets.
2100         * compatMakefile (ALLOCA_SRC): New variable.
2101         (srcs): Include its value.
2103         * read.c (struct conditional): Renamed member `max_ignoring' to
2104         `allocated'; added new member `seen_else'.
2105         (conditional_line): Initialize seen_else flag when starting an `if...';
2106         set it when we see an `else'; fatal if set when we see `else'.
2107         (read_makefile): Fatal "missing `endif'" if there are any pending
2108         conditionals, not just if we are still ignoring.
2110 Tue Dec 22 15:36:28 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2112         * compatMakefile (manext): Set to 1, not l.
2113         ($(mandir)/$(instname).$(manext)): Use $(srcdir) for make.man in cmds.
2115         * file.c (file_hash_enter): Don't call uniquize_deps here.
2116         * read.c (record_files): Likewise.
2117         * implicit.c (pattern_search): Likewise.
2118         * commands.c (set_file_variables): Call it only here.
2120         * default.c (default_variables) [__convex__]: FC=fc.
2122         * variable.c (target_environment): Expand the values of recursively
2123         expanded variables when putting them into the environment.
2124         * expand.c (recursively_expand): Made global.
2125         * make.h (recursively_expand): Declare it.
2127         * remake.c (check_dep): Set FILE->command_state to cs_deps_running
2128         when a dep's command_state is cs_running or cs_deps_running.
2130         * read.c (read_makefile): Changed error msg for spurious cmds to
2131         not say "first target".
2133 Sun Dec 20 17:56:09 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
2135         * configure.in: Do AC_CONFIG_HEADER right after AC_INIT.
2136         * make.h (HAVE_CONFIG_H): #include "config.h", then #define this.
2137         * compatMakefile (config.h, configure, config.h.in): New rules.
2138         (defines): Removed @DEFS@.
2140 Thu Dec 17 16:11:40 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2142         * compatMakefile (realclean): Just depend on distclean; no cmds.
2143         (distclean): Do what realclean did before; also remove Makefile and
2144         config.h; don't remove configure.
2145         (info, dvi): New targets; depend on make.{info,dvi}.
2146         (doc): Removed target.
2147         (MAKEINFO, TEXI2DVI): New vars.
2148         (make.info, make.dvi): Use them instead of explicit cmds.
2150 Wed Dec 16 16:25:24 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2152         * configure.in: Added fcntl.h to AC_HAVE_HEADERS.  getloadavg cares.
2154 Wed Dec  9 15:21:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2156         * main.c (long_option_aliases): Add --new-file alias for -W.
2158         * default.c (default_variables): Change all C++ to CXX and C++FLAGS
2159         to CXXFLAGS.
2161         * read.c (do_define): Expand the variable name before using it.
2163         * main.c (main): Define variable "MAKE_COMMAND" to argv[0];
2164         define "MAKE=$(MAKE_COMMAND) $(MAKEOVERRIDES)" always.
2166         * remake.c (library_search): Search for libNAME.a in cwd; look in
2167         vpath before looking in standard dirs, not after.
2168         Changed order of std dirs to: /lib, /usr/lib, ${prefix}/lib.
2170 Mon Nov 23 14:57:34 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2172         * default.c (default_pattern_rules, default_terminal_rules): Added
2173         brackets around initializers.
2175         * variable.c (try_variable_definition): Don't check for LINE[0]=='\t'.
2176         (try_variable_definition): Expand the name before defining the var.
2178         * job.c (init_siglist): Removed function.
2179         Removed decl of `sys_siglist'.
2180         * make.h [! HAVE_SYS_SIGLIST]: #include "signame.h".
2181         [HAVE_SYS_SIGLIST && !SYS_SIGLIST_DECLARED]: Declare sys_siglist
2182         only under these conditions.
2183         * main.c (main): Don't declare init_siglist.
2184         (main) [! HAVE_SYS_SIGLIST]: Call signame_init instead of init_siglist.
2186 Wed Nov 18 14:52:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2188         * read.c (record_files): Don't try to append to FIRSTDEPS if it's
2189         nil; instead just set it to MOREDEPS.
2191 Mon Nov 16 17:49:17 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2193         * vpath.c (construct_vpath_list): Initialize P to DIRPATH before
2194         loop that sets MAXELEM.
2196 Fri Nov 13 18:23:18 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2198         * Version 3.62.22.
2200 Thu Nov 12 15:45:31 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2202         * job.c (start_job_command): Under -n, increment files_remade after
2203         processing (i.e., printing) all command lines.
2205 Tue Nov 10 15:33:53 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2207         * read.c (record_files): Append new deps if this rule has no
2208         commands; prepend them to existing deps if this rule has no commands.
2210         * dir.c (open_dirstream): Return nil if DIR->contents->files is nil.
2212         * read.c (parse_file_seq): Removed last arg STRIP.  Always strip `./'s.
2213         (read_makefile): Changed callers.
2214         * function.c (string_glob): Likewise.
2215         * rule.c (install_pattern_rule): Likewise.
2217 Mon Nov  9 17:50:16 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2219         * remake.c (files_remade): Made global.
2220         (notice_finished_file): Don't increment files_remade here; this
2221         function gets called in many situations where no remaking was in
2222         fact done.
2223         * job.c (reap_children): Do it here instead, when we know that 
2224         actual commands have been run for the file.
2225         * make.h (files_remade): Declare it.
2227 Thu Nov  5 18:26:10 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2229         * vpath.c (construct_vpath_list): Allow blanks as well as colons to
2230         separate elts in the search path.
2232         * read.c (read_makefile): Don't fatal on extra tokens in `vpath'.
2233         The search path can contain spaces now.
2235 Tue Nov  3 20:44:32 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2237         * compatMakefile (check): New target; no-op.
2239         * file.c (file_hash_enter): Mod OLDHASH by FILE_BUCKETS after
2240         testing for OLDHASH==0 but before using the value.
2241         (rename_file): Don't mod OLDHASH by FILE_BUCKETS before passing it
2242         to file_hash_enter.
2244         * file.c (rename_file): Notice when OLDFILE->cmds came from
2245         default.c, and don't try to print ->filename in that case.
2247 Sun Oct 25 01:48:23 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2249         * remake.c (update_file): Don't process F->also_make here.
2250         (notice_finished_file): Don't process FILE->also_make if no attempt
2251         to update FILE was actually made.
2252         Fixed to call f_mtime directly to refresh their modtimes.
2254 Sat Oct 24 22:08:59 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2256         * read.c (find_percent): Don't increment P again after skipping
2257         an escaped %.
2259         * expand.c (variable_expand): In call to patsubst_expand, don't
2260         find `%'s ourselves; let that function do it.
2262         * read.c (read_makefile: record_waiting_files): Don't call
2263         record_files if FILENAMES is nil.
2264         (read_makefile): All alternatives in the parsing, except for rule
2265         lines, fall through to the end of the loop.  At the end of the
2266         loop, do record_waiting_files so we notice later spurious cmds.
2268 Fri Oct 23 15:57:37 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2270         * variable.c (define_automatic_variables): Free old value of SHELL
2271         before replacing it.
2273 Thu Oct 15 18:57:56 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2275         * compatMakefile (.c.o): Add -I$(srcdir)/glob to flags.
2277         * dir.c (open_dirstream): Cast return value to __ptr_t.
2279         * default.c (default_variables: "GET") [_IBMR2]: Use USG defn.
2281         * make.h (MAXPATHLEN): Moved out of #ifndef POSIX.
2282         (GET_PATH_MAX): Moved from #ifdef POSIX to #ifdef PATH_MAX #else.
2283         Define as (get_path_max ()).
2284         [! PATH_MAX] (NEED_GET_PATH_MAX): Define.
2285         [! PATH_MAX] (get_path_max): Declare fn.
2286         * misc.c [NEED_GET_PATH_MAX] (get_path_max): New function.
2288 Mon Oct 12 13:34:45 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2290         * Version 3.62.21.
2292         * job.c (sys_siglist): Only declare #ifndef SYS_SIGLIST_DECLARED.
2293         * make.h [! HAVE_SYS_SIGLIST && HAVE__SYS_SIGLIST]: #define
2294         SYS_SIGLIST_DECLARED.
2296         * dir.c (file_impossible): When initializing DIR->contents, set
2297         DIR->contents->dirstream to nil.
2299         * compatMakefile (GLOB): Define new variable.
2300         (objs): Use it, rather than glob/libglob.a explicitly.
2302         * read.c (parse_file_seq): When stripping "./", handle cases like
2303         ".///foo" and "./////".
2304         * file.c (lookup_file, enter_file): Likewise.
2306 Sun Oct 11 17:00:35 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2308         * dir.c (struct dirstream, {open,read}_dirstream): New
2309         data type and functions to read a directory sequentially.
2310         (init_dir): New function to hook it into glob.
2311         * main.c (main): Call init_dir.
2313         * compatMakefile (objs): Added glob/libglob.a.
2314         * configure.in: Remove code to test for glob.
2316 Fri Oct  9 12:08:30 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2318         * read.c (record_files): Generalized test for NAME pointing
2319         somewhere into F->name.
2321         * variable.c (define_variable_in_set): Free old value when replacing.
2323         * read.c (do_define): Free the linebuffer before returning.
2324         (record_files): When clearing .SUFFIXES deps, free their data.
2325         (multi_glob): Free OLD and its data when replacing it with results
2326         of glob run.
2328         * commands.c (set_file_variables): Use alloca in place of xmalloc
2329         for temp space for $^, $?, et al.
2331         * dir.c (struct directory): New member `contents' replaces `files'
2332         and `dirstream'.
2333         (struct directory_contents): New type.
2334         (directories_contents): New hash table.
2335         (dir_struct_file_exists_p): Take a struct directory_contents.
2336         (dir_file_exists_p): Pass it the `contents' member of the dir found.
2337         (dir_struct_file_exists_p): Renamed to dir_contents_file_exists_p;
2338         made static.  Return 0 if DIR is nil (meaning it couldn't be stat'd).
2339         (dir_file_exists_p, find_directory): Change all callers.
2340         (file_impossible): Use DIR->contents, initializing it if nil.
2341         (print_dir_data_base): Use DIR->contents, and print out device and
2342         inode numbers with each directory.
2344         * Changes for performance win from John Gilmore <gnu@cygnus.com>:
2345         * dir.c (DIRECTORY_BUCKETS): Increase to 199.
2346         (DIRFILE_BUCKETS): Decrease to 107.
2347         (find_directory): Allocate and zero a multiple of
2348         sizeof (struct dirfile *), not of sizeof (struct dirfile).
2349         (dir_struct_file_exists_p): New function, nearly all code from
2350         dir_file_exists_p.
2351         (dir_file_exists_p): Just call find_directory+dir_struct_file_exists_p.
2352         * vpath.c (selective_vpath_search): Remove redundant
2353         dir_file_exists_p call.
2355         * configure.in: Comment out glob check; always use our code.
2357 Fri Oct  2 19:41:20 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2359         * make.h [! HAVE_SYS_SIGLIST && HAVE__SYS_SIGLIST]: #define
2360         HAVE_SYS_SIGLIST; after doing #define sys_siglist _sys_siglist, we
2361         do have it.
2363 Wed Sep 30 19:21:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2365         * main.c (main): Don't do -w automatically if -s.
2367 Tue Sep 29 21:07:55 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2369         * main.c (printed_version): Move variable inside print_version.
2370         (print_version): Return immediately if printed_version is set.
2371         (die): Don't test printed_version here.
2372         (decode_switches): Under -v, do print_version before giving usage.
2373         (DESCRIPTION_COLUMN): New macro.
2374         (decode_switches): Use it when printing the usage message.
2375         Leave at least two spaces between options and their descriptions.
2377 Fri Sep 25 13:12:42 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2379         * Version 3.62.20.
2381 Wed Sep 16 16:15:22 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2383         * read.c (read_makefile): Save errno value from trying to open
2384         FILENAME, and restore it before erring; otherwise we get the errno
2385         value from the last elt of the search path.
2387 Tue Sep 15 15:12:47 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2389         * main.c (long_option_aliases): Add --stop for -S.
2391         * read.c (word1eq): Do strncmp before dereferencing someplace that
2392         may be out in space.
2394 Wed Sep  9 15:50:41 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2396         * remake.c (notice_finished_file): If all the command lines were
2397         recursive, don't do the touching.
2399         * job.c (start_job_command): Don't check for + here.
2400         * commands.c (chop_commands): Do it here instead.
2402         * default.c (default_terminal_rules): Prepend + to cmds for RCS.
2404 Wed Sep  2 17:53:08 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2406         * compatMakefile (objs): Include $(ALLOCA).
2408         * make.h [CRAY]: Move #define signal bsdsignal to before #includes.
2410 Thu Aug 27 17:45:43 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
2412         * read.c (default_include_directories): Add INCLUDEDIR first.
2413         * compatMakefile (includedir): Define.
2414         (defines): Add -D for INCLUDEDIR="$(includedir)".
2416         * read.c (read_makefile): Grok multiple files in `include';
2417         globbing too.
2419         * remake.c (library_search): New function.
2420         (library_file_mtime): Remove function.
2421         (f_mtime): Use library_search instead of library_file_mtime.
2422         * compatMakefile (libdir): Define.
2423         (defines): Add -D for LIBDIR="$(libdir)".
2424         * make.texinfo (Libraries/Search): Document change.
2426         * file.c (rename_file): Fix file_hash_enter call with missing arg.
2428 Wed Aug 26 17:10:46 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2430         * Version 3.62.19.
2432         * main.c (main): Set command_state to cs_finished for temp files
2433         made for stdin makefiles.
2435         * main.c (decode_switches): Don't tell getopt to return non-option
2436         args in order.
2437         Ignore an argument of `-'.
2439 Thu Aug 20 13:36:04 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2441         * job.c (start_job_command): If (touch_flag && !RECURSIVE), ignore
2442         the command line and go to the next.
2443         (notice_finished_file): Under -t, touch FILE.
2444         * remake.c (remake_file): Don't touch it here.
2446 Wed Aug 19 16:06:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2448         * function.c (pattern_matches): Use temporary for strlen (WORD)
2449         instead of two function calls.
2451         * compatMakefile (LOAD_AVG): Remove variable and comments.
2453 Tue Aug 18 14:58:58 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2455         * make.texinfo (Running): Node renamed to `make Invocation'.
2457 Fri Aug 14 12:27:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2459         * arscan.c (ar_name_equal): Don't compare [MAX-3..MAX] if
2460         NAMELEN != MEMLEN.
2462 Thu Aug 13 17:50:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2464         * Version 3.62.18.
2466         * main.c: Don't #include <time.h>; make.h already does.
2468 Mon Aug 10 17:03:01 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2470         * implicit.c (pattern_search): Fixed copying of suffix when building
2471         also_make elts.
2473         * function.c (expand_function: `shell'): Make sure BUFFER is
2474         null-terminated before replacing newlines.
2476         * compatMakefile (mandir): Use man$(manext), not always manl.
2478 Sun Aug  2 01:42:50 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2480         * rule.c (new_pattern_rule): Not static.
2481         * rule.h: Declare it.
2483         * file.c (file_hash_enter): New function, most code from rename_file.
2484         (rename_file): Call it.
2485         * file.h (file_hash_enter): Declare it.
2487         * dep.h: Doc fix.
2489 Thu Jul 30 15:40:48 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2491         * main.c (decode_switches): Handle usage_and_exit when building
2492         long options vector.
2494         * default.c (default_terminal_rules): Make RCS rules use $(CHECKOUT,v).
2495         (default_variables): Define CHECKOUT,v (hairy).
2497         * make.h [!HAVE_SYS_SIGLIST && HAVE__SYS_SIGLIST]: #define
2498         sys_siglist to _sys_siglist.
2500 Sun Jul 26 16:56:32 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2502         * NEWS: Add header and tail copyright info like Emacs NEWS.
2504         * make.h [ANSI_STRING]: Don't #define index, rindex, bcmp, bzero,
2505         bcopy if already #define'd.
2506         [STDC_HEADERS] (qsort, abort, exit): Declare here.
2507         [! __GNU_LIBRARY__ && !POSIX]: Not here.
2509         * make.h [_AIX]: #pragma alloca first thing.
2511         * job.c (start_waiting_job): Set the command_state to cs_running
2512         when we queue a job on waiting_jobs.
2514 Fri Jul 24 02:16:28 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2516         * variable.c (define_automatic_variables): Use "" instead of nil
2517         for empty value.
2519 Thu Jul 23 22:31:18 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2521         * Version 3.62.17.
2523         * main.c (struct command_switch.type): Add alternative usage_and_exit.
2524         (command_switches): Add -h/--help.
2526 Thu Jul 16 14:27:50 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2528         * GNUmakefile (make-$(version).tar.Z): Include NEWS, not CHANGES.
2529         * README.template: Mention NEWS.
2530         * CHANGES: Renamed to NEWS.
2532         * main.c [! STDC_HEADERS] [sun]: Don't declare exit.
2534 Tue Jul 14 18:48:41 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2536         * main.c (main): Set -o files' command_states to cs_finished.
2538         * rule.c (count_implicit_rule_limits): Decrement num_pattern_rules
2539         when tossing a rule.
2541         * main.c (main): Use alloca only in simple local var assignment,
2542         for braindead SGI compiler.
2544         * rule.c (print_rule_data_base): Barf if num_pattern_rules is
2545         inconsistent with the number computed when listing them.
2547 Mon Jul 13 17:51:53 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2549         * commands.c (set_file_variables): For $? and $^ elts that are archive
2550         member refs, use member name only.
2552 Fri Jul 10 00:05:04 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2554         * variable.h (struct variable.export): Add new alternative v_ifset.
2555         * variable.c (target_environment): Check for it.
2556         (define_automatic_variables): Set it for MAKEFILES.
2558 Thu Jul  9 21:24:28 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2560         * compatMakefile (objs): Remove getloadavg.o; $(extras) gets it.
2561         (remote.o): Use $(srcdir)/remote.c, not $remote.c<.
2562         (distclean, mostlyclean): New targets.
2564 Tue Jul  7 19:12:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2566         * Version 3.62.16.
2568         * compatMakefile (config.status): Remove rule.
2570         * job.c (start_waiting_job): Free C after using C->file, not before.
2572 Sat Jul  4 20:51:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2574         * commands.c, job.c, main.c, make.h, remote-cstms.c: Use #ifdef
2575         HAVE_* instead of #ifndef *_MISSING.
2576         * configure.in: Use AC_HAVE_FUNCS instead of AC_MISSING_FUNCS (gone).
2578 Thu Jul  2 18:47:52 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2580         * main.c (main): makelevel>0 or -C implies -w.
2582 Tue Jun 30 20:50:17 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2584         * file.c, job.c, function.c: Don't #include <errno.h>.
2585         make.h: Do it here instead.
2586         * arscan.c (ar_member_touch): Don't declare errno.
2588 Thu Jun 25 17:06:55 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2590         * GNUmakefile (make-$(version).tar.Z): Depend on INSTALL, configure.in.
2592         * remake.c (update_file): If commands or deps are running after
2593         update_file_1 returns, break out of the :: rule (->prev) loop and
2594         just return.
2596         * job.c (job_next_command): New function; code from start_job.
2597         (start_job_command): Renamed from start_job.  Call job_next_command
2598         and recurse for empty command lines and -n.
2599         (start_waiting_job): Call start_job_command, not start_job.
2600         (new_job): Call job_next_command to prime the child structure, and
2601         then call start_waiting_job.
2602         (reap_children): Use job_next_command and start_job_command.
2603         (start_waiting_job): Call start_remote_job_p here, and store its
2604         result in C->remote.  If zero, check the load average and
2605         maybe put C on waiting_jobs.
2606         (start_job_command): Test CHILD->remote rather than calling
2607         start_remote_job_p.  Don't do load avg checking at all here.
2609         * main.c (main): Don't handle SIGILL, SIGIOT, SIGEMT, SIGBUS,
2610         SIGSEGV, SIGFPE or SIGTRAP.
2612         * compatMakefile (glob/libglob.a): Don't pass srcdir to sub-make.
2613         configure will set it in glob/Makefile.
2615 Wed Jun 24 19:40:34 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2617         * dir.c [DIRENT] (direct): Don't define to dirent.
2618         [! DIRENT] (direct): Define to dirent.
2619         (dir_file_exists_p): Use struct dirent instead of struct direct.
2621         * make.h (getcwd): No space between macro and ( for args!
2623         * job.c (start_job): Don't put the job on waiting_jobs if
2624         job_slots_used==0.
2626         * make.texinfo (Missing): Shortened title.
2628 Tue Jun 23 18:42:21 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2630         * file.c (remove_intermediates): Print "rm" commands under -n.
2632 Mon Jun 22 16:20:02 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2634         * Version 3.62.15.
2636 Fri Jun 19 16:20:26 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2638         * arscan.c [M_UNIX]: #undef M_XENIX.
2640 Wed Jun 17 17:59:28 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2642         * default.c (default_terminal_rules): Put @ prefix on RCS cmds.
2644 Tue Jun 16 19:24:17 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2646         * compatMakefile (getloadavg.o): Removed special rule.
2647         (CFLAGS): Don't include $(defines).
2648         (.c.o): Define suffix rule.
2649         (glob/libglob.a): Pass CPPFLAGS=$(defines) to submake.
2650         (GETOPT_SRC, srcs, tagsrcs): Prefix files with $(srcdir)/.
2652         * arscan.c (ar_name_equal): Moved local vars inside #if'd block.
2654         * make.h (max): Removed.
2655         * expand.c (variable_buffer_output): Don't use it.
2657         * compatMakefile (INSTALL): Define.
2658         (Makefile): New rule to make from Makefile.in.
2659         (srcdir): Define.
2660         (VPATH): Define.
2661         (getloadavg.o, remote.o): Use autoconf $foo< hack.
2663         * commands.c (fatal_error_signal): Removed return.
2665 Mon Jun 15 17:42:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2667         * Version 3.62.14.
2669         * make.texinfo (Summary): New node.
2670         (Special Targets): Mention .EXPORT_ALL_VARIABLES here.
2672         * variable.c (max): Moved to make.h.
2674         * compatMakefile (objs, srcs): Added ar & arscan.
2676         * job.c (start_waiting_job): New function, 2nd half of new_job.
2677         (new_job): Call it.
2678         (start_waiting_jobs): New function.
2679         * remake.c (update_goal_chain): Call start_waiting_jobs at the top
2680         of the main loop.
2681         * compatMakefile (objs, srcs): Removed load, added getloadavg.
2683 Fri Jun 12 19:33:16 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2685         * job.c (load_too_high): New function.  Uses getloadavg.
2686         (waiting_jobs): New variable.
2687         (start_job): Don't call wait_to_start_job.  Instead, if
2688         load_too_high returns nonzero, add the child to the
2689         `waiting_jobs' chain and return without starting the job.
2691 Thu Jun 11 00:05:28 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2693         * expand.c (variable_buffer_output): Made global again.
2694         * variable.h: And declare it.
2696         * arscan.c (PORTAR): Define for all systems if PORT5AR is not defined.
2697         (AR_NAMELEN, AR_TRAILING_SLASH): Removed.
2698         (ar_scan): Don't use it.  Don't #ifdef AR_TRAILING_SLASH; just look
2699         for a slash in the archive at run time.
2700         (ar_name_equal): Rewrote .o hacking to not use AR_NAMELEN, and to
2701         cope with trailing-slash and non-trailing-slash archives.
2703         * main.c (main) [! SETVBUF_REVERSED]: Test this instead of USGr3 et al.
2704         [SETVBUF_REVERSED]: Always allocate a buffer ourselves.
2706         * load.c (load_average) [sgi]: Use sysmp call.
2708         * compatMakefile (INSTALL_DATA, INSTALL_PROGRAM): Define.
2709         ($(bindir)/$(instname), $(mandir)/make.$(manext)): Use them.
2711         * make.h [HAVE_VFORK_H]: #include <vfork.h>.
2712         (vfork, VFORK_NAME): Don't define.
2713         * job.c (start_job): Use "vfork" in place of VFORK_NAME.
2715         * make.h [HAVE_LIMITS_H, HAVE_SYS_PARAM_H]: If #define'd, #include
2716         the each file.  Rearranged PATH_MAX hacking.
2717         * job.c: Rearranged NGROUPS_MAX hacking.
2719         * remake.c (fstat, time): Don't declare.
2721         * compatMakefile (defines): Value is @DEFS@.
2722         (LOADLIBES): Value is @LIBS@.
2723         (extras): Value is @LIBOBJS@.
2724         (ARCHIVES, ARCHIVES_SRC, ALLOCASRC): Removed.
2725         * arscan.c, ar.c: Surround body with #ifndef NO_ARCHIVES.
2727         * misc.c [! HAVE_UNISTD_H]: Test instead of !POSIX to decl get*id.
2729         * make.h [GETCWD_MISSING]: Test instead of !USG && !POSIX et al.
2730         (getcwd): Just declare if present.  If not, declare as a macro
2731         using getwd, and declare getwd.
2732         [PATH_MAX] (GET_PATH_MAX): #define to PATH_MAX.
2733         * main.c (main, log_working_directory): Use getcwd instead of getwd.
2735         * main.c (main) [SETLINEBUF_MISSING]: Test this instead of USG.
2737         * make.h (SIGHANDLER, SIGNAL): Removed.
2738         (RETSIGTYPE): Define if not #define'd.
2739         * main.c (main): Use signal in place of SIGNAL.
2741         * main.c [SYS_SIGLIST_MISSING]: Test instead of USG.
2743         * job.c (search_path) [GETGROUPS_MISSING]: Test instead of USG.
2744         [HAVE_UNISTD_H]: Test instead of POSIX to not decl getgroups.
2746         * main.c [! HAVE_UNISTD_H]: Test instead of !POSIX to decl chdir.
2747         [! STDC_HEADERS]: Test instead of !POSIX to decl exit & atof.
2749         * job.c (child_handler), commands.c (fatal_error_signal): Return
2750         RETSIGTYPE instead of int.
2751         * main.c (main): Declare fatal_error_signal and child_handler here
2752         to return RETSIGTYPE; removed top-level decl of former.
2754         * commands.c (fatal_error_signal), job.c (unblock_sigs, start_job),
2755         main.c [SIGSETMASK_MISSING]: Test this instead of USG.
2757 Wed Jun 10 22:06:13 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2759         * job.c [HAVE_WAITPID]: Test this instead of USG.
2760         [! HAVE_UNISTD_H]: Test this instead of !POSIX to declare misc fns.
2761         (GID_T): Don't #define.
2762         (search_path): Use gid_t instead of GID_T.
2763         [GETDTABLESIZE_MISSING, SYS_SIGLIST_MISSING, DUP2_MISSING]: Test
2764         these individually instead of USG for all.
2765         * make.h (ctime): Don't declare.  #include time.h instead.
2766         [HAVE_UNISTD_H]: #include <unistd.h> and #define POSIX #ifdef
2767         _POSIX_VERSION.
2768         * dir.c [__GNU_LIBRARY__] (D_NAMLEN): Define to use d_namlen member.
2769         * make.h [NEED_MEMORY_H]: Only include memory.h #ifdef this.
2771         * arscan.c: Removed #ifdef mess about string.h et al.
2772         Just #include make.h instead.
2773         * make.h (fstat, atol): Declare.
2775         * commands.c (fatal_error_signal): Don't use sigmask to check for
2776         propagated signals; use ||s instead.
2777         (PROPAGATED_SIGNAL_MASK): Removed.
2778         (fatal_error_signal) [POSIX]: Use sigprocmask in place of sigsetmask.
2780         * variable.c (variable_buffer, variable_buffer_length,
2781         initialize_variable_output, variable_output): Moved to expand.c;
2782         made all static.
2783         (struct output_state, save_variable_output,
2784         restore_variable_output): Removed.
2785         * expand.c (initialize_variable_output): Put a NUL at the beginning
2786         of the new buffer after allocating it.
2787         (allocated_variable_expand_for_file): Don't use
2788         {save,restore}_variable_output.  Do it by hand instead, keeping
2789         state on the stack instead of malloc'ing it.
2790         (allocated_variable_expand): Removed.
2791         * variable.h (allocated_variable_expand): Define here as macro.
2792         (variable_buffer_output, initialize_variable_output,
2793         save_variable_output, restore_variable_output): Removed decls.
2795         * read.c (conditional_line): For an if cmd, if any elt of the
2796         conditionals stack is ignoring, just push a new level that ignores
2797         and return 1; don't evaluate the condition.
2799 Thu Jun  4 21:01:20 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2801         * main.c (main): Put #ifdef's around frobbing SIGSYS and SIGBUS.
2803         * job.c (getdtablesize): Don't declare or #define if already #define'd.
2805 Wed Jun  3 23:42:36 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2807         * file.c (snap_deps): If `.EXPORT_ALL_VARIABLES' is a target, set
2808         export_all_variables.
2809         * make.texinfo (Variables/Recursion): Document .EXPORT_ALL_VARIABLES.
2811 Tue Jun  2 21:08:35 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2813         * Version 3.62.13.
2815         * commands.c (set_file_variables): Calculate length for ^D and ?D
2816         individually, making sure to give them at least enough space for "./".
2818         * make.h [CRAY]: #define signal to bsdsignal.
2820         * default.c (default_variables) [CRAY]: Define PC, SEGLDR,
2821         CF77PPFLAGS, CF77PP, CFT, CF, and FC.
2823         * arscan.c (AR_HDR_SIZE): Define to sizeof (struct ar_hdr), if it
2824         wasn't defined by <ar.h>.
2826 Thu May 28 00:56:53 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2828         * Version 3.62.12.
2830 Tue May 26 01:26:30 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2832         * rule.c (new_pattern_rule): Initialize LASTRULE to nil, not
2833         pattern_rules.
2835 Mon May 25 19:02:15 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2837         * main.c (decode_switches): Initialize all the long_option elt members.
2839 Thu May 21 16:34:24 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
2841         * make.texinfo (Text Functions): Correct filter-out description.
2843 Tue May 19 20:50:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2845         * compatMakefile (realclean): Don't remove backup files.
2847         * main.c (decode_switches): Allocate ARGC+1 elts in `other_args'.
2849 Sun May 17 16:38:48 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
2851         * Version 3.62.11.
2853 Thu May 14 16:42:33 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
2855         * job.c (reap_children): Don't die if wait returns EINTR.
2857 Wed May 13 18:28:25 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2859         * job.c (reap_children): Always run the next command for a
2860         successful target.  If we are going to die, we don't want to leave
2861         the target partially made.
2863 Tue May 12 00:39:19 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
2865         * job.c (construct_command_argv_internal): After loop, if we only
2866         have one word, check it for being a shell command.
2868         * main.c (decode_switches): Allocate ARGC slots in other_args to
2869         begin with, so we never need to worry about growing it.
2870         If we get a non-option arg and POSIXLY_CORRECT is in the
2871         environment, break out of the loop.  After the loop, add all remaining
2872         args to other_args list.
2874         * main.c (decode_switches): For positive_int and floating switches
2875         when optarg is nil, use next arg if it looks right (start with a
2876         digit, or maybe decimal point for floating).
2878         * variable.c (define_automatic_variables): Always set SHELL to
2879         default if it comes from the environment.  Set its export bit.
2880         * make.texinfo (Environment): Document change.
2882 Mon May 11 00:32:46 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
2884         * Version 3.62.10.
2886         * compatMakefile (tags, TAGS): Use vars for cmds.
2887         (ETAGS, CTAGS): Define.
2889         * main.c (decode_switches): If a switches elt has a nil long_name,
2890         make the long option name elt be "".
2891         Fixed loop to not ignore all the options.
2893         * make.texinfo (Option Summary): Added long options.
2895         * main.c (switches): Changed -m's description to "-b".
2896         (decode_switches): When printing the usage message, don't print
2897         switches whose descriptions start with -.
2898         When constructing the list of names for switch -C, search the
2899         switches vector for switches whose descriptions are "-C".
2901         * main.c (switches): Call -S --no-keep-going, not --dont-keep-going.
2902         Call -I --include-dir, not --include-path.
2903         (long_option_aliases): Added --new == -W, --assume-new == -W,
2904         --assume-old == -o, --max-load == -l, --dry-run == -n, --recon == -n,
2905         --makefile == -f.
2907         * main.c (switches): Removed bogus "silent" elt.
2908         (long_option_aliases): Define new var.
2909         (decode_switches): Add long_option_aliases onto the end of the long
2910         options vector created for getopt_long.
2911         Look through long_option_aliases for extra names to list
2912         in usage message.
2914 Sat May  9 00:21:05 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2916         * main.c (log_working_directory): Fixed to properly not print the
2917         leaving message when we haven't printed the entering message.
2919 Fri May  8 21:55:35 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2921         * main.c (struct command_switch): Added elts `long_name', 
2922         `description', and `argdesc'.
2923         (switches): Added initializers for new members.
2924         (decode_switches): Rewritten to use getopt_long.
2925         * compatMakefile (GETOPT, GETOPT_SRC): Define.
2926         (objs, srcs): Include them.
2928         * job.c (child_died): Renamed to dead_children; made static.
2929         (child_handler): Increment dead_children instead of setting child_died.
2930         (reap_children): Decrement dead_children instead of clearing
2931         child_died.  The point of all this is to avoid printing "waiting
2932         for unfinished jobs" when we don't actually need to block.
2933         This happened when multiple SIGCHLDs before reap_children was called.
2935         * job.c (reap_children): If ERR is set, so we don't call start_job
2936         on the child being reaped, instead set its command_state to
2937         cs_finished.
2938         (reap_children, child_handler, new_job): I added several
2939         debugging printf's while fixing this.  I left them in if (debug_flag) 
2940         because they may be useful for debugging this stuff again.
2942 Wed May  6 22:02:37 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
2944         * read.c (read_makefile): v_export is not 1.
2946 Mon May  4 17:27:37 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2948         * Version 3.62.9.
2950         * variable.c (export_all_variables): New variable.
2951         (target_environment): Export variables whose `export' member is
2952         v_default if export_all_variables is set and their names are benign.
2953         * variable.h: Declare export_all_variables.
2954         * read.c (read_makefile): If export or unexport is given with no
2955         args, set or clear export_all_variables, respectively.
2957         * variable.c (target_environment): Exclude MAKELEVEL in the loop,
2958         so it isn't duplicated when we add it at the end.
2960 Sun May  3 17:44:48 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2962         * Version 3.62.8.
2964         * variable.h (struct variable): Added new member `export'.
2965         * variable.c (define_variable_in_set): Initialize it to v_default.
2966         (target_environment): Don't check for .NOEXPORT.
2967         Export variables whose `export' member is v_default and that would
2968         have been exported under .NOEXPORT, and variables whose `export'
2969         member is v_export.
2970         (try_variable_definition): Return the variable defined.
2971         * variable.h (try_variable_definition): Changed decl.
2972         * read.c (read_makefile): Recognize `export' and `unexport' directives.
2974 Fri May  1 11:39:38 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
2976         * main.c (main) [POSIX]: Reversed args to sigaddset.
2978 Thu Apr 30 17:33:32 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2980         * job.c [POSIX || !USG] (unblock_sigs): New fn.
2981         (start_job): Block signals before forking.
2982         (new_job): Unblock signals after putting the new child on the chain.
2983         * main.c (main) [POSIX]: Use sigset_t fatal_signal_set instead of
2984         int fatal_signal_mask.
2986         * load.c [sgi] (LDAV_CVT): Define.
2988 Wed Apr 29 17:15:59 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
2990         * Version 3.62.7.
2992         * load.c (load_average) [sgi]: Clear the high bit of the address
2993         from the symbol table before looking it up in kmem.
2995         * misc.c (fatal, makefile_fatal): Put *** in fatal error messages.
2996         (remake_file): No longer needed in message here.
2998         * main.c (die): Call reap_children with BLOCK==1.
3000 Tue Apr 28 20:44:35 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3002         * rule.c (freerule): Don't set LASTRULE->next if LASTRULE is nil.
3004 Sun Apr 26 15:09:51 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3006         * rule.c (count_implicit_rule_limits): Initialize LASTRULE to nil,
3007         not to head of chain.  Extract next ptr before we might do
3008         freerule, and use that for next iteration.
3009         (freerule): Still do next ptr frobbing if LASTRULE is nil.
3011 Tue Apr 21 03:16:29 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3013         * job.c (child_error): Removed extra %s from error msg format.
3015         * Version 3.62.6.
3017         * job.c (reap_children): Don't start later commands in a sequence
3018         if ERR is nonzero.
3020         * job.c (new_job): Always call reap_children with BLOCK==0 first thing.
3022         * job.c (reap_children): New function; work that used to be done in
3023         child_handler.
3024         (child_died): New global var.
3025         (child_handler): Now just sets child_died.
3026         (wait_for_children): Removed.
3027         (unknown_children_possible, block_signals, unblock_signals,
3028         push_signals_blocked_p, pop_signals_blocked_p): Removed.
3029         (child_execute_job): Removed call to unblock_signals.
3030         (new_job): Removed calls to push_signals_blocked_p and
3031         pop_signals_blocked_p.
3032         * job.h: Declare reap_children, not wait_for_children.
3033         * commands.c (fatal_error_signal), job.c (new_job),
3034         load.c [LDAV_BASED] (wait_to_start_job), main.c (die),
3035         remake.c (update_goal_chain), function.c (expand_function: `shell'):
3036         Changed wait_for_children calls to reap_children.
3037         Some needed to be loops to wait for all children to die.
3038         * commands.c (fatal_error_signal), main.c (main,
3039         log_working_directory), function.c (expand_function): Removed calls
3040         to push_signals_blocked_p and pop_signals_blocked_p.
3041         * job.h: Removed decls.
3043         * job.h: Added copyright notice.
3045 Wed Apr 15 02:02:40 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3047         * job.c (child_error): No *** for ignored error.
3049 Tue Apr 14 18:31:21 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3051         * implicit.c (DEBUGP2): Use do ... while (0) instead of if ... else to
3052         avoid compiler warnings.
3054         * read.c (parse_file_seq): Don't remove ./ when it is followed by a
3055         blank.
3057 Mon Apr 13 21:56:15 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3059         * make.h (DEBUGPR): Use do ... while (0) instead of if ... else to
3060         avoid compiler warnings.
3062         * remake.c (notice_finished_file): Run file_mtime on the also_make
3063         files, so vpath_search can happen.
3065         * GNUmakefile (tests): Use perl test suite from csa@sw.stratus.com.
3066         (alpha-files): Include test suite tar file.
3068 Fri Apr  3 00:50:13 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3070         * Version 3.62.5.
3072 Wed Apr  1 05:31:18 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3074         * remake.c (update_file, update_file_1): Do check_renamed on elts
3075         of dep chains when traversing them.  Something unrelated might have
3076         renamed one of the files the dep chain points to.
3078         * file.c (rename_file): If FILE has been renamed, follow its
3079         `renamed' ptr, so we get to the final real FILE.  Using the renamed
3080         ones loses because they are not in the hash table, so the removal
3081         code loops infinitely.
3083         * read.c (read_all_makefiles): Clobber null terminator into
3084         MAKEFILES expansion, so string passed to read_makefile is properly
3085         terminated.
3087 Mon Mar 30 20:18:02 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3089         * commands.c (set_file_variables): $* for archive member with
3090         explicit cmds is stem of member, not of whole `lib(member)'.
3092 Thu Mar 26 15:24:38 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3094         * Version 3.62.4.
3096 Tue Mar 24 05:20:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3098         * rule.c (new_pattern_rule): Rules are identical only if all their
3099         targets match (regardless of order).
3101 Wed Mar 11 13:49:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3103         * remake.c (remake_file): Changed error "no way to make" to "no
3104         rule to make".  Fiat Hugh.
3106         * make.texinfo (Last Resort): Describe %:: rules and new .DEFAULT
3107         behavior.
3109         * remake.c (update_file_1): Only use .DEFAULT cmds if FILE is not a
3110         target.
3112 Tue Mar 10 18:13:13 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3114         * remote-stub.c, remote-cstms.c (start_remote_job): Take new arg,
3115         environment to pass to child.
3116         * job.c (start_job): Pass it.
3118 Mon Mar  9 19:00:11 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3120         * file.c (enter_file): Also strip ./s here, to get command-line
3121         target names.
3123         * remote-cstms.c: Add comment telling people to leave me alone.
3125         * compatMakefile (manpage install): Remove target before copying.
3127 Tue Mar  3 18:43:21 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3129         * make.texinfo (Missing): Renamed to "Incompatibilities and ...".
3130         Added paragraph describing $? incompatibility with Unix and POSIX.2.
3132 Sun Mar  1 15:50:54 1992  Roland McGrath  (roland@nutrimat.gnu.ai.mit.edu)
3134         * function.c (expand_function: `shell'): Don't declare fork or pipe.
3135         Use vfork instead of fork.
3137 Tue Feb 25 22:05:32 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3139         * make.texinfo (Chained Rules): Clarify .PRECIOUS to save
3140         intermediate files.
3142         * load.c [sun] (LDAV_CVT): Define to divide by FSCALE.
3144 Sun Feb 16 02:05:16 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3146         * Version 3.62.3.
3148 Sat Feb 15 17:12:20 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3150         * compatMakefile (makeinfo): Use emacs batch-texinfo-format fn.
3152 Fri Feb 14 00:11:55 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3154         * read.c (read_makefile): Correctly handle define & endef in ifdefs.
3156         * read.c (record_files): Pass arg for %s in error msg.
3158         * main.c (main) [__IBMR2, POSIX]: Use correct (a la USGr3) setvbuf
3159         call.
3161 Wed Feb 12 12:07:39 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3163         * make.texinfo (Libraries/Search): Say it does /usr/local/lib too.
3165 Sun Feb  9 23:06:24 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3167         * read.c (read_makefile): Check for extraneous `endef' when ignoring.
3169 Thu Feb  6 16:15:48 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3171         * Version 3.62.2.
3173 Tue Feb  4 20:04:46 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3175         * job.c (construct_command_argv_internal): Correctly ignore
3176         whitespace after backslash-NL.
3178 Fri Jan 31 18:30:05 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3180         * compatMakefile: Ignore errors from chgrp and chmod when installing.
3182 Wed Jan 29 18:13:30 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3184         * main.c (main): When setting MAKELEVEL in the env to re-exec,
3185         allocate space so as not to clobber past the end of the old string.
3187         * make.h [HAVE_ALLOCA_H]: Include <alloca.h>
3188         * compatMakefile (defines): Document HAVE_ALLOCA_H.
3190 Mon Jan 20 13:40:05 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3192         * make.h [VFORK_MISSING]: Use fork instead.
3193         * compatMakefile (defines): Document same.
3195         * job.c (construct_command_argv_internal): Don't create an empty
3196         arg if backslash-NL is at beginning of word.
3198 Sun Jan 19 16:26:53 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3200         * main.c [DGUX]: Call setvbuf as for USGr3.
3202         * job.c (construct_command_argv_internal): Notice correctly that
3203         backslash-NL is the end of the arg (because it is replaced with a
3204         space).
3206 Thu Jan 16 18:42:38 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3208         * job.c (construct_command_argv_internal): If SHELL is nil, set it
3209         to default_shell before proceeding.
3211         * make.h [sgi]: No alloca.h, after all.
3213 Wed Jan 15 12:30:04 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3215         * read.c (multi_glob): Cons up the chain of the results of glob
3216         from back to front, so it comes out in forward order.
3218         * job.c (construct_command_argv_internal): Don't eat char following
3219         backslash-NL.
3221 Mon Jan 13 19:16:56 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3223         * Version 3.62.1.
3225         * default.c (default_variables) [ultrix]: GET=get, like USG.
3227         * job.c (construct_command_argv_internal): Remove tabs following
3228         backslash-NL combos in the input line, so they don't show up when
3229         that line is printed.
3231         * read.c (read_makefile): Don't collapse_continuations the line on
3232         input; do it on the copy we do remove_comments on.
3233         For rule lines, collapse_continuations the line after chopping
3234         ";cmds" off the end, so we don't eat conts in the cmds.
3235         Give error for ";cmds" with no rule.
3236         * job.c (construct_command_argv_internal): Eat backslash-NL combos
3237         when constructing the line to recurse on for slow, too.
3239 Sat Jan 11 02:20:27 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3241         * file.c (enter_file): Don't strip leading `./'s.
3242         * read.c (parse_file_seq): Take new arg STRIP; if nonzero, do it here.
3243         * default.c (set_default_suffixes), function.c (string_glob),
3244         read.c (read_makefile), rule.c (install_pattern_rule): Change callers.
3246         * default.c (default_variables) [_IBMR2]: FC=xlf
3248         * job.c (construct_command_argv_internal): Turn backslash-NL and
3249         following whitespace into a single space, rather than just eating
3250         the backslash.
3252         * make.texinfo (Copying): @include gpl.texinfo, rather than
3253         duplicating its contents.
3255 Fri Nov  8 20:06:03 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3257         * job.c (construct_command_argv_internal): Make sure not to bother
3258         processing an empty line.
3260         * Version 3.62.0.
3262         * job.c (construct_command_argv_internal): Always recurse for slow;
3263         simple case didn't handle finding newlines.
3265 Tue Nov  5 18:51:10 1991  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3267         * job.c (construct_command_argv_internal): Set RESTP properly when
3268         slow; don't \ify past a newline.
3270 Fri Nov  1 19:34:28 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3272         * make.h [sgi]: #include <alloca.h>.
3276 See ChangeLog.1 for earlier changes.