]> git.saurik.com Git - bison.git/blob - ChangeLog
* src/lalr.h: New file.
[bison.git] / ChangeLog
1 2000-10-02 Akim Demaille <akim@epita.fr>
2
3 * src/lalr.h: New file.
4 Propagate its inclusion instead of prototypes and `extern'.
5 * src/lalr.c: Formatting changes, topological sorting etc.
6
7
8 2000-10-02 Akim Demaille <akim@epita.fr>
9
10 * src/output.c (token_actions): Introduce a temporary array,
11 YYDEFACT, that makes it possible for this function to use
12 output_short_table.
13
14
15 2000-10-02 Akim Demaille <akim@epita.fr>
16
17 `user_toknums' is output as a `short[]' in `output.c', while it is
18 defined as a `int[]' in `reader.c'. For consistency with the
19 other output tables, `user_toknums' is now defined as a table of
20 shorts.
21
22 * src/reader.c (user_toknums): Be a short table instead of an int
23 table.
24 Adjust dependencies.
25
26 Factor the short table outputs.
27
28 * src/output.c (output_short_table): New function.
29 * src/output.c (output_gram, output_stos, output_rule_data)
30 (output_base, output_table, output_check): Use it.
31
32 2000-10-02 Akim Demaille <akim@epita.fr>
33
34 * src/output.c (output): Topological sort of the functions, in
35 order to get rid of the `static' prototypes.
36 No longer use `register'.
37 * src/output.h: New file.
38 Propagate its inclusion in files explicitly prototyping functions
39 from output.c.
40
41 2000-09-21 Akim Demaille <akim@epita.fr>
42
43 * src/atgeneral.m4: Update from Autoconf.
44
45 2000-09-21 Akim Demaille <akim@epita.fr>
46
47 * src/closure.h: New file.
48 * src/closure.c: Formatting changes, topological sort over the
49 functions, use of closure.h.
50 (initialize_closure, finalize_closure): Rename as...
51 (new_closure, free_closure): these. Adjust dependencies.
52 * src/LR0.c: Formatting changes, topological sort, use of
53 cloture.h.
54 (initialize_states): Rename as...
55 (new_states): this.
56 * src/Makefile.am (noinst_HEADERS): Adjust.
57
58 2000-09-20 Akim Demaille <akim@epita.fr>
59
60 * src/acconfig.h: Don't protect config.h against multiple
61 inclusion.
62 Don't define PARAMS.
63 * src/system.h: Define PARAMS.
64 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
65 purpose of config.h. system.h must not try to fix wrong
66 definitions in config.h.
67
68 2000-09-20 Akim Demaille <akim@epita.fr>
69
70 * src/derives.h: New file.
71 * src/main.c, src/derives.h: Use it.
72 Formatting changes.
73 * src/Makefile.am (noinst_HEADERS): Adjust.
74
75 2000-09-20 Akim Demaille <akim@epita.fr>
76
77 * tests/atgeneral.m4: Update from Autoconf.
78 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
79 (AT_CHECK_CALC): New macros.
80 Use these macros to test bison with options `', `--raw',
81 `--debug', `--yacc', `--yacc --debug'.
82
83 2000-09-19 Akim Demaille <akim@epita.fr>
84
85 * src/output.c: Formatting changes.
86 * src/machine.h: Remove, leaving its contents in...
87 * src/system.h: here.
88 Include stdio.h.
89 Adjust all dependencies on stdio.h and machine.h.
90 * src/getargs.h: New file.
91 Let all `extern' declarations about getargs.c be replaced with
92 inclusion of `getargs.h'.
93 * src/Makefile.am (noinst_HEADERS): Adjust.
94
95 * tests/calc.m4 (yyin): Be initialized in main, not on the global
96 scope.
97 (yyerror): Returns void, not int.
98 * doc/bison.texinfo: Formatting changes.
99
100 2000-09-19 Akim Demaille <akim@epita.fr>
101
102 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
103 portable.
104
105 2000-09-18 Akim Demaille <akim@epita.fr>
106
107 * configure.in: Append WARNING_CFLAGS to CFLAGS.
108 * src/Makefile.am (INCLUDES): Don't.
109 Be ready to fetch headers in lib/.
110
111 2000-09-18 Akim Demaille <akim@epita.fr>
112
113 * doc/bison.texinfo: Update the copyright.
114 ANSIfy and GNUify the examples.
115 Remove the old menu.
116
117 2000-09-18 Akim Demaille <akim@epita.fr>
118
119 First set of tests: use the `calc' example from the documentation.
120
121 * src/bison.s1 (yyparse): Condition the code using `yytname' which
122 is defined only when YYDEBUG is.
123 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
124 * src/files.c (tryopen, tryclose): Formatting changes.
125 Move to the top and be static.
126 * src/reader.c (read_signed_integer): Likewise.
127 * tests/calc.m4: New file.
128 * Makefile.am, suite.m4: Adjust.
129 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
130
131 2000-09-18 Akim Demaille <akim@epita.fr>
132
133 Add support for an Autotest test suite for Bison.
134
135 * m4/m4.m4, m4/atconfig.m4: New files.
136 * m4/Makefile.am (EXTRA_DIST): Adjust.
137 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
138 files.
139 * src/getargs.c: Display a more standard --version message.
140 * src/reader.c (reader): Formatting changes.
141 No longer depend upon VERSION_STRING.
142 * configure.in: No longer use `dnl'.
143 Set up the test suite and the new directory `tests/.
144 (VERSION_STRING): Remove.
145
146 2000-04-14 Akim Demaille <akim@epita.fr>
147
148 * src/reader.c (copy_comment2): New function, same as former
149 `copy_comment', but outputs into two FILE *.
150 (copy_comment): Use it.
151 (parse_union_decl): Use it.
152 (get_type, parse_start_decl): Use the same `invalid' message.
153 (parse_start_decl, parse_union_decl): Use the same `multiple'
154 message.
155 (parse_union_decl, copy_guard, copy_action): Use the same
156 `unmatched' message.
157 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
158
159 2000-03-31 Akim Demaille <akim@epita.fr>
160
161 * src/files.c (tryopen, tryclose): Move to the top.
162 Be static.
163
164 2000-03-31 Akim Demaille <akim@epita.fr>
165
166 * src/main.c (main): Don't call `done', exit does it.
167
168 2000-03-31 Akim Demaille <akim@epita.fr>
169
170 * allocate.c: s/return (foo)/return foo/.
171 * lalr.c: Likewise.
172 * LR0.c: Likewise.
173 * output.c: Likewise.
174 * reader.c: Likewise.
175 * symtab.c: Likewise.
176 * vmsgetargs.c: Likewise.
177
178 2000-03-31 Akim Demaille <akim@epita.fr>
179
180 Clean up the error reporting functions.
181
182 * src/report.c: New file.
183 * src/report.h: Likewise.
184 * src/Makefile.am: Adjust.
185 * m4/error.m4: New file.
186 * m4/Makefile.am: Adjust.
187 * configure.in (jm_PREREQ_ERROR): Call it.
188 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
189 Remove.
190 (fatal, fatals): Remove. All callers use complain.c::fatal.
191 (warn, warni, warns, warnss, warnss): Remove. All callers use
192 complain.c::complain.
193 (toomany): Remove, use fatal instead.
194 * src/files.c (done): No argument, use complain_message_count.
195 * src/main.c (main): Register `done' to `atexit'.
196
197 * src/getargs.c (usage): More `fputs', less `fprintf'.
198
199 2000-03-28 Akim Demaille <akim@epita.fr>
200
201 * lib/: New directory.
202 * Makefile.am (SUBDIRS): Adjust.
203 * configure.in: Adjust.
204 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
205 useless.
206 * src/alloca.c: Moved to lib/.
207 * src/getopt.c: Likewise.
208 * src/getopt1.c: Likewise.
209 * src/getopt.h: Likewise.
210 * src/ansi2knr.c: Likewise.
211 * src/ansi2knr.1: Likewise.
212 * src/Makefile.am: Adjust.
213 * lib/Makefile.am: New file.
214
215 2000-03-28 Akim Demaille <akim@epita.fr>
216
217 * src/getargs.c (usage): Refresh the help message.
218
219 2000-03-17 Akim Demaille <akim@epita.fr>
220
221 * src/getopt1.c: Updated from textutils 2.0e
222 * src/getopt.c: Likewise.
223 * src/getopt.h: Likewise.
224
225 2000-03-17 Akim Demaille <akim@epita.fr>
226
227 * src/Makefile.am (bison.simple): Fix the awk program: quote only
228 the file name, not the whole `#line LINE FILE'.
229
230 2000-03-17 Akim Demaille <akim@epita.fr>
231
232 On syntax errors, report the token on which we choked.
233
234 * src/bison.s1 (yyparse): In the label yyerrlab, when
235 YYERROR_VERBOSE, add yychar in msg.
236
237 2000-03-17 Akim Demaille <akim@epita.fr>
238
239 * src/reader.c (copy_at): New function.
240 (copy_guard): Use it.
241 (copy_action): Use it.
242
243 2000-03-17 Akim Demaille <akim@epita.fr>
244
245 Be kind to translators, save some useless translations.
246
247 * src/main.c (banner): New function.
248 (fatal_banner): Use it.
249 (warn_banner): Use it.
250
251 2000-03-17 Akim Demaille <akim@epita.fr>
252
253 * src/reader.c (copy_definition): Use copy_string and
254 copy_comment. Removed now unused `match', `ended',
255 `cplus_comment'.
256 (copy_comment, copy_string): Moved, to be visible from
257 copy_definition.
258
259 2000-03-17 Akim Demaille <akim@epita.fr>
260
261 * src/reader.c (copy_string): Declare `static inline'. No
262 problems with inline, since it is checked by configure.
263 (copy_comment): Likewise.
264
265 2000-03-17 Akim Demaille <akim@epita.fr>
266
267 * src/reader.c (packsymbols): Formatting changes.
268
269 2000-03-17 Akim Demaille <akim@epita.fr>
270
271 * src/reader.c (copy_comment): New function, factored out from:
272 (copy_action): Use it. Removed now unused `match', `ended',
273 `cplus_comment'.
274 (copy_guard): Likewise.
275
276 2000-03-17 Akim Demaille <akim@epita.fr>
277
278 * src/reader.c (copy_string): New function, factored out from:
279 (copy_action): Use it.
280 (copy_guard): Likewise.
281
282 2000-03-17 Akim Demaille <akim@epita.fr>
283
284 Change the handling of @s so that they behave exactly like $s.
285 There is now a pseudo variable @$ (readble and writable), location
286 of the lhs of the rule (by default ranging from the location of
287 the first symbol of the rhs, to the location of the last symbol,
288 or, if the rhs is empty, YYLLOC).
289
290 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
291 yyval.
292 (yyparse): When providing a default semantic action, provide a
293 default location action.
294 (after the $): No longer change `*YYLSP', just stack YYLOC the
295 same way you stack YYVAL.
296 * src/reader.c (read_declarations): Use warns.
297 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
298 (copy_action, case '@'): Likewise.
299 Use a standard error message, to save useless work from
300 translators.
301
302 2000-03-17 Akim Demaille <akim@epita.fr>
303
304 * src/bison.s1: Formatting and cosmetics changes.
305 * src/reader.c: Likewise.
306 Update the Copyright notice.
307
308 2000-03-17 Akim Demaille <akim@epita.fr>
309
310 * src/bison.s1 (#line): All set to `#line' only, since the
311 Makefile now handles them.
312
313 2000-03-16 Akim Demaille <akim@epita.fr>
314
315 * src/output.c (output_rule_data): Output the documentation of
316 some of the tables.
317 (Copyright notice): Update.
318 Formatting changes.
319
320 2000-03-16 Akim Demaille <akim@epita.fr>
321
322 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
323 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
324 One `#if YYDEBUG' remains, since it uses variables which are
325 defined only if `YYDEBUG != 0'.
326
327 2000-03-16 Akim Demaille <akim@epita.fr>
328
329 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
330 and related variables so that the similarities are highlighted.
331
332 2000-03-16 Akim Demaille <akim@epita.fr>
333
334 * src/bison.s1: Properly indent CPP directives.
335
336 2000-03-16 Akim Demaille <akim@epita.fr>
337
338 * src/bison.s1: Properly indent the `alloca' CPP section.
339
340 2000-03-16 Akim Demaille <akim@epita.fr>
341
342 Do not hard code values of directories in `configure.in'.
343 Update the `configure' tool chain.
344
345 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
346 src/makefile.am.
347 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
348 (AC_OUTPUT): Add m4/Makefile.
349 Bump to bison 1.28a, 1.29 has never been released.
350 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
351 handled via src/Makefile.am.
352 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
353 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
354 autoheader.
355 * Makefile.am (SUBDIRS): Add m4.
356 (ACLOCAL_AM_FLAGS): New variable.
357 (AUTOMAKE_OPTIONS): Add check-news.
358 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
359 the proper line number and file name.
360 (DEFS): Propagate the location of bison library files and of the
361 locale files.
362 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
363 builddir.
364 * acinclude.m4: Remove, replaced by the directory m4.
365 * m4/Makefile.am (EXTRA_DIST): New variable.
366 * m4/gettext.m4: New file, from the fileutils.
367 * m4/lcmessage.m4: Likewise
368 * m4/progtest.m4: Likewise.
369 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
370
371 2000-03-10 Akim Demaille <akim@epita.fr>
372
373 * src/closure.c:
374 Formatting changes of various comments.
375 Respect the GNU coding standards at various places.
376 Don't use `_()' when no translation is needed.
377
378 1999-12-13 Jesse Thilo <jthilo@gnu.org>
379
380 * src/files.c:
381 OS/2 honors TMPDIR environment variable.
382
383 1999-12-13 Jesse Thilo <jthilo@gnu.org>
384
385 * doc/bison.texinfo: Tweaked spelling and grammar.
386 Updated ISBN.
387 Removed reference to price of printed copy.
388 Mention BISON_SIMPLE and BISON_HAIRY.
389
390 1999-12-13 Jesse Thilo <jthilo@gnu.org>
391
392 * configure.in, NEWS:
393 Bison 1.29 released.
394
395 1999-10-27 Jesse Thilo <jthilo@gnu.org>
396
397 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
398 Added reference card.
399
400 1999-07-26 Jesse Thilo <jthilo@gnu.org>
401
402 * po/ru.po: Added Russian translation.
403
404 1999-07-26 Jesse Thilo <jthilo@gnu.org>
405
406 * configure.in: Added Russian translation.
407
408 1999-07-06 Jesse Thilo <jthilo@gnu.org>
409
410 * configure.in, NEWS, README:
411 Released version 1.28.
412
413 1999-06-14 Jesse Thilo <jthilo@gnu.org>
414
415 * src/system.h:
416 Squashed redefinition warning on some systems.
417
418 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
419 Have configure build version string instead of relying on ANSI string
420 concatentation.
421
422 1999-06-14 Jesse Thilo <jthilo@gnu.org>
423
424 * po/POTFILES.in: Got rid of version.c.
425
426 1999-06-14 Jesse Thilo <jthilo@gnu.org>
427
428 * acconfig.h, configure.in:
429 Have configure build version string instead of relying on ANSI string
430 concatentation.
431
432 1999-06-08 Jesse Thilo <jthilo@gnu.org>
433
434 * doc/bison.1:
435 Dropped mention of `+' for long-named options.
436
437 1999-05-30 Jesse Thilo <jthilo@gnu.org>
438
439 * src/files.c: Added <unistd.h> for unlink().
440
441 * src/Makefile.am, src/system.h:
442 I18n fixes.
443
444 1999-05-30 Jesse Thilo <jthilo@gnu.org>
445
446 * README: Added a FAQ list.
447
448 * configure.in, acconfig.h:
449 I18n fixes.
450
451 1999-05-30 Jesse Thilo <jthilo@gnu.org>
452
453 * doc/FAQ, doc/Makefile.am:
454 Added a FAQ list.
455
456 1999-05-19 Jesse Thilo <jthilo@gnu.org>
457
458 * src/alloc.h, src/symtab.h, src/version.c:
459 Protected inclusion of "config.h" with HAVE_CONFIG_H.
460
461 1999-04-18 Jesse Thilo <jthilo@gnu.org>
462
463 * src/.cvsignore, src/Makefile.am:
464 Reorganized: sources in `src', documentation in `doc'.
465
466 * src/lex.c (literalchar):
467 fixed the code for escaping double quotes (thanks
468 Jonathan Czisny.)
469
470 1999-04-18 Jesse Thilo <jthilo@gnu.org>
471
472 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
473 Adjusted paths to reflect directory reorganization.
474
475 1999-04-18 Jesse Thilo <jthilo@gnu.org>
476
477 * doc/.cvsignore, doc/Makefile.am:
478 Reorganized: sources in `src', documentation in `doc'.
479
480 1999-04-18 Jesse Thilo <jthilo@gnu.org>
481
482 * configure.in:
483 Updated AC_INIT file to reflect directory reorganization.
484
485 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
486 Reorganized: sources in `src', documentation in `doc'.
487
488 1999-04-13 Jesse Thilo <jthilo@gnu.org>
489
490 * src/allocate.c:
491 Don't declare calloc() and realloc() if not necessary.
492
493 1999-04-13 Jesse Thilo <jthilo@gnu.org>
494
495 * configure.in, acconfig.h, acinclude.m4:
496 Don't declare calloc() and realloc() if not necessary.
497
498 1999-03-23 Jesse Thilo <jthilo@gnu.org>
499
500 * po/.cvsignore: Added i18n support.
501
502 1999-03-23 Jesse Thilo <jthilo@gnu.org>
503
504 * acconfig.h, configure.in, Makefile.am:
505 Added i18n support.
506
507 1999-03-22 Jesse Thilo <jthilo@gnu.org>
508
509 * src/bison.s1: Fixed #line numbers.
510
511 1999-03-15 Jesse Thilo <jthilo@gnu.org>
512
513 * po/es.po, po/fr.po, po/nl.po, po/de.po:
514 Added PO files from Translation Project.
515
516 1999-03-03 Jesse Thilo <jthilo@gnu.org>
517
518 * Makefile.am:
519 Added support for non-ANSI compilers (ansi2knr).
520
521 1999-02-16 Jesse Thilo <jthilo@gnu.org>
522
523 * configure.in: Bumped version number to 1.27.
524
525 * Makefile.am:
526 Added `bison.simple' to list of files removed by `make distclean'.
527
528 1999-02-12 Jesse Thilo <jthilo@gnu.org>
529
530 * src/files.c, src/files.h:
531 Defined locations of parser files in config.h instead of Makefile.
532
533 1999-02-12 Jesse Thilo <jthilo@gnu.org>
534
535 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
536 Defined locations of parser files in config.h instead of Makefile.
537
538 1999-02-09 Jesse Thilo <jthilo@gnu.org>
539
540 * Makefile.am:
541 Removed inappropriate use of $< macro.
542
543 1999-02-05 Jesse Thilo <jthilo@gnu.org>
544
545 * po/Makefile.in.in, po/POTFILES.in:
546 Add `po' directory skeleton.
547
548 1999-01-27 Jesse Thilo <jthilo@gnu.org>
549
550 * README: Document help-bison list.
551
552 * configure.in: Add check for mkstemp().
553
554 1999-01-20 Jesse Thilo <jthilo@gnu.org>
555
556 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
557 Hush a few compiler warnings.
558
559 * src/files.c:
560 Add tryclose(), which verifies that fclose was successful.
561 Hush a couple of compiler warnings.
562
563 1999-01-20 Jesse Thilo <jthilo@gnu.org>
564
565 * Makefile.am, OChangeLog:
566 ChangeLog is now automatically generated. Include the old version as
567 OChangeLog.
568
569 1999-01-14 Jesse Thilo <jthilo@gnu.org>
570
571 * src/gram.h, src/lalr.c, src/lex.c, src/lex.h, src/machine.h, src/main.c, src/nullable.c, src/output.c, src/print.c, src/reader.c, src/reduce.c, src/state.h, src/symtab.c, src/symtab.h, src/types.h, src/vmsgetargs.c, src/warshall.c, src/allocate.c, src/alloc.h, src/bison.s1, src/closure.c, src/conflicts.c, src/derives.c, src/files.c, src/files.h, src/getargs.c, src/gram.c, src/LR0.c:
572 Update FSF address.
573
574 1999-01-14 Jesse Thilo <jthilo@gnu.org>
575
576 * doc/bison.texinfo: Fix formatting glitch.
577
578 * doc/bison.texinfo: Update FSF address.
579
580 1999-01-14 Jesse Thilo <jthilo@gnu.org>
581
582 * acconfig.h: Update FSF address.
583
584 1999-01-08 Jesse Thilo <jthilo@gnu.org>
585
586 * src/system.h:
587 Don't define PACKAGE here, since config.h defines it.
588
589 1998-12-30 Jesse Thilo <jthilo@gnu.org>
590
591 * src/reader.c: Update copyright date.
592
593 * src/main.c:
594 Ditch sprintf to statically-sized buffers in fatal/warn functions in
595 favor of output directly to stderr (avoids buffer overruns).
596
597 * src/reader.c: Some checks for premature EOF.
598
599 * src/allocate.c, src/alloc.h, src/closure.c, src/conflicts.c, src/derives.c, src/getargs.c, src/gram.c, src/lalr.c, src/lex.c, src/LR0.c, src/main.c, src/nullable.c, src/output.c, src/print.c, src/reduce.c, src/symtab.c, src/symtab.h, src/warshall.c:
600 Use prototypes if the compiler understands them.
601
602 * src/files.c: Honor TMPDIR on Unix hosts.
603 Use prototypes if the compiler understands them.
604
605 * src/reader.c:
606 Fix a couple of buffer overrun bugs.
607 Use prototypes if the compiler understands them.
608
609 * src/system.h: Include unistd.h and ctype.h.
610 Use #ifdef instead of #if for NLS symbols.
611
612 1998-12-30 Jesse Thilo <jthilo@gnu.org>
613
614 * doc/bison.texinfo:
615 Delete comment "consider using @set for edition number, etc..." since
616 we now are doing so.
617
618 1998-12-30 Jesse Thilo <jthilo@gnu.org>
619
620 * configure.in:
621 Use prototypes if the compiler understands them.
622
623 * NEWS: Document 1.26 highlights.
624
625 * Makefile.am: Require Automake 1.3 or later.
626
627 * acconfig.h:
628 Use prototypes if the compiler understands them.
629
630 1998-12-29 Jesse Thilo <jthilo@gnu.org>
631
632 * src/version.c:
633 Use VERSION symbol from automake for version number.
634
635 1998-12-29 Jesse Thilo <jthilo@gnu.org>
636
637 * acconfig.h, configure.in, version.cin:
638 Use VERSION symbol from automake for version number.
639
640 1998-11-28 Jesse Thilo <jthilo@gnu.org>
641
642 * Makefile.am:
643 Distribute original version of simple parser (bison.s1), not built
644 version (bison.simple).
645
646 1998-11-28 Jesse Thilo <jthilo@gnu.org>
647
648 * doc/bison.texinfo: Add info dir entry.
649
650 * doc/bison.texinfo:
651 Let automake put version number into documentation.
652
653 1998-11-26 Jesse Thilo <jthilo@gnu.org>
654
655 * src/bison.cld, src/build.com, src/vmshlp.mar:
656 Add non-RCS files from /gd/gnu/bison.
657
658 1998-11-26 Jesse Thilo <jthilo@gnu.org>
659
660 * doc/bison.1:
661 Document the BISON_HAIRY and BISON_SIMPLE variables.
662
663 1998-11-25 Jesse Thilo <jthilo@gnu.org>
664
665 * src/version.c: Build version.c automatically.
666
667 * src/reader.c:
668 Fix token numbering (used to start at 258, not 257).
669
670 * src/system.h: Include config.h.
671
672 * src/getargs.c: Update bug report address.
673
674 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
675 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
676
677 1998-11-25 Jesse Thilo <jthilo@gnu.org>
678
679 * Makefile.am:
680 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
681
682 * configure.in, version.cin:
683 Build version.c automatically.
684
685 * AUTHORS: Add AUTHORS file.
686
687 * README: Update bug report address.
688
689 * bison.simple:
690 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
691
692 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
693 Add automake stuff.
694
695 1998-11-25 Jesse Thilo <jthilo@gnu.org>
696
697 * doc/bison.texinfo: Clean up some formatting.
698
699 1998-05-05 Richard Stallman <rms@gnu.org>
700
701 * doc/bison.texinfo:
702 Explain better why to make a pure parser.
703
704 1998-01-05 Richard Stallman <rms@gnu.org>
705
706 * src/files.c (openfiles):
707 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
708 find a temporary directory, if possible. Do not unlink files while
709 they are open.
710
711 1997-08-25 Richard Stallman <rms@gnu.org>
712
713 * src/reader.c (stack_offset;):
714 Change some warni to warns.
715
716 * src/lex.c (literalchar): Use warns, not warni.
717
718 1997-06-28 Richard Stallman <rms@gnu.org>
719
720 * src/bison.s1: Add a Bison version comment.
721
722 * src/main.c (fatal, warn, berror):
723 Use program_name.
724
725 1997-06-28 Richard Stallman <rms@gnu.org>
726
727 * Makefile.in (bison_version): New variable.
728 (dist): Use that variable.
729 (bison.s1): Substitute the Bison version into bison.simple.
730
731 * bison.simple: Add a Bison version comment.
732
733 1997-06-18 Richard Stallman <rms@gnu.org>
734
735 * src/main.c (fatal, warn, berror):
736 Make error messages standard.
737 (toomany): Improve error message text.
738
739 * src/LR0.c, src/closure.c, src/conflicts.c, src/derives.c, src/files.c, src/lalr.c, src/lex.c, src/nullable.c, src/output.c, src/print.c, src/reader.c, src/reduce.c, src/symtab.c:
740 new.h renamed to alloc.h.
741
742 1997-06-18 Richard Stallman <rms@gnu.org>
743
744 * Makefile.in: new.h renamed to alloc.h.
745
746 1997-05-24 Richard Stallman <rms@gnu.org>
747
748 * src/lex.c (literalchar):
749 Fix the code for escaping \, " and '.
750
751 (lex): Avoid trouble when there are many chars
752 to discard in a char literal with just several chars in it.
753
754 1997-05-17 Richard Stallman <rms@gnu.org>
755
756 * src/bison.s1:
757 Use malloc, if using alloca is troublesome.
758 (YYSTACK_USE_ALLOCA): New flag macro.
759 Define it for some systems and compilers.
760 (YYSTACK_ALLOC): New macro.
761 (yyparse): Use YYSTACK_ALLOC to allocate stack.
762 If it was malloc'd, free it.
763
764 1997-05-17 Richard Stallman <rms@gnu.org>
765
766 * bison.simple:
767 Use malloc, if using alloca is troublesome.
768 (YYSTACK_USE_ALLOCA): New flag macro.
769 Define it for some systems and compilers.
770 (YYSTACK_ALLOC): New macro.
771 (yyparse): Use YYSTACK_ALLOC to allocate stack.
772 If it was malloc'd, free it.
773
774 1997-04-23 Richard Stallman <rms@gnu.org>
775
776 * src/bison.s1:
777 (alloca) [__hpux]: Always define as __builtin_alloca.
778
779 1997-04-23 Richard Stallman <rms@gnu.org>
780
781 * bison.simple:
782 (alloca) [__hpux]: Always define as __builtin_alloca.
783
784 1997-04-22 Richard Stallman <rms@gnu.org>
785
786 * src/bison.s1:
787 [__hpux]: Include alloca.h (right for HPUX 10)
788 instead of declaring alloca (right for HPUX 9).
789
790 * src/bison.s1 (__yy_memcpy):
791 Declare arg `count' as unsigned int.
792 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
793
794 1997-04-22 Richard Stallman <rms@gnu.org>
795
796 * bison.simple:
797 [__hpux]: Include alloca.h (right for HPUX 10)
798 instead of declaring alloca (right for HPUX 9).
799
800 * bison.simple (__yy_memcpy):
801 Declare arg `count' as unsigned int.
802 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
803
804 1997-01-03 Richard Stallman <rms@gnu.org>
805
806 * src/allocate.c: [__STDC__ or _MSC_VER]:
807 Declare calloc and realloc to return void *.
808
809 1997-01-02 Richard Stallman <rms@gnu.org>
810
811 * src/system.h:
812 [_MSC_VER]: Include stdlib.h and process.h.
813 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
814
815 * src/main.c (main): Return FAILURE as a value.
816 (printable_version): Declare arg as int, not char.
817
818 1997-01-02 Richard Stallman <rms@gnu.org>
819
820 * Makefile.in (dist):
821 Explicitly check for symlinks, and copy them.
822
823 1996-12-19 Richard Stallman <rms@gnu.org>
824
825 * src/files.c:
826 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
827
828 1996-12-18 Paul Eggert <eggert@gnu.org>
829
830 * src/bison.s1 (yyparse):
831 If __GNUC__ and YYPARSE_PARAM are both defined,
832 declare yyparse to have a void * argument.
833
834 1996-12-18 Paul Eggert <eggert@gnu.org>
835
836 * bison.simple (yyparse):
837 If __GNUC__ and YYPARSE_PARAM are both defined,
838 declare yyparse to have a void * argument.
839
840 1996-12-17 Richard Stallman <rms@gnu.org>
841
842 * src/reduce.c (nbits): Add some casts.
843
844 1996-08-12 Richard Stallman <rms@gnu.org>
845
846 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
847
848 1996-08-12 Richard Stallman <rms@gnu.org>
849
850 * bison.simple: Test _MSDOS as well as _MSDOS_.
851
852 1996-07-31 Richard Stallman <rms@gnu.org>
853
854 * src/bison.s1:
855 [__sun && __i386]: Include alloca.h.
856
857 1996-07-31 Richard Stallman <rms@gnu.org>
858
859 * bison.simple:
860 [__sun && __i386]: Include alloca.h.
861
862 1996-07-30 Richard Stallman <rms@gnu.org>
863
864 * src/bison.s1: Comment change.
865
866 * src/bison.s1: Test _MSDOS_, not MSDOS.
867
868 1996-07-30 Richard Stallman <rms@gnu.org>
869
870 * bison.simple: Comment change.
871
872 * bison.simple: Test _MSDOS_, not MSDOS.
873
874 1996-06-01 Richard Stallman <rms@gnu.org>
875
876 * src/reduce.c, src/reader.c, src/print.c, src/output.c, src/nullable.c, src/lex.c, src/lalr.c, src/getargs.c, src/derives.c, src/conflicts.c, src/closure.c, src/allocate.c:
877 Insert `_' macro around many string constants.
878
879 * src/main.c:
880 Insert `_' macro around many string constants.
881
882 (main): Call setlocale, bindtextdomain and textdomain.
883
884 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
885 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
886 [ENABLE_NLS]: Include libintl.h.
887 [ENABLE_NLS] (gettext): Define.
888 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
889 (N_, PACKAGE, LOCALEDIR): New macros.
890
891 1996-06-01 Richard Stallman <rms@gnu.org>
892
893 * POTFILES.in: New file.
894
895 * Makefile.in (allocate.o):
896 Define target explicitly.
897
898 * Makefile.in (CFLAGS): Set to @CFLAGS@.
899 (LDFLAGS): Set to @LDFLAGS@.
900 (configure): Run autoconf only if preceding `cd' succeeds.
901 (bison.s1): Redirect output to temporary file then move the
902 temporary to the target, rather than redirecting directly to bison.s1.
903 (clean): Remove config.status and config.log.
904 (distclean): Don't remove config.status here.
905
906 1996-05-12 Richard Stallman <rms@gnu.org>
907
908 * src/bison.s1:
909 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
910
911 1996-05-12 Richard Stallman <rms@gnu.org>
912
913 * bison.simple:
914 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
915
916 1996-05-11 Richard Stallman <rms@gnu.org>
917
918 * src/bison.s1 (__yy_memcpy):
919 Really reorder the args, as was supposedly done on Feb 14 1995.
920 (yyparse): Calls changed accordingly.
921
922 1996-05-11 Richard Stallman <rms@gnu.org>
923
924 * Makefile.in (dist): Don't use $(srcdir).
925
926 * bison.simple (__yy_memcpy):
927 Really reorder the args, as was supposedly done on Feb 14 1995.
928 (yyparse): Calls changed accordingly.
929
930 1996-01-27 Richard Stallman <rms@gnu.org>
931
932 * src/output.c (output_rule_data):
933 Test YYERROR_VERBOSE in the conditional
934 around the definition of ttyname.
935
936 1995-12-29 Richard Stallman <rms@gnu.org>
937
938 * src/bison.s1:
939 Fix line numbers in #line commands.
940
941 1995-12-29 Richard Stallman <rms@gnu.org>
942
943 * bison.simple:
944 Fix line numbers in #line commands.
945
946 1995-12-27 Richard Stallman <rms@gnu.org>
947
948 * src/bison.s1 (YYPARSE_PARAM_DECL):
949 In C++, make it always null.
950 (YYPARSE_PARAM_ARG): New macro.
951 (yyparse): Use YYPARSE_PARAM_ARG.
952
953 1995-12-27 Richard Stallman <rms@gnu.org>
954
955 * bison.simple (YYPARSE_PARAM_DECL):
956 In C++, make it always null.
957 (YYPARSE_PARAM_ARG): New macro.
958 (yyparse): Use YYPARSE_PARAM_ARG.
959
960 1995-11-29 Richard Stallman <rms@gnu.org>
961
962 * doc/bison.texinfo:
963 Describe literal string tokens, %raw, %no_lines, %token_table.
964
965 1995-11-29 Daniel Hagerty <hag@gnu.org>
966
967 * doc/bison.texinfo: Fixed update date
968
969 1995-10-16 Richard Stallman <rms@gnu.org>
970
971 * src/version.c: Version 1.25.
972
973 1995-10-16 Richard Stallman <rms@gnu.org>
974
975 * NEWS: *** empty log message ***
976
977 1995-10-16 Richard Stallman <rms@gnu.org>
978
979 * doc/bison.1, doc/bison.rnh:
980 Add new options.
981
982 1995-10-15 Richard Stallman <rms@gnu.org>
983
984 * src/vmsgetargs.c, src/getargs.c:
985 Added -n, -k, and -raw switches.
986 (noparserflag, toknumflag, rawtoknumflag): New variables.
987
988 * src/symtab.h (SALIAS):
989 New #define for adding aliases to %token.
990 (struct bucket): Added `alias' field.
991
992 * src/reduce.c (reduce_grammar):
993 Revise error message.
994 (print_notices): Remove final `.' from error message.
995
996 * src/reader.c (reader_output_yylsp):
997 New function.
998 (readgram): Use `#if 0' around code that accepted %command
999 inside grammar rules: The documentation doesn't allow it,
1000 and it will fail since the %command processors scan for the next %.
1001 (parse_token_decl): Extended the %token
1002 declaration to allow a multi-character symbol as an alias.
1003 (parse_thong_decl): New function.
1004 (read_declarations): Added %thong declarations.
1005 (read_declarations): Handle NOOP to deal with allowing
1006 % declarations as another means to specify the flags.
1007 (readgram): Allow %prec prior to semantics embedded in a rule.
1008 (skip_to_char, read_declarations, copy_definition)
1009 (parse_token_decl, parse_start_decl, parse_type_decl)
1010 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
1011 (get_type_name, copy_guard, copy_action, readgram)
1012 (get_type, packsymbols): Revised most error messages.
1013 Changed `fatal' to `warnxxx' to avoid aborting for error.
1014 Revised and use multiple warnxxx functions to avoid using VARARGS1.
1015 (read_declarations): Improve the error message for
1016 an invalid character. Do not abort.
1017 (read_declarations, copy_guard, copy_action): Use
1018 printable_version to avoid unprintable characters in printed output.
1019 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
1020 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
1021 Allow the type of a non-terminal can be given
1022 more than once, as long as all specifications give the same type.
1023
1024 * src/output.c:
1025 (output_headers, output_trailers, output, output_gram)
1026 (output_rule_data): Implement noparserflag variable.
1027 Implement toknumflag variable.
1028 (output): Call reader_output_yylsp to output LTYPESTR.
1029
1030 * src/main.c (main):
1031 If reader sees an error, don't process the grammar.
1032 (fatals): Updated to not use VARARGS1.
1033 (printable_version, int_to_string, warn, warni, warns, warnss)
1034 (warnsss): New error reporting functions. Avoid abort for error.
1035
1036 * src/lex.h:
1037 Added THONG and NOOP for alias processing.
1038 Added SETOPT for the new code that allows setting options with %flags.
1039
1040 * src/lex.c:
1041 Include getopt.h. Add some extern decls.
1042 (safegetc): New function to deal with EOF gracefully.
1043 (literalchar); new function to deal with reading \ escapes.
1044 (lex): Use literalchar.
1045 (lex): Implemented "..." tokens.
1046 (literalchar, lex, parse_percent_token): Made tokenbuffer
1047 always contain the token. This includes growing the token
1048 buffer while reading an integer.
1049 (parse_percent_token): Replaced if-else statement with percent_table.
1050 (parse_percent_token): Added % declarations as another
1051 way to specify the flags -n, -l, and -r. Also added hooks for
1052 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
1053 major changes to files.c.
1054 (lex) Retain in the incoming stream a character following
1055 an incorrect '/'.
1056 (skip_white_space, lex): Revised most error messages
1057 and changed fatal to warn to avoid aborting.
1058 (percent_table): Added %thong declarations.
1059
1060 * src/gram.h: Comment changes.
1061
1062 * src/files.c (openfiles, open_extra_files, done):
1063 Add faction flag
1064 and actfile file. Handle noparserflag. Both for -n switch.
1065
1066 * src/conflicts.c (resolve_sr_conflict):
1067 Remove use of alloca.
1068
1069 1995-06-01 Jim Meyering <meyering@gnu.org>
1070
1071 * doc/bison.texinfo: *** empty log message ***
1072
1073 1995-05-06 Richard Stallman <rms@gnu.org>
1074
1075 * src/bison.s1: Comment change.
1076
1077 1995-05-06 Richard Stallman <rms@gnu.org>
1078
1079 * bison.simple: Comment change.
1080
1081 1995-05-03 Richard Stallman <rms@gnu.org>
1082
1083 * src/version.c: Version now 1.24.
1084
1085 * src/bison.s1: Change distribution terms.
1086
1087 * src/version.c: Version now 1.23.
1088
1089 1995-05-03 Richard Stallman <rms@gnu.org>
1090
1091 * doc/bison.texinfo:
1092 Rewrite "Conditions for Using Bison".
1093 Update version to 1.24.
1094
1095 1995-05-03 Richard Stallman <rms@gnu.org>
1096
1097 * bison.simple: Change distribution terms.
1098
1099 1995-02-23 Richard Stallman <rms@gnu.org>
1100
1101 * src/files.c: Test __VMS_POSIX as well as VMS.
1102
1103 1995-02-14 Jim Meyering <meyering@gnu.org>
1104
1105 * src/bison.s1 (__yy_memcpy):
1106 Renamed from __yy_bcopy to avoid
1107 confusion. Reverse FROM and TO arguments to be consistent with
1108 those of memcpy.
1109
1110 1995-02-14 Jim Meyering <meyering@gnu.org>
1111
1112 * bison.simple (__yy_memcpy):
1113 Renamed from __yy_bcopy to avoid
1114 confusion. Reverse FROM and TO arguments to be consistent with
1115 those of memcpy.
1116
1117 1994-11-10 David J. MacKenzie <djm@gnu.org>
1118
1119 * NEWS: reformat
1120
1121 * NEWS: New file.
1122
1123 * Makefile.in (DISTFILES): Include NEWS.
1124
1125 * Makefile.in (DISTFILES):
1126 Include install-sh, not install.sh.
1127
1128 * configure.in: Update to Autoconf v2 macro names.
1129
1130 1994-10-05 David J. MacKenzie <djm@gnu.org>
1131
1132 * Makefile.in: fix typo
1133
1134 * Makefile.in (prefix, exec_prefix):
1135 Let configure set them.
1136
1137 1994-09-28 David J. MacKenzie <djm@gnu.org>
1138
1139 * Makefile.in: Set datadir to $(prefix)/share.
1140
1141 1994-09-15 Richard Stallman <rms@gnu.org>
1142
1143 * src/bison.s1:
1144 Update copyright notice and GPL version.
1145
1146 1994-09-15 Richard Stallman <rms@gnu.org>
1147
1148 * bison.simple:
1149 Update copyright notice and GPL version.
1150
1151 1994-07-12 Richard Stallman <rms@gnu.org>
1152
1153 * src/reduce.c, src/reader.c:
1154 entered into RCS
1155
1156 1994-05-05 David J. MacKenzie <djm@gnu.org>
1157
1158 * Makefile.in: entered into RCS
1159
1160 1994-03-26 Richard Stallman <rms@gnu.org>
1161
1162 * src/bison.s1: entered into RCS
1163
1164 1994-03-26 Richard Stallman <rms@gnu.org>
1165
1166 * bison.simple: entered into RCS
1167
1168 1994-03-25 Richard Stallman <rms@gnu.org>
1169
1170 * src/main.c: entered into RCS
1171
1172 1994-03-24 Richard Stallman <rms@gnu.org>
1173
1174 * src/conflicts.c: entered into RCS
1175
1176 1994-01-02 Richard Stallman <rms@gnu.org>
1177
1178 * Makefile.in: *** empty log message ***
1179
1180 1993-11-21 Richard Stallman <rms@gnu.org>
1181
1182 * src/bison.s1: *** empty log message ***
1183
1184 1993-11-21 Richard Stallman <rms@gnu.org>
1185
1186 * doc/bison.texinfo: entered into RCS
1187
1188 * doc/bison.texinfo: *** empty log message ***
1189
1190 1993-11-21 Richard Stallman <rms@gnu.org>
1191
1192 * bison.simple: *** empty log message ***
1193
1194 1993-10-25 David J. MacKenzie <djm@gnu.org>
1195
1196 * doc/bison.texinfo: *** empty log message ***
1197
1198 1993-10-19 Richard Stallman <rms@gnu.org>
1199
1200 * src/bison.s1: *** empty log message ***
1201
1202 1993-10-19 Richard Stallman <rms@gnu.org>
1203
1204 * bison.simple: *** empty log message ***
1205
1206 1993-10-14 Richard Stallman <rms@gnu.org>
1207
1208 * src/bison.s1: *** empty log message ***
1209
1210 1993-10-14 Richard Stallman <rms@gnu.org>
1211
1212 * bison.simple: *** empty log message ***
1213
1214 1993-09-14 David J. MacKenzie <djm@gnu.org>
1215
1216 * doc/bison.texinfo: *** empty log message ***
1217
1218 1993-09-13 Noah Friedman <friedman@gnu.org>
1219
1220 * Makefile.in: *** empty log message ***
1221
1222 1993-09-10 Richard Stallman <rms@gnu.org>
1223
1224 * src/conflicts.c: *** empty log message ***
1225
1226 * src/system.h: entered into RCS
1227
1228 1993-09-10 Richard Stallman <rms@gnu.org>
1229
1230 * doc/bison.1: entered into RCS
1231
1232 1993-09-06 Noah Friedman <friedman@gnu.org>
1233
1234 * src/version.c: entered into RCS
1235
1236 1993-09-06 Noah Friedman <friedman@gnu.org>
1237
1238 * Makefile.in: *** empty log message ***
1239
1240 1993-07-30 David J. MacKenzie <djm@gnu.org>
1241
1242 * Makefile.in: *** empty log message ***
1243
1244 1993-07-24 Richard Stallman <rms@gnu.org>
1245
1246 * src/bison.s1: *** empty log message ***
1247
1248 1993-07-24 Richard Stallman <rms@gnu.org>
1249
1250 * bison.simple: *** empty log message ***
1251
1252 1993-07-08 David J. MacKenzie <djm@gnu.org>
1253
1254 * Makefile.in: *** empty log message ***
1255
1256 1993-07-04 Richard Stallman <rms@gnu.org>
1257
1258 * src/bison.s1: *** empty log message ***
1259
1260 1993-07-04 Richard Stallman <rms@gnu.org>
1261
1262 * bison.simple: *** empty log message ***
1263
1264 1993-06-26 David J. MacKenzie <djm@gnu.org>
1265
1266 * src/getargs.c: entered into RCS
1267
1268 1993-06-26 David J. MacKenzie <djm@gnu.org>
1269
1270 * doc/bison.texinfo: *** empty log message ***
1271
1272 * doc/bison.1: New file.
1273
1274 1993-06-25 Richard Stallman <rms@gnu.org>
1275
1276 * src/getargs.c: New file.
1277
1278 1993-06-16 Richard Stallman <rms@gnu.org>
1279
1280 * src/bison.s1: *** empty log message ***
1281
1282 1993-06-16 Richard Stallman <rms@gnu.org>
1283
1284 * bison.simple: *** empty log message ***
1285
1286 1993-06-03 Richard Stallman <rms@gnu.org>
1287
1288 * src/bison.s1: New file.
1289
1290 1993-06-03 Richard Stallman <rms@gnu.org>
1291
1292 * doc/bison.texinfo: *** empty log message ***
1293
1294 1993-06-03 Richard Stallman <rms@gnu.org>
1295
1296 * bison.simple: New file.
1297
1298 1993-05-19 Richard Stallman <rms@gnu.org>
1299
1300 * doc/bison.texinfo: New file.
1301
1302 1993-05-07 Noah Friedman <friedman@gnu.org>
1303
1304 * Makefile.in: *** empty log message ***
1305
1306 1993-04-28 Noah Friedman <friedman@gnu.org>
1307
1308 * src/reader.c: *** empty log message ***
1309
1310 1993-04-23 Noah Friedman <friedman@gnu.org>
1311
1312 * src/alloc.h: entered into RCS
1313
1314 1993-04-20 David J. MacKenzie <djm@gnu.org>
1315
1316 * src/version.c: *** empty log message ***
1317
1318 * src/files.c, src/allocate.c:
1319 entered into RCS
1320
1321 * src/reader.c: *** empty log message ***
1322
1323 * src/lex.c: entered into RCS
1324
1325 * src/conflicts.c: New file.
1326
1327 * src/symtab.c: entered into RCS
1328
1329 * src/alloc.h: New file.
1330
1331 * src/LR0.c: entered into RCS
1332
1333 1993-04-18 Noah Friedman <friedman@gnu.org>
1334
1335 * src/reader.c: New file.
1336
1337 * src/version.c: *** empty log message ***
1338
1339 1993-04-18 Noah Friedman <friedman@gnu.org>
1340
1341 * Makefile.in: *** empty log message ***
1342
1343 1993-04-17 Noah Friedman <friedman@gnu.org>
1344
1345 * Makefile.in: *** empty log message ***
1346
1347 1993-04-15 Richard Stallman <rms@gnu.org>
1348
1349 * src/main.c, src/files.c:
1350 New file.
1351
1352 1993-04-15 Noah Friedman <friedman@gnu.org>
1353
1354 * configure.in: entered into RCS
1355
1356 * configure.in: *** empty log message ***
1357
1358 * configure.in: New file.
1359
1360 1993-04-14 Richard Stallman <rms@gnu.org>
1361
1362 * Makefile.in: New file.
1363
1364 1993-04-13 Richard Stallman <rms@gnu.org>
1365
1366 * src/version.c: New file.
1367
1368 1993-03-25 Richard Stallman <rms@gnu.org>
1369
1370 * src/output.c: entered into RCS
1371
1372 1992-09-25 Richard Stallman <rms@gnu.org>
1373
1374 * configure.bat: entered into RCS
1375
1376 1992-06-22 Richard Stallman <rms@gnu.org>
1377
1378 * src/vmsgetargs.c: entered into RCS
1379
1380 1992-06-22 Richard Stallman <rms@gnu.org>
1381
1382 * doc/bison.rnh: entered into RCS
1383
1384 1992-04-20 David J. MacKenzie <djm@gnu.org>
1385
1386 * README: entered into RCS
1387
1388 1992-01-22 Richard Stallman <rms@gnu.org>
1389
1390 * src/machine.h: entered into RCS
1391
1392 1991-12-21 Richard Stallman <rms@gnu.org>
1393
1394 * src/lalr.c, src/closure.c:
1395 entered into RCS
1396
1397 1991-12-20 Richard Stallman <rms@gnu.org>
1398
1399 * src/state.h: entered into RCS
1400
1401 1991-12-18 Richard Stallman <rms@gnu.org>
1402
1403 * src/print.c, src/nullable.c, src/derives.c:
1404 entered into RCS
1405
1406 1991-11-03 David J. MacKenzie <djm@gnu.org>
1407
1408 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1409 entered into RCS
1410
1411 1988-09-09 Richard Stallman <rms@gnu.org>
1412
1413 * src/bison.hairy: entered into RCS
1414
1415 1987-12-16 Richard Stallman <rms@gnu.org>
1416
1417 * REFERENCES: entered into RCS