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