ChangeLog 38 KB

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