home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities3 / bison / ChangeLog next >
Encoding:
Text File  |  1993-04-13  |  33.7 KB  |  1,022 lines

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