ChangeLog 25 KB

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