]> git.saurik.com Git - bison.git/blame_incremental - ChangeLog
Improve the readability of the produced parsers.
[bison.git] / ChangeLog
... / ...
CommitLineData
12000-10-02 Akim Demaille <akim@epita.fr>
2
3 Improve the readability of the produced parsers.
4
5 * src/bison.s1: Formatting changes.
6 Improve the comment related to the `$' mark.
7 (yydefault): Don't fall through to `yyresume': `goto' there.
8 * src/output.c (output_parser): When the `$' is met, skip the end
9 of its line.
10 New variable, `number_of_dollar_signs', to check there's exactly
11 one `$' in the parser skeleton.
12
13
142000-10-02 Akim Demaille <akim@epita.fr>
15
16 * lib/xstrdup.c: New file, from the fileutils.
17 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
18 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
19 instead of strlen + xmalloc + strcpy.
20 * src/symtab.c (copys): Remove, use xstrdup instead.
21
22
232000-10-02 Akim Demaille <akim@epita.fr>
24
25 * src/gram.h (associativity): New enum type which replaces the
26 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
27 `right_assoc', `left_assoc' and `non_assoc'.
28 Adjust all dependencies.
29 * src/reader.c: Formatting changes.
30 (LTYPESTR): Don't define it, use it as a literal in
31 `reader_output_yylsp'.
32 * src/symtab.h (symbol_class): New enum type which replaces the
33 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
34 `sunknown', `stoken and `snterm'.
35
362000-10-02 Akim Demaille <akim@epita.fr>
37
38 * src/getargs.c (fixed_outfiles): Rename as...
39 (yaccflag): for consistency and accuracy.
40 Adjust dependencies.
41
42
432000-10-02 Akim Demaille <akim@epita.fr>
44
45 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
46 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
47 difficult and introduced a lot of core dump. It turns out that
48 Bison used an implementation of `xmalloc' based on `calloc', and
49 at various places it does depend upon the initialization to 0. I
50 have not tried to isolate the pertinent places, and all the former
51 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
52 someone should address this issue.
53
54 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
55 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
56 files.
57 Adjust dependencies.
58 * src/warshall.h: New file.
59 Propagate.
60
612000-10-02 Akim Demaille <akim@epita.fr>
62
63 Various anti-`extern in *.c' changes.
64
65 * src/system.h: Include `assert.h'.
66
67
682000-10-02 Akim Demaille <akim@epita.fr>
69
70 * src/state.h (nstates, final_state, first_state, first_shift)
71 (first_reduction): Move their exportation from here...
72 * src/LR0.h: to here.
73 Adjust dependencies.
74 * src/getargs.c (statisticsflag): New variable.
75 Add support for `--statistics'.
76 Adjust dependencies.
77
78 Remove a lot of now useless `extern' statements in most files.
79
80
812000-10-02 Akim Demaille <akim@epita.fr>
82
83 * src/LR0.h: New file.
84 Propagate its use.
85
86
872000-10-02 Akim Demaille <akim@epita.fr>
88
89 * src/print.h: New file.
90 Propagate its use.
91 * src/print.c: Formatting and ordering changes.
92 (verbose, terse): Replace with...
93 (print_results): this new function.
94 Adjust dependencies.
95
96
972000-10-02 Akim Demaille <akim@epita.fr>
98
99 * src/conflicts.c (conflict_report): New function.
100 (conflict_log, verbose_conflict_log): Replace with...
101 (print_conflicts): this function.
102 Adjust dependencies.
103 * src/conflicts.h: New file.
104 Propagate its inclusion.
105
106
1072000-10-02 Akim Demaille <akim@epita.fr>
108
109 * src/nullable.h: New file.
110 Propagate its inclusion.
111 * src/nullable.c: Formatting changes.
112
113
1142000-10-02 Akim Demaille <akim@epita.fr>
115
116 * src/reduce.h: New file.
117 Propagate its inclusion.
118 * src/reduce.c: Topological sort and other formatting changes.
119 (bool, TRUE, FALSE): Move their definition to...
120 * src/system.h: here.
121
122
1232000-10-02 Akim Demaille <akim@epita.fr>
124
125 * src/files.c: Formatting changes.
126 (tryopen, tryclose, openfiles): Rename as...
127 (xfopen, xfclose, open_files): this.
128 (stringappend): static.
129 * src/files.h: Complete the list of exported symbols.
130 Propagate its use.
131
132
1332000-10-02 Akim Demaille <akim@epita.fr>
134
135 * src/reader.h: New file.
136 Propagate its use instead of tedious list of `extern' and
137 prototypes.
138 * src/reader.c: Formatting changes, topological sort,
139 s/register//.
140
141
1422000-10-02 Akim Demaille <akim@epita.fr>
143
144 * src/lex.h: Prototype `lex.c' exported functions.
145 * src/reader.c: Adjust.
146 * src/lex.c: Formatting changes.
147 (safegetc): Rename as...
148 (xgetc): this.
149
150
1512000-10-02 Akim Demaille <akim@epita.fr>
152
153 * src/lalr.h: New file.
154 Propagate its inclusion instead of prototypes and `extern'.
155 * src/lalr.c: Formatting changes, topological sorting etc.
156
157
1582000-10-02 Akim Demaille <akim@epita.fr>
159
160 * src/output.c (token_actions): Introduce a temporary array,
161 YYDEFACT, that makes it possible for this function to use
162 output_short_table.
163
164
1652000-10-02 Akim Demaille <akim@epita.fr>
166
167 `user_toknums' is output as a `short[]' in `output.c', while it is
168 defined as a `int[]' in `reader.c'. For consistency with the
169 other output tables, `user_toknums' is now defined as a table of
170 shorts.
171
172 * src/reader.c (user_toknums): Be a short table instead of an int
173 table.
174 Adjust dependencies.
175
176 Factor the short table outputs.
177
178 * src/output.c (output_short_table): New function.
179 * src/output.c (output_gram, output_stos, output_rule_data)
180 (output_base, output_table, output_check): Use it.
181
1822000-10-02 Akim Demaille <akim@epita.fr>
183
184 * src/output.c (output): Topological sort of the functions, in
185 order to get rid of the `static' prototypes.
186 No longer use `register'.
187 * src/output.h: New file.
188 Propagate its inclusion in files explicitly prototyping functions
189 from output.c.
190
1912000-09-21 Akim Demaille <akim@epita.fr>
192
193 * src/atgeneral.m4: Update from Autoconf.
194
1952000-09-21 Akim Demaille <akim@epita.fr>
196
197 * src/closure.h: New file.
198 * src/closure.c: Formatting changes, topological sort over the
199 functions, use of closure.h.
200 (initialize_closure, finalize_closure): Rename as...
201 (new_closure, free_closure): these. Adjust dependencies.
202 * src/LR0.c: Formatting changes, topological sort, use of
203 cloture.h.
204 (initialize_states): Rename as...
205 (new_states): this.
206 * src/Makefile.am (noinst_HEADERS): Adjust.
207
2082000-09-20 Akim Demaille <akim@epita.fr>
209
210 * src/acconfig.h: Don't protect config.h against multiple
211 inclusion.
212 Don't define PARAMS.
213 * src/system.h: Define PARAMS.
214 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
215 purpose of config.h. system.h must not try to fix wrong
216 definitions in config.h.
217
2182000-09-20 Akim Demaille <akim@epita.fr>
219
220 * src/derives.h: New file.
221 * src/main.c, src/derives.h: Use it.
222 Formatting changes.
223 * src/Makefile.am (noinst_HEADERS): Adjust.
224
2252000-09-20 Akim Demaille <akim@epita.fr>
226
227 * tests/atgeneral.m4: Update from Autoconf.
228 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
229 (AT_CHECK_CALC): New macros.
230 Use these macros to test bison with options `', `--raw',
231 `--debug', `--yacc', `--yacc --debug'.
232
2332000-09-19 Akim Demaille <akim@epita.fr>
234
235 * src/output.c: Formatting changes.
236 * src/machine.h: Remove, leaving its contents in...
237 * src/system.h: here.
238 Include stdio.h.
239 Adjust all dependencies on stdio.h and machine.h.
240 * src/getargs.h: New file.
241 Let all `extern' declarations about getargs.c be replaced with
242 inclusion of `getargs.h'.
243 * src/Makefile.am (noinst_HEADERS): Adjust.
244
245 * tests/calc.m4 (yyin): Be initialized in main, not on the global
246 scope.
247 (yyerror): Returns void, not int.
248 * doc/bison.texinfo: Formatting changes.
249
2502000-09-19 Akim Demaille <akim@epita.fr>
251
252 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
253 portable.
254
2552000-09-18 Akim Demaille <akim@epita.fr>
256
257 * configure.in: Append WARNING_CFLAGS to CFLAGS.
258 * src/Makefile.am (INCLUDES): Don't.
259 Be ready to fetch headers in lib/.
260
2612000-09-18 Akim Demaille <akim@epita.fr>
262
263 * doc/bison.texinfo: Update the copyright.
264 ANSIfy and GNUify the examples.
265 Remove the old menu.
266
2672000-09-18 Akim Demaille <akim@epita.fr>
268
269 First set of tests: use the `calc' example from the documentation.
270
271 * src/bison.s1 (yyparse): Condition the code using `yytname' which
272 is defined only when YYDEBUG is.
273 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
274 * src/files.c (tryopen, tryclose): Formatting changes.
275 Move to the top and be static.
276 * src/reader.c (read_signed_integer): Likewise.
277 * tests/calc.m4: New file.
278 * Makefile.am, suite.m4: Adjust.
279 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
280
2812000-09-18 Akim Demaille <akim@epita.fr>
282
283 Add support for an Autotest test suite for Bison.
284
285 * m4/m4.m4, m4/atconfig.m4: New files.
286 * m4/Makefile.am (EXTRA_DIST): Adjust.
287 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
288 files.
289 * src/getargs.c: Display a more standard --version message.
290 * src/reader.c (reader): Formatting changes.
291 No longer depend upon VERSION_STRING.
292 * configure.in: No longer use `dnl'.
293 Set up the test suite and the new directory `tests/.
294 (VERSION_STRING): Remove.
295
2962000-04-14 Akim Demaille <akim@epita.fr>
297
298 * src/reader.c (copy_comment2): New function, same as former
299 `copy_comment', but outputs into two FILE *.
300 (copy_comment): Use it.
301 (parse_union_decl): Use it.
302 (get_type, parse_start_decl): Use the same `invalid' message.
303 (parse_start_decl, parse_union_decl): Use the same `multiple'
304 message.
305 (parse_union_decl, copy_guard, copy_action): Use the same
306 `unmatched' message.
307 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
308
3092000-03-31 Akim Demaille <akim@epita.fr>
310
311 * src/files.c (tryopen, tryclose): Move to the top.
312 Be static.
313
3142000-03-31 Akim Demaille <akim@epita.fr>
315
316 * src/main.c (main): Don't call `done', exit does it.
317
3182000-03-31 Akim Demaille <akim@epita.fr>
319
320 * allocate.c: s/return (foo)/return foo/.
321 * lalr.c: Likewise.
322 * LR0.c: Likewise.
323 * output.c: Likewise.
324 * reader.c: Likewise.
325 * symtab.c: Likewise.
326 * vmsgetargs.c: Likewise.
327
3282000-03-31 Akim Demaille <akim@epita.fr>
329
330 Clean up the error reporting functions.
331
332 * src/report.c: New file.
333 * src/report.h: Likewise.
334 * src/Makefile.am: Adjust.
335 * m4/error.m4: New file.
336 * m4/Makefile.am: Adjust.
337 * configure.in (jm_PREREQ_ERROR): Call it.
338 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
339 Remove.
340 (fatal, fatals): Remove. All callers use complain.c::fatal.
341 (warn, warni, warns, warnss, warnss): Remove. All callers use
342 complain.c::complain.
343 (toomany): Remove, use fatal instead.
344 * src/files.c (done): No argument, use complain_message_count.
345 * src/main.c (main): Register `done' to `atexit'.
346
347 * src/getargs.c (usage): More `fputs', less `fprintf'.
348
3492000-03-28 Akim Demaille <akim@epita.fr>
350
351 * lib/: New directory.
352 * Makefile.am (SUBDIRS): Adjust.
353 * configure.in: Adjust.
354 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
355 useless.
356 * src/alloca.c: Moved to lib/.
357 * src/getopt.c: Likewise.
358 * src/getopt1.c: Likewise.
359 * src/getopt.h: Likewise.
360 * src/ansi2knr.c: Likewise.
361 * src/ansi2knr.1: Likewise.
362 * src/Makefile.am: Adjust.
363 * lib/Makefile.am: New file.
364
3652000-03-28 Akim Demaille <akim@epita.fr>
366
367 * src/getargs.c (usage): Refresh the help message.
368
3692000-03-17 Akim Demaille <akim@epita.fr>
370
371 * src/getopt1.c: Updated from textutils 2.0e
372 * src/getopt.c: Likewise.
373 * src/getopt.h: Likewise.
374
3752000-03-17 Akim Demaille <akim@epita.fr>
376
377 * src/Makefile.am (bison.simple): Fix the awk program: quote only
378 the file name, not the whole `#line LINE FILE'.
379
3802000-03-17 Akim Demaille <akim@epita.fr>
381
382 On syntax errors, report the token on which we choked.
383
384 * src/bison.s1 (yyparse): In the label yyerrlab, when
385 YYERROR_VERBOSE, add yychar in msg.
386
3872000-03-17 Akim Demaille <akim@epita.fr>
388
389 * src/reader.c (copy_at): New function.
390 (copy_guard): Use it.
391 (copy_action): Use it.
392
3932000-03-17 Akim Demaille <akim@epita.fr>
394
395 Be kind to translators, save some useless translations.
396
397 * src/main.c (banner): New function.
398 (fatal_banner): Use it.
399 (warn_banner): Use it.
400
4012000-03-17 Akim Demaille <akim@epita.fr>
402
403 * src/reader.c (copy_definition): Use copy_string and
404 copy_comment. Removed now unused `match', `ended',
405 `cplus_comment'.
406 (copy_comment, copy_string): Moved, to be visible from
407 copy_definition.
408
4092000-03-17 Akim Demaille <akim@epita.fr>
410
411 * src/reader.c (copy_string): Declare `static inline'. No
412 problems with inline, since it is checked by configure.
413 (copy_comment): Likewise.
414
4152000-03-17 Akim Demaille <akim@epita.fr>
416
417 * src/reader.c (packsymbols): Formatting changes.
418
4192000-03-17 Akim Demaille <akim@epita.fr>
420
421 * src/reader.c (copy_comment): New function, factored out from:
422 (copy_action): Use it. Removed now unused `match', `ended',
423 `cplus_comment'.
424 (copy_guard): Likewise.
425
4262000-03-17 Akim Demaille <akim@epita.fr>
427
428 * src/reader.c (copy_string): New function, factored out from:
429 (copy_action): Use it.
430 (copy_guard): Likewise.
431
4322000-03-17 Akim Demaille <akim@epita.fr>
433
434 Change the handling of @s so that they behave exactly like $s.
435 There is now a pseudo variable @$ (readble and writable), location
436 of the lhs of the rule (by default ranging from the location of
437 the first symbol of the rhs, to the location of the last symbol,
438 or, if the rhs is empty, YYLLOC).
439
440 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
441 yyval.
442 (yyparse): When providing a default semantic action, provide a
443 default location action.
444 (after the $): No longer change `*YYLSP', just stack YYLOC the
445 same way you stack YYVAL.
446 * src/reader.c (read_declarations): Use warns.
447 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
448 (copy_action, case '@'): Likewise.
449 Use a standard error message, to save useless work from
450 translators.
451
4522000-03-17 Akim Demaille <akim@epita.fr>
453
454 * src/bison.s1: Formatting and cosmetics changes.
455 * src/reader.c: Likewise.
456 Update the Copyright notice.
457
4582000-03-17 Akim Demaille <akim@epita.fr>
459
460 * src/bison.s1 (#line): All set to `#line' only, since the
461 Makefile now handles them.
462
4632000-03-16 Akim Demaille <akim@epita.fr>
464
465 * src/output.c (output_rule_data): Output the documentation of
466 some of the tables.
467 (Copyright notice): Update.
468 Formatting changes.
469
4702000-03-16 Akim Demaille <akim@epita.fr>
471
472 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
473 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
474 One `#if YYDEBUG' remains, since it uses variables which are
475 defined only if `YYDEBUG != 0'.
476
4772000-03-16 Akim Demaille <akim@epita.fr>
478
479 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
480 and related variables so that the similarities are highlighted.
481
4822000-03-16 Akim Demaille <akim@epita.fr>
483
484 * src/bison.s1: Properly indent CPP directives.
485
4862000-03-16 Akim Demaille <akim@epita.fr>
487
488 * src/bison.s1: Properly indent the `alloca' CPP section.
489
4902000-03-16 Akim Demaille <akim@epita.fr>
491
492 Do not hard code values of directories in `configure.in'.
493 Update the `configure' tool chain.
494
495 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
496 src/makefile.am.
497 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
498 (AC_OUTPUT): Add m4/Makefile.
499 Bump to bison 1.28a, 1.29 has never been released.
500 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
501 handled via src/Makefile.am.
502 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
503 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
504 autoheader.
505 * Makefile.am (SUBDIRS): Add m4.
506 (ACLOCAL_AM_FLAGS): New variable.
507 (AUTOMAKE_OPTIONS): Add check-news.
508 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
509 the proper line number and file name.
510 (DEFS): Propagate the location of bison library files and of the
511 locale files.
512 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
513 builddir.
514 * acinclude.m4: Remove, replaced by the directory m4.
515 * m4/Makefile.am (EXTRA_DIST): New variable.
516 * m4/gettext.m4: New file, from the fileutils.
517 * m4/lcmessage.m4: Likewise
518 * m4/progtest.m4: Likewise.
519 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
520
5212000-03-10 Akim Demaille <akim@epita.fr>
522
523 * src/closure.c:
524 Formatting changes of various comments.
525 Respect the GNU coding standards at various places.
526 Don't use `_()' when no translation is needed.
527
5281999-12-13 Jesse Thilo <jthilo@gnu.org>
529
530 * src/files.c:
531 OS/2 honors TMPDIR environment variable.
532
5331999-12-13 Jesse Thilo <jthilo@gnu.org>
534
535 * doc/bison.texinfo: Tweaked spelling and grammar.
536 Updated ISBN.
537 Removed reference to price of printed copy.
538 Mention BISON_SIMPLE and BISON_HAIRY.
539
5401999-12-13 Jesse Thilo <jthilo@gnu.org>
541
542 * configure.in, NEWS:
543 Bison 1.29 released.
544
5451999-10-27 Jesse Thilo <jthilo@gnu.org>
546
547 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
548 Added reference card.
549
5501999-07-26 Jesse Thilo <jthilo@gnu.org>
551
552 * po/ru.po: Added Russian translation.
553
5541999-07-26 Jesse Thilo <jthilo@gnu.org>
555
556 * configure.in: Added Russian translation.
557
5581999-07-06 Jesse Thilo <jthilo@gnu.org>
559
560 * configure.in, NEWS, README:
561 Released version 1.28.
562
5631999-06-14 Jesse Thilo <jthilo@gnu.org>
564
565 * src/system.h:
566 Squashed redefinition warning on some systems.
567
568 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
569 Have configure build version string instead of relying on ANSI string
570 concatentation.
571
5721999-06-14 Jesse Thilo <jthilo@gnu.org>
573
574 * po/POTFILES.in: Got rid of version.c.
575
5761999-06-14 Jesse Thilo <jthilo@gnu.org>
577
578 * acconfig.h, configure.in:
579 Have configure build version string instead of relying on ANSI string
580 concatentation.
581
5821999-06-08 Jesse Thilo <jthilo@gnu.org>
583
584 * doc/bison.1:
585 Dropped mention of `+' for long-named options.
586
5871999-05-30 Jesse Thilo <jthilo@gnu.org>
588
589 * src/files.c: Added <unistd.h> for unlink().
590
591 * src/Makefile.am, src/system.h:
592 I18n fixes.
593
5941999-05-30 Jesse Thilo <jthilo@gnu.org>
595
596 * README: Added a FAQ list.
597
598 * configure.in, acconfig.h:
599 I18n fixes.
600
6011999-05-30 Jesse Thilo <jthilo@gnu.org>
602
603 * doc/FAQ, doc/Makefile.am:
604 Added a FAQ list.
605
6061999-05-19 Jesse Thilo <jthilo@gnu.org>
607
608 * src/alloc.h, src/symtab.h, src/version.c:
609 Protected inclusion of "config.h" with HAVE_CONFIG_H.
610
6111999-04-18 Jesse Thilo <jthilo@gnu.org>
612
613 * src/.cvsignore, src/Makefile.am:
614 Reorganized: sources in `src', documentation in `doc'.
615
616 * src/lex.c (literalchar):
617 fixed the code for escaping double quotes (thanks
618 Jonathan Czisny.)
619
6201999-04-18 Jesse Thilo <jthilo@gnu.org>
621
622 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
623 Adjusted paths to reflect directory reorganization.
624
6251999-04-18 Jesse Thilo <jthilo@gnu.org>
626
627 * doc/.cvsignore, doc/Makefile.am:
628 Reorganized: sources in `src', documentation in `doc'.
629
6301999-04-18 Jesse Thilo <jthilo@gnu.org>
631
632 * configure.in:
633 Updated AC_INIT file to reflect directory reorganization.
634
635 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
636 Reorganized: sources in `src', documentation in `doc'.
637
6381999-04-13 Jesse Thilo <jthilo@gnu.org>
639
640 * src/allocate.c:
641 Don't declare calloc() and realloc() if not necessary.
642
6431999-04-13 Jesse Thilo <jthilo@gnu.org>
644
645 * configure.in, acconfig.h, acinclude.m4:
646 Don't declare calloc() and realloc() if not necessary.
647
6481999-03-23 Jesse Thilo <jthilo@gnu.org>
649
650 * po/.cvsignore: Added i18n support.
651
6521999-03-23 Jesse Thilo <jthilo@gnu.org>
653
654 * acconfig.h, configure.in, Makefile.am:
655 Added i18n support.
656
6571999-03-22 Jesse Thilo <jthilo@gnu.org>
658
659 * src/bison.s1: Fixed #line numbers.
660
6611999-03-15 Jesse Thilo <jthilo@gnu.org>
662
663 * po/es.po, po/fr.po, po/nl.po, po/de.po:
664 Added PO files from Translation Project.
665
6661999-03-03 Jesse Thilo <jthilo@gnu.org>
667
668 * Makefile.am:
669 Added support for non-ANSI compilers (ansi2knr).
670
6711999-02-16 Jesse Thilo <jthilo@gnu.org>
672
673 * configure.in: Bumped version number to 1.27.
674
675 * Makefile.am:
676 Added `bison.simple' to list of files removed by `make distclean'.
677
6781999-02-12 Jesse Thilo <jthilo@gnu.org>
679
680 * src/files.c, src/files.h:
681 Defined locations of parser files in config.h instead of Makefile.
682
6831999-02-12 Jesse Thilo <jthilo@gnu.org>
684
685 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
686 Defined locations of parser files in config.h instead of Makefile.
687
6881999-02-09 Jesse Thilo <jthilo@gnu.org>
689
690 * Makefile.am:
691 Removed inappropriate use of $< macro.
692
6931999-02-05 Jesse Thilo <jthilo@gnu.org>
694
695 * po/Makefile.in.in, po/POTFILES.in:
696 Add `po' directory skeleton.
697
6981999-01-27 Jesse Thilo <jthilo@gnu.org>
699
700 * README: Document help-bison list.
701
702 * configure.in: Add check for mkstemp().
703
7041999-01-20 Jesse Thilo <jthilo@gnu.org>
705
706 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
707 Hush a few compiler warnings.
708
709 * src/files.c:
710 Add tryclose(), which verifies that fclose was successful.
711 Hush a couple of compiler warnings.
712
7131999-01-20 Jesse Thilo <jthilo@gnu.org>
714
715 * Makefile.am, OChangeLog:
716 ChangeLog is now automatically generated. Include the old version as
717 OChangeLog.
718
7191999-01-14 Jesse Thilo <jthilo@gnu.org>
720
721 * 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:
722 Update FSF address.
723
7241999-01-14 Jesse Thilo <jthilo@gnu.org>
725
726 * doc/bison.texinfo: Fix formatting glitch.
727
728 * doc/bison.texinfo: Update FSF address.
729
7301999-01-14 Jesse Thilo <jthilo@gnu.org>
731
732 * acconfig.h: Update FSF address.
733
7341999-01-08 Jesse Thilo <jthilo@gnu.org>
735
736 * src/system.h:
737 Don't define PACKAGE here, since config.h defines it.
738
7391998-12-30 Jesse Thilo <jthilo@gnu.org>
740
741 * src/reader.c: Update copyright date.
742
743 * src/main.c:
744 Ditch sprintf to statically-sized buffers in fatal/warn functions in
745 favor of output directly to stderr (avoids buffer overruns).
746
747 * src/reader.c: Some checks for premature EOF.
748
749 * 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:
750 Use prototypes if the compiler understands them.
751
752 * src/files.c: Honor TMPDIR on Unix hosts.
753 Use prototypes if the compiler understands them.
754
755 * src/reader.c:
756 Fix a couple of buffer overrun bugs.
757 Use prototypes if the compiler understands them.
758
759 * src/system.h: Include unistd.h and ctype.h.
760 Use #ifdef instead of #if for NLS symbols.
761
7621998-12-30 Jesse Thilo <jthilo@gnu.org>
763
764 * doc/bison.texinfo:
765 Delete comment "consider using @set for edition number, etc..." since
766 we now are doing so.
767
7681998-12-30 Jesse Thilo <jthilo@gnu.org>
769
770 * configure.in:
771 Use prototypes if the compiler understands them.
772
773 * NEWS: Document 1.26 highlights.
774
775 * Makefile.am: Require Automake 1.3 or later.
776
777 * acconfig.h:
778 Use prototypes if the compiler understands them.
779
7801998-12-29 Jesse Thilo <jthilo@gnu.org>
781
782 * src/version.c:
783 Use VERSION symbol from automake for version number.
784
7851998-12-29 Jesse Thilo <jthilo@gnu.org>
786
787 * acconfig.h, configure.in, version.cin:
788 Use VERSION symbol from automake for version number.
789
7901998-11-28 Jesse Thilo <jthilo@gnu.org>
791
792 * Makefile.am:
793 Distribute original version of simple parser (bison.s1), not built
794 version (bison.simple).
795
7961998-11-28 Jesse Thilo <jthilo@gnu.org>
797
798 * doc/bison.texinfo: Add info dir entry.
799
800 * doc/bison.texinfo:
801 Let automake put version number into documentation.
802
8031998-11-26 Jesse Thilo <jthilo@gnu.org>
804
805 * src/bison.cld, src/build.com, src/vmshlp.mar:
806 Add non-RCS files from /gd/gnu/bison.
807
8081998-11-26 Jesse Thilo <jthilo@gnu.org>
809
810 * doc/bison.1:
811 Document the BISON_HAIRY and BISON_SIMPLE variables.
812
8131998-11-25 Jesse Thilo <jthilo@gnu.org>
814
815 * src/version.c: Build version.c automatically.
816
817 * src/reader.c:
818 Fix token numbering (used to start at 258, not 257).
819
820 * src/system.h: Include config.h.
821
822 * src/getargs.c: Update bug report address.
823
824 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
825 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
826
8271998-11-25 Jesse Thilo <jthilo@gnu.org>
828
829 * Makefile.am:
830 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
831
832 * configure.in, version.cin:
833 Build version.c automatically.
834
835 * AUTHORS: Add AUTHORS file.
836
837 * README: Update bug report address.
838
839 * bison.simple:
840 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
841
842 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
843 Add automake stuff.
844
8451998-11-25 Jesse Thilo <jthilo@gnu.org>
846
847 * doc/bison.texinfo: Clean up some formatting.
848
8491998-05-05 Richard Stallman <rms@gnu.org>
850
851 * doc/bison.texinfo:
852 Explain better why to make a pure parser.
853
8541998-01-05 Richard Stallman <rms@gnu.org>
855
856 * src/files.c (openfiles):
857 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
858 find a temporary directory, if possible. Do not unlink files while
859 they are open.
860
8611997-08-25 Richard Stallman <rms@gnu.org>
862
863 * src/reader.c (stack_offset;):
864 Change some warni to warns.
865
866 * src/lex.c (literalchar): Use warns, not warni.
867
8681997-06-28 Richard Stallman <rms@gnu.org>
869
870 * src/bison.s1: Add a Bison version comment.
871
872 * src/main.c (fatal, warn, berror):
873 Use program_name.
874
8751997-06-28 Richard Stallman <rms@gnu.org>
876
877 * Makefile.in (bison_version): New variable.
878 (dist): Use that variable.
879 (bison.s1): Substitute the Bison version into bison.simple.
880
881 * bison.simple: Add a Bison version comment.
882
8831997-06-18 Richard Stallman <rms@gnu.org>
884
885 * src/main.c (fatal, warn, berror):
886 Make error messages standard.
887 (toomany): Improve error message text.
888
889 * 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:
890 new.h renamed to alloc.h.
891
8921997-06-18 Richard Stallman <rms@gnu.org>
893
894 * Makefile.in: new.h renamed to alloc.h.
895
8961997-05-24 Richard Stallman <rms@gnu.org>
897
898 * src/lex.c (literalchar):
899 Fix the code for escaping \, " and '.
900
901 (lex): Avoid trouble when there are many chars
902 to discard in a char literal with just several chars in it.
903
9041997-05-17 Richard Stallman <rms@gnu.org>
905
906 * src/bison.s1:
907 Use malloc, if using alloca is troublesome.
908 (YYSTACK_USE_ALLOCA): New flag macro.
909 Define it for some systems and compilers.
910 (YYSTACK_ALLOC): New macro.
911 (yyparse): Use YYSTACK_ALLOC to allocate stack.
912 If it was malloc'd, free it.
913
9141997-05-17 Richard Stallman <rms@gnu.org>
915
916 * bison.simple:
917 Use malloc, if using alloca is troublesome.
918 (YYSTACK_USE_ALLOCA): New flag macro.
919 Define it for some systems and compilers.
920 (YYSTACK_ALLOC): New macro.
921 (yyparse): Use YYSTACK_ALLOC to allocate stack.
922 If it was malloc'd, free it.
923
9241997-04-23 Richard Stallman <rms@gnu.org>
925
926 * src/bison.s1:
927 (alloca) [__hpux]: Always define as __builtin_alloca.
928
9291997-04-23 Richard Stallman <rms@gnu.org>
930
931 * bison.simple:
932 (alloca) [__hpux]: Always define as __builtin_alloca.
933
9341997-04-22 Richard Stallman <rms@gnu.org>
935
936 * src/bison.s1:
937 [__hpux]: Include alloca.h (right for HPUX 10)
938 instead of declaring alloca (right for HPUX 9).
939
940 * src/bison.s1 (__yy_memcpy):
941 Declare arg `count' as unsigned int.
942 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
943
9441997-04-22 Richard Stallman <rms@gnu.org>
945
946 * bison.simple:
947 [__hpux]: Include alloca.h (right for HPUX 10)
948 instead of declaring alloca (right for HPUX 9).
949
950 * bison.simple (__yy_memcpy):
951 Declare arg `count' as unsigned int.
952 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
953
9541997-01-03 Richard Stallman <rms@gnu.org>
955
956 * src/allocate.c: [__STDC__ or _MSC_VER]:
957 Declare calloc and realloc to return void *.
958
9591997-01-02 Richard Stallman <rms@gnu.org>
960
961 * src/system.h:
962 [_MSC_VER]: Include stdlib.h and process.h.
963 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
964
965 * src/main.c (main): Return FAILURE as a value.
966 (printable_version): Declare arg as int, not char.
967
9681997-01-02 Richard Stallman <rms@gnu.org>
969
970 * Makefile.in (dist):
971 Explicitly check for symlinks, and copy them.
972
9731996-12-19 Richard Stallman <rms@gnu.org>
974
975 * src/files.c:
976 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
977
9781996-12-18 Paul Eggert <eggert@gnu.org>
979
980 * src/bison.s1 (yyparse):
981 If __GNUC__ and YYPARSE_PARAM are both defined,
982 declare yyparse to have a void * argument.
983
9841996-12-18 Paul Eggert <eggert@gnu.org>
985
986 * bison.simple (yyparse):
987 If __GNUC__ and YYPARSE_PARAM are both defined,
988 declare yyparse to have a void * argument.
989
9901996-12-17 Richard Stallman <rms@gnu.org>
991
992 * src/reduce.c (nbits): Add some casts.
993
9941996-08-12 Richard Stallman <rms@gnu.org>
995
996 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
997
9981996-08-12 Richard Stallman <rms@gnu.org>
999
1000 * bison.simple: Test _MSDOS as well as _MSDOS_.
1001
10021996-07-31 Richard Stallman <rms@gnu.org>
1003
1004 * src/bison.s1:
1005 [__sun && __i386]: Include alloca.h.
1006
10071996-07-31 Richard Stallman <rms@gnu.org>
1008
1009 * bison.simple:
1010 [__sun && __i386]: Include alloca.h.
1011
10121996-07-30 Richard Stallman <rms@gnu.org>
1013
1014 * src/bison.s1: Comment change.
1015
1016 * src/bison.s1: Test _MSDOS_, not MSDOS.
1017
10181996-07-30 Richard Stallman <rms@gnu.org>
1019
1020 * bison.simple: Comment change.
1021
1022 * bison.simple: Test _MSDOS_, not MSDOS.
1023
10241996-06-01 Richard Stallman <rms@gnu.org>
1025
1026 * 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:
1027 Insert `_' macro around many string constants.
1028
1029 * src/main.c:
1030 Insert `_' macro around many string constants.
1031
1032 (main): Call setlocale, bindtextdomain and textdomain.
1033
1034 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
1035 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
1036 [ENABLE_NLS]: Include libintl.h.
1037 [ENABLE_NLS] (gettext): Define.
1038 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
1039 (N_, PACKAGE, LOCALEDIR): New macros.
1040
10411996-06-01 Richard Stallman <rms@gnu.org>
1042
1043 * POTFILES.in: New file.
1044
1045 * Makefile.in (allocate.o):
1046 Define target explicitly.
1047
1048 * Makefile.in (CFLAGS): Set to @CFLAGS@.
1049 (LDFLAGS): Set to @LDFLAGS@.
1050 (configure): Run autoconf only if preceding `cd' succeeds.
1051 (bison.s1): Redirect output to temporary file then move the
1052 temporary to the target, rather than redirecting directly to bison.s1.
1053 (clean): Remove config.status and config.log.
1054 (distclean): Don't remove config.status here.
1055
10561996-05-12 Richard Stallman <rms@gnu.org>
1057
1058 * src/bison.s1:
1059 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
1060
10611996-05-12 Richard Stallman <rms@gnu.org>
1062
1063 * bison.simple:
1064 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
1065
10661996-05-11 Richard Stallman <rms@gnu.org>
1067
1068 * src/bison.s1 (__yy_memcpy):
1069 Really reorder the args, as was supposedly done on Feb 14 1995.
1070 (yyparse): Calls changed accordingly.
1071
10721996-05-11 Richard Stallman <rms@gnu.org>
1073
1074 * Makefile.in (dist): Don't use $(srcdir).
1075
1076 * bison.simple (__yy_memcpy):
1077 Really reorder the args, as was supposedly done on Feb 14 1995.
1078 (yyparse): Calls changed accordingly.
1079
10801996-01-27 Richard Stallman <rms@gnu.org>
1081
1082 * src/output.c (output_rule_data):
1083 Test YYERROR_VERBOSE in the conditional
1084 around the definition of ttyname.
1085
10861995-12-29 Richard Stallman <rms@gnu.org>
1087
1088 * src/bison.s1:
1089 Fix line numbers in #line commands.
1090
10911995-12-29 Richard Stallman <rms@gnu.org>
1092
1093 * bison.simple:
1094 Fix line numbers in #line commands.
1095
10961995-12-27 Richard Stallman <rms@gnu.org>
1097
1098 * src/bison.s1 (YYPARSE_PARAM_DECL):
1099 In C++, make it always null.
1100 (YYPARSE_PARAM_ARG): New macro.
1101 (yyparse): Use YYPARSE_PARAM_ARG.
1102
11031995-12-27 Richard Stallman <rms@gnu.org>
1104
1105 * bison.simple (YYPARSE_PARAM_DECL):
1106 In C++, make it always null.
1107 (YYPARSE_PARAM_ARG): New macro.
1108 (yyparse): Use YYPARSE_PARAM_ARG.
1109
11101995-11-29 Richard Stallman <rms@gnu.org>
1111
1112 * doc/bison.texinfo:
1113 Describe literal string tokens, %raw, %no_lines, %token_table.
1114
11151995-11-29 Daniel Hagerty <hag@gnu.org>
1116
1117 * doc/bison.texinfo: Fixed update date
1118
11191995-10-16 Richard Stallman <rms@gnu.org>
1120
1121 * src/version.c: Version 1.25.
1122
11231995-10-16 Richard Stallman <rms@gnu.org>
1124
1125 * NEWS: *** empty log message ***
1126
11271995-10-16 Richard Stallman <rms@gnu.org>
1128
1129 * doc/bison.1, doc/bison.rnh:
1130 Add new options.
1131
11321995-10-15 Richard Stallman <rms@gnu.org>
1133
1134 * src/vmsgetargs.c, src/getargs.c:
1135 Added -n, -k, and -raw switches.
1136 (noparserflag, toknumflag, rawtoknumflag): New variables.
1137
1138 * src/symtab.h (SALIAS):
1139 New #define for adding aliases to %token.
1140 (struct bucket): Added `alias' field.
1141
1142 * src/reduce.c (reduce_grammar):
1143 Revise error message.
1144 (print_notices): Remove final `.' from error message.
1145
1146 * src/reader.c (reader_output_yylsp):
1147 New function.
1148 (readgram): Use `#if 0' around code that accepted %command
1149 inside grammar rules: The documentation doesn't allow it,
1150 and it will fail since the %command processors scan for the next %.
1151 (parse_token_decl): Extended the %token
1152 declaration to allow a multi-character symbol as an alias.
1153 (parse_thong_decl): New function.
1154 (read_declarations): Added %thong declarations.
1155 (read_declarations): Handle NOOP to deal with allowing
1156 % declarations as another means to specify the flags.
1157 (readgram): Allow %prec prior to semantics embedded in a rule.
1158 (skip_to_char, read_declarations, copy_definition)
1159 (parse_token_decl, parse_start_decl, parse_type_decl)
1160 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
1161 (get_type_name, copy_guard, copy_action, readgram)
1162 (get_type, packsymbols): Revised most error messages.
1163 Changed `fatal' to `warnxxx' to avoid aborting for error.
1164 Revised and use multiple warnxxx functions to avoid using VARARGS1.
1165 (read_declarations): Improve the error message for
1166 an invalid character. Do not abort.
1167 (read_declarations, copy_guard, copy_action): Use
1168 printable_version to avoid unprintable characters in printed output.
1169 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
1170 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
1171 Allow the type of a non-terminal can be given
1172 more than once, as long as all specifications give the same type.
1173
1174 * src/output.c:
1175 (output_headers, output_trailers, output, output_gram)
1176 (output_rule_data): Implement noparserflag variable.
1177 Implement toknumflag variable.
1178 (output): Call reader_output_yylsp to output LTYPESTR.
1179
1180 * src/main.c (main):
1181 If reader sees an error, don't process the grammar.
1182 (fatals): Updated to not use VARARGS1.
1183 (printable_version, int_to_string, warn, warni, warns, warnss)
1184 (warnsss): New error reporting functions. Avoid abort for error.
1185
1186 * src/lex.h:
1187 Added THONG and NOOP for alias processing.
1188 Added SETOPT for the new code that allows setting options with %flags.
1189
1190 * src/lex.c:
1191 Include getopt.h. Add some extern decls.
1192 (safegetc): New function to deal with EOF gracefully.
1193 (literalchar); new function to deal with reading \ escapes.
1194 (lex): Use literalchar.
1195 (lex): Implemented "..." tokens.
1196 (literalchar, lex, parse_percent_token): Made tokenbuffer
1197 always contain the token. This includes growing the token
1198 buffer while reading an integer.
1199 (parse_percent_token): Replaced if-else statement with percent_table.
1200 (parse_percent_token): Added % declarations as another
1201 way to specify the flags -n, -l, and -r. Also added hooks for
1202 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
1203 major changes to files.c.
1204 (lex) Retain in the incoming stream a character following
1205 an incorrect '/'.
1206 (skip_white_space, lex): Revised most error messages
1207 and changed fatal to warn to avoid aborting.
1208 (percent_table): Added %thong declarations.
1209
1210 * src/gram.h: Comment changes.
1211
1212 * src/files.c (openfiles, open_extra_files, done):
1213 Add faction flag
1214 and actfile file. Handle noparserflag. Both for -n switch.
1215
1216 * src/conflicts.c (resolve_sr_conflict):
1217 Remove use of alloca.
1218
12191995-06-01 Jim Meyering <meyering@gnu.org>
1220
1221 * doc/bison.texinfo: *** empty log message ***
1222
12231995-05-06 Richard Stallman <rms@gnu.org>
1224
1225 * src/bison.s1: Comment change.
1226
12271995-05-06 Richard Stallman <rms@gnu.org>
1228
1229 * bison.simple: Comment change.
1230
12311995-05-03 Richard Stallman <rms@gnu.org>
1232
1233 * src/version.c: Version now 1.24.
1234
1235 * src/bison.s1: Change distribution terms.
1236
1237 * src/version.c: Version now 1.23.
1238
12391995-05-03 Richard Stallman <rms@gnu.org>
1240
1241 * doc/bison.texinfo:
1242 Rewrite "Conditions for Using Bison".
1243 Update version to 1.24.
1244
12451995-05-03 Richard Stallman <rms@gnu.org>
1246
1247 * bison.simple: Change distribution terms.
1248
12491995-02-23 Richard Stallman <rms@gnu.org>
1250
1251 * src/files.c: Test __VMS_POSIX as well as VMS.
1252
12531995-02-14 Jim Meyering <meyering@gnu.org>
1254
1255 * src/bison.s1 (__yy_memcpy):
1256 Renamed from __yy_bcopy to avoid
1257 confusion. Reverse FROM and TO arguments to be consistent with
1258 those of memcpy.
1259
12601995-02-14 Jim Meyering <meyering@gnu.org>
1261
1262 * bison.simple (__yy_memcpy):
1263 Renamed from __yy_bcopy to avoid
1264 confusion. Reverse FROM and TO arguments to be consistent with
1265 those of memcpy.
1266
12671994-11-10 David J. MacKenzie <djm@gnu.org>
1268
1269 * NEWS: reformat
1270
1271 * NEWS: New file.
1272
1273 * Makefile.in (DISTFILES): Include NEWS.
1274
1275 * Makefile.in (DISTFILES):
1276 Include install-sh, not install.sh.
1277
1278 * configure.in: Update to Autoconf v2 macro names.
1279
12801994-10-05 David J. MacKenzie <djm@gnu.org>
1281
1282 * Makefile.in: fix typo
1283
1284 * Makefile.in (prefix, exec_prefix):
1285 Let configure set them.
1286
12871994-09-28 David J. MacKenzie <djm@gnu.org>
1288
1289 * Makefile.in: Set datadir to $(prefix)/share.
1290
12911994-09-15 Richard Stallman <rms@gnu.org>
1292
1293 * src/bison.s1:
1294 Update copyright notice and GPL version.
1295
12961994-09-15 Richard Stallman <rms@gnu.org>
1297
1298 * bison.simple:
1299 Update copyright notice and GPL version.
1300
13011994-07-12 Richard Stallman <rms@gnu.org>
1302
1303 * src/reduce.c, src/reader.c:
1304 entered into RCS
1305
13061994-05-05 David J. MacKenzie <djm@gnu.org>
1307
1308 * Makefile.in: entered into RCS
1309
13101994-03-26 Richard Stallman <rms@gnu.org>
1311
1312 * src/bison.s1: entered into RCS
1313
13141994-03-26 Richard Stallman <rms@gnu.org>
1315
1316 * bison.simple: entered into RCS
1317
13181994-03-25 Richard Stallman <rms@gnu.org>
1319
1320 * src/main.c: entered into RCS
1321
13221994-03-24 Richard Stallman <rms@gnu.org>
1323
1324 * src/conflicts.c: entered into RCS
1325
13261994-01-02 Richard Stallman <rms@gnu.org>
1327
1328 * Makefile.in: *** empty log message ***
1329
13301993-11-21 Richard Stallman <rms@gnu.org>
1331
1332 * src/bison.s1: *** empty log message ***
1333
13341993-11-21 Richard Stallman <rms@gnu.org>
1335
1336 * doc/bison.texinfo: entered into RCS
1337
1338 * doc/bison.texinfo: *** empty log message ***
1339
13401993-11-21 Richard Stallman <rms@gnu.org>
1341
1342 * bison.simple: *** empty log message ***
1343
13441993-10-25 David J. MacKenzie <djm@gnu.org>
1345
1346 * doc/bison.texinfo: *** empty log message ***
1347
13481993-10-19 Richard Stallman <rms@gnu.org>
1349
1350 * src/bison.s1: *** empty log message ***
1351
13521993-10-19 Richard Stallman <rms@gnu.org>
1353
1354 * bison.simple: *** empty log message ***
1355
13561993-10-14 Richard Stallman <rms@gnu.org>
1357
1358 * src/bison.s1: *** empty log message ***
1359
13601993-10-14 Richard Stallman <rms@gnu.org>
1361
1362 * bison.simple: *** empty log message ***
1363
13641993-09-14 David J. MacKenzie <djm@gnu.org>
1365
1366 * doc/bison.texinfo: *** empty log message ***
1367
13681993-09-13 Noah Friedman <friedman@gnu.org>
1369
1370 * Makefile.in: *** empty log message ***
1371
13721993-09-10 Richard Stallman <rms@gnu.org>
1373
1374 * src/conflicts.c: *** empty log message ***
1375
1376 * src/system.h: entered into RCS
1377
13781993-09-10 Richard Stallman <rms@gnu.org>
1379
1380 * doc/bison.1: entered into RCS
1381
13821993-09-06 Noah Friedman <friedman@gnu.org>
1383
1384 * src/version.c: entered into RCS
1385
13861993-09-06 Noah Friedman <friedman@gnu.org>
1387
1388 * Makefile.in: *** empty log message ***
1389
13901993-07-30 David J. MacKenzie <djm@gnu.org>
1391
1392 * Makefile.in: *** empty log message ***
1393
13941993-07-24 Richard Stallman <rms@gnu.org>
1395
1396 * src/bison.s1: *** empty log message ***
1397
13981993-07-24 Richard Stallman <rms@gnu.org>
1399
1400 * bison.simple: *** empty log message ***
1401
14021993-07-08 David J. MacKenzie <djm@gnu.org>
1403
1404 * Makefile.in: *** empty log message ***
1405
14061993-07-04 Richard Stallman <rms@gnu.org>
1407
1408 * src/bison.s1: *** empty log message ***
1409
14101993-07-04 Richard Stallman <rms@gnu.org>
1411
1412 * bison.simple: *** empty log message ***
1413
14141993-06-26 David J. MacKenzie <djm@gnu.org>
1415
1416 * src/getargs.c: entered into RCS
1417
14181993-06-26 David J. MacKenzie <djm@gnu.org>
1419
1420 * doc/bison.texinfo: *** empty log message ***
1421
1422 * doc/bison.1: New file.
1423
14241993-06-25 Richard Stallman <rms@gnu.org>
1425
1426 * src/getargs.c: New file.
1427
14281993-06-16 Richard Stallman <rms@gnu.org>
1429
1430 * src/bison.s1: *** empty log message ***
1431
14321993-06-16 Richard Stallman <rms@gnu.org>
1433
1434 * bison.simple: *** empty log message ***
1435
14361993-06-03 Richard Stallman <rms@gnu.org>
1437
1438 * src/bison.s1: New file.
1439
14401993-06-03 Richard Stallman <rms@gnu.org>
1441
1442 * doc/bison.texinfo: *** empty log message ***
1443
14441993-06-03 Richard Stallman <rms@gnu.org>
1445
1446 * bison.simple: New file.
1447
14481993-05-19 Richard Stallman <rms@gnu.org>
1449
1450 * doc/bison.texinfo: New file.
1451
14521993-05-07 Noah Friedman <friedman@gnu.org>
1453
1454 * Makefile.in: *** empty log message ***
1455
14561993-04-28 Noah Friedman <friedman@gnu.org>
1457
1458 * src/reader.c: *** empty log message ***
1459
14601993-04-23 Noah Friedman <friedman@gnu.org>
1461
1462 * src/alloc.h: entered into RCS
1463
14641993-04-20 David J. MacKenzie <djm@gnu.org>
1465
1466 * src/version.c: *** empty log message ***
1467
1468 * src/files.c, src/allocate.c:
1469 entered into RCS
1470
1471 * src/reader.c: *** empty log message ***
1472
1473 * src/lex.c: entered into RCS
1474
1475 * src/conflicts.c: New file.
1476
1477 * src/symtab.c: entered into RCS
1478
1479 * src/alloc.h: New file.
1480
1481 * src/LR0.c: entered into RCS
1482
14831993-04-18 Noah Friedman <friedman@gnu.org>
1484
1485 * src/reader.c: New file.
1486
1487 * src/version.c: *** empty log message ***
1488
14891993-04-18 Noah Friedman <friedman@gnu.org>
1490
1491 * Makefile.in: *** empty log message ***
1492
14931993-04-17 Noah Friedman <friedman@gnu.org>
1494
1495 * Makefile.in: *** empty log message ***
1496
14971993-04-15 Richard Stallman <rms@gnu.org>
1498
1499 * src/main.c, src/files.c:
1500 New file.
1501
15021993-04-15 Noah Friedman <friedman@gnu.org>
1503
1504 * configure.in: entered into RCS
1505
1506 * configure.in: *** empty log message ***
1507
1508 * configure.in: New file.
1509
15101993-04-14 Richard Stallman <rms@gnu.org>
1511
1512 * Makefile.in: New file.
1513
15141993-04-13 Richard Stallman <rms@gnu.org>
1515
1516 * src/version.c: New file.
1517
15181993-03-25 Richard Stallman <rms@gnu.org>
1519
1520 * src/output.c: entered into RCS
1521
15221992-09-25 Richard Stallman <rms@gnu.org>
1523
1524 * configure.bat: entered into RCS
1525
15261992-06-22 Richard Stallman <rms@gnu.org>
1527
1528 * src/vmsgetargs.c: entered into RCS
1529
15301992-06-22 Richard Stallman <rms@gnu.org>
1531
1532 * doc/bison.rnh: entered into RCS
1533
15341992-04-20 David J. MacKenzie <djm@gnu.org>
1535
1536 * README: entered into RCS
1537
15381992-01-22 Richard Stallman <rms@gnu.org>
1539
1540 * src/machine.h: entered into RCS
1541
15421991-12-21 Richard Stallman <rms@gnu.org>
1543
1544 * src/lalr.c, src/closure.c:
1545 entered into RCS
1546
15471991-12-20 Richard Stallman <rms@gnu.org>
1548
1549 * src/state.h: entered into RCS
1550
15511991-12-18 Richard Stallman <rms@gnu.org>
1552
1553 * src/print.c, src/nullable.c, src/derives.c:
1554 entered into RCS
1555
15561991-11-03 David J. MacKenzie <djm@gnu.org>
1557
1558 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1559 entered into RCS
1560
15611988-09-09 Richard Stallman <rms@gnu.org>
1562
1563 * src/bison.hairy: entered into RCS
1564
15651987-12-16 Richard Stallman <rms@gnu.org>
1566
1567 * REFERENCES: entered into RCS