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