home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / programm / utility / bison.lha / Bison / ChangeLog < prev    next >
Encoding:
Text File  |  1992-01-22  |  25.4 KB  |  774 lines

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