Wed May 22 17:24:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[make.git] / ChangeLog
blob1a0df6d86095a8ab78368de722e0a7afadcc2934
1 Mon May 13 14:37:42 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3         * Version 3.74.4.
5         * GNUmakefile (vmsfiles): Fix typo.
7         * GNUmakefile (amigafiles): Add amiga.h.
9 Sun May 12 19:19:43 1996  Aaron Digulla   <digulla@fh-konstanz.de>
11         * dir.c: New function: amigafy() to fold filenames
12         Changes HASH() to HASHI() to fold filenames on Amiga.
13         Stringcompares use strieq() instead of streq()
14         The current directory on Amiga is "" instead of "."
15         * file.c: Likewise.
17         * amiga.c: New function wildcard_expansion(). Allows to use
18         Amiga wildcards with $(wildcard )
20         * amiga.h: New file. Prototypes for amiga.c
22         * function.c: Use special function wildcard_expansion() for
23         $(wildcard ) to allow Amiga wildcards
24         The current directory on Amiga is "" instead of "."
26         * job.c: No Pipes on Amiga, too
27         (load_too_high) Neither on Amiga
28         ENV variable on Amiga are in a special directory and are not
29         passed as third argument to main().
31         * job.h: No envp on Amiga
33         * make.h: Added HASHI(). This is the same as HASH() but converts
34         it's second parameter to lowercase on Amiga to fold filenames.
36         * main.c: (main), variable.c Changed handling of ENV-vars. Make
37         stores now the names of the variables only and reads their contents
38         when they are accessed to reflect that these variables are really
39         global (ie. they CAN change WHILE make runs !) This handling is
40         made in lookup_variable()
42         * Makefile.ami: renamed file.h to filedep.h
43         Updated dependencies
45         * read.c: "find_semicolon" is declared as static but never defined.
46         No difference between Makefile and makefile on Amiga; added
47         SMakefile to *default_makefiles[].
48         (read_makefile) SAS/C want's two_colon and pattern_percent be set
49         before use.
50         The current directory on Amiga is "" instead of "."
51         Strange #endif moved.
53         * README.Amiga: updated feature list
55         * SMakefile: Updated dependencies
57         * variable.c: Handling of ENV variable happens inside lookup_variable()
59 Sat May 11 17:58:32 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
61         * variable.c (try_variable_definition): Count parens in lhs variable
62         refs to avoid seeing =/:=/+= inside a ref.
64 Thu May  9 13:54:49 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
66         * commands.c (fatal_error_signal) [SIGQUIT]: Make SIGQUIT check
67         conditional.
69         * main.c (main): Use unsigned for fread return.
71         * read.c (parse_file_seq): Use `int' for char arg to avoid widening
72         conflict issues.
73         * dep.h: Fix prototype.
75         * function.c (expand_function) [_AMIGA]: Fix some typos.
76         (patsubst_expand): Make len vars unsigned.
78         * GNUmakefile (globfiles): Add AmigaDOS support files.
79         (distfiles): Add $(amigafiles).
80         (amigafiles): New variable.
82 Thu Nov  7 10:18:16 1995  Aaron Digulla   <digulla@fh-konstanz.de>
84         * Added Amiga support in commands.c, dir.c, function.c,
85         job.c, main.c, make.h, read.c, remake.c
86         * commands.c: Amiga has neither SIGHUP nor SIGQUIT
87         * dir.c: Amiga has filenames with Upper- and Lowercase,
88         but "FileName" is the same as "filename". Added strieq()
89         which is use to compare filenames. This is like streq()
90         on all other systems. Also there is no such thing as
91         "." under AmigaDOS.
92         * function.c: On Amiga, the environment is not passed as envp,
93         there are no pipes and Amiga can't fork. Use my own function
94         to create a new child.
95         * job.c: default_shell is "" (The system automatically chooses
96         a shell for me). Have to use the same workaround as MSDOS for
97         running batch commands. Added HAVE_SYS_PARAM_H. NOFILE isn't
98         known on Amiga. Cloned code to run children from MSDOS. Own
99         version of sh_chars[] and sh_cmds[]. No dup2() or dup() on Amiga.
100         * main.c: Force stack to 20000 bytes. Read environment from ENV:
101         device. On Amiga, exec_command() does return, so I exit()
102         afterwards.
103         * make.h: Added strieq() to compare filenames.
104         * read.c: Amiga needs special extension to have passwd. Only
105         one include-dir. "Makefile" and "makefile" are the same.
106         Added "SMakefile".  Added special code to handle device names (xxx:)
107         and "./" in rules.
108         * remake.c: Only one lib-dir. Amiga link-libs are named "%s.lib"
109         instead of "lib%s.a".
110         * main.c, rule.c, variable.c: Avoid floats at all costs.
111         * vpath.c: Get rid of as many alloca()s as possible.
113 Thu May  9 13:20:43 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
115         * read.c (read_makefile): Grok `sinclude' as alias for `-include'.
117 Wed Mar 20 09:52:27 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
119         * GNUmakefile (vmsfiles): New variable.
120         (distfiles): Include $(vmsfiles).
122 Tue Mar 19 20:21:34 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
124         Merged VMS port from Klaus Kaempf <kkaempf@didymus.rmi.de>.
125         * make.h (PARAMS): New macro.
126         * config.h-vms: New file.
127         * makefile.com: New file.
128         * makefile.vms: New file.
129         * readme.vms: New file.
130         * vmsdir.h: New file.
131         * vmsfunctions.c: New file.
132         * vmsify.c: New file.
133         * file.h: Renamed to filedef.h to avoid conflict with VMS system hdr.
134         * ar.c: Added prototypes and changes for VMS.
135         * commands.c: Likewise.
136         * commands.h: Likewise.
137         * default.c: Likewise.
138         * dep.h: Likewise.
139         * dir.c: Likewise.
140         * expand.c: Likewise.
141         * file.c: Likewise.
142         * function.c: Likewise.
143         * implicit.c: Likewise.
144         * job.c: Likewise.
145         * job.h: Likewise.
146         * main.c: Likewise.
147         * make.h: Likewise.
148         * misc.c: Likewise.
149         * read.c: Likewise.
150         * remake.c: Likewise.
151         * remote-stub.c: Likewise.
152         * rule.c: Likewise.
153         * rule.h: Likewise.
154         * variable.c: Likewise.
155         * variable.h: Likewise.
156         * vpath.c: Likewise.
157         * compatMakefile (srcs): Rename file.h to filedef.h.
159 Sat Aug 19 23:11:00 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
161         * remake.c (check_dep): For a secondary file, try implicit and
162         default rules if appropriate.
164 Wed Aug  2 04:29:42 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
166         * remake.c (check_dep): If an intermediate file exists,
167         do consider its actual date.
169 Sun Jul 30 00:49:53 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
171         * file.h (struct file): New field `secondary'.
172         * file.c (snap_deps): Check for .INTERMEDIATE and .SECONDARY.
173         (remove_intermediates): Don't delete .SECONDARY files.
175 Sat Mar  2 16:26:52 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
177         * compatMakefile (srcs): Add getopt.h; prepend $(srcdir)/ to getopt*.
179 Fri Mar  1 12:04:47 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
181         * Version 3.74.3.
183         * remake.c (f_mtime): Move future modtime check before FILE is
184         clobbered by :: loop.
186         * dir.c: Use canonical code from autoconf manual for dirent include.
187         [_D_NAMLEN]: Redefine NAMLEN using this.
188         (dir_contents_file_exists_p): Use NAMLEN macro.
189         (read_dirstream) [_DIRENT_HAVE_D_NAMLEN]: Only set d_namlen #if this.
191         * compatMakefile (objs): Add missing backslash.
193 Wed Feb 28 03:56:20 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
195         * default.c (default_terminal_rules): Remove + prefix from RCS cmds.
196         (default_variables): Put + prefix in $(CHECKOUT,v) value instead.
198         * remake.c (f_mtime): Check for future timestamps; give error and mark
199         file as "failed to update".
201 Fri Jan 12 18:09:36 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
203         * job.c: Don't declare unblock_sigs; job.h already does.
205 Sat Jan  6 16:24:44 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
207         * acconfig.h (HAVE_SYSCONF_OPEN_MAX): #undef removed.
209         * job.c (NGROUPS_MAX): Don't try to define this macro.
211 Fri Dec 22 18:44:44 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
213         * compatMakefile (GETOPT, GETOPT_SRC, GLOB): Variables removed.
214         (objs, srcs): Include their values here instead of references.
216 Thu Dec 14 06:21:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
218         * Version 3.74.2.
220         * job.c (reap_children): Call unblock_sigs after start_job_command.
222 Thu Dec 14 07:22:03 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
224         * dir.c (dir_setup_glob): Don't use lstat; glob never calls it anyway.
225         Avoid & before function names to silence bogus sunos4 compiler.
227         * configure.in: Remove check for `sysconf (_SC_OPEN_MAX)'.
229 Tue Dec 12 00:48:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
231         * Version 3.74.1.
233         * dir.c (read_dirstream): Fix braino: fill in the buffer when not
234         reallocating it!
236 Mon Dec 11 22:26:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
238         * misc.c (collapse_continuations): Fix skipping of trailing \s so
239         it can never dereference before the beginning of the array.
241         * read.c (find_semicolon): Function removed.
242         (read_makefile): Don't use find_semicolon or remove_comments for
243         rule lines.  Use find_char_unquote directly and handle quoted comments
244         properly.
246         * default.c: Remove all [M_XENIX] code.
248         * dir.c [HAVE_D_NAMLEN]: Define this for __GNU_LIBRARY__ > 1.
249         (D_NAMLEN): Macro removed.
250         (FAKE_DIR_ENTRY): New macro.
251         (dir_contents_file_exists_p): Test HAVE_D_NAMLEN instead of using
252         D_NAMLEN.
253         (read_dirstream): Return a struct dirent * for new glob interface.
254         (init_dir): Function removed.
255         (dir_setup_glob): New function.
256         * main.c (main): Don't call init_dir.
257         * read.c (multi_glob): Call dir_setup_glob on our glob_t and use
258         GLOB_ALTDIRFUNC flag.
260         * misc.c (safe_stat): Function removed.
261         * read.c, commands.c, remake.c, vpath.c: Use plain stat instead of
262         safe_stat.
264 Sat Nov 25 20:35:18 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
266         * job.c [HAVE_UNION_WAIT]: Include sys/wait.h.
268         * main.c (log_working_directory): Made global.
269         Print entering msg only once.
270         * make.h (log_working_directory): Declare it.
271         * misc.c (message): Take new arg PREFIX.  Print "make: " only if
272         nonzero.  Call log_working_directory.
273         * remake.c: Pass new arg in `message' calls.
274         * job.c (start_job_command): Pass new arg to `message'; fix
275         inverted test in that call.
277 Tue Nov 21 19:01:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
279         * job.c (start_job_command): Use `message' to print the command,
280         and call it with null if the command is silent.
281         * remake.c (touch_file): Use message instead of printf.
283 Tue Oct 10 14:59:30 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
285         * main.c (enter_command_line_file): Barf if NAME is "".
287 Sat Sep  9 06:33:20 1995  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
289         * commands.c (delete_target): Ignore unlink failure if it is ENOENT.
291 Thu Aug 17 15:08:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
293         * configure.in: Don't check for getdtablesize.
294         * job.c (getdtablesize): Remove decls and macros.
296 Thu Aug 10 19:10:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
298         * main.c (define_makeflags): Omit command line variable
299         definitions from MFLAGS value.
301         * arscan.c (ar_scan) [AIAMAG]: Check for zero MEMBER_OFFSET,
302         indicating a valid, but empty, archive.
304 Mon Aug  7 15:40:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
306         * dir.c (file_impossible_p): Correctly reset FILENAME to name
307         within directory before hash search.
309         * job.c (child_error): Do nothing if IGNORED under -s.
311         * job.c (exec_command): Correctly use ARGV[0] for script name when
312         running shell directly.
314 Tue Aug  1 14:39:14 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
316         * job.c (child_execute_job): Close STDIN_FD and STDOUT_FD after
317         dup'ing from them.  Don't try to close all excess descriptors;
318         getdtablesize might return a huge value.  Any open descriptors in
319         the parent should have FD_CLOEXEC set.
320         (start_job_command): Set FD_CLOEXEC flag on BAD_STDIN descriptor.
322 Tue Jun 20 03:47:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
324         * read.c (read_all_makefiles): Properly append default makefiles
325         to the end of the `read_makefiles' chain.
327 Fri May 19 16:36:32 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
329         * Version 3.74 released.
331 Wed May 10 17:43:34 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
333         * Version 3.73.3.
335 Tue May  9 17:15:23 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
337         * compatMakefile ($(infodir)/make.info): Make sure $$dir is set in
338         install-info cmd.
340 Wed May  3 15:56:06 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
342         * file.c (print_file): Grok update_status of 1 for -q.
344 Thu Apr 27 12:39:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
346         * Version 3.73.2.
348 Wed Apr 26 17:15:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
350         * file.c (remove_intermediates): Fix inverted test to bail under
351         -n for signal case.  Bail under -q or -t.
352         Skip files with update_status==-1.
354         * job.c (job_next_command): Skip empty lines.
355         (new_job): Don't test the return of job_next_command.
356         Just let start_waiting_job handle the case of empty commands.
358 Wed Apr 19 03:25:54 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
360         * function.c [__MSDOS__]: Include <fcntl.h>.  From DJ Delorie.
362         * Version 3.73.1.
364 Sat Apr  8 14:53:24 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
366         * remake.c (notice_finished_file): Set FILE->update_status to zero
367         if it's -1.
369 Wed Apr  5 00:20:24 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
371         * Version 3.73 released.
373 Tue Mar 28 13:25:46 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
375         * main.c (main): Fixed braino in assert.
377         * Version 3.72.13.
379 Mon Mar 27 05:29:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
381         * main.c: Avoid string in assert expression.  Some systems are broken.
383 Fri Mar 24 00:32:32 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
385         * main.c (main): Handle 1 and 2 returns from update_goal_chain
386         makefile run properly.
388         * Version 3.72.12.
390         * main.c (handle_non_switch_argument): New function, broken out of
391         decode_switches.
392         (decode_switches): Set optind to 0 to reinitialize getopt, not to 1.
393         When getopt_long returns EOF, break the loop and handle remaining args
394         with a simple second loop.
396         * remake.c (remake_file): Set update_status to 2 instead of 1 for
397         no rule to make.  Mention parent (dependent) in error message.
398         (update_file_1): Handle FILE->update_status == 2 in -d printout.
399         * job.c (start_job_command, reap_children): Set update_status to 2
400         instead of 1 for failed commands.
402 Tue Mar 21 16:23:38 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
404         * job.c (search_path): Function removed (was already #if 0'd out).
405         * configure.in: Remove AC_TYPE_GETGROUPS; nothing needs it any more.
407 Fri Mar 17 15:57:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
409         * configure.bat: Write @CPPFLAGS@ translation.
411 Mon Mar 13 00:45:59 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
413         * read.c (parse_file_seq): Rearranged `l(a b)' -> `l(a) l(b)' loop
414         to not skip the elt immediately preceding `l(...'.
416 Fri Mar 10 13:56:49 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
418         * Version 3.72.11.
420         * read.c (find_char_unquote): Make second arg a string of stop
421         chars instead of a single stop char.  Stop when any char in the
422         string is hit.  All callers changed.
423         (find_semicolon): Pass stop chars "#;" to one find_char_unquote call,
424         instead of using two calls.  If the match is not a ; but a #,
425         return zero.
426         * misc.c: Changed find_char_unquote callers here too.
428         * Version 3.72.10.
430         * read.c (read_makefile, parse_file_seq): Fix typo __MS_DOS__ ->
431         __MSDOS__.
433         * GNUmakefile (globfiles): Add glob/configure.bat.
434         (distfiles): Add configh.dos, configure.bat.
436 Wed Mar  8 13:10:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
438         Fixes for MS-DOS from DJ Delorie.
439         * read.c (read_makefile, parse_file_seq) [__MS_DOS__]: Don't see :
440         as separator in "C:\...".
441         * configh.dos (STDC_HEADERS): Define only if undefined.
442         (HAVE_SYS_PARAM_H): Don't define this.
443         (HAVE_STRERROR): Define this.
444         * job.c (construct_command_argv_internal) [__MSDOS__]: Fix typos.
446         * Version 3.72.9.
448         * main.c (decode_switches): Reset optind to 1 instead of 0.
450 Tue Mar  7 17:31:06 1995  Roland McGrath  <roland@geech.gnu.ai.mit.edu>
452         * main.c (decode_switches): If non-option arg is "-", ignore it.
454 Mon Mar  6 23:57:38 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
456         * Version 3.72.8.
458 Wed Feb 22 21:26:36 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
460         * Version 3.72.7.
462 Tue Feb 21 22:10:43 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
464         * main.c (main): Pass missing arg to tmpnam.
466         * configure.in: Check for strsignal.
467         * job.c (child_error): Use strsignal.
468         * main.c (main): Don't call signame_init #ifdef HAVE_STRSIGNAL.
470         * misc.c (strerror): Fix swapped args in sprintf.
472 Mon Feb 13 11:50:08 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
474         * configure.in (CFLAGS, LDFLAGS): Don't set these variables.
476 Fri Feb 10 18:44:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
478         * main.c (print_version): Add 95 to copyright years.
480         * Version 3.72.6.
482         * job.c (start_job_command): Remember to call notice_finished_file
483         under -n when not recursing.  To do this, consolidate that code
484         under the empty command case and goto there for the -n case.
486 Tue Feb  7 13:36:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
488         * make.h [! STDC_HEADERS]: Don't declare qsort.  Sun headers
489         declare it int.
491 Mon Feb  6 17:37:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
493         * read.c (read_makefile): For bogus line starting with tab, ignore
494         it if blank after removing comments.
496         * main.c: Cast results of `alloca' to `char *'.
497         * expand.c: Likewise.
499 Sun Feb  5 18:35:46 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
501         * Version 3.72.5.
503         * configure.in: Check for mktemp.
504         * main.c (main) [! HAVE_MKTEMP]: Use tmpnam instead of mktemp.
506         * configure.in (make_cv_sysconf_open_max): New check for `sysconf
507         (_SC_OPEN_MAX)'.
508         * acconfig.h: Added #undef HAVE_SYSCONF_OPEN_MAX.
509         * job.c [HAVE_SYSCONF_OPEN_MAX] (getdtablesize): Define as macro
510         using sysconf.
512 Fri Jan 27 04:42:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
514         * remake.c (update_file_1): When !MUST_MAKE, don't set
515         FILE->update_status to zero before calling notice_finished_file.
516         (notice_finished_file): Touch only when FILE->update_status is zero.
517         (remake_file): Set FILE->update_status to zero after not calling
518         execute_file_command and deciding to touch instead.
520 Thu Jan 26 01:29:32 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
522         * main.c (debug_signal_handler): New function; toggles debug_flag.
523         (main): Handle SIGUSR1 with that.
525 Mon Jan 16 15:46:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
527         * compatMakefile (realclean): Remove Info files.
529 Sun Jan 15 08:23:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
531         * Version 3.72.4.
533         * job.c (start_job_command): Save and restore environ around vfork
534         call.
535         (search_path): Function #if 0'd out.
536         (exec_command): Use execvp instead of search_path.
538         * expand.c (variable_expand): Rewrote computed variable name and
539         substitution reference handling to be simpler.  First expand the
540         entire text between the parens if it contains any $s, then examine
541         the result of that for subtitution references and do no further
542         expansion while parsing them.
544         * job.c (construct_command_argv_internal): Handle " quoting too,
545         when no backslash, $ or ` characters appear inside the quotes.
547         * configure.in (union wait check): If WEXITSTATUS and WTERMSIG are
548         defined, just use int.
550 Tue Jan 10 06:27:27 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
552         * default.c (default_variables) [__hpux]: Remove special
553         definition of ARFLAGS.  Existence of the `f' flag is not
554         consistent across HPUX versions; and one might be using GNU ar
555         anyway.
557         * compatMakefile (clean): Don't remove Info files.
559         * compatMakefile (check): Remove gratuitous target declaration.
561 Sat Jan  7 11:38:23 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
563         * compatMakefile (ETAGS, CTAGS): Don't use -t.
565         * arscan.c (ar_name_equal) [cray]: Subtract 1 like [__hpux].
567         * main.c (decode_switches): For --help, print usage to stdout.
569 Mon Dec  5 12:42:18 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
571         * Version 3.72.3.
573         * remake.c (update_file_1): Do set_command_state (FILE,
574         cs_not_started) only if old state was deps_running.
576 Mon Nov 28 14:24:03 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
578         * job.c (start_waiting_job): Use set_command_state.
580         * build.template (CPPFLAGS): New variable.
581         (prefix, exec_prefix): Set from @...@.
582         (compilation loop): Pass $CPPFLAGS to compiler.
584         * GNUmakefile (build.sh.in): Make it executable.
586         * GNUmakefile (globfiles): Add configure.in, configure.
588         * Version 3.72.2.
590         * configure.in (AC_OUTPUT): Don't write glob/Makefile.
592         * configure.in (AC_CHECK_SYMBOL): Use AC_DEFINE_UNQUOTED.
594         * configure.in: Don't check for ranlib.
596 Tue Nov 22 22:42:40 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
598         * remake.c (notice_finished_file): Only mark also_make's as
599         updated if really ran cmds.
601 Tue Nov 15 06:32:46 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
603         * configure.in: Put dnls before random whitespace.
605 Sun Nov 13 05:02:25 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
607         * compatMakefile (CPPFLAGS): New variable, set from @CPPFLAGS@.
608         (RANLIB): Variable removed.
609         (prefix, exec_prefix): Set these from @...@.
610         (.c.o): Use $(CPPFLAGS).
611         (glob/libglob.a): Don't pass down variables to sub-make.
612         glob/Makefile should be configured properly by configure.
613         (distclean): Remove config.log and config.cache (autoconf stuff).
615 Mon Nov  7 13:58:06 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
617         * acconfig.h: Add #undef HAVE_UNION_WAIT.
618         * configure.in: Converted to Autoconf v2.
619         * dir.c: Test HAVE_DIRENT_H, HAVE_SYS_DIR_H, HAVE_NDIR_H instead
620         of DIRENT, SYSDIR, NDIR.
621         * build.sh.in (prefix, exec_prefix): Set these from @...@.
622         (CPPFLAGS): New variable, set from @CPPFLAGS@.
623         (compiling loop): Pass $CPPFLAGS before $CFLAGS.
624         * install.sh: File renamed to install-sh.
626         * main.c (define_makeflags): When no flags, set WORDS to zero.
628 Sun Nov  6 18:34:01 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
630         * Version 3.72.1.
632         * main.c (define_makeflags): Terminate properly when FLAGSTRING is
633         empty.
635 Fri Nov  4 16:02:51 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
637         * Version 3.72.
639 Tue Nov  1 01:18:10 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
641         * Version 3.71.5.
643         * job.c (start_job_command): When ARGV is nil, only set
644         update_state and call notice_finished_file if job_next_command
645         returns zero.
647         * job.c (start_job_command): Call notice_finished_file for empty
648         command line.
650 Thu Oct 27 02:02:45 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
652         * file.c (snap_deps): Set COMMANDS_SILENT for .SILENT, not
653         COMMANDS_NOERROR.
655 Wed Oct 26 02:14:10 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
657         * Version 3.71.4.
659 Tue Oct 25 22:49:24 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
661         * file.c (snap_deps): Set command_flags bits in all :: entries.
663 Mon Oct 24 18:47:50 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
665         * make.h (posix_pedantic): Declare it.
666         * main.c (main): Move checks .IGNORE, .SILENT, .POSIX to
667         snap_deps.
668         * file.c (snap_deps): Check .IGNORE, .SILENT, .POSIX here instead
669         of in main.  If .IGNORE has deps, OR COMMANDS_NOERROR into their
670         command_flags and don't set -i.  Likewise .SILENT.
671         * job.c (start_job_command): In FLAGS initialization, OR in
672         CHILD->file->command_flags.
673         * file.h (struct file): New member `command_flags'.
675 Sun Oct 16 01:01:51 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
677         * main.c (switches): Bump flag values for --no-print-directory and
678         --warn-undefined-variables, so neither is 1 (which indicates a
679         nonoption argument).
681 Sat Oct 15 23:39:48 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
683         * main.c (main): Add missing code in .IGNORE test.
685 Mon Oct 10 04:09:03 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
687         * variable.c (define_automatic_variables): Define +D and +F.
689 Sat Oct  1 04:07:48 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
691         * main.c (main): Define hidden automatic variable with command
692         vars, and MAKEOVERRIDES to a reference to that.
693         (define_makeflags): If posix_pedantic, write a reference to that
694         instead.
696 Thu Sep 29 00:14:26 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
698         * main.c (posix_pedantic): New variable.
699         (main): Set posix_pedantic if .POSIX is a target.
700         Fix .IGNORE and .SILENT checks to require is_target.
702         * commands.c (set_file_variables): Define new automatic variable
703         $+, like $^ but before calling uniquize_deps.
705         * job.c (reap_children): Call delete_child_targets for non-signal
706         error if .DELETE_ON_ERROR is a target.
708 Tue Sep 27 01:57:14 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
710         * Version 3.71.3.
712 Mon Sep 26 18:16:55 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
714         * job.c (reap_children): Don't change C->file->command_state when
715         dying.  Test it only after calling start_job_command for a new
716         command line.  When no more cmds, just set C->file->update_status.
717         (start_job_command): When the last line is empty or under -n, set
718         C->file->update_status.
719         (start_waiting_job): Grok cs_not_started after start_job_command
720         as success.
721         (new_job): Set C->file->update_status when there are no cmds.
722         (job_next_command): When out of lines, don't set
723         CHILD->file->update_status or CHILD->file->command_state.
725         * main.c (quote_as_word): Renamed from shell_quote.  Take new arg;
726         if nonzero, also double $s.
727         (main): Define MAKEOVERRIDES from command_variables here.
728         (define_makeflags): Don't use command_variables here; instead write a
729         reference $(MAKEOVERRIDES) in MAKEFLAGS.  Make vars recursive.
731         * dir.c [__MSDOS__]: Fixed typo.
733         * vpath.c (selective_vpath_search): Reset EXISTS when stat fails.
735 Sat Sep 10 03:01:35 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
737         * remake.c: Include <assert.h> and use assert instead of printfs
738         and abort.
740         * main.c (decode_switches): Loop until optind hits ARGC, not just
741         until getopt_long returns EOF.  Initialize C to zero before loop;
742         in loop if C is EOF, set optarg from ARGV[optind++], else call
743         getopt_long.
744         (decode_env_switches): Use variable_expand instead of
745         allocated_variable_expand.  Allocate a fresh buffer to copy split
746         words into; scan characters by hand to break words and
747         debackslashify.
748         (shell_quote): New function.
749         (define_makeflags): Allocate doubled space for switch args, and command
750         variable names and values; use shell_quote to quote those things.
752 Fri Sep  9 01:37:47 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
754         * Version 3.71.2.
756         * acconfig.h: Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST.
758         * main.c (decode_switches): The non-option return from getopt is
759         1, not 0.
760         (command_variables): New type and variable.
761         (decode_switches, decode_env_switches): After making a variable
762         definition, record the struct variable pointer in the
763         command_variables chain.
764         (define_makeflags): If ALL, write variable definitions for
765         command_variables.
767         * main.c (other_args): Variable removed.
768         (goals, lastgoal): New static variables (moved from auto in main).
769         (main): Don't process OTHER_ARGS at all.
770         Don't set variable MAKEOVERRIDES at all; define MAKE to just
771         $(MAKE_COMMAND).
772         (init_switches): Prepend a - {return in order} instead of a +
773         {require order}.
774         (decode_switches): Don't set OTHER_ARGS at all.
775         Grok '\0' return from getopt_long as non-option argument; try
776         variable definition and (if !ENV) enter goal targets here.
777         (decode_env_switches): Use allocated_variable_expand to store value.
778         Use find_next_token to simplify word-splitting loop.  Don't
779         prepend a dash to uninterpreted value.  Instead, if split into
780         only one word, try variable definition and failing that prepend a
781         dash to the word and pass it to decode_switches as a single arg.
783 Wed Sep  7 03:02:46 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
785         * remake.c (notice_finished_file): Only recheck modtimes if
786         FILE->command_state was cs_running on entry (meaning the commands
787         actually just ran).
788         (update_file_1): Whenever we set FILE->update_status, call
789         notice_finished_file instead of just set_command_state.
790         * job.c (start_job_command): Whenever we set
791         CHILD->file->update_status, call notice_finished_file instead of
792         just set_command_state.
794 Tue Sep  6 19:13:54 1994  Roland McGrath  <roland@geech.gnu.ai.mit.edu>
796         * default.c: Add missing ".
798         * job.c: Changed all assignments of command_state members to calls
799         to set_command_state.
800         * remake.c: Likewise.
801         * file.c (set_command_state): New function.
802         * file.h: Declare set_command_state.
804         * main.c (init_switches): Put a + first in options.
806 Mon Jul 25 18:07:46 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
808         Merge MSDOS/GO32 port from DJ Delorie <dj@ctron.com>.
809         * vpath.c: Changed all uses of ':' to PATH_SEPARATOR_CHAR.
810         * main.c (directory_before_chdir): New variable, moved out of main
811         (was local).
812         (main) [__MSDOS__]: Look for \ or : to delimit last component of
813         PROGRAM.  Don't frob ARGV[0] before setting MAKE_COMMAND variable.
814         (die): Change back to `directory_before_chdir' before dying.
815         * make.h (PATH_SEPARATOR_CHAR): New macro; differing defns for
816         [__MSDOS__] and not.
817         * job.c [__MSDOS__]: Include <process.h>.
818         [__MSDOS__] (dos_pid, dos_status, dos_bname, dos_bename,
819         dos_batch_file): New variables.
820         (reap_children) [__MSDOS__]: Don't call wait; just examine those vars.
821         (unblock_sigs) [__MSDOS__]: Do nothing.
822         (start_job_command) [__MSDOS__]: Use spawnvpe instead of vfork & exec.
823         (load_too_high) [__MSDOS__]: Always return true.
824         (search_path) [__MSDOS__]: Check for : or / in FILE to punt.
825         Use PATH_SEPARATOR_CHAR instead of ':'.
826         (construct_command_argv_internal) [__MSDOS__]: Wholly different
827         values for sh_chars and sh_cmds.  Wholly new code to handle shell
828         scripts.
829         * function.c (expand_function: `shell') [__MSDOS__]: Wholly new
830         implementation.
831         * dir.c [__MSDOS__] (dosify): New function.
832         (dir_contents_file_exists_p) [__MSDOS__]: Call it on FILENAME and
833         process the result instead of FILENAME itself.
834         (file_impossible_p) [__MSDOS__]: Likewise.
835         * default.c [__MSDOS__]: Define GCC_IS_NATIVE.
836         (default_suffix_rules) [__MSDOS__]: Use `y_tab.c' instead of `y.tab.c'.
837         (default_variables) [GCC_IS_NATIVE]: Set CC and CXX to `gcc', YACC to
838         `bison -y', and LEX to `flex'.
839         * configure.bat, configh.dos: New files.
840         * commands.c (fatal_error_signal) [__MSDOS__]: Just remove
841         intermediates and exit.
843         * commands.c (set_file_variables): Add parens in length
844         computation in .SUFFIXES dep loop to quiet compiler warning.  From
845         Jim Meyering.
847         * read.c (read_makefile): Free FILENAME if we allocated it.  From
848         Jim Meyering.
850 Mon Jul  4 17:47:08 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
852         * misc.c (safe_stat): New function, EINTR-safe wrapper around stat.
853         * vpath.c (selective_vpath_search): Use safe_stat in place of stat.
854         * read.c (construct_include_path): Use safe_stat in place of stat.
855         * job.c (search_path): Use safe_stat in place of stat.
856         * dir.c (find_directory): Use safe_stat in place of stat.
857         * commands.c (delete_target): Use safe_stat in place of stat.
858         * arscan.c (ar_member_touch) [EINTR]: Do EINTR looping around fstat.
859         * remake.c (name_mtime): Use safe_stat in place of stat.
860         (touch_file) [EINTR]: Do EINTR looping around fstat.
862 Fri Jun 24 05:40:24 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
864         * read.c (read_makefile): Check for a shell command first, and
865         then strip leading tabs before further checking if it's not a
866         shell command line.
868         * make.h [__arm]: Undefine POSIX.
869         [!__GNU_LIBRARY__ && !POSIX && !_POSIX_VERSION]: Don't declare system
870         functions that return int.
872         * job.c (construct_command_argv_internal): After swallowing a
873         backslash-newline combination, if INSTRING is set goto string_char
874         (new label) for normal INSTRING handling code.
876 Sat Jun  4 01:11:20 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
878         * configure.in: Don't check for sys_siglist and _sys_siglist with
879         AC_HAVE_FUNCS.  Instead use two AC_COMPILE_CHECKs.
881 Mon May 23 18:20:38 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
883         * Version 3.71.1 released.
885         * make.h [!__GNU_LIBRARY__ && !POSIX]: Also test #ifndef
886         _POSIX_VERSION for these declarations.
888         * misc.c [GETLOADAVG_PRIVILEGED] [POSIX]: Remove bogus #ifndefs
889         around #undefs of HAVE_SETREUID and HAVE_SETREGID.
891 Sat May 21 16:26:38 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
893         * Version 3.71 released.
895         * misc.c [GETLOADAVG_PRIVILEGED] [POSIX]: Don't test [HAVE_SETUID]
896         and [HAVE_SETGID].  Every system has those, and configure doesn't
897         check for them.
899         * make.h [_POSIX_VERSION]: Don't #define POSIX #ifdef ultrix.
901         * compatMakefile (loadavg): Depend on and use loadavg.c instead of
902         getloadavg.c.
903         (loadavg.c): Link or copy it from getloadavg.c.
904         (distclean): Remove loadavg.c.
906 Mon May 16 22:59:04 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
908         * Version 3.70.4.
910         * misc.c [GETLOADAVG_PRIVILEGED] [! POSIX]: Undefine HAVE_SETEUID
911         and HAVE_SETEGID.
913         * default.c (default_terminal_rules): In SCCS rules, put
914         $(SCCS_OUTPUT_OPTION) before $<.  On some systems -G is grokked
915         only before the file name.
916         * configure.in (SCCS_GET_MINUS_G check): Put -G flag before file name.
918 Tue May 10 16:27:38 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
920         * job.c (construct_command_argv_internal): Swallow
921         backslash-newline combinations inside '' strings too.
923 Thu May  5 04:15:10 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
925         * read.c (do_define): Call collapse_continuations on each line
926         before all else.
928 Mon Apr 25 19:32:02 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
930         * job.c (construct_command_argv_internal): Notice newline inside
931         '' string when RESTP is non-null.
933 Fri Apr 22 17:33:30 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
935         * Version 3.70.3.
937         * remake.c (update_goal_chain): Reset FILE to G->file after the
938         double-colon loop so it is never null for following code.
940         * read.c (read_makefile): Fix `override define' parsing to skip
941         whitespace after `define' properly.
943         * compatMakefile (srcdir): Define as @srcdir@; don't reference
944         $(VPATH).
945         (glob/Makefile): New target.
947 Thu Apr 21 16:16:55 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
949         * Version 3.70.2.
951         * misc.c (remove_comments): Use find_char_unquote.
952         * make.h (find_char_unquote): Declare it.
953         * read.c (find_char_unquote): New function, generalized from
954         find_percent.
955         (find_percent, find_semicolon, parse_file_seq): Use that.
957 Wed Apr 20 18:42:39 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
959         * implicit.c (pattern_search): Always allocate new storage for
960         FILE->stem.  It is not safe to store STEM's address because it
961         might be auto storage.
963         * configure.in: Check for seteuid and setegid.
964         * misc.c [HAVE_SETEUID]: Declare seteuid.
965         [HAVE_SETEGID]: Declare setegid.
966         (make_access, user_access) [HAVE_SETEUID]: Use seteuid.
967         [HAVE_SETEGID]: Use setegid.
969         * remake.c (update_goal_chain): Set STATUS to FILE->update_status,
970         to preserve whether it's 2 for error or 1 for -q trigger.  When
971         STATUS gets nonzero and -q is set, always stop immediately.
972         * main.c (main, decode_switches): Die with 2 for errors.
973         (main): Accept 2 return from update_goal_chain and die with that.
974         * misc.c (fatal, makefile_fatal): Die with 2; 1 is reserved for -q
975         answer.
976         * job.c (reap_children): Die with 2 for error.
977         (start_job_command): Set update_status to 2 for error.  Set it to
978         1 when we would run a command and question_flag is set.
980         * read.c (read_makefile): Don't mark makefiles as precious.  Just
981         like other targets, they can be left inconsistent and in need of
982         remaking by aborted commands.
984         * read.c (read_makefile): Write no error msg for -include file.
986 Tue Apr  5 05:22:19 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
988         * commands.c (fatal_error_signal): Don't unblock signals.
990         * file.h (struct file): Change member `double_colon' from flag to
991         `struct file *'.
992         * read.c (record_files): Set double_colon pointer instead of flag.
993         * main.c (main): When disqualifying makefiles for updating, use
994         double_colon pointer to find all entries for a file.
995         * file.c (enter_file): If there is already a double-colon entry
996         for the file, set NEW->double_colon to that pointer.
997         (file_hash_enter): Use FILE->double_colon to find all entries to
998         set name.
999         * remake.c (update_goal_chain): Do inner loop on double-colon entries.
1000         (update_file): Use FILE->double_colon pointer to find all entries.
1001         (f_mtime): Likewise.
1002         (notice_finished_file): Propagate mtime change to all entries.
1004         * variable.c (try_variable_definition): Return after abort.
1006 Fri Apr  1 18:44:15 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1008         * read.c (read_makefile): Remove unused variable.
1009         (parse_file_seq): When removing an elt that is just `)', properly
1010         fix up the previous elt's next pointer.
1012 Mon Mar 28 18:31:49 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
1014         * configure.in: Do AC_SET_MAKE.
1015         * GNUmakefile (Makefile.in): Edit MAKE assignment into @SET_MAKE@.
1017 Fri Mar  4 00:02:32 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1019         * function.c (subst_expand): If BY_WORD or SUFFIX_ONLY is set and
1020         the search string is the empty string, find a match at the end of
1021         each word (using end_of_token in place of sindex).
1023         * misc.c (end_of_token): Don't treat backslashes specially; you
1024         can no longer escape blanks with backslashes in export, unexport,
1025         and vpath.  This was never documented anyway.
1027 Thu Mar  3 23:53:46 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1029         * read.c (read_makefile): Variable name for `define' is not just
1030         first token; use whole rest of line and strip trailing blanks.
1032 Wed Feb 16 16:03:45 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1034         * Version 3.70.1.
1036         * read.c (read_makefile): Add -d msg stating args.
1038         * read.c (read_makefile): Use isspace to skip over leading
1039         whitespace, and explicitly avoid skipping over tabs.  Don't want
1040         to skip just spaces though; formfeeds et al should be skipped.
1042         * default.c (default_variables) [__hpux]: Add f in ARFLAGS.
1044         * arscan.c (ar_name_equal) [__hpux]: Subtract 2 instead of 1 from
1045         sizeof ar_name for max length to compare.
1047         * misc.c [GETLOADAVG_PRIVILEGED] [POSIX]: Undefine HAVE_SETREUID
1048         #ifdef HAVE_SETUID; likewise HAVE_SETREGID and HAVE_SETGID.
1050         * main.c (main): Call user_access after setting `program', in case
1051         it needs to use it in an error message.
1053         * read.c (read_makefile): Ignore an empty line starting with a tab.
1055 Thu Feb 10 21:45:31 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1057         * configure.in (AC_SYS_SIGLIST_DECLARED): Use this instead of
1058         AC_COMPILE_CHECK that is now its contents.
1060 Fri Feb  4 16:28:54 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1062         * make.h: #undef strerror after #include <string.h>.
1063         [! ANSI_STRING]: Declare strerror.
1065 Thu Feb  3 02:21:22 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1067         * misc.c (strerror): #undef any macro before function definition.
1069 Mon Jan 31 19:07:23 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1071         * variable.c (try_variable_definition): Calculate BEG before loop
1072         to strip blanks by decrementing END.  Don't decr END to before BEG.
1074         * read.c (read_makefile): Skip over leading space characters, but
1075         not tabs, after removing continuations and comments (it used to
1076         use isspace).
1078 Tue Jan 25 16:45:05 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1080         * variable.c (define_automatic_variables): In $(@D) et al, use
1081         patsubst to remove trailing slash.
1083         * commands.c (delete_target): New function, broken out of
1084         delete_child_targets.  Check for archive members and give special msg.
1085         (delete_child_targets): Use delete_target.
1087 Mon Jan 17 17:03:22 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1089         * default.c (default_suffix_rules): Use $(TEXI2DVI_FLAGS) in
1090         texi2dvi rules. Use $(MAKEINFO_FLAGS) in makeinfo rules.
1092 Tue Jan 11 19:29:55 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1094         * GNUmakefile (tarfiles): Omit make-doc.
1095         (make-$(version).tar): Include make.info*.
1097 Fri Jan  7 16:27:00 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1099         * compatMakefile (configure, config.h.in): Comment out rules.
1101 Thu Jan  6 18:08:08 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1103         * compatMakefile (binprefix, manprefix): New variables.
1104         (instname): Variable removed.
1105         (install): Use $({bin,man}prefix)make in place of $(instname).
1106         File targets likewised renamed.
1108 Mon Jan  3 17:50:25 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1110         * Version 3.70 released.
1112 Thu Dec 23 14:46:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1114         * Version 3.69.3.
1116         * read.c (parse_file_seq): Inside multi-word archive ref
1117         translation loop, check NEW1==0 at end and break out of the loop.
1119         * GNUmakefile (make-$(version).tar): Distribute install.sh.
1120         * install.sh: New file.
1122         * configure.in (SCCS_GET_MINUS_G check): Put redirection for admin
1123         cmds outside subshell parens, to avoid "command not found" msgs
1124         from the shell.
1126 Wed Dec 22 17:00:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1128         * configure.in (SCCS_GET_MINUS_G check): Put -G flag last in get cmd.
1129         Redirect output & error from get to /dev/null.
1130         Fix reversed sense of test.
1132 Fri Dec 17 15:31:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1134         * configure.in (SCCS_GET_MINUS_G check): Use parens instead of
1135         braces inside if condition command; some shells lose.
1137 Thu Dec 16 15:10:23 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1139         * Version 3.69.2.
1141         * arscan.c [M_UNIX]: Move #undef M_XENIX for PORTAR stuff.
1142         (PORTAR) [M_XENIX]: Define to 0 instead of 1.
1144         * main.c (define_makeflags): Only export MAKEFLAGS if !ALL.
1146 Wed Dec 15 17:47:48 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1148         * main.c (main): Cast result of pointer arith to unsigned int
1149         before passing to define_variable for envars.  Matters when
1150         sizeof(unsigned)!=sizeof(ptrdiff_t).
1152 Tue Dec 14 14:21:16 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1154         * configure.in: Add new check for SCCS_GET_MINUS_G.
1155         * config.h.in: Add #undef SCCS_GET_MINUS_G.
1156         * default.c (default_terminal_rules): Use `$(SCCS_OUTPUT_OPTION)' in
1157         place of `-G $@' in SCCS commands.
1158         (default_variables) [SCCS_GET_MINUS_G]: Define SCCS_OUTPUT_OPTION
1159         to "-G$@".
1161         * configure.in (AC_OUTPUT): Put touch stamp-config in second arg
1162         (so it goes in config.status), rather than afterward.
1164         * ar.c (ar_member_date): Don't call enter_file on the archive file
1165         if it doesn't exist (by file_exists_p).
1167         * compatMakefile ($(infodir)/make.info): Replace `$$d/foo.info'
1168         with `$$dir/make.info' in install-info invocation (oops).
1170         * vpath.c (construct_vpath_list): Only set LASTPATH set PATH when
1171         we do not unlink and free PATH.
1173         * file.c (print_file_data_base): Fix inverted calculation for
1174         average files per hash bucket.
1176         * read.c (readline): When we see a NUL, give only a warning and
1177         synthesize a newline to terminate the building line (used to
1178         fatal).  Move fgets call into the loop condition, and after the
1179         loop test ferror (used to test !feof in the loop).
1181 Fri Dec  3 16:40:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1183         * configure.in: Check for strerror in AC_HAVE_FUNCS.
1185 Thu Dec  2 15:37:50 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1187         Differentiate different flavors of missing makefile error msgs,
1188         removing gratuitous `fopen: ' and giving caller for included makefiles.
1189         * misc.c [! HAVE_STRERROR]: Define our own strerror here.
1190         (perror_with_name, pfatal_with_name): Use strerror instead of
1191         replicating its functionality.
1192         * read.c (read_makefile): Return int instead of void.
1193         (read_all_makefiles, read_makefile): Change callers to notice zero
1194         return and give error msg.
1196 Thu Nov 11 11:47:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1198         * Version 3.69.1.
1200         * default.c: Put `-G $@' before $< in SCCS cmds.
1202 Wed Nov 10 06:06:14 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1204         * read.c (read_makefile): After trying a variable defn, notice if
1205         the line begins with a tab, and diagnose an error.
1207 Sun Nov  7 08:07:37 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1209         * Version 3.69.
1211 Wed Nov  3 06:54:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1213         * Version 3.68.10.
1215         * implicit.c (try_implicit_rule): Look for a normal rule before an
1216         archive rule.
1218 Fri Oct 29 16:45:28 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1220         * function.c (expand_function: `sort'): Double NWORDS when it
1221         overflows, instead of adding five.
1223         * compatMakefile (clean): Remove loadavg.
1225 Wed Oct 27 17:58:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1227         * Version 3.68.9.
1229         * file.h (NEW_MTIME): Define new macro.
1230         * main.c (main): Set time of NEW_FILES to NEW_MTIME, not to
1231         current time returned from system.  Removed variable NOW.
1232         * remake.c (notice_finished_file): Use NEW_MTIME in place of
1233         current time here too.
1235 Tue Oct 26 19:45:35 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1237         * Version 3.68.8.
1239         * remake.c (update_file_1): Don't clear MUST_MAKE when FILE has no
1240         cmds and !DEPS_CHANGED unless also !NOEXIST.
1242 Mon Oct 25 15:25:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1244         * read.c (parse_file_seq): When converting multi-word archive
1245         refs, ignore a word beginning with a '('.
1247 Fri Oct 22 02:53:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1249         * configure.in: Check for sys/timeb.h.
1250         * make.h [HAVE_SYS_TIMEB_H]: Test this before including it.
1252 Thu Oct 21 16:48:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1254         * Version 3.68.7.
1256         * rule.c (convert_suffix_rule): New local TARGPERCENT.  Set it to
1257         TARGNAME+1 for "(%.o)", to TARGNAME for "%.?".  Use it in place of
1258         TARGNAME to initialize PERCENTS[0].
1260 Mon Oct 18 06:49:35 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1262         * configure.in: Use AC_HAVE_HEADERS(unistd.h) instead of AC_UNISTD_H.
1263         Remove AC_USG; it is no longer used.
1265         * file.c (print_file): New function, broken out of
1266         print_file_data_base.
1267         (print_file_data_base): Call it.
1268         * rule.c (print_rule): New function, broken out of
1269         print_rule_data_base.
1270         (print_rule_data_base): Call it.
1272 Thu Oct 14 14:54:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1274         * default.c (install_default_suffix_rules): New function, broken
1275         out of install_default_implicit_rules.
1276         (install_default_implicit_rules): Move suffix rule code there.
1277         * make.h: Declare install_default_suffix_rules.
1278         * main.c (main): Call install_default_suffix_rules before reading
1279         makefiles.  Move convert_to_pattern call before
1280         install_default_implicit_rules.
1282         * job.h (struct child): Make `pid' member type `pid_t' instead of
1283         `int'.
1285         * compatMakefile (RANLIB): New variable, set by configure.
1286         (glob/libglob.a): Pass RANLIB value down to submake.
1288         Fixes for SCO 3.2 "devsys 4.2" from pss@tfn.com (Peter Salvitti).
1289         * make.h: Include <sys/timeb.h> before <time.h> for SCO lossage.
1290         * job.c [! getdtablesize] [! HAVE_GETDTABLESIZE]: If NOFILE is not
1291         defined but NOFILES_MAX is, define it to be that.
1293 Mon Oct 11 19:47:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1295         * GNUmakefile (make-$(version).tar): Depend on acconfig.h, so it
1296         is distributed.
1298 Sun Oct  3 15:15:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1300         * default.c (default_terminal_rules): Add `-G $@' to SCCS get cmds.
1302 Tue Sep 28 14:18:20 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1304         * job.c (construct_command_argv_internal): Add ^ to SH_CHARS; it
1305         is another symbol for | in some shells.
1306         * main.c (main): Add it to CMD_DEFS quoting list as well.
1308 Mon Sep 20 18:05:24 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1310         * job.c (construct_command_argv_internal): Remove '=' from
1311         SH_CHARS.  Only punt on '=' if it is unquoted in a word before the
1312         first word without an unquoted '='.
1314         * main.c (define_makeflags): Set v_export for MAKEFLAGS.
1316 Fri Sep 17 00:37:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1318         * remake.c (update_file_1): Use .DEFAULT cmds for phony targets.
1320         * make.h [_AIX && _POSIX_SOURCE]: Define POSIX.
1322         * commands.c (delete_child_targets): Don't delete phony files.
1324         * job.c (start_job_command): Set COMMANDS_RECURSE in FLAGS if we
1325         see a `+' at the beginning of the command line.
1327 Thu Sep  9 17:57:14 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1329         * Version 3.68.6.
1331 Wed Sep  8 20:14:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1333         * main.c (define_makeflags): Define MAKEFLAGS with o_file, not o_env.
1335 Mon Aug 30 12:31:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1337         * expand.c (variable_expand): Fatal on an unterminated reference.
1339 Thu Aug 19 16:27:53 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1341         * Version 3.68.5.
1343         * variable.c (define_automatic_variables): Define new o_default
1344         variable `MAKE_VERSION' from version_string and remote_description.
1346         * make.h (version_string, remote_description): Declare these here.
1347         * main.c: Don't declare version_string.
1348         (print_version): Don't declare remote_description.
1350 Wed Aug 18 15:01:24 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1352         * read.c (read_makefile): Free space pointed to by CONDITIONALS
1353         before restoring the old pointer.
1355 Mon Aug 16 17:33:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1357         * compatMakefile ($(objs)): Depend on config.h.
1359         * GNUmakefile (build.sh.in): Depend on compatMakefile.
1361         * configure.in: Touch stamp-config after AC_OUTPUT.
1363 Fri Aug 13 16:04:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1365         * Version 3.68.4.
1367 Thu Aug 12 17:18:57 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1369         * make.h: Include <config.h> instead of "config.h".
1371 Wed Aug 11 02:35:25 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1373         * main.c (main): Make all variables interned from ENVP be v_export.
1374         * variable.c (try_variable_definition): In v_default case, don't
1375         check for an o_file variable that `getenv' finds.
1377         * job.c (reap_children): New local variable ANY_LOCAL; set it
1378         while setting ANY_REMOTE.  If !ANY_LOCAL, don't wait for local kids.
1380         * main.c (main): Don't call decode_env_switches on MFLAGS.  DOC THIS.
1382         * function.c (expand_function): #if 0 out freeing of ENVP since it
1383         is environ.
1385 Mon Aug  9 17:37:20 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1387         * Version 3.68.3.
1389         * remote-stub.c (remote_status): Set errno to ECHILD before return.
1390         * job.c (reap_children): Scan the chain for remote children and
1391         never call remote_status if there are none.
1393         * function.c (expand_function: `shell'): #if 0 out calling
1394         target_environment; just set ENVP to environ instead.
1396         * job.c (reap_children): Check for negative return from
1397         remote_status and fatal for it.
1398         When blocking local child wait returns 0, then try a blocking call
1399         to remote_status.
1401 Tue Aug  3 00:19:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1403         * compatMakefile (clean): Delete make.info* and make.dvi here.
1404         (distclean): Not here.
1406         * dep.h (RM_*): Use #defines instead of enum to avoid lossage from
1407         compilers that don't like enum values used as ints.
1409 Mon Aug  2 16:46:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1411         * compatMakefile (loadavg): Add $(LOADLIBES).
1413 Sun Aug  1 16:01:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1415         * Version 3.68.2.
1417         * compatMakefile (loadavg, check-loadavg): New targets.
1418         (check): Depend on check-loadavg.
1420         * compatMakefile (glob/libglob.a): Depend on config.h.
1422         * misc.c (log_access): Write to stderr instead of stdout.
1424 Fri Jul 30 00:07:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1426         * Version 3.68.1.
1428 Thu Jul 29 23:26:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1430         * configure.in (SYS_SIGLIST_DECLARED): In test program include
1431         <unistd.h> #ifdef HAVE_UNISTD_H.
1433         * compatMakefile (.PHONY): Put after `all' et al.
1435         * configure.in: Add AC_IRIX_SUN.
1437 Wed Jul 28 17:41:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1439         * Version 3.68.
1441 Mon Jul 26 14:36:49 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1443         * Version 3.67.8.
1445 Sun Jul 25 22:09:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1447         * Version 3.67.7.
1449         * compatMakefile ($(infodir)/make.info): Don't use $(instname).
1450         Run install-info script if present.
1452 Fri Jul 23 16:03:50 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1454         * make.h [STAT_MACROS_BROKEN]: Test this instead of [uts].
1456         * configure.in: Add AC_STAT_MACROS_BROKEN.
1458 Wed Jul 14 18:48:11 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1460         * Version 3.67.6.
1462         * read.c (read_makefile): Recognize directive `-include', like
1463         `include' but sets RM_DONTCARE flag.
1465         * variable.c (target_environment): If FILE is nil, use
1466         current_variable_set_list in place of FILE->variables.
1467         * function.c (expand_function: `shell'): Get an environment for
1468         the child from target_environment instead of using environ.
1470         * dep.h: Declare read_all_makefiles here.
1471         (RM_*): Define new enum constants.
1472         * read.c (read_makefile): Second arg is FLAGS instead of TYPE.
1473         Treat it as a bit mask containing RM_*.
1474         (read_all_makefiles): For default makefiles, set D->changed to
1475         RM_DONTCARE instead of 1.
1476         * main.c: Don't declare read_all_makefiles here.
1477         (main): Check `changed' member of read_makefiles elts for RM_*
1478         flags instead of specific integer values.
1480 Mon Jul 12 22:42:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1482         * make.h [sequent && i386]: #undef POSIX.  From trost@cse.ogi.edu.
1484 Thu Jul  8 19:51:23 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1486         * vpath.c (construct_vpath_list): If ELEM is zero 0, free PATTERN
1487         as well as VPATH.
1488         (build_vpath_lists): Empty `vpaths' around construct_vpath_list
1489         call for $(VPATH).  Expand $(strip $(VPATH)), not just $(VPATH).
1491         * rule.c (convert_suffix_rule): Use alloca instead of xmalloc for
1492         PERCENTS, whose storage is not consumed by create_pattern_rule.
1494         * make.h [__mips && _SYSTYPE_SVR3]: #undef POSIX.
1496 Wed Jun 30 18:11:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1498         * Version 3.67.5.
1500         * rule.c (max_pattern_targets): New variable.
1501         (count_implicit_rule_limits): Compute its value.
1502         * rule.h: Declare it.
1503         * implicit.c (pattern_search): Make TRYRULES max_target_patterns
1504         times bigger.  Move adding new TRYRULES elt inside the inner
1505         targets loop, so each matching target gets its own elt in MATCHES
1506         and CHECKED_LASTSLASH.
1508         * file.c (remove_intermediates): If SIG!=0 say `intermediate file'
1509         instead of just `file' in error msg.
1511 Fri Jun 25 14:55:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1513         * job.c (construct_command_argv): Turn off
1514         --warn-undefined-variables around expansion of SHELL and IFS.
1515         * read.c (tilde_expand): Likewise for HOME.
1516         (read_all_makefiles): Likewise for MAKEFILES.
1517         * vpath.c (build_vpath_lists): Likewise for VPATH.
1519         * main.c (warn_undefined_variables_flag): New flag variable.
1520         (switches): Add --warn-undefined-variables.
1521         * make.h (warn_undefined_variables_flag): Declare it.
1522         * expand.c (warn_undefined): New function.
1523         (reference_variable): Call it if the variable is undefined.
1524         (variable_expand): In substitution ref, call warn_undefined if the
1525         variable is undefined.
1527         * default.c (default_pattern_rules): Add `%.c: %.w %.ch' and
1528         `%.tex: %.w %.ch' rules.
1529         (default_suffix_rules: .w.c, .w.tex): Pass three args: $< - $@.
1530         (default_suffixes): Add `.ch'.
1532 Mon Jun 21 17:55:39 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1534         * default.c (default_suffixes): Replace `.cweb' with `.w'.
1535         (default_suffix_rules): Rename `.cweb.c' and `.cweb.tex' to `.w.c'
1536         and `.w.tex'.
1538 Fri Jun 11 14:42:09 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1540         * compatMakefile ($(bindir)/$(instname)): Add missing backslash.
1542 Thu Jun 10 18:14:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1544         * Version 3.67.4.
1546         * read.c (multi_glob): Don't free OLD and OLD->name in the
1547         FOUND!=0 fork.  Use new block-local variable F instead of
1548         clobbering OLD.
1550         * ar.c (glob_pattern_p): New function, snarfed from glob/glob.c.
1551         (ar_glob): Call it; return nil immediately if MEMBER_PATTERN
1552         contains no metacharacters.
1554 Wed Jun  9 16:25:35 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1556         * ar.c (ar_glob{_match,_alphacompare}): New function.
1558         * dep.h [! NO_ARCHIVES]: Declare it.
1559         * read.c (multi_glob) [! NO_ARCHIVES]: Use it on archive member elts.
1561         * read.c (read_makefile): Pass flag (1) to parse_file_seq, not to
1562         multi_glob (which doesn't take a 3rd arg).
1563         * rule.c (install_pattern_rule): Likewise.
1564         * default.c (set_default_suffixes): Here too.
1565         * function.c (string_glob): Don't pass gratuitous arg to multi_glob.
1567         * read.c (parse_file_seq) [! NO_ARCHIVES]: Add post-processing
1568         loop to translate archive refs "lib(a b)" into "lib(a) lib(b)".
1570 Mon Jun  7 19:26:51 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1572         * compatMakefile (installdirs): Actually pass directory names.
1573         ($(bindir)/$(instname)): Test chgrp&&chmod exit status with `if';
1574         if it fails, echo a warning msg, but don't make the rule fail.
1576         * read.c (tilde_expand): New function, broken out of tilde_expand.
1577         (multi_glob): Call it.
1578         (construct_include_path): Expand ~ in directory names.
1579         * dep.h: Declare tilde_expand.
1580         * main.c (enter_command_line_file): Expand ~ at the start of NAME.
1581         (main): Expand ~ in -C args.
1582         * read.c (read_makefile): Expand ~ in FILENAME unless TYPE==2.
1584 Fri Jun  4 13:34:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1586         * main.c (decode_env_switches): Use xmalloc instead of alloca for ARGS.
1588         * main.c (main): Put result of alloca in temporary variable with
1589         simple assignment, to make SGI compiler happy.
1591 Thu Jun  3 20:15:46 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1593         * Version 3.67.3.
1595         * main.c (main): Before re-execing, remove intermediate files, and
1596         print the data base under -p.  Sexier debugging message.
1598         * implicit.c (pattern_search): Allocate an extra copy of the name
1599         of a winning intermediate file when putting it in FOUND_FILES.
1601 Wed Jun  2 16:38:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1603         * read.c (read_makefile): Pass flag (1) to parse_file_seq, not to
1604         multi_glob (which doesn't take a 3rd arg).
1606         * dir.c (dir_contents_file_exists_p): When reading dirents, ignore
1607         chars within D_NAMLEN that are NULs.
1609         * main.c (decode_switches): Don't savestring ARGV[0] to put it
1610         into `other_args'.
1611         For string switch, don't savestring `optarg'.
1612         (main): Don't free elts of makefiles->list that are "-".
1613         Use alloca'd rather than savestring'd storage for elts of
1614         makefiles->list that are temporary file names.
1615         * read.c (read_all_makefiles): Don't free *MAKEFILES.
1616         * file.c (enter_file): Don't strip `./'s.
1617         * main.c (enter_command_line_file): New function.
1618         (main): Use it in place of enter_file for command-line goals from
1619         other_files, and for old_files and new_files.
1621 Mon May 31 18:41:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1623         * Version 3.67.2.
1625         * compatMakefile (.SUFFIXES): Add .info.
1626         ($(infodir)/$(instname).info): Find make.info* in cwd if there,
1627         else in $srcdir.  Use basename to remove dir name from installed name.
1629 Thu May 27 17:35:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1631         * implicit.c (pattern_search): When interning FOUND_FILES, try
1632         lookup_file first; if found, free the storage for our copy of the name.
1634 Wed May 26 14:31:20 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1636         * Version 3.67.1.
1638         * main.c (decode_switches): In usage msg, write `--switch=ARG' or
1639         `--switch[=OPTARG]' rather than `--switch ARG' or `--switch [ARG]'.
1641 Mon May 24 16:17:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1643         * rule.c (convert_suffix_rule): New function.
1644         (convert_to_pattern): Use it instead of doing all the work here
1645         several times.
1646         For target suffix `.a', generate both the archive magic rule and
1647         the normal rule.
1649         * compatMakefile (distclean): Remove stamp-config.
1651 Sat May 22 16:15:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1653         * Version 3.67.
1655         * file.c (remove_intermediates): Don't write extra space after `rm'.
1657         * main.c (struct command_switch.type): Remove `usage_and_exit'.
1658         (print_usage_flag): New variable.
1659         (switches: --help): Make type `flag', to set print_usage_flag.
1660         (init_switches): Remove `usage_and_exit' case.
1661         (decode_switches): Likewise.
1662         (decode_switches): Print usage if print_usage_flag is set.
1663         When printing usage, die with status of BAD.
1664         (main): Die with 0 if print_version_flag.
1666 Fri May 21 16:09:28 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1668         * Version 3.66.
1670 Wed May 19 21:30:44 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1672         * compatMakefile (installdirs): New target.
1673         (install): Depend on it.
1675 Sun May 16 20:15:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1677         * Version 3.65.2.
1679 Fri May 14 16:40:09 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1681         * vpath.c (construct_vpath_list): In removal loop for DIRPATH==0,
1682         set LASTPATH to PATH, not NEXT.
1684         * dir.c (read_dirstream): Break out of loop after incrementing
1685         DS->buckets such that it reaches DIRFILE_BUCKETS; avoid trying to
1686         dereference DS->contents->files[DIRFILE_BUCKETS].
1688         * read.c (read_makefile): Clear no_targets after reading a
1689         targetful rule line.
1691         * main.c (main): If print_version_flag is set, exit after printing
1692         the version.
1693         (switches): Change --version docstring to say it exits.
1695         * make.h [butterfly]: #undef POSIX.
1697 Wed May 12 15:20:21 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1699         * Version 3.65.1.
1701         * arscan.c (ar_scan) [! AIAMAG]: Don't declare LONG_NAME.
1702         [AIAMAG]: Pass TRUNCATE flag arg to (*FUNCTION), always zero.
1704         * function.c (handle_function): Use fatal instead of
1705         makefile_fatal when reading_filename is nil.
1707         * configure.in: Add AC_GETGROUPS_T.
1708         * job.c (search_path): Use GETGROUPS_T in place of gid_t.
1710 Sun May  9 15:41:25 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1712         * Version 3.65.
1714 Fri May  7 18:34:56 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1716         * function.c (handle_function): Fatal for unmatched paren.
1718 Thu May  6 16:13:41 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1720         * Version 3.64.3.
1722         * commands.c (handling_fatal_signal): New variable.
1723         (fatal_error_signal): Set it.
1724         * job.c (reap_children): Avoid nonreentrant operations if that is set.
1725         * make.h: Declare handling_fatal_signal.
1727         * expand.c (reference_variable): New function, snippet of code
1728         broken out of simple-reference case of variable_expand.
1729         (variable_expand): Use it for simple refs.
1730         (variable_expand): When checking for a computed variable name,
1731         notice a colon that comes before the final CLOSEPAREN.  Expand
1732         only up to the colon, and then replace the pending text with a
1733         copy containing the expanded name and fall through to subst ref
1734         handling.
1735         (variable_expand): Don't bother expanding the name if a colon
1736         appears before the first $.
1737         (expand_argument): Use alloca instead of savestring.
1738         (variable_expand): For subst ref, expand both sides of = before
1739         passing to [pat]subst_expand.  Use find_percent instead of lindex
1740         to check the lhs for a %.
1742 Wed May  5 14:45:52 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1744         * Version 3.64.2.
1746 Mon May  3 17:00:32 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1748         * arscan.c (ar_name_equal) [AIAMAG]: Abort if TRUNCATED is nonzero.
1750         * read.c (read_makefile): Pass extra arg of 1 to parse_file_seq,
1751         not to multi_glob.
1753 Thu Apr 29 19:47:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1755         * Version 3.64.1.
1757         * arscan.c (ar_scan): New local flag var LONG_NAME.  Set it when
1758         we read the member name in any of the fashions that allow it to be
1759         arbitrarily long.  Pass its negation to FUNCTION.
1760         (describe_member): Take TRUNCATED from ar_scan and print it.
1761         (ar_name_equal): Take new arg TRUNCATED; if nonzero, compare only
1762         the first sizeof (struct ar_hdr.ar_name) chars.
1763         (ar_member_pos): Take TRUNCATED from ar_scan, pass to ar_name_equal.
1764         * ar.c (ar_member_date_1): Likewise.
1766 Wed Apr 28 21:18:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1768         * job.c (reap_children): Before calling start_job_command to start
1769         the next command line, reset C->remote by calling start_remote_job_p.
1771 Mon Apr 26 15:56:15 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1773         * arscan.c (ar_scan): New local var NAMEMAP.
1774         In loop, rename NAME to NAMEBUF; new var NAME is a pointer; new
1775         flag IS_NAMEMAP.  When extracting the member name, always put a
1776         null at its end first.  If the name is "//" or "/ARFILENAMES", set
1777         IS_NAMEMAP.  If we have already read in NAMEMAP, and NAME looks
1778         like " /N", get full name from NAMEMAP+N.
1779         Else if NAME looks like "#1/N", read N chars from the
1780         elt data to be the full name.  At end of loop, if IS_NAMEMAP, read
1781         the elt's data into alloca'd NAMEMAP.
1782         (ar_name_equal): #if 0 truncating code.
1784         * make.h: Don't declare vfork at all.  It returns int anyway,
1785         unless <unistd.h> declared it; and we conflicted with some systems.
1787         * main.c (define_makeflags): If FLAGSTRING[1] is '-', define
1788         MAKEFLAGS to all of FLAGSTRING, not &FLAGSTRING[1].  Don't want to
1789         define it to something like "-no-print-directory".
1790         Use %g format instead of %f for floating-valued things.
1792 Thu Apr 22 18:40:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1794         * GNUmakefile (Makefile.in): Use a substitution ref on nolib-deps
1795         to change remote-%.dep to remote-stub.dep.
1797 Wed Apr 21 15:17:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1799         * Version 3.64.
1801 Fri Apr 16 14:22:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1803         * compatMakefile (install): Remove - prefix from chgrp+chmod.
1805         * Version 3.63.8.
1807 Thu Apr 15 18:24:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1809         * acconfig.h: New file; contains "#undef SCCS_GET" for autoheader.
1810         * configure.in: If /usr/sccs/get exists, define SCCS_GET to that,
1811         else to "get".
1812         * default.c (default_variables): Set GET to macro SCCS_GET.
1814         * read.c (parse_file_seq): Take extra arg STRIP; strip `./' only
1815         if nonzero.  I hope this is the last time this argument is added
1816         or removed.
1817         (read_makefile): Pass it 1 when parsing include file names.
1818         Pass it 1 when parsing target file names.
1819         Pass it 1 when parsing static pattern target pattern names.
1820         * rule.c (install_pattern_rule): Pass it 1 when parsing rule deps.
1821         * default.c (set_default_suffixes): Pass it 1 when parsing
1822         default_suffixes.
1823         * function.c (string_glob): Pass it 0 here.
1825 Wed Apr 14 11:32:05 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1827         * misc.c (log_access): New function.
1828         ({init,user,make,child}_access): Call it.
1829         (child_access): Abort if !access_inited.
1831         * main.c (switches: --no-print-directory): Use 1 instead of -1 for
1832         single-letter option.
1833         (init_switches, decode_switches, define_makeflags): An option with
1834         no single-letter version is no longer indicated by a value of -1;
1835         instead a value that is !isalnum.
1836         (init_switches): Don't put such switches into the string, only
1837         into the long_option table.
1839         * make.h [!NSIG] [!_NSIG]: #define NSIG 32.
1841         * job.c [HAVE_WAITPID]: Remove #undef HAVE_UNION_WAIT.  AIX's
1842         bsdcc defined WIF* to use union wait.
1844         * main.c (struct command_switch): Change member `c' to type int.
1845         (switches): Make const.
1846         (decode_switches): Use `const struct command_switch *'.
1847         (define_makeflags): Likewise.
1849         * default.c (default_suffix_rules): Add `-o $@' to makeinfo rules.
1851 Mon Apr 12 12:30:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1853         * Version 3.63.7.
1855         * configure.in (AC_HAVE_HEADERS): Check for string.h and memory.h.
1856         Removed AC_MEMORY_H.
1857         * make.h [USG, NeXT]: Don't test these.
1858         [HAVE_STRING_H]: Test this to include string.h and define ANSI_STRING.
1859         [HAVE_MEMORY_H]: Test this instead of NEED_MEMORY_H.
1860         [! ANSI_STRING]: Put decls of bcopy et al here.
1861         [sparc]: Don't test this for alloca.h; HAVE_ALLOCA_H is sufficient.
1862         [HAVE_SIGSETMASK]: Test this rather than USG.
1863         [__GNU_LIBRARY__ || POSIX]: Don't #include <unistd.h> again.
1864         * main.c (main): Handle SIGCHLD if defined, and SIGCLD if defined.
1865         It doesn't hurt to do both if they are both defined, and testing
1866         USG is useless.
1867         * dir.c: Rationalize directory header conditionals.
1868         * arscan.c [HAVE_FCNTL_H]: Test this rather than USG || POSIX.
1870         * default.c (default_suffixes): Add `.txinfo'.
1871         (default_suffix_rules): Add `.txinfo.info' and `.txinfo.dvi' rules.
1873         * variable.c (try_variable_definition): Replace RECURSIVE flag
1874         with enum FLAVOR, which can be simple, recursive, or append.
1875         Recognize += as append flavor.  Set new variable VALUE in a switch
1876         on FLAVOR.  For append flavor, prepend the variable's old value.
1877         If the variable was previously defined recursive, set FLAVOR to
1878         recursive; if it was defined simple, expand the new value before
1879         appending it to the old value.  Pass RECURSIVE flag to
1880         define_variable iff FLAVOR == recursive.
1882         * variable.c (try_variable_definition): Use alloca and bcopy for
1883         NAME, instead of savestring.  Might as well use stack storage
1884         since we free it immediately anyway.
1886 Thu Apr  8 18:04:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1888         * job.c (start_waiting_jobs): Move decl of JOB outside of loop.
1890         * main.c (define_makeflags): Rename `struct flag' member `switch'
1891         to `cs', which is not a reserved word.
1893 Wed Apr  7 15:30:51 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1895         * job.c (new_job): Call start_waiting_jobs first thing.
1896         (start_waiting_job): Changed return type from void to int.
1897         Return 0 when putting the child on the waiting_jobs chain.
1898         (start_waiting_jobs): Don't check load and job_slots here.
1899         Always take a job off the chain and call start_waiting_job on it;
1900         give up and return when start_waiting_job returns zero.
1902         * main.c (define_makeflags: struct flag): Change member `char c' to
1903         `struct command_switch *switch'.
1904         (ADD_FLAG): Set that to CS instead of CS->c.
1905         If CS->c is -1, increment FLAGSLEN for the long name.
1906         When writing out FLAGS, handle FLAGS->switch->c == -1 and write
1907         the long name instead.
1909         * compatMakefile (stamp-config): New target of old config.h rule.
1910         Touch stamp-config after running config.status.
1911         (config.h): Just depend on stamp-config, and have empty commands.
1913 Mon Apr  5 20:14:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1915         * job.c [HAVE_WAITPID]: #undef HAVE_UNION_WAIT.
1917         * configure.in (AC_HAVE_FUNCS): Check for psignal.
1919 Fri Apr  2 17:15:46 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1921         * main.c (long_option_aliases): Remove "new"; it is already an
1922         unambiguous prefix of "new-file".
1924 Sun Mar 28 16:57:17 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1926         * Version 3.63.6.
1928 Wed Mar 24 14:26:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1930         * vpath.c (selective_vpath_search): When adding the
1931         name-within-directory at the end of NAME, and we don't add a
1932         slash, don't copy FILENAME in one char too far into NAME.
1934         * variable.c (define_automatic_variables): Find default_shell's
1935         length with strlen, not numerology.
1937 Wed Mar 17 20:02:27 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1939         * main.c (define_makeflags): Add the elts of a string option in
1940         reverse order, so they come out right when reversed again.
1942 Fri Mar 12 15:38:45 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1944         * compatMakefile (make.info): Use `-o make.info'.
1946 Thu Mar 11 14:13:00 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1948         * compatMakefile (REMOTE): Set to @REMOTE@; change comments to
1949         reflect new use.
1950         (objs): Replace remote.o with remote-$(REMOTE).o.
1951         (srcs): Replace remote.c with remote-$(REMOTE).c.
1952         (remote.o): Rule removed.
1954         * configure.in (REMOTE): Subst this in Makefile et al; default "stub".
1955         Use AC_WITH to grok --with-customs arg to set REMOTE=cstms.
1956         * GNUmakefile (build.sh.in): Filter out remote-% from objs list.
1957         * build.template (REMOTE): New var; set to @REMOTE@.
1958         (objs): Add remote-${REMOTE}.o.
1960 Wed Mar 10 15:12:24 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1962         * Version 3.63.5.
1964         * implicit.c (pattern_search): Fix "dependent"->"dependency" in
1965         "Rejecting impossible" -d msg.
1967         * file.c (file_hash_enter): New local vars {OLD,NEW}BUCKET.  Store
1968         mod'd values there; never mod {OLD,NEW}HASH.
1970 Mon Mar  8 13:32:48 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
1972         * remake.c [eta10]: Include <fcntl.h> instead of <sys/file.h>.
1974         * compatMakefile (VPATH): Set this to @srcdir@.
1975         (srcdir): Set this to $(VPATH).
1977         * main.c (main): New local var DIRECTORY_BEFORE_CHDIR.  Save in it
1978         a copy of CURRENT_DIRECTORY after the first getcwd.  Use it
1979         instead of CURRENT_DIRECTORY when chdir'ing back before re-execing.
1981         * remake.c (notice_finished_file): Pass missing SEARCH arg to f_mtime.
1983         * read.c (read_makefile): Remove extraneous arg to parse_file_seq.
1985 Mon Feb 22 14:19:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1987         * compatMakefile ($(infodir)/$(instname).info): Use , instead of /
1988         as the sed delimiter char.
1990 Sun Feb 21 14:11:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
1992         * Version 3.63.4.
1994         * rule.h (struct rule): Removed `subdir' member.
1995         * rule.c (new_pattern_rule): No need to clear it.
1996         (count_implicit_rule_limits): Set the `changed' flag in each dep
1997         that refers to a nonexistent directory.  No longer set rule-global
1998         `subdir' flag with that information.
1999         (print_rule_data_base): Don't record info on `subdir' flags.
2001         * implicit.c (pattern_search): Check the DEP->changed flag rather
2002         than the (now gone) RULE->subdir flag.  Also test CHECK_LASTSLASH;
2003         if it is set, the file might exist even though the DEP->changed
2004         flag is set.
2006         * rule.c (count_implicit_rule_limits): Pass "", not ".", as file
2007         name arg to dir_file_exists_p to check for existence of directory.
2009         * implicit.c (pattern_search): Inside dep-finding loop, set
2010         CHECK_LASTSLASH from the value recorded in CHECKED_LASTSLASH[I],
2011         rather than computing it anew.
2013         * commands.c (set_file_variables): Must alloca space for PERCENT
2014         and copy it, to avoid leaving the trailing `)' in the value.
2016         * misc.c (remove_comments): Fixed backslash-checking loop
2017         condition to allow it to look at the first char on the line.
2018         P2 >= LINE, not P2 > LINE.
2020         * compatMakefile ($(bindir)/$(instname)): Before moving $@.new to
2021         $@, rm $@.old and mv $@ to $@.old.
2023         * variable.c (try_variable_definition): Take new args FILENAME and
2024         LINENO.  Fatal if the variable name is empty.
2025         * read.c (read_makefile): Change callers.
2026         * main.c (main): Likewise.
2028         * compatMakefile (group): Define to @KMEM_GROUP@, autoconf magic
2029         that configure will replace with the group owning /dev/kmem.
2031 Mon Feb  8 14:26:43 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2033         * vpath.c (vpath_search): Take second arg MTIME_PTR, pass thru to
2034         selective_vpath_search.
2035         (selective_vpath_search): Take second arg MTIME_PTR.
2036         If the dir cache thinks a file exists, stat it to make sure, and
2037         put the modtime in *MTIME_PTR.
2038         * remake.c (library_search): Take second arg MTIME_PTR.
2039         When we find a match, record its mtime there.
2040         Pass MTIME_PTR through to vpath_search to do same.
2041         (f_mtime): Pass &MTIME as new 2nd arg to {vpath,library}_search;
2042         store it in FILE->last_mtime if set nonzero.
2043         * implicit.c (pattern_search): Pass nil 2nd arg to vpath_search.
2045         * compatMakefile (remote.o): Prepend `$(srcdir)/' to `remote-*.c',
2046         so globbing looks somewhere it will find things.
2048         * compatMakefile ($(infodir)/$(instname).info): Install `make.info*'
2049         not `$(srcdir)/make.info*'; no need to use basename.
2051 Fri Feb  5 12:52:43 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2053         * Version 3.63.3.
2055         * compatMakefile (install): Add missing ;\s.
2057         Make -, @, and + prefixes on a pre-expanded command line affect
2058         all lines in the expansion, not just the first.
2059         * commands.h (struct commands): Replace `lines_recurse' member
2060         with `lines_flags'.
2061         (COMMANDS_{RECURSE,SILENT,NOERROR}): New macros, bits to set in
2062         that flag byte.
2063         * commands.c (chop_commands): Set `lines_flags' instead of
2064         `lines_recurse'.  Record not only + but also @ and - prefixes.
2065         * remake.c (notice_finished_file): Check the COMMANDS_RECURSE bit
2066         in FILE->cmds->lines_flags, rather than FILE->cmds->lines_recurse.
2067         * job.c (start_job_command): Replaced RECURSIVE and NOPRINT local
2068         var with FLAGS; initialize it to the appropriate `lines_flags' byte.
2069         Set CHILD->noerror if the COMMANDS_NOERROR bit is set in FLAGS.
2070         Set the COMMANDS_SILENT bit in FLAGS for a @ prefix.
2072         * remake.c (update_goal_chain): Set G->file to its prev after
2073         checking for G being finished, since that check needs to examine
2074         G->file.
2076         * configure.in (union wait check) [HAVE_WAITPID]: Try using
2077         waitpid with a `union wait' STATUS arg.  If waitpid and union wait
2078         don't work together, we should not use union wait.
2080         * Version 3.63.2.
2082         * remake.c (update_goal_chain): When G->file->updated, move
2083         G->file to its prev.  We aren't finished until G->file is nil.
2085 Thu Feb  4 12:53:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2087         * main.c (starting_directory): New global variable.
2088         (main): Set it to cwd after doing -Cs.
2089         (log_working_directory): Use it, rather than computing each time.
2090         * make.h: Declare it.
2092         * compatMakefile (SHELL): Define to /bin/sh for losing Unix makes.
2094         * main.c (decode_env_switches): Allocate (1 + LEN + 1) words for
2095         ARGV, rather than LEN words plus one byte.
2097 Wed Feb  3 18:13:52 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2099         * compatMakefile ($(bindir)/$(instname)): Put - before
2100         install_setgid command line, so its failure won't be an error.
2101         (infodir): New variable.
2102         (install): Depend on $(infodir)/$(instname).info.
2103         ($(infodir)/$(instname).info): New target.
2105         * read.c (read_makefile): If FILENAMES is nil when we see a line
2106         starting with a tab, don't treat it as a command.  Just fall
2107         through, rather than giving an error.
2109         * read.c (read_makefile): If the NO_TARGETS flag is set when we see a
2110         command line, don't clear it before continuing.  We want
2111         subsequent command lines to be ignored as well.
2113         * job.c (new_job): Before expanding each command line, collapse
2114         backslash-newline combinations that are inside var or fn references.
2116 Mon Feb  1 16:00:13 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2118         * compatMakefile (exec_prefix): Default to $(prefix), not /usr/local.
2120         * compatMakefile (make.info): Pass -I$(srcdir) to makeinfo.
2122         * job.c [POSIX] (unblock_sigs): Made global.
2123         [!POSIX] (unblock_sigs): Move defns to job.h.
2124         * job.h [POSIX] (unblock_sigs): Declare.
2126 Sun Jan 31 19:11:05 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2128         * read.c (read_makefile): In vpath parsing, after finding the
2129         pattern token, take entire rest of line as the search path, not
2130         just the next token.
2132         * compatMakefile (remote.o): Depend on remote-*.c.
2134 Thu Jan 28 16:40:29 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2136         * commands.c (set_file_variables): Don't define any F or D versions.
2137         * variable.c (define_automatic_variables): Define them here as
2138         recursively-expanded variables that use the dir and notdir funcs.
2140         * variable.c (target_environment): In v_default case, don't export
2141         o_default or o_automatic variables.
2143         * configure.in (union wait check): Remove ` and ' inside C code;
2144         they confuse the shell script.
2146 Mon Jan 25 13:10:42 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2148         * Version 3.63.1.
2150         * vpath.c (construct_vpath_list): When skipping further processing
2151         of an elt that is ".", don't also skip the code that pushes P past
2152         the next separator.
2154         * compatMakefile (distclean): Don't remove make-*.
2156         * configure.in (HAVE_UNION_WAIT): Try to use WEXITSTATUS if it's
2157         defined.  If one cannot use WEXITSTATUS with a `union wait'
2158         argument, we don't want to believe the system has `union wait' at all.
2160         * remake.c (update_file): Do nothing to print "up to date" msgs.
2161         (update_goal_chain): Do it here instead.
2162         Use the `changed' flag of each goal's `struct dep' to keep track
2163         of whether files_remade (now commands_started) changed around a
2164         call to update_file for that goal.
2165         When a goal is finished, and its file's update_status is zero (i.e.,
2166         success or nothing done), test the `changed' flag and give an "up
2167         to date" msg iff it is clear.
2168         * make.h (files_remade): Renamed to commands_started.
2169         * remake.c: Changed defn.
2170         (update_goal_chain): Changed uses.
2171         * job.c (start_job_command): Increment commands_started here.
2172         (reap_children): Not here.
2174         * remake.c (update_goal_chain): Don't do anything with files'
2175         `prev' members.  update_file now completely handles this.
2177         * variable.c (target_environment): Don't expand recursive
2178         variables if they came from the environment.
2180         * main.c (define_makeflags): For flags with omitted optional args,
2181         store {"", 0} with ADD_FLAG.  When constructing FLAGSTRING, a flag
2182         so stored cannot have more flags appended to the same word.
2184 Fri Jan 22 14:46:16 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2186         * variable.c (print_variable_set): In vars/bucket calculation,
2187         don't spuriously multiply by 100.
2189         * Version 3.63.
2191         * job.c [!HAVE_UNION_WAIT] (WTERMSIG, WCOREDUMP, WEXITSTATUS):
2192         Don't define if already defined.
2194         * remake.c (update_file): Don't keep track of the command_state before
2195         calling update_file_1.  Remove local variable COMMANDS_FINISHED,
2196         and don't test it to decide to print the "is up to date" msg.
2197         Testing for files_remade having changed should always be sufficient.
2198         The old method lost when we are called in the goal chain run on a
2199         makefile, because the makefile's command_state is already
2200         `cs_finished' from the makefile chain run.
2202         * misc.c [HAVE_SETRE[GU]ID]: Test these to decl setre[gu]id.
2204         * configure.in: Rewrote wait checking.
2205         Use AC_HAVE_HEADERS to check for <sys/wait.h>.
2206         Use AC_HAVE_FUNCS to check for waitpid and wait3.
2207         Use a compile check to test just for `union wait'.
2208         * job.c: Rewrote conditionals accordingly.
2209         [HAVE_WAITPID]: Test this only to define WAIT_NOHANG.
2210         [HAVE_WAIT3]: Likewise.
2211         [HAVE_UNION_WAIT]: Test this to define WAIT_T and W*.
2213         * configure.in: Set CFLAGS and LDFLAGS before all checks.
2215         * dir.c: Add static forward decls of {open,read}_dirstream.
2217 Thu Jan 21 17:18:00 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2219         * Version 3.62.31.
2221         * job.c [NGROUPS_MAX && NGROUPS_MAX==0]: #undef NGROUPS_MAX.
2223         * compatMakefile (CFLAGS, LDFLAGS): Set to @CFLAGS@/@LDFLAGS@.
2224         * build.template (CFLAGS, LDFLAGS): Same here.
2225         * configure.in: AC_SUBST(CFLAGS) and LDFLAGS.
2226         Set them to -g if not defined in the environment.
2228         * remake.c (library_search): Use LIBNAME consistently, setting it
2229         only once, to be the passed name sans `-l'.
2230         Pass new var FILE to be modified by vpath_search.
2232 Mon Jan 18 14:53:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2234         * Version 3.62.30.
2236         * job.c (start_waiting_jobs): Return when job_slots_used is equal to
2237         job_slots.
2239         * configure.in: Add AC_CONST for the sake of getopt.
2241         * read.c (read_makefile): Continue after parsing `override'
2242         directive, rather than falling through to lossage.
2243         Check for EOL or blank after "override define".
2245         * compatMakefile (.c.o, remote.o): Put $(CFLAGS) after other switches.
2247 Fri Jan 15 12:52:52 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2249         * Version 3.62.29.
2251         * main.c (define_makeflags): After writing everything into
2252         FLAGSTRING, only back up two chars if [-1] is a dash, meaning we
2253         just wrote " -".  Always terminate the string at *P.
2255         * remake.c (library_search): When constructing names in std dirs,
2256         use &(*LIB)[2] for the stem, not LIBNAME (which points at the
2257         buffer we are writing into!).
2259 Thu Jan 14 13:50:06 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2261         * read.c (read_makefile): Set IN_IGNORED_DEFINE for "override
2262         define" when IGNORING is true.
2264         * compatMakefile (distclean): Remove config.status and build.sh.
2266 Wed Jan 13 16:01:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2268         * Version 3.62.28.
2270         * misc.c (xmalloc, xrealloc): Cast result of malloc/realloc to
2271         (char *).
2273         * arscan.c (ar_scan) [AIAMAG]: Cast read arg to (char *).
2275         * variable.c (define_automatic_variables): Override SHELL value for
2276         origin o_env_override as well as o_env.
2278         * GNUmakefile (build.sh.in): Don't replace %globobjs%.  Instead,
2279         add the names of the glob objects (w/subdir) to %objs%.
2280         * build.template (globobjs): Removed.
2281         Take basename of $objs before linking.
2283 Tue Jan 12 12:31:06 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2285         * Version 3.62.27.
2287         * configure.in (AC_OUTPUT): Also edit build.sh.
2288         * build.template: New file.
2289         * GNUmakefile (build.sh.in): New rule to create it from build.template.
2290         (make-$(version).tar.Z): Depend on build.sh.in.
2292         * main.c (die): Call print_data_base if -p.
2293         (main): Don't call it here.
2295         * compatMakefile (defines): Add @DEFS@.  configure should turn this
2296         into -DHAVE_CONFIG_H.
2298 Mon Jan 11 14:39:23 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2300         * Version 3.62.26.
2302         * misc.c (init_access): Surround with #ifdef GETLOADAVG_PRIVILEGED.
2303         ({make,user,child}_access) [! GETLOADAVG_PRIVILEGED]: Make no-op.
2304         * compatMakefile (install_setgid): New var, set by configure.
2305         (install): Install setgid $(group) only if $(install_setgid) is true.
2307 Fri Jan  8 15:31:55 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2309         * job.c (load_too_high): If getloadavg fails with errno==0, give a
2310         message saying that load limits are not supported.
2312         * vpath.c (construct_vpath_list): Rewrote path deletion code to
2313         not try to use PATH's next link after freeing PATH.
2315         * main.c (define_makeflags): Rewritten; now handles string-valued
2316         option, and has no arbitrary limits.
2317         (switches): Set `toenv' flag for -I and -v.
2319         * main.c (decode_env_switches): Cast return value of alloca to char *.
2321         * misc.c (child_access) [HAVE_SETREUID, HAVE_SETREGID]: Use
2322         setre[gu]id in place of set[gu]id.
2324 Wed Jan  6 15:06:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2326         * main.c (main): Define MAKEOVERRIDES, MAKE, and MAKE_COMMAND with
2327         origin o_default.
2329         * make.h [POSIX]: Don't test this to use ANSI_STRING.
2330         Testing STDC_HEADERS should be sufficient.
2332         * job.h: Declare start_waiting_jobs.
2334         * read.c (read_makefile): Add missing parens in if stmt that find
2335         conditional directives.
2337         * main.c (main): Declare init_dir.
2338         * implicit.c (pattern_search): Always use two % specs in a
2339         DEBUGP2, and always pass two non-nil args.
2340         Cast field width args to int.
2341         Add missing parens in !RULE->subdir if stmt.
2342         * function.c (expand_function, patsubst_expand): Add parens around
2343         assignments inside `while' stmts.
2344         * commands.c (print_commands): Cast field width args to int.
2346         * read.c (do_define): Cast return value of alloca to (char *).
2348         * main.c (init_switches): New function, broken out of decode_switches.
2349         (decode_switches): Take new arg ENV.  If set, ignore non-option
2350         args; print no error msgs; ignore options with clear `env' flags.
2351         (decode_env_switches): Rewritten to chop envar value into words
2352         and pass them to decode_switches.
2353         (switches): Set `env' flag for -I and -v.
2355         * dir.c (init_dir): Cast free to __glob_closedir_hook's type.
2357 Tue Jan  5 14:52:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2359         * Version 3.62.25.
2361         * job.c [HAVE_SYS_WAIT || !USG]: Don't #include <sys/time.h> and
2362         <sys/resource.h>.  <sys/time.h> interacts badly with <time.h>, and
2363         we don't need these anyway.
2365         * configure.in (AC_HAVE_FUNCS): Check for setre[gu]id.
2366         * misc.c ({user,make}_access): Test #ifndef HAVE_SETRE[GU]ID, not
2367         #ifdef POSIX || USG.  SunOS 4.1 is supposedly POSIX.1 compliant,
2368         but its set[gu]id functions aren't; its setre[gu]id functions work.
2370         * misc.c ({user,make,child}_access): Give name of caller in error msgs.
2372         * job.c (load_too_high): Say "cannot enforce load limit" in error msg.
2374         * configure.in: Call AC_PROG_CC.
2375         * compatMakefile (CC): Define to @CC@ (autoconf magic).
2377         * compatMakefile: Add .NOEXPORT magic target.
2379 Mon Jan  4 17:00:03 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2381         * main.c (print_version): Updated copyright to include 93.
2383 Thu Dec 31 12:26:15 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2385         * make.h [_AIX]: Don't declare alloca.
2387 Tue Dec 29 13:45:13 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2389         * Version 3.62.24.
2391         * compatMakefile (objs): Add signame.o.
2392         (srcs): Add signame.[ch].
2394         * compatMakefile (srcs): Add config.h.in.
2395         (remote.o): Add -I. before -I$(srcdir).
2397 Mon Dec 28 15:51:26 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2399         * Version 3.62.23.
2401         * read.c (readline): Fatal when LEN==0, indicating a line starting
2402         with a NUL.
2403         (readline): Take new arg LINENO, for use in error msg.
2404         (read_makefile, do_define): Pass it.
2406         * compatMakefile (glob/libglob.a): Pass -DHAVE_CONFIG_H in CPPFLAGS.
2407         (.c.o): Add -I. before -I$(srcdir).
2409 Wed Dec 23 12:12:04 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2411         * read.c (read_makefile): Accept and ignore a rule with no targets.
2413         * compatMakefile (ALLOCA_SRC): New variable.
2414         (srcs): Include its value.
2416         * read.c (struct conditional): Renamed member `max_ignoring' to
2417         `allocated'; added new member `seen_else'.
2418         (conditional_line): Initialize seen_else flag when starting an `if...';
2419         set it when we see an `else'; fatal if set when we see `else'.
2420         (read_makefile): Fatal "missing `endif'" if there are any pending
2421         conditionals, not just if we are still ignoring.
2423 Tue Dec 22 15:36:28 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2425         * compatMakefile (manext): Set to 1, not l.
2426         ($(mandir)/$(instname).$(manext)): Use $(srcdir) for make.man in cmds.
2428         * file.c (file_hash_enter): Don't call uniquize_deps here.
2429         * read.c (record_files): Likewise.
2430         * implicit.c (pattern_search): Likewise.
2431         * commands.c (set_file_variables): Call it only here.
2433         * default.c (default_variables) [__convex__]: FC=fc.
2435         * variable.c (target_environment): Expand the values of recursively
2436         expanded variables when putting them into the environment.
2437         * expand.c (recursively_expand): Made global.
2438         * make.h (recursively_expand): Declare it.
2440         * remake.c (check_dep): Set FILE->command_state to cs_deps_running
2441         when a dep's command_state is cs_running or cs_deps_running.
2443         * read.c (read_makefile): Changed error msg for spurious cmds to
2444         not say "first target".
2446 Sun Dec 20 17:56:09 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
2448         * configure.in: Do AC_CONFIG_HEADER right after AC_INIT.
2449         * make.h (HAVE_CONFIG_H): #include "config.h", then #define this.
2450         * compatMakefile (config.h, configure, config.h.in): New rules.
2451         (defines): Removed @DEFS@.
2453 Thu Dec 17 16:11:40 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2455         * compatMakefile (realclean): Just depend on distclean; no cmds.
2456         (distclean): Do what realclean did before; also remove Makefile and
2457         config.h; don't remove configure.
2458         (info, dvi): New targets; depend on make.{info,dvi}.
2459         (doc): Removed target.
2460         (MAKEINFO, TEXI2DVI): New vars.
2461         (make.info, make.dvi): Use them instead of explicit cmds.
2463 Wed Dec 16 16:25:24 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2465         * configure.in: Added fcntl.h to AC_HAVE_HEADERS.  getloadavg cares.
2467 Wed Dec  9 15:21:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2469         * main.c (long_option_aliases): Add --new-file alias for -W.
2471         * default.c (default_variables): Change all C++ to CXX and C++FLAGS
2472         to CXXFLAGS.
2474         * read.c (do_define): Expand the variable name before using it.
2476         * main.c (main): Define variable "MAKE_COMMAND" to argv[0];
2477         define "MAKE=$(MAKE_COMMAND) $(MAKEOVERRIDES)" always.
2479         * remake.c (library_search): Search for libNAME.a in cwd; look in
2480         vpath before looking in standard dirs, not after.
2481         Changed order of std dirs to: /lib, /usr/lib, ${prefix}/lib.
2483 Mon Nov 23 14:57:34 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2485         * default.c (default_pattern_rules, default_terminal_rules): Added
2486         brackets around initializers.
2488         * variable.c (try_variable_definition): Don't check for LINE[0]=='\t'.
2489         (try_variable_definition): Expand the name before defining the var.
2491         * job.c (init_siglist): Removed function.
2492         Removed decl of `sys_siglist'.
2493         * make.h [! HAVE_SYS_SIGLIST]: #include "signame.h".
2494         [HAVE_SYS_SIGLIST && !SYS_SIGLIST_DECLARED]: Declare sys_siglist
2495         only under these conditions.
2496         * main.c (main): Don't declare init_siglist.
2497         (main) [! HAVE_SYS_SIGLIST]: Call signame_init instead of init_siglist.
2499 Wed Nov 18 14:52:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2501         * read.c (record_files): Don't try to append to FIRSTDEPS if it's
2502         nil; instead just set it to MOREDEPS.
2504 Mon Nov 16 17:49:17 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2506         * vpath.c (construct_vpath_list): Initialize P to DIRPATH before
2507         loop that sets MAXELEM.
2509 Fri Nov 13 18:23:18 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2511         * Version 3.62.22.
2513 Thu Nov 12 15:45:31 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2515         * job.c (start_job_command): Under -n, increment files_remade after
2516         processing (i.e., printing) all command lines.
2518 Tue Nov 10 15:33:53 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2520         * read.c (record_files): Append new deps if this rule has no
2521         commands; prepend them to existing deps if this rule has no commands.
2523         * dir.c (open_dirstream): Return nil if DIR->contents->files is nil.
2525         * read.c (parse_file_seq): Removed last arg STRIP.  Always strip `./'s.
2526         (read_makefile): Changed callers.
2527         * function.c (string_glob): Likewise.
2528         * rule.c (install_pattern_rule): Likewise.
2530 Mon Nov  9 17:50:16 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2532         * remake.c (files_remade): Made global.
2533         (notice_finished_file): Don't increment files_remade here; this
2534         function gets called in many situations where no remaking was in
2535         fact done.
2536         * job.c (reap_children): Do it here instead, when we know that
2537         actual commands have been run for the file.
2538         * make.h (files_remade): Declare it.
2540 Thu Nov  5 18:26:10 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2542         * vpath.c (construct_vpath_list): Allow blanks as well as colons to
2543         separate elts in the search path.
2545         * read.c (read_makefile): Don't fatal on extra tokens in `vpath'.
2546         The search path can contain spaces now.
2548 Tue Nov  3 20:44:32 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2550         * compatMakefile (check): New target; no-op.
2552         * file.c (file_hash_enter): Mod OLDHASH by FILE_BUCKETS after
2553         testing for OLDHASH==0 but before using the value.
2554         (rename_file): Don't mod OLDHASH by FILE_BUCKETS before passing it
2555         to file_hash_enter.
2557         * file.c (rename_file): Notice when OLDFILE->cmds came from
2558         default.c, and don't try to print ->filename in that case.
2560 Sun Oct 25 01:48:23 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2562         * remake.c (update_file): Don't process F->also_make here.
2563         (notice_finished_file): Don't process FILE->also_make if no attempt
2564         to update FILE was actually made.
2565         Fixed to call f_mtime directly to refresh their modtimes.
2567 Sat Oct 24 22:08:59 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2569         * read.c (find_percent): Don't increment P again after skipping
2570         an escaped %.
2572         * expand.c (variable_expand): In call to patsubst_expand, don't
2573         find `%'s ourselves; let that function do it.
2575         * read.c (read_makefile: record_waiting_files): Don't call
2576         record_files if FILENAMES is nil.
2577         (read_makefile): All alternatives in the parsing, except for rule
2578         lines, fall through to the end of the loop.  At the end of the
2579         loop, do record_waiting_files so we notice later spurious cmds.
2581 Fri Oct 23 15:57:37 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2583         * variable.c (define_automatic_variables): Free old value of SHELL
2584         before replacing it.
2586 Thu Oct 15 18:57:56 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2588         * compatMakefile (.c.o): Add -I$(srcdir)/glob to flags.
2590         * dir.c (open_dirstream): Cast return value to __ptr_t.
2592         * default.c (default_variables: "GET") [_IBMR2]: Use USG defn.
2594         * make.h (MAXPATHLEN): Moved out of #ifndef POSIX.
2595         (GET_PATH_MAX): Moved from #ifdef POSIX to #ifdef PATH_MAX #else.
2596         Define as (get_path_max ()).
2597         [! PATH_MAX] (NEED_GET_PATH_MAX): Define.
2598         [! PATH_MAX] (get_path_max): Declare fn.
2599         * misc.c [NEED_GET_PATH_MAX] (get_path_max): New function.
2601 Mon Oct 12 13:34:45 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2603         * Version 3.62.21.
2605         * job.c (sys_siglist): Only declare #ifndef SYS_SIGLIST_DECLARED.
2606         * make.h [! HAVE_SYS_SIGLIST && HAVE__SYS_SIGLIST]: #define
2607         SYS_SIGLIST_DECLARED.
2609         * dir.c (file_impossible): When initializing DIR->contents, set
2610         DIR->contents->dirstream to nil.
2612         * compatMakefile (GLOB): Define new variable.
2613         (objs): Use it, rather than glob/libglob.a explicitly.
2615         * read.c (parse_file_seq): When stripping "./", handle cases like
2616         ".///foo" and "./////".
2617         * file.c (lookup_file, enter_file): Likewise.
2619 Sun Oct 11 17:00:35 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2621         * dir.c (struct dirstream, {open,read}_dirstream): New
2622         data type and functions to read a directory sequentially.
2623         (init_dir): New function to hook it into glob.
2624         * main.c (main): Call init_dir.
2626         * compatMakefile (objs): Added glob/libglob.a.
2627         * configure.in: Remove code to test for glob.
2629 Fri Oct  9 12:08:30 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2631         * read.c (record_files): Generalized test for NAME pointing
2632         somewhere into F->name.
2634         * variable.c (define_variable_in_set): Free old value when replacing.
2636         * read.c (do_define): Free the linebuffer before returning.
2637         (record_files): When clearing .SUFFIXES deps, free their data.
2638         (multi_glob): Free OLD and its data when replacing it with results
2639         of glob run.
2641         * commands.c (set_file_variables): Use alloca in place of xmalloc
2642         for temp space for $^, $?, et al.
2644         * dir.c (struct directory): New member `contents' replaces `files'
2645         and `dirstream'.
2646         (struct directory_contents): New type.
2647         (directories_contents): New hash table.
2648         (dir_struct_file_exists_p): Take a struct directory_contents.
2649         (dir_file_exists_p): Pass it the `contents' member of the dir found.
2650         (dir_struct_file_exists_p): Renamed to dir_contents_file_exists_p;
2651         made static.  Return 0 if DIR is nil (meaning it couldn't be stat'd).
2652         (dir_file_exists_p, find_directory): Change all callers.
2653         (file_impossible): Use DIR->contents, initializing it if nil.
2654         (print_dir_data_base): Use DIR->contents, and print out device and
2655         inode numbers with each directory.
2657         * Changes for performance win from John Gilmore <gnu@cygnus.com>:
2658         * dir.c (DIRECTORY_BUCKETS): Increase to 199.
2659         (DIRFILE_BUCKETS): Decrease to 107.
2660         (find_directory): Allocate and zero a multiple of
2661         sizeof (struct dirfile *), not of sizeof (struct dirfile).
2662         (dir_struct_file_exists_p): New function, nearly all code from
2663         dir_file_exists_p.
2664         (dir_file_exists_p): Just call find_directory+dir_struct_file_exists_p.
2665         * vpath.c (selective_vpath_search): Remove redundant
2666         dir_file_exists_p call.
2668         * configure.in: Comment out glob check; always use our code.
2670 Fri Oct  2 19:41:20 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2672         * make.h [! HAVE_SYS_SIGLIST && HAVE__SYS_SIGLIST]: #define
2673         HAVE_SYS_SIGLIST; after doing #define sys_siglist _sys_siglist, we
2674         do have it.
2676 Wed Sep 30 19:21:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2678         * main.c (main): Don't do -w automatically if -s.
2680 Tue Sep 29 21:07:55 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2682         * main.c (printed_version): Move variable inside print_version.
2683         (print_version): Return immediately if printed_version is set.
2684         (die): Don't test printed_version here.
2685         (decode_switches): Under -v, do print_version before giving usage.
2686         (DESCRIPTION_COLUMN): New macro.
2687         (decode_switches): Use it when printing the usage message.
2688         Leave at least two spaces between options and their descriptions.
2690 Fri Sep 25 13:12:42 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2692         * Version 3.62.20.
2694 Wed Sep 16 16:15:22 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2696         * read.c (read_makefile): Save errno value from trying to open
2697         FILENAME, and restore it before erring; otherwise we get the errno
2698         value from the last elt of the search path.
2700 Tue Sep 15 15:12:47 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2702         * main.c (long_option_aliases): Add --stop for -S.
2704         * read.c (word1eq): Do strncmp before dereferencing someplace that
2705         may be out in space.
2707 Wed Sep  9 15:50:41 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2709         * remake.c (notice_finished_file): If all the command lines were
2710         recursive, don't do the touching.
2712         * job.c (start_job_command): Don't check for + here.
2713         * commands.c (chop_commands): Do it here instead.
2715         * default.c (default_terminal_rules): Prepend + to cmds for RCS.
2717 Wed Sep  2 17:53:08 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2719         * compatMakefile (objs): Include $(ALLOCA).
2721         * make.h [CRAY]: Move #define signal bsdsignal to before #includes.
2723 Thu Aug 27 17:45:43 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
2725         * read.c (default_include_directories): Add INCLUDEDIR first.
2726         * compatMakefile (includedir): Define.
2727         (defines): Add -D for INCLUDEDIR="$(includedir)".
2729         * read.c (read_makefile): Grok multiple files in `include';
2730         globbing too.
2732         * remake.c (library_search): New function.
2733         (library_file_mtime): Remove function.
2734         (f_mtime): Use library_search instead of library_file_mtime.
2735         * compatMakefile (libdir): Define.
2736         (defines): Add -D for LIBDIR="$(libdir)".
2737         * make.texinfo (Libraries/Search): Document change.
2739         * file.c (rename_file): Fix file_hash_enter call with missing arg.
2741 Wed Aug 26 17:10:46 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2743         * Version 3.62.19.
2745         * main.c (main): Set command_state to cs_finished for temp files
2746         made for stdin makefiles.
2748         * main.c (decode_switches): Don't tell getopt to return non-option
2749         args in order.
2750         Ignore an argument of `-'.
2752 Thu Aug 20 13:36:04 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2754         * job.c (start_job_command): If (touch_flag && !RECURSIVE), ignore
2755         the command line and go to the next.
2756         (notice_finished_file): Under -t, touch FILE.
2757         * remake.c (remake_file): Don't touch it here.
2759 Wed Aug 19 16:06:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2761         * function.c (pattern_matches): Use temporary for strlen (WORD)
2762         instead of two function calls.
2764         * compatMakefile (LOAD_AVG): Remove variable and comments.
2766 Tue Aug 18 14:58:58 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2768         * make.texinfo (Running): Node renamed to `make Invocation'.
2770 Fri Aug 14 12:27:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2772         * arscan.c (ar_name_equal): Don't compare [MAX-3..MAX] if
2773         NAMELEN != MEMLEN.
2775 Thu Aug 13 17:50:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2777         * Version 3.62.18.
2779         * main.c: Don't #include <time.h>; make.h already does.
2781 Mon Aug 10 17:03:01 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2783         * implicit.c (pattern_search): Fixed copying of suffix when building
2784         also_make elts.
2786         * function.c (expand_function: `shell'): Make sure BUFFER is
2787         null-terminated before replacing newlines.
2789         * compatMakefile (mandir): Use man$(manext), not always manl.
2791 Sun Aug  2 01:42:50 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2793         * rule.c (new_pattern_rule): Not static.
2794         * rule.h: Declare it.
2796         * file.c (file_hash_enter): New function, most code from rename_file.
2797         (rename_file): Call it.
2798         * file.h (file_hash_enter): Declare it.
2800         * dep.h: Doc fix.
2802 Thu Jul 30 15:40:48 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2804         * main.c (decode_switches): Handle usage_and_exit when building
2805         long options vector.
2807         * default.c (default_terminal_rules): Make RCS rules use $(CHECKOUT,v).
2808         (default_variables): Define CHECKOUT,v (hairy).
2810         * make.h [!HAVE_SYS_SIGLIST && HAVE__SYS_SIGLIST]: #define
2811         sys_siglist to _sys_siglist.
2813 Sun Jul 26 16:56:32 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2815         * NEWS: Add header and tail copyright info like Emacs NEWS.
2817         * make.h [ANSI_STRING]: Don't #define index, rindex, bcmp, bzero,
2818         bcopy if already #define'd.
2819         [STDC_HEADERS] (qsort, abort, exit): Declare here.
2820         [! __GNU_LIBRARY__ && !POSIX]: Not here.
2822         * make.h [_AIX]: #pragma alloca first thing.
2824         * job.c (start_waiting_job): Set the command_state to cs_running
2825         when we queue a job on waiting_jobs.
2827 Fri Jul 24 02:16:28 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2829         * variable.c (define_automatic_variables): Use "" instead of nil
2830         for empty value.
2832 Thu Jul 23 22:31:18 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2834         * Version 3.62.17.
2836         * main.c (struct command_switch.type): Add alternative usage_and_exit.
2837         (command_switches): Add -h/--help.
2839 Thu Jul 16 14:27:50 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2841         * GNUmakefile (make-$(version).tar.Z): Include NEWS, not CHANGES.
2842         * README.template: Mention NEWS.
2843         * CHANGES: Renamed to NEWS.
2845         * main.c [! STDC_HEADERS] [sun]: Don't declare exit.
2847 Tue Jul 14 18:48:41 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2849         * main.c (main): Set -o files' command_states to cs_finished.
2851         * rule.c (count_implicit_rule_limits): Decrement num_pattern_rules
2852         when tossing a rule.
2854         * main.c (main): Use alloca only in simple local var assignment,
2855         for braindead SGI compiler.
2857         * rule.c (print_rule_data_base): Barf if num_pattern_rules is
2858         inconsistent with the number computed when listing them.
2860 Mon Jul 13 17:51:53 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2862         * commands.c (set_file_variables): For $? and $^ elts that are archive
2863         member refs, use member name only.
2865 Fri Jul 10 00:05:04 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2867         * variable.h (struct variable.export): Add new alternative v_ifset.
2868         * variable.c (target_environment): Check for it.
2869         (define_automatic_variables): Set it for MAKEFILES.
2871 Thu Jul  9 21:24:28 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2873         * compatMakefile (objs): Remove getloadavg.o; $(extras) gets it.
2874         (remote.o): Use $(srcdir)/remote.c, not $remote.c<.
2875         (distclean, mostlyclean): New targets.
2877 Tue Jul  7 19:12:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2879         * Version 3.62.16.
2881         * compatMakefile (config.status): Remove rule.
2883         * job.c (start_waiting_job): Free C after using C->file, not before.
2885 Sat Jul  4 20:51:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2887         * commands.c, job.c, main.c, make.h, remote-cstms.c: Use #ifdef
2888         HAVE_* instead of #ifndef *_MISSING.
2889         * configure.in: Use AC_HAVE_FUNCS instead of AC_MISSING_FUNCS (gone).
2891 Thu Jul  2 18:47:52 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2893         * main.c (main): makelevel>0 or -C implies -w.
2895 Tue Jun 30 20:50:17 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2897         * file.c, job.c, function.c: Don't #include <errno.h>.
2898         make.h: Do it here instead.
2899         * arscan.c (ar_member_touch): Don't declare errno.
2901 Thu Jun 25 17:06:55 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2903         * GNUmakefile (make-$(version).tar.Z): Depend on INSTALL, configure.in.
2905         * remake.c (update_file): If commands or deps are running after
2906         update_file_1 returns, break out of the :: rule (->prev) loop and
2907         just return.
2909         * job.c (job_next_command): New function; code from start_job.
2910         (start_job_command): Renamed from start_job.  Call job_next_command
2911         and recurse for empty command lines and -n.
2912         (start_waiting_job): Call start_job_command, not start_job.
2913         (new_job): Call job_next_command to prime the child structure, and
2914         then call start_waiting_job.
2915         (reap_children): Use job_next_command and start_job_command.
2916         (start_waiting_job): Call start_remote_job_p here, and store its
2917         result in C->remote.  If zero, check the load average and
2918         maybe put C on waiting_jobs.
2919         (start_job_command): Test CHILD->remote rather than calling
2920         start_remote_job_p.  Don't do load avg checking at all here.
2922         * main.c (main): Don't handle SIGILL, SIGIOT, SIGEMT, SIGBUS,
2923         SIGSEGV, SIGFPE or SIGTRAP.
2925         * compatMakefile (glob/libglob.a): Don't pass srcdir to sub-make.
2926         configure will set it in glob/Makefile.
2928 Wed Jun 24 19:40:34 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2930         * dir.c [DIRENT] (direct): Don't define to dirent.
2931         [! DIRENT] (direct): Define to dirent.
2932         (dir_file_exists_p): Use struct dirent instead of struct direct.
2934         * make.h (getcwd): No space between macro and ( for args!
2936         * job.c (start_job): Don't put the job on waiting_jobs if
2937         job_slots_used==0.
2939         * make.texinfo (Missing): Shortened title.
2941 Tue Jun 23 18:42:21 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2943         * file.c (remove_intermediates): Print "rm" commands under -n.
2945 Mon Jun 22 16:20:02 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2947         * Version 3.62.15.
2949 Fri Jun 19 16:20:26 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2951         * arscan.c [M_UNIX]: #undef M_XENIX.
2953 Wed Jun 17 17:59:28 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2955         * default.c (default_terminal_rules): Put @ prefix on RCS cmds.
2957 Tue Jun 16 19:24:17 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2959         * compatMakefile (getloadavg.o): Removed special rule.
2960         (CFLAGS): Don't include $(defines).
2961         (.c.o): Define suffix rule.
2962         (glob/libglob.a): Pass CPPFLAGS=$(defines) to submake.
2963         (GETOPT_SRC, srcs, tagsrcs): Prefix files with $(srcdir)/.
2965         * arscan.c (ar_name_equal): Moved local vars inside #if'd block.
2967         * make.h (max): Removed.
2968         * expand.c (variable_buffer_output): Don't use it.
2970         * compatMakefile (INSTALL): Define.
2971         (Makefile): New rule to make from Makefile.in.
2972         (srcdir): Define.
2973         (VPATH): Define.
2974         (getloadavg.o, remote.o): Use autoconf $foo< hack.
2976         * commands.c (fatal_error_signal): Removed return.
2978 Mon Jun 15 17:42:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
2980         * Version 3.62.14.
2982         * make.texinfo (Summary): New node.
2983         (Special Targets): Mention .EXPORT_ALL_VARIABLES here.
2985         * variable.c (max): Moved to make.h.
2987         * compatMakefile (objs, srcs): Added ar & arscan.
2989         * job.c (start_waiting_job): New function, 2nd half of new_job.
2990         (new_job): Call it.
2991         (start_waiting_jobs): New function.
2992         * remake.c (update_goal_chain): Call start_waiting_jobs at the top
2993         of the main loop.
2994         * compatMakefile (objs, srcs): Removed load, added getloadavg.
2996 Fri Jun 12 19:33:16 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
2998         * job.c (load_too_high): New function.  Uses getloadavg.
2999         (waiting_jobs): New variable.
3000         (start_job): Don't call wait_to_start_job.  Instead, if
3001         load_too_high returns nonzero, add the child to the
3002         `waiting_jobs' chain and return without starting the job.
3004 Thu Jun 11 00:05:28 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3006         * expand.c (variable_buffer_output): Made global again.
3007         * variable.h: And declare it.
3009         * arscan.c (PORTAR): Define for all systems if PORT5AR is not defined.
3010         (AR_NAMELEN, AR_TRAILING_SLASH): Removed.
3011         (ar_scan): Don't use it.  Don't #ifdef AR_TRAILING_SLASH; just look
3012         for a slash in the archive at run time.
3013         (ar_name_equal): Rewrote .o hacking to not use AR_NAMELEN, and to
3014         cope with trailing-slash and non-trailing-slash archives.
3016         * main.c (main) [! SETVBUF_REVERSED]: Test this instead of USGr3 et al.
3017         [SETVBUF_REVERSED]: Always allocate a buffer ourselves.
3019         * load.c (load_average) [sgi]: Use sysmp call.
3021         * compatMakefile (INSTALL_DATA, INSTALL_PROGRAM): Define.
3022         ($(bindir)/$(instname), $(mandir)/make.$(manext)): Use them.
3024         * make.h [HAVE_VFORK_H]: #include <vfork.h>.
3025         (vfork, VFORK_NAME): Don't define.
3026         * job.c (start_job): Use "vfork" in place of VFORK_NAME.
3028         * make.h [HAVE_LIMITS_H, HAVE_SYS_PARAM_H]: If #define'd, #include
3029         the each file.  Rearranged PATH_MAX hacking.
3030         * job.c: Rearranged NGROUPS_MAX hacking.
3032         * remake.c (fstat, time): Don't declare.
3034         * compatMakefile (defines): Value is @DEFS@.
3035         (LOADLIBES): Value is @LIBS@.
3036         (extras): Value is @LIBOBJS@.
3037         (ARCHIVES, ARCHIVES_SRC, ALLOCASRC): Removed.
3038         * arscan.c, ar.c: Surround body with #ifndef NO_ARCHIVES.
3040         * misc.c [! HAVE_UNISTD_H]: Test instead of !POSIX to decl get*id.
3042         * make.h [GETCWD_MISSING]: Test instead of !USG && !POSIX et al.
3043         (getcwd): Just declare if present.  If not, declare as a macro
3044         using getwd, and declare getwd.
3045         [PATH_MAX] (GET_PATH_MAX): #define to PATH_MAX.
3046         * main.c (main, log_working_directory): Use getcwd instead of getwd.
3048         * main.c (main) [SETLINEBUF_MISSING]: Test this instead of USG.
3050         * make.h (SIGHANDLER, SIGNAL): Removed.
3051         (RETSIGTYPE): Define if not #define'd.
3052         * main.c (main): Use signal in place of SIGNAL.
3054         * main.c [SYS_SIGLIST_MISSING]: Test instead of USG.
3056         * job.c (search_path) [GETGROUPS_MISSING]: Test instead of USG.
3057         [HAVE_UNISTD_H]: Test instead of POSIX to not decl getgroups.
3059         * main.c [! HAVE_UNISTD_H]: Test instead of !POSIX to decl chdir.
3060         [! STDC_HEADERS]: Test instead of !POSIX to decl exit & atof.
3062         * job.c (child_handler), commands.c (fatal_error_signal): Return
3063         RETSIGTYPE instead of int.
3064         * main.c (main): Declare fatal_error_signal and child_handler here
3065         to return RETSIGTYPE; removed top-level decl of former.
3067         * commands.c (fatal_error_signal), job.c (unblock_sigs, start_job),
3068         main.c [SIGSETMASK_MISSING]: Test this instead of USG.
3070 Wed Jun 10 22:06:13 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3072         * job.c [HAVE_WAITPID]: Test this instead of USG.
3073         [! HAVE_UNISTD_H]: Test this instead of !POSIX to declare misc fns.
3074         (GID_T): Don't #define.
3075         (search_path): Use gid_t instead of GID_T.
3076         [GETDTABLESIZE_MISSING, SYS_SIGLIST_MISSING, DUP2_MISSING]: Test
3077         these individually instead of USG for all.
3078         * make.h (ctime): Don't declare.  #include time.h instead.
3079         [HAVE_UNISTD_H]: #include <unistd.h> and #define POSIX #ifdef
3080         _POSIX_VERSION.
3081         * dir.c [__GNU_LIBRARY__] (D_NAMLEN): Define to use d_namlen member.
3082         * make.h [NEED_MEMORY_H]: Only include memory.h #ifdef this.
3084         * arscan.c: Removed #ifdef mess about string.h et al.
3085         Just #include make.h instead.
3086         * make.h (fstat, atol): Declare.
3088         * commands.c (fatal_error_signal): Don't use sigmask to check for
3089         propagated signals; use ||s instead.
3090         (PROPAGATED_SIGNAL_MASK): Removed.
3091         (fatal_error_signal) [POSIX]: Use sigprocmask in place of sigsetmask.
3093         * variable.c (variable_buffer, variable_buffer_length,
3094         initialize_variable_output, variable_output): Moved to expand.c;
3095         made all static.
3096         (struct output_state, save_variable_output,
3097         restore_variable_output): Removed.
3098         * expand.c (initialize_variable_output): Put a NUL at the beginning
3099         of the new buffer after allocating it.
3100         (allocated_variable_expand_for_file): Don't use
3101         {save,restore}_variable_output.  Do it by hand instead, keeping
3102         state on the stack instead of malloc'ing it.
3103         (allocated_variable_expand): Removed.
3104         * variable.h (allocated_variable_expand): Define here as macro.
3105         (variable_buffer_output, initialize_variable_output,
3106         save_variable_output, restore_variable_output): Removed decls.
3108         * read.c (conditional_line): For an if cmd, if any elt of the
3109         conditionals stack is ignoring, just push a new level that ignores
3110         and return 1; don't evaluate the condition.
3112 Thu Jun  4 21:01:20 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3114         * main.c (main): Put #ifdef's around frobbing SIGSYS and SIGBUS.
3116         * job.c (getdtablesize): Don't declare or #define if already #define'd.
3118 Wed Jun  3 23:42:36 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3120         * file.c (snap_deps): If `.EXPORT_ALL_VARIABLES' is a target, set
3121         export_all_variables.
3122         * make.texinfo (Variables/Recursion): Document .EXPORT_ALL_VARIABLES.
3124 Tue Jun  2 21:08:35 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3126         * Version 3.62.13.
3128         * commands.c (set_file_variables): Calculate length for ^D and ?D
3129         individually, making sure to give them at least enough space for "./".
3131         * make.h [CRAY]: #define signal to bsdsignal.
3133         * default.c (default_variables) [CRAY]: Define PC, SEGLDR,
3134         CF77PPFLAGS, CF77PP, CFT, CF, and FC.
3136         * arscan.c (AR_HDR_SIZE): Define to sizeof (struct ar_hdr), if it
3137         wasn't defined by <ar.h>.
3139 Thu May 28 00:56:53 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3141         * Version 3.62.12.
3143 Tue May 26 01:26:30 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3145         * rule.c (new_pattern_rule): Initialize LASTRULE to nil, not
3146         pattern_rules.
3148 Mon May 25 19:02:15 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3150         * main.c (decode_switches): Initialize all the long_option elt members.
3152 Thu May 21 16:34:24 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3154         * make.texinfo (Text Functions): Correct filter-out description.
3156 Tue May 19 20:50:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3158         * compatMakefile (realclean): Don't remove backup files.
3160         * main.c (decode_switches): Allocate ARGC+1 elts in `other_args'.
3162 Sun May 17 16:38:48 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3164         * Version 3.62.11.
3166 Thu May 14 16:42:33 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3168         * job.c (reap_children): Don't die if wait returns EINTR.
3170 Wed May 13 18:28:25 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3172         * job.c (reap_children): Always run the next command for a
3173         successful target.  If we are going to die, we don't want to leave
3174         the target partially made.
3176 Tue May 12 00:39:19 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3178         * job.c (construct_command_argv_internal): After loop, if we only
3179         have one word, check it for being a shell command.
3181         * main.c (decode_switches): Allocate ARGC slots in other_args to
3182         begin with, so we never need to worry about growing it.
3183         If we get a non-option arg and POSIXLY_CORRECT is in the
3184         environment, break out of the loop.  After the loop, add all remaining
3185         args to other_args list.
3187         * main.c (decode_switches): For positive_int and floating switches
3188         when optarg is nil, use next arg if it looks right (start with a
3189         digit, or maybe decimal point for floating).
3191         * variable.c (define_automatic_variables): Always set SHELL to
3192         default if it comes from the environment.  Set its export bit.
3193         * make.texinfo (Environment): Document change.
3195 Mon May 11 00:32:46 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3197         * Version 3.62.10.
3199         * compatMakefile (tags, TAGS): Use vars for cmds.
3200         (ETAGS, CTAGS): Define.
3202         * main.c (decode_switches): If a switches elt has a nil long_name,
3203         make the long option name elt be "".
3204         Fixed loop to not ignore all the options.
3206         * make.texinfo (Option Summary): Added long options.
3208         * main.c (switches): Changed -m's description to "-b".
3209         (decode_switches): When printing the usage message, don't print
3210         switches whose descriptions start with -.
3211         When constructing the list of names for switch -C, search the
3212         switches vector for switches whose descriptions are "-C".
3214         * main.c (switches): Call -S --no-keep-going, not --dont-keep-going.
3215         Call -I --include-dir, not --include-path.
3216         (long_option_aliases): Added --new == -W, --assume-new == -W,
3217         --assume-old == -o, --max-load == -l, --dry-run == -n, --recon == -n,
3218         --makefile == -f.
3220         * main.c (switches): Removed bogus "silent" elt.
3221         (long_option_aliases): Define new var.
3222         (decode_switches): Add long_option_aliases onto the end of the long
3223         options vector created for getopt_long.
3224         Look through long_option_aliases for extra names to list
3225         in usage message.
3227 Sat May  9 00:21:05 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3229         * main.c (log_working_directory): Fixed to properly not print the
3230         leaving message when we haven't printed the entering message.
3232 Fri May  8 21:55:35 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3234         * main.c (struct command_switch): Added elts `long_name',
3235         `description', and `argdesc'.
3236         (switches): Added initializers for new members.
3237         (decode_switches): Rewritten to use getopt_long.
3238         * compatMakefile (GETOPT, GETOPT_SRC): Define.
3239         (objs, srcs): Include them.
3241         * job.c (child_died): Renamed to dead_children; made static.
3242         (child_handler): Increment dead_children instead of setting child_died.
3243         (reap_children): Decrement dead_children instead of clearing
3244         child_died.  The point of all this is to avoid printing "waiting
3245         for unfinished jobs" when we don't actually need to block.
3246         This happened when multiple SIGCHLDs before reap_children was called.
3248         * job.c (reap_children): If ERR is set, so we don't call start_job
3249         on the child being reaped, instead set its command_state to
3250         cs_finished.
3251         (reap_children, child_handler, new_job): I added several
3252         debugging printf's while fixing this.  I left them in if (debug_flag)
3253         because they may be useful for debugging this stuff again.
3255 Wed May  6 22:02:37 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3257         * read.c (read_makefile): v_export is not 1.
3259 Mon May  4 17:27:37 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3261         * Version 3.62.9.
3263         * variable.c (export_all_variables): New variable.
3264         (target_environment): Export variables whose `export' member is
3265         v_default if export_all_variables is set and their names are benign.
3266         * variable.h: Declare export_all_variables.
3267         * read.c (read_makefile): If export or unexport is given with no
3268         args, set or clear export_all_variables, respectively.
3270         * variable.c (target_environment): Exclude MAKELEVEL in the loop,
3271         so it isn't duplicated when we add it at the end.
3273 Sun May  3 17:44:48 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3275         * Version 3.62.8.
3277         * variable.h (struct variable): Added new member `export'.
3278         * variable.c (define_variable_in_set): Initialize it to v_default.
3279         (target_environment): Don't check for .NOEXPORT.
3280         Export variables whose `export' member is v_default and that would
3281         have been exported under .NOEXPORT, and variables whose `export'
3282         member is v_export.
3283         (try_variable_definition): Return the variable defined.
3284         * variable.h (try_variable_definition): Changed decl.
3285         * read.c (read_makefile): Recognize `export' and `unexport' directives.
3287 Fri May  1 11:39:38 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3289         * main.c (main) [POSIX]: Reversed args to sigaddset.
3291 Thu Apr 30 17:33:32 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3293         * job.c [POSIX || !USG] (unblock_sigs): New fn.
3294         (start_job): Block signals before forking.
3295         (new_job): Unblock signals after putting the new child on the chain.
3296         * main.c (main) [POSIX]: Use sigset_t fatal_signal_set instead of
3297         int fatal_signal_mask.
3299         * load.c [sgi] (LDAV_CVT): Define.
3301 Wed Apr 29 17:15:59 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3303         * Version 3.62.7.
3305         * load.c (load_average) [sgi]: Clear the high bit of the address
3306         from the symbol table before looking it up in kmem.
3308         * misc.c (fatal, makefile_fatal): Put *** in fatal error messages.
3309         (remake_file): No longer needed in message here.
3311         * main.c (die): Call reap_children with BLOCK==1.
3313 Tue Apr 28 20:44:35 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3315         * rule.c (freerule): Don't set LASTRULE->next if LASTRULE is nil.
3317 Sun Apr 26 15:09:51 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3319         * rule.c (count_implicit_rule_limits): Initialize LASTRULE to nil,
3320         not to head of chain.  Extract next ptr before we might do
3321         freerule, and use that for next iteration.
3322         (freerule): Still do next ptr frobbing if LASTRULE is nil.
3324 Tue Apr 21 03:16:29 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3326         * job.c (child_error): Removed extra %s from error msg format.
3328         * Version 3.62.6.
3330         * job.c (reap_children): Don't start later commands in a sequence
3331         if ERR is nonzero.
3333         * job.c (new_job): Always call reap_children with BLOCK==0 first thing.
3335         * job.c (reap_children): New function; work that used to be done in
3336         child_handler.
3337         (child_died): New global var.
3338         (child_handler): Now just sets child_died.
3339         (wait_for_children): Removed.
3340         (unknown_children_possible, block_signals, unblock_signals,
3341         push_signals_blocked_p, pop_signals_blocked_p): Removed.
3342         (child_execute_job): Removed call to unblock_signals.
3343         (new_job): Removed calls to push_signals_blocked_p and
3344         pop_signals_blocked_p.
3345         * job.h: Declare reap_children, not wait_for_children.
3346         * commands.c (fatal_error_signal), job.c (new_job),
3347         load.c [LDAV_BASED] (wait_to_start_job), main.c (die),
3348         remake.c (update_goal_chain), function.c (expand_function: `shell'):
3349         Changed wait_for_children calls to reap_children.
3350         Some needed to be loops to wait for all children to die.
3351         * commands.c (fatal_error_signal), main.c (main,
3352         log_working_directory), function.c (expand_function): Removed calls
3353         to push_signals_blocked_p and pop_signals_blocked_p.
3354         * job.h: Removed decls.
3356         * job.h: Added copyright notice.
3358 Wed Apr 15 02:02:40 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3360         * job.c (child_error): No *** for ignored error.
3362 Tue Apr 14 18:31:21 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3364         * implicit.c (DEBUGP2): Use do ... while (0) instead of if ... else to
3365         avoid compiler warnings.
3367         * read.c (parse_file_seq): Don't remove ./ when it is followed by a
3368         blank.
3370 Mon Apr 13 21:56:15 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3372         * make.h (DEBUGPR): Use do ... while (0) instead of if ... else to
3373         avoid compiler warnings.
3375         * remake.c (notice_finished_file): Run file_mtime on the also_make
3376         files, so vpath_search can happen.
3378         * GNUmakefile (tests): Use perl test suite from csa@sw.stratus.com.
3379         (alpha-files): Include test suite tar file.
3381 Fri Apr  3 00:50:13 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3383         * Version 3.62.5.
3385 Wed Apr  1 05:31:18 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3387         * remake.c (update_file, update_file_1): Do check_renamed on elts
3388         of dep chains when traversing them.  Something unrelated might have
3389         renamed one of the files the dep chain points to.
3391         * file.c (rename_file): If FILE has been renamed, follow its
3392         `renamed' ptr, so we get to the final real FILE.  Using the renamed
3393         ones loses because they are not in the hash table, so the removal
3394         code loops infinitely.
3396         * read.c (read_all_makefiles): Clobber null terminator into
3397         MAKEFILES expansion, so string passed to read_makefile is properly
3398         terminated.
3400 Mon Mar 30 20:18:02 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3402         * commands.c (set_file_variables): $* for archive member with
3403         explicit cmds is stem of member, not of whole `lib(member)'.
3405 Thu Mar 26 15:24:38 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3407         * Version 3.62.4.
3409 Tue Mar 24 05:20:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3411         * rule.c (new_pattern_rule): Rules are identical only if all their
3412         targets match (regardless of order).
3414 Wed Mar 11 13:49:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3416         * remake.c (remake_file): Changed error "no way to make" to "no
3417         rule to make".  Fiat Hugh.
3419         * make.texinfo (Last Resort): Describe %:: rules and new .DEFAULT
3420         behavior.
3422         * remake.c (update_file_1): Only use .DEFAULT cmds if FILE is not a
3423         target.
3425 Tue Mar 10 18:13:13 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3427         * remote-stub.c, remote-cstms.c (start_remote_job): Take new arg,
3428         environment to pass to child.
3429         * job.c (start_job): Pass it.
3431 Mon Mar  9 19:00:11 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3433         * file.c (enter_file): Also strip ./s here, to get command-line
3434         target names.
3436         * remote-cstms.c: Add comment telling people to leave me alone.
3438         * compatMakefile (manpage install): Remove target before copying.
3440 Tue Mar  3 18:43:21 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3442         * make.texinfo (Missing): Renamed to "Incompatibilities and ...".
3443         Added paragraph describing $? incompatibility with Unix and POSIX.2.
3445 Sun Mar  1 15:50:54 1992  Roland McGrath  (roland@nutrimat.gnu.ai.mit.edu)
3447         * function.c (expand_function: `shell'): Don't declare fork or pipe.
3448         Use vfork instead of fork.
3450 Tue Feb 25 22:05:32 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3452         * make.texinfo (Chained Rules): Clarify .PRECIOUS to save
3453         intermediate files.
3455         * load.c [sun] (LDAV_CVT): Define to divide by FSCALE.
3457 Sun Feb 16 02:05:16 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3459         * Version 3.62.3.
3461 Sat Feb 15 17:12:20 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3463         * compatMakefile (makeinfo): Use emacs batch-texinfo-format fn.
3465 Fri Feb 14 00:11:55 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3467         * read.c (read_makefile): Correctly handle define & endef in ifdefs.
3469         * read.c (record_files): Pass arg for %s in error msg.
3471         * main.c (main) [__IBMR2, POSIX]: Use correct (a la USGr3) setvbuf
3472         call.
3474 Wed Feb 12 12:07:39 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3476         * make.texinfo (Libraries/Search): Say it does /usr/local/lib too.
3478 Sun Feb  9 23:06:24 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3480         * read.c (read_makefile): Check for extraneous `endef' when ignoring.
3482 Thu Feb  6 16:15:48 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3484         * Version 3.62.2.
3486 Tue Feb  4 20:04:46 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3488         * job.c (construct_command_argv_internal): Correctly ignore
3489         whitespace after backslash-NL.
3491 Fri Jan 31 18:30:05 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3493         * compatMakefile: Ignore errors from chgrp and chmod when installing.
3495 Wed Jan 29 18:13:30 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3497         * main.c (main): When setting MAKELEVEL in the env to re-exec,
3498         allocate space so as not to clobber past the end of the old string.
3500         * make.h [HAVE_ALLOCA_H]: Include <alloca.h>
3501         * compatMakefile (defines): Document HAVE_ALLOCA_H.
3503 Mon Jan 20 13:40:05 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3505         * make.h [VFORK_MISSING]: Use fork instead.
3506         * compatMakefile (defines): Document same.
3508         * job.c (construct_command_argv_internal): Don't create an empty
3509         arg if backslash-NL is at beginning of word.
3511 Sun Jan 19 16:26:53 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3513         * main.c [DGUX]: Call setvbuf as for USGr3.
3515         * job.c (construct_command_argv_internal): Notice correctly that
3516         backslash-NL is the end of the arg (because it is replaced with a
3517         space).
3519 Thu Jan 16 18:42:38 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3521         * job.c (construct_command_argv_internal): If SHELL is nil, set it
3522         to default_shell before proceeding.
3524         * make.h [sgi]: No alloca.h, after all.
3526 Wed Jan 15 12:30:04 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3528         * read.c (multi_glob): Cons up the chain of the results of glob
3529         from back to front, so it comes out in forward order.
3531         * job.c (construct_command_argv_internal): Don't eat char following
3532         backslash-NL.
3534 Mon Jan 13 19:16:56 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3536         * Version 3.62.1.
3538         * default.c (default_variables) [ultrix]: GET=get, like USG.
3540         * job.c (construct_command_argv_internal): Remove tabs following
3541         backslash-NL combos in the input line, so they don't show up when
3542         that line is printed.
3544         * read.c (read_makefile): Don't collapse_continuations the line on
3545         input; do it on the copy we do remove_comments on.
3546         For rule lines, collapse_continuations the line after chopping
3547         ";cmds" off the end, so we don't eat conts in the cmds.
3548         Give error for ";cmds" with no rule.
3549         * job.c (construct_command_argv_internal): Eat backslash-NL combos
3550         when constructing the line to recurse on for slow, too.
3552 Sat Jan 11 02:20:27 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
3554         * file.c (enter_file): Don't strip leading `./'s.
3555         * read.c (parse_file_seq): Take new arg STRIP; if nonzero, do it here.
3556         * default.c (set_default_suffixes), function.c (string_glob),
3557         read.c (read_makefile), rule.c (install_pattern_rule): Change callers.
3559         * default.c (default_variables) [_IBMR2]: FC=xlf
3561         * job.c (construct_command_argv_internal): Turn backslash-NL and
3562         following whitespace into a single space, rather than just eating
3563         the backslash.
3565         * make.texinfo (Copying): @include gpl.texinfo, rather than
3566         duplicating its contents.
3568 Fri Nov  8 20:06:03 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3570         * job.c (construct_command_argv_internal): Make sure not to bother
3571         processing an empty line.
3573         * Version 3.62.0.
3575         * job.c (construct_command_argv_internal): Always recurse for slow;
3576         simple case didn't handle finding newlines.
3578 Tue Nov  5 18:51:10 1991  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
3580         * job.c (construct_command_argv_internal): Set RESTP properly when
3581         slow; don't \ify past a newline.
3583 Fri Nov  1 19:34:28 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3585         * make.h [sgi]: #include <alloca.h>.
3589 See ChangeLog.1 for earlier changes.