home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / m4-1.4-src.tgz / tar.out / fsf / m4 / ChangeLog < prev    next >
Text File  |  1996-09-28  |  56KB  |  1,527 lines

  1. Sat Nov  5 15:52:47 1994  Francois Pinard  (pinard@icule)
  2.  
  3.     * Release 1.4.
  4.  
  5.     * doc/Makefile.in (realclean): Also remove stamp-vti.
  6.     Reported by Eric Backus.
  7.  
  8. Wed Nov  2 00:47:53 1994  Francois Pinard  (pinard@icule)
  9.  
  10.     * src/freeze.c (produce_frozen_state): If the frozen file cannot
  11.     be opened, return immediately after producing the error message.
  12.     Reported by Andreas Schwab.
  13.  
  14.     * configure.in: Check for const only after having found possible
  15.     ANSIfying compiler flags, this is of no use to check it before.
  16.     Reported by Alexander Lehmann.
  17.  
  18. Tue Nov  1 22:02:37 1994  Francois Pinard  (pinard@icule)
  19.  
  20.     * src/macro.c (collect_arguments): Cast obstack arguments to
  21.     (voidstar), so avoiding compiler warnings.
  22.     Reported by Joseph E. Sacco.
  23.  
  24.     * src/freeze.c (produce_frozen_state): Cast printed lengths to
  25.     (int) so they correspond to %d format items.
  26.     Reported by Joseph E. Sacco.
  27.  
  28.     * src/m4.c (main): Cast the argument to xfree to (voidstar).
  29.     * src/symtab.c (free_symbol): Idem.
  30.     Reported by Karl Vogel.
  31.  
  32. Mon Oct 31 02:11:19 1994  Francois Pinard  (pinard@icule)
  33.  
  34.     * Makefile.in (DISTFILES): Distribute BACKLOG.
  35.  
  36.     * configure.in: Define PRODUCT and VERSION.
  37.     * acconfig.h: Document PRODUCT and VERSION.
  38.     * src/m4.c, src/freeze.c: Use PRODUCT and VERSION instead of the
  39.     constant string m4 and variable or parameter named version.
  40.  
  41. Sun Oct 30 08:13:03 1994  Francois Pinard  (pinard@icule)
  42.  
  43.     * src/m4.h, src/debug.c: Replace all #ifdef __STDC__ by #if
  44.     __STDC__.  Alliant FX/2800 Concentrix 2.2 (i860-BSD4.3) compiler
  45.     defines __STDC__ to 0, for indicating it is *not* ANSI!
  46.     Reported by Kaveh R. Ghazi.
  47.  
  48.     * configure.in: Added obsolescent tests for AIX and Minix.
  49.  
  50.     * doc/Makefile.in (mostlyclean): Remove texclean in dependencies,
  51.     which texclean does not exist anymore.
  52.     Reported by Eric Backus, Jim Meyering, John David Anglin and
  53.     Joseph E. Sacco.
  54.  
  55. Sat Oct 29 05:10:03 1994  Francois Pinard  (pinard@icule)
  56.  
  57.     * aclocal.m4 (fp_C_PROTOTYPES): Force -D_HPUX_SOURCE with -Aa.
  58.     Reported by John David Anglin.
  59.  
  60.     * src/ansi2knr.c: New version, sent by Peter Deutsch.
  61.     * aclocal.m4 (fp_C_PROTOTYPES): Substitute empty or ansi2knr for
  62.     ANSI2KNR, depending on the fact the compiler is ANSI or not.
  63.     * src/Makefile.in: Use -Ovarargs=convert on ansi2knr calls.
  64.     Remove the sed filter after ansi2knr for debug.c.  Use $O instead
  65.     of $U, put underline in extensions rather than in basenames.  Use
  66.     implicit rules, now that regularity makes this possible.
  67.     Have $(OBJECTS) depend on $(ANSI2KNR), so to trigger compilation
  68.     of ansi2knr whenever it is needed.
  69.     * configure.in: Adjusted for correct STACKOVF substitution.
  70.     * src/debug.c (trace_format): When not __STDC__, use (...) as a
  71.     parameter list, so ansi2knr will convert it to (va_alist) va_dcl.
  72.     Reported by David MacKenzie.
  73.  
  74.     * Makefile.in: Remove binprefix.  Use transform_name instead.
  75.     Reported by David MacKenzie.
  76.  
  77.     * doc/Makefile.in: Create version.texi, use it, clean it.
  78.     Reported by Jim Meyering.
  79.  
  80. Fri Oct 28 20:33:55 1994  Francois Pinard  (pinard@icule)
  81.  
  82.     * Makefile.in (all, install, uninstall): Depend on Makefile.
  83.  
  84.     * Makefile.in: For actions invoking $(MAKE) from within compound
  85.     sh statements, exit non-zero if the sub-make fails.  Otherwise,
  86.     the top-level make may exit successfully when it should fail.
  87.     Reported by Jim Kingdon.
  88.  
  89.     * {,/*}Makefile.in: Use && after all cd, in case they fail.
  90.  
  91.     * {,*/}Makefile.in: Declare PRODUCT and VERSION macros.
  92.     (dist): Use PRODUCT and VERSION instead of tricks on .fname.
  93.     * configure.in: Substitute PRODUCT and VERSION.
  94.  
  95.     * {,*/}Makefile.in (dist): Always try a hard link before a copy.
  96.  
  97. Thu Oct 27 22:32:58 1994  Francois Pinard  (pinard@icule)
  98.  
  99.     * Makefile.in (mostlyclean-local): Do not remove *~.
  100.     * */Makefile.in (mostlyclean): Idem.
  101.     Reported by Robert E. Brown and Richard Stallman.
  102.  
  103. Sun Oct  9 08:30:13 1994  Francois Pinard  (pinard@icule)
  104.  
  105.     * src/m4.h: Get rid of CONFIG_BROKETS.
  106.  
  107. Sun Oct  2 16:48:10 1994  Francois Pinard  (pinard@icule)
  108.  
  109.     * configure.in: Use AC_ARG_PROGRAM.
  110.     * aclocal.m4 (fp_C_PROTOTYPES): Substitute @kr@ by kr or empty.
  111.     Reported by David MacKenzie.
  112.  
  113. Sat Oct  1 11:22:42 1994  Francois Pinard  (pinard@icule)
  114.  
  115.     * configure.in: Do not add -O to CFLAGS for GNU C, now that
  116.     configure does it automatically.
  117.     Reported by Jim Meyering.
  118.  
  119. Fri Sep 23 08:16:58 1994  Francois Pinard  (pinard@icule)
  120.  
  121.     * src/stackovf.c: Declare the handler_t typedef earlier in the
  122.     code, use it for stackovf_handler.
  123.     (setup_stackovf_trap): Use RETSIGTYPE instead of void while
  124.     casting sigsegv_handler.
  125.     Reported by Robert Bernstein.
  126.  
  127.     * src/m4.c (main): Initialize program_name to argv[0] without
  128.     basename'ing it.
  129.     Reported by Karl Berry.
  130.  
  131. Sun Sep 18 11:42:50 1994  Francois Pinard  (pinard@icule)
  132.  
  133.     * src/Makefile.in (TAGS): Include a ../lib/TAGS reference.
  134.     Reported by Karl Berry.
  135.  
  136. Wed Sep 14 10:00:22 1994  Francois Pinard  (pinard@icule)
  137.  
  138.     * lib/Makefile.in (mostlyclean): Added.
  139.     (TAGS): Make in $(srcdir).
  140.  
  141.     * configure.in: Use `choke me' in test, like everywhere!
  142.  
  143.     * {doc,examples,lib,src}/Makefile.in (check): Deleted, as
  144.     unreacheable and useless.
  145.  
  146.     * doc/Makefile.in (texclean): Deleted, merged in mostlyclean.
  147.  
  148.     * lib/Makefile.in (DISTFILES): Distribute TAGS.
  149.     (distclean): Do not remove TAGS.
  150.     (realclean): Remove it.
  151.     * Makefile.in: Make TAGS in lib also, not just in src.
  152.     Reported by Karl Berry.
  153.  
  154.     * Makefile.in (distclean, realclean): Instead of recursively
  155.     calling $(MAKE) for the -local part, allow parallel execution of
  156.     -recursive and -local, only delay the removal of config.status,
  157.     which is repeated in both goals.
  158.  
  159. Tue Sep 13 19:21:05 1994  Francois Pinard  (pinard@icule)
  160.  
  161.     * Release 1.3.
  162.  
  163.     * Makefile.in: Group all *clean-recursive goals in one, using sed
  164.     to remove `-recursive' while calling make recursively.  Also, use
  165.     a subshell for each recursive $(MAKE).
  166.     Reported by Jim Meyering.
  167.  
  168.     * src/m4.h (memcpy): Define with bcopy for BSD systems.
  169.     Reported by Kaveh R. Ghazi.
  170.  
  171.     * src/Makefile.in (ansi2knr): Use $(LIBS) while linking, for SunOS
  172.     4.1.3 requires -ldl to link even ansik2nr, and we need a way to
  173.     specify it.
  174.  
  175.     * configure.in: Use date instead of touch for stamp-h.
  176.     * Makefile.in (stamp-h.in): Idem.
  177.  
  178.     * Makefile.in (distclean, realclean): Force serial execution of
  179.     both goals, in case parallel makes are being used.
  180.     Reported by Jim Meyering.
  181.  
  182.     * src/Makefile.in (DISTFILES): Distribute TAGS.
  183.     (distclean): Do not remove TAGS.
  184.     (realclean): Remove it.
  185.     Reported by Karl Berry.
  186.  
  187. Sat Sep 10 12:34:04 1994  Francois Pinard  (pinard@icule)
  188.  
  189.     * configure.in: Use fp_ to match aclocal.m4.  Revert _OS_ macros
  190.     to old names, for following Autoconf.
  191.  
  192. Thu Sep  8 15:07:27 1994  Francois Pinard  (pinard@icule)
  193.  
  194.     * Makefile.in (MDEFINES): Remove INSTALL substitutions, for
  195.     ./install.sh will not be correctly referred to in sub-Makefiles.
  196.     Reported by John David Anglin.
  197.  
  198.     * doc/Makefile.in (texclean): Remove *.cps and *.fns too.
  199.     Reported by Eric Backus.
  200.  
  201.     * Makefile.in, checks/Makefile.in, doc/Makefile.in,
  202.     examples/Makefile.in, lib/Makefile.in, src/Makefile.in: Limit
  203.     config.status into remaking this directory's Makefile only.
  204.     * Makefile.in (stamp-h): Do not check nor touch stamp-h.
  205.     * configure.in (AC_OUTPUT): Touch stamp-h if CONFIG_HEADERS.
  206.     Reported by Jim Meyering.
  207.  
  208. Tue Sep  6 12:07:33 1994  Francois Pinard  (pinard@icule)
  209.  
  210.     * configure.in: Correct stack overflow detection logic, taking
  211.     care of systems having only incomplete implementations (like for
  212.     Pyramid 9820 OSx 5.0d).
  213.     Reported by Kaveh R. Ghazi.
  214.  
  215.     * src/Makefile.in (TAGS): Remote -t from etags call.
  216.  
  217. Fri Sep  2 10:37:10 1994  Francois Pinard  (pinard@icule)
  218.  
  219.     * lib/Makefile.in (install): Depend on all.
  220.  
  221. Wed Aug 31 11:17:21 1994  Francois Pinard  (pinard@icule)
  222.  
  223.     * examples/Makefile.in (mostlyclean): Do not depend on texclean.
  224.     Reported by Jim Meyering and John David Anglin.
  225.  
  226.     * Makefile.in (distclean-local): Delete config.log.
  227.     Reported by Jim Meyering.
  228.  
  229.         Solidify frozen files with respect to -P:
  230.     * src/m4.c: Have -P set prefix_all_buitins variable instead of
  231.     calling a function by that name.  Declare the variable.
  232.     * src/m4.h: Adjust declaration for prefix_all_buitins.
  233.     * src/builtin.c (builtin_init): Merge in functionality from
  234.     previous prefix_all_buitins function, while making entries in the
  235.     symbol table, but not modifying the builtin description itself.
  236.  
  237.     * src/freeze.c (reload_frozen_state): Add a useless `break;',
  238.     because *many* compilers do not accept an empty `default:'.
  239.     Reported by Akiko Matsushita, Eric Backus, John David Anglin,
  240.     Joseph E. Sacco, Kaveh R. Ghazi, Tom McConnell and Ulrich Drepper.
  241.  
  242.     * configure.in: Use AC_TYPE_SIGNAL.
  243.     * src/stackovf.c (setup_stackovf_trap): Use RETSIGTYPE.
  244.     Reported by Robert Bernstein.
  245.  
  246.     * checks/Makefile.in (check): Modify PATH so check-them will find
  247.     m4 in the src directory.
  248.     * Makefile.in (check): Don't.
  249.     Reported by Akiko Matsushita and Jim Meyering.
  250.  
  251.     * src/output.c (make_room_for, output_character_helper): New
  252.     functions, for implementing a global MAXIMUM_TOTAL_SIZE instead of
  253.     a per buffer MAXIMUM_BUFFER_SIZE.
  254.  
  255.     * src/output.c (output_text): New function, for optimizing the
  256.     output of strings of characters.  Use it.
  257.  
  258. Tue Aug 30 01:44:29 1994  Francois Pinard  (pinard@icule)
  259.  
  260.     * doc, src: New directories reorganizing the distribution.
  261.     * doc/Makefile.in, src/Makefile.in, examples/Makefile.in: New
  262.     files.
  263.     * Makefile.in: Adjusted.
  264.     * configure.in: Configure new Makefiles.
  265.  
  266.     * m4.h: Declare STRING typedef.  Use it for comment and quote
  267.     strings, adjusting all references.  (This is the rudiments of a
  268.     beginning for the eventual withdrawal of NUL terminated strings.)
  269.     * output.c (shipout_text): Accept a length parameter, and use it.
  270.     All callers adjusted.
  271.  
  272. Mon Aug 29 12:27:19 1994  Francois Pinard  (pinard@icule)
  273.  
  274.     * m4.h: Include <unistd.h> if it exists.
  275.     * stackovf.c: Don't.
  276.  
  277.     Clean up for current_diversion variable:
  278.     * output.c: Move current_diversion from builtin.c.
  279.     * m4.h: Declare current_diversion so builtin.c can access it.
  280.     * output.c (output_init, make_diversion): Initialize or update
  281.     current_diversion.
  282.     * builtin.c (builtin_init, m4_divert): Leave current_diversion
  283.     alone.
  284.  
  285.     Remove limit on number of diversions:
  286.     * output.c: Replace ndiversion by diversions, declare it.
  287.     (output_init): Allocate only diversion 0.
  288.     (make_diversion): Allocate new diversions as needed.
  289.     * m4.h, m4.c: Remove NDIVERSIONS and ndiversion related stuff.
  290.     * m4.c: Still accept -N, but do nothing with it.
  291.     Reported by David MacKenzie.
  292.  
  293.     Freeze diversions:
  294.     * output.c (freeze_diversions): New function.  
  295.     * m4.h: Declare freeze_diversions.
  296.     * freeze.c: Document frozen file format, revise it, call
  297.     freeze_diversions to add diversions to frozen format, and code to
  298.     reload them properly.
  299.     * m4.c: Do not undivert automatically at end when status being
  300.     frozen.  Do not call builtin_init when reloading frozen state.
  301.  
  302.     Speed up diversion processing:
  303.     * output.c: Add INITIAL_BUFFER_SIZE, MAXIMUM_BUFFER_SIZE,
  304.     COPY_BUFFER_SIZE, in-memory diversion buffers, struct diversion
  305.     structure and variables, cached variables out of output_diversion,
  306.     reallocate_diversion_for and OUTPUT_CHARACTER.
  307.     (shipout_text, make_diversion, insert_diversion): Adapted to new
  308.     structures.
  309.     (insert_file): Use better buffering.
  310.     Reported by David MacKenzie.
  311.  
  312. Sun Aug 28 05:20:02 1994  Francois Pinard  (pinard@icule)
  313.  
  314.     * Makefile.in, lib/Makefile.in, checks/Makefile.in: Arrange so
  315.     dist works from another build directory.
  316.  
  317. Sat Aug 27 14:32:45 1994  Francois Pinard  (pinard@icule)
  318.  
  319.     * symtab.c (hack_all_symbols): Use hash_table_size instead of
  320.     constant HASHMAX, for -H option to work better.
  321.  
  322.     * builtin.c (DECLARE): Simplify by using _ ().
  323.  
  324.     * freeze.c: New file.
  325.     * Makefile.in: Compile it, distribute it.
  326.     * m4.c: Recognize, document and process --freeze-state (-F) and
  327.     --reload-state (-R) options.  Pass a true flag to builtin_init
  328.     only if no reloading some state.
  329.     * builtin.c (define_builtin): Remove static specifier.
  330.     (find_builtin_by_name): Remove static specifier.
  331.     (builtin_init): Accept and obey a flag argument.
  332.     * m4.h: Add declarations for freeze.c, changes for builtin.c.
  333.  
  334. Wed Aug 24 16:14:19 1994  Francois Pinard  (pinard@icule)
  335.  
  336.     * builtin.c (dumpdef_cmp): Rewrite so the cast protect the const
  337.     specifier.
  338.  
  339.     * configure.in: Implement --with-dmalloc.
  340.     * acconfig.h: Document WITH_DMALLOC.
  341.     * m4.h: Add code for when WITH_DMALLOC.
  342.  
  343. Mon Aug 15 12:38:05 1994  Francois Pinard  (pinard@icule)
  344.  
  345.     * m4.c (long_options): Use "error-output", the dash was missing.
  346.     Reported by Akiko Matsushita.
  347.  
  348. Fri Aug 12 16:38:01 1994  Francois Pinard  (pinard@icule)
  349.  
  350.     * m4.h: Include <sys/types.h>.
  351.     * builtin.c, debug.c, m4.c, output.c, stackovf.c: Don't.
  352.     * m4.h: Declare len_lquote and len_rquote as size_t, not int.
  353.     int.
  354.     * input.c: Declare len_lquote, len_rquote, len_bcomm and len_ecomm
  355.     as size_t, not int.
  356.     * builtin.c (dump_args): Declare len as size_t, not int.
  357.  
  358.     * debug.c: Prototype the forward declaration of debug_set_file.
  359.  
  360.     * builtin.c (m4_undivert):  Replace div by file, for avoiding the
  361.     shadowing of this variable.
  362.     * output.c (insert_diversion): Idem.
  363.  
  364.     * input.c: Delete def_rquote, def_lquote, def_bcomm and    def_ecomm.
  365.     (input_init): Duplicate default quote and comment strings.
  366.     (set_quotes): Free previous quote strings in all cases.  Duplicate
  367.     even default quote strings.
  368.     (set_comment): Free previous comment strings in all cases.
  369.     Duplicate even default comment strings.
  370.  
  371.     * configure.in: Updated for Autoconf 2.0.
  372.     * Makefile.in (distclean-local): Also delete config.cache.
  373.  
  374.     * m4.c (usage): Reorganize the --help output by topic.  Include a
  375.     description for debugging flags.
  376.  
  377. Fri Jul 29 10:15:52 1994  Francois Pinard  (pinard@icule)
  378.  
  379.     * configure.in: If sigaction is available and SA_ONSTACK defined,
  380.     use sigaction.  Otherwise, if sigvec is available and SV_ONSTACK
  381.     defined, use sigvec.  Else don't compile stackovf.c.
  382.     * stackovf.c (setup_stackovf_trap): Idem.
  383.     Reported by Jim Avera, Karl Berry, Kaveh R. Ghazi, Matthias Rabe
  384.     and Simon Leinen.
  385.  
  386. Thu Jul 21 22:43:17 1994  Francois Pinard  (pinard@icule)
  387.  
  388.     * m4.c (usage): Replace printf par fputs.
  389.  
  390. Mon Jul 18 23:48:23 1994  Francois Pinard  (pinard@icule)
  391.  
  392.     * Release 1.2
  393.  
  394. Sun Jul 17 08:08:25 1994  Francois Pinard  (pinard@icule)
  395.  
  396.     * configure.in: Check for sigaction and sigvec.  Add a new delayed
  397.     check for RLIMIT_STACK, combine in the checking for getrlimit.
  398.     All those things are not universally available.
  399.     * stackovf.c: Split setting up the trap handler and catching
  400.     signals, for better taking care of various configure outcomes.
  401.     * examples/stackovf.sh: Correct a typo.
  402.     Reported by Eric Backus, Jim Avera and Jim Meyering.
  403.  
  404. Sat Jul 16 20:36:19 1994  Francois Pinard  (pinard@icule)
  405.  
  406.     * ansi2knr.c: New version sent by its author, Peter Deutsch.
  407.  
  408. Fri Jul 15 14:36:21 1994  Francois Pinard  (pinard@icule)
  409.  
  410.     * Makefile.in: Modify so parallel make will not try making
  411.     lib/libm4.a twice simultaneously.
  412.     Reported by Jim Meyering.
  413.  
  414. Thu Jul 14 17:23:17 1994  Francois Pinard  (pinard@icule)
  415.  
  416.     * stackovf.c (setup_stackovf_trap): Replace "Don't" by "Do not" in
  417.     error message, for when no code possibility exists.  Even if this
  418.     line is completely #ifdef'ed out, it brings a syntax error. 
  419.     Reported by Andreas Schwab, Jim Meyering and Joseph E. Sacco.
  420.  
  421.     * Makefile.in (install): Have install depend on all too, for lib
  422.     to be remade as needed.
  423.  
  424.     * examples/stackovf.sh: Try ksh, bsh and bash for shells
  425.     providing ulimit, instead of using only ksh.
  426.     Reported by Jim Avera and Joseph E. Sacco.
  427.  
  428. Tue Jul 12 06:54:31 1994  Francois Pinard  (pinard@icule)
  429.  
  430.     * Makefile.in (check): Have it depend on all instead of m4.  In
  431.     this way, a change in lib will be detected and processed.
  432.  
  433.     * builtin.c (numeric_arg): Use strtol and verify the conversion,
  434.     instead of using sscanf which stops as soon as there is a
  435.     non-digit in the input.  Previously, incr(1xyzzy), eval(1,2xyzzy)
  436.     and divert(1xyzzy) were all accepted without any warning or error
  437.     messages.
  438.     * m4.h: Declare strtol as long if not including stdlib.h.
  439.     * configure.in: Check for limits.h, and replace strtol if missing.
  440.     * lib/Makefile.in: Substitute LIBOBJS.  Distribute strtol.c.
  441.     * lib/strtol.c: New file, from elsewhere.
  442.     Reported by Andreas Schwab.
  443.  
  444. Thu Jul  7 22:38:10 1994  Francois Pinard  (pinard@icule)
  445.  
  446.     * macro.c (expand_macro): Cast value to (boolean) prior to
  447.     assigning it to traced.
  448.     Reported by Tom McConnell.
  449.  
  450.     * Makefile.in (m4): Always make all in lib first.
  451.     Reported by Jim Meyering.
  452.  
  453. Wed Jul  6 13:16:31 1994  Jim Avera (jima@netcom.com)
  454.  
  455.     * stackovf.c: Isolated OS-dependent sections; Improved portability,
  456.     adding support for SunOS/BSD (sigvec, sigstack, and 4-parameter signal
  457.     handlers), and a default error message if the fault address is not 
  458.     available (when neither siginfo.h nor BSD sigcontext are supported).
  459.     * configure.in: Changes for stackovf.h: Check for sigcontext,
  460.     sigaction, sigstack, and define rlim_t as int if necessary.
  461.     * acconfig.h: Added HAVE_SIGCONTEXT and rlim_t.
  462.     * examples/stackovf.sh: Run m4 -L99999999 to allow stack overflow.
  463.     * ansi2knr.c: Fix for func-ptr args; convert "..." to varargs syntax.
  464.  
  465. Tue Jul  5 19:13:54 1994  Francois Pinard  (pinard@icule)
  466.  
  467.     * configure.in: Use AC_SET_MAKE.
  468.     * Makefile.in: Use @SET_MAKE@.
  469.     Reported by Jim Meyering.
  470.  
  471.     * checks/check-them: Do not trap on SIGQUIT or SIGALRM.
  472.     Reported by Ian Taylor.
  473.  
  474. Sat Jul  2 00:58:47 1994  Francois Pinard  (pinard@icule)
  475.  
  476.     * configure.in: Remove dependency of USE_STACKOVF on STDC_HEADERS,
  477.     because siginfo.h is unrelated to standard headers, and siginfo.h
  478.     is already checked for.
  479.     Reported by Joseph E. Sacco.
  480.  
  481.     * acconfig.h, aclocal.m4, m4.h: Replace HAVE_PROTOTYPES by
  482.     PROTOTYPES.
  483.     * aclocal.m4, configure.in: Replace AC_HAVE_PROTOTYPES by
  484.     AC_PROTOTYPES.
  485.  
  486. Wed Jun 29 22:41:53 1994  Francois Pinard  (pinard@icule)
  487.  
  488.     * builtin.c (substitute): Use \& to represent this part of the
  489.     string which was matched by the whole regexp, instead of
  490.     representing the whole string.  Any usage of \0 issues a warning
  491.     and acts like \&, it will disappear in some subsequent release.
  492.  
  493. Mon Jun 27 14:24:23 1994  Francois Pinard  (pinard@icule)
  494.  
  495.     * m4.c: Complete prototype for forwarded declaration of usage.
  496.  
  497.     * input.c (init_macro_token): Correct own reference in error
  498.     message.  Previous name get_macro_func was referred to instead.
  499.     (next_char):  Correct own reference in error message.  Previous
  500.     name advance_input was referred to instead.
  501.  
  502.     * m4.h: Declare eval_t and unsigned_eval_t typedefs to 32 bits.
  503.     * eval.c (logical_or_term, logical_and_term, or_term, xor_term,
  504.     and_term, not_term, logical_not_term, cmp_term, shift_term,
  505.     add_term, mult_term, exp_term, unary_term, simple_term): Add
  506.     prototype to forwarded declarations.  Declare parameter v1 as
  507.     eval_t * instead of int *.  Same for local variable v2 in dyadic
  508.     functions.  Same for result in exp_term.
  509.     * builtin.c (m4_eval): Declare value as eval_t instead of int.
  510.     (ntoa): Declare value as eval_t instead of int.  Declare uvalue as
  511.     unsigned_eval_t instead of unsigned int.  Change casts accordingly.
  512.     (shipout_int): Cast first argument of ntoa to eval_t.
  513.     Reported by Thorsten Ohl.    
  514.  
  515.     * macro.c: Complete the prototypes of forwarded expand_macro and
  516.     expand_token.
  517.     Reported by Thorsten Ohl.    
  518.  
  519.     * m4.h: Define voidstar as void * or char * depending on __STDC__.
  520.     The Ultrix 3.1 compiler cannot do much with void pointers.
  521.  
  522.     * builtin.c (dumpdef_cmp): Replace void * by voidstar.
  523.     * m4.c (xfree):  Replace void * by voidstar.
  524.     Reported by Tom McConnell.
  525.  
  526.     * ansi2knr.1: New, from elsewhere.
  527.     * Makefile.in (DISTFILES): Distribute ansi2knr.1
  528.  
  529.     * Makefile.in (stamp-h.in): Avoid running ./config.status if
  530.     stamp-h does not exist yet.  This avoids running it a second time
  531.     just after the initial ./configure.
  532.     Reported by David MacKenzie and Tom McConnell.
  533.  
  534.     * m4.h: Replace the enum debug_info declaration with a series of
  535.     #define's.  The Ultrix 3.1 compiler would otherwise need casting
  536.     (int) to most references, when used in expressions.
  537.     Reported by Tom McConnell.
  538.  
  539. Sat Jun 25 00:10:05 1994  Francois Pinard  (pinard@icule)
  540.  
  541.     * aclocal.m4: Replace FP_PROTOTYPES by AC_HAVE_PROTOTYPES,
  542.     following an idea from Brook G. Milligan.  AC_HAVE_PROTOTYPES
  543.     calls the compiler.  Previously, FP_PROTOTYPES was only calling
  544.     the preprocessor; by not being subject to CFLAGS, this was
  545.     discouraging those flags asking for ANSI compilation.
  546.     * acconfig.h: Document HAVE_PROTOTYPES.
  547.     * configure.in: Use AC_HAVE_PROTOTYPES instead of FP_PROTOTYPES.
  548.     * m4.h: Define _() according to HAVE_PROTOTYPES, not __STDC__.
  549.     Reported by Eric Backus.
  550.  
  551.     * configure.in: Substitute CFLAGS and LDFLAGS, taking their value
  552.     from the environment.  Default CFLAGS to -g if not set.
  553.     * Makefile.in: Have CFLAGS and LDFLAGS substituted from configure.
  554.     * lib/Makefile.in: Have CFLAGS substituted from configure. 
  555.     Reported by Eric Backus and Tom McConnell.
  556.  
  557.     * configure.in: m4_undefine changeword before using AC_ENABLE.
  558.  
  559.     * m4.h: Declare prototypes for error (for ANSI compilers only),
  560.     prefix_all_builtins and reference_error.
  561.     Reported by Tom McConnell.
  562.  
  563.     * input.c (set_word_regexp): Do not try to initialize the array
  564.     test from a string, this does not work with non-ANSI compilers.
  565.     Reported by Eric Backus.
  566.  
  567.     * Makefile.in (dist): Clean examples/ before saving it.
  568.     (distclean-local): Also remove stamp-h.
  569.     Reported by Eric Backus.
  570.  
  571.     * Makefile.in (_stackovf.c): Goal for compiling stacokovf.c with
  572.     non ANSI compilers.
  573.     Reported by Tom McConnell.
  574.  
  575.     * checks/Makefile.in (clean): Depends on mostlyclean.
  576.     (mostlyclean): New goal.
  577.  
  578. Fri Jun 24 23:30:31 1994  Francois Pinard  (pinard@icule)
  579.  
  580.     * Makefile.in (DISTFILES): Distribute install.sh.
  581.     * install.sh: New file, copied from elsewhere.
  582.     Reported by Assar Westerlund and Kaveh R. Ghazi.
  583.  
  584. Thu Jun 23 00:00:30 1994  Francois Pinard  (pinard@icule)
  585.  
  586.     * configure.in: Define ENABLE_CHANGEWORD if --enable-changeword.
  587.     * acconfig.h: Explain ENABLE_CHANGEWORD.
  588.  
  589.     [These modifs all depend upon ENABLE_CHANGEWORD and are adapted
  590.     from code provided by Pete Chown]
  591.     * m4.h: Add original_text field to u_t variant of union u.
  592.     Declare TOKEN_DATA_FUNC macro. 
  593.     * builtin.c: Declare changeword.
  594.     (m4_changeword): New function.
  595.     * input.c: Include "regex.h", define variables with word regexps.
  596.     (input_init): Initialize the word regexp.
  597.     (set_word_regexp): New.
  598.     (next_token): Declare local variables, use the previous code if
  599.     default_word_regexp is true.  Else, match using a new code.  Save
  600.     the original text.
  601.     * macro.c (expand_token): Ship out original text if not a macro
  602.     name.
  603.     Reported by Krste Asanovic and Pete Chown.
  604.  
  605.     [These modifs all depend upon ENABLE_CHANGEWORD]
  606.     * m4.h: Declare external user_word_regexp.
  607.     * m4.c: Declare user_word_regexp, and initialize it from
  608.     --word-regexp or -W, or NULL if not specified.
  609.     * input.c: Use user_word_regexp if specified, instead of
  610.     DEFAULT_WORD_REGEXP.
  611.  
  612.     * Makefile.in (m4): Revert Jan 3 1994 change.  I'm unable to
  613.     agree with it.
  614.  
  615.     * Makefile.in, lib/Makefile.in: Limit suffixes to .c and .o.
  616.     * checks/Makefile.in: Empty the suffix list.
  617.     Reported by Geoff Russell, Joel Sherrill and Roland McGrath.
  618.  
  619.     * m4.c: Declare nesting_limit and initialize it to 250.
  620.     Implement -LNUMBER or --nesting-limit=NUMBER to change its
  621.     value.
  622.     * m4.h: Declare nesting_limit as external.
  623.     * macro.c (expand_macro): Stop execution whenever nesting limit
  624.     is exceeded.
  625.     Reported by Bengt Mertensson.
  626.  
  627.     * eval.c (evaluate): Diagnose excess characters in eval input.
  628.     Things like `eval(08)' used to return 0 with no diagnostic.
  629.  
  630.     * m4.h: Capitalize first letter of all macro arguments in
  631.     definitions.
  632.  
  633.     * m4.c: Declare warning_status, initialize it to 0.  Add new
  634.     option -E, or --fatal-warnings, which sets warning_status to
  635.     EXIT_FAILURE instead.
  636.     * m4.h: Declare external warning_status.  Define EXIT_SUCCESS and
  637.     EXIT_FAILURE if not otherwise done by header files.
  638.     * m4.c: Delete declarations for EXIT_SUCCESS and EXIT_FAILURE.
  639.     * m4.c, input.c, output.c, symtab.c, builtin.c, macro.c, debug.c,
  640.     eval.c: Replace 0 by warning_status and 1 by EXIT_FAILURE in first
  641.     argument of all M4ERROR calls.
  642.     Reported by Noah Friedman.
  643.  
  644.     * examples/incl-test.m4: Renamed from incl_test.m4.
  645.     * examples/include.m4: Include incl-test.m4 instead of
  646.     incl_test.m4.
  647.     * examples/multiquotes.m4: Renamed from multi-quotes.m.
  648.  
  649. Wed Jun 22 21:58:54 1994  Francois Pinard  (pinard@icule)
  650.  
  651.     * configure.in: Avoid USE_STACKOVF if <siginfo.h> not found.  Note
  652.     that Jim developped stackovf.c on a 486 running SVR4.0 (ESIX), and
  653.     also tested it on a Sun Sparc workstation running SunOS 4.x.
  654.  
  655.     * format.c (format): When not HAVE_EFGCVT, m4 was failing the
  656.     49.format check, abusing a `union values' argument with sprintf
  657.     without selecting the proper field.  Now, save the formatting type
  658.     first, delaying the fetch of the corresponding argument.
  659.     Reported by Joseph E. Sacco and Tom Quinn.
  660.  
  661.     * format.c (format): Remove const from char *fmt declaration when
  662.     not HAVE_EFGCVT, because a NUL may be forced into it.
  663.  
  664.     * m4.h: Declare atof() when not STDC_HEADERS.
  665.     Reported by Joseph E. Sacco.
  666.  
  667.     * Regenerate configure using Autoconf 1.11, this corrects a
  668.     problem about an incorrect cpp seting on NeXT 3.1.
  669.     Reported by Alexander Lehmann.
  670.  
  671. Sun Jun  5 16:25:19 1994  Francois Pinard  (pinard@icule)
  672.  
  673.     * m4.h (_): Change argument from `x' to `Args'.
  674.  
  675. Wed May  4 23:59:39 1994  Francois Pinard  (pinard@icule)
  676.  
  677.     * Makefile.in: Remove all occurrences of $(MFLAGS), which were
  678.     bringing more evil than good on a few systems.
  679.     Reported by Greg A. Woods.    
  680.  
  681. Fri Apr 22 15:59:35 1994  Francois Pinard  (pinard@icule)
  682.  
  683.     * m4.h: Rename Args() to _().
  684.     * m4.h: Remove extern specifier from all function declarations.
  685.  
  686. Fri Apr 22 15:51:21 1994  Jim Avera (jima@netcom.com)
  687.  
  688.     * stackovf.c: New file implementing stack-overflow detection.
  689.     * configure.in: Check for getrlimit, sigaction.  If all of
  690.     standard headers, getrlimit and sigaction, define USE_STACKOVF and
  691.     substitute ${U}stackovf.o for STACKOVF.
  692.     * acconfig.h: Declare USE_STACKOVF.
  693.     * Makefile.in: Distribute stackovf.c, link with $(STACKOVF).
  694.     * m4.h: Declare setup_stackovf_trap().
  695.     * m4.c: Call setup_stackovf_trap().
  696.     * tests/stackovf_test.sh: New file.
  697.  
  698. Wed Apr 13 14:10:30 1994  Francois Pinard  (pinard@icule)
  699.  
  700.     * checks/Makefile.in: Rename .all-stamp to stamp-checks.
  701.  
  702.     * Makefile.in (Makefile, etc.): Adapt for Autoconf 1.8.
  703.  
  704. Sun Jan 30 14:24:19 1994    (pinard at icule)
  705.  
  706.     * m4.h: Remove definition of volatile, not used anymore.
  707.     Reported by Jim Meyering and Joseph E. Sacco.
  708.  
  709.     * m4.h: Consistently use `do { ... } while (0)' in macros, instead
  710.     of `if ... else /* nothing */' for if macros.
  711.     Reported by Jim Meyering.
  712.  
  713.     * builtin.c (m4_regexp): Reorganize the code for avoiding a
  714.     warning from gcc about `repl' possibly used before defined.
  715.     Reported by Jim Meyering.
  716.  
  717.     * m4.h: Avoid a pre-ANSI <memory.h> together with <string.h>.
  718.     Reported by Jim Meyering.
  719.  
  720. Tue Jan 25 18:39:37 1994  Francois Pinard  (pinard at icule)
  721.  
  722.     * m4.h: Move the conditional definition of volatile after the
  723.     inclusion of system files, because they may define it first.
  724.  
  725. Tue Jan  4 19:46:50 1994  Francois Pinard  (pinard@icule)
  726.  
  727.     * checks/Makefile.in (CHECKS): Add a useless `*' before `[', to
  728.     get around a problem with Alpha make seeing a syntax error, there.
  729.     Reported by Vern Paxson.
  730.  
  731. Mon Jan  3 00:21:45 1994  Francois Pinard  (pinard@icule)
  732.  
  733.     * Makefile.in: Do not define LDFLAGS, use CFLAGS on link calls.
  734.     Reported by Richard Stallman.
  735.  
  736. Sat Dec 25 08:06:05 1993  Francois Pinard  (pinard@icule)
  737.  
  738.     * configure.in: Correct test for strerror, AC_FUNC_CHECK was used
  739.     instead of AC_HAVE_FUNCS.
  740.     Reported by Noah Friedman.
  741.  
  742. Wed Dec  1 09:37:53 1993  Francois Pinard  (pinard@icule)
  743.  
  744.     * m4.c: Initialize show_help and show_version to zero.
  745.  
  746.     * m4.c: Ensure EXIT_SUCCESS and EXIT_FAILURE are defined.
  747.     Use them in exit() and usage() calls.
  748.  
  749. Sat Nov 27 10:43:24 1993  Francois Pinard  (pinard@icule)
  750.  
  751.     * m4.h: Delete extern sys_nerr, sys_errlist declarations, and
  752.     syserr() macro.  Delete errref, add reference_error and M4ERROR.
  753.     * m4.c: Replace errref, which was returning an input reference
  754.     string, with reference_error, which prints it on standard error.
  755.     * builtin.c, output.c: Use errno as second parameter to error,
  756.     instead of using syserr() with %s.
  757.     * *.c: Use M4ERROR instead of error: no more errref() with %s.
  758.     Doing so, the program name appears after the input reference
  759.     instead of before, which eases M-x next-error processing.
  760.  
  761. Wed Nov 24 22:16:15 1993  Francois Pinard  (pinard@icule)
  762.  
  763.     * checks/get-them: Escape braces with backslashes in patterns,
  764.     because HPUX-9.01 awk needs this.
  765.     Reported by Jim Meyering.
  766.  
  767. Mon Nov 22 10:55:52 1993  Francois Pinard  (pinard@icule)
  768.  
  769.     * builtin.c: Declare "FILE *popen ();".
  770.  
  771.     * m4.h: Remove MESSAGE{,1,2}, WARNING1, FATAL{,1}, INTERNAL_ERROR
  772.     macros, replace error_message_prefix() declaration by errref()'s.
  773.     Declare xrealloc, for use in errref().
  774.     * m4.c: Delete error_message_prefix() function, add errref().
  775.     * *.c: Use error() systematically in place of all error macros,
  776.     now that error() flushes stdout first.  Make needed adjustments.
  777.  
  778.     * m4.h: Remove const in sys_errlist[] declaration, it creates
  779.     conflicts on SGI and Alpha.
  780.     Reported by Kaveh R. Ghazi.
  781.  
  782. Sat Nov 20 08:26:15 1993  Francois Pinard  (pinard@icule)
  783.  
  784.     * m4.c: Include <getopt.h> instead of "getopt.h".
  785.  
  786.     * configure.in: Output to config.h.  Use HAVE_FUNCS preferably.
  787.     * acconfig.h: New, for documenting HAVE_EFGCVT.
  788.     * Makefile.in: Distribute acconfig.h, .stamp-h.in and config.h.in,
  789.     use them wherever appropriate.  Also use -I. for compilations.
  790.     * lib/Makefile.in: Use -I.. for compilations.
  791.     * *.c: Include <config.h> or "config.h".
  792.  
  793.     * m4.h: Test for HAVE_MEMORY_H instead of NEED_MEMORY_H.
  794.     * configure.in: Use AC_HAVE_HEADERS(memory.h), delete AC_MEMORY_H.
  795.  
  796. Wed Nov 17 09:34:55 1993  Francois Pinard  (pinard@icule)
  797.  
  798.     * builtin.c (m4_eval): Cast strlen to (int) before comparing.
  799.  
  800.     * input.c (input_init): Initialize quote and comment strings
  801.     explicitely instead of calling set_quotes and set_comment: by
  802.     doing so, we ensure we do not free uninitialized variables.
  803.  
  804.     * checks/check-them: Reverse arguments to both diff, so the
  805.     expected is on the left and the obtained on the right.
  806.  
  807.     * m4.h: Add MESSAGE{,1,2}, WARNING1, FATAL{,1} and INTERNAL_ERROR
  808.     macros. Delete declarations for m4error, warning, fatal and
  809.     internal_error, add declaration for error_message_prefix.
  810.     * m4.c:  Delete m4error, warning, fatal and internal_error
  811.     routines, add error_message_prefix routine.
  812.     * *.c: Replace m4error routine calls with MESSAGE* macro calls,
  813.     warning with WARNING*, fatal with FATAL* and internal_error with
  814.     INTERNAL_ERROR*.
  815.     * Makefile.in (_m4.c): Do not adjust ansi2knr output for va_alist,
  816.     this is not needed anymore.
  817.  
  818.     * m4.h: Declare extern FILE *debug.  Add DEBUG_PRINT{1,3} and
  819.     DEBUG_MESSAGE{,1,2} macros.  Delete declarations for debug_print
  820.     and debug_message, add declaration for debug_message_prefix.
  821.     * debug.c: Remove static specifier for FILE *debug declaration.
  822.     Delete debug_print and debug_message routines, add
  823.     debug_message_prefix routine.
  824.     * builtin.c, debug.c: Replace debug_print routine calls with
  825.     DEBUG_PRINT* macro calls.
  826.     * input.c, path.c: Replace debug_message routine calls with
  827.     DEBUG_MESSAGE* macro calls.
  828.  
  829.     * m4.h: Remove inclusion of <varargs.h>.
  830.     * debug.c: Include <stdarg.h> or <varargs.h>.
  831.     (trace_format): Use stdarg instead of varargs if __STDC__.
  832.  
  833.     * configure.in: Remove checks for vfprintf and _doprnt.  These
  834.     implementations use varargs tricks which are not portable enough.
  835.     * lib/vfprintf.c: Deleted.
  836.     * lib/_doprnt.c: Deleted.
  837.     * lib/Makefile.in: Adjusted accordingly.  Remove LIBOBJS.
  838.     Reported by Joel Sherrill.
  839.  
  840.     * path.c (add_include_directory): Use xstrdup.
  841.  
  842.     * builtin.c (find_builtin_by_name): Declare static.
  843.  
  844.     * *.[ch]: Add const to a few "char *" declarations.
  845.  
  846.     * configure.in: Remove commented tests for fileno() and fstat().
  847.     * debug.c: Remove comments about HAVE_FILENO and HAVE_FSTAT.
  848.  
  849.     * debug.c (debug_flush_files): New.
  850.     * m4.h: Declares it.
  851.     * builtin.c (m4_syscmd, m4_esyscmd): Use it.
  852.     Reported by Nicolas Pioch.
  853.  
  854. Fri Nov 12 10:02:26 1993  Francois Pinard  (pinard@icule)
  855.  
  856.     * Makefile.in (m4.dvi): Use m4.texinfo instead of m4.texi.
  857.     Reported by Joel Sherrill.
  858.  
  859.     * builtin.c (prefix_all_builtins): Instead of the table size, use
  860.     the null entry at end for stopping the loop.  It was overwritten.
  861.     Reported by Andreas Schwab and Jim Meyering.
  862.  
  863.     * builtin.c (prefix_all_builtins): Cast xmalloc to (char *).
  864.     Reported by Kaveh R. Ghazi.
  865.  
  866.     * macro.c (call_macro): Add * in (*SYMBOL_FUNC (sym)) (...).
  867.     Reported by Karl Vogel.
  868.  
  869. Tue Nov  9 09:31:47 1993  Francois Pinard  (pinard@icule)
  870.  
  871.     * m4.h: Do not define volatile if already defined.
  872.     Reported by Rene' Seindal.
  873.  
  874.     * lib/Makefile.in: Add a forgotten ALLOCA=@ALLOCA@.  Grrr!
  875.  
  876.     Reported by Bernhard Daeubler, Eric Backus, Hal Peterson, Hoang
  877.     Uong, Ian Taylor, Kaveh R. Ghazi, Tom McConnell and Walter Wong.
  878.  
  879. Mon Nov  8 21:11:44 1993  Francois Pinard  (pinard@icule)
  880.  
  881.     * m4.h: Define strchr and strrchr in terms of index and rindex,
  882.     instead of the other way around.
  883.     * builtin.c, m4.c, path.c: Use strchr instead of index.
  884.  
  885.     * input.c (next_char): Remove a "break;" after a "return ...;".
  886.     Reported by Tom McConnell.
  887.  
  888. Mon Nov  8 12:45:34 1993  Francois Pinard  (pinard@icule)
  889.  
  890.     * Release 1.1
  891.  
  892.     * configure.in: Do not copy check files in the build hierarchy.
  893.     * checks/check-them: Identify the m4 version being checked.  For
  894.     finding m4, look in $PATH instead of in the parent directory.
  895.     * Makefile.in (check): Prepend `pwd` to $PATH before checking.
  896.     * checks/Makefile.in (.all-stamp): Always create check files in
  897.     the source hierarchy, not anymore in the build hierarchy.
  898.     (check): cd to the source hierarchy before performing checks.
  899.     Do not copy nor clean COPYING anymore, take it from `..'.
  900.     Reported by Tom McConnell.
  901.  
  902.     * Makefile.in (Makefile): Use $(SHELL).
  903.     (config.status): Use $(SHELL).  Use "config.status --recheck"
  904.     instead of "configure --no-create", which is obsolete.
  905.     Reported by Tom McConnell.
  906.  
  907. Fri Nov  5 09:49:30 1993  Francois Pinard  (pinard@compy.IRO.UMontreal.CA)
  908.  
  909.     * m4.c (usage): Use "%s" instead of "m4" in format string.
  910.     Reported by Jim Meyering.
  911.  
  912.     * Makefile.in: Distribute mkinstalldirs.
  913.     Reported by Pierre Gaumond.
  914.     Reported by Jim Meyering.
  915.     Reported by Tom McConnell.
  916.     Reported by Andreas Gustafsson.
  917.  
  918.     * checks/check-them: Renamed from checks/check_them.
  919.     * checks/get-them: Renamed from checks/get_them.
  920.     * checks/.all-stamp: Renamed from checks/.all_stamp.
  921.     * checks/Makefile.in: Changed accordingly.
  922.     Reported by Jim Meyering.
  923.  
  924. Thu Nov  4 13:50:52 1993  Francois Pinard  (pinard@lagrande.IRO.UMontreal.CA)
  925.  
  926.     * lib/Makefile.in (dist): Correct permissions on files.
  927.  
  928.     * output.c: Declare tmpfile, some systems don't.
  929.  
  930. Wed Nov  3 09:09:16 1993  Francois Pinard  (pinard@icule)
  931.  
  932.     * checks/Makefile.in (dist): Correct permissions on files.
  933.  
  934.     * Makefile.in (dist): Ensure recursive linking for subdirectory
  935.     `examples', also set read/write permissions on all its files.
  936.  
  937.     * mkinstalldirs: New, from elsewhere.
  938.     * Makefile.in: Use it.
  939.  
  940.     * debug.c: Synchronize debug messages and regular output when
  941.     the debug file and stdout are redirected to the same file.
  942.     * configure.in: Add (commented) checks for fileno and fstat.
  943.     Reported by Jim Avera.
  944.  
  945.     * builtin.c (m4_ifelse): Diagnose excess arguments if 5, 8, 11,
  946.     etc., arguments, then ignore the superfluous one.  m4 used to
  947.     diagnose missing arguments and return the empty string.
  948.     Reported by Nick S. Kanakakorn.
  949.  
  950. Tue Nov  2 00:55:41 1993  Francois Pinard  (pinard@icule)
  951.  
  952.     * m4.c (main): At end of all input, ensure all undiverted text
  953.     goes to the main output stream.
  954.     Reported by Andreas Gustafsson.
  955.  
  956.     * m4.c (main): exit (0), instead of return 0.
  957.  
  958.     * m4.c: Implement -P and --prefix-builtins.
  959.     * builtin.c: Delete const specifier on builtin_tab.
  960.     (prefix_all_builtins): New.
  961.     Reported by Noah Friedman.
  962.     Reported by Scott Bartram.
  963.  
  964.     * c-boxes.el: New, from elsewhere.
  965.     * Makefile.in: Distribute it.
  966.  
  967.     * m4.h: Do not define bcopy if <string.h> defines it.
  968.     Reported by Stephen Perkins.
  969.  
  970.     * builtin.c (define_macro): Allow a missing second argument, in
  971.     which case it is implied empty.  Affects define and pushdef.
  972.     Reported by Eric Allman.
  973.  
  974. Mon Nov  1 07:45:24 1993  Francois Pinard  (pinard@icule)
  975.  
  976.     * m4.h: Add blind_if_no_args in struct builtin, blind_no_args in
  977.     struct symbol adn SYMBOL_BLIND_NO_ARGS macro.
  978.     * builtin.c: Initialize all the blindness fields in builtin_tab.
  979.     (define_builtin): Copy the blindness of a builtin into its symbol.
  980.     * macro.c (expand_token): Avoid processing a blind builtin if the
  981.     next character is not an opening parenthesis.
  982.     Reported by David MacKenzie.
  983.     Reported by Noah Friedman.
  984.  
  985.     * configure.in: Ensure an exit status of 0 on completion.
  986.     Reported by Vivek P. Singhal.
  987.  
  988.     * eval.c (eval_lex): Admit both lower and upper case letters for
  989.     bases greater than 10.  Only lower case letters were accepted.
  990.  
  991.     * eval.c (eval_lex): Recognize 0bDIGITS and 0rRADIX:DIGITS syntax.
  992.     Reported by Krste Asanovic.
  993.  
  994.     * eval.c:  Rename NOT to LNOT.  Add XOR, NOT, LSHIFT and RSHIFT.
  995.     * eval.c (logical_not_term): New name for not_term.
  996.     * eval.c (xor_term): New, between or_term and and_term.
  997.     * eval.c (not_term): New, between and_term and logical_not_term.
  998.     * eval.c (shift_term): New, between cmp_term and add_term.
  999.     Reported by Krste Asanovic: ~, ^, <<, >>.
  1000.     Reported by Ben A. Mesander: ** vs ^.
  1001.  
  1002.     * m4.c: Delete xmalloc.c, xrealloc.c, xstrdup.c.
  1003.     * m4.h: Delete xrealloc.c.
  1004.     * lib/xmalloc.c: New, from elsewhere.
  1005.     * lib/xstrdup.c: New, from elsewhere.
  1006.     * lib/Makefile.in: Distribute and compile them.
  1007.  
  1008.     * m4.c: Change progname to program_name.
  1009.     * builtin.c, eval.c, m4.c, m4.h: Rename error to m4error.
  1010.     * lib/error.c: New, from elsewhere.
  1011.     * lib/Makefile.in: Distribute and compile error.c.
  1012.     * configure.in: Check AC_VPRINTF and for strerror.
  1013.     * m4.c: Delete cmd_error.  Use error instead.
  1014.     * m4.c: Change label capitalisation to "ERROR", "Warning", etc.
  1015.  
  1016.     * m4.h: Delete #define const, let Autoconf takes care of this.
  1017.  
  1018.     * m4.c: Remove all code conditionalized by IMPLEMENT_M4OPTS.
  1019.     Merge parse_args into main.  Declare argv to be `char *const *',
  1020.     then remove superfluous casts. 
  1021.  
  1022.     * m4.c: Rename --no-gnu-extensions to --traditional.
  1023.     Reported by Ben A. Mesander.
  1024.  
  1025.     * m4.c (usage): Add a status parameter.  Supply one in various
  1026.     calls.  Add --help processing.  Remove -V for --version.
  1027.  
  1028.     * lib/Makefile.in: Put $(CFLAGS) last in .c.o rule.
  1029.  
  1030.     * lib/Makefile.in: Have an AR=ar declaration.
  1031.     Reported by Eric Backus.
  1032.     Reported by Bjorn R. Bjornsson.
  1033.     Reported by Tom Tromey.
  1034.     Reported by Kristine Lund.
  1035.     Reported by Marion Hakanson.
  1036.  
  1037. Sat Oct 30 12:51:47 1993  Francois Pinard  (pinard@icule)
  1038.  
  1039.     * Makefile.in (m4.info): Use -I$(srcdir) on $(MAKEINFO).
  1040.     Reported by Noah Friedman.
  1041.  
  1042. Mon Oct 25 14:58:48 1993  Francois Pinard  (pinard@icule)
  1043.  
  1044.     * Makefile.in: Remove MDEFINES and cleanup.
  1045.  
  1046. Wed Jun  9 14:59:46 1993  Francois Pinard  (pinard@icule)
  1047.  
  1048.     * Makefile.in (dist): Replace "echo `pwd`" by a mere "pwd".
  1049.     Create a gzip file.
  1050.  
  1051. Sat Feb  6 14:59:22 1993  Francois Pinard  (pinard@icule)
  1052.  
  1053.     * Makefile.in, lib/Makefile.in, check/Makefile.in: In dist goals,
  1054.     ensure 777 mode for directories, so older tar's will restore file
  1055.     modes properly.
  1056.  
  1057. Sun Jan 17 15:38:05 1993  Francois Pinard  (pinard@icule)
  1058.  
  1059.     * Makefile.in, lib/Makefile.in: Put $(CFLAGS) after $(CPPFLAGS),
  1060.     so the installer can override automatically configured choices.
  1061.     Reported by Karl Berry.
  1062.  
  1063. Fri Jan 15 16:07:00 1993  Francois Pinard  (pinard@icule)
  1064.  
  1065.     * lib/vfprintf.c: Stolen from Oleo distribution and adapted.  The
  1066.     previous version was not working properly on m68k-hp-bsd4.3.
  1067.     Reported by Roland McGrath.
  1068.  
  1069.     * lib/_doprnt.c: Stolen from Oleo distribution.
  1070.     * configure.in: Check for _doprnt.c if vfprintf.c selected.
  1071.     * lib/Makefile.in: Distribute _doprnt.c.
  1072.     Do not distribute regex.[ch].old anymore.
  1073.  
  1074. Fri Jan  1 19:42:23 1993  Francois Pinard  (pinard at icule)
  1075.  
  1076.     * Makefile.in, lib/Makefile.in: Reinstate $(CPPFLAGS), use it.
  1077.     Richard wants it there.
  1078.  
  1079. Sun Dec 27 07:01:54 1992  Francois Pinard  (pinard at icule)
  1080.  
  1081.     * Makefile.in: Add DEFS to MDEFINES.
  1082.     * lib/Makefile.in (.c.o): Remove $(CPPFLAGS).
  1083.     (libm4.a): Remove the library before creating it.
  1084.     (distclean): Remove tags and TAGS too.
  1085.  
  1086. Wed Dec 23 12:46:55 1992  Francois Pinard  (pinard at icule)
  1087.  
  1088.     * Makefile.in (dvi, m4.dvi): New goals.
  1089.  
  1090.     * builtin.c, eval.c, format.c, input.c, m4.[ch], m4.texinfo,
  1091.     macro.c, output.c, path.c, symtab.c: Change Copyright from
  1092.     1989-1992 to the explicit enumeration 1989, 1990, 1991, 1992.
  1093.  
  1094.     * examples/divert.m4: Deleted, this bug has been corrected.
  1095.  
  1096.     * Makefile.in (texclean, mostlyclean): New goals.
  1097.  
  1098.     * Makefile.in (clean): Remove clutter from ansi2knr.
  1099.     Reported by Pierre Gaumond.
  1100.     Reported by Greg A. Woods.
  1101.  
  1102. Sun Dec 20 10:40:20 1992  Francois Pinard  (pinard at icule)
  1103.  
  1104.     * Makefile.in: Remove $(CPPFLAGS) from the .c.o rule.  The user
  1105.     might well use CFLAGS is s/he needs it.
  1106.  
  1107.     * Makefile.in: Allow installation of info files from a separate
  1108.     build directory.
  1109.     Reported by Jason Merrill.
  1110.     Reported by David MacKenzie.
  1111.     Reported by Skip Montanaro.
  1112.     Reported by Erez Zadok.
  1113.     Reported by Assar Westerlund.
  1114.  
  1115. Sat Dec 19 08:21:34 1992  Francois Pinard  (pinard at icule)
  1116.  
  1117.     * Release 1.0.3
  1118.     This is still a    beta release for the future GNU m4 version 1.1.
  1119.  
  1120.     * lib/alloca.c: New, from elsewhere.
  1121.     * lib/Makefile.in: Distribute it.  Define and use $(ALLOCA).
  1122.  
  1123.     * m4.h: Do not define index/rindex if already defined.  If
  1124.     FALSE/TRUE are already defined, do not redefine them, but merely
  1125.     define boolean typedef to int.
  1126.  
  1127.     * Makefile.in: Use $(DEFS) while compiling ansi2knr.
  1128.     * ansi2knr.c: Rewrite #ifdef HAVE_STRING_H || STDC_HEADERS,
  1129.     because some C compilers do not like connectives with #ifdef.
  1130.     * m4.h: Define `volatile' only if __GNUC__, instead of once for
  1131.     __GNUC__ and once for __STDC__.
  1132.     * lib/regex.h: Leave const alone, AC_CONST will take care of it.
  1133.  
  1134.     * checks/Makefile.in: Use .all_stamp instead of $(CHECKS) for
  1135.     Makefile dependencies.  Without it, make keeps destroying and
  1136.     remaking $(CHECKS) in a loop (why?).  Distribute .all_stamp.
  1137.  
  1138.     * m4.h, m4.c, builtin.c, output.c: Change all divertion/DIVERTION
  1139.     to diversion/DIVERSION, this was a spelling error.
  1140.  
  1141.     * m4.c: Declare version[], remove #include "version.h".
  1142.     * version.h: Deleted.
  1143.     * Makefile.in: Remove references to version.h.
  1144.  
  1145.     * output.c (shipout_text): Centralize all `#line NUM ["FILE"]'
  1146.     production, by using a simpler and more robust algorithm.  This
  1147.     solves the problem of synclines sometimes written in the middle of
  1148.     an output line.  Delete sync_line() and output_lines variable.
  1149.     * m4.h: Remove sync_line prototype and output_lines declaration.
  1150.     * input.c (next_char), output.c (shipout_text): Remove references
  1151.     to output_lines.
  1152.     * input.c (push_file, pop_file): Merely put the value -1 in
  1153.     output_current_line instead of calling sync_line, for delaying a
  1154.     single `#line NUM FILE' before next output line.  Do not test
  1155.     for sync_output, because this is unnecessary clutter.
  1156.     * output.c (make_divertion, insert_divertion): Idem.
  1157.     * input.c: Rename must_advance_line to start_of_input_line, for
  1158.     consistency.
  1159.  
  1160.     * debug.c (trace_header): Select a new debug line format, which
  1161.     better complies with GNU standards for formatting error messages.
  1162.     With option `-dfl', M-x next-error might be used on the output.
  1163.     * m4.c (vmesg): Adjust format of error output to GNU standards.
  1164.     * m4.texinfo: Adjust examples for `make check' to work.
  1165.  
  1166.     * m4.h, builtin.c, debug.c, input.c, macro.c, path.c: Use upper
  1167.     case for enum debug_info constants, which were all lower case.
  1168.  
  1169.     * builtin.c (m4_regexp, m4_patsubst): Use re_search instead of
  1170.     re_search_2.
  1171.     * lib/regex.[ch]: Use new version from textutils 1.3.6, with some
  1172.     collected patches.  I tried a few times using newer regex.[ch], it
  1173.     mysteriously stopped aborting with this one.  Insecure feeling...
  1174.     * lib/Makefile.in: Distribute regex.[ch].old, just in case!
  1175.  
  1176. Fri Dec 18 11:08:03 1992  Francois Pinard  (pinard at icule)
  1177.  
  1178.     * m4.c: Change `--no-warnings' to `--silent'.
  1179.     Reported by David MacKenzie.
  1180.  
  1181.     * m4.c: Put all M4OPTS code upon IMPLEMENT_M4OPTS control, and
  1182.     leave it off for now.  See comment in m4.c for justification.
  1183.     Reported by David MacKenzie.
  1184.  
  1185.     * configure.in: Replace AC_USG by AC_HAVE_HEADERS(string.h).
  1186.     * m4.h, ansi2knr.c, lib/regex.h: Replace USG by HAVE_STRING_H.
  1187.  
  1188.     * Makefile.in: Add a new `info' goal.  Use macro MAKEINFO.
  1189.  
  1190.     * Makefile.in: Ensure recursive cleaning is done before local
  1191.     cleaning for all clean goals.
  1192.  
  1193.     * builtin.c (ntoa): Ensure the value is always interpreted as a
  1194.     signed quantity, whatever the radix is.
  1195.  
  1196. Wed Nov 18 07:57:19 1992  Jim Meyering  (meyering@idefix)
  1197.  
  1198.     * builtin.c, format.c, input.c: Split long lines.
  1199.     * m4.c: Use typedef macro_definition instead of struct
  1200.     macro_definition.
  1201.     * symtab.c: Use typedef symbol instead of struct symbol.
  1202.  
  1203. Tue Nov 17 01:58:40 1992  Francois Pinard  (pinard at icule)
  1204.  
  1205.     * *.[ch]: Remove all trailing whitespace, in code and comments.
  1206.  
  1207.     * configure.in: Find some awk.
  1208.     * Makefile.in: Add $(AWK) to MDEFINES.
  1209.     * checks/Makefile.in: Transmit $(AWK) to get_them.
  1210.     * checks/get_them: Use $AWK instead of gawk.  Add a close in the
  1211.     awk script when switching files, because without this, mawk runs
  1212.     out of file descriptors.
  1213.  
  1214. Mon Nov 16 20:42:56 1992  Francois Pinard  (pinard at icule)
  1215.  
  1216.     * Makefile.in (realclean): Delete m4.info*.
  1217.     Reported by Jim Meyering.
  1218.  
  1219.     * Makefile.in: Adjust and link with checks/Makefile.
  1220.     * checks/Makefile.in: New.
  1221.     * configure.in: Output checks/Makefile.
  1222.  
  1223.     * checks/get_them: Have the dnl header of each test more
  1224.     recognizable by next-error, also use a better message.
  1225.  
  1226. Mon Nov 16 07:48:52 1992  Jim Meyering  (meyering@idefix)
  1227.  
  1228.         * m4.h [__GNUC__]: Use __volatile__ instead of `volatile.'
  1229.         And use that only if __GNUC__ since we're using it's GCC-specific
  1230.         semantics that tell the compiler the associated function doesn't
  1231.         return.
  1232.  
  1233.         * builtin.c (substitute): Don't use character as an array index.
  1234.         (dumpdef_cmp): Make formal arguments `const void *' to avoid
  1235.         warnings with gcc -W -Wall on systems with qsort prototype.
  1236.         (m4_errprint): Cast obstack_finish to `char *' to avoid warnings
  1237.         from gcc -W -Wall.
  1238.  
  1239.         * eval.c (most functions): Add parentheses to assignments used
  1240.         as truth values go avoid warnings from gcc -Wall.
  1241.  
  1242.     * input.c, m4.c, output.c, path.c, symtab.c: Declare static
  1243.     any functions that don't need external scope.
  1244.  
  1245.     * builtin.c, debug.c, format.c, m4.c, m4.h, macro.c, symtab.c
  1246.     (many functions and arrays): Declare `const'.
  1247.  
  1248. Sun Nov 15 09:42:09 1992  Francois Pinard  (pinard at icule)
  1249.  
  1250.     * *.[ch]: Rename nil to NULL, using the declaration from <stdio.h>,
  1251.     removing the declaration from m4.h.  Also rename false to FALSE
  1252.     and true to TRUE.
  1253.  
  1254.     * lib/Makefile.in (Makefile): New goal.
  1255.  
  1256.     * Makefile.in, lib/Makefile.in: Add a .c.o rule, so CFLAGS is not
  1257.     so heavily loaded.  It gets more easily overridable, calling make.
  1258.     Reported by Jim Meyering.
  1259.  
  1260.     * Makefile.in (dist): Get .fname from the current directory name,
  1261.     instead of from version.h.  I need updating many files manually,
  1262.     when the version changes, version.h is just one of them.
  1263.  
  1264. Sat Nov 14 11:01:20 1992  Francois Pinard  (pinard at icule)
  1265.  
  1266.     * m4.h: Remove the tag `boolean' on the enum introducing typedef
  1267.     `boolean'.  This tag conflicts with <sys/types.h> on SVR4.
  1268.     Reported by Tom McConnell.
  1269.  
  1270. Fri Nov 13 00:12:50 1992  Francois Pinard  (pinard at icule)
  1271.  
  1272.     * m4.texinfo: Correct the examples for 33.divert, 38.divnum,
  1273.     39.cleardiv, which were describing missing or spurious newlines.
  1274.     Modify examples 52.eval, 53.esyscmd and 54.sysval so the results
  1275.     do not depend on machine word size, `/bin/false' implementation,
  1276.     or `wc' output format.  `make check' is more dependable, now.
  1277.  
  1278.     * checks/check_them: Summarize the failed tests by listing their
  1279.     name, at end.  If none, issue `All checks successful'.  Output
  1280.     `Checking' instead of `Input file:'.
  1281.  
  1282.     * checks/get_them, checks/check_them: Reindented.
  1283.  
  1284.     * Makefile.in (dist): chmod a+r before making the tar file.
  1285.  
  1286. Thu Nov 12 14:42:57 1992  Francois Pinard  (pinard at icule)
  1287.  
  1288.     * builtin.c (m4_dnl): Diagnose any parameter to `dnl'.
  1289.  
  1290.     * input.c (next_token): Reinitialize token_buttom just after using
  1291.     it as a watermark with obstack_free.  Or else, a future token, big
  1292.     enough for triggering reallocation of the obstack chunk, could
  1293.     void the initialized value of token_buttom, later causing panic in
  1294.     obstack_free.  Rename token_buttom to token_bottom everywhere.
  1295.  
  1296.     * m4.h: Before declaring errno, first include <errno.h> and
  1297.     ensure that it does not define errno.
  1298.     Reported by Richard Stallman.
  1299.  
  1300. Wed Nov 11 17:40:35 1992  Francois Pinard  (pinard at icule)
  1301.  
  1302.     * builtin.c: Define and use DECLARE macro for builtins.
  1303.  
  1304.     * builtin.c (m4_ifelse): Avoid any diagnostic when exactly one
  1305.     argument, this is a common idiom for introducing long comments.
  1306.  
  1307.     * builtin.c (m4_ifelse): If 3n + 2 arguments, diagnose missing
  1308.     arguments.  The last argument was silently ignored.
  1309.  
  1310.     * m4.c (cmd_error): Add a missing semicolon before va_end().
  1311.  
  1312. Tue Nov 10 08:57:05 1992  Francois Pinard  (pinard at icule)
  1313.  
  1314.     * Makefile.in: Now handle protoized sources.  Define and use U.
  1315.     Compile and use ansi2knr with old compilers.  Update DISTFILES.
  1316.     Add `aclocal.m4' to `configure' dependencies.
  1317.     * ansi2knr.c: New, from Ghostscript distribution.
  1318.     * configure.in: Define U through FP_PROTOTYPES for old compilers.
  1319.     Add AC_ISC_POSIX, AC_CONST, AC_SIZE_T.
  1320.     * aclocal.m4: New, provide FP_PROTOTYPES.
  1321.     * m4.h: Conditionnaly protoized through Args, save for varags.
  1322.     * builtin.c: Protoized.  Then:
  1323.     Include <sys/types.h> if size_t is not defined, before "regex.h".
  1324.     (m4_ifelse): Fetch built-in name properly for diagnostic.
  1325.     (m4_dumpdef): Remove wrong (char *) cast calling dump_symbol.
  1326.     (m4_regexp): Add const to `msg' declaration.
  1327.     (m4_patsubst): Add const to `msg' declaration.
  1328.     * debug.c: Protoized, save for varargs.
  1329.     * eval.c: Protoized.
  1330.     * format.c: Protoized.
  1331.     * input.c: Protoized.
  1332.     * m4.c: Protoized, save for varargs.  Then:
  1333.     (xfree): Accept void * instead of char *.
  1334.     (xmalloc): Return void * instead of char *.
  1335.     (xrealloc): Accept and return void * instead of char *.
  1336.     * macro.c: Protoized.
  1337.     * output.c: Protoized.
  1338.     * path.c: Protoized.  Then cast some (char *) over xmalloc's.
  1339.     * symtab.c: Protoized.
  1340.  
  1341. Fri Nov  6 02:05:21 1992  Francois Pinard  (pinard at icule)
  1342.  
  1343.     * m4.texinfo: Remove directory from diagnostics in 30.include,
  1344.     51.eval, 56.errprint and 57.m4exit tests.
  1345.  
  1346.     * m4.h: Remove declarations for int or void system functions, they
  1347.     cause more conflicting trouble than they make good.
  1348.  
  1349.     * configure.in: Avoid configuration header file.  Add some tests.
  1350.     * m4.h: Remove #include "config.h".
  1351.     * Makefile.in, lib/Makefile.in: Implement Autoconf interface.
  1352.     Then, rewritten for better compliance with GNU standards.
  1353.  
  1354. Thu Nov  5 12:37:13 1992  Francois Pinard  (pinard at icule)
  1355.  
  1356.     * format.c (format): Avoid syntax error if not HAVE_EFGCVT,
  1357.     because of a misplaced #endif.
  1358.  
  1359.     * Many *.[hc] files: Correct intra-line spacing here and there,
  1360.     according to GNU indent 1.6 advice.
  1361.     
  1362.     * configure.in: New, using Autoconf 1.2.
  1363.     * m4.h: Reverse NO_MEMORY_H to NEED_MEMORY_H.
  1364.     * Delete old configure.in, configure, etc/configure.in,
  1365.     etc/configure, lib/configure.in, lib/configure and config/*.
  1366.     Reported by Jason Merrill.
  1367.  
  1368.     * symtab.c (hash): Change (char) NULL to '\0'.
  1369.     Reported by Jason Merrill.
  1370.  
  1371.     * Delete .vers, etc/newdist.sh, etc/newvers.sh and
  1372.     etc/nextvers.sh.  Release numbers will be edited `by hand'.
  1373.     * version.h: De-automatize, force value in.
  1374.  
  1375.     * m4.c: Changes in order to use a newer getopt.h.
  1376.     Reported by David MacKenzie.
  1377.  
  1378.     * checks/: New name for examples/.
  1379.     * checks/get_them: New location for etc/get_examples.
  1380.     * checks/check_them: New location for etc/check_examples.
  1381.     * Makefile.in, checks/get_them, checks/check_them: Adjust.
  1382.     * lib/vfprintf.c: New location for etc/vfprintf.c.
  1383.     * Delete empty etc/.
  1384.     * examples/: New name for test/.
  1385.  
  1386. Tue Mar 10 00:29:46 1992  Francois Pinard  (pinard at icule)
  1387.  
  1388.     * Makefile.in (check): Add m4 as dependency.
  1389.  
  1390.     * m4.c: Accept --no-warnings instead of --no_warnings, and
  1391.     --no-gnu-extensions instead of --no_gnu_extensions.  Make the
  1392.     usage message more informative.
  1393.     Reported by David MacKenzie.
  1394.  
  1395. Mon Mar  9 14:53:40 1992  Francois Pinard  (pinard at icule)
  1396.  
  1397.     * etc/check_examples: New name for check_examples.sh.
  1398.     * etc/get_examples: New name for get_examples.sh.
  1399.     * Makefile.in, etc/Makefile.in: Use new names.
  1400.  
  1401.     * Makefile.in: Transmit $(CC) while making in lib.
  1402.  
  1403.     * Many *.[hc] files: GNU indent'ed, with further fine tuning of
  1404.     code disposition by hand.
  1405.  
  1406. Sun Mar  8 11:01:55 1992  Francois Pinard  (pinard at icule)
  1407.  
  1408.     * m4.h: Delete definitions for abort() and exit().
  1409.     Reported by Richard Stallman.
  1410.  
  1411.     * config/hmake-unicos, config/s-unicos.h: New files.
  1412.     Reported by Hal Peterson.
  1413.  
  1414.     * eval.c (exp_term): Have N^0 return 1.
  1415.     Reported by Michael Fetterman.
  1416.  
  1417.     * eval.c, input.c, m4.h: Remove last comma in enums.
  1418.     Reported by Mike Lijewski.
  1419.  
  1420.     * Transfer of maintenance duties from Rene' to Franc,ois.
  1421.  
  1422. Thu Oct 24 15:18:46 1991  Rene' Seindal (seindal at diku.dk)
  1423.  
  1424.     * Release 1.0.  Many thanks to those, who provided me with bug
  1425.     reports and feedback.
  1426.  
  1427.     * Uses GNU configure, taken from the gdb distribution.
  1428.  
  1429.     * Uses GNU getopt(), with long option names.
  1430.  
  1431.     * The -Q/+quiet option is added, which suppresses warnings about
  1432.     missing or superflous arguments to built-in macros.
  1433.  
  1434.     * Added default options via the M4OPTS environment variable.
  1435.  
  1436.     * The built-in format can now be configured to use sprintf as
  1437.     the formatting engine, for systems without [efg]cvt(3).
  1438.  
  1439.     * GNU library code is moved to the ./lib subdirectory; other
  1440.     utility files are now in ./etc.
  1441.  
  1442.     * Several minor bugs have been fixed.
  1443.  
  1444. Fri Jul 26 15:28:42 1991  Rene' Seindal (seindal at diku.dk)
  1445.  
  1446.     * Fixed various bugs.  Release 0.99, manual 0.09.  Many thanks to
  1447.     Francois Pinard and Roland H. Pesch for providing me with reports.
  1448.  
  1449.     * The builtins incr and decr are now implemented without use of
  1450.     eval.
  1451.  
  1452.     * The builtin indir is added, to allow for indirect macro calls
  1453.     (allows use of "illegal" macro names).
  1454.  
  1455.     * The debugging and tracing facilities has been enhanced
  1456.     considerably.  See the manual for details.
  1457.  
  1458.     * The -tMACRO option is added, marks MACRO for tracing as soon
  1459.     as it is defined.
  1460.  
  1461.     * Builtins are traced after renaming iff they were before.
  1462.  
  1463.     * Named files can now be undiverted.
  1464.  
  1465.     * The -Nnum option can be used to increase the number of
  1466.     divertions available.
  1467.  
  1468.     * Calling changecom without arguments now disables all comment
  1469.     handling.
  1470.  
  1471.     * The function m4_patsubst() is now consistently declared
  1472.     static.
  1473.  
  1474.     * A bug in dnl is fixed.
  1475.  
  1476.     * A bug in the multi-character quoting code is fixed.
  1477.  
  1478.     * Several typos in the manual has been corrected.  More probably
  1479.     persist.
  1480.  
  1481.     * The m4.info file is now installed along with the program.
  1482.  
  1483. Thu Nov 15 21:51:06 1990  Rene' Seindal (seindal at diku.dk)
  1484.  
  1485.     * Updated and enhanced version.  Release 0.75, manual 0.07.
  1486.  
  1487.     * Implemented search path for include files (-I option and
  1488.     M4PATH envronment variable).
  1489.  
  1490.     * Implemented builtin "format" for printf-like formatting.
  1491.  
  1492.     * Implemented builtin "regexp" for searching for regular
  1493.     expressions.
  1494.  
  1495.     * Implemented builtin "patsubst" for substitution with regular
  1496.     expressions.
  1497.  
  1498.     * Implemented builtin "esyscmd", which expands to a shell
  1499.     commands output.
  1500.  
  1501.     * Implemented "__file__" and "__line__" for use in error
  1502.     messages.
  1503.  
  1504.     * Implemented character ranges in "translit".
  1505.  
  1506.     * Implemented control over debugging output.
  1507.  
  1508.     * Implemented multi-character quotes.
  1509.  
  1510.     * Implemented multi-character comment delimiters.
  1511.  
  1512.     * Changed predefined macro "gnu" to "__gnu__".
  1513.  
  1514.     * Changed predefined macro "unix" to "__unix__", when the -G
  1515.     option is not used.  With -G, "unix" is still defined.
  1516.  
  1517.     * Changed "shift", "$@" and "$*" to not insert spaces afters
  1518.     commas.
  1519.  
  1520.     * Added program name to error messages.
  1521.  
  1522.     * Fixed two missing null bytes bugs.
  1523.  
  1524. Mon Jan 22 21:08:52 1990  Rene' Seindal (seindal at diku.dk)
  1525.  
  1526.     * Initial beta release.  Release 0.50, manual 0.05.
  1527.