ChangeLog 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. Thu Apr 27 17:00:47 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  2. * version.c: Version 1.01.
  3. Tue Apr 18 12:46:05 1989 Randall Smith (randy at apple-gunkies.ai.mit.edu)
  4. * conflicts.c (total_conflicts): Fixed typo in yacc style output;
  5. mention conflicts if > 0.
  6. Sat Apr 15 17:36:18 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  7. * reader.c (packsymbols): Start new symbols after 256.
  8. Wed Apr 12 14:09:09 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  9. * reader.c (reader): Always assign code 256 to `error' token.
  10. Always set `translations' to 1 so this code gets handled.
  11. * bison.simple (YYERRCODE): Define it.
  12. Tue Apr 11 19:26:32 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  13. * conflicts.c: If GNU C, use builtin alloca.
  14. * Makefile (install): Delete parser files before copying them.
  15. Thu Mar 30 13:51:17 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  16. * getargs.c (getargs): Turn off checking of name Bison was invoked by.
  17. * Makefile (dist): Include ChangeLog in distrib.
  18. Thu Mar 23 15:19:41 1989 Jay Fenlason (hack at apple-gunkies.ai.mit.edu)
  19. * LR0.c closure.c conflicts.c derives.c files.c getargs.c lalr.c
  20. lex.c main.c nullable.c output.c print.c reader.c reduce.c
  21. symtab.c warshall.c: A first pass at getting gcc -Wall to shut up.
  22. Mostly declared functions as void, etc.
  23. * reduce.c moved 'extern int fixed_outfiles;' into print_notices()
  24. where it belongs.
  25. Wed Mar 1 12:33:28 1989 Randall Smith (randy at apple-gunkies.ai.mit.edu)
  26. * types.h, symtab.h, state.h, new.h, machine.h, lex.h, gram.h,
  27. files.h, closure.c, vmsgetargs.c, warshall.c, symtab.c, reduce.c,
  28. reader.c, print.c, output.c, nullable.c, main.c, lex.c, lalr.c,
  29. gram.c, getargs.c, files.c, derives.c, conflicts.c, allocate.c,
  30. LR0.c, Makefile, bison.simple: Changed copyright notices to be in
  31. accord with the new General Public License.
  32. * COPYING: Made a link to the new copying file.
  33. Wed Feb 22 06:18:20 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  34. * new.h (FREE): Alternate definition for __STDC__ avoids error
  35. if `free' returns void.
  36. Tue Feb 21 15:03:34 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  37. * reader.c (read_declarations): Double a `%' in a format string.
  38. (copy_definition, parse_start_decl, parse_token_decl): Likewise.
  39. (parse_type_decl, parse_union_decl, copy_guard, readgram, get_type).
  40. (copy_action): change a `fatal' to `fatals'.
  41. * lalr.c (map_goto): Initial high-end of binary search was off by 1.
  42. Sat Feb 18 08:49:57 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  43. * bison.simple [sparc]: Include alloca.h.
  44. Wed Feb 15 06:24:36 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  45. * reader.c (packsymbols): Write decl of yylval into .tab.h file.
  46. Sat Jan 28 18:19:05 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  47. * bison.simple: Avoid comments on `#line' lines.
  48. * reader.c (LTYPESTR): Rearrange to avoid whitespace after \-newline.
  49. Mon Jan 9 18:43:08 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  50. * conflicts.c (total_conflicts): if -y, use output syntax POSIX wants.
  51. * reduce.c (print_notices): likewise.
  52. * lex.c (lex): Handle \v, and \x hex escapes.
  53. * reader.c (reader): Merge output_ltype into here.
  54. Don't output YYLTYPE definition to .tab.h file
  55. unless the @ construct is used.
  56. * bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
  57. * reader.c (output_ltype): Don't output them here.
  58. * bison.simple: YYDEBUG now should be 0 or 1.
  59. * output.c (output): For YYDEBUG, output conditional to define it
  60. only if not previously defined.
  61. Mon Jan 2 11:29:55 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  62. * bison.simple (yyparse) [YYPURE]: Add local yynerrs.
  63. (yydebug): Declare global, but don't initialize, regardless of YYPURE.
  64. (yyparse): Don't declare yydebug here.
  65. Thu Dec 22 22:01:22 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  66. * reduce.c (print_notices): Typo in message.
  67. Sun Dec 11 11:32:07 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  68. * output.c (pack_table): Free only nonzero the elts of froms & tos.
  69. Thu Dec 8 16:26:46 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  70. * gram.c (rprecsym): New vector indicates the %prec symbol for a rule.
  71. * reader.c (packgram): Allocate it and fill it in.
  72. * reduce.c (inaccessable_symbols): Use it to set V1.
  73. * reduce.c (print_results): Don't complain about useless token
  74. if it's in V1.
  75. Mon Dec 5 14:33:17 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  76. * machine.h (RESETBIT, BITISSET): New macros.
  77. (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
  78. * reduce.c: New file, by David Bakin. Reduces the grammar.
  79. * Makefile: Compile it, link it, put it in dist.
  80. * main.c (main): Call reduce_grammar (in reduce.c).
  81. Thu Nov 17 18:33:04 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  82. * conflicts.c: Don't declare alloca if including alloca.h.
  83. * bison.cld: Define qualifiers `nolines', `debug'.
  84. * vmsgetargs.c (getargs): Handle them.
  85. * output.c (output_program): Notice `nolinesflag'.
  86. * output.c (output_parser): Simplify logic for -l and #line.
  87. Avoid writing EOF char into output.
  88. Wed Oct 12 18:00:03 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  89. * Implement `-l' option.
  90. * getopt.c: Set flag `nolinesflag'.
  91. * reader.c (copy_definition, parse_union_decl, copy_guard, copy_action)
  92. Obey that flag; don't generate #line.
  93. * output.c (output_parser): Discard #line's when copying the parser.
  94. Mon Sep 12 16:33:17 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  95. * reader.c (copy_guard): Fix brace-counting for brace-surrounded guard.
  96. Thu Sep 8 20:09:53 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  97. * bison.simple: Correct number in #line command.
  98. (yyparse): Call YYABORT instead of YYERROR, due to last change in
  99. output_ltype.
  100. Mon Sep 5 14:55:30 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  101. * Makefile: New variable LIBS. Alternatives for USG.
  102. * conflicts.c [USG]: Define bcopy.
  103. * symtab.c [USG]: Include string.h instead of strings.h.
  104. * conflicts.c [sparc]: Include alloca.h.
  105. Tue Aug 2 08:38:38 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  106. * reader.c (parse_token_decl): Ignore commas.
  107. Sat Jun 25 10:29:20 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  108. * reader.c (output_ltype): Make YYERROR yacc-compatible (like YYFAIL).
  109. Fri Jun 24 11:25:11 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  110. * getargs.c (getargs): -t sets debugflag.
  111. Eliminate upper case duplicate options.
  112. * output.c (output): If debugflag, output `#define YYDEBUG'.
  113. Thu May 26 06:04:21 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
  114. * allocate.c (mallocate): New name for `allocate' (which loses in VMS).
  115. Calls changed in LR0.c, conflicts.c, symtab.c, new.h.
  116. * getargs.c (getargs): If argv[0] is "yacc", set fixed_outfiles.
  117. Tue May 17 12:15:30 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
  118. * conflicts.c: Declare alloca.
  119. * reader.c: Declare realloc.
  120. * warshall.c (TC): Fix one arithmetic op that was omitted last time.
  121. Thu May 5 14:36:03 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
  122. * bison.simple: Conditionalize most refs to yylsp on YYLSP_NEEDED.
  123. * reader.c (copy_guard, copy_action): Notice if `@' is used.
  124. (reader): If it was, output `#define YYLSP_NEEDED'.
  125. Mon Apr 18 04:54:32 1988 Richard Stallman (rms at rice-krispies.ai.mit.edu)
  126. * bison.simple: New variable yynerr counts calls to yyerror.
  127. * lex.c (lex, case '='): Update lineno when skipping a newline.
  128. * reader.c (parse_expect_decl): ungetc the char that ends the number;
  129. don't read any further. This handles multi-line comments right
  130. and avoids incorrect lineno.
  131. * reader.c: Delete duplicate decl of symval.
  132. * warshall.c (RTC, TC): Cast ptrs to char *, not unsigned, for arith.