1 2001-08-09 Robert Anisko <anisko_r@epita.fr>
3 * src/bison.simple (YYLLOC_DEFAULT): Update.
6 2001-08-08 Marc Autret <autret_m@epita.fr>
8 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
9 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
10 Reported by Fabrice Bauzac.
12 2001-08-08 Marc Autret <autret_m@epita.fr>
14 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
15 * src/vcg.c (output_node): Fix.
17 * src/print_graph.c: Add comments.
18 (node_output_size): New global variable. Simplify the formatting of
20 (print_actions): Unused code is now used. It notifies the final state
21 and no action states in the VCG graph. It also give the reduce actions.
22 The `shift and goto' edges are red and the `go to state' edges are
24 Get the current node name and node_obstack by argument.
25 (node_obstack): New variable.
26 (print_state): Manage node_obstack.
27 (print_core): Use node_obstack given by argument.
28 A node is not only computed here but in print_actions also.
29 (print_graph): CPP out useless code instead of commenting it.
31 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
33 * tests/atconfig.in (CPPFLAGS): Fix.
35 2001-08-07 Akim Demaille <akim@epita.fr>
37 * src/print_graph.c (quote): New.
40 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
42 * src/vcg.c (complain.h): Include it.
43 Unepitaize `return' invocations.
44 [NDEBUG] (main): Remove.
45 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * memebers.
46 * src/files.c (open_files): Initialize graph_obstack.
47 * src/print_graph.c (print_actions): CPP out useless code.
48 (print_core): Don't output the last `\n' in labels.
50 * src/files.c (output_files): Output the VCG file.
51 * src/main.c (main): Invoke print_graph ();
53 2001-08-06 Marc Autret <autret_m@epita.fr>
55 Automaton VCG graph output.
56 Using option ``-g'' or long option ``--graph'', you can generate
57 a gram_filename.vcg file containing a VCG description of the LALR (1)
58 automaton of your grammar.
60 * src/main.c: Call to print_graph() function.
61 * src/getargs.h: Update.
62 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
63 (graph_flag): New flag.
65 (getargs): Add case `g'.
66 * src/files.c (graph_obstack): New obstack struct.
67 (open_files): Initialize new obstack.
68 (output_files): Saves graph_obstack if required.
69 * src/files.h (graph_obstack): New extern declaration.
70 * src/Makefile.am: Add new source files.
72 2001-08-06 Marc Autret <autret_m@epita.fr>
74 * src/print_graph.c, src/print_graph.h (graph): New.
75 * src/vcg.h: New file.
76 * src/vcg.c: New file, VCG graph handling.
78 2001-08-06 Marc Autret <autret_m@epita.fr>
80 Add of %source_extension and %header_extension which specify
81 the source or/and the header output file extension.
83 * src/files.c (compute_base_names): Remove initialisation of
84 src_extension and header_extension.
85 (compute_exts_from_gf): Update.
86 (compute_exts_from_src): Update.
87 (output_files): Update.
88 * src/reader.c (parse_header_extension_decl): New.
89 (parse_source_extension_decl): New.
90 (read_declarations): New case statements for the new tokens.
91 * src/lex.c (percent_table): Add entries for %source_extension
92 and %header_extension.
93 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
95 2001-08-06 Marc Autret <autret_m@epita.fr>
97 * configure.in: Bump to 1.28c.
98 * doc/bison.texinfo: Texinfo thingies.
100 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
102 * tests/atconfig.in (CPPFLAGS): Add.
103 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
105 2001-08-03 Akim Demaille <akim@epita.fr>
109 2001-08-03 Akim Demaille <akim@epita.fr>
111 * tests/Makefile.am (check-local): Ship testsuite.
112 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
115 2001-08-03 Akim Demaille <akim@epita.fr>
117 * configure.in: Try using -Wformat when compiling.
119 2001-08-03 Akim Demaille <akim@epita.fr>
121 * configure.in: Bump to 1.28b.
123 2001-08-03 Akim Demaille <akim@epita.fr>
125 * src/complain.c: Adjust strerror_r portability issues.
127 2001-08-03 Akim Demaille <akim@epita.fr>
131 2001-08-03 Akim Demaille <akim@epita.fr>
133 * src/getargs.c, src/getarg.h (skeleton)): Constify.
134 * src/lex.c (literalchar): Avoid name clashes on `buf'.
135 * src/getargs.c: Include complain.h.
136 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
137 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
139 2001-08-03 Akim Demaille <akim@epita.fr>
141 * src/reader.c (readgram): Display hidden chars in error messages.
143 2001-08-03 Akim Demaille <akim@epita.fr>
145 Update to gettext 0.10.39.
147 2001-08-03 Akim Demaille <akim@epita.fr>
151 2001-08-01 Marc Autret <autret_m@epita.fr>
153 * doc/bison.texinfo: Update.
154 * doc/bison.1 (mandoc): Update.
155 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
156 * src/files.c: Support output files extensions computing.
157 (src_extension): New static variable.
158 (header_extension): New static variable.
160 (get_extension_index): New function, gets the index of an extension
161 filename in a string.
162 (compute_exts_from_gf): New function, computes extensions from the
163 grammar file extension.
164 (compute_exts_from_src): New functions, computes extensions from the
165 C source file extension, file given by ``-o'' option.
166 (compute_base_names): Update.
167 (output_files): Update.
169 2001-08-01 Robert Anisko <anisko_r@epita.fr>
171 * doc/bison.texi: Document @$.
172 (Locations): New section.
174 2001-07-18 Akim Demaille <akim@epita.fr>
176 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
177 * config/prev-version.txt, config/move-if-change: New.
178 * Makefile.am: Adjust.
180 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
182 * src/bison.simple (yyparse): Suppress warning `comparaison
183 between signed and unsigned'.
185 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
187 * src/getargs.h (raw_flag): Remove.
188 * src/getargs.c: Die on `-r'/`--raw'.
189 * src/lex.c (parse_percent_token): Die on `%raw'.
190 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
191 * tests/calc.at: Suppress test with option `--raw'.
193 2001-07-14 Akim Demaille <akim@epita.fr>
196 * configure.in: Require Autoconf 2.50.
197 Update to gettext 0.10.38.
199 2001-03-16 Akim Demaille <akim@epita.fr>
201 * doc/bison.texinfo: ANSIfy the examples.
203 2001-03-16 Akim Demaille <akim@epita.fr>
205 * getargs.c (skeleton): New variable.
206 (longopts): --skeleton is a new option.
207 (shortopts, getargs): -S is a new option.
208 * getargs.h: Declare skeleton.
209 * output.c (output_parser): Use it.
211 2001-03-16 Akim Demaille <akim@epita.fr>
213 * m4/strerror_r.m4: New.
214 * m4/error.m4: Run AC_FUNC_STRERROR_R.
215 * lib/error.h, lib/error.c: Update.
217 2001-03-16 Akim Demaille <akim@epita.fr>
219 * src/getargs.c (longopts): Clean up.
221 2001-02-21 Akim Demaille <akim@epita.fr>
223 * src/reader.c (gensym): `gensym_count' is your own.
224 Use a static buf to create the symbol name, as token_buffer is no
227 2001-02-08 Akim Demaille <akim@epita.fr>
229 * src/conflicts.c (conflict_report): Be sure not to append to res
230 between two calls, which could happen if both first sprintf were
231 skipped, but not the first cp += strlen.
233 2001-02-08 Akim Demaille <akim@epita.fr>
235 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
236 New, from fileutils 4.0.37.
237 * configure.in: Require Autoconf 2.49c. I took some time before
238 making this decision. This is the only way out for portability
239 issues in Bison, it would mean way too much duplicate effort to
240 import in Bison features implemented in 2.49c since 2.13.
241 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
243 2001-02-02 Akim Demaille <akim@epita.fr>
245 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
246 * lib/xalloc.h, lib/xmalloc.c: Update.
248 2001-01-19 Akim Demaille <akim@epita.fr>
250 Get rid of the ad hoc handling of token_buffer in the scanner: use
253 * src/lex.c (token_obstack): New.
254 (init_lex): Initialize it. No longer call...
255 (grow_token_buffer): this. Remove it.
256 Adjust all the places which used it to use the obstack.
258 2001-01-19 Akim Demaille <akim@epita.fr>
260 * src/lex.h: Rename all the tokens:
261 s/\bENDFILE\b/tok_eof/g;
262 s/\bIDENTIFIER\b/tok_identifier/g;
264 Let them be enums, not #define, to ease debugging.
267 2001-01-18 Akim Demaille <akim@epita.fr>
269 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
270 * src/lex.c (maxtoken, grow_token_buffer): Static.
272 2001-01-18 Akim Demaille <akim@epita.fr>
274 Since we now use obstacks, more % directives can be enabled.
276 * src/lex.c (percent_table): Also accept `%yacc',
277 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
279 Handle the actions for `%semantic_parser' and `%pure_parser' here,
280 instead of returning a token.
281 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
282 * src/reader.c (read_declarations): Adjust.
283 * src/files.c (open_files): Don't call `compute_base_names', don't
284 compute `attrsfile' since they depend upon data which might be
285 *in* the input file now.
286 (output_files): Do it here.
287 * src/output.c (output_headers): Document the fact that this patch
288 introduces a guaranteed SEGV for semantic parsers.
289 * doc/bison.texinfo: Document them.
290 * tests/suite.at: Exercise these %options.
292 2000-12-20 Akim Demaille <akim@epita.fr>
294 Also handle the output file (--verbose) with obstacks.
296 * files.c (foutput): Remove.
297 (output_obstack): New.
298 Adjust all dependencies.
299 * src/conflicts.c: Return a string.
300 * src/system.h (obstack_grow_string): Rename as...
301 (obstack_sgrow): this. Be ready to work with non literals.
302 (obstack_fgrow4): New.
304 2000-12-20 Akim Demaille <akim@epita.fr>
306 * src/files.c (open_files): Fix the computation of short_base_name
307 in the case of `-o foo.tab.c'.
309 2000-12-20 Akim Demaille <akim@epita.fr>
311 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
312 (copy_dollar): Now that everything uses obstacks, get rid of the
315 2000-12-20 Akim Demaille <akim@epita.fr>
317 * src/files.c (open_files): Actually the `.output' file is based
318 on the short_base_name, not base_name.
319 * tests/suite.at (Checking output file names): Adjust.
321 2000-12-20 Akim Demaille <akim@epita.fr>
323 * src/bison.s1: Remove, we now use directly...
324 * src/bison.simple: this.
325 * src/Makefile.am: Use pkgdata instead of data.
327 2000-12-20 Akim Demaille <akim@epita.fr>
329 * src/files.c (guard_obstack): New.
330 (open_files): Initialize it.
331 (output_files): Dump it...
332 * src/files.h: Export it.
333 * src/reader.c (copy_guard): Use it.
335 2000-12-19 Akim Demaille <akim@epita.fr>
337 * src/files.c (outfile, defsfile, actfile): Removed as global
339 (open_files): Don't compute them.
340 (output_files): Adjust.
341 (base_name, short_base_name): Be global.
344 2000-12-19 Akim Demaille <akim@epita.fr>
346 * src/files.c (strsuffix): New.
347 (stringappend): Be just like strcat but allocate.
348 (base_names): Eve out from open_files.
349 Try to simplify the rather hairy computation of base_name and
351 (open_files): Use it.
352 * tests/suite.at (Checking output file names): New test.
354 2000-12-19 Akim Demaille <akim@epita.fr>
356 * src/system.h (obstack_grow_literal_string): Rename as...
357 (obstack_grow_string): this.
358 * src/output.c (output_parser): Recognize `%% actions' instead of
360 * src/bison.s1: s/$/%% actions/.
361 * src/bison.hairy: Likewise.
363 2000-12-19 Akim Demaille <akim@epita.fr>
365 * src/output.c (output_parser): Compute the `#line' lines when
367 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
368 Suggested by Hans Aberg.
370 2000-12-19 Akim Demaille <akim@epita.fr>
372 Let the handling of the skeleton files be local to the procedures
375 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
377 (fparser, open_extra_files): Remove.
378 (open_files, output_files): Don't take care of fparser.
379 * src/files.h: Adjust.
380 * src/output.c (output_parser): Open and close the file to the
382 * src/reader.c (read_declarations): When %semantic_parser, open
385 2000-12-19 Akim Demaille <akim@epita.fr>
387 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
388 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
390 2000-12-19 Akim Demaille <akim@epita.fr>
392 * src/files.c (open_files): Yipee! We no longer need all the code
393 looking for `/tmp' since we have no tmp file.
395 2000-12-19 Akim Demaille <akim@epita.fr>
397 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
399 * src/files.c (open_files): Less dependency on MSDOS etc.
401 2000-12-14 Akim Demaille <akim@epita.fr>
403 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
404 Provide a default definition.
405 Use it when executing the default @ action.
406 * src/reader.c (reader_output_yylsp): No longer include
407 `timestamp' and `text' in the default YYLTYPE.
409 2000-12-12 Akim Demaille <akim@epita.fr>
411 * src/reader.c (copy_definition, parse_union_decl, copy_action)
412 (copy_guard): Quote the file names.
413 Reported by Laurent Mascherpa.
415 2000-12-12 Akim Demaille <akim@epita.fr>
417 * src/output.c (output_headers, output_program, output): Be sure
418 to escape special characters when outputting filenames.
419 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
420 (output_headers): Don't depend on them, Use ACTSTR.
422 2000-11-17 Akim Demaille <akim@epita.fr>
424 * lib/obstack.h: Formatting changes.
425 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
426 prevents type checking.
427 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
428 cast the value to (void *): assigning a `foo *' to a `void *'
430 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
431 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
434 2000-11-17 Akim Demaille <akim@epita.fr>
436 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
438 (suite.m4, regression.m4, calc.m4): these.
439 * tests/atgeneral.m4: Update from CVS Autoconf.
441 2000-11-17 Akim Demaille <akim@epita.fr>
443 * tests/regression.m4 (%union and --defines): New test,
444 demonstrating a current bug in the obstack implementation.
446 2000-11-17 Akim Demaille <akim@epita.fr>
448 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
450 Use them to declare the variables which are global or local to
453 2000-11-17 Akim Demaille <akim@epita.fr>
455 * acconfig.h: Remove, no longer used.
457 2000-11-07 Akim Demaille <akim@epita.fr>
459 * src: s/Copyright (C)/Copyright/g.
461 2000-11-07 Akim Demaille <akim@epita.fr>
463 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
465 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
467 2000-11-07 Akim Demaille <akim@epita.fr>
469 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
470 Merge in a single CPP if/else.
472 2000-11-07 Akim Demaille <akim@epita.fr>
474 * src/output.c (output): Remove useless variables.
475 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
476 argument `data' for consistency with the prototypes.
478 (obstack_copy, obstack_copy0): Rename the second argument as
479 `address' for consistency. Qualify it `const'.
480 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
481 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
482 `const' their input argument (`data' or `address').
483 Adjust the corresponding macros to include `const' in casts.
485 2000-11-03 Akim Demaille <akim@epita.fr>
487 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
488 s/PFILE1/BISON_HAIRY/.
491 2000-11-03 Akim Demaille <akim@epita.fr>
493 For some reason, this was not applied.
495 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
496 `unlink': it's no longer used.
498 2000-11-03 Akim Demaille <akim@epita.fr>
500 * src/files.c (skeleton_find): New function, eved out of...
501 (open_files, open_extra_files): here.
503 2000-11-03 Akim Demaille <akim@epita.fr>
507 * src/files.c (obstack_save): New function.
509 (output_files): this.
511 * src/main.c (main): Don't use `atexit' to register `done', since
512 it no longer has to remove tmp files, just call `output_files'
513 when there are no errors.
515 2000-11-02 Akim Demaille <akim@epita.fr>
517 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
518 `unlink': it's no longer used.
519 * src/files.h: Formatting changes.
521 2000-11-02 Akim Demaille <akim@epita.fr>
523 Remove the last uses of mktemp and unlink/delete.
525 * src/files.c (fdefines, ftable): Removed.
526 (defines_ostack, table_obstack): New.
527 Adjust dependencies of the former into uses of the latter.
528 * src/output.c (output_short_or_char_table, output_short_table):
529 Convert to using obstacks.
530 * src/reader.c (copy_comment2): Accept one FILE * and two
532 (output_token_defines, reader_output_yylsp): Use obstacks.
533 * src/system.h (obstack_fgrow3): New.
535 2000-11-01 Akim Demaille <akim@epita.fr>
537 Change each use of `fattrs' into a use of `attrs_obstack'.
539 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
540 * src/files.c (fattrs): Remove.
541 (attrs_obstack): New.
542 Adjust all dependencies.
543 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
545 2000-11-01 Akim Demaille <akim@epita.fr>
548 Change each use of `faction' into a use of `action_obstack'.
550 * lib/obstack.h, lib/obstack.c: New files.
551 * src/files.c (faction): Remove.
552 (action_obstack): New.
553 Adjust all dependencies.
555 2000-10-20 Akim Demaille <akim@epita.fr>
557 * lib/quote.h (PARAMS): New macro. Use it.
559 2000-10-16 Akim Demaille <akim@epita.fr>
561 * src/output.c (output_short_or_char_table): New function.
562 (output_short_table, output_token_translations): Use it.
563 (goto_actions): Use output_short_table.
565 2000-10-16 Akim Demaille <akim@epita.fr>
567 * src/symtab.c (bucket_new): New function.
570 * src/output.c (output_short_table): New argument to display the
571 comment associated with the table.
573 (output_gram): Use it.
574 (output_rule_data): Nicer output layout for YYTNAME.
576 2000-10-16 Akim Demaille <akim@epita.fr>
578 * src/lex.c (read_typename): New function.
580 * src/reader.c (copy_dollar): Likewise.
582 2000-10-16 Akim Demaille <akim@epita.fr>
584 * src/reader.c (copy_comment2): Expect the input stream to be on
585 the `/' which is suspected to open a comment, instead of being
586 called after `//' or `/*' was read.
587 (copy_comment, copy_definition, parse_union_decl, copy_action)
588 (copy_guard): Adjust.
590 2000-10-16 Akim Demaille <akim@epita.fr>
592 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
593 `read_signed_integer'.
595 2000-10-16 Akim Demaille <akim@epita.fr>
597 * src/reader.c (copy_dollar): New function.
598 (copy_guard, copy_action): Use it.
600 2000-10-16 Akim Demaille <akim@epita.fr>
602 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
603 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
604 New files, from Fileutils 4.0.27.
605 * src/main.c (printable_version): Remove.
606 * src/lex.c, src/reader.c: Use `quote'.
608 2000-10-04 Akim Demaille <akim@epita.fr>
610 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
612 2000-10-04 Akim Demaille <akim@epita.fr>
614 * doc/bison.texinfo: Various typos spotted by Neil Booth.
616 2000-10-04 Akim Demaille <akim@epita.fr>
618 When a literal string is used to define two different tokens,
619 `bison -v' segfaults.
620 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
622 * tests/regression.m4: New file.
623 Include the core of the sample provided by Piotr Gackiewicz.
624 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
627 2000-10-04 Akim Demaille <akim@epita.fr>
629 * src/reader.c (parse_expect_decl): Keep `count' within the size
633 2000-10-02 Paul Eggert <eggert@twinsun.com>
635 * bison.s1 (yyparse): Assign the default value
636 unconditionally, to avoid a GCC warning and make the parser a
639 2000-10-02 Akim Demaille <akim@epita.fr>
641 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
644 2000-10-02 Akim Demaille <akim@epita.fr>
646 * src/derives.c, src/print.c, src/reduce.c: To ease the
647 translation, move some `\n' out of the translated strings.
649 2000-10-02 Akim Demaille <akim@epita.fr>
651 The location tracking mechanism is precious for parse error
652 messages. Nevertheless, it is enabled only when `@n' is used in
653 the grammar, which is a different issue (you can use it in error
654 message, but not in the grammar per se). Therefore, there should
655 be another means to enable it.
657 * src/getargs.c (getargs): Support `--locations'.
659 * src/getargs.h (locationsflag): Export it.
660 * src/lex.c (percent_table): Support `%locations'.
661 * src/reader.c (yylsp_needed): Remove this variable, now replaced
662 with `locationsflag'.
663 * doc/bison.texinfo: Document `--locations' and `%locations'.
665 * tests/calc.m4: Test it.
667 For regularity of the names, replace each
668 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
669 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
670 In addition replace each `flag' with `_flag'.
672 2000-10-02 Akim Demaille <akim@epita.fr>
674 Also test parse error messages, including with YYERROR_VERBOSE.
676 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
678 Use it to check the computations.
679 Use it to check `nonassoc' is honored.
680 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
682 (_AT_CHECK_CALC): Adjust to this option.
683 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
685 2000-10-02 Akim Demaille <akim@epita.fr>
687 Test also `--verbose', `--defines' and `--name-prefix'. Testing
688 the latter demonstrates a flaw in the handling of non debugging
689 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
690 was used in order to simplify:
706 unfortunately this leads to a CPP conflict when
707 `--name-prefix=foo' is used since it produces `#define yydebug
710 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
711 (YYDPRINTF): New macro.
713 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
715 Also test `--verbose', `--defines' and `--name-prefix'.
717 2000-10-02 Akim Demaille <akim@epita.fr>
719 Improve the readability of the produced parsers.
721 * src/bison.s1: Formatting changes.
722 Improve the comment related to the `$' mark.
723 (yydefault): Don't fall through to `yyresume': `goto' there.
724 * src/output.c (output_parser): When the `$' is met, skip the end
726 New variable, `number_of_dollar_signs', to check there's exactly
727 one `$' in the parser skeleton.
729 2000-10-02 Akim Demaille <akim@epita.fr>
731 * lib/xstrdup.c: New file, from the fileutils.
732 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
733 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
734 instead of strlen + xmalloc + strcpy.
735 * src/symtab.c (copys): Remove, use xstrdup instead.
737 2000-10-02 Akim Demaille <akim@epita.fr>
739 * src/gram.h (associativity): New enum type which replaces the
740 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
741 `right_assoc', `left_assoc' and `non_assoc'.
742 Adjust all dependencies.
743 * src/reader.c: Formatting changes.
744 (LTYPESTR): Don't define it, use it as a literal in
745 `reader_output_yylsp'.
746 * src/symtab.h (symbol_class): New enum type which replaces the
747 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
748 `sunknown', `stoken and `snterm'.
750 2000-10-02 Akim Demaille <akim@epita.fr>
752 * src/getargs.c (fixed_outfiles): Rename as...
753 (yaccflag): for consistency and accuracy.
756 2000-10-02 Akim Demaille <akim@epita.fr>
758 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
759 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
760 difficult and introduced a lot of core dump. It turns out that
761 Bison used an implementation of `xmalloc' based on `calloc', and
762 at various places it does depend upon the initialization to 0. I
763 have not tried to isolate the pertinent places, and all the former
764 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
765 someone should address this issue.
767 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
768 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
771 * src/warshall.h: New file.
774 2000-10-02 Akim Demaille <akim@epita.fr>
776 Various anti-`extern in *.c' changes.
778 * src/system.h: Include `assert.h'.
780 2000-10-02 Akim Demaille <akim@epita.fr>
782 * src/state.h (nstates, final_state, first_state, first_shift)
783 (first_reduction): Move their exportation from here...
784 * src/LR0.h: to here.
786 * src/getargs.c (statisticsflag): New variable.
787 Add support for `--statistics'.
790 Remove a lot of now useless `extern' statements in most files.
792 2000-10-02 Akim Demaille <akim@epita.fr>
794 * src/LR0.h: New file.
797 2000-10-02 Akim Demaille <akim@epita.fr>
799 * src/print.h: New file.
801 * src/print.c: Formatting and ordering changes.
802 (verbose, terse): Replace with...
803 (print_results): this new function.
806 2000-10-02 Akim Demaille <akim@epita.fr>
808 * src/conflicts.c (conflict_report): New function.
809 (conflict_log, verbose_conflict_log): Replace with...
810 (print_conflicts): this function.
812 * src/conflicts.h: New file.
813 Propagate its inclusion.
815 2000-10-02 Akim Demaille <akim@epita.fr>
817 * src/nullable.h: New file.
818 Propagate its inclusion.
819 * src/nullable.c: Formatting changes.
821 2000-10-02 Akim Demaille <akim@epita.fr>
823 * src/reduce.h: New file.
824 Propagate its inclusion.
825 * src/reduce.c: Topological sort and other formatting changes.
826 (bool, TRUE, FALSE): Move their definition to...
827 * src/system.h: here.
829 2000-10-02 Akim Demaille <akim@epita.fr>
831 * src/files.c: Formatting changes.
832 (tryopen, tryclose, openfiles): Rename as...
833 (xfopen, xfclose, open_files): this.
834 (stringappend): static.
835 * src/files.h: Complete the list of exported symbols.
838 2000-10-02 Akim Demaille <akim@epita.fr>
840 * src/reader.h: New file.
841 Propagate its use instead of tedious list of `extern' and
843 * src/reader.c: Formatting changes, topological sort,
846 2000-10-02 Akim Demaille <akim@epita.fr>
848 * src/lex.h: Prototype `lex.c' exported functions.
849 * src/reader.c: Adjust.
850 * src/lex.c: Formatting changes.
851 (safegetc): Rename as...
854 2000-10-02 Akim Demaille <akim@epita.fr>
856 * src/lalr.h: New file.
857 Propagate its inclusion instead of prototypes and `extern'.
858 * src/lalr.c: Formatting changes, topological sorting etc.
860 2000-10-02 Akim Demaille <akim@epita.fr>
862 * src/output.c (token_actions): Introduce a temporary array,
863 YYDEFACT, that makes it possible for this function to use
866 2000-10-02 Akim Demaille <akim@epita.fr>
868 `user_toknums' is output as a `short[]' in `output.c', while it is
869 defined as a `int[]' in `reader.c'. For consistency with the
870 other output tables, `user_toknums' is now defined as a table of
873 * src/reader.c (user_toknums): Be a short table instead of an int
877 Factor the short table outputs.
879 * src/output.c (output_short_table): New function.
880 * src/output.c (output_gram, output_stos, output_rule_data)
881 (output_base, output_table, output_check): Use it.
883 2000-10-02 Akim Demaille <akim@epita.fr>
885 * src/output.c (output): Topological sort of the functions, in
886 order to get rid of the `static' prototypes.
887 No longer use `register'.
888 * src/output.h: New file.
889 Propagate its inclusion in files explicitly prototyping functions
892 2000-09-21 Akim Demaille <akim@epita.fr>
894 * src/atgeneral.m4: Update from Autoconf.
896 2000-09-21 Akim Demaille <akim@epita.fr>
898 * src/closure.h: New file.
899 * src/closure.c: Formatting changes, topological sort over the
900 functions, use of closure.h.
901 (initialize_closure, finalize_closure): Rename as...
902 (new_closure, free_closure): these. Adjust dependencies.
903 * src/LR0.c: Formatting changes, topological sort, use of
905 (initialize_states): Rename as...
907 * src/Makefile.am (noinst_HEADERS): Adjust.
909 2000-09-20 Akim Demaille <akim@epita.fr>
911 * src/acconfig.h: Don't protect config.h against multiple
914 * src/system.h: Define PARAMS.
915 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
916 purpose of config.h. system.h must not try to fix wrong
917 definitions in config.h.
919 2000-09-20 Akim Demaille <akim@epita.fr>
921 * src/derives.h: New file.
922 * src/main.c, src/derives.h: Use it.
924 * src/Makefile.am (noinst_HEADERS): Adjust.
926 2000-09-20 Akim Demaille <akim@epita.fr>
928 * tests/atgeneral.m4: Update from Autoconf.
929 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
930 (AT_CHECK_CALC): New macros.
931 Use these macros to test bison with options `', `--raw',
932 `--debug', `--yacc', `--yacc --debug'.
934 2000-09-19 Akim Demaille <akim@epita.fr>
936 * src/output.c: Formatting changes.
937 * src/machine.h: Remove, leaving its contents in...
938 * src/system.h: here.
940 Adjust all dependencies on stdio.h and machine.h.
941 * src/getargs.h: New file.
942 Let all `extern' declarations about getargs.c be replaced with
943 inclusion of `getargs.h'.
944 * src/Makefile.am (noinst_HEADERS): Adjust.
946 * tests/calc.m4 (yyin): Be initialized in main, not on the global
948 (yyerror): Returns void, not int.
949 * doc/bison.texinfo: Formatting changes.
951 2000-09-19 Akim Demaille <akim@epita.fr>
953 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
956 2000-09-18 Akim Demaille <akim@epita.fr>
958 * configure.in: Append WARNING_CFLAGS to CFLAGS.
959 * src/Makefile.am (INCLUDES): Don't.
960 Be ready to fetch headers in lib/.
962 2000-09-18 Akim Demaille <akim@epita.fr>
964 * doc/bison.texinfo: Update the copyright.
965 ANSIfy and GNUify the examples.
968 2000-09-18 Akim Demaille <akim@epita.fr>
970 First set of tests: use the `calc' example from the documentation.
972 * src/bison.s1 (yyparse): Condition the code using `yytname' which
973 is defined only when YYDEBUG is.
974 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
975 * src/files.c (tryopen, tryclose): Formatting changes.
976 Move to the top and be static.
977 * src/reader.c (read_signed_integer): Likewise.
978 * tests/calc.m4: New file.
979 * Makefile.am, suite.m4: Adjust.
980 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
982 2000-09-18 Akim Demaille <akim@epita.fr>
984 Add support for an Autotest test suite for Bison.
986 * m4/m4.m4, m4/atconfig.m4: New files.
987 * m4/Makefile.am (EXTRA_DIST): Adjust.
988 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
990 * src/getargs.c: Display a more standard --version message.
991 * src/reader.c (reader): Formatting changes.
992 No longer depend upon VERSION_STRING.
993 * configure.in: No longer use `dnl'.
994 Set up the test suite and the new directory `tests/.
995 (VERSION_STRING): Remove.
997 2000-04-14 Akim Demaille <akim@epita.fr>
999 * src/reader.c (copy_comment2): New function, same as former
1000 `copy_comment', but outputs into two FILE *.
1001 (copy_comment): Use it.
1002 (parse_union_decl): Use it.
1003 (get_type, parse_start_decl): Use the same `invalid' message.
1004 (parse_start_decl, parse_union_decl): Use the same `multiple'
1006 (parse_union_decl, copy_guard, copy_action): Use the same
1007 `unmatched' message.
1008 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
1010 2000-03-31 Akim Demaille <akim@epita.fr>
1012 * src/files.c (tryopen, tryclose): Move to the top.
1015 2000-03-31 Akim Demaille <akim@epita.fr>
1017 * src/main.c (main): Don't call `done', exit does it.
1019 2000-03-31 Akim Demaille <akim@epita.fr>
1021 * allocate.c: s/return (foo)/return foo/.
1024 * output.c: Likewise.
1025 * reader.c: Likewise.
1026 * symtab.c: Likewise.
1027 * vmsgetargs.c: Likewise.
1029 2000-03-31 Akim Demaille <akim@epita.fr>
1031 Clean up the error reporting functions.
1033 * src/report.c: New file.
1034 * src/report.h: Likewise.
1035 * src/Makefile.am: Adjust.
1036 * m4/error.m4: New file.
1037 * m4/Makefile.am: Adjust.
1038 * configure.in (jm_PREREQ_ERROR): Call it.
1039 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
1041 (fatal, fatals): Remove. All callers use complain.c::fatal.
1042 (warn, warni, warns, warnss, warnss): Remove. All callers use
1043 complain.c::complain.
1044 (toomany): Remove, use fatal instead.
1045 * src/files.c (done): No argument, use complain_message_count.
1046 * src/main.c (main): Register `done' to `atexit'.
1048 * src/getargs.c (usage): More `fputs', less `fprintf'.
1050 2000-03-28 Akim Demaille <akim@epita.fr>
1052 * lib/: New directory.
1053 * Makefile.am (SUBDIRS): Adjust.
1054 * configure.in: Adjust.
1055 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
1057 * src/alloca.c: Moved to lib/.
1058 * src/getopt.c: Likewise.
1059 * src/getopt1.c: Likewise.
1060 * src/getopt.h: Likewise.
1061 * src/ansi2knr.c: Likewise.
1062 * src/ansi2knr.1: Likewise.
1063 * src/Makefile.am: Adjust.
1064 * lib/Makefile.am: New file.
1066 2000-03-28 Akim Demaille <akim@epita.fr>
1068 * src/getargs.c (usage): Refresh the help message.
1070 2000-03-17 Akim Demaille <akim@epita.fr>
1072 * src/getopt1.c: Updated from textutils 2.0e
1073 * src/getopt.c: Likewise.
1074 * src/getopt.h: Likewise.
1076 2000-03-17 Akim Demaille <akim@epita.fr>
1078 * src/Makefile.am (bison.simple): Fix the awk program: quote only
1079 the file name, not the whole `#line LINE FILE'.
1081 2000-03-17 Akim Demaille <akim@epita.fr>
1083 On syntax errors, report the token on which we choked.
1085 * src/bison.s1 (yyparse): In the label yyerrlab, when
1086 YYERROR_VERBOSE, add yychar in msg.
1088 2000-03-17 Akim Demaille <akim@epita.fr>
1090 * src/reader.c (copy_at): New function.
1091 (copy_guard): Use it.
1092 (copy_action): Use it.
1094 2000-03-17 Akim Demaille <akim@epita.fr>
1096 Be kind to translators, save some useless translations.
1098 * src/main.c (banner): New function.
1099 (fatal_banner): Use it.
1100 (warn_banner): Use it.
1102 2000-03-17 Akim Demaille <akim@epita.fr>
1104 * src/reader.c (copy_definition): Use copy_string and
1105 copy_comment. Removed now unused `match', `ended',
1107 (copy_comment, copy_string): Moved, to be visible from
1110 2000-03-17 Akim Demaille <akim@epita.fr>
1112 * src/reader.c (copy_string): Declare `static inline'. No
1113 problems with inline, since it is checked by configure.
1114 (copy_comment): Likewise.
1116 2000-03-17 Akim Demaille <akim@epita.fr>
1118 * src/reader.c (packsymbols): Formatting changes.
1120 2000-03-17 Akim Demaille <akim@epita.fr>
1122 * src/reader.c (copy_comment): New function, factored out from:
1123 (copy_action): Use it. Removed now unused `match', `ended',
1125 (copy_guard): Likewise.
1127 2000-03-17 Akim Demaille <akim@epita.fr>
1129 * src/reader.c (copy_string): New function, factored out from:
1130 (copy_action): Use it.
1131 (copy_guard): Likewise.
1133 2000-03-17 Akim Demaille <akim@epita.fr>
1135 Change the handling of @s so that they behave exactly like $s.
1136 There is now a pseudo variable @$ (readble and writable), location
1137 of the lhs of the rule (by default ranging from the location of
1138 the first symbol of the rhs, to the location of the last symbol,
1139 or, if the rhs is empty, YYLLOC).
1141 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
1143 (yyparse): When providing a default semantic action, provide a
1144 default location action.
1145 (after the $): No longer change `*YYLSP', just stack YYLOC the
1146 same way you stack YYVAL.
1147 * src/reader.c (read_declarations): Use warns.
1148 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
1149 (copy_action, case '@'): Likewise.
1150 Use a standard error message, to save useless work from
1153 2000-03-17 Akim Demaille <akim@epita.fr>
1155 * src/bison.s1: Formatting and cosmetics changes.
1156 * src/reader.c: Likewise.
1157 Update the Copyright notice.
1159 2000-03-17 Akim Demaille <akim@epita.fr>
1161 * src/bison.s1 (#line): All set to `#line' only, since the
1162 Makefile now handles them.
1164 2000-03-16 Akim Demaille <akim@epita.fr>
1166 * src/output.c (output_rule_data): Output the documentation of
1168 (Copyright notice): Update.
1171 2000-03-16 Akim Demaille <akim@epita.fr>
1173 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
1174 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
1175 One `#if YYDEBUG' remains, since it uses variables which are
1176 defined only if `YYDEBUG != 0'.
1178 2000-03-16 Akim Demaille <akim@epita.fr>
1180 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
1181 and related variables so that the similarities are highlighted.
1183 2000-03-16 Akim Demaille <akim@epita.fr>
1185 * src/bison.s1: Properly indent CPP directives.
1187 2000-03-16 Akim Demaille <akim@epita.fr>
1189 * src/bison.s1: Properly indent the `alloca' CPP section.
1191 2000-03-16 Akim Demaille <akim@epita.fr>
1193 Do not hard code values of directories in `configure.in'.
1194 Update the `configure' tool chain.
1196 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
1198 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
1199 (AC_OUTPUT): Add m4/Makefile.
1200 Bump to bison 1.28a, 1.29 has never been released.
1201 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
1202 handled via src/Makefile.am.
1203 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
1204 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
1206 * Makefile.am (SUBDIRS): Add m4.
1207 (ACLOCAL_AM_FLAGS): New variable.
1208 (AUTOMAKE_OPTIONS): Add check-news.
1209 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
1210 the proper line number and file name.
1211 (DEFS): Propagate the location of bison library files and of the
1213 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
1215 * acinclude.m4: Remove, replaced by the directory m4.
1216 * m4/Makefile.am (EXTRA_DIST): New variable.
1217 * m4/gettext.m4: New file, from the fileutils.
1218 * m4/lcmessage.m4: Likewise
1219 * m4/progtest.m4: Likewise.
1220 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
1222 2000-03-10 Akim Demaille <akim@epita.fr>
1225 Formatting changes of various comments.
1226 Respect the GNU coding standards at various places.
1227 Don't use `_()' when no translation is needed.
1229 1999-12-13 Jesse Thilo <jthilo@gnu.org>
1232 OS/2 honors TMPDIR environment variable.
1234 1999-12-13 Jesse Thilo <jthilo@gnu.org>
1236 * doc/bison.texinfo: Tweaked spelling and grammar.
1238 Removed reference to price of printed copy.
1239 Mention BISON_SIMPLE and BISON_HAIRY.
1241 1999-12-13 Jesse Thilo <jthilo@gnu.org>
1243 * configure.in, NEWS:
1244 Bison 1.29 released.
1246 1999-10-27 Jesse Thilo <jthilo@gnu.org>
1248 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
1249 Added reference card.
1251 1999-07-26 Jesse Thilo <jthilo@gnu.org>
1253 * po/ru.po: Added Russian translation.
1255 1999-07-26 Jesse Thilo <jthilo@gnu.org>
1257 * configure.in: Added Russian translation.
1259 1999-07-06 Jesse Thilo <jthilo@gnu.org>
1261 * configure.in, NEWS, README:
1262 Released version 1.28.
1264 1999-06-14 Jesse Thilo <jthilo@gnu.org>
1267 Squashed redefinition warning on some systems.
1269 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
1270 Have configure build version string instead of relying on ANSI string
1273 1999-06-14 Jesse Thilo <jthilo@gnu.org>
1275 * po/POTFILES.in: Got rid of version.c.
1277 1999-06-14 Jesse Thilo <jthilo@gnu.org>
1279 * acconfig.h, configure.in:
1280 Have configure build version string instead of relying on ANSI string
1283 1999-06-08 Jesse Thilo <jthilo@gnu.org>
1286 Dropped mention of `+' for long-named options.
1288 1999-05-30 Jesse Thilo <jthilo@gnu.org>
1290 * src/files.c: Added <unistd.h> for unlink().
1292 * src/Makefile.am, src/system.h:
1295 1999-05-30 Jesse Thilo <jthilo@gnu.org>
1297 * README: Added a FAQ list.
1299 * configure.in, acconfig.h:
1302 1999-05-30 Jesse Thilo <jthilo@gnu.org>
1304 * doc/FAQ, doc/Makefile.am:
1307 1999-05-19 Jesse Thilo <jthilo@gnu.org>
1309 * src/alloc.h, src/symtab.h, src/version.c:
1310 Protected inclusion of "config.h" with HAVE_CONFIG_H.
1312 1999-04-18 Jesse Thilo <jthilo@gnu.org>
1314 * src/.cvsignore, src/Makefile.am:
1315 Reorganized: sources in `src', documentation in `doc'.
1317 * src/lex.c (literalchar):
1318 fixed the code for escaping double quotes (thanks
1321 1999-04-18 Jesse Thilo <jthilo@gnu.org>
1323 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
1324 Adjusted paths to reflect directory reorganization.
1326 1999-04-18 Jesse Thilo <jthilo@gnu.org>
1328 * doc/.cvsignore, doc/Makefile.am:
1329 Reorganized: sources in `src', documentation in `doc'.
1331 1999-04-18 Jesse Thilo <jthilo@gnu.org>
1334 Updated AC_INIT file to reflect directory reorganization.
1336 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
1337 Reorganized: sources in `src', documentation in `doc'.
1339 1999-04-13 Jesse Thilo <jthilo@gnu.org>
1342 Don't declare calloc() and realloc() if not necessary.
1344 1999-04-13 Jesse Thilo <jthilo@gnu.org>
1346 * configure.in, acconfig.h, acinclude.m4:
1347 Don't declare calloc() and realloc() if not necessary.
1349 1999-03-23 Jesse Thilo <jthilo@gnu.org>
1351 * po/.cvsignore: Added i18n support.
1353 1999-03-23 Jesse Thilo <jthilo@gnu.org>
1355 * acconfig.h, configure.in, Makefile.am:
1358 1999-03-22 Jesse Thilo <jthilo@gnu.org>
1360 * src/bison.s1: Fixed #line numbers.
1362 1999-03-15 Jesse Thilo <jthilo@gnu.org>
1364 * po/es.po, po/fr.po, po/nl.po, po/de.po:
1365 Added PO files from Translation Project.
1367 1999-03-03 Jesse Thilo <jthilo@gnu.org>
1370 Added support for non-ANSI compilers (ansi2knr).
1372 1999-02-16 Jesse Thilo <jthilo@gnu.org>
1374 * configure.in: Bumped version number to 1.27.
1377 Added `bison.simple' to list of files removed by `make distclean'.
1379 1999-02-12 Jesse Thilo <jthilo@gnu.org>
1381 * src/files.c, src/files.h:
1382 Defined locations of parser files in config.h instead of Makefile.
1384 1999-02-12 Jesse Thilo <jthilo@gnu.org>
1386 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
1387 Defined locations of parser files in config.h instead of Makefile.
1389 1999-02-09 Jesse Thilo <jthilo@gnu.org>
1392 Removed inappropriate use of $< macro.
1394 1999-02-05 Jesse Thilo <jthilo@gnu.org>
1396 * po/Makefile.in.in, po/POTFILES.in:
1397 Add `po' directory skeleton.
1399 1999-01-27 Jesse Thilo <jthilo@gnu.org>
1401 * README: Document help-bison list.
1403 * configure.in: Add check for mkstemp().
1405 1999-01-20 Jesse Thilo <jthilo@gnu.org>
1407 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
1408 Hush a few compiler warnings.
1411 Add tryclose(), which verifies that fclose was successful.
1412 Hush a couple of compiler warnings.
1414 1999-01-20 Jesse Thilo <jthilo@gnu.org>
1416 * Makefile.am, OChangeLog:
1417 ChangeLog is now automatically generated. Include the old version as
1420 1999-01-14 Jesse Thilo <jthilo@gnu.org>
1422 * 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:
1425 1999-01-14 Jesse Thilo <jthilo@gnu.org>
1427 * doc/bison.texinfo: Fix formatting glitch.
1429 * doc/bison.texinfo: Update FSF address.
1431 1999-01-14 Jesse Thilo <jthilo@gnu.org>
1433 * acconfig.h: Update FSF address.
1435 1999-01-08 Jesse Thilo <jthilo@gnu.org>
1438 Don't define PACKAGE here, since config.h defines it.
1440 1998-12-30 Jesse Thilo <jthilo@gnu.org>
1442 * src/reader.c: Update copyright date.
1445 Ditch sprintf to statically-sized buffers in fatal/warn functions in
1446 favor of output directly to stderr (avoids buffer overruns).
1448 * src/reader.c: Some checks for premature EOF.
1450 * 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:
1451 Use prototypes if the compiler understands them.
1453 * src/files.c: Honor TMPDIR on Unix hosts.
1454 Use prototypes if the compiler understands them.
1457 Fix a couple of buffer overrun bugs.
1458 Use prototypes if the compiler understands them.
1460 * src/system.h: Include unistd.h and ctype.h.
1461 Use #ifdef instead of #if for NLS symbols.
1463 1998-12-30 Jesse Thilo <jthilo@gnu.org>
1465 * doc/bison.texinfo:
1466 Delete comment "consider using @set for edition number, etc..." since
1467 we now are doing so.
1469 1998-12-30 Jesse Thilo <jthilo@gnu.org>
1472 Use prototypes if the compiler understands them.
1474 * NEWS: Document 1.26 highlights.
1476 * Makefile.am: Require Automake 1.3 or later.
1479 Use prototypes if the compiler understands them.
1481 1998-12-29 Jesse Thilo <jthilo@gnu.org>
1484 Use VERSION symbol from automake for version number.
1486 1998-12-29 Jesse Thilo <jthilo@gnu.org>
1488 * acconfig.h, configure.in, version.cin:
1489 Use VERSION symbol from automake for version number.
1491 1998-11-28 Jesse Thilo <jthilo@gnu.org>
1494 Distribute original version of simple parser (bison.s1), not built
1495 version (bison.simple).
1497 1998-11-28 Jesse Thilo <jthilo@gnu.org>
1499 * doc/bison.texinfo: Add info dir entry.
1501 * doc/bison.texinfo:
1502 Let automake put version number into documentation.
1504 1998-11-26 Jesse Thilo <jthilo@gnu.org>
1506 * src/bison.cld, src/build.com, src/vmshlp.mar:
1507 Add non-RCS files from /gd/gnu/bison.
1509 1998-11-26 Jesse Thilo <jthilo@gnu.org>
1512 Document the BISON_HAIRY and BISON_SIMPLE variables.
1514 1998-11-25 Jesse Thilo <jthilo@gnu.org>
1516 * src/version.c: Build version.c automatically.
1519 Fix token numbering (used to start at 258, not 257).
1521 * src/system.h: Include config.h.
1523 * src/getargs.c: Update bug report address.
1525 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
1526 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
1528 1998-11-25 Jesse Thilo <jthilo@gnu.org>
1531 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
1533 * configure.in, version.cin:
1534 Build version.c automatically.
1536 * AUTHORS: Add AUTHORS file.
1538 * README: Update bug report address.
1541 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
1543 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
1546 1998-11-25 Jesse Thilo <jthilo@gnu.org>
1548 * doc/bison.texinfo: Clean up some formatting.
1550 1998-05-05 Richard Stallman <rms@gnu.org>
1552 * doc/bison.texinfo:
1553 Explain better why to make a pure parser.
1555 1998-01-05 Richard Stallman <rms@gnu.org>
1557 * src/files.c (openfiles):
1558 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
1559 find a temporary directory, if possible. Do not unlink files while
1562 1997-08-25 Richard Stallman <rms@gnu.org>
1564 * src/reader.c (stack_offset;):
1565 Change some warni to warns.
1567 * src/lex.c (literalchar): Use warns, not warni.
1569 1997-06-28 Richard Stallman <rms@gnu.org>
1571 * src/bison.s1: Add a Bison version comment.
1573 * src/main.c (fatal, warn, berror):
1576 1997-06-28 Richard Stallman <rms@gnu.org>
1578 * Makefile.in (bison_version): New variable.
1579 (dist): Use that variable.
1580 (bison.s1): Substitute the Bison version into bison.simple.
1582 * bison.simple: Add a Bison version comment.
1584 1997-06-18 Richard Stallman <rms@gnu.org>
1586 * src/main.c (fatal, warn, berror):
1587 Make error messages standard.
1588 (toomany): Improve error message text.
1590 * 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:
1591 new.h renamed to alloc.h.
1593 1997-06-18 Richard Stallman <rms@gnu.org>
1595 * Makefile.in: new.h renamed to alloc.h.
1597 1997-05-24 Richard Stallman <rms@gnu.org>
1599 * src/lex.c (literalchar):
1600 Fix the code for escaping \, " and '.
1602 (lex): Avoid trouble when there are many chars
1603 to discard in a char literal with just several chars in it.
1605 1997-05-17 Richard Stallman <rms@gnu.org>
1608 Use malloc, if using alloca is troublesome.
1609 (YYSTACK_USE_ALLOCA): New flag macro.
1610 Define it for some systems and compilers.
1611 (YYSTACK_ALLOC): New macro.
1612 (yyparse): Use YYSTACK_ALLOC to allocate stack.
1613 If it was malloc'd, free it.
1615 1997-05-17 Richard Stallman <rms@gnu.org>
1618 Use malloc, if using alloca is troublesome.
1619 (YYSTACK_USE_ALLOCA): New flag macro.
1620 Define it for some systems and compilers.
1621 (YYSTACK_ALLOC): New macro.
1622 (yyparse): Use YYSTACK_ALLOC to allocate stack.
1623 If it was malloc'd, free it.
1625 1997-04-23 Richard Stallman <rms@gnu.org>
1628 (alloca) [__hpux]: Always define as __builtin_alloca.
1630 1997-04-23 Richard Stallman <rms@gnu.org>
1633 (alloca) [__hpux]: Always define as __builtin_alloca.
1635 1997-04-22 Richard Stallman <rms@gnu.org>
1638 [__hpux]: Include alloca.h (right for HPUX 10)
1639 instead of declaring alloca (right for HPUX 9).
1641 * src/bison.s1 (__yy_memcpy):
1642 Declare arg `count' as unsigned int.
1643 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
1645 1997-04-22 Richard Stallman <rms@gnu.org>
1648 [__hpux]: Include alloca.h (right for HPUX 10)
1649 instead of declaring alloca (right for HPUX 9).
1651 * bison.simple (__yy_memcpy):
1652 Declare arg `count' as unsigned int.
1653 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
1655 1997-01-03 Richard Stallman <rms@gnu.org>
1657 * src/allocate.c: [__STDC__ or _MSC_VER]:
1658 Declare calloc and realloc to return void *.
1660 1997-01-02 Richard Stallman <rms@gnu.org>
1663 [_MSC_VER]: Include stdlib.h and process.h.
1664 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
1666 * src/main.c (main): Return FAILURE as a value.
1667 (printable_version): Declare arg as int, not char.
1669 1997-01-02 Richard Stallman <rms@gnu.org>
1671 * Makefile.in (dist):
1672 Explicitly check for symlinks, and copy them.
1674 1996-12-19 Richard Stallman <rms@gnu.org>
1677 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
1679 1996-12-18 Paul Eggert <eggert@gnu.org>
1681 * src/bison.s1 (yyparse):
1682 If __GNUC__ and YYPARSE_PARAM are both defined,
1683 declare yyparse to have a void * argument.
1685 1996-12-18 Paul Eggert <eggert@gnu.org>
1687 * bison.simple (yyparse):
1688 If __GNUC__ and YYPARSE_PARAM are both defined,
1689 declare yyparse to have a void * argument.
1691 1996-12-17 Richard Stallman <rms@gnu.org>
1693 * src/reduce.c (nbits): Add some casts.
1695 1996-08-12 Richard Stallman <rms@gnu.org>
1697 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
1699 1996-08-12 Richard Stallman <rms@gnu.org>
1701 * bison.simple: Test _MSDOS as well as _MSDOS_.
1703 1996-07-31 Richard Stallman <rms@gnu.org>
1706 [__sun && __i386]: Include alloca.h.
1708 1996-07-31 Richard Stallman <rms@gnu.org>
1711 [__sun && __i386]: Include alloca.h.
1713 1996-07-30 Richard Stallman <rms@gnu.org>
1715 * src/bison.s1: Comment change.
1717 * src/bison.s1: Test _MSDOS_, not MSDOS.
1719 1996-07-30 Richard Stallman <rms@gnu.org>
1721 * bison.simple: Comment change.
1723 * bison.simple: Test _MSDOS_, not MSDOS.
1725 1996-06-01 Richard Stallman <rms@gnu.org>
1727 * 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:
1728 Insert `_' macro around many string constants.
1731 Insert `_' macro around many string constants.
1733 (main): Call setlocale, bindtextdomain and textdomain.
1735 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
1736 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
1737 [ENABLE_NLS]: Include libintl.h.
1738 [ENABLE_NLS] (gettext): Define.
1739 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
1740 (N_, PACKAGE, LOCALEDIR): New macros.
1742 1996-06-01 Richard Stallman <rms@gnu.org>
1744 * POTFILES.in: New file.
1746 * Makefile.in (allocate.o):
1747 Define target explicitly.
1749 * Makefile.in (CFLAGS): Set to @CFLAGS@.
1750 (LDFLAGS): Set to @LDFLAGS@.
1751 (configure): Run autoconf only if preceding `cd' succeeds.
1752 (bison.s1): Redirect output to temporary file then move the
1753 temporary to the target, rather than redirecting directly to bison.s1.
1754 (clean): Remove config.status and config.log.
1755 (distclean): Don't remove config.status here.
1757 1996-05-12 Richard Stallman <rms@gnu.org>
1760 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
1762 1996-05-12 Richard Stallman <rms@gnu.org>
1765 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
1767 1996-05-11 Richard Stallman <rms@gnu.org>
1769 * src/bison.s1 (__yy_memcpy):
1770 Really reorder the args, as was supposedly done on Feb 14 1995.
1771 (yyparse): Calls changed accordingly.
1773 1996-05-11 Richard Stallman <rms@gnu.org>
1775 * Makefile.in (dist): Don't use $(srcdir).
1777 * bison.simple (__yy_memcpy):
1778 Really reorder the args, as was supposedly done on Feb 14 1995.
1779 (yyparse): Calls changed accordingly.
1781 1996-01-27 Richard Stallman <rms@gnu.org>
1783 * src/output.c (output_rule_data):
1784 Test YYERROR_VERBOSE in the conditional
1785 around the definition of ttyname.
1787 1995-12-29 Richard Stallman <rms@gnu.org>
1790 Fix line numbers in #line commands.
1792 1995-12-29 Richard Stallman <rms@gnu.org>
1795 Fix line numbers in #line commands.
1797 1995-12-27 Richard Stallman <rms@gnu.org>
1799 * src/bison.s1 (YYPARSE_PARAM_DECL):
1800 In C++, make it always null.
1801 (YYPARSE_PARAM_ARG): New macro.
1802 (yyparse): Use YYPARSE_PARAM_ARG.
1804 1995-12-27 Richard Stallman <rms@gnu.org>
1806 * bison.simple (YYPARSE_PARAM_DECL):
1807 In C++, make it always null.
1808 (YYPARSE_PARAM_ARG): New macro.
1809 (yyparse): Use YYPARSE_PARAM_ARG.
1811 1995-11-29 Richard Stallman <rms@gnu.org>
1813 * doc/bison.texinfo:
1814 Describe literal string tokens, %raw, %no_lines, %token_table.
1816 1995-11-29 Daniel Hagerty <hag@gnu.org>
1818 * doc/bison.texinfo: Fixed update date
1820 1995-10-16 Richard Stallman <rms@gnu.org>
1822 * src/version.c: Version 1.25.
1824 1995-10-16 Richard Stallman <rms@gnu.org>
1826 * NEWS: *** empty log message ***
1828 1995-10-16 Richard Stallman <rms@gnu.org>
1830 * doc/bison.1, doc/bison.rnh:
1833 1995-10-15 Richard Stallman <rms@gnu.org>
1835 * src/vmsgetargs.c, src/getargs.c:
1836 Added -n, -k, and -raw switches.
1837 (noparserflag, toknumflag, rawtoknumflag): New variables.
1839 * src/symtab.h (SALIAS):
1840 New #define for adding aliases to %token.
1841 (struct bucket): Added `alias' field.
1843 * src/reduce.c (reduce_grammar):
1844 Revise error message.
1845 (print_notices): Remove final `.' from error message.
1847 * src/reader.c (reader_output_yylsp):
1849 (readgram): Use `#if 0' around code that accepted %command
1850 inside grammar rules: The documentation doesn't allow it,
1851 and it will fail since the %command processors scan for the next %.
1852 (parse_token_decl): Extended the %token
1853 declaration to allow a multi-character symbol as an alias.
1854 (parse_thong_decl): New function.
1855 (read_declarations): Added %thong declarations.
1856 (read_declarations): Handle NOOP to deal with allowing
1857 % declarations as another means to specify the flags.
1858 (readgram): Allow %prec prior to semantics embedded in a rule.
1859 (skip_to_char, read_declarations, copy_definition)
1860 (parse_token_decl, parse_start_decl, parse_type_decl)
1861 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
1862 (get_type_name, copy_guard, copy_action, readgram)
1863 (get_type, packsymbols): Revised most error messages.
1864 Changed `fatal' to `warnxxx' to avoid aborting for error.
1865 Revised and use multiple warnxxx functions to avoid using VARARGS1.
1866 (read_declarations): Improve the error message for
1867 an invalid character. Do not abort.
1868 (read_declarations, copy_guard, copy_action): Use
1869 printable_version to avoid unprintable characters in printed output.
1870 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
1871 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
1872 Allow the type of a non-terminal can be given
1873 more than once, as long as all specifications give the same type.
1876 (output_headers, output_trailers, output, output_gram)
1877 (output_rule_data): Implement noparserflag variable.
1878 Implement toknumflag variable.
1879 (output): Call reader_output_yylsp to output LTYPESTR.
1881 * src/main.c (main):
1882 If reader sees an error, don't process the grammar.
1883 (fatals): Updated to not use VARARGS1.
1884 (printable_version, int_to_string, warn, warni, warns, warnss)
1885 (warnsss): New error reporting functions. Avoid abort for error.
1888 Added THONG and NOOP for alias processing.
1889 Added SETOPT for the new code that allows setting options with %flags.
1892 Include getopt.h. Add some extern decls.
1893 (safegetc): New function to deal with EOF gracefully.
1894 (literalchar); new function to deal with reading \ escapes.
1895 (lex): Use literalchar.
1896 (lex): Implemented "..." tokens.
1897 (literalchar, lex, parse_percent_token): Made tokenbuffer
1898 always contain the token. This includes growing the token
1899 buffer while reading an integer.
1900 (parse_percent_token): Replaced if-else statement with percent_table.
1901 (parse_percent_token): Added % declarations as another
1902 way to specify the flags -n, -l, and -r. Also added hooks for
1903 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
1904 major changes to files.c.
1905 (lex) Retain in the incoming stream a character following
1907 (skip_white_space, lex): Revised most error messages
1908 and changed fatal to warn to avoid aborting.
1909 (percent_table): Added %thong declarations.
1911 * src/gram.h: Comment changes.
1913 * src/files.c (openfiles, open_extra_files, done):
1915 and actfile file. Handle noparserflag. Both for -n switch.
1917 * src/conflicts.c (resolve_sr_conflict):
1918 Remove use of alloca.
1920 1995-06-01 Jim Meyering <meyering@gnu.org>
1922 * doc/bison.texinfo: *** empty log message ***
1924 1995-05-06 Richard Stallman <rms@gnu.org>
1926 * src/bison.s1: Comment change.
1928 1995-05-06 Richard Stallman <rms@gnu.org>
1930 * bison.simple: Comment change.
1932 1995-05-03 Richard Stallman <rms@gnu.org>
1934 * src/version.c: Version now 1.24.
1936 * src/bison.s1: Change distribution terms.
1938 * src/version.c: Version now 1.23.
1940 1995-05-03 Richard Stallman <rms@gnu.org>
1942 * doc/bison.texinfo:
1943 Rewrite "Conditions for Using Bison".
1944 Update version to 1.24.
1946 1995-05-03 Richard Stallman <rms@gnu.org>
1948 * bison.simple: Change distribution terms.
1950 1995-02-23 Richard Stallman <rms@gnu.org>
1952 * src/files.c: Test __VMS_POSIX as well as VMS.
1954 1995-02-14 Jim Meyering <meyering@gnu.org>
1956 * src/bison.s1 (__yy_memcpy):
1957 Renamed from __yy_bcopy to avoid
1958 confusion. Reverse FROM and TO arguments to be consistent with
1961 1995-02-14 Jim Meyering <meyering@gnu.org>
1963 * bison.simple (__yy_memcpy):
1964 Renamed from __yy_bcopy to avoid
1965 confusion. Reverse FROM and TO arguments to be consistent with
1968 1994-11-10 David J. MacKenzie <djm@gnu.org>
1974 * Makefile.in (DISTFILES): Include NEWS.
1976 * Makefile.in (DISTFILES):
1977 Include install-sh, not install.sh.
1979 * configure.in: Update to Autoconf v2 macro names.
1981 1994-10-05 David J. MacKenzie <djm@gnu.org>
1983 * Makefile.in: fix typo
1985 * Makefile.in (prefix, exec_prefix):
1986 Let configure set them.
1988 1994-09-28 David J. MacKenzie <djm@gnu.org>
1990 * Makefile.in: Set datadir to $(prefix)/share.
1992 1994-09-15 Richard Stallman <rms@gnu.org>
1995 Update copyright notice and GPL version.
1997 1994-09-15 Richard Stallman <rms@gnu.org>
2000 Update copyright notice and GPL version.
2002 1994-07-12 Richard Stallman <rms@gnu.org>
2004 * src/reduce.c, src/reader.c:
2007 1994-05-05 David J. MacKenzie <djm@gnu.org>
2009 * Makefile.in: entered into RCS
2011 1994-03-26 Richard Stallman <rms@gnu.org>
2013 * src/bison.s1: entered into RCS
2015 1994-03-26 Richard Stallman <rms@gnu.org>
2017 * bison.simple: entered into RCS
2019 1994-03-25 Richard Stallman <rms@gnu.org>
2021 * src/main.c: entered into RCS
2023 1994-03-24 Richard Stallman <rms@gnu.org>
2025 * src/conflicts.c: entered into RCS
2027 1994-01-02 Richard Stallman <rms@gnu.org>
2029 * Makefile.in: *** empty log message ***
2031 1993-11-21 Richard Stallman <rms@gnu.org>
2033 * src/bison.s1: *** empty log message ***
2035 1993-11-21 Richard Stallman <rms@gnu.org>
2037 * doc/bison.texinfo: entered into RCS
2039 * doc/bison.texinfo: *** empty log message ***
2041 1993-11-21 Richard Stallman <rms@gnu.org>
2043 * bison.simple: *** empty log message ***
2045 1993-10-25 David J. MacKenzie <djm@gnu.org>
2047 * doc/bison.texinfo: *** empty log message ***
2049 1993-10-19 Richard Stallman <rms@gnu.org>
2051 * src/bison.s1: *** empty log message ***
2053 1993-10-19 Richard Stallman <rms@gnu.org>
2055 * bison.simple: *** empty log message ***
2057 1993-10-14 Richard Stallman <rms@gnu.org>
2059 * src/bison.s1: *** empty log message ***
2061 1993-10-14 Richard Stallman <rms@gnu.org>
2063 * bison.simple: *** empty log message ***
2065 1993-09-14 David J. MacKenzie <djm@gnu.org>
2067 * doc/bison.texinfo: *** empty log message ***
2069 1993-09-13 Noah Friedman <friedman@gnu.org>
2071 * Makefile.in: *** empty log message ***
2073 1993-09-10 Richard Stallman <rms@gnu.org>
2075 * src/conflicts.c: *** empty log message ***
2077 * src/system.h: entered into RCS
2079 1993-09-10 Richard Stallman <rms@gnu.org>
2081 * doc/bison.1: entered into RCS
2083 1993-09-06 Noah Friedman <friedman@gnu.org>
2085 * src/version.c: entered into RCS
2087 1993-09-06 Noah Friedman <friedman@gnu.org>
2089 * Makefile.in: *** empty log message ***
2091 1993-07-30 David J. MacKenzie <djm@gnu.org>
2093 * Makefile.in: *** empty log message ***
2095 1993-07-24 Richard Stallman <rms@gnu.org>
2097 * src/bison.s1: *** empty log message ***
2099 1993-07-24 Richard Stallman <rms@gnu.org>
2101 * bison.simple: *** empty log message ***
2103 1993-07-08 David J. MacKenzie <djm@gnu.org>
2105 * Makefile.in: *** empty log message ***
2107 1993-07-04 Richard Stallman <rms@gnu.org>
2109 * src/bison.s1: *** empty log message ***
2111 1993-07-04 Richard Stallman <rms@gnu.org>
2113 * bison.simple: *** empty log message ***
2115 1993-06-26 David J. MacKenzie <djm@gnu.org>
2117 * src/getargs.c: entered into RCS
2119 1993-06-26 David J. MacKenzie <djm@gnu.org>
2121 * doc/bison.texinfo: *** empty log message ***
2123 * doc/bison.1: New file.
2125 1993-06-25 Richard Stallman <rms@gnu.org>
2127 * src/getargs.c: New file.
2129 1993-06-16 Richard Stallman <rms@gnu.org>
2131 * src/bison.s1: *** empty log message ***
2133 1993-06-16 Richard Stallman <rms@gnu.org>
2135 * bison.simple: *** empty log message ***
2137 1993-06-03 Richard Stallman <rms@gnu.org>
2139 * src/bison.s1: New file.
2141 1993-06-03 Richard Stallman <rms@gnu.org>
2143 * doc/bison.texinfo: *** empty log message ***
2145 1993-06-03 Richard Stallman <rms@gnu.org>
2147 * bison.simple: New file.
2149 1993-05-19 Richard Stallman <rms@gnu.org>
2151 * doc/bison.texinfo: New file.
2153 1993-05-07 Noah Friedman <friedman@gnu.org>
2155 * Makefile.in: *** empty log message ***
2157 1993-04-28 Noah Friedman <friedman@gnu.org>
2159 * src/reader.c: *** empty log message ***
2161 1993-04-23 Noah Friedman <friedman@gnu.org>
2163 * src/alloc.h: entered into RCS
2165 1993-04-20 David J. MacKenzie <djm@gnu.org>
2167 * src/version.c: *** empty log message ***
2169 * src/files.c, src/allocate.c:
2172 * src/reader.c: *** empty log message ***
2174 * src/lex.c: entered into RCS
2176 * src/conflicts.c: New file.
2178 * src/symtab.c: entered into RCS
2180 * src/alloc.h: New file.
2182 * src/LR0.c: entered into RCS
2184 1993-04-18 Noah Friedman <friedman@gnu.org>
2186 * src/reader.c: New file.
2188 * src/version.c: *** empty log message ***
2190 1993-04-18 Noah Friedman <friedman@gnu.org>
2192 * Makefile.in: *** empty log message ***
2194 1993-04-17 Noah Friedman <friedman@gnu.org>
2196 * Makefile.in: *** empty log message ***
2198 1993-04-15 Richard Stallman <rms@gnu.org>
2200 * src/main.c, src/files.c:
2203 1993-04-15 Noah Friedman <friedman@gnu.org>
2205 * configure.in: entered into RCS
2207 * configure.in: *** empty log message ***
2209 * configure.in: New file.
2211 1993-04-14 Richard Stallman <rms@gnu.org>
2213 * Makefile.in: New file.
2215 1993-04-13 Richard Stallman <rms@gnu.org>
2217 * src/version.c: New file.
2219 1993-03-25 Richard Stallman <rms@gnu.org>
2221 * src/output.c: entered into RCS
2223 1992-09-25 Richard Stallman <rms@gnu.org>
2225 * configure.bat: entered into RCS
2227 1992-06-22 Richard Stallman <rms@gnu.org>
2229 * src/vmsgetargs.c: entered into RCS
2231 1992-06-22 Richard Stallman <rms@gnu.org>
2233 * doc/bison.rnh: entered into RCS
2235 1992-04-20 David J. MacKenzie <djm@gnu.org>
2237 * README: entered into RCS
2239 1992-01-22 Richard Stallman <rms@gnu.org>
2241 * src/machine.h: entered into RCS
2243 1991-12-21 Richard Stallman <rms@gnu.org>
2245 * src/lalr.c, src/closure.c:
2248 1991-12-20 Richard Stallman <rms@gnu.org>
2250 * src/state.h: entered into RCS
2252 1991-12-18 Richard Stallman <rms@gnu.org>
2254 * src/print.c, src/nullable.c, src/derives.c:
2257 1991-11-03 David J. MacKenzie <djm@gnu.org>
2259 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
2262 1988-09-09 Richard Stallman <rms@gnu.org>
2264 * src/bison.hairy: entered into RCS
2266 1987-12-16 Richard Stallman <rms@gnu.org>
2268 * REFERENCES: entered into RCS