home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / bison / bisonsrc / ChangeLog < prev    next >
Text File  |  1995-05-03  |  40KB  |  1,185 lines

  1. Wed May  3 03:12:28 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  2.  
  3.     * bison.simple: Change distribution terms.
  4.  
  5.     * version.c: Version now 1.23.  No, 1.24.
  6.  
  7. Thu Feb 23 02:43:21 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
  8.  
  9.     * files.c: Test __VMS_POSIX as well as VMS.
  10.  
  11. Tue Feb 14 11:53:05 1995  Jim Meyering (meyering@comco.com)
  12.  
  13.     * bison.simple (__yy_memcpy): Renamed from __yy_bcopy to avoid
  14.     confusion.  Reverse FROM and TO arguments to be consistent with
  15.     those of memcpy.
  16.  
  17. Thu Nov 10 16:33:41 1994  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
  18.  
  19.     * Makefile.in (DISTFILES): Include install-sh, not install.sh.
  20.     Include NEWS.
  21.  
  22.     * configure.in: Update to Autoconf v2 macro names.
  23.  
  24. Tue Oct  4 22:25:43 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
  25.  
  26.     * Makefile.in (prefix, exec_prefix): Let configure set them.
  27.  
  28. Wed Sep 28 09:55:28 1994  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
  29.  
  30.     * Makefile.in: Set datadir to $(prefix)/share.
  31.  
  32. Tue Jul 12 16:42:43 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  33.  
  34.     * reader.c (reader): Rename undefined-token token to `$undefined.'.
  35.  
  36. Thu May  5 14:41:02 1994  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  37.  
  38.     * Makefile.in (DISTFILES): Add install.sh.
  39.     (install): Remove chmod commands.
  40.  
  41. Sat Mar 26 15:33:07 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  42.  
  43.     * bison.simple: Fix #line commands.
  44.  
  45. Thu Mar 24 23:09:07 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  46.  
  47.     * conflicts.c (print_reductions): Increment both fp1 and fp2
  48.     while printing reductions in multi-rule case.
  49.  
  50. Sun Jan  2 15:51:52 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  51.  
  52.     * Makefile.in (LDFLAGS): Make it empty by default.
  53.     (bison): Use CFLAGS.
  54.  
  55. Sun Nov 21 05:24:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  56.  
  57.     * bison.simple (YYLEX): Take notice of YYLEX_PARAM.
  58.  
  59. Mon Oct 18 23:52:33 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  60.  
  61.     * bison.simple (YYPARSE_PARAM_DECL): Always define this.
  62.  
  63. Thu Oct 14 12:19:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  64.  
  65.     * bison.simple (yyparse): Support YYPARSE_PARAM.
  66.  
  67. Mon Sep 13 18:17:14 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  68.  
  69.         * Makefile.in (check): New target.
  70.  
  71. Fri Sep 10 08:10:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  72.  
  73.     * conflicts.c (alloca): #undef before defining.
  74.  
  75.     * system.h (bcopy): Don't define if already defined.
  76.  
  77. Mon Sep  6 15:32:32 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  78.  
  79.         * Version 1.22 released.
  80.  
  81.         * mkinstalldirs: New file.
  82.  
  83.         * Makefile.in (dist): Use .gz for extension, not .z. 
  84.         (DISTFILES): New variable.
  85.         (dist): Use it instead of explicit file list. 
  86.         Try to link each file separately, then copy file if ln fails.
  87.         (installdirs): Use mkinstalldirs script.
  88.  
  89. Thu Jul 29 20:35:02 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  90.  
  91.     * Makefile.in (config.status): Run config.status --recheck, not
  92.     configure, to get the right args passed.
  93.  
  94. Sat Jul 24 04:00:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  95.  
  96.     * bison.simple (yyparse): Init yychar1 to avoid warning.
  97.  
  98. Sun Jul  4 16:05:58 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  99.  
  100.     * bison.simple (yyparse): Don't set yyval when yylen is 0.
  101.  
  102. Sat Jun 26 15:54:04 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  103.  
  104.     * getargs.c (getargs): Exit after printing the version number.
  105.     Add --help and -h options.
  106.     (usage): New function.
  107.  
  108. Fri Jun 25 15:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  109.  
  110.     * getargs.c (longopts): Allow `output' as an alternative.
  111.  
  112. Wed Jun 16 17:02:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  113.  
  114.     * bison.simple (yyparse): Conditionalize the entire call to yyoverflow,
  115.     not just two arguments in it.
  116.  
  117. Thu Jun  3 13:07:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  118.  
  119.     * bison.simple [__hpux] (alloca): Don't specify arg types.
  120.  
  121. Fri May  7 05:53:17 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  122.  
  123.         * Makefile.in (install): Depend on `uninstall' and `installdirs'.
  124.     (installdirs): New target. 
  125.  
  126. Wed Apr 28 15:15:15 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  127.  
  128.         * reader.c:  Remove declaration of atoi. 
  129.  
  130. Fri Apr 23 12:29:20 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  131.  
  132.         * new.h [!__STDC__] (FREE): Check x != 0.
  133.         Make expr to call `free' evaluate to 0.
  134.  
  135. Tue Apr 20 01:43:44 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  136.  
  137.     * files.c [MSDOS]: Use xmalloc, not malloc.
  138.     * allocate.c (xmalloc): Renamed from mallocate.  Remove old wrapper.
  139.     * conflicts.c, symtab.c, files.c, LR0.c, new.h: Change callers.
  140.     * allocate.c (xrealloc): New function.
  141.     * new.h: Declare it.
  142.     * lex.c, reader.c: Use it.
  143.  
  144. Sun Apr 18 00:45:56 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  145.  
  146.         * Version 1.21 released.
  147.  
  148.         * reader.c : Don't declare `realloc'.
  149.  
  150.         * Makefile.in (bison.s1): use `rm -f' since it's quieter.
  151.         (dist): make gzipped tar file.
  152.  
  153. Fri Apr 16 21:24:10 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  154.  
  155.         * Makefile.in (Makefile, config.status, configure): New targets.
  156.  
  157. Thu Apr 15 15:37:28 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  158.  
  159.     * main.c: Don't declare `abort'.
  160.  
  161.     * files.c: Don't declare `exit'.
  162.  
  163. Thu Apr 15 02:42:38 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  164.  
  165.         * configure.in: Add AC_CONST.
  166.  
  167. Wed Apr 14 00:51:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  168.  
  169.     * Makefile.in (all): Depend on bison.s1.
  170.  
  171. Tue Apr 13 14:52:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  172.  
  173.     * Version 1.20 released.
  174.  
  175. Wed Mar 24 21:45:47 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  176.  
  177.     * output.c (output_headers): Rename yynerrs if -p.
  178.  
  179. Thu Mar 18 00:02:17 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  180.  
  181.         * system.h: Don't try to include stdlib.h unless HAVE_STDLIB_H is
  182.           defined.
  183.  
  184.         * configure.in: Check for stdlib.h.
  185.  
  186. Wed Mar 17 14:44:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  187.  
  188.     * bison.simple [__hpux, not __GNUC__]: Declare alloca.
  189.     (yyparse): When printing the expected token types for an error,
  190.     Avoid negative indexes in yycheck and yytname.
  191.  
  192. Sat Mar 13 23:31:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  193.  
  194.     * Makefile.in (files.o, .c.o): Put CPPFLAGS and CFLAGS last.
  195.  
  196. Mon Mar  1 17:49:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  197.  
  198.     * bison.simple: Test __sgi like __sparc.
  199.  
  200. Wed Feb 17 00:04:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  201.  
  202.     * conflicts.c (resolve_sr_conflict): Add extra parens in alloca call.
  203.  
  204.     * bison.simple [__GNUC__] (yyparse): Declare with prototype.
  205.  
  206. Fri Jan 15 13:15:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  207.  
  208.     * conflicts.c (print_reduction): Near end, increment fp2 when mask
  209.     recycles.
  210.  
  211. Wed Jan 13 04:15:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  212.  
  213.     * Makefile.in (bison.s1): New target.  Modifies bison.simple.
  214.     (install): Install bison.s1, without changing it.
  215.     (clean): Delete bison.s1.
  216.  
  217. Mon Jan  4 20:35:58 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  218.  
  219.     * reader.c (reader): Put Bison version in comment in output file.
  220.  
  221. Tue Dec 22 19:00:58 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  222.  
  223.     * files.c (openfiles): Use .output, not .out, for outfile,
  224.     regardless of spec_name_prefix.
  225.  
  226. Tue Dec 15 19:22:11 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  227.  
  228.     * output.c (output_gram): Include yyrhs in the same #if as yyprhs.
  229.  
  230. Tue Dec 15 18:29:16 1992  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  231.  
  232.         * output.c (output): output directives checking for __cplusplus as
  233.           well as __STDC__ to determine when to define "const" as an empty
  234.           token.  (Patch from Wolfgang Glunz <wogl@sun11a.zfe.siemens.de>)
  235.  
  236. Tue Dec  8 21:51:23 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  237.  
  238.     * system.h, conflicts.c: Replace USG with HAVE_STRING_H and
  239.     HAVE_MEMORY_H.
  240.  
  241. Sat Nov 21 00:37:16 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  242.  
  243.     * Makefile.in: Set and use $(MAKEINFO).
  244.  
  245. Fri Nov 20 20:45:57 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  246.  
  247.     * files.c (done) [MSDOS]: Delete the tmpdefsfile with the rest.
  248.  
  249. Thu Oct  8 21:55:52 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  250.  
  251.     * Makefile.in (dist): Put configure.bat in the distribution.
  252.  
  253. Thu Oct  1 09:16:24 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  254.  
  255.     * Makefile.in (install): cd to $(srcdir) before installing info files.
  256.  
  257. Wed Sep 30 17:18:39 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  258.  
  259.     * Makefile.in (files.o): Supply $(DEFS), and $(CPPFLAGS).
  260.  
  261. Fri Sep 25 18:06:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  262.  
  263.     * Version 1.19 released.
  264.  
  265.     * reader.c (parse_union_decl): Fix ending of C++ comment;
  266.     don't lose the char after the newline.
  267.  
  268.     * configure.bat: New file.
  269.  
  270. Thu Sep 24 16:23:15 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  271.  
  272.     * conflicts.c: Check for using alloca.h as getopt.c does.
  273.  
  274. Sun Sep  6 08:01:53 1992  Karl Berry  (karl@hayley)
  275.  
  276.         * files.c (openfiles): open `fdefines' after we have assigned a name
  277.           to `tmpdefsfile', and only if `definesflag' is set.
  278.         (done): only create the real .tab.h file if `definesflag' is set.
  279.         * reader.c (packsymbols): don't close `fdefines' here.
  280.  
  281. Sat Sep  5 15:02:11 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  282.  
  283.     * files.c (openfiles): Open fdefines as temp file, like ftable.
  284.     (done): Copy temp defines file to real one, like main output file.
  285.  
  286. Fri Aug 21 12:47:48 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  287.  
  288.     * Makefile.in (dist): Don't release mergedir.awk
  289.     (install): Use sed, not awk.  Don't depend on mergedir.awk.
  290.     * mergedir.awk: File effectively deleted.
  291.  
  292. Wed Jul 29 00:53:25 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  293.  
  294.     * bison.simple: Test __sparc along with __sparc__.
  295.  
  296. Sat Jul 11 14:08:33 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  297.  
  298.     * lex.c (skip_white_space): Count \n just once at end of c++ comment.
  299.  
  300. Fri Jun 26 00:00:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  301.  
  302.     * bison.simple: Comment fix; #line command updated.
  303.  
  304. Wed Jun 24 15:12:42 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  305.  
  306.     * Makefile.in (install): Specify full new file name for the executable.
  307.  
  308. Mon Jun 22 16:38:24 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  309.  
  310.     * Makefile.in (dist): Include bison.rnh in distribution.
  311.  
  312. Sun Jun 21 22:42:13 1992 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
  313.  
  314.     Clean up rough edges in VMS port of bison, add support for remaining
  315.     command line options.
  316.  
  317.     * bison.cld: Add /version, /yacc, /file_prefix, and /name_prefix
  318.     switches.
  319.  
  320.     * build.com: General cleanup:  add logic to automatically sense
  321.     which C compiler is present; add code to cwd to the directory
  322.     that contains bison sources; do not define XPFILE, XPFILE1
  323.     (correct defaults are applied in file.c).
  324.  
  325.     * files.c: Append _tab, not .tab when using /file_prefix under VMS.
  326.  
  327.     * system.h: Include string.h instead of strings.h (a la USG).
  328.  
  329.     * vmsgetargs.c: Add support for all switches added to bison.cld.
  330.  
  331. Sun Jun 21 15:53:26 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  332.  
  333.     * Makefile.in (install): Always specify new file name for install.
  334.     Redirect awk output to temp file and install that.
  335.  
  336. Wed May 27 22:27:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  337.  
  338.     * bison.simple (yyparse): Make yybackup and yyerrlab1 always be used.
  339.  
  340. Fri May 22 14:58:42 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  341.  
  342.     * Makefile.in (dist): Depend on bison.info
  343.     (bison.info): Delete spurious <.
  344.  
  345. Sun May 17 21:48:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  346.  
  347.     * Makefile.in (.c.o): New rule.  Use $(DEFS) directly.
  348.     (CFLAGS): Use just -g by default.
  349.     (CDEBUG): Variable deleted.
  350.  
  351. Thu May  7 00:03:37 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  352.  
  353.     * reader.c (copy_guard): Fix typo skipping comment.
  354.  
  355. Mon May  4 01:23:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  356.  
  357.     * Version 1.18.
  358.  
  359.     * getargs.c (getargs): Change '0' to 0 in case for long options.
  360.  
  361. Sun Apr 19 10:17:52 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  362.  
  363.     * reader.c (packsymbols): Handle -p when declaring yylval.
  364.  
  365. Sat Apr 18 18:18:48 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  366.  
  367.     * output.c (output_gram): Output #endif properly at end of decl.
  368.  
  369. Mon Mar 30 01:13:41 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  370.  
  371.     * Version 1.17.
  372.  
  373.     * Makefile.in (clean): Don't delete configuration files or TAGS.
  374.     (distclean): New target; do delete those.
  375.  
  376. Sat Mar 28 17:18:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  377.  
  378.     * output.c (output_gram): Conditionalize yyprhs on YYDEBUG.
  379.  
  380.     * LR0.c (augment_automaton): If copying sp->shifts to insert new
  381.     shift, handle case of inserting at end.
  382.  
  383. Sat Mar 21 23:25:47 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  384.  
  385.     * lex.c (skip_white_space): Handle C++ comments.
  386.     * reader.c (copy_definition, parse_union_decl, copy_guard):
  387.     (copy_action): Likewise.
  388.  
  389. Sun Mar  8 01:22:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  390.  
  391.     * bison.simple (YYPOPSTACK): Fix typo.
  392.  
  393. Sat Feb 29 03:53:06 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  394.  
  395.     * Makefile.in (install): Install bison.info* files one by one.
  396.  
  397. Fri Feb 28 19:55:30 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  398.  
  399.     * bison.1: Document long options as starting with `--', not `+'.
  400.  
  401. Sat Feb  1 00:08:09 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  402.  
  403.     * getargs.c (getargs): Accept value 0 from getopt_long.
  404.  
  405. Thu Jan 30 23:39:15 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  406.  
  407.     * Makefile.in (mostlyclean): Renamed from `clean'.
  408.     (clean): Renamed from 'distclean'.  Dep on mostlyclean, not realclean.
  409.     (realclean): Dep on clean.
  410.  
  411. Mon Jan 27 21:59:19 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  412.  
  413.     * bison.simple: Use malloc, not xmalloc, and handle failure explicitly.
  414.  
  415. Sun Jan 26 22:40:04 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  416.  
  417.     * conflicts.c (total_conflicts): Delete unused arg to fprintf.
  418.  
  419. Tue Jan 21 23:17:44 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  420.  
  421.     * Version 1.16.
  422.  
  423. Mon Jan  6 16:50:11 1992  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  424.  
  425.     * Makefile (distclean): Depend on clean, not realclean.  Don't rm TAGS.
  426.     (realclean): rm TAGS here.
  427.  
  428.     * symtab.c (free_symtab): Don't free the type names.
  429.  
  430. Sun Dec 29 22:25:40 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  431.  
  432.     * machine.h: MSDOS has 32-bit ints if __GO32__.
  433.  
  434. Wed Dec 25 22:09:07 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  435.  
  436.     * bison.simple [_AIX]: Indent `#pragma alloca', so old C compilers
  437.     don't choke on it.
  438.  
  439. Mon Dec 23 02:10:16 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  440.  
  441.     * getopt.c, getopt1.c, getopt.h: Link them to standard source location.
  442.     * alloca.c: Likewise.
  443.     * Makefile.in (dist): Copy those files from current dir.
  444.  
  445.     * getargs.c: Update usage message.
  446.  
  447.     * LR0.c (augment_automaton): Put new shift in proper order.
  448.  
  449. Fri Dec 20 18:39:20 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  450.  
  451.     * conflicts.c: Use memcpy if ANSI C library.
  452.  
  453.     * closure.c (set_fderives): Delete redundant assignment to vrow.
  454.  
  455.     * closure.c (print_firsts): Fix bounds and offset checking tags.
  456.  
  457.     * closure.c (tags): Declare just once at start of file.
  458.  
  459.     * LR0.c (allocate_itemsets): Eliminate unused var max.
  460.     (augment_automaton): Test sp is non-null.
  461.  
  462.     * lalr.c (initialize_LA): Make the vectors at least 1 element long.
  463.  
  464.     * reader.c (readgram): Remove separate YYSTYPE default for MSDOS.
  465.  
  466. Wed Dec 18 02:40:32 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  467.  
  468.     * print.c (print_grammar): Don't print disabled rules.
  469.  
  470. Tue Dec 17 03:48:07 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  471.  
  472.     * lex.c (lex): Parse hex escapes properly.
  473.     Handle \v when filling token_buffer.
  474.  
  475.     * lex.c: Include new.h.
  476.     (token_buffer): Change to a pointer.
  477.     (init_lex): Allocate initial buffer.
  478.     (grow_token_buffer): New function.
  479.     (lex, parse_percent_token): Use that.
  480.  
  481.     * reader.c (read_declarations): Call open_extra_files just once.
  482.     (parse_token_decl): Don't free previous typename value.
  483.     Don't increment nvars if symbol is already a nonterminal.
  484.     (parse_union_decl): Catch unmatched close-brace.
  485.     (parse_expect_decl): Null-terminate buffer.
  486.     (copy_guard): Set brace_flag for {, not for }.
  487.  
  488.     * reader.c: Fix %% in calls to fatal.
  489.  
  490.     * reader.c (token_buffer): Just one extern decl, at top level.
  491.     Declare as pointer.
  492.  
  493.     * symtab.c (free_symtab): Free type_name fields.  Free symtab itself.
  494.  
  495. Mon Nov 25 23:04:31 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  496.  
  497.     * bison.simple: Handle alloca for AIX.
  498.  
  499.     * Makefile.in (mandir): Compute default using manext.
  500.  
  501. Sat Nov  2 21:39:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  502.  
  503.     * Update all files to GPL version 2.
  504.  
  505. Fri Sep  6 01:51:36 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  506.  
  507.     * bison.simple (__yy_bcopy): Use builtin if GCC version 2.
  508.  
  509. Mon Aug 26 22:09:12 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  510.  
  511.     * reader.c (parse_assoc_decl): Error if same symbol gets two precs.
  512.  
  513. Mon Aug 26 16:42:09 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
  514.  
  515.     * Makefile.in, configure: Only put $< in Makefile if using VPATH,
  516.     because older makes don't understand it.
  517.  
  518. Fri Aug 23 00:05:54 1991  David J. MacKenzie  (djm at apple-gunkies)
  519.  
  520.     * conflicts.c [_AIX]: #pragma alloca.
  521.     * reduce.c: Don't define TRUE and FALSE if already defined.
  522.  
  523. Mon Aug 12 22:49:58 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  524.  
  525.     * Makefile.in: Add deps on system.h.
  526.     (install): Add some deps.
  527.  
  528. Fri Aug  2 12:19:20 1991  David J. MacKenzie  (djm at apple-gunkies)
  529.  
  530.     * Makefile.in (dist): Include texinfo.tex.
  531.  
  532.     * configure: Create config.status.  Remove it and Makefile if
  533.     interrupted while creating them.
  534.  
  535. Thu Aug  1 23:14:01 1991  David J. MacKenzie  (djm at apple-gunkies)
  536.  
  537.     * configure: Check for +srcdir etc. arg and look for
  538.     Makefile.in in that directory.  Set VPATH if srcdir is not `.'.
  539.     * Makefile.in (prefix): Renamed from DESTDIR. 
  540.  
  541. Wed Jul 31 21:29:47 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  542.  
  543.     * print.c (print_grammar): Make output prettier.  Break lines.
  544.  
  545. Tue Jul 30 22:38:01 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  546.  
  547.     * print.c (print_grammar): New function.
  548.     (verbose): Call it instead of printing token names here.
  549.  
  550. Mon Jul 22 16:39:54 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  551.  
  552.     * vmsgetargs.c (spec_name_prefix, spec_file_prefix): Define variables.
  553.  
  554. Wed Jul 10 01:38:25 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  555.  
  556.     * configure, Makefile.in: $(INSTALLPROG) -> $(INSTALL),
  557.     $(INSTALLTEXT) -> $(INSTALLDATA).
  558.  
  559. Tue Jul  9 00:53:58 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  560.  
  561.     * bison.simple: Don't include malloc.h if __TURBOC__.
  562.  
  563. Sat Jul  6 15:18:12 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  564.  
  565.     * Replace Makefile with configure and Makefile.in.
  566.     Update README with current compilation instructions.
  567.  
  568. Mon Jul  1 23:12:20 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  569.  
  570.     * reader.c (reader): Make the output define YYBISON.
  571.  
  572. Thu Jun 20 16:52:51 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  573.  
  574.     * Makefile (MANDIR, MANEXT): Install man page in
  575.     /usr/local/man/man1/bison.1 by default, instead of
  576.     /usr/man/manl/bison.l, for consistency with other GNU programs.
  577.     * Makefile: Rename BINDIR et al. to lowercase to conform to
  578.     GNU coding standards.
  579.     (install): Make man page non-executable.
  580.  
  581. Fri May 31 23:22:13 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  582.  
  583.     * Makefile (bison.info): New target.
  584.     (realclean): New target.
  585.  
  586. Thu May  2 16:36:19 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  587.  
  588.     * bison.simple: Use YYPRINT to print a token, if it's defined.
  589.  
  590. Mon Apr 29 12:22:55 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  591.  
  592.     * lalr.c (transpose): Rename R to R_arg.
  593.     (initialize_LA): Avoid shadowing variable j.
  594.  
  595.     * reader.c (packsymbols): Avoid shadowing variable i.
  596.  
  597.     * files.c: Declare exit and perror.
  598.  
  599.     * machine.h: Define MAXSHORT and MINSHORT for the eta-10.
  600.  
  601. Tue Apr  2 20:49:12 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  602.  
  603.     * allocate.c (mallocate): Always allocate at least one byte.
  604.  
  605. Tue Mar 19 22:17:19 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  606.  
  607.     * Makefile (dist): Put alloca.c into distribution.
  608.  
  609. Wed Mar  6 17:45:42 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  610.  
  611.     * print.c (print_actions): Nicer output for final states.
  612.  
  613. Thu Feb 21 20:39:53 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  614.  
  615.     * output.c (output_rule_data): Break lines in yytline based on hpos.
  616.  
  617. Thu Feb  7 12:54:36 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  618.  
  619.     * bison.simple (yyparse): Move decl of yylsa before use.
  620.  
  621. Tue Jan 15 23:41:33 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  622.  
  623.     * Version 1.14.
  624.  
  625.     * output.c (output_rule_data): Handle NULL in tags[i].
  626.  
  627. Fri Jan 11 17:27:24 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  628.  
  629.     * bison.simple: On MSDOS, include malloc.h.
  630.  
  631. Sat Dec 29 19:59:55 1990  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
  632.  
  633.     * files.c: Use `mallocate' instead of `xmalloc' so no extra decl is
  634.     needed. 
  635.  
  636. Wed Dec 19 18:31:21 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  637.  
  638.     * reader.c (readgram): Alternate YYSTYPE defn for MSDOS.
  639.     * files.c [MSDOS]: Declare xmalloc.
  640.  
  641. Thu Dec 13 12:45:54 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  642.  
  643.     * output.c (output_rule_data): Put all symbols in yytname.
  644.  
  645.     * bison.simple (yyparse): Delete extra fprintf arg
  646.     when printing a result of reduction.
  647.  
  648. Mon Dec 10 13:55:15 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  649.  
  650.     * reader.c (packsymbols): Don't declare yylval if pure_parser.
  651.  
  652. Tue Oct 30 23:38:09 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  653.  
  654.     * Version 1.12.
  655.  
  656.     * LR0.c (augment_automaton): Fix bugs adding sp2 to chain of shifts.
  657.  
  658. Tue Oct 23 17:41:49 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  659.  
  660.     * bison.simple: Don't define alloca if already defined.
  661.  
  662. Sun Oct 21 22:10:53 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  663.  
  664.     * getopt.c: On VMS, use string.h.
  665.  
  666.     * main.c (main): Return type int.
  667.  
  668. Mon Sep 10 16:59:01 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  669.  
  670.     * output.c (output_headers): Output macro defs for -p.
  671.  
  672.     * reader.c (readgram): Handle consecutive actions.
  673.  
  674.     * getargs.c (getargs): Rename -a to -p.
  675.     * files.c (openfiles): Change names used for -b.
  676.  
  677. Mon Aug 27 00:30:15 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  678.  
  679.     * reduce.c (reduce_grammar_tables): Don't map rlhs of disabled rule.
  680.  
  681. Sun Aug 26 13:43:32 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  682.  
  683.     * closure.c (print_firsts, print_fderives): Use BITISSET to test bits.
  684.  
  685. Thu Aug 23 22:13:40 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  686.  
  687.     * closure.c (print_firsts): vrowsize => varsetsize.
  688.     (print_fderives): rrowsize => rulesetsize.
  689.  
  690. Fri Aug 10 15:32:11 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  691.  
  692.     * bison.simple (alloca): Don't define if already defined.
  693.     (__yy_bcopy): Alternate definition for C++.
  694.  
  695. Wed Jul 11 00:46:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  696.  
  697.     * getargs.c (getargs): Mention +yacc in usage message.
  698.  
  699. Tue Jul 10 17:29:08 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  700.  
  701.     * reader.c (parse_token_decl, copy_action):
  702.     Set value_components_used if appropriate.
  703.     (readgram): Inhibit output of YYSTYPE definition in that case.
  704.  
  705. Sat Jun 30 13:47:57 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  706.  
  707.     * output.c (output_parser): Define YYPURE if pure, and not otherwise.
  708.     Don't define YYIMPURE.
  709.     * bison.simple: Adjust conditionals accordingly.
  710.     * bison.simple (YYLEX): If locations not in use, don't pass &yylloc.
  711.  
  712. Thu Jun 28 12:32:21 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  713.  
  714.     * getargs.c (longopts): Add `yacc'.
  715.  
  716. Thu Jun 28 00:40:21 1990  David J. MacKenzie  (djm at apple-gunkies)
  717.  
  718.     * getargs.c (getargs): Add long options.
  719.     * Makefile: Link with getopt1.o and add getopt1.c and getopt.h to
  720.     dist. 
  721.  
  722.     * Move version number and description back into version.c from
  723.     Makefile and getargs.c.
  724.     * Makefile (dist): Extract version number from version.c.
  725.  
  726. Tue Jun 26 13:16:35 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  727.  
  728.     * output.c (output): Always call output_gram.
  729.     * bison.simple (yyparse): Print rhs and lhs symbols of reduction rule.
  730.  
  731. Thu Jun 21 00:15:40 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  732.  
  733.     * main.c: New global var `program_name' to hold argv[0] for error
  734.     messages.
  735.     * allocate.c, files.c, getargs.c, reader.c: Use `program_name'
  736.     in messages instead of hardcoded "bison".
  737.  
  738. Wed Jun 20 23:38:34 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  739.  
  740.     * Makefile: Specify Bison version here.  Add rule to pass it to
  741.     version.c.  Encode it in distribution directory and tar file names.
  742.     * version.c: Use version number from Makefile.
  743.     * getargs.c (getargs): Print additional text that used to be part of
  744.     version_string in version.c.  Use -V instead of -version to print
  745.     Bison version info.  Print a usage message and exit if given an
  746.     invalid option.
  747.  
  748. Tue Jun 19 01:15:18 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  749.  
  750.     * bison.simple: Fix a #line.
  751.  
  752.     * Makefile (INSTALL): New parameter.
  753.     (install): Use that.
  754.     (CFLAGS): Move definition to top.
  755.  
  756. Sun Jun 17 17:10:21 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  757.  
  758.     * reader.c (parse_type_decl): Ignore semicolon.
  759.     Remove excess % from error messages.
  760.  
  761. Sat Jun 16 19:15:48 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  762.  
  763.     * Version 1.11.
  764.  
  765.     * Makefile (install): Ensure installed files readable.
  766.  
  767. Tue Jun 12 12:50:56 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  768.  
  769.     * getargs.c: Declare spec_file_prefix
  770.  
  771.     * lex.c (lex): \a is '\007' instead of '007'
  772.  
  773.     * reader.c: include machine.h
  774.  
  775.     * files.h: Declare extern spec_name_prefix.
  776.  
  777.     Trivial patch from Thorsten Ohl (td12@ddagsi3.bitnet)
  778.  
  779. Thu May 31 22:00:16 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  780.  
  781.     * Version 1.10.
  782.  
  783.     * bison.simple (YYBACKUP, YYRECOVERING): New macros.
  784.     (YYINITDEPTH): This is what used to be YYMAXDEPTH.
  785.     (YYMAXDEPTH): This is what used to be YYMAXLIMIT.
  786.     If the value is 0, use the default instead.
  787.     (yyparse): Return 2 on stack overflow.
  788.  
  789. Wed May 30 21:09:07 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  790.  
  791.     * bison.simple (YYERROR): Jump to new label; don't print error message.
  792.     (yyparse): Define label yyerrlab1.
  793.  
  794. Wed May 16 13:23:58 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  795.  
  796.     * files.c (openfiles): Support -b.
  797.     * getargs.c (getargs): Likewise.
  798.  
  799.     * reader.c (readgram): Error if too many symbols.
  800.  
  801.     * lex.c (lex): Handle \a.  Make error msgs more reliable.
  802.     * reader.c (read_declarations): Make error msgs more reliable.
  803.  
  804. Sun May 13 15:03:37 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  805.  
  806.     * Version 1.09.
  807.  
  808.     * reduce.c (reduce_grammar_tables): Fix backward test.
  809.  
  810. Sat May 12 21:05:34 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  811.  
  812.     * Makefile (bison-dist.*): Rename targets and files to bison.*.
  813.     (bison.tar): Make tar file to unpack into subdirectory named `bison'.
  814.  
  815. Mon Apr 30 03:46:58 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  816.  
  817.     * reduce.c (reduce_grammar_tables): Set rlhs to -1 for useless rules.
  818.     * nullable.c (set_nullable): Ignore those rules.
  819.     * derives.c (set_derives): Likewise.
  820.  
  821. Mon Apr 23 15:16:09 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  822.  
  823.     * bison.simple (yyparse): Mention rule number as well as line number.
  824.  
  825. Thu Mar 29 00:00:43 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  826.  
  827.     * bison.simple (__yy_bcopy): New function.
  828.     (yyparse): Use that, not bcopy.
  829.  
  830. Wed Mar 28 15:23:51 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  831.  
  832.     * print.c (print_actions): Don't alter i and j spuriously when errp==0.
  833.  
  834. Mon Mar 12 16:22:18 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  835.  
  836.     * bison.simple [__GNUC__]: Use builtin_alloca.
  837.  
  838. Wed Mar  7 21:11:36 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  839.  
  840.     * Makefile (install): Use mergedir.awk to process bison.simple
  841.     for installation.
  842.  
  843.     * bison.simple (yyparse): New feature to include possible valid
  844.     tokens in parse error message.
  845.  
  846. Sat Mar  3 14:10:56 1990  Richard Stallman  (rms at geech)
  847.  
  848.     * Version 1.08.
  849.  
  850. Mon Feb 26 16:32:21 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  851.  
  852.     * print.c (print_actions)
  853.     conflicts.c (print_reductions): Change "shift %d" to
  854.     "shift, and go to state %d" and "reduce %d" to "reduce using rule %d"
  855.     and "goto %d" to "go to state %d".
  856.     print.c (print_core): Change "(%d)" to "(rule %d)".
  857.  
  858. Tue Feb 20 14:22:47 EST 1990    Jay Fenlason (hack @ wookumz.ai.mit.edu)
  859.  
  860.     * bison.simple:  Comment out unused yyresume: label.
  861.  
  862. Fri Feb  9 16:14:34 EST 1990    Jay Fenlason (hack @ wookumz.ai.mit.edu)
  863.  
  864.     * bison.simple :  surround all declarations and (remaining) uses of
  865.     yyls* and yylloc with #ifdef YYLSP_NEEDED  This will significantly
  866.     cut down on stack usage, and gets rid of unused-variable msgs from
  867.     GCC.
  868.  
  869. Wed Jan 31 13:06:08 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  870.  
  871.     * files.c (done) [VMS]: Don't delete files that weren't used.
  872.     [VMS]: Let user override XPFILE and XPFILE1.
  873.  
  874. Wed Jan  3 15:52:28 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  875.  
  876.     * Version 1.07.
  877.  
  878. Sat Dec 16 15:50:21 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  879.  
  880.     * gram.c (dummy): New function.
  881.  
  882.     * reader.c (readgram): Detect error if two consec actions.
  883.  
  884. Wed Nov 15 02:06:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  885.  
  886.     * reduce.c (reduce_grammar_tables): Update rline like other tables.
  887.  
  888.     * Makefile (install): Install the man page.
  889.  
  890. Sat Nov 11 03:21:58 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  891.  
  892.     * output.c (output_rule_data): Write #if YYDEBUG around yyrline.
  893.  
  894. Wed Oct 18 13:07:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  895.  
  896.     * Version 1.06.
  897.  
  898.     * vmsgetargs.c (getargs): Downcase specified output file name.
  899.  
  900. Fri Oct 13 17:48:14 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  901.  
  902.     * reader.c (readgram): Warn if there is no default to use for $$
  903.     and one is needed.
  904.  
  905. Fri Sep 29 12:51:53 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  906.  
  907.     * Version 1.05.
  908.  
  909.     * vmsgetargs.h (getargs): Process outfile option.
  910.  
  911. Fri Sep  8 03:05:14 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  912.  
  913.     * Version 1.04.
  914.  
  915.     * reader.c (parse_union_decl): Count newlines even in comments.
  916.  
  917. Wed Sep  6 22:03:19 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  918.  
  919.     * files.c (openfiles): short_base_length was always == base_length.
  920.  
  921. Thu Aug 24 16:55:06 1989  Richard Stallman  (rms at apple-gunkies.ai.mit.edu)
  922.  
  923.     * Version 1.03.
  924.  
  925.     * files.c (openfiles): Write output into same dir as input, by default.
  926.  
  927. Wed Aug 23 15:03:07 1989  Jay Fenlason  (hack at gnu)
  928.  
  929.     * Makefile: Include system.h in bison-dist.tar
  930.  
  931. Tue Aug 15 22:30:42 1989  Richard Stallman  (rms at hobbes.ai.mit.edu)
  932.  
  933.     * version 1.03.
  934.  
  935.     * reader.c (reader): Output LTYPESTR to fdefines
  936.     only after reading the grammar.
  937.  
  938. Sun Aug  6 16:55:23 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  939.  
  940.     * reader.c (read_declarations): Put space before comment
  941.     to avoid bug in Green Hills C compiler.
  942.  
  943. Mon Jun 19 20:14:01 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  944.  
  945.     * allocate.c (xmalloc): New function.
  946.  
  947. Fri Jun 16 23:59:40 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  948.  
  949.     * build.com: Compile and link reduce.c.
  950.  
  951. Fri Jun  9 23:00:54 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  952.  
  953.     * reduce.c (reduce_grammar_tables): Adjust start_symbol when #s change.
  954.  
  955. Sat May 27 17:57:29 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  956.  
  957.     * reader.c (copy_definition, copy_guard): Don't object to \-newline
  958.     inside strings.
  959.  
  960. Mon May 22 12:30:59 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  961.  
  962.     * files.c (openfiles): Alternate file names for MSDOS.
  963.     (open_extra_files): Likewise.
  964.     (done): On MSDOS, unlink temp files here, not in openfiles.
  965.  
  966.     * machine.h (BITS_PER_WORD): 16 on MSDOS.
  967.     (MAXTABLE): Now defined in this file.
  968.  
  969.     * system.h: New file includes system-dependent headers.
  970.     All relevant .c files include it.
  971.  
  972. Thu Apr 27 17:00:47 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  973.  
  974.     * version.c: Version 1.01.
  975.  
  976. Tue Apr 18 12:46:05 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  977.  
  978.     * conflicts.c (total_conflicts): Fixed typo in yacc style output;
  979.     mention conflicts if > 0.
  980.  
  981. Sat Apr 15 17:36:18 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  982.  
  983.     * reader.c (packsymbols): Start new symbols after 256.
  984.  
  985. Wed Apr 12 14:09:09 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  986.  
  987.     * reader.c (reader): Always assign code 256 to `error' token.
  988.     Always set `translations' to 1 so this code gets handled.
  989.     * bison.simple (YYERRCODE): Define it.
  990.  
  991. Tue Apr 11 19:26:32 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  992.  
  993.     * conflicts.c: If GNU C, use builtin alloca.
  994.  
  995.     * Makefile (install): Delete parser files before copying them.
  996.  
  997. Thu Mar 30 13:51:17 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  998.  
  999.     * getargs.c (getargs): Turn off checking of name Bison was invoked by.
  1000.  
  1001.     * Makefile (dist): Include ChangeLog in distrib.
  1002.  
  1003. Thu Mar 23 15:19:41 1989  Jay Fenlason  (hack at apple-gunkies.ai.mit.edu)
  1004.  
  1005.     * LR0.c closure.c conflicts.c derives.c files.c getargs.c lalr.c
  1006.     lex.c main.c nullable.c output.c print.c reader.c reduce.c
  1007.     symtab.c warshall.c:  A first pass at getting gcc -Wall to shut up.
  1008.     Mostly declared    functions as void, etc.
  1009.  
  1010.     * reduce.c moved 'extern int fixed_outfiles;' into print_notices()
  1011.     where it belongs.
  1012.  
  1013. Wed Mar  1 12:33:28 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  1014.  
  1015.     * types.h, symtab.h, state.h, new.h, machine.h, lex.h, gram.h,
  1016.     files.h, closure.c, vmsgetargs.c, warshall.c, symtab.c, reduce.c,
  1017.     reader.c, print.c, output.c, nullable.c, main.c, lex.c, lalr.c,
  1018.     gram.c, getargs.c, files.c, derives.c, conflicts.c, allocate.c,
  1019.     LR0.c, Makefile, bison.simple: Changed copyright notices to be in
  1020.     accord with the new General Public License.
  1021.     * COPYING: Made a link to the new copying file.
  1022.  
  1023. Wed Feb 22 06:18:20 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1024.  
  1025.     * new.h (FREE): Alternate definition for __STDC__ avoids error
  1026.     if `free' returns void.
  1027.  
  1028. Tue Feb 21 15:03:34 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1029.  
  1030.     * reader.c (read_declarations): Double a `%' in a format string.
  1031.     (copy_definition, parse_start_decl, parse_token_decl): Likewise.
  1032.     (parse_type_decl, parse_union_decl, copy_guard, readgram, get_type).
  1033.     (copy_action): change a `fatal' to `fatals'.
  1034.  
  1035.     * lalr.c (map_goto): Initial high-end of binary search was off by 1.
  1036.  
  1037. Sat Feb 18 08:49:57 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1038.  
  1039.     * bison.simple [sparc]: Include alloca.h.
  1040.  
  1041. Wed Feb 15 06:24:36 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1042.  
  1043.     * reader.c (packsymbols): Write decl of yylval into .tab.h file.
  1044.  
  1045. Sat Jan 28 18:19:05 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1046.  
  1047.     * bison.simple: Avoid comments on `#line' lines.
  1048.  
  1049.     * reader.c (LTYPESTR): Rearrange to avoid whitespace after \-newline.
  1050.  
  1051. Mon Jan  9 18:43:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1052.  
  1053.     * conflicts.c (total_conflicts): if -y, use output syntax POSIX wants.
  1054.     * reduce.c (print_notices): likewise.
  1055.  
  1056.     * lex.c (lex): Handle \v, and \x hex escapes.
  1057.  
  1058.     * reader.c (reader): Merge output_ltype into here.
  1059.     Don't output YYLTYPE definition to .tab.h file
  1060.     unless the @ construct is used.
  1061.  
  1062.     * bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
  1063.     * reader.c (output_ltype): Don't output them here.
  1064.  
  1065.     * bison.simple: YYDEBUG now should be 0 or 1.
  1066.     * output.c (output): For YYDEBUG, output conditional to define it
  1067.     only if not previously defined.
  1068.  
  1069. Mon Jan  2 11:29:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1070.  
  1071.     * bison.simple (yyparse) [YYPURE]: Add local yynerrs.
  1072.     (yydebug): Declare global, but don't initialize, regardless of YYPURE.
  1073.     (yyparse): Don't declare yydebug here.
  1074.  
  1075. Thu Dec 22 22:01:22 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1076.  
  1077.     * reduce.c (print_notices): Typo in message.
  1078.  
  1079. Sun Dec 11 11:32:07 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1080.  
  1081.     * output.c (pack_table): Free only nonzero the elts of froms & tos.
  1082.  
  1083. Thu Dec  8 16:26:46 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1084.  
  1085.     * gram.c (rprecsym): New vector indicates the %prec symbol for a rule.
  1086.     * reader.c (packgram): Allocate it and fill it in.
  1087.     * reduce.c (inaccessable_symbols): Use it to set V1.
  1088.     * reduce.c (print_results): Don't complain about useless token
  1089.     if it's in V1.
  1090.  
  1091. Mon Dec  5 14:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1092.  
  1093.     * machine.h (RESETBIT, BITISSET): New macros.
  1094.     (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
  1095.  
  1096.     * reduce.c: New file, by David Bakin.  Reduces the grammar.
  1097.     * Makefile: Compile it, link it, put it in dist.
  1098.  
  1099.     * main.c (main): Call reduce_grammar (in reduce.c).
  1100.  
  1101. Thu Nov 17 18:33:04 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1102.  
  1103.     * conflicts.c: Don't declare alloca if including alloca.h.
  1104.  
  1105.     * bison.cld: Define qualifiers `nolines', `debug'.
  1106.     * vmsgetargs.c (getargs): Handle them.
  1107.  
  1108.     * output.c (output_program): Notice `nolinesflag'.
  1109.  
  1110.     * output.c (output_parser): Simplify logic for -l and #line.
  1111.     Avoid writing EOF char into output.
  1112.  
  1113. Wed Oct 12 18:00:03 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1114.  
  1115.     * Implement `-l' option.
  1116.     * getopt.c: Set flag `nolinesflag'.
  1117.     * reader.c (copy_definition, parse_union_decl, copy_guard, copy_action)
  1118.     Obey that flag; don't generate #line.
  1119.     * output.c (output_parser): Discard #line's when copying the parser.
  1120.  
  1121. Mon Sep 12 16:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1122.  
  1123.     * reader.c (copy_guard): Fix brace-counting for brace-surrounded guard.
  1124.  
  1125. Thu Sep  8 20:09:53 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1126.  
  1127.     * bison.simple: Correct number in #line command.
  1128.     (yyparse): Call YYABORT instead of YYERROR, due to last change in
  1129.     output_ltype.
  1130.  
  1131. Mon Sep  5 14:55:30 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1132.  
  1133.     * Makefile: New variable LIBS.  Alternatives for USG.
  1134.     * conflicts.c [USG]: Define bcopy.
  1135.     * symtab.c [USG]: Include string.h instead of strings.h.
  1136.  
  1137.     * conflicts.c [sparc]: Include alloca.h.
  1138.  
  1139. Tue Aug  2 08:38:38 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1140.  
  1141.     * reader.c (parse_token_decl): Ignore commas.
  1142.  
  1143. Sat Jun 25 10:29:20 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1144.  
  1145.     * reader.c (output_ltype): Make YYERROR yacc-compatible (like YYFAIL).
  1146.  
  1147. Fri Jun 24 11:25:11 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1148.  
  1149.     * getargs.c (getargs): -t sets debugflag.
  1150.     Eliminate upper case duplicate options.
  1151.     * output.c (output): If debugflag, output `#define YYDEBUG'.
  1152.  
  1153. Thu May 26 06:04:21 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1154.  
  1155.     * allocate.c (mallocate): New name for `allocate' (which loses in VMS).
  1156.     Calls changed in LR0.c, conflicts.c, symtab.c, new.h.
  1157.  
  1158.     * getargs.c (getargs): If argv[0] is "yacc", set fixed_outfiles.
  1159.  
  1160. Tue May 17 12:15:30 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1161.  
  1162.     * conflicts.c: Declare alloca.
  1163.     * reader.c: Declare realloc.
  1164.     * warshall.c (TC): Fix one arithmetic op that was omitted last time.
  1165.  
  1166. Thu May  5 14:36:03 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1167.  
  1168.     * bison.simple: Conditionalize most refs to yylsp on YYLSP_NEEDED.
  1169.     * reader.c (copy_guard, copy_action): Notice if `@' is used.
  1170.     (reader): If it was, output `#define YYLSP_NEEDED'.
  1171.  
  1172. Mon Apr 18 04:54:32 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  1173.  
  1174.     * bison.simple: New variable yynerr counts calls to yyerror.
  1175.  
  1176.     * lex.c (lex, case '='): Update lineno when skipping a newline.
  1177.  
  1178.     * reader.c (parse_expect_decl): ungetc the char that ends the number;
  1179.     don't read any further.  This handles multi-line comments right
  1180.     and avoids incorrect lineno.
  1181.  
  1182.     * reader.c: Delete duplicate decl of symval.
  1183.  
  1184.     * warshall.c (RTC, TC): Cast ptrs to char *, not unsigned, for arith.
  1185.