]> git.saurik.com Git - bison.git/blob - ChangeLog
* bison.s1: Formatting and cosmetics changes.
[bison.git] / ChangeLog
1 2000-03-17 Akim Demaille <akim@epita.fr>
2
3 * bison.s1: Formatting and cosmetics changes.
4 * reader.c: Likewise.
5 Update the Copyright notice.
6
7 2000-03-17 Akim Demaille <akim@epita.fr>
8
9 * bison.s1 (#line): All set to `#line' only, since the Makefile
10 now handles them.
11
12 2000-03-16 Akim Demaille <akim@epita.fr>
13
14 * src/output.c (output_rule_data): Output the documentation of
15 some of the tables.
16 (Copyright notice): Update.
17 Formatting changes.
18
19 2000-03-16 Akim Demaille <akim@epita.fr>
20
21 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
22 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
23 One `#if YYDEBUG' remains, since it uses variables which are
24 defined only if `YYDEBUG != 0'.
25
26 2000-03-16 Akim Demaille <akim@epita.fr>
27
28 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
29 and related variables so that the similarities are highlighted.
30
31 2000-03-16 Akim Demaille <akim@epita.fr>
32
33 * src/bison.s1: Properly indent CPP directives.
34
35 2000-03-16 Akim Demaille <akim@epita.fr>
36
37 * src/bison.s1: Properly indent the `alloca' CPP section.
38
39 2000-03-16 Akim Demaille <akim@epita.fr>
40
41 Do not hard code values of directories in `configure.in'.
42 Update the `configure' tool chain.
43
44 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
45 src/makefile.am.
46 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
47 (AC_OUTPUT): Add m4/Makefile.
48 Bump to bison 1.28a, 1.29 has never been released.
49 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
50 handled via src/Makefile.am.
51 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
52 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
53 autoheader.
54 * Makefile.am (SUBDIRS): Add m4.
55 (ACLOCAL_AM_FLAGS): New variable.
56 (AUTOMAKE_OPTIONS): Add check-news.
57 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
58 the proper line number and file name.
59 (DEFS): Propagate the location of bison library files and of the
60 locale files.
61 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
62 builddir.
63 * acinclude.m4: Remove, replaced by the directory m4.
64 * m4/Makefile.am (EXTRA_DIST): New variable.
65 * m4/gettext.m4: New file, from the fileutils.
66 * m4/lcmessage.m4: Likewise
67 * m4/progtest.m4: Likewise.
68 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
69
70 2000-03-10 Akim Demaille <akim@epita.fr>
71
72 * src/closure.c:
73 Formatting changes of various comments.
74 Respect the GNU coding standards at various places.
75 Don't use `_()' when no translation is needed.
76
77 1999-12-13 Jesse Thilo <jthilo@gnu.org>
78
79 * src/files.c:
80 OS/2 honors TMPDIR environment variable.
81
82 1999-12-13 Jesse Thilo <jthilo@gnu.org>
83
84 * doc/bison.texinfo: Tweaked spelling and grammar.
85 Updated ISBN.
86 Removed reference to price of printed copy.
87 Mention BISON_SIMPLE and BISON_HAIRY.
88
89 1999-12-13 Jesse Thilo <jthilo@gnu.org>
90
91 * configure.in, NEWS:
92 Bison 1.29 released.
93
94 1999-10-27 Jesse Thilo <jthilo@gnu.org>
95
96 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
97 Added reference card.
98
99 1999-07-26 Jesse Thilo <jthilo@gnu.org>
100
101 * po/ru.po: Added Russian translation.
102
103 1999-07-26 Jesse Thilo <jthilo@gnu.org>
104
105 * configure.in: Added Russian translation.
106
107 1999-07-06 Jesse Thilo <jthilo@gnu.org>
108
109 * configure.in, NEWS, README:
110 Released version 1.28.
111
112 1999-06-14 Jesse Thilo <jthilo@gnu.org>
113
114 * src/system.h:
115 Squashed redefinition warning on some systems.
116
117 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
118 Have configure build version string instead of relying on ANSI string
119 concatentation.
120
121 1999-06-14 Jesse Thilo <jthilo@gnu.org>
122
123 * po/POTFILES.in: Got rid of version.c.
124
125 1999-06-14 Jesse Thilo <jthilo@gnu.org>
126
127 * acconfig.h, configure.in:
128 Have configure build version string instead of relying on ANSI string
129 concatentation.
130
131 1999-06-08 Jesse Thilo <jthilo@gnu.org>
132
133 * doc/bison.1:
134 Dropped mention of `+' for long-named options.
135
136 1999-05-30 Jesse Thilo <jthilo@gnu.org>
137
138 * src/files.c: Added <unistd.h> for unlink().
139
140 * src/Makefile.am, src/system.h:
141 I18n fixes.
142
143 1999-05-30 Jesse Thilo <jthilo@gnu.org>
144
145 * README: Added a FAQ list.
146
147 * configure.in, acconfig.h:
148 I18n fixes.
149
150 1999-05-30 Jesse Thilo <jthilo@gnu.org>
151
152 * doc/FAQ, doc/Makefile.am:
153 Added a FAQ list.
154
155 1999-05-19 Jesse Thilo <jthilo@gnu.org>
156
157 * src/alloc.h, src/symtab.h, src/version.c:
158 Protected inclusion of "config.h" with HAVE_CONFIG_H.
159
160 1999-04-18 Jesse Thilo <jthilo@gnu.org>
161
162 * src/.cvsignore, src/Makefile.am:
163 Reorganized: sources in `src', documentation in `doc'.
164
165 * src/lex.c (literalchar):
166 fixed the code for escaping double quotes (thanks
167 Jonathan Czisny.)
168
169 1999-04-18 Jesse Thilo <jthilo@gnu.org>
170
171 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
172 Adjusted paths to reflect directory reorganization.
173
174 1999-04-18 Jesse Thilo <jthilo@gnu.org>
175
176 * doc/.cvsignore, doc/Makefile.am:
177 Reorganized: sources in `src', documentation in `doc'.
178
179 1999-04-18 Jesse Thilo <jthilo@gnu.org>
180
181 * configure.in:
182 Updated AC_INIT file to reflect directory reorganization.
183
184 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
185 Reorganized: sources in `src', documentation in `doc'.
186
187 1999-04-13 Jesse Thilo <jthilo@gnu.org>
188
189 * src/allocate.c:
190 Don't declare calloc() and realloc() if not necessary.
191
192 1999-04-13 Jesse Thilo <jthilo@gnu.org>
193
194 * configure.in, acconfig.h, acinclude.m4:
195 Don't declare calloc() and realloc() if not necessary.
196
197 1999-03-23 Jesse Thilo <jthilo@gnu.org>
198
199 * po/.cvsignore: Added i18n support.
200
201 1999-03-23 Jesse Thilo <jthilo@gnu.org>
202
203 * acconfig.h, configure.in, Makefile.am:
204 Added i18n support.
205
206 1999-03-22 Jesse Thilo <jthilo@gnu.org>
207
208 * src/bison.s1: Fixed #line numbers.
209
210 1999-03-15 Jesse Thilo <jthilo@gnu.org>
211
212 * po/es.po, po/fr.po, po/nl.po, po/de.po:
213 Added PO files from Translation Project.
214
215 1999-03-03 Jesse Thilo <jthilo@gnu.org>
216
217 * Makefile.am:
218 Added support for non-ANSI compilers (ansi2knr).
219
220 1999-02-16 Jesse Thilo <jthilo@gnu.org>
221
222 * configure.in: Bumped version number to 1.27.
223
224 * Makefile.am:
225 Added `bison.simple' to list of files removed by `make distclean'.
226
227 1999-02-12 Jesse Thilo <jthilo@gnu.org>
228
229 * src/files.c, src/files.h:
230 Defined locations of parser files in config.h instead of Makefile.
231
232 1999-02-12 Jesse Thilo <jthilo@gnu.org>
233
234 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
235 Defined locations of parser files in config.h instead of Makefile.
236
237 1999-02-09 Jesse Thilo <jthilo@gnu.org>
238
239 * Makefile.am:
240 Removed inappropriate use of $< macro.
241
242 1999-02-05 Jesse Thilo <jthilo@gnu.org>
243
244 * po/Makefile.in.in, po/POTFILES.in:
245 Add `po' directory skeleton.
246
247 1999-01-27 Jesse Thilo <jthilo@gnu.org>
248
249 * README: Document help-bison list.
250
251 * configure.in: Add check for mkstemp().
252
253 1999-01-20 Jesse Thilo <jthilo@gnu.org>
254
255 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
256 Hush a few compiler warnings.
257
258 * src/files.c:
259 Add tryclose(), which verifies that fclose was successful.
260 Hush a couple of compiler warnings.
261
262 1999-01-20 Jesse Thilo <jthilo@gnu.org>
263
264 * Makefile.am, OChangeLog:
265 ChangeLog is now automatically generated. Include the old version as
266 OChangeLog.
267
268 1999-01-14 Jesse Thilo <jthilo@gnu.org>
269
270 * 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:
271 Update FSF address.
272
273 1999-01-14 Jesse Thilo <jthilo@gnu.org>
274
275 * doc/bison.texinfo: Fix formatting glitch.
276
277 * doc/bison.texinfo: Update FSF address.
278
279 1999-01-14 Jesse Thilo <jthilo@gnu.org>
280
281 * acconfig.h: Update FSF address.
282
283 1999-01-08 Jesse Thilo <jthilo@gnu.org>
284
285 * src/system.h:
286 Don't define PACKAGE here, since config.h defines it.
287
288 1998-12-30 Jesse Thilo <jthilo@gnu.org>
289
290 * src/reader.c: Update copyright date.
291
292 * src/main.c:
293 Ditch sprintf to statically-sized buffers in fatal/warn functions in
294 favor of output directly to stderr (avoids buffer overruns).
295
296 * src/reader.c: Some checks for premature EOF.
297
298 * 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:
299 Use prototypes if the compiler understands them.
300
301 * src/files.c: Honor TMPDIR on Unix hosts.
302 Use prototypes if the compiler understands them.
303
304 * src/reader.c:
305 Fix a couple of buffer overrun bugs.
306 Use prototypes if the compiler understands them.
307
308 * src/system.h: Include unistd.h and ctype.h.
309 Use #ifdef instead of #if for NLS symbols.
310
311 1998-12-30 Jesse Thilo <jthilo@gnu.org>
312
313 * doc/bison.texinfo:
314 Delete comment "consider using @set for edition number, etc..." since
315 we now are doing so.
316
317 1998-12-30 Jesse Thilo <jthilo@gnu.org>
318
319 * configure.in:
320 Use prototypes if the compiler understands them.
321
322 * NEWS: Document 1.26 highlights.
323
324 * Makefile.am: Require Automake 1.3 or later.
325
326 * acconfig.h:
327 Use prototypes if the compiler understands them.
328
329 1998-12-29 Jesse Thilo <jthilo@gnu.org>
330
331 * src/version.c:
332 Use VERSION symbol from automake for version number.
333
334 1998-12-29 Jesse Thilo <jthilo@gnu.org>
335
336 * acconfig.h, configure.in, version.cin:
337 Use VERSION symbol from automake for version number.
338
339 1998-11-28 Jesse Thilo <jthilo@gnu.org>
340
341 * Makefile.am:
342 Distribute original version of simple parser (bison.s1), not built
343 version (bison.simple).
344
345 1998-11-28 Jesse Thilo <jthilo@gnu.org>
346
347 * doc/bison.texinfo: Add info dir entry.
348
349 * doc/bison.texinfo:
350 Let automake put version number into documentation.
351
352 1998-11-26 Jesse Thilo <jthilo@gnu.org>
353
354 * src/bison.cld, src/build.com, src/vmshlp.mar:
355 Add non-RCS files from /gd/gnu/bison.
356
357 1998-11-26 Jesse Thilo <jthilo@gnu.org>
358
359 * doc/bison.1:
360 Document the BISON_HAIRY and BISON_SIMPLE variables.
361
362 1998-11-25 Jesse Thilo <jthilo@gnu.org>
363
364 * src/version.c: Build version.c automatically.
365
366 * src/reader.c:
367 Fix token numbering (used to start at 258, not 257).
368
369 * src/system.h: Include config.h.
370
371 * src/getargs.c: Update bug report address.
372
373 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
374 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
375
376 1998-11-25 Jesse Thilo <jthilo@gnu.org>
377
378 * Makefile.am:
379 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
380
381 * configure.in, version.cin:
382 Build version.c automatically.
383
384 * AUTHORS: Add AUTHORS file.
385
386 * README: Update bug report address.
387
388 * bison.simple:
389 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
390
391 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
392 Add automake stuff.
393
394 1998-11-25 Jesse Thilo <jthilo@gnu.org>
395
396 * doc/bison.texinfo: Clean up some formatting.
397
398 1998-05-05 Richard Stallman <rms@gnu.org>
399
400 * doc/bison.texinfo:
401 Explain better why to make a pure parser.
402
403 1998-01-05 Richard Stallman <rms@gnu.org>
404
405 * src/files.c (openfiles):
406 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
407 find a temporary directory, if possible. Do not unlink files while
408 they are open.
409
410 1997-08-25 Richard Stallman <rms@gnu.org>
411
412 * src/reader.c (stack_offset;):
413 Change some warni to warns.
414
415 * src/lex.c (literalchar): Use warns, not warni.
416
417 1997-06-28 Richard Stallman <rms@gnu.org>
418
419 * src/bison.s1: Add a Bison version comment.
420
421 * src/main.c (fatal, warn, berror):
422 Use program_name.
423
424 1997-06-28 Richard Stallman <rms@gnu.org>
425
426 * Makefile.in (bison_version): New variable.
427 (dist): Use that variable.
428 (bison.s1): Substitute the Bison version into bison.simple.
429
430 * bison.simple: Add a Bison version comment.
431
432 1997-06-18 Richard Stallman <rms@gnu.org>
433
434 * src/main.c (fatal, warn, berror):
435 Make error messages standard.
436 (toomany): Improve error message text.
437
438 * 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:
439 new.h renamed to alloc.h.
440
441 1997-06-18 Richard Stallman <rms@gnu.org>
442
443 * Makefile.in: new.h renamed to alloc.h.
444
445 1997-05-24 Richard Stallman <rms@gnu.org>
446
447 * src/lex.c (literalchar):
448 Fix the code for escaping \, " and '.
449
450 (lex): Avoid trouble when there are many chars
451 to discard in a char literal with just several chars in it.
452
453 1997-05-17 Richard Stallman <rms@gnu.org>
454
455 * src/bison.s1:
456 Use malloc, if using alloca is troublesome.
457 (YYSTACK_USE_ALLOCA): New flag macro.
458 Define it for some systems and compilers.
459 (YYSTACK_ALLOC): New macro.
460 (yyparse): Use YYSTACK_ALLOC to allocate stack.
461 If it was malloc'd, free it.
462
463 1997-05-17 Richard Stallman <rms@gnu.org>
464
465 * bison.simple:
466 Use malloc, if using alloca is troublesome.
467 (YYSTACK_USE_ALLOCA): New flag macro.
468 Define it for some systems and compilers.
469 (YYSTACK_ALLOC): New macro.
470 (yyparse): Use YYSTACK_ALLOC to allocate stack.
471 If it was malloc'd, free it.
472
473 1997-04-23 Richard Stallman <rms@gnu.org>
474
475 * src/bison.s1:
476 (alloca) [__hpux]: Always define as __builtin_alloca.
477
478 1997-04-23 Richard Stallman <rms@gnu.org>
479
480 * bison.simple:
481 (alloca) [__hpux]: Always define as __builtin_alloca.
482
483 1997-04-22 Richard Stallman <rms@gnu.org>
484
485 * src/bison.s1:
486 [__hpux]: Include alloca.h (right for HPUX 10)
487 instead of declaring alloca (right for HPUX 9).
488
489 * src/bison.s1 (__yy_memcpy):
490 Declare arg `count' as unsigned int.
491 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
492
493 1997-04-22 Richard Stallman <rms@gnu.org>
494
495 * bison.simple:
496 [__hpux]: Include alloca.h (right for HPUX 10)
497 instead of declaring alloca (right for HPUX 9).
498
499 * bison.simple (__yy_memcpy):
500 Declare arg `count' as unsigned int.
501 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
502
503 1997-01-03 Richard Stallman <rms@gnu.org>
504
505 * src/allocate.c: [__STDC__ or _MSC_VER]:
506 Declare calloc and realloc to return void *.
507
508 1997-01-02 Richard Stallman <rms@gnu.org>
509
510 * src/system.h:
511 [_MSC_VER]: Include stdlib.h and process.h.
512 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
513
514 * src/main.c (main): Return FAILURE as a value.
515 (printable_version): Declare arg as int, not char.
516
517 1997-01-02 Richard Stallman <rms@gnu.org>
518
519 * Makefile.in (dist):
520 Explicitly check for symlinks, and copy them.
521
522 1996-12-19 Richard Stallman <rms@gnu.org>
523
524 * src/files.c:
525 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
526
527 1996-12-18 Paul Eggert <eggert@gnu.org>
528
529 * src/bison.s1 (yyparse):
530 If __GNUC__ and YYPARSE_PARAM are both defined,
531 declare yyparse to have a void * argument.
532
533 1996-12-18 Paul Eggert <eggert@gnu.org>
534
535 * bison.simple (yyparse):
536 If __GNUC__ and YYPARSE_PARAM are both defined,
537 declare yyparse to have a void * argument.
538
539 1996-12-17 Richard Stallman <rms@gnu.org>
540
541 * src/reduce.c (nbits): Add some casts.
542
543 1996-08-12 Richard Stallman <rms@gnu.org>
544
545 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
546
547 1996-08-12 Richard Stallman <rms@gnu.org>
548
549 * bison.simple: Test _MSDOS as well as _MSDOS_.
550
551 1996-07-31 Richard Stallman <rms@gnu.org>
552
553 * src/bison.s1:
554 [__sun && __i386]: Include alloca.h.
555
556 1996-07-31 Richard Stallman <rms@gnu.org>
557
558 * bison.simple:
559 [__sun && __i386]: Include alloca.h.
560
561 1996-07-30 Richard Stallman <rms@gnu.org>
562
563 * src/bison.s1: Comment change.
564
565 * src/bison.s1: Test _MSDOS_, not MSDOS.
566
567 1996-07-30 Richard Stallman <rms@gnu.org>
568
569 * bison.simple: Comment change.
570
571 * bison.simple: Test _MSDOS_, not MSDOS.
572
573 1996-06-01 Richard Stallman <rms@gnu.org>
574
575 * 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:
576 Insert `_' macro around many string constants.
577
578 * src/main.c:
579 Insert `_' macro around many string constants.
580
581 (main): Call setlocale, bindtextdomain and textdomain.
582
583 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
584 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
585 [ENABLE_NLS]: Include libintl.h.
586 [ENABLE_NLS] (gettext): Define.
587 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
588 (N_, PACKAGE, LOCALEDIR): New macros.
589
590 1996-06-01 Richard Stallman <rms@gnu.org>
591
592 * POTFILES.in: New file.
593
594 * Makefile.in (allocate.o):
595 Define target explicitly.
596
597 * Makefile.in (CFLAGS): Set to @CFLAGS@.
598 (LDFLAGS): Set to @LDFLAGS@.
599 (configure): Run autoconf only if preceding `cd' succeeds.
600 (bison.s1): Redirect output to temporary file then move the
601 temporary to the target, rather than redirecting directly to bison.s1.
602 (clean): Remove config.status and config.log.
603 (distclean): Don't remove config.status here.
604
605 1996-05-12 Richard Stallman <rms@gnu.org>
606
607 * src/bison.s1:
608 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
609
610 1996-05-12 Richard Stallman <rms@gnu.org>
611
612 * bison.simple:
613 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
614
615 1996-05-11 Richard Stallman <rms@gnu.org>
616
617 * src/bison.s1 (__yy_memcpy):
618 Really reorder the args, as was supposedly done on Feb 14 1995.
619 (yyparse): Calls changed accordingly.
620
621 1996-05-11 Richard Stallman <rms@gnu.org>
622
623 * Makefile.in (dist): Don't use $(srcdir).
624
625 * bison.simple (__yy_memcpy):
626 Really reorder the args, as was supposedly done on Feb 14 1995.
627 (yyparse): Calls changed accordingly.
628
629 1996-01-27 Richard Stallman <rms@gnu.org>
630
631 * src/output.c (output_rule_data):
632 Test YYERROR_VERBOSE in the conditional
633 around the definition of ttyname.
634
635 1995-12-29 Richard Stallman <rms@gnu.org>
636
637 * src/bison.s1:
638 Fix line numbers in #line commands.
639
640 1995-12-29 Richard Stallman <rms@gnu.org>
641
642 * bison.simple:
643 Fix line numbers in #line commands.
644
645 1995-12-27 Richard Stallman <rms@gnu.org>
646
647 * src/bison.s1 (YYPARSE_PARAM_DECL):
648 In C++, make it always null.
649 (YYPARSE_PARAM_ARG): New macro.
650 (yyparse): Use YYPARSE_PARAM_ARG.
651
652 1995-12-27 Richard Stallman <rms@gnu.org>
653
654 * bison.simple (YYPARSE_PARAM_DECL):
655 In C++, make it always null.
656 (YYPARSE_PARAM_ARG): New macro.
657 (yyparse): Use YYPARSE_PARAM_ARG.
658
659 1995-11-29 Richard Stallman <rms@gnu.org>
660
661 * doc/bison.texinfo:
662 Describe literal string tokens, %raw, %no_lines, %token_table.
663
664 1995-11-29 Daniel Hagerty <hag@gnu.org>
665
666 * doc/bison.texinfo: Fixed update date
667
668 1995-10-16 Richard Stallman <rms@gnu.org>
669
670 * src/version.c: Version 1.25.
671
672 1995-10-16 Richard Stallman <rms@gnu.org>
673
674 * NEWS: *** empty log message ***
675
676 1995-10-16 Richard Stallman <rms@gnu.org>
677
678 * doc/bison.1, doc/bison.rnh:
679 Add new options.
680
681 1995-10-15 Richard Stallman <rms@gnu.org>
682
683 * src/vmsgetargs.c, src/getargs.c:
684 Added -n, -k, and -raw switches.
685 (noparserflag, toknumflag, rawtoknumflag): New variables.
686
687 * src/symtab.h (SALIAS):
688 New #define for adding aliases to %token.
689 (struct bucket): Added `alias' field.
690
691 * src/reduce.c (reduce_grammar):
692 Revise error message.
693 (print_notices): Remove final `.' from error message.
694
695 * src/reader.c (reader_output_yylsp):
696 New function.
697 (readgram): Use `#if 0' around code that accepted %command
698 inside grammar rules: The documentation doesn't allow it,
699 and it will fail since the %command processors scan for the next %.
700 (parse_token_decl): Extended the %token
701 declaration to allow a multi-character symbol as an alias.
702 (parse_thong_decl): New function.
703 (read_declarations): Added %thong declarations.
704 (read_declarations): Handle NOOP to deal with allowing
705 % declarations as another means to specify the flags.
706 (readgram): Allow %prec prior to semantics embedded in a rule.
707 (skip_to_char, read_declarations, copy_definition)
708 (parse_token_decl, parse_start_decl, parse_type_decl)
709 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
710 (get_type_name, copy_guard, copy_action, readgram)
711 (get_type, packsymbols): Revised most error messages.
712 Changed `fatal' to `warnxxx' to avoid aborting for error.
713 Revised and use multiple warnxxx functions to avoid using VARARGS1.
714 (read_declarations): Improve the error message for
715 an invalid character. Do not abort.
716 (read_declarations, copy_guard, copy_action): Use
717 printable_version to avoid unprintable characters in printed output.
718 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
719 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
720 Allow the type of a non-terminal can be given
721 more than once, as long as all specifications give the same type.
722
723 * src/output.c:
724 (output_headers, output_trailers, output, output_gram)
725 (output_rule_data): Implement noparserflag variable.
726 Implement toknumflag variable.
727 (output): Call reader_output_yylsp to output LTYPESTR.
728
729 * src/main.c (main):
730 If reader sees an error, don't process the grammar.
731 (fatals): Updated to not use VARARGS1.
732 (printable_version, int_to_string, warn, warni, warns, warnss)
733 (warnsss): New error reporting functions. Avoid abort for error.
734
735 * src/lex.h:
736 Added THONG and NOOP for alias processing.
737 Added SETOPT for the new code that allows setting options with %flags.
738
739 * src/lex.c:
740 Include getopt.h. Add some extern decls.
741 (safegetc): New function to deal with EOF gracefully.
742 (literalchar); new function to deal with reading \ escapes.
743 (lex): Use literalchar.
744 (lex): Implemented "..." tokens.
745 (literalchar, lex, parse_percent_token): Made tokenbuffer
746 always contain the token. This includes growing the token
747 buffer while reading an integer.
748 (parse_percent_token): Replaced if-else statement with percent_table.
749 (parse_percent_token): Added % declarations as another
750 way to specify the flags -n, -l, and -r. Also added hooks for
751 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
752 major changes to files.c.
753 (lex) Retain in the incoming stream a character following
754 an incorrect '/'.
755 (skip_white_space, lex): Revised most error messages
756 and changed fatal to warn to avoid aborting.
757 (percent_table): Added %thong declarations.
758
759 * src/gram.h: Comment changes.
760
761 * src/files.c (openfiles, open_extra_files, done):
762 Add faction flag
763 and actfile file. Handle noparserflag. Both for -n switch.
764
765 * src/conflicts.c (resolve_sr_conflict):
766 Remove use of alloca.
767
768 1995-06-01 Jim Meyering <meyering@gnu.org>
769
770 * doc/bison.texinfo: *** empty log message ***
771
772 1995-05-06 Richard Stallman <rms@gnu.org>
773
774 * src/bison.s1: Comment change.
775
776 1995-05-06 Richard Stallman <rms@gnu.org>
777
778 * bison.simple: Comment change.
779
780 1995-05-03 Richard Stallman <rms@gnu.org>
781
782 * src/version.c: Version now 1.24.
783
784 * src/bison.s1: Change distribution terms.
785
786 * src/version.c: Version now 1.23.
787
788 1995-05-03 Richard Stallman <rms@gnu.org>
789
790 * doc/bison.texinfo:
791 Rewrite "Conditions for Using Bison".
792 Update version to 1.24.
793
794 1995-05-03 Richard Stallman <rms@gnu.org>
795
796 * bison.simple: Change distribution terms.
797
798 1995-02-23 Richard Stallman <rms@gnu.org>
799
800 * src/files.c: Test __VMS_POSIX as well as VMS.
801
802 1995-02-14 Jim Meyering <meyering@gnu.org>
803
804 * src/bison.s1 (__yy_memcpy):
805 Renamed from __yy_bcopy to avoid
806 confusion. Reverse FROM and TO arguments to be consistent with
807 those of memcpy.
808
809 1995-02-14 Jim Meyering <meyering@gnu.org>
810
811 * bison.simple (__yy_memcpy):
812 Renamed from __yy_bcopy to avoid
813 confusion. Reverse FROM and TO arguments to be consistent with
814 those of memcpy.
815
816 1994-11-10 David J. MacKenzie <djm@gnu.org>
817
818 * NEWS: reformat
819
820 * NEWS: New file.
821
822 * Makefile.in (DISTFILES): Include NEWS.
823
824 * Makefile.in (DISTFILES):
825 Include install-sh, not install.sh.
826
827 * configure.in: Update to Autoconf v2 macro names.
828
829 1994-10-05 David J. MacKenzie <djm@gnu.org>
830
831 * Makefile.in: fix typo
832
833 * Makefile.in (prefix, exec_prefix):
834 Let configure set them.
835
836 1994-09-28 David J. MacKenzie <djm@gnu.org>
837
838 * Makefile.in: Set datadir to $(prefix)/share.
839
840 1994-09-15 Richard Stallman <rms@gnu.org>
841
842 * src/bison.s1:
843 Update copyright notice and GPL version.
844
845 1994-09-15 Richard Stallman <rms@gnu.org>
846
847 * bison.simple:
848 Update copyright notice and GPL version.
849
850 1994-07-12 Richard Stallman <rms@gnu.org>
851
852 * src/reduce.c, src/reader.c:
853 entered into RCS
854
855 1994-05-05 David J. MacKenzie <djm@gnu.org>
856
857 * Makefile.in: entered into RCS
858
859 1994-03-26 Richard Stallman <rms@gnu.org>
860
861 * src/bison.s1: entered into RCS
862
863 1994-03-26 Richard Stallman <rms@gnu.org>
864
865 * bison.simple: entered into RCS
866
867 1994-03-25 Richard Stallman <rms@gnu.org>
868
869 * src/main.c: entered into RCS
870
871 1994-03-24 Richard Stallman <rms@gnu.org>
872
873 * src/conflicts.c: entered into RCS
874
875 1994-01-02 Richard Stallman <rms@gnu.org>
876
877 * Makefile.in: *** empty log message ***
878
879 1993-11-21 Richard Stallman <rms@gnu.org>
880
881 * src/bison.s1: *** empty log message ***
882
883 1993-11-21 Richard Stallman <rms@gnu.org>
884
885 * doc/bison.texinfo: entered into RCS
886
887 * doc/bison.texinfo: *** empty log message ***
888
889 1993-11-21 Richard Stallman <rms@gnu.org>
890
891 * bison.simple: *** empty log message ***
892
893 1993-10-25 David J. MacKenzie <djm@gnu.org>
894
895 * doc/bison.texinfo: *** empty log message ***
896
897 1993-10-19 Richard Stallman <rms@gnu.org>
898
899 * src/bison.s1: *** empty log message ***
900
901 1993-10-19 Richard Stallman <rms@gnu.org>
902
903 * bison.simple: *** empty log message ***
904
905 1993-10-14 Richard Stallman <rms@gnu.org>
906
907 * src/bison.s1: *** empty log message ***
908
909 1993-10-14 Richard Stallman <rms@gnu.org>
910
911 * bison.simple: *** empty log message ***
912
913 1993-09-14 David J. MacKenzie <djm@gnu.org>
914
915 * doc/bison.texinfo: *** empty log message ***
916
917 1993-09-13 Noah Friedman <friedman@gnu.org>
918
919 * Makefile.in: *** empty log message ***
920
921 1993-09-10 Richard Stallman <rms@gnu.org>
922
923 * src/conflicts.c: *** empty log message ***
924
925 * src/system.h: entered into RCS
926
927 1993-09-10 Richard Stallman <rms@gnu.org>
928
929 * doc/bison.1: entered into RCS
930
931 1993-09-06 Noah Friedman <friedman@gnu.org>
932
933 * src/version.c: entered into RCS
934
935 1993-09-06 Noah Friedman <friedman@gnu.org>
936
937 * Makefile.in: *** empty log message ***
938
939 1993-07-30 David J. MacKenzie <djm@gnu.org>
940
941 * Makefile.in: *** empty log message ***
942
943 1993-07-24 Richard Stallman <rms@gnu.org>
944
945 * src/bison.s1: *** empty log message ***
946
947 1993-07-24 Richard Stallman <rms@gnu.org>
948
949 * bison.simple: *** empty log message ***
950
951 1993-07-08 David J. MacKenzie <djm@gnu.org>
952
953 * Makefile.in: *** empty log message ***
954
955 1993-07-04 Richard Stallman <rms@gnu.org>
956
957 * src/bison.s1: *** empty log message ***
958
959 1993-07-04 Richard Stallman <rms@gnu.org>
960
961 * bison.simple: *** empty log message ***
962
963 1993-06-26 David J. MacKenzie <djm@gnu.org>
964
965 * src/getargs.c: entered into RCS
966
967 1993-06-26 David J. MacKenzie <djm@gnu.org>
968
969 * doc/bison.texinfo: *** empty log message ***
970
971 * doc/bison.1: New file.
972
973 1993-06-25 Richard Stallman <rms@gnu.org>
974
975 * src/getargs.c: New file.
976
977 1993-06-16 Richard Stallman <rms@gnu.org>
978
979 * src/bison.s1: *** empty log message ***
980
981 1993-06-16 Richard Stallman <rms@gnu.org>
982
983 * bison.simple: *** empty log message ***
984
985 1993-06-03 Richard Stallman <rms@gnu.org>
986
987 * src/bison.s1: New file.
988
989 1993-06-03 Richard Stallman <rms@gnu.org>
990
991 * doc/bison.texinfo: *** empty log message ***
992
993 1993-06-03 Richard Stallman <rms@gnu.org>
994
995 * bison.simple: New file.
996
997 1993-05-19 Richard Stallman <rms@gnu.org>
998
999 * doc/bison.texinfo: New file.
1000
1001 1993-05-07 Noah Friedman <friedman@gnu.org>
1002
1003 * Makefile.in: *** empty log message ***
1004
1005 1993-04-28 Noah Friedman <friedman@gnu.org>
1006
1007 * src/reader.c: *** empty log message ***
1008
1009 1993-04-23 Noah Friedman <friedman@gnu.org>
1010
1011 * src/alloc.h: entered into RCS
1012
1013 1993-04-20 David J. MacKenzie <djm@gnu.org>
1014
1015 * src/version.c: *** empty log message ***
1016
1017 * src/files.c, src/allocate.c:
1018 entered into RCS
1019
1020 * src/reader.c: *** empty log message ***
1021
1022 * src/lex.c: entered into RCS
1023
1024 * src/conflicts.c: New file.
1025
1026 * src/symtab.c: entered into RCS
1027
1028 * src/alloc.h: New file.
1029
1030 * src/LR0.c: entered into RCS
1031
1032 1993-04-18 Noah Friedman <friedman@gnu.org>
1033
1034 * src/reader.c: New file.
1035
1036 * src/version.c: *** empty log message ***
1037
1038 1993-04-18 Noah Friedman <friedman@gnu.org>
1039
1040 * Makefile.in: *** empty log message ***
1041
1042 1993-04-17 Noah Friedman <friedman@gnu.org>
1043
1044 * Makefile.in: *** empty log message ***
1045
1046 1993-04-15 Richard Stallman <rms@gnu.org>
1047
1048 * src/main.c, src/files.c:
1049 New file.
1050
1051 1993-04-15 Noah Friedman <friedman@gnu.org>
1052
1053 * configure.in: entered into RCS
1054
1055 * configure.in: *** empty log message ***
1056
1057 * configure.in: New file.
1058
1059 1993-04-14 Richard Stallman <rms@gnu.org>
1060
1061 * Makefile.in: New file.
1062
1063 1993-04-13 Richard Stallman <rms@gnu.org>
1064
1065 * src/version.c: New file.
1066
1067 1993-03-25 Richard Stallman <rms@gnu.org>
1068
1069 * src/output.c: entered into RCS
1070
1071 1992-09-25 Richard Stallman <rms@gnu.org>
1072
1073 * configure.bat: entered into RCS
1074
1075 1992-06-22 Richard Stallman <rms@gnu.org>
1076
1077 * src/vmsgetargs.c: entered into RCS
1078
1079 1992-06-22 Richard Stallman <rms@gnu.org>
1080
1081 * doc/bison.rnh: entered into RCS
1082
1083 1992-04-20 David J. MacKenzie <djm@gnu.org>
1084
1085 * README: entered into RCS
1086
1087 1992-01-22 Richard Stallman <rms@gnu.org>
1088
1089 * src/machine.h: entered into RCS
1090
1091 1991-12-21 Richard Stallman <rms@gnu.org>
1092
1093 * src/lalr.c, src/closure.c:
1094 entered into RCS
1095
1096 1991-12-20 Richard Stallman <rms@gnu.org>
1097
1098 * src/state.h: entered into RCS
1099
1100 1991-12-18 Richard Stallman <rms@gnu.org>
1101
1102 * src/print.c, src/nullable.c, src/derives.c:
1103 entered into RCS
1104
1105 1991-11-03 David J. MacKenzie <djm@gnu.org>
1106
1107 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1108 entered into RCS
1109
1110 1988-09-09 Richard Stallman <rms@gnu.org>
1111
1112 * src/bison.hairy: entered into RCS
1113
1114 1987-12-16 Richard Stallman <rms@gnu.org>
1115
1116 * REFERENCES: entered into RCS