home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / language / bison / Old_Bison / Changelog < prev    next >
Encoding:
Text File  |  1989-08-23  |  9.1 KB  |  260 lines

  1. Wed Aug 23 15:03:07 1989  Jay Fenlason  (hack at gnu)
  2.  
  3.     * Makefile: Include system.h in bison-dist.tar
  4.  
  5. Tue Aug 15 22:30:42 1989  Richard Stallman  (rms at hobbes.ai.mit.edu)
  6.  
  7.     * version 1.03.
  8.  
  9.     * reader.c (reader): Output LTYPESTR to fdefines
  10.     only after reading the grammar.
  11.  
  12. Sun Aug  6 16:55:23 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  13.  
  14.     * reader.c (read_declarations): Put space before comment
  15.     to avoid bug in Green Hills C compiler.
  16.  
  17. Mon Jun 19 20:14:01 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  18.  
  19.     * allocate.c (xmalloc): New function.
  20.  
  21. Fri Jun 16 23:59:40 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  22.  
  23.     * build.com: Compile and link reduce.c.
  24.  
  25. Fri Jun  9 23:00:54 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  26.  
  27.     * reduce.c (reduce_grammar_tables): Adjust start_symbol when #s change.
  28.  
  29. Sat May 27 17:57:29 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  30.  
  31.     * reader.c (copy_definition, copy_guard): Don't object to \-newline
  32.     inside strings.
  33.  
  34. Mon May 22 12:30:59 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  35.  
  36.     * files.c (openfiles): Alternate file names for MSDOS.
  37.     (open_extra_files): Likewise.
  38.     (done): On MSDOS, unlink temp files here, not in openfiles.
  39.  
  40.     * machine.h (BITS_PER_WORD): 16 on MSDOS.
  41.     (MAXTABLE): Now defined in this file.
  42.  
  43.     * system.h: New file includes system-dependent headers.
  44.     All relevant .c files include it.
  45.  
  46. Thu Apr 27 17:00:47 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  47.  
  48.     * version.c: Version 1.01.
  49.  
  50. Tue Apr 18 12:46:05 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  51.  
  52.     * conflicts.c (total_conflicts): Fixed typo in yacc style output;
  53.     mention conflicts if > 0.
  54.  
  55. Sat Apr 15 17:36:18 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  56.  
  57.     * reader.c (packsymbols): Start new symbols after 256.
  58.  
  59. Wed Apr 12 14:09:09 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  60.  
  61.     * reader.c (reader): Always assign code 256 to `error' token.
  62.     Always set `translations' to 1 so this code gets handled.
  63.     * bison.simple (YYERRCODE): Define it.
  64.  
  65. Tue Apr 11 19:26:32 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  66.  
  67.     * conflicts.c: If GNU C, use builtin alloca.
  68.  
  69.     * Makefile (install): Delete parser files before copying them.
  70.  
  71. Thu Mar 30 13:51:17 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  72.  
  73.     * getargs.c (getargs): Turn off checking of name Bison was invoked by.
  74.  
  75.     * Makefile (dist): Include ChangeLog in distrib.
  76.  
  77. Thu Mar 23 15:19:41 1989  Jay Fenlason  (hack at apple-gunkies.ai.mit.edu)
  78.  
  79.     * LR0.c closure.c conflicts.c derives.c files.c getargs.c lalr.c
  80.     lex.c main.c nullable.c output.c print.c reader.c reduce.c
  81.     symtab.c warshall.c:  A first pass at getting gcc -Wall to shut up.
  82.     Mostly declared    functions as void, etc.
  83.  
  84.     * reduce.c moved 'extern int fixed_outfiles;' into print_notices()
  85.     where it belongs.
  86.  
  87. Wed Mar  1 12:33:28 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  88.  
  89.     * types.h, symtab.h, state.h, new.h, machine.h, lex.h, gram.h,
  90.     files.h, closure.c, vmsgetargs.c, warshall.c, symtab.c, reduce.c,
  91.     reader.c, print.c, output.c, nullable.c, main.c, lex.c, lalr.c,
  92.     gram.c, getargs.c, files.c, derives.c, conflicts.c, allocate.c,
  93.     LR0.c, Makefile, bison.simple: Changed copyright notices to be in
  94.     accord with the new General Public License.
  95.     * COPYING: Made a link to the new copying file.
  96.  
  97. Wed Feb 22 06:18:20 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  98.  
  99.     * new.h (FREE): Alternate definition for __STDC__ avoids error
  100.     if `free' returns void.
  101.  
  102. Tue Feb 21 15:03:34 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  103.  
  104.     * reader.c (read_declarations): Double a `%' in a format string.
  105.     (copy_definition, parse_start_decl, parse_token_decl): Likewise.
  106.     (parse_type_decl, parse_union_decl, copy_guard, readgram, get_type).
  107.     (copy_action): change a `fatal' to `fatals'.
  108.  
  109.     * lalr.c (map_goto): Initial high-end of binary search was off by 1.
  110.  
  111. Sat Feb 18 08:49:57 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  112.  
  113.     * bison.simple [sparc]: Include alloca.h.
  114.  
  115. Wed Feb 15 06:24:36 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  116.  
  117.     * reader.c (packsymbols): Write decl of yylval into .tab.h file.
  118.  
  119. Sat Jan 28 18:19:05 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  120.  
  121.     * bison.simple: Avoid comments on `#line' lines.
  122.  
  123.     * reader.c (LTYPESTR): Rearrange to avoid whitespace after \-newline.
  124.  
  125. Mon Jan  9 18:43:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  126.  
  127.     * conflicts.c (total_conflicts): if -y, use output syntax POSIX wants.
  128.     * reduce.c (print_notices): likewise.
  129.  
  130.     * lex.c (lex): Handle \v, and \x hex escapes.
  131.  
  132.     * reader.c (reader): Merge output_ltype into here.
  133.     Don't output YYLTYPE definition to .tab.h file
  134.     unless the @ construct is used.
  135.  
  136.     * bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
  137.     * reader.c (output_ltype): Don't output them here.
  138.  
  139.     * bison.simple: YYDEBUG now should be 0 or 1.
  140.     * output.c (output): For YYDEBUG, output conditional to define it
  141.     only if not previously defined.
  142.  
  143. Mon Jan  2 11:29:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  144.  
  145.     * bison.simple (yyparse) [YYPURE]: Add local yynerrs.
  146.     (yydebug): Declare global, but don't initialize, regardless of YYPURE.
  147.     (yyparse): Don't declare yydebug here.
  148.  
  149. Thu Dec 22 22:01:22 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  150.  
  151.     * reduce.c (print_notices): Typo in message.
  152.  
  153. Sun Dec 11 11:32:07 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  154.  
  155.     * output.c (pack_table): Free only nonzero the elts of froms & tos.
  156.  
  157. Thu Dec  8 16:26:46 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  158.  
  159.     * gram.c (rprecsym): New vector indicates the %prec symbol for a rule.
  160.     * reader.c (packgram): Allocate it and fill it in.
  161.     * reduce.c (inaccessable_symbols): Use it to set V1.
  162.     * reduce.c (print_results): Don't complain about useless token
  163.     if it's in V1.
  164.  
  165. Mon Dec  5 14:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  166.  
  167.     * machine.h (RESETBIT, BITISSET): New macros.
  168.     (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
  169.  
  170.     * reduce.c: New file, by David Bakin.  Reduces the grammar.
  171.     * Makefile: Compile it, link it, put it in dist.
  172.  
  173.     * main.c (main): Call reduce_grammar (in reduce.c).
  174.  
  175. Thu Nov 17 18:33:04 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  176.  
  177.     * conflicts.c: Don't declare alloca if including alloca.h.
  178.  
  179.     * bison.cld: Define qualifiers `nolines', `debug'.
  180.     * vmsgetargs.c (getargs): Handle them.
  181.  
  182.     * output.c (output_program): Notice `nolinesflag'.
  183.  
  184.     * output.c (output_parser): Simplify logic for -l and #line.
  185.     Avoid writing EOF char into output.
  186.  
  187. Wed Oct 12 18:00:03 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  188.  
  189.     * Implement `-l' option.
  190.     * getopt.c: Set flag `nolinesflag'.
  191.     * reader.c (copy_definition, parse_union_decl, copy_guard, copy_action)
  192.     Obey that flag; don't generate #line.
  193.     * output.c (output_parser): Discard #line's when copying the parser.
  194.  
  195. Mon Sep 12 16:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  196.  
  197.     * reader.c (copy_guard): Fix brace-counting for brace-surrounded guard.
  198.  
  199. Thu Sep  8 20:09:53 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  200.  
  201.     * bison.simple: Correct number in #line command.
  202.     (yyparse): Call YYABORT instead of YYERROR, due to last change in
  203.     output_ltype.
  204.  
  205. Mon Sep  5 14:55:30 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  206.  
  207.     * Makefile: New variable LIBS.  Alternatives for USG.
  208.     * conflicts.c [USG]: Define bcopy.
  209.     * symtab.c [USG]: Include string.h instead of strings.h.
  210.  
  211.     * conflicts.c [sparc]: Include alloca.h.
  212.  
  213. Tue Aug  2 08:38:38 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  214.  
  215.     * reader.c (parse_token_decl): Ignore commas.
  216.  
  217. Sat Jun 25 10:29:20 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  218.  
  219.     * reader.c (output_ltype): Make YYERROR yacc-compatible (like YYFAIL).
  220.  
  221. Fri Jun 24 11:25:11 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  222.  
  223.     * getargs.c (getargs): -t sets debugflag.
  224.     Eliminate upper case duplicate options.
  225.     * output.c (output): If debugflag, output `#define YYDEBUG'.
  226.  
  227. Thu May 26 06:04:21 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  228.  
  229.     * allocate.c (mallocate): New name for `allocate' (which loses in VMS).
  230.     Calls changed in LR0.c, conflicts.c, symtab.c, new.h.
  231.  
  232.     * getargs.c (getargs): If argv[0] is "yacc", set fixed_outfiles.
  233.  
  234. Tue May 17 12:15:30 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  235.  
  236.     * conflicts.c: Declare alloca.
  237.     * reader.c: Declare realloc.
  238.     * warshall.c (TC): Fix one arithmetic op that was omitted last time.
  239.  
  240. Thu May  5 14:36:03 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  241.  
  242.     * bison.simple: Conditionalize most refs to yylsp on YYLSP_NEEDED.
  243.     * reader.c (copy_guard, copy_action): Notice if `@' is used.
  244.     (reader): If it was, output `#define YYLSP_NEEDED'.
  245.  
  246. Mon Apr 18 04:54:32 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  247.  
  248.     * bison.simple: New variable yynerr counts calls to yyerror.
  249.  
  250.     * lex.c (lex, case '='): Update lineno when skipping a newline.
  251.  
  252.     * reader.c (parse_expect_decl): ungetc the char that ends the number;
  253.     don't read any further.  This handles multi-line comments right
  254.     and avoids incorrect lineno.
  255.  
  256.     * reader.c: Delete duplicate decl of symval.
  257.  
  258.     * warshall.c (RTC, TC): Cast ptrs to char *, not unsigned, for arith.
  259.  
  260.