home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / make / make-3.74 / ChangeLog < prev    next >
Encoding:
Text File  |  1995-08-01  |  117.6 KB  |  3,264 lines

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