CHANGELO 9.3 KB

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