ChangeLog 31 KB

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