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