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