ChangeLog 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  1. Tue Jan 15 23:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu)
  2. * Version 1.14.
  3. * output.c (output_rule_data): Handle NULL in tags[i].
  4. Fri Jan 11 17:27:24 1991 Richard Stallman (rms at mole.ai.mit.edu)
  5. * bison.simple: On MSDOS, include malloc.h.
  6. Sat Dec 29 19:59:55 1990 David J. MacKenzie (djm at wookumz.ai.mit.edu)
  7. * files.c: Use `mallocate' instead of `xmalloc' so no extra decl is
  8. needed.
  9. Wed Dec 19 18:31:21 1990 Richard Stallman (rms at mole.ai.mit.edu)
  10. * reader.c (readgram): Alternate YYSTYPE defn for MSDOS.
  11. * files.c [MSDOS]: Declare xmalloc.
  12. Thu Dec 13 12:45:54 1990 Richard Stallman (rms at mole.ai.mit.edu)
  13. * output.c (output_rule_data): Put all symbols in yytname.
  14. * bison.simple (yyparse): Delete extra fprintf arg
  15. when printing a result of reduction.
  16. Mon Dec 10 13:55:15 1990 Richard Stallman (rms at mole.ai.mit.edu)
  17. * reader.c (packsymbols): Don't declare yylval if pure_parser.
  18. Tue Oct 30 23:38:09 1990 Richard Stallman (rms at mole.ai.mit.edu)
  19. * Version 1.12.
  20. * LR0.c (augment_automaton): Fix bugs adding sp2 to chain of shifts.
  21. Tue Oct 23 17:41:49 1990 Richard Stallman (rms at mole.ai.mit.edu)
  22. * bison.simple: Don't define alloca if already defined.
  23. Sun Oct 21 22:10:53 1990 Richard Stallman (rms at mole.ai.mit.edu)
  24. * getopt.c: On VMS, use string.h.
  25. * main.c (main): Return type int.
  26. Mon Sep 10 16:59:01 1990 Richard Stallman (rms at mole.ai.mit.edu)
  27. * output.c (output_headers): Output macro defs for -p.
  28. * reader.c (readgram): Handle consecutive actions.
  29. * getargs.c (getargs): Rename -a to -p.
  30. * files.c (openfiles): Change names used for -b.
  31. Mon Aug 27 00:30:15 1990 Richard Stallman (rms at mole.ai.mit.edu)
  32. * reduce.c (reduce_grammar_tables): Don't map rlhs of disabled rule.
  33. Sun Aug 26 13:43:32 1990 Richard Stallman (rms at mole.ai.mit.edu)
  34. * closure.c (print_firsts, print_fderives): Use BITISSET to test bits.
  35. Thu Aug 23 22:13:40 1990 Richard Stallman (rms at mole.ai.mit.edu)
  36. * closure.c (print_firsts): vrowsize => varsetsize.
  37. (print_fderives): rrowsize => rulesetsize.
  38. Fri Aug 10 15:32:11 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  39. * bison.simple (alloca): Don't define if already defined.
  40. (__yy_bcopy): Alternate definition for C++.
  41. Wed Jul 11 00:46:03 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
  42. * getargs.c (getargs): Mention +yacc in usage message.
  43. Tue Jul 10 17:29:08 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  44. * reader.c (parse_token_decl, copy_action):
  45. Set value_components_used if appropriate.
  46. (readgram): Inhibit output of YYSTYPE definition in that case.
  47. Sat Jun 30 13:47:57 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  48. * output.c (output_parser): Define YYPURE if pure, and not otherwise.
  49. Don't define YYIMPURE.
  50. * bison.simple: Adjust conditionals accordingly.
  51. * bison.simple (YYLEX): If locations not in use, don't pass &yylloc.
  52. Thu Jun 28 12:32:21 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  53. * getargs.c (longopts): Add `yacc'.
  54. Thu Jun 28 00:40:21 1990 David J. MacKenzie (djm at apple-gunkies)
  55. * getargs.c (getargs): Add long options.
  56. * Makefile: Link with getopt1.o and add getopt1.c and getopt.h to
  57. dist.
  58. * Move version number and description back into version.c from
  59. Makefile and getargs.c.
  60. * Makefile (dist): Extract version number from version.c.
  61. Tue Jun 26 13:16:35 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  62. * output.c (output): Always call output_gram.
  63. * bison.simple (yyparse): Print rhs and lhs symbols of reduction rule.
  64. Thu Jun 21 00:15:40 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
  65. * main.c: New global var `program_name' to hold argv[0] for error
  66. messages.
  67. * allocate.c, files.c, getargs.c, reader.c: Use `program_name'
  68. in messages instead of hardcoded "bison".
  69. Wed Jun 20 23:38:34 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
  70. * Makefile: Specify Bison version here. Add rule to pass it to
  71. version.c. Encode it in distribution directory and tar file names.
  72. * version.c: Use version number from Makefile.
  73. * getargs.c (getargs): Print additional text that used to be part of
  74. version_string in version.c. Use -V instead of -version to print
  75. Bison version info. Print a usage message and exit if given an
  76. invalid option.
  77. Tue Jun 19 01:15:18 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  78. * bison.simple: Fix a #line.
  79. * Makefile (INSTALL): New parameter.
  80. (install): Use that.
  81. (CFLAGS): Move definition to top.
  82. Sun Jun 17 17:10:21 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  83. * reader.c (parse_type_decl): Ignore semicolon.
  84. Remove excess % from error messages.
  85. Sat Jun 16 19:15:48 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  86. * Version 1.11.
  87. * Makefile (install): Ensure installed files readable.
  88. Tue Jun 12 12:50:56 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  89. * getargs.c: Declare spec_file_prefix
  90. * lex.c (lex): \a is '\007' instead of '007'
  91. * reader.c: include machine.h
  92. * files.h: Declare extern spec_name_prefix.
  93. Trivial patch from Thorsten Ohl (td12@ddagsi3.bitnet)
  94. Thu May 31 22:00:16 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  95. * Version 1.10.
  96. * bison.simple (YYBACKUP, YYRECOVERING): New macros.
  97. (YYINITDEPTH): This is what used to be YYMAXDEPTH.
  98. (YYMAXDEPTH): This is what used to be YYMAXLIMIT.
  99. If the value is 0, use the default instead.
  100. (yyparse): Return 2 on stack overflow.
  101. Wed May 30 21:09:07 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  102. * bison.simple (YYERROR): Jump to new label; don't print error message.
  103. (yyparse): Define label yyerrlab1.
  104. Wed May 16 13:23:58 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  105. * files.c (openfiles): Support -b.
  106. * getargs.c (getargs): Likewise.
  107. * reader.c (readgram): Error if too many symbols.
  108. * lex.c (lex): Handle \a. Make error msgs more reliable.
  109. * reader.c (read_declarations): Make error msgs more reliable.
  110. Sun May 13 15:03:37 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  111. * Version 1.09.
  112. * reduce.c (reduce_grammar_tables): Fix backward test.
  113. Sat May 12 21:05:34 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  114. * Makefile (bison-dist.*): Rename targets and files to bison.*.
  115. (bison.tar): Make tar file to unpack into subdirectory named `bison'.
  116. Mon Apr 30 03:46:58 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  117. * reduce.c (reduce_grammar_tables): Set rlhs to -1 for useless rules.
  118. * nullable.c (set_nullable): Ignore those rules.
  119. * derives.c (set_derives): Likewise.
  120. Mon Apr 23 15:16:09 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  121. * bison.simple (yyparse): Mention rule number as well as line number.
  122. Thu Mar 29 00:00:43 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  123. * bison.simple (__yy_bcopy): New function.
  124. (yyparse): Use that, not bcopy.
  125. Wed Mar 28 15:23:51 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  126. * print.c (print_actions): Don't alter i and j spuriously when errp==0.
  127. Mon Mar 12 16:22:18 1990 Jim Kingdon (kingdon at pogo.ai.mit.edu)
  128. * bison.simple [__GNUC__]: Use builtin_alloca.
  129. Wed Mar 7 21:11:36 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  130. * Makefile (install): Use mergedir.awk to process bison.simple
  131. for installation.
  132. * bison.simple (yyparse): New feature to include possible valid
  133. tokens in parse error message.
  134. Sat Mar 3 14:10:56 1990 Richard Stallman (rms at geech)
  135. * Version 1.08.
  136. Mon Feb 26 16:32:21 1990 Jim Kingdon (kingdon at pogo.ai.mit.edu)
  137. * print.c (print_actions)
  138. conflicts.c (print_reductions): Change "shift %d" to
  139. "shift, and go to state %d" and "reduce %d" to "reduce using rule %d"
  140. and "goto %d" to "go to state %d".
  141. print.c (print_core): Change "(%d)" to "(rule %d)".
  142. Tue Feb 20 14:22:47 EST 1990 Jay Fenlason (hack @ wookumz.ai.mit.edu)
  143. * bison.simple: Comment out unused yyresume: label.
  144. Fri Feb 9 16:14:34 EST 1990 Jay Fenlason (hack @ wookumz.ai.mit.edu)
  145. * bison.simple : surround all declarations and (remaining) uses of
  146. yyls* and yylloc with #ifdef YYLSP_NEEDED This will significantly
  147. cut down on stack usage, and gets rid of unused-variable msgs from
  148. GCC.
  149. Wed Jan 31 13:06:08 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  150. * files.c (done) [VMS]: Don't delete files that weren't used.
  151. [VMS]: Let user override XPFILE and XPFILE1.
  152. Wed Jan 3 15:52:28 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  153. * Version 1.07.
  154. Sat Dec 16 15:50:21 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  155. * gram.c (dummy): New function.
  156. * reader.c (readgram): Detect error if two consec actions.
  157. Wed Nov 15 02:06:08 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  158. * reduce.c (reduce_grammar_tables): Update rline like other tables.
  159. * Makefile (install): Install the man page.
  160. Sat Nov 11 03:21:58 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  161. * output.c (output_rule_data): Write #if YYDEBUG around yyrline.
  162. Wed Oct 18 13:07:55 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  163. * Version 1.06.
  164. * vmsgetargs.c (getargs): Downcase specified output file name.
  165. Fri Oct 13 17:48:14 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  166. * reader.c (readgram): Warn if there is no default to use for $$
  167. and one is needed.
  168. Fri Sep 29 12:51:53 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  169. * Version 1.05.
  170. * vmsgetargs.h (getargs): Process outfile option.
  171. Fri Sep 8 03:05:14 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  172. * Version 1.04.
  173. * reader.c (parse_union_decl): Count newlines even in comments.
  174. Wed Sep 6 22:03:19 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  175. * files.c (openfiles): short_base_length was always == base_length.
  176. Thu Aug 24 16:55:06 1989 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
  177. * Version 1.03.
  178. * files.c (openfiles): Write output into same dir as input, by default.
  179. Wed Aug 23 15:03:07 1989 Jay Fenlason (hack at gnu)
  180. * Makefile: Include system.h in bison-dist.tar
  181. Tue Aug 15 22:30:42 1989 Richard Stallman (rms at hobbes.ai.mit.edu)
  182. * version 1.03.
  183. * reader.c (reader): Output LTYPESTR to fdefines
  184. only after reading the grammar.
  185. Sun Aug 6 16:55:23 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  186. * reader.c (read_declarations): Put space before comment
  187. to avoid bug in Green Hills C compiler.
  188. Mon Jun 19 20:14:01 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  189. * allocate.c (xmalloc): New function.
  190. Fri Jun 16 23:59:40 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  191. * build.com: Compile and link reduce.c.
  192. Fri Jun 9 23:00:54 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  193. * reduce.c (reduce_grammar_tables): Adjust start_symbol when #s change.
  194. Sat May 27 17:57:29 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  195. * reader.c (copy_definition, copy_guard): Don't object to \-newline
  196. inside strings.
  197. Mon May 22 12:30:59 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  198. * files.c (openfiles): Alternate file names for MSDOS.
  199. (open_extra_files): Likewise.
  200. (done): On MSDOS, unlink temp files here, not in openfiles.
  201. * machine.h (BITS_PER_WORD): 16 on MSDOS.
  202. (MAXTABLE): Now defined in this file.
  203. * system.h: New file includes system-dependent headers.
  204. All relevant .c files include it.
  205. Thu Apr 27 17:00:47 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  206. * version.c: Version 1.01.
  207. Tue Apr 18 12:46:05 1989 Randall Smith (randy at apple-gunkies.ai.mit.edu)
  208. * conflicts.c (total_conflicts): Fixed typo in yacc style output;
  209. mention conflicts if > 0.
  210. Sat Apr 15 17:36:18 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  211. * reader.c (packsymbols): Start new symbols after 256.
  212. Wed Apr 12 14:09:09 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  213. * reader.c (reader): Always assign code 256 to `error' token.
  214. Always set `translations' to 1 so this code gets handled.
  215. * bison.simple (YYERRCODE): Define it.
  216. Tue Apr 11 19:26:32 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  217. * conflicts.c: If GNU C, use builtin alloca.
  218. * Makefile (install): Delete parser files before copying them.
  219. Thu Mar 30 13:51:17 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  220. * getargs.c (getargs): Turn off checking of name Bison was invoked by.
  221. * Makefile (dist): Include ChangeLog in distrib.
  222. Thu Mar 23 15:19:41 1989 Jay Fenlason (hack at apple-gunkies.ai.mit.edu)
  223. * LR0.c closure.c conflicts.c derives.c files.c getargs.c lalr.c
  224. lex.c main.c nullable.c output.c print.c reader.c reduce.c
  225. symtab.c warshall.c: A first pass at getting gcc -Wall to shut up.
  226. Mostly declared functions as void, etc.
  227. * reduce.c moved 'extern int fixed_outfiles;' into print_notices()
  228. where it belongs.
  229. Wed Mar 1 12:33:28 1989 Randall Smith (randy at apple-gunkies.ai.mit.edu)
  230. * types.h, symtab.h, state.h, new.h, machine.h, lex.h, gram.h,
  231. files.h, closure.c, vmsgetargs.c, warshall.c, symtab.c, reduce.c,
  232. reader.c, print.c, output.c, nullable.c, main.c, lex.c, lalr.c,
  233. gram.c, getargs.c, files.c, derives.c, conflicts.c, allocate.c,
  234. LR0.c, Makefile, bison.simple: Changed copyright notices to be in
  235. accord with the new General Public License.
  236. * COPYING: Made a link to the new copying file.
  237. Wed Feb 22 06:18:20 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  238. * new.h (FREE): Alternate definition for __STDC__ avoids error
  239. if `free' returns void.
  240. Tue Feb 21 15:03:34 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  241. * reader.c (read_declarations): Double a `%' in a format string.
  242. (copy_definition, parse_start_decl, parse_token_decl): Likewise.
  243. (parse_type_decl, parse_union_decl, copy_guard, readgram, get_type).
  244. (copy_action): change a `fatal' to `fatals'.
  245. * lalr.c (map_goto): Initial high-end of binary search was off by 1.
  246. Sat Feb 18 08:49:57 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  247. * bison.simple [sparc]: Include alloca.h.
  248. Wed Feb 15 06:24:36 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  249. * reader.c (packsymbols): Write decl of yylval into .tab.h file.
  250. Sat Jan 28 18:19:05 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  251. * bison.simple: Avoid comments on `#line' lines.
  252. * reader.c (LTYPESTR): Rearrange to avoid whitespace after \-newline.
  253. Mon Jan 9 18:43:08 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  254. * conflicts.c (total_conflicts): if -y, use output syntax POSIX wants.
  255. * reduce.c (print_notices): likewise.
  256. * lex.c (lex): Handle \v, and \x hex escapes.
  257. * reader.c (reader): Merge output_ltype into here.
  258. Don't output YYLTYPE definition to .tab.h file
  259. unless the @ construct is used.
  260. * bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
  261. * reader.c (output_ltype): Don't output them here.
  262. * bison.simple: YYDEBUG now should be 0 or 1.
  263. * output.c (output): For YYDEBUG, output conditional to define it
  264. only if not previously defined.
  265. Mon Jan 2 11:29:55 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  266. * bison.simple (yyparse) [YYPURE]: Add local yynerrs.
  267. (yydebug): Declare global, but don't initialize, regardless of YYPURE.
  268. (yyparse): Don't declare yydebug here.
  269. Thu Dec 22 22:01:22 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  270. * reduce.c (print_notices): Typo in message.
  271. Sun Dec 11 11:32:07 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  272. * output.c (pack_table): Free only nonzero the elts of froms & tos.
  273. Thu Dec 8 16:26:46 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  274. * gram.c (rprecsym): New vector indicates the %prec symbol for a rule.
  275. * reader.c (packgram): Allocate it and fill it in.
  276. * reduce.c (inaccessable_symbols): Use it to set V1.
  277. * reduce.c (print_results): Don't complain about useless token
  278. if it's in V1.
  279. Mon Dec 5 14:33:17 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  280. * machine.h (RESETBIT, BITISSET): New macros.
  281. (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
  282. * reduce.c: New file, by David Bakin. Reduces the grammar.
  283. * Makefile: Compile it, link it, put it in dist.
  284. * main.c (main): Call reduce_grammar (in reduce.c).
  285. Thu Nov 17 18:33:04 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  286. * conflicts.c: Don't declare alloca if including alloca.h.
  287. * bison.cld: Define qualifiers `nolines', `debug'.
  288. * vmsgetargs.c (getargs): Handle them.
  289. * output.c (output_program): Notice `nolinesflag'.
  290. * output.c (output_parser): Simplify logic for -l and #line.
  291. Avoid writing EOF char into output.
  292. Wed Oct 12 18:00:03 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  293. * Implement `-l' option.
  294. * getopt.c: Set flag `nolinesflag'.
  295. * reader.c (copy_definition, parse_union_decl, copy_guard, copy_action)
  296. Obey that flag; don't generate #line.
  297. * output.c (output_parser): Discard #line's when copying the parser.
  298. Mon Sep 12 16:33:17 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  299. * reader.c (copy_guard): Fix brace-counting for brace-surrounded guard.
  300. Thu Sep 8 20:09:53 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  301. * bison.simple: Correct number in #line command.
  302. (yyparse): Call YYABORT instead of YYERROR, due to last change in
  303. output_ltype.
  304. Mon Sep 5 14:55:30 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  305. * Makefile: New variable LIBS. Alternatives for USG.
  306. * conflicts.c [USG]: Define bcopy.
  307. * symtab.c [USG]: Include string.h instead of strings.h.
  308. * conflicts.c [sparc]: Include alloca.h.
  309. Tue Aug 2 08:38:38 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  310. * reader.c (parse_token_decl): Ignore commas.
  311. Sat Jun 25 10:29:20 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  312. * reader.c (output_ltype): Make YYERROR yacc-compatible (like YYFAIL).
  313. Fri Jun 24 11:25:11 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
  314. * getargs.c (getargs): -t sets debugflag.
  315. Eliminate upper case duplicate options.
  316. * output.c (output): If debugflag, output `#define YYDEBUG'.
  317. Thu May 26 06:04:21 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
  318. * allocate.c (mallocate): New name for `allocate' (which loses in VMS).
  319. Calls changed in LR0.c, conflicts.c, symtab.c, new.h.
  320. * getargs.c (getargs): If argv[0] is "yacc", set fixed_outfiles.
  321. Tue May 17 12:15:30 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
  322. * conflicts.c: Declare alloca.
  323. * reader.c: Declare realloc.
  324. * warshall.c (TC): Fix one arithmetic op that was omitted last time.
  325. Thu May 5 14:36:03 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
  326. * bison.simple: Conditionalize most refs to yylsp on YYLSP_NEEDED.
  327. * reader.c (copy_guard, copy_action): Notice if `@' is used.
  328. (reader): If it was, output `#define YYLSP_NEEDED'.
  329. Mon Apr 18 04:54:32 1988 Richard Stallman (rms at rice-krispies.ai.mit.edu)
  330. * bison.simple: New variable yynerr counts calls to yyerror.
  331. * lex.c (lex, case '='): Update lineno when skipping a newline.
  332. * reader.c (parse_expect_decl): ungetc the char that ends the number;
  333. don't read any further. This handles multi-line comments right
  334. and avoids incorrect lineno.
  335. * reader.c: Delete duplicate decl of symval.
  336. * warshall.c (RTC, TC): Cast ptrs to char *, not unsigned, for arith.
  337. Local Variables:
  338. mode: indented-text
  339. left-margin: 8
  340. fill-column: 76
  341. version-control: never
  342. End: