1 2001-12-05 Akim Demaille <akim@epita.fr>
3 * src/output.c (action_row): De-obfuscate
4 using the good o' techniques: arrays not pointers, variable
5 locality, BITISSET, RESETBIT etc.
8 2001-12-05 Akim Demaille <akim@epita.fr>
10 Pessimize the code to simplify it: from now on, all the states
11 have a valid SHIFTS, which NSHIFTS is possibly 0.
13 * src/LR0.c (shifts_new): Be global and move to..
14 * src/state.c, src/state.h: here.
15 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
16 * src/print_graph: Adjust.
18 2001-12-05 Akim Demaille <akim@epita.fr>
20 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
21 * src/conflicts.c: Use it.
22 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
23 incorrectly ``simplified''.
25 2001-12-05 Akim Demaille <akim@epita.fr>
27 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
28 using the good o' techniques: arrays not pointers, variable
29 locality, BITISSET, RESETBIT etc.
31 2001-12-05 Akim Demaille <akim@epita.fr>
33 * src/state.h (SHIFT_SYMBOL): New.
34 * src/conflicts.c: Use it to deobfuscate.
36 2001-12-05 Akim Demaille <akim@epita.fr>
38 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
39 (print_reductions): De-obfuscate using the good o' techniques:
40 arrays not pointers, variable locality, BITISSET.
42 2001-12-05 Akim Demaille <akim@epita.fr>
44 * src/conflicts.c (print_reductions): Arrays, not pointers.
47 2001-12-05 Akim Demaille <akim@epita.fr>
49 * src/conflicts.c (print_reductions): Pessimize, but clarify.
51 2001-12-05 Akim Demaille <akim@epita.fr>
53 * src/conflicts.c (print_reductions): Improve variable locality.
55 2001-12-05 Akim Demaille <akim@epita.fr>
57 * src/conflicts.c (print_reductions): Pessimize, but clarify.
59 2001-12-05 Akim Demaille <akim@epita.fr>
61 * src/conflicts.c (print_reductions): Improve variable locality.
63 2001-12-05 Akim Demaille <akim@epita.fr>
65 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
66 * src/lalr.c: Use them.
68 2001-12-05 Akim Demaille <akim@epita.fr>
70 * src/LR0.c (augment_automaton): Formatting changes.
71 Better variable locality.
73 2001-12-05 Akim Demaille <akim@epita.fr>
75 * src/lalr.c (matrix_print): New.
77 Use arrays instead of pointers.
79 2001-12-05 Akim Demaille <akim@epita.fr>
81 * src/lalr.c (maxrhs): Move to...
82 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
83 * src/lalr.c (build_relations): Adjust.
85 2001-12-05 Akim Demaille <akim@epita.fr>
87 * src/lalr.c (transpose): Free the memory allocated to the
88 argument, as it is replaced by the results by the unique caller.
89 (build_relations): Merely invoke transpose: it handles the memory
91 Improve variable locality.
92 Avoid variables used as mere abbreviations.
93 (compute_lookaheads): Use arrays instead of pointers.
95 2001-12-05 Akim Demaille <akim@epita.fr>
97 * src/lalr.c (initialize_F): Improve variable locality.
98 Avoid variables used as mere abbreviations.
100 2001-12-05 Akim Demaille <akim@epita.fr>
102 * src/derives.c (print_derives): Display the ruleno.
103 * src/lalr.c (initialize_F, transpose): Better variable locality
104 to improve readability.
105 Avoid variables used as mere abbreviations.
107 2001-12-05 Akim Demaille <akim@epita.fr>
109 * src/lalr.c (traverse): Use arrays instead of pointers.
111 2001-12-05 Akim Demaille <akim@epita.fr>
113 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
114 the handling of squeue.
115 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
117 2001-12-05 Akim Demaille <akim@epita.fr>
119 Because useless nonterminals are now kept alive (instead of being
120 `destroyed'), we now sometimes examine them, and store information
121 related to them. Hence we need to know their number, and adjust
124 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
126 * src/LR0.c (allocate_itemsets): The memory allocated to
127 `symbol_count' was used for two different purpose: once to count
128 the number of occurrences of each symbol, and later reassigned to
129 `shift_symbol', containing the symbol that can be shifted from a
131 Deobfuscate, i.e., allocate, use and free `symbol_count' here
133 (new_itemsets): Allocate `shift_symbol' here.
134 (allocate_itemsets): symbol_count includes useless nonterminals.
136 (free_storage): Use `free', not `XFREE', for pointers that cannot
139 2001-12-05 Akim Demaille <akim@epita.fr>
141 * src/nullable.c (set_nullable): Deobfuscate the handling of
143 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
145 2001-12-05 Akim Demaille <akim@epita.fr>
147 * src/gram.c, src/gram.h (ritem_print): New.
148 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
149 (This useless function was defined only to work around VMS linkers
150 that can't handle compilation units with variables only).
151 * src/reduce.c (dump_grammar): Use it to trace the construction of
154 2001-12-04 Paul Eggert <eggert@twinsun.com>
156 * src/bison.simple (union yyalloc): Change member names
157 to be the same as the stack names.
158 (yyparse): yyptr is now union yyalloc *, not char *.
159 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
160 and may generate better code on some machines.
161 (yystpcpy): Use prototype if __STDC__ is defined, not just
162 if __cplusplus is defined.
164 2001-11-30 Akim Demaille <akim@epita.fr>
166 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
167 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
168 Gettext doesn't compile cleanly, and dies with -Werror.
169 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
170 Include WARNING_CFLAGS here.
171 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
172 before being defined.
174 2001-11-27 Paul Eggert <eggert@twinsun.com>
176 * lib/quotearg.h (quotearg_n, quotearg_n_style):
177 First arg is int, not unsigned.
178 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
179 (SIZE_MAX, UINT_MAX): New macros.
180 (quotearg_n_options): Abort if N is negative.
181 Avoid overflow check on hosts where size_t is 64 bits and int
182 is 32 bits, as overflow is impossible there.
183 Fix off-by-one typo that caused unnecessary reallocation.
185 2001-11-29 Paul Eggert <eggert@twinsun.com>
187 Name space cleanup in generated parser.
189 * doc/bison.texinfo (Bison Parser): Discuss system headers
190 and their effect on the user name space.
193 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
194 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
195 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
197 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
198 on user names when possible.
200 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
201 Simplify test for whather <alloca.h> exists.
203 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
205 (<stdio.h>): Include if YYDEBUG.
207 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
208 ! defined (yyoverflow) && ! defined (yymemcpy).
210 (yymemcpy, yyparse): Rename local variables as needed so that
211 they all begin with 'yy'.
213 (yystrlen, yystpcpy): New functions.
215 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
218 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
219 instead of relying on string.h functions. Use YYSTACK_ALLOC
220 and YYSTACK_FREE instead of malloc and free.
222 2001-11-30 Akim Demaille <akim@epita.fr>
224 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
225 before their first uses.
226 (YYBISON, YYPURE): Move to the top of the output.
228 2001-11-30 Akim Demaille <akim@epita.fr>
230 * tests/reduce.at (Useless Nonterminals): Fix.
232 2001-11-30 Akim Demaille <akim@epita.fr>
234 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
235 if body instead of `;' to pacify GCC's warnings.
237 2001-11-30 Akim Demaille <akim@epita.fr>
239 Instead of mapping the LHS of unused rules to -1, keep the LHS
240 valid, but flag the rules as invalid.
242 * src/gram.h (rule_t): `useful' is a new member.
243 * src/print.c (print_grammar): Adjust.
244 * src/derives.c (set_derives): Likewise.
245 * src/reader.c (packgram, reduce_output): Likewise.
246 * src/reduce.c (reduce_grammar_tables): Likewise.
247 * tests/reduce.at (Underivable Rules, Useless Rules): New.
249 2001-11-30 Akim Demaille <akim@epita.fr>
251 * src/reduce.c (reduce_output): Formatting changes.
252 * src/print.c (print_results, print_grammar): Likewise.
253 * tests/regression.at (Rule Line Numbers)
254 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
256 2001-11-30 Akim Demaille <akim@epita.fr>
258 * src/reduce.c (nonterminals_reduce): Instead of throwing away
259 useless nonterminals, move them at the end of the symbol arrays.
260 (reduce_output): Adjust.
261 * tests/reduce.at (Useless Nonterminals): Adjust.
263 2001-11-30 Akim Demaille <akim@epita.fr>
265 * src/reduce.c: Various comment/formatting changes.
266 (nonterminals_reduce): New, extracted from...
267 (reduce_grammar_tables): here.
268 (reduce_grammar): Call nonterminals_reduce.
270 2001-11-29 Paul Eggert <eggert@twinsun.com>
272 * src/bison.simple (YYSTACK_REALLOC): Remove.
273 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
274 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
276 (union yyalloc): New type.
277 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
278 an arbitrary restriction on hosts where size_t is wider than int.
280 (yyparse): Don't dump core if alloca or malloc fails; instead, report
281 a parser stack overflow. Allocate just one block of memory for all
282 three stacks, instead of allocating three blocks; this typically is
283 faster and reduces fragmentation.
285 Do not limit the number of items in the stack to a value that fits
286 in 'int', as this is an arbitrary limit on hosts with 64-bit
287 size_t and 32-bit int.
289 2001-11-29 Marc Autret <autret_m@epita.fr>
291 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
292 of defining YYERROR_VERBOSE.
293 [AT_DATA]: $4 is now out of C declarations in the prologue.
295 2001-11-28 Marc Autret <autret_m@epita.fr>
297 * src/reader.c (parse_dquoted_param): New.
298 (parse_skel_decl): Use it.
299 * src/lex.h: Add its prototype.
300 * src/lex.c (literalchar): Become not static.
302 2001-11-28 Marc Autret <autret_m@epita.fr>
304 * src/output.h: And put its extern declaration here.
305 * src/output.c (error_verbose): Define here.
306 (prepare): Echo name modification.
307 * src/getargs.h: Clean its extern declaration.
308 * src/getargs.c (error_verbose_flag): Remove.
309 (getargs): Remove case 'e'.
310 * src/options.c (option_table): 'error-verbose' is now seen as simple
314 * src/reader.c (read_declarations): Remove case tok_include.
315 (parse_include_decl): Remove.
316 * src/lex.h (token_t): Remove tok_include.
317 * src/options.c (option_table): 'include' is now a simple command line
320 2001-11-28 Marc Autret <autret_m@epita.fr>
322 * src/bison.simple: Adjust muscle names.
323 * src/muscle_tab.c (muscle_init): Also rename the muscles.
324 * src/output.c (prepare): s/_/-/ for the muscles names.
325 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
327 2001-11-28 Marc Autret <autret_m@epita.fr>
329 * src/bison.simple: Fix debug.
330 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
332 2001-11-28 Akim Demaille <akim@epita.fr>
334 * src/LR0.c (shifts_new): New.
335 (save_shifts, insert_start_shift, augment_automaton): Use it.
337 2001-11-28 Akim Demaille <akim@epita.fr>
339 * src/closure.c (closure): `b' and `ruleno' denote the same value:
342 2001-11-28 Akim Demaille <akim@epita.fr>
344 * src/closure.c (closure): Instead of looping over word in array
345 then bits in words, loop over bits in array.
347 2001-11-28 Akim Demaille <akim@epita.fr>
349 * src/closure.c (closure): No longer optimize the special case
350 where all the bits of `ruleset[r]' are set to 0, to make the code
353 2001-11-28 Akim Demaille <akim@epita.fr>
355 * src/closure.c (closure): `r' and `c' are new variables, used to
356 de-obfuscate accesses to RULESET and CORE.
358 2001-11-28 Akim Demaille <akim@epita.fr>
360 * src/reduce.c (reduce_print): Use ngettext.
361 (dump_grammar): Improve the trace accuracy.
363 2001-11-28 Akim Demaille <akim@epita.fr>
365 * src/reduce.c (dump_grammar): Don't translate trace messages.
367 2001-11-28 Akim Demaille <akim@epita.fr>
369 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
370 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
371 as all tags are free'ed afterwards.
374 2001-11-27 Paul Eggert <eggert@twinsun.com>
376 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
377 use alloca when we didn't want to, and vice versa.
379 2001-11-27 Marc Autret <autret_m@epita.fr>
381 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
383 * src/output.c (prepare): Remove its update.
385 2001-11-27 Marc Autret <autret_m@epita.fr>
387 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
390 2001-11-27 Marc Autret <autret_m@epita.fr>
392 * src/bison.simple: Remove YYERROR_VERBOSE using.
395 * src/output.c (prepare): Give its final value.
396 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
397 * src/getargs.h: Add its extern declaration.
398 * src/getargs.c (error_verbose_flag): New int.
399 (getargs): Update to catch new case.
400 * src/options.c (option_table): 'error-verbose' is a new option.
403 2001-11-27 Akim Demaille <akim@epita.fr>
405 * src/system.h: Use intl/libgettext.h.
406 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
408 2001-11-27 Akim Demaille <akim@epita.fr>
410 * tests/torture.at (Exploding the Stack Size with Malloc):
411 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
413 2001-11-27 Akim Demaille <akim@epita.fr>
415 * src/files.c: Include error.h.
416 Reported by Hans Aberg.
418 2001-11-26 Marc Autret <autret_m@epita.fr>
420 * src/reader.c (parse_include_decl): New, not yet implemented.
421 (read_declarations): Add case tok_include.
422 * src/getargs.h (include): Add its extern definition.
423 * src/getargs.c (include): New const char *.
424 (getargs): Add case '-I'.
425 * src/options.c (option_table): Add include as command line and
427 * src/lex.h (token_t): Add tok_include.
429 2001-11-26 Akim Demaille <akim@epita.fr>
431 * src/reader.c (readgram): Make sure rules for mid-rule actions
432 have a lineno equal to that of their host rule.
433 Reported by Hans Aberg.
434 * tests/regression.at (Rule Line Numbers): New.
436 2001-11-26 Akim Demaille <akim@epita.fr>
438 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
441 2001-11-26 Akim Demaille <akim@epita.fr>
443 * src/complain.c, src/complain.h (error): Remove, provided by
446 2001-11-26 Akim Demaille <akim@epita.fr>
448 * src/reader.c (read_declarations): Don't abort on tok_illegal,
449 issue an error message.
450 * tests/regression.at (Invalid %directive): New.
451 Reported by Hans Aberg.
453 2001-11-26 Akim Demaille <akim@epita.fr>
455 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
456 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
458 2001-11-26 Akim Demaille <akim@epita.fr>
460 * src/conflicts.c (conflicts_print): Don't complain at all when
461 there are no reduce/reduce conflicts, and as many shift/reduce
462 conflicts as expected.
463 * tests/regression.at (%expect right): Adjust.
465 2001-11-23 Akim Demaille <akim@epita.fr>
467 * lib/alloca.c: Update, from fileutils.
469 2001-11-23 Akim Demaille <akim@epita.fr>
471 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
473 2001-11-23 Akim Demaille <akim@epita.fr>
475 * src/system.h: Include alloca.h.
476 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
478 2001-11-23 Akim Demaille <akim@epita.fr>
480 * src/print_graph.c (print_actions): Remove `rule', unused.
481 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
482 pacify GCC's signed < unsigned warnings.
483 * src/closure.c (itemsetsize): Likewise.
484 * src/reader.c (symbol_list_new): Static.
486 2001-11-23 Akim Demaille <akim@epita.fr>
488 Attaching lineno to buckets is stupid, since only one copy of each
489 symbol is kept, only the line of the first occurrence is kept too.
491 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
492 * src/reader.c (rline_allocated): Remove, unused.
493 (symbol_list): Have a `line' member.
494 (symbol_list_new): New.
496 * src/print.c (print_grammar): Output the rule line numbers.
497 * tests/regression.at (Solved SR Conflicts)
498 (Unresolved SR Conflicts): Adjust.
499 Reported by Hans Aberg.
501 2001-11-22 Marc Autret <autret_m@epita.fr>
503 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
505 2001-11-22 Marc Autret <autret_m@epita.fr>
507 * src/muscle_tab.c (muscle_init): Remove initialization of
509 * src/output.c (output_master_parser): Do it here.
511 2001-11-20 Akim Demaille <akim@epita.fr>
514 * configure.in (ALL_LINGUAS): Adjust.
515 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
516 longer contains strings to translate.
518 2001-11-19 Akim Demaille <akim@epita.fr>
520 * src/conflicts.c (conflicts_print): Add a missing \n.
522 2001-11-19 Akim Demaille <akim@epita.fr>
524 * src/nullable.c (nullable_print): New.
525 (set_nullable): Call it when tracing.
526 Better locality of variables.
528 2001-11-19 Akim Demaille <akim@epita.fr>
530 * src/print.c (print_actions): Better locality of variables.
532 2001-11-19 Akim Demaille <akim@epita.fr>
534 * src/derives.c (print_derives): Fix and enrich.
535 * src/closure.c (print_fderives): Likewise.
537 2001-11-19 Akim Demaille <akim@epita.fr>
539 * src/closure.c (itemsetend): Remove, replaced with...
542 2001-11-19 Akim Demaille <akim@epita.fr>
544 * src/LR0.c (kernel_end): Remove, replaced with...
547 2001-11-19 Akim Demaille <akim@epita.fr>
549 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
552 2001-11-19 Akim Demaille <akim@epita.fr>
554 * src/closure.c (closure): Use arrays instead of pointers to clarify.
556 2001-11-19 Akim Demaille <akim@epita.fr>
558 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
560 * src/LR0.c: Likewise.
561 (allocate_itemsets): Use arrays instead of pointers to clarify.
563 2001-11-19 Akim Demaille <akim@epita.fr>
565 * src/getargs.c (statistics_flag): Replace with...
567 (longopts): Accept --trace instead of --statistics.
568 * src/getargs.h, src/options.c: Adjust.
569 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
570 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
572 2001-11-19 Akim Demaille <akim@epita.fr>
574 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
575 pointers to clarify the code.
576 (save_reductions, save_shifts): Factor common parts of alternatives.
578 2001-11-19 Akim Demaille <akim@epita.fr>
580 * src/LR0.c (new_state, get_state): Complete TRACE code.
581 * src/closure.c: Include `reader.h' to get `tags', needed by the
583 Rename the conditional DEBUG as TRACE.
584 Output consistently TRACEs to stderr, not stdout.
585 * src/derives.c: Likewise.
586 * src/reduce.c: (inaccessable_symbols): Using if is better style
588 Use `#if TRACE' instead of `#if 0' for tracing code.
590 2001-11-19 Akim Demaille <akim@epita.fr>
592 * src/system.h (LIST_FREE, shortcpy): New.
593 * src/LR0.c: Use them.
594 * src/output.c (free_itemsets, free_reductions, free_shifts):
595 Remove, replaced by LIST_FREE.
597 2001-11-19 Akim Demaille <akim@epita.fr>
599 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
600 (REDUCTIONS_ALLOC): New.
601 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
604 2001-11-19 Akim Demaille <akim@epita.fr>
606 * src/LR0.c (new_state): Complete trace code.
607 * src/nullable.c (set_nullable): Don't translate traces.
609 2001-11-19 Akim Demaille <akim@epita.fr>
611 * src/print_graph.c (print_core): Better locality of variables.
612 * src/print.c (print_core): Likewise.
614 2001-11-19 Akim Demaille <akim@epita.fr>
616 * src/vcg.c: You do the output, so you are responsible of the
617 handling of VCG syntax, in particular: use quotearg.
618 * src/print_graph.c: Don't.
619 (print_actions): Don't output the actions as part of the nodes,
620 since that's the job of the edges.
621 (print_state): Don't output by hand: fill the node description,
622 and ask for its output.
624 2001-11-19 Akim Demaille <akim@epita.fr>
626 * src/bison.simple (yyparse): When verbosely reporting an error,
627 no longer put additional quotes around token names.
628 * tests/calc.at: Adjust.
630 2001-11-19 Akim Demaille <akim@epita.fr>
632 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
633 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
634 * src/output.c: Adjust.
636 2001-11-19 Akim Demaille <akim@epita.fr>
638 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
640 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
642 2001-11-19 Akim Demaille <akim@epita.fr>
644 * src/gram.h (rule_t): New.
646 (rrhs, rlhs): Remove, part of state_t.
647 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
648 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
649 * src/reader.c, src/reduce.c: Adjust.
651 2001-11-19 Akim Demaille <akim@epita.fr>
653 * src/reader.c (symbols_output): New, extracted from...
657 2001-11-19 Akim Demaille <akim@epita.fr>
659 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
660 (maxrhs): this new function.
662 2001-11-19 Akim Demaille <akim@epita.fr>
664 * src/lalr.c (F): New macro to access the variable F.
667 2001-11-19 Akim Demaille <akim@epita.fr>
669 * src/lalr.h (LA): New macro to access the variable LA.
670 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
671 * src/lalr.c: Adjust.
673 2001-11-19 Akim Demaille <akim@epita.fr>
675 * src/lalr.c (initialize_LA): Only initialize LA. Let...
676 (set_state_table): handle the `lookaheads' members.
678 2001-11-19 Akim Demaille <akim@epita.fr>
680 * src/lalr.h (lookaheads): Removed array, whose contents is now
682 (state_t): this structure.
683 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
686 2001-11-19 Akim Demaille <akim@epita.fr>
688 * src/lalr.h (consistent): Removed array, whose contents is now
690 (state_t): this structure.
691 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
694 2001-11-19 Akim Demaille <akim@epita.fr>
696 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
697 contents are now members of...
698 (state_t): this structure.
699 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
702 2001-11-19 Akim Demaille <akim@epita.fr>
704 * src/lalr.h (state_t): New.
705 (state_table): Be a state_t * instead of a core **.
706 (accessing_symbol): Remove, part of state_t.
707 * src/lalr.c: Adjust.
708 (set_accessing_symbol): Merge into...
709 (set_state_table): this.
710 * src/print_graph.c, src/conflicts.c: Adjust.
712 2001-11-14 Akim Demaille <akim@epita.fr>
714 * tests/calc.at, tests/output.at, tests/regression.at,
715 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
716 now the tests are run in private dirs, therefore AC_CLEANUP and
717 family can be simplified to 0-ary.
718 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
719 use abs. path to find config.h.
720 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
721 stderr, there can be way too much random noise.
722 Instead pass -Werror to GCC and rely on the exit status.
723 Reported by Wolfram Wagner.
725 2001-11-14 Akim Demaille <akim@epita.fr>
727 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
728 defined only if yyoverflow is defined, to avoid `warning: unused
730 Reported by The Test Suite.
732 2001-11-14 Akim Demaille <akim@epita.fr>
734 * src/print.c: Include reduce.h.
735 Reported by Hans Aberg.
737 2001-11-14 Akim Demaille <akim@epita.fr>
739 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
740 Revert a previous patch: these are really const.
741 * src/conflicts.c (conflict_report): Additional useless pair of
742 braces to pacify GCC's warnings for `if () if () {} else {}'.
743 * src/lex.c (parse_percent_token): Replace equal_offset with
746 Be sure to strdup `arg' when used, since there is no reason for
747 token_buffer not to change.
749 2001-11-14 Akim Demaille <akim@epita.fr>
751 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
753 * src/main.c (main): Use them.
754 Suggested by Hans Aberg.
756 2001-11-12 Akim Demaille <akim@epita.fr>
758 * src/system.h (ngettext): Now that we use ngettext, be sure to
759 provide a default definition when NLS are not used.
761 2001-11-12 Akim Demaille <akim@epita.fr>
763 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
764 Use @kbd to denote user input.
765 (Language and Grammar): ANSIfy the example.
766 Adjust its layout for info/notinfo.
767 (Location Tracking Calc): Output error messages to stderr.
768 Output locations in a more GNUtically correct way.
769 Fix a couple of Englishos.
770 Adjust @group/@end group pairs.
772 2001-11-12 Akim Demaille <akim@epita.fr>
774 %expext was not functioning at all.
776 * src/conflicts.c (expected_conflicts): Set to -1.
777 (conflict_report): Use ngettext.
778 (conflicts_print): Check %expect and make its violation an error.
779 * doc/bison.texinfo (Expect Decl): Adjust.
780 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
781 * tests/regression.at (%expect not enough, %expect right)
782 (%expect too much): New.
784 2001-11-12 Akim Demaille <akim@epita.fr>
786 * tests/regression.at (Conflicts): Rename as...
787 (Unresolved SR Conflicts): this.
788 (Solved SR Conflicts): New.
790 2001-11-12 Akim Demaille <akim@epita.fr>
792 * src/reduce.c (print_results): Rename as...
793 (reduce_output): This.
794 Output to OUT, passed as argument, instead of output_obstack.
795 (dump_grammar): Likewise.
798 (reduce_grammar): No longer call reduce_output, since...
799 * src/print.c (print_results): do it.
800 * src/main.c (main): Call reduce_free;
802 2001-11-12 Akim Demaille <akim@epita.fr>
804 * src/conflicts.c (print_reductions): Accept OUT as argument.
805 Output to it, not to output_obstack.
806 * src/print.c (print_actions): Adjust.
808 2001-11-12 Akim Demaille <akim@epita.fr>
810 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
811 the result instead of using...
812 (src_total, rrc_total, src_count, rrc_count): Remove.
813 (any_conflicts): Remove.
814 (print_conflicts): Split into...
815 (conflicts_print, conflicts_output): New.
816 * src/conflicts.h: Adjust.
817 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
818 * src/print.c (print_grammar): Issue `\n' between two rules.
819 * tests/regression.at (Conflicts): New.
820 Reported by Tom Lane.
822 2001-11-12 Akim Demaille <akim@epita.fr>
824 * tests/regression.at (Invalid input): Remove, duplicate with
825 ``Invalid input: 1''.
827 2001-11-12 Akim Demaille <akim@epita.fr>
829 * tests/torture.at (AT_DATA_STACK_TORTURE)
830 (Exploding the Stack Size with Alloca)
831 (Exploding the Stack Size with Malloc): New.
833 2001-11-12 Akim Demaille <akim@epita.fr>
835 * src/bison.simple (YYSTACK_REALLOC): New.
836 (yyparse) [!yyoverflow]: Use it and free the old stack.
837 Reported by Per Allansson.
839 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
841 * src/bison.simple: Define type yystype instead of YYSTYPE, and
842 define CPP macro, which substitute YYSTYPE by yystype.
843 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
844 with yyltype/YYLTYPE. This allows inclusion of the generated
845 header within the parser if the compiler, such as GGC, accepts
846 multiple equivalent #defines.
849 2001-11-05 Akim Demaille <akim@epita.fr>
851 * src/reader.c (symbols_output): New, extracted from...
855 2001-11-05 Akim Demaille <akim@epita.fr>
857 * src/lex.c (parse_percent_token): s/quotearg/quote/.
859 2001-11-05 Akim Demaille <akim@epita.fr>
861 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
864 2001-11-05 Akim Demaille <akim@epita.fr>
866 * src/options.h (struct option_table_struct): set_flags is void*.
867 * src/options.c (longopts): Support `--output' and `%output'.
869 * src/lex.h (tok_setopt): Remove, replaced with...
870 (tok_intopt, tok_stropt): these new guys.
871 * src/lex.c (getopt.h): Not needed.
872 (token_buffer, unlexed_token_buffer): Not const.
873 (percent_table): Promote `-' over `_' in directive names.
874 Active `%name-prefix', `file-prefix', and `output'.
875 (parse_percent_token): Accept possible arguments to directives.
876 Promote `-' over `_' in directive names.
878 2001-11-04 Akim Demaille <akim@epita.fr>
880 * doc/bison.texinfo (Decl Summary): Split the list into
881 `directives for grammars' and `directives for bison'.
883 Add description of `%name-prefix', `file-prefix', and `output'.
884 Promote `-' over `_' in directive names.
885 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
886 Simplify the description of `--name-prefix'.
887 Promote `-' over `_' in directive names.
888 Promote `--output' over `--output-file'.
889 Fix the description of `--defines'.
890 * tests/output.at: Exercise %file-prefix and %output.
892 2001-11-02 Akim Demaille <akim@epita.fr>
894 * doc/refcard.tex: Update.
896 2001-11-02 Akim Demaille <akim@epita.fr>
898 * src/symtab.h (SUNDEF): New.
899 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
900 stand for `uninitialized', instead of 0.
901 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
902 * src/lex.c (lex): Adjust.
904 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
906 Let yylex return it instead of a plain 0.
907 Reported by Dick Streefland.
909 2001-11-02 Akim Demaille <akim@epita.fr>
911 * tests/regression.at (Mixing %token styles): New test.
913 2001-11-02 Akim Demaille <akim@epita.fr>
915 * src/reader.c (parse_thong_decl): Formatting changes.
916 (token_translations_init): New, extracted from...
920 2001-11-01 Akim Demaille <akim@epita.fr>
922 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
923 Check that `9foo.y' produces correct cpp guards.
924 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
928 2001-11-01 Akim Demaille <akim@epita.fr>
930 * tests/regression.at (Invalid input: 2): New.
931 * src/lex.c (unlexed_token_buffer): New.
932 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
936 2001-11-01 Akim Demaille <akim@epita.fr>
938 * tests/calc.at: Catch up with 1.30.
939 * configure.in: Bump to 1.49a.
940 Adjust to newer Autotest.
942 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
944 * src/conflicts.c: Move global variables rrc_total and src_total ...
945 (print_conflicts): here.
946 * src/output.c (output): Free global variable user_toknums.
947 * src/lex.c (token_obstack): Become static.
949 2001-10-18 Akim Demaille <akim@epita.fr>
951 * tests/atlocal.in (GCC): Add.
952 * tests/calc.at: s/m4_match/m4_bmatch/.
953 s/m4_patsubst/m4_bpatsubst/.
954 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
955 * configure.in: AC_SUBST(GCC).
957 2001-10-14 Marc Autret <autret_m@epita.fr>
959 * src/options.c (create_long_option_table): Fix.
961 2001-10-10 Akim Demaille <akim@epita.fr>
963 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
965 2001-10-04 Akim Demaille <akim@epita.fr>
967 * src/reader.c (parse_union_decl): Push the caracters in
968 union_obstack, not attrs_obstack.
970 2001-10-04 Akim Demaille <akim@epita.fr>
972 Merge in the branch 1.29.
974 * src/reader.c (packsymbols): Use a temporary obstack for
975 `%%tokendef', since output_stack is already used elsewhere.
977 2001-10-02 Akim Demaille <akim@epita.fr>
981 2001-10-02 Akim Demaille <akim@epita.fr>
985 2001-10-02 Akim Demaille <akim@epita.fr>
987 * tests/regression.at (Invalid CPP headers): New.
988 From Alexander Belopolsky.
989 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
991 2001-10-02 Akim Demaille <akim@epita.fr>
993 * tests/regression.at (Invalid input): New.
994 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
997 2001-10-02 Akim Demaille <akim@epita.fr>
999 * tests/calc.at: Now that --debug works, the tests must be adjusted.
1001 2001-10-02 Akim Demaille <akim@epita.fr>
1003 * src/output.c (output_parser): Assert `skeleton'.
1004 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
1008 2001-10-01 Marc Autret <autret_m@epita.fr>
1010 * src/lex.h: Echo modifications.
1011 * src/lex.c (unlex): Parameter is now token_t.
1014 2001-10-01 Marc Autret <autret_m@epita.fr>
1016 * src/main.c: Include lex.h.
1019 2001-09-29 Akim Demaille <akim@epita.fr>
1021 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
1023 2001-09-28 Akim Demaille <akim@epita.fr>
1025 * tests/testsuite.at: Update to newer Autotest.
1026 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
1028 2001-09-27 Akim Demaille <akim@epita.fr>
1030 Position independent wrapper.
1032 * tests/bison: Remove.
1033 * tests/bison.in: New.
1034 * configure.in: Adjust.
1036 2001-09-27 Paul Eggert <eggert@twinsun.com>
1038 Port quotearg fixes from tar 1.13.24.
1040 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
1042 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
1043 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
1045 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
1046 * m4/mbrtowc.m4: New file.
1047 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
1048 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
1050 2001-09-27 Akim Demaille <akim@epita.fr>
1054 2001-09-27 Akim Demaille <akim@epita.fr>
1058 2001-09-25 Akim Demaille <akim@epita.fr>
1060 * src/system.h: Include `xalloc.h'.
1061 Remove it from the C files.
1062 * src/files.c (output_files): Free the obstacks.
1063 * src/lex.c (init_lex): Rename as...
1066 * src/main.c (main): Use it.
1068 2001-09-24 Marc Autret <autret_m@epita.fr>
1070 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
1071 to output informations in fout (FILE*).
1072 (open_graph, close_graph): Likewise.
1073 (output_graph, output_edge, output_node): Likewise.
1074 * src/vcg.h: Update function prototypes.
1075 * src/print_graph.c (print_graph): Open output graph file.
1076 (print_actions): Adjust.
1077 * src/files.h: Remove extern declaration.
1078 * src/files.c: Remove graph_obstack declaration.
1079 (open_files): Remove graph_obstack initialization.
1080 (output_files): Remove graph_obstack saving.
1082 2001-09-24 Marc Autret <autret_m@epita.fr>
1084 * src/files.c (compute_output_file_names): Fix.
1086 2001-09-24 Marc Autret <autret_m@epita.fr>,
1087 Akim Demaille <akim@epita.fr>
1089 * src/reader.c (reader): Remove call to free_symtab ().
1090 * src/main.c (main): Call it here.
1092 * src/conflicts.c (initialize_conflicts): Rename as...
1093 (solve_conflicts): this.
1094 * src/print.c (print_core, print_actions, print_state)
1095 (print_grammar): Dump to a file instead a `output_obstack'.
1096 (print_results): Dump `output_obstack', and then proceed with the
1098 * src/files.c (compute_output_file_names, close_files): New.
1099 (output_files): Adjust.
1100 * src/main.c (main): Adjust.
1102 2001-09-23 Marc Autret <autret_m@epita.fr>
1104 * src/files.c (compute_header_macro): Computes header macro name
1105 from spec_defines_file when given.
1107 2001-09-23 Marc Autret <autret_m@epita.fr>
1109 * src/files.c (output_files): Add default extensions.
1111 2001-09-22 Akim Demaille <akim@epita.fr>
1113 * src/conflicts.c (finalize_conflicts): Rename as...
1114 (free_conflicts): this.
1116 2001-09-22 Akim Demaille <akim@epita.fr>
1118 * src/gram.c (gram_free): Rename back as...
1120 (output_token_translations): Free `token_translations'.
1121 * src/symtab.c (free_symtab): Free the tag field.
1123 2001-09-22 Akim Demaille <akim@epita.fr>
1125 Remove `translations' as it is always set to true.
1127 * src/gram.h: Adjust.
1128 * src/reader.c (packsymbols, parse_token_decl): Adjust
1129 * src/print.c (print_grammar): Adjust.
1130 * src/output.c (output_token_translations): Adjust.
1131 * src/lex.c (lex): Adjust.
1132 * src/gram.c: Be sure the set pointers to NULL.
1133 (dummy): Rename as...
1136 2001-09-22 Akim Demaille <akim@epita.fr>
1138 * configure.in: Invoke AM_LIB_DMALLOC.
1139 * src/system.h: Use dmalloc.
1140 * src/LR0.c: Be sure to have pointers initialized to NULL.
1141 (allocate_itemsets): Allocate kernel_items only if needed.
1143 2001-09-22 Akim Demaille <akim@epita.fr>
1145 * configure.in: Bump to 1.29b.
1146 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
1147 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
1148 need xmalloc.c in calc.y.
1151 2001-09-21 Akim Demaille <akim@epita.fr>
1154 * Makefile.maint, config/config.guess, config/config.sub,
1155 * config/missing: Update from masters.
1156 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
1158 * configure.in (ALL_LINGUAS): Add `tr'.
1160 2001-09-21 Akim Demaille <akim@epita.fr>
1162 * tests/Makefile.am (package.m4): Move to...
1163 ($(srcdir)/$(TESTSUITE)): here.
1165 2001-09-20 Akim Demaille <akim@epita.fr>
1167 * src/complain.c: No longer try to be standalone: use system.h.
1168 Don't assume __STDC__ is defined to 1. Just test if it is defined.
1169 * src/complain.h: Likewise.
1170 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
1171 Remove the unused variable `n'.
1172 From Albert Chin-A-Young.
1174 2001-09-18 Marc Autret <autret_m@epita.fr>
1176 * doc/bison.1: Update.
1177 * doc/bison.texinfo (Bison Options): Update --defines and --graph
1179 (Option Cross Key): Update.
1182 2001-09-18 Marc Autret <autret_m@epita.fr>
1184 * tests/regression.at: New test (comment in %union).
1186 2001-09-18 Marc Autret <autret_m@epita.fr>
1188 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
1190 Reported by Keith Browne.
1192 2001-09-18 Marc Autret <autret_m@epita.fr>
1194 * tests/output.at: Add tests for --defines and --graph.
1196 2001-09-18 Marc Autret <autret_m@epita.fr>
1198 * tests/output.at: Removes tests of %{header,src}_extension features.
1200 2001-09-18 Akim Demaille <akim@epita.fr>
1202 * tests/Makefile.am (package.m4): New.
1203 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
1204 (_AT_CHECK_CALC_ERROR): Likewise.
1205 Factor the `, ' part of verbose error messages.
1207 2001-09-18 Marc Autret <autret_m@epita.fr>
1209 * src/getargs.c (longopts): Declare --defines and --graph as options
1210 with optional arguments.
1211 * src/files.h: Add extern declarations.
1212 * src/files.c (spec_graph_file, spec_defines_file): New.
1213 (output_files): Update.
1214 Remove CPP-outed code.
1216 2001-09-18 Marc Autret <autret_m@epita.fr>
1218 Turn off %{source,header}_extension feature.
1220 * src/files.c (compute_exts_from_gf): Update.
1221 (compute_exts_from_src): Update.
1222 (output_files): CPP-out useless code.
1223 * src/files.h: Remove {header,source}_extension extern declarations.
1224 * src/reader.c (parse_dquoted_param): CPP-out.
1225 (parse_header_extension_decl): Remove.
1226 (parse_source_extension_decl): Remove.
1227 (read_declarations): Remove cases tok_{hdrext,srcext}.
1228 * src/lex.c (percent_table): Remove {header,source}_extension entries.
1229 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
1231 2001-09-10 Akim Demaille <akim@epita.fr>
1233 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
1234 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
1235 (AT_CHECK_OUTPUT): this.
1236 Merely check ls' exit status, its output is useless.
1238 2001-09-10 Akim Demaille <akim@epita.fr>
1240 * tests/calc.at: Use m4_match.
1241 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
1243 2001-09-10 Marc Autret <autret_m@epita.fr>,
1244 Akim Demaille <akim@epita.fr>
1246 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
1248 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
1250 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
1251 * src/lex.h: Adjust prototype.
1252 (token_t): Add `tok_undef'.
1253 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
1254 (parse_percent_token): Now returns token_t.
1255 Add default statement in switch.
1256 (lex): Separate `c' as an input variable, from the token_t result
1258 (unlexed): Is a token_t.
1260 2001-09-10 Akim Demaille <akim@epita.fr>
1262 * configure.in: Bump to 1.29a.
1264 2001-09-07 Akim Demaille <akim@epita.fr>
1268 2001-08-30 Akim Demaille <akim@epita.fr>
1270 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
1271 * m4/atconfig.m4: Remove.
1272 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
1274 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
1275 m4_if, m4_patsubst, and m4_regexp.
1276 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
1277 `input' file instead of echo.
1279 2001-08-29 Akim Demaille <akim@epita.fr>
1283 2001-08-29 Akim Demaille <akim@epita.fr>
1287 2001-08-29 Paul Eggert <eggert@twinsun.com>
1289 * src/bison.simple (yyparse): Don't take the address of an
1290 item before the start of an array, as that doesn't conform to
1293 2001-08-29 Robert Anisko <anisko_r@epita.fr>
1295 * doc/bison.texinfo (Location Tracking Calc): New node.
1297 2001-08-29 Paul Eggert <eggert@twinsun.com>
1299 * src/output.c (output): Do not define const, as this now
1300 causes more problems than it cures.
1302 2001-08-29 Akim Demaille <akim@epita.fr>
1304 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
1306 Be sure to tag the `detailmenu'.
1308 2001-08-29 Akim Demaille <akim@epita.fr>
1310 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
1311 download in a tmp dir.
1313 2001-08-28 Marc Autret <autret_m@epita.fr>
1315 * config/depcomp: New file.
1317 2001-08-28 Marc Autret <autret_m@epita.fr>
1319 * doc/bison.1 (mandoc): Adjust.
1320 From Juan Manuel Guerrero.
1322 2001-08-28 Marc Autret <autret_m@epita.fr>
1324 * src/print_graph.c (print_state): Fix.
1326 2001-08-27 Marc Autret <autret_m@epita.fr>
1328 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
1330 Echo modifications to the functions prototypes.
1331 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
1333 2001-08-27 Marc Autret <autret_m@epita.fr>
1335 * src/vcg.c: Include `xalloc.h'.
1336 (add_colorentry): New.
1337 (add_classname): New.
1338 (add_infoname): New.
1339 * src/vcg.h: Add new prototypes.
1341 2001-08-27 Akim Demaille <akim@epita.fr>
1343 * Makefile.maint: Sync. again with CVS Autoconf.
1345 2001-08-27 Akim Demaille <akim@epita.fr>
1347 * Makefile.maint: Formatting changes.
1348 (po-update, cvs-update, update): New targets.
1351 2001-08-27 Akim Demaille <akim@epita.fr>
1353 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
1354 * Makefile.maint: Sync. with CVS Autoconf.
1356 2001-08-27 Marc Autret <autret_m@epita.fr>
1358 * src/vcg.h (struct infoname_s): New.
1359 (struct colorentry_s): New.
1360 (graph_s): New fields {vertical,horizontal}_order in structure.
1361 Add `infoname' field.
1362 Add `colorentry' field;
1363 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
1364 (G_HORIZONTAL_ORDER): New.
1366 (G_COLORENTRY): New.
1367 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
1368 Add output of `infoname'.
1369 Add output of `colorentry'.
1371 2001-08-27 Marc Autret <autret_m@epita.fr>
1373 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
1374 This one shadowed a global parameter.
1376 2001-08-24 Marc Autret <autret_m@epita.fr>
1378 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
1379 instead of `unsigned'.
1380 (print_state): Do not call obstack_object_size () in obstack_grow ()
1381 to avoid macro variables shadowing.
1383 2001-08-23 Marc Autret <autret_m@epita.fr>
1385 * src/lex.c (percent_table): Typo: s/naem/name/.
1387 Normalize new options declarations.
1389 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
1391 * tests/suite.at: Exercise %header_extension and %source_extension.
1393 2001-08-16 Marc Autret <autret_m@epita.fr>
1395 * src/reader.c (parse_dquoted_param): New.
1396 (parse_header_extension_decl): Use it.
1397 (parse_source_extension_decl): Likewise.
1399 2001-08-16 Marc Autret <autret_m@epita.fr>
1401 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
1402 (get_xxxx_str): Use assert () instead of complain ().
1403 Remove return invokations in default cases.
1404 (get_decision_str): Modify default behaviour. Remove second argument.
1405 Echo modifications on calls.
1406 (output_graph): Fix.
1408 2001-08-16 Marc Autret <autret_m@epita.fr>
1410 * src/getargs.c (usage): Update with ``-g, --graph''.
1412 2001-08-16 Marc Autret <autret_m@epita.fr>
1414 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
1415 (Option Cross Key): Likewise.
1416 * doc/bison.1: Update.
1418 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
1420 * src/output.c (output_master_parser): Don't finish action_obstack.
1421 (output_parser): Don't care about the muscle action, here.
1422 (prepare): Copy the action_obstack in the action muscle.
1423 (output): Free action_obstack.
1425 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
1427 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
1428 will contain `%union' declaration.
1429 (parse_union_decl): Delete #line directive output.
1430 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
1431 informations about %union.
1432 (parse_union_decl): Copy the union_obstack in the muscle stype.
1433 * src/bison.simple: Add new #line directive.
1434 Add typdef %%stype YYSTYPE.
1436 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
1438 * src/bison.simple: Add new `#line' directive.
1440 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
1442 * src/bison.simple: New `#line' directive.
1443 * src/output.c (output_parser): Support new dynamic muscle input_line.
1445 2001-09-22 Marc Autret <autret_m@epita.fr>
1447 * src/output.c (output_master_parser): New.
1448 (output_parser): Be more re-entrant.
1450 2001-09-21 Marc Autret <autret_m@epita.fr>
1452 * src/reader.c (copy_definition, parse_union_decl): Update and use
1454 (copy_action): Likewise.
1455 Use obstack_1grow ().
1456 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
1458 2001-09-21 Marc Autret <autret_m@epita.fr>
1460 * src/options.c (option_table): Adjust.
1461 * src/lex.c (parse_percent_token): Fix.
1463 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
1465 * src/options.c (symtab.h): Include it, need by lex.h.
1467 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
1469 * src/lex.c (parse_percent_token): Change type of variable `tx', which
1470 is now an option_table_struct*.
1471 (option_strcmp): New function option_strcmp.
1472 (parse_percent_token): Call option_strcmp.
1473 * src/getargs.c (xalloc.h, options.h): Include it.
1474 (getargs): Call create_long_option_table.
1475 (getargs): Free longopts at the end of the function.
1476 (shortopts): Move in options.c.
1477 * src/options.c (create_long_option_table): New function. Convert
1478 information from option_table to option structure.
1479 * src/reader.c (options.h): Include it.
1481 * src/Makefile.am: Adjust.
1482 * src/options.c (option_table): Create from longopts and percent_table.
1483 * src/getargs.c (longopts): Delete.
1484 * src/lex.c (struct percent_table_struct): Delete.
1485 (percent_table): Delete.
1486 (options.h): Include it.
1487 * src/options.c: Create.
1488 * src/options.h: Create.
1489 Declare enum opt_access_e.
1490 Define struct option_table_struct.
1492 2001-09-20 Marc Autret <autret_m@epita.fr>
1494 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
1497 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
1499 * src/bison.simple: s/%%filename/%%skeleton.
1500 * src/muscle_tab.c (getargs.h): Include it.
1501 (muscle_init): Insert new muscle skeleton.
1503 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
1505 * src/output.c (output_parser): Delete unused variable actions_dumped.
1507 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
1509 * src/output.c (output): Delete call to reader_output_yylsp.
1510 * src/reader.c (reader): Likewise.
1511 * src/reader.h: Delete declaration of reader_output_yylsp.
1513 2001-09-02 Marc Autret <autret_m@epita.fr>
1515 * src/reader.c: Include muscle_tab.h.
1516 (parse_union_decl): Update.
1517 (parse_macro_decl): Rename parse_muscle_decl.
1518 Update to use renamed functions and variable.
1519 (read_declarations, copy_action, read_additionnal_code, : Updated
1520 with correct variables and functions names.
1521 (packsymbols, reader): Likewise.
1523 * src/reader.h (muscle_obstack): Extern declaration update.
1525 * src/output.c: Include muscle_tab.h
1526 In all functions using macro_insert, change by using muscle_insert ().
1527 (macro_obstack): Rename muscle_obstack.
1528 Echo modifications in the whole file.
1529 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
1530 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
1531 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
1533 * src/muscle_tab.h: Update double inclusion macros.
1534 (macro_entry_s): Rename muscle_entry_s.
1537 * src/muscle_tab.c: Include muscle_tab.h.
1538 Rename macro_tabble to muscle_table.
1539 (mhash1, mhash2, mcmp): Use muscle_entry.
1540 (macro_init): Rename muscle_init. Update.
1541 (macro_insert): Rename muscle_insert. Update.
1542 (macro_find): Rename muscle_find. Update.
1544 * src/main.c: Include muscle_tab.h.
1545 (main): Call muscle_init ().
1546 * src/Makefile.am (bison_SOURCES): Echo modifications.
1548 2001-09-02 Marc Autret <autret_m@epita.fr>
1550 Now the files macro_tab.[ch] are named muscle_tab.[ch].
1552 * src/muscle_tab.c, src/muscle_tab.h: Add files.
1554 2001-09-02 Marc Autret <autret_m@epita.fr>
1556 * src/macrotab.c, src/macrotab.h: Remove.
1558 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
1560 * src/reader.c (copy_guard): Use muscle to specify the `#line'
1563 2001-09-01 Marc Autret <autret_m@epita.fr>
1565 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
1566 to an explicit value to activate the feature. We do it here.
1568 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
1570 * src/output.c (prepare): Delete the `filename' muscule insertion.
1571 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
1572 (parse_union_decl): Likewise.
1573 * src/macrotab.c (macro_init): Initialize filename by infile.
1575 2001-08-31 Marc Autret <autret_m@epita.fr>
1577 * src/bison.simple (YYLSP_NEEDED): New definition.
1578 * src/output.c (prepare): Add macro insertion of `locations_flag'
1580 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
1582 * src/output.c (prepare): Delete insertion of previous muscles,
1583 and insert the `prefix' muscles.
1584 * src/macrotab.c (macro_init): Likewise.
1585 (macro_init): Initialization prefix directive by `yy'.
1586 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
1587 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
1588 yylval, yydebug, yyerror, yynerrs and yyparse.
1589 New directive `#define' to substitute yydebug, ... with option
1592 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
1594 * src/main.c (main): Standardize.
1595 * src/output.c (output_table_data, output_parser): Likewise.
1596 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
1598 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
1600 * src/reader.c (read_additionnal_code): Rename %%user_code to
1602 * src/output.c (output): Rename %%declarations to %%prologue.
1603 * src/bison.simple: Echo modifications.
1605 2001-08-31 Marc Autret <autret_m@epita.fr>
1607 * src/reader.c (readgram): CleanUp.
1608 (output_token_defines): Likewise.
1609 (packsymbols): Likewise.
1611 * src/output.c (output): CPP-out useless code.
1613 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
1615 * src/reader.c (reader): Delete obsolete call to function
1616 output_trailers and output_headers.
1617 * src/output.h: Remove obsolete functions prototypes of output_headers
1618 and output_trailers.
1620 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
1622 * src/main.c: Include macrotab.h.
1623 * src/macrotab.h (macro_entry_s): Constify fields.
1624 Adjust functions prototypes.
1625 * src/macrotab.c (macro_insert): Constify key and value.
1626 (macro_find): Constify key.
1627 (macro_insert): Include 'xalloc.h'
1628 (macro_insert): Use XMALLOC.
1629 (macro_find): Constify return value.
1630 * src/output.c (output_table_data): Rename table to table_data.
1631 (output_parser): Constify macro_key, macro_value.
1633 2001-08-30 Marc Autret <autret_m@epita.fr>
1635 * src/reader.c (parse_skel_decl): New.
1636 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
1637 * src/lex.h (token_t): New token `tok_skel'.
1638 * src/lex.c (percent_table): Add skeleton option entry.
1641 2001-08-29 Marc Autret <autret_m@epita.fr>
1643 * src/bison.simple: Add %%user_code directive at the end.
1644 * src/reader.c (read_additionnal_code): New.
1646 * src/output.c (output_program): Remove.
1649 2001-08-28 Marc Autret <autret_m@epita.fr>
1651 * src/output.c (output_actions): Clean up.
1652 (output_gram): CPP-out useless code.
1653 * src/reader.c (reader): Clean up, CPP-out useless code.
1655 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
1657 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
1659 * src/bison.simple: Add `%%definitions'.
1661 2001-08-28 Marc Autret <autret_m@epita.fr>
1663 * config/depcomp: New file.
1665 2001-08-27 Paul Eggert <eggert@twinsun.com>
1667 * src/bison.simple (yyparse): Don't take the address of an
1668 item before the start of an array, as that doesn't conform to
1671 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
1673 * src/output.c (output): Remove the initialization of the macro
1674 obstack. It was done too late here.
1676 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
1678 (reader): Initialize the macro obstack here, since we need it to grow
1679 '%define' directives.
1681 * src/reader.h: Declare the macro obstack as extern.
1683 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
1685 * src/output.c (output_parser): Fix. Store single '%' characters in
1686 the output obstack instead of throwing them away.
1688 2001-08-27 Akim Demaille <akim@epita.fr>
1690 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
1692 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
1694 * lib/Makefile.am: Adjust.
1696 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
1698 * src/bison.simple: Update and add '%%' directives.
1700 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
1702 * src/reader.c (reader): Remove calls to 'output_headers' and
1703 'output_trailers'. Remove some C output.
1704 (readgram): Disable a piece of code that was writing a default
1705 definition for 'YYSTYPE'.
1706 (reader_output_yylsp): Remove.
1707 (packsymbols): Output token defintions to a macro.
1708 (copy_definition): Disable C output.
1710 * src/reader.c (parse_macro_decl): New function used to parse macro
1712 (copy_string2): Put the body of copy_string into this new function.
1713 Add a parameter to let the caller choose whether he wants to copy the
1714 string delimiters or not.
1715 (copy_string): Be a simple call to copy_string2 with the last argument
1717 (read_declarations): Add case for macro definition.
1718 (copy_identifier): New.
1719 (parse_macro_decl): Read macro identifiers using copy_identifier
1722 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
1724 * src/output.c (prepare): Add prefixed names.
1725 (output_parser): Output semantic actions.
1726 (output_parser): Fix bug on '%%line' directives.
1728 * src/output.c (output_headers): Remove. The C code printed by this
1729 function should now be in the skeletons.
1730 (output_trailers): Remove.
1731 (output): Disable call to 'reader_output_yylsp'.
1732 (output_rule_data): Do not output tables to the table obstack.
1734 * src/output.c: Remove some C dedicated output.
1735 Improve the use of macro and output obstacks.
1736 (output_defines): Remove.
1738 * src/output.c (output_token_translations): Associate 'translate'
1739 table with a macro. No output to the table obstack.
1740 (output_gram): Same for 'rhs' and 'prhs'.
1741 (output_stos): Same for 'stos'.
1742 (output_rule_data): Same for 'r1' and 'r2'.
1743 (token_actions): Same for 'defact'.
1744 (goto_actions): Same for 'defgoto'.
1745 (output_base): Same for 'pact' and 'pgoto'.
1746 (output_table): Same for 'table'.
1747 (output_check): Same for 'check'.
1749 * src/output.c (output_table_data): New function.
1750 (output_short_table): Remove.
1751 (output_short_or_char_table): Remove.
1753 * src/output.c (output_parser): Replace most of the skeleton copy code
1754 with something new. Skeletons are now processed character by character
1755 rather than line by line, and Bison looks for '%%' macros. This is the
1756 first step in making Bison's output process (a lot) more flexible.
1757 (output_parser): Use the macro table.
1759 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
1761 * src/main.c (main): Initialize the macro table.
1763 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
1765 * src/lex.c (percent_table): Add tok_define.
1766 * src/lex.h: Add tok_define.
1768 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
1770 * src/macrotab.c: New file.
1771 * src/macrotab.h: New file.
1772 * src/Makefile.am: Update.
1774 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
1776 * lib/hash.c: New file.
1777 * lib/hash.h: New file.
1778 * lib/Makefile.am: Update.
1780 2001-08-15 Akim Demaille <akim@epita.fr>
1784 2001-08-15 Marc Autret <autret_m@epita.fr>
1786 * src/reader.c (readgram): Indent output macro YYSTYPE.
1787 (packsymbols): Likewise.
1788 (output_token_defines): Likewise.
1789 * src/files.c: Standardize.
1790 (compute_header_macro): New.
1791 (defines_obstack_save): New. Use compute_header_macro.
1792 (output_files): Update. Use defines_obstack_save.
1794 2001-08-15 Akim Demaille <akim@epita.fr>
1796 * doc/bison.texinfo (Table of Symbols): Document
1799 2001-08-15 Akim Demaille <akim@epita.fr>
1801 * missing: Update from CVS Automake.
1802 * config/config.guess, config/config.sub, config/texinfo.tex:
1803 Update from gnu.org.
1805 2001-08-15 Akim Demaille <akim@epita.fr>
1807 * Makefile.maint: Sync with CVS Autoconf.
1809 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
1811 * doc/bison.texinfo: Include GNU Free Documentation License from
1813 * doc/fdl.texi: Add to package.
1815 2001-08-14 Marc Autret <autret_m@epita.fr>
1817 Turn on %{source,header}_extension features.
1819 * src/lex.c (percent_table): Un-CPP out header_extension and
1821 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
1822 (compute_exts_from_src): Remove conditions. It restores priorities
1825 2001-08-14 Marc Autret <autret_m@epita.fr>
1827 * src/files.c (compute_base_names): Add extensions computing when
1828 `--file-prefix' used.
1829 Standardize function calls.
1831 2001-08-13 Marc Autret <autret_m@epita.fr>
1833 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
1834 defining it (defined but null disables alloca).
1836 2001-08-13 Marc Autret <autret_m@epita.fr>
1838 * src/bison.simple (_yy_memcpy): CPP reformat.
1840 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
1842 * tests/atconfig.in (CPPFLAGS): Fix.
1844 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
1846 * doc/bison.texinfo: Include GNU General Public License from
1848 * doc/gpl.texi: Add to package.
1850 2001-08-10 Marc Autret <autret_m@epita.fr>
1852 * src/print_graph.h: Fix.
1853 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
1855 2001-08-10 Akim Demaille <akim@epita.fr>
1857 * src/system.h: Provide default declarations for stpcpy, strndup,
1860 2001-08-10 Robert Anisko <anisko_r@epita.fr>
1862 * doc/bison.texinfo (Locations): Update @$ stuff.
1864 2001-08-09 Robert Anisko <anisko_r@epita.fr>
1866 * src/bison.simple (YYLLOC_DEFAULT): Update.
1869 2001-08-08 Marc Autret <autret_m@epita.fr>
1871 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
1872 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
1873 Reported by Fabrice Bauzac.
1875 2001-08-08 Marc Autret <autret_m@epita.fr>
1877 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
1878 * src/vcg.c (output_node): Fix.
1879 * src/vcg.h: Cleanup.
1880 * src/print_graph.c: Add comments.
1881 (node_output_size): New global variable. Simplify the formatting of
1882 the VCG graph output.
1883 (print_actions): Unused code is now used. It notifies the final state
1884 and no action states in the VCG graph. It also give the reduce actions.
1885 The `shift and goto' edges are red and the `go to state' edges are
1887 Get the current node name and node_obstack by argument.
1888 (node_obstack): New variable.
1889 (print_state): Manage node_obstack.
1890 (print_core): Use node_obstack given by argument.
1891 A node is not only computed here but in print_actions also.
1892 (print_graph): CPP out useless code instead of commenting it.
1894 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
1896 * tests/atconfig.in (CPPFLAGS): Fix.
1898 2001-08-07 Akim Demaille <akim@epita.fr>
1900 * src/print_graph.c (quote): New.
1901 (print_core): Use it.
1903 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
1905 * src/vcg.c (complain.h): Include it.
1906 Unepitaize `return' invocations.
1907 [NDEBUG] (main): Remove.
1908 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
1909 * src/files.c (open_files): Initialize graph_obstack.
1910 * src/print_graph.c (print_actions): CPP out useless code.
1911 (print_core): Don't output the last `\n' in labels.
1913 * src/files.c (output_files): Output the VCG file.
1914 * src/main.c (main): Invoke print_graph ();
1916 2001-08-06 Marc Autret <autret_m@epita.fr>
1918 Automaton VCG graph output.
1919 Using option ``-g'' or long option ``--graph'', you can generate
1920 a gram_filename.vcg file containing a VCG description of the LALR (1)
1921 automaton of your grammar.
1923 * src/main.c: Call to print_graph() function.
1924 * src/getargs.h: Update.
1925 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
1926 (graph_flag): New flag.
1928 (getargs): Add case `g'.
1929 * src/files.c (graph_obstack): New obstack struct.
1930 (open_files): Initialize new obstack.
1931 (output_files): Saves graph_obstack if required.
1932 * src/files.h (graph_obstack): New extern declaration.
1933 * src/Makefile.am: Add new source files.
1935 2001-08-06 Marc Autret <autret_m@epita.fr>
1937 * src/print_graph.c, src/print_graph.h (graph): New.
1938 * src/vcg.h: New file.
1939 * src/vcg.c: New file, VCG graph handling.
1941 2001-08-06 Marc Autret <autret_m@epita.fr>
1943 Add of %source_extension and %header_extension which specify
1944 the source or/and the header output file extension.
1946 * src/files.c (compute_base_names): Remove initialisation of
1947 src_extension and header_extension.
1948 (compute_exts_from_gf): Update.
1949 (compute_exts_from_src): Update.
1950 (output_files): Update.
1951 * src/reader.c (parse_header_extension_decl): New.
1952 (parse_source_extension_decl): New.
1953 (read_declarations): New case statements for the new tokens.
1954 * src/lex.c (percent_table): Add entries for %source_extension
1955 and %header_extension.
1956 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
1958 2001-08-06 Marc Autret <autret_m@epita.fr>
1960 * configure.in: Bump to 1.28c.
1961 * doc/bison.texinfo: Texinfo thingies.
1963 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
1965 * tests/atconfig.in (CPPFLAGS): Add.
1966 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
1968 2001-08-03 Akim Demaille <akim@epita.fr>
1972 2001-08-03 Akim Demaille <akim@epita.fr>
1974 * tests/Makefile.am (check-local): Ship testsuite.
1975 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
1978 2001-08-03 Akim Demaille <akim@epita.fr>
1980 * configure.in: Try using -Wformat when compiling.
1982 2001-08-03 Akim Demaille <akim@epita.fr>
1984 * configure.in: Bump to 1.28b.
1986 2001-08-03 Akim Demaille <akim@epita.fr>
1988 * src/complain.c: Adjust strerror_r portability issues.
1990 2001-08-03 Akim Demaille <akim@epita.fr>
1994 2001-08-03 Akim Demaille <akim@epita.fr>
1996 * src/getargs.c, src/getarg.h (skeleton)): Constify.
1997 * src/lex.c (literalchar): Avoid name clashes on `buf'.
1998 * src/getargs.c: Include complain.h.
1999 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
2000 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
2002 2001-08-03 Akim Demaille <akim@epita.fr>
2004 * src/reader.c (readgram): Display hidden chars in error messages.
2006 2001-08-03 Akim Demaille <akim@epita.fr>
2008 Update to gettext 0.10.39.
2010 2001-08-03 Akim Demaille <akim@epita.fr>
2012 * lib/strspn.c: New.
2014 2001-08-01 Marc Autret <autret_m@epita.fr>
2016 * doc/bison.texinfo: Update.
2017 * doc/bison.1 (mandoc): Update.
2018 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
2019 * src/files.c: Support output files extensions computing.
2020 (src_extension): New static variable.
2021 (header_extension): New static variable.
2023 (get_extension_index): New function, gets the index of an extension
2024 filename in a string.
2025 (compute_exts_from_gf): New function, computes extensions from the
2026 grammar file extension.
2027 (compute_exts_from_src): New functions, computes extensions from the
2028 C source file extension, file given by ``-o'' option.
2029 (compute_base_names): Update.
2030 (output_files): Update.
2032 2001-08-01 Robert Anisko <anisko_r@epita.fr>
2034 * doc/bison.texi: Document @$.
2035 (Locations): New section.
2037 2001-07-18 Akim Demaille <akim@epita.fr>
2039 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
2040 * config/prev-version.txt, config/move-if-change: New.
2041 * Makefile.am: Adjust.
2043 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
2045 * src/bison.simple (yyparse): Suppress warning `comparaison
2046 between signed and unsigned'.
2048 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
2050 * src/getargs.h (raw_flag): Remove.
2051 * src/getargs.c: Die on `-r'/`--raw'.
2052 * src/lex.c (parse_percent_token): Die on `%raw'.
2053 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
2054 * tests/calc.at: Suppress test with option `--raw'.
2056 2001-07-14 Akim Demaille <akim@epita.fr>
2059 * configure.in: Require Autoconf 2.50.
2060 Update to gettext 0.10.38.
2062 2001-03-16 Akim Demaille <akim@epita.fr>
2064 * doc/bison.texinfo: ANSIfy the examples.
2066 2001-03-16 Akim Demaille <akim@epita.fr>
2068 * getargs.c (skeleton): New variable.
2069 (longopts): --skeleton is a new option.
2070 (shortopts, getargs): -S is a new option.
2071 * getargs.h: Declare skeleton.
2072 * output.c (output_parser): Use it.
2074 2001-03-16 Akim Demaille <akim@epita.fr>
2076 * m4/strerror_r.m4: New.
2077 * m4/error.m4: Run AC_FUNC_STRERROR_R.
2078 * lib/error.h, lib/error.c: Update.
2080 2001-03-16 Akim Demaille <akim@epita.fr>
2082 * src/getargs.c (longopts): Clean up.
2084 2001-02-21 Akim Demaille <akim@epita.fr>
2086 * src/reader.c (gensym): `gensym_count' is your own.
2087 Use a static buf to create the symbol name, as token_buffer is no
2090 2001-02-08 Akim Demaille <akim@epita.fr>
2092 * src/conflicts.c (conflict_report): Be sure not to append to res
2093 between two calls, which could happen if both first sprintf were
2094 skipped, but not the first cp += strlen.
2096 2001-02-08 Akim Demaille <akim@epita.fr>
2098 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
2099 New, from fileutils 4.0.37.
2100 * configure.in: Require Autoconf 2.49c. I took some time before
2101 making this decision. This is the only way out for portability
2102 issues in Bison, it would mean way too much duplicate effort to
2103 import in Bison features implemented in 2.49c since 2.13.
2104 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
2106 2001-02-02 Akim Demaille <akim@epita.fr>
2108 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
2109 * lib/xalloc.h, lib/xmalloc.c: Update.
2111 2001-01-19 Akim Demaille <akim@epita.fr>
2113 Get rid of the ad hoc handling of token_buffer in the scanner: use
2116 * src/lex.c (token_obstack): New.
2117 (init_lex): Initialize it. No longer call...
2118 (grow_token_buffer): this. Remove it.
2119 Adjust all the places which used it to use the obstack.
2121 2001-01-19 Akim Demaille <akim@epita.fr>
2123 * src/lex.h: Rename all the tokens:
2124 s/\bENDFILE\b/tok_eof/g;
2125 s/\bIDENTIFIER\b/tok_identifier/g;
2127 Let them be enums, not #define, to ease debugging.
2128 Adjust all the code.
2130 2001-01-18 Akim Demaille <akim@epita.fr>
2132 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
2133 * src/lex.c (maxtoken, grow_token_buffer): Static.
2135 2001-01-18 Akim Demaille <akim@epita.fr>
2137 Since we now use obstacks, more % directives can be enabled.
2139 * src/lex.c (percent_table): Also accept `%yacc',
2140 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
2142 Handle the actions for `%semantic_parser' and `%pure_parser' here,
2143 instead of returning a token.
2144 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
2145 * src/reader.c (read_declarations): Adjust.
2146 * src/files.c (open_files): Don't call `compute_base_names', don't
2147 compute `attrsfile' since they depend upon data which might be
2148 *in* the input file now.
2149 (output_files): Do it here.
2150 * src/output.c (output_headers): Document the fact that this patch
2151 introduces a guaranteed SEGV for semantic parsers.
2152 * doc/bison.texinfo: Document them.
2153 * tests/suite.at: Exercise these %options.
2155 2000-12-20 Akim Demaille <akim@epita.fr>
2157 Also handle the output file (--verbose) with obstacks.
2159 * files.c (foutput): Remove.
2160 (output_obstack): New.
2161 Adjust all dependencies.
2162 * src/conflicts.c: Return a string.
2163 * src/system.h (obstack_grow_string): Rename as...
2164 (obstack_sgrow): this. Be ready to work with non literals.
2165 (obstack_fgrow4): New.
2167 2000-12-20 Akim Demaille <akim@epita.fr>
2169 * src/files.c (open_files): Fix the computation of short_base_name
2170 in the case of `-o foo.tab.c'.
2172 2000-12-20 Akim Demaille <akim@epita.fr>
2174 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
2175 (copy_dollar): Now that everything uses obstacks, get rid of the
2178 2000-12-20 Akim Demaille <akim@epita.fr>
2180 * src/files.c (open_files): Actually the `.output' file is based
2181 on the short_base_name, not base_name.
2182 * tests/suite.at (Checking output file names): Adjust.
2184 2000-12-20 Akim Demaille <akim@epita.fr>
2186 * src/bison.s1: Remove, we now use directly...
2187 * src/bison.simple: this.
2188 * src/Makefile.am: Use pkgdata instead of data.
2190 2000-12-20 Akim Demaille <akim@epita.fr>
2192 * src/files.c (guard_obstack): New.
2193 (open_files): Initialize it.
2194 (output_files): Dump it...
2195 * src/files.h: Export it.
2196 * src/reader.c (copy_guard): Use it.
2198 2000-12-19 Akim Demaille <akim@epita.fr>
2200 * src/files.c (outfile, defsfile, actfile): Removed as global
2202 (open_files): Don't compute them.
2203 (output_files): Adjust.
2204 (base_name, short_base_name): Be global.
2205 Adjust dependencies.
2207 2000-12-19 Akim Demaille <akim@epita.fr>
2209 * src/files.c (strsuffix): New.
2210 (stringappend): Be just like strcat but allocate.
2211 (base_names): Eve out from open_files.
2212 Try to simplify the rather hairy computation of base_name and
2214 (open_files): Use it.
2215 * tests/suite.at (Checking output file names): New test.
2217 2000-12-19 Akim Demaille <akim@epita.fr>
2219 * src/system.h (obstack_grow_literal_string): Rename as...
2220 (obstack_grow_string): this.
2221 * src/output.c (output_parser): Recognize `%% actions' instead of
2223 * src/bison.s1: s/$/%% actions/.
2224 * src/bison.hairy: Likewise.
2226 2000-12-19 Akim Demaille <akim@epita.fr>
2228 * src/output.c (output_parser): Compute the `#line' lines when
2230 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
2231 Suggested by Hans Aberg.
2233 2000-12-19 Akim Demaille <akim@epita.fr>
2235 Let the handling of the skeleton files be local to the procedures
2238 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
2240 (fparser, open_extra_files): Remove.
2241 (open_files, output_files): Don't take care of fparser.
2242 * src/files.h: Adjust.
2243 * src/output.c (output_parser): Open and close the file to the
2245 * src/reader.c (read_declarations): When %semantic_parser, open
2248 2000-12-19 Akim Demaille <akim@epita.fr>
2250 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
2251 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
2253 2000-12-19 Akim Demaille <akim@epita.fr>
2255 * src/files.c (open_files): Yipee! We no longer need all the code
2256 looking for `/tmp' since we have no tmp file.
2258 2000-12-19 Akim Demaille <akim@epita.fr>
2260 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
2262 * src/files.c (open_files): Less dependency on MSDOS etc.
2264 2000-12-14 Akim Demaille <akim@epita.fr>
2266 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
2267 Provide a default definition.
2268 Use it when executing the default @ action.
2269 * src/reader.c (reader_output_yylsp): No longer include
2270 `timestamp' and `text' in the default YYLTYPE.
2272 2000-12-12 Akim Demaille <akim@epita.fr>
2274 * src/reader.c (copy_definition, parse_union_decl, copy_action)
2275 (copy_guard): Quote the file names.
2276 Reported by Laurent Mascherpa.
2278 2000-12-12 Akim Demaille <akim@epita.fr>
2280 * src/output.c (output_headers, output_program, output): Be sure
2281 to escape special characters when outputting filenames.
2282 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
2283 (output_headers): Don't depend on them, Use ACTSTR.
2285 2000-11-17 Akim Demaille <akim@epita.fr>
2287 * lib/obstack.h: Formatting changes.
2288 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
2289 prevents type checking.
2290 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
2291 cast the value to (void *): assigning a `foo *' to a `void *'
2293 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
2294 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
2297 2000-11-17 Akim Demaille <akim@epita.fr>
2299 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
2301 (suite.m4, regression.m4, calc.m4): these.
2302 * tests/atgeneral.m4: Update from CVS Autoconf.
2304 2000-11-17 Akim Demaille <akim@epita.fr>
2306 * tests/regression.m4 (%union and --defines): New test,
2307 demonstrating a current bug in the obstack implementation.
2309 2000-11-17 Akim Demaille <akim@epita.fr>
2311 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
2313 Use them to declare the variables which are global or local to
2316 2000-11-17 Akim Demaille <akim@epita.fr>
2318 * acconfig.h: Remove, no longer used.
2320 2000-11-07 Akim Demaille <akim@epita.fr>
2322 * src: s/Copyright (C)/Copyright/g.
2324 2000-11-07 Akim Demaille <akim@epita.fr>
2326 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
2328 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
2330 2000-11-07 Akim Demaille <akim@epita.fr>
2332 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
2333 Merge in a single CPP if/else.
2335 2000-11-07 Akim Demaille <akim@epita.fr>
2337 * src/output.c (output): Remove useless variables.
2338 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
2339 argument `data' for consistency with the prototypes.
2341 (obstack_copy, obstack_copy0): Rename the second argument as
2342 `address' for consistency. Qualify it `const'.
2343 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
2344 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
2345 `const' their input argument (`data' or `address').
2346 Adjust the corresponding macros to include `const' in casts.
2348 2000-11-03 Akim Demaille <akim@epita.fr>
2350 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
2351 s/PFILE1/BISON_HAIRY/.
2352 Adjust dependencies.
2354 2000-11-03 Akim Demaille <akim@epita.fr>
2356 For some reason, this was not applied.
2358 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
2359 `unlink': it's no longer used.
2361 2000-11-03 Akim Demaille <akim@epita.fr>
2363 * src/files.c (skeleton_find): New function, eved out of...
2364 (open_files, open_extra_files): here.
2366 2000-11-03 Akim Demaille <akim@epita.fr>
2370 * src/files.c (obstack_save): New function.
2371 (done): Rename as...
2372 (output_files): this.
2374 * src/main.c (main): Don't use `atexit' to register `done', since
2375 it no longer has to remove tmp files, just call `output_files'
2376 when there are no errors.
2378 2000-11-02 Akim Demaille <akim@epita.fr>
2380 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
2381 `unlink': it's no longer used.
2382 * src/files.h: Formatting changes.
2384 2000-11-02 Akim Demaille <akim@epita.fr>
2386 Remove the last uses of mktemp and unlink/delete.
2388 * src/files.c (fdefines, ftable): Removed.
2389 (defines_ostack, table_obstack): New.
2390 Adjust dependencies of the former into uses of the latter.
2391 * src/output.c (output_short_or_char_table, output_short_table):
2392 Convert to using obstacks.
2393 * src/reader.c (copy_comment2): Accept one FILE * and two
2395 (output_token_defines, reader_output_yylsp): Use obstacks.
2396 * src/system.h (obstack_fgrow3): New.
2398 2000-11-01 Akim Demaille <akim@epita.fr>
2400 Change each use of `fattrs' into a use of `attrs_obstack'.
2402 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
2403 * src/files.c (fattrs): Remove.
2404 (attrs_obstack): New.
2405 Adjust all dependencies.
2406 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
2408 2000-11-01 Akim Demaille <akim@epita.fr>
2411 Change each use of `faction' into a use of `action_obstack'.
2413 * lib/obstack.h, lib/obstack.c: New files.
2414 * src/files.c (faction): Remove.
2415 (action_obstack): New.
2416 Adjust all dependencies.
2418 2000-10-20 Akim Demaille <akim@epita.fr>
2420 * lib/quote.h (PARAMS): New macro. Use it.
2422 2000-10-16 Akim Demaille <akim@epita.fr>
2424 * src/output.c (output_short_or_char_table): New function.
2425 (output_short_table, output_token_translations): Use it.
2426 (goto_actions): Use output_short_table.
2428 2000-10-16 Akim Demaille <akim@epita.fr>
2430 * src/symtab.c (bucket_new): New function.
2433 * src/output.c (output_short_table): New argument to display the
2434 comment associated with the table.
2435 Adjust dependencies.
2436 (output_gram): Use it.
2437 (output_rule_data): Nicer output layout for YYTNAME.
2439 2000-10-16 Akim Demaille <akim@epita.fr>
2441 * src/lex.c (read_typename): New function.
2443 * src/reader.c (copy_dollar): Likewise.
2445 2000-10-16 Akim Demaille <akim@epita.fr>
2447 * src/reader.c (copy_comment2): Expect the input stream to be on
2448 the `/' which is suspected to open a comment, instead of being
2449 called after `//' or `/*' was read.
2450 (copy_comment, copy_definition, parse_union_decl, copy_action)
2451 (copy_guard): Adjust.
2453 2000-10-16 Akim Demaille <akim@epita.fr>
2455 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
2456 `read_signed_integer'.
2458 2000-10-16 Akim Demaille <akim@epita.fr>
2460 * src/reader.c (copy_dollar): New function.
2461 (copy_guard, copy_action): Use it.
2463 2000-10-16 Akim Demaille <akim@epita.fr>
2465 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
2466 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
2467 New files, from Fileutils 4.0.27.
2468 * src/main.c (printable_version): Remove.
2469 * src/lex.c, src/reader.c: Use `quote'.
2471 2000-10-04 Akim Demaille <akim@epita.fr>
2473 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
2475 2000-10-04 Akim Demaille <akim@epita.fr>
2477 * doc/bison.texinfo: Various typos spotted by Neil Booth.
2479 2000-10-04 Akim Demaille <akim@epita.fr>
2481 When a literal string is used to define two different tokens,
2482 `bison -v' segfaults.
2483 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
2485 * tests/regression.m4: New file.
2486 Include the core of the sample provided by Piotr Gackiewicz.
2487 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
2490 2000-10-04 Akim Demaille <akim@epita.fr>
2492 * src/reader.c (parse_expect_decl): Keep `count' within the size
2496 2000-10-02 Paul Eggert <eggert@twinsun.com>
2498 * bison.s1 (yyparse): Assign the default value
2499 unconditionally, to avoid a GCC warning and make the parser a
2502 2000-10-02 Akim Demaille <akim@epita.fr>
2504 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
2507 2000-10-02 Akim Demaille <akim@epita.fr>
2509 * src/derives.c, src/print.c, src/reduce.c: To ease the
2510 translation, move some `\n' out of the translated strings.
2512 2000-10-02 Akim Demaille <akim@epita.fr>
2514 The location tracking mechanism is precious for parse error
2515 messages. Nevertheless, it is enabled only when `@n' is used in
2516 the grammar, which is a different issue (you can use it in error
2517 message, but not in the grammar per se). Therefore, there should
2518 be another means to enable it.
2520 * src/getargs.c (getargs): Support `--locations'.
2522 * src/getargs.h (locationsflag): Export it.
2523 * src/lex.c (percent_table): Support `%locations'.
2524 * src/reader.c (yylsp_needed): Remove this variable, now replaced
2525 with `locationsflag'.
2526 * doc/bison.texinfo: Document `--locations' and `%locations'.
2528 * tests/calc.m4: Test it.
2530 For regularity of the names, replace each
2531 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
2532 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
2533 In addition replace each `flag' with `_flag'.
2535 2000-10-02 Akim Demaille <akim@epita.fr>
2537 Also test parse error messages, including with YYERROR_VERBOSE.
2539 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
2541 Use it to check the computations.
2542 Use it to check `nonassoc' is honored.
2543 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
2544 `--yyerror-verbose'.
2545 (_AT_CHECK_CALC): Adjust to this option.
2546 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
2548 2000-10-02 Akim Demaille <akim@epita.fr>
2550 Test also `--verbose', `--defines' and `--name-prefix'. Testing
2551 the latter demonstrates a flaw in the handling of non debugging
2552 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
2553 was used in order to simplify:
2569 unfortunately this leads to a CPP conflict when
2570 `--name-prefix=foo' is used since it produces `#define yydebug
2573 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
2574 (YYDPRINTF): New macro.
2576 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
2578 Also test `--verbose', `--defines' and `--name-prefix'.
2580 2000-10-02 Akim Demaille <akim@epita.fr>
2582 Improve the readability of the produced parsers.
2584 * src/bison.s1: Formatting changes.
2585 Improve the comment related to the `$' mark.
2586 (yydefault): Don't fall through to `yyresume': `goto' there.
2587 * src/output.c (output_parser): When the `$' is met, skip the end
2589 New variable, `number_of_dollar_signs', to check there's exactly
2590 one `$' in the parser skeleton.
2592 2000-10-02 Akim Demaille <akim@epita.fr>
2594 * lib/xstrdup.c: New file, from the fileutils.
2595 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
2596 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
2597 instead of strlen + xmalloc + strcpy.
2598 * src/symtab.c (copys): Remove, use xstrdup instead.
2600 2000-10-02 Akim Demaille <akim@epita.fr>
2602 * src/gram.h (associativity): New enum type which replaces the
2603 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
2604 `right_assoc', `left_assoc' and `non_assoc'.
2605 Adjust all dependencies.
2606 * src/reader.c: Formatting changes.
2607 (LTYPESTR): Don't define it, use it as a literal in
2608 `reader_output_yylsp'.
2609 * src/symtab.h (symbol_class): New enum type which replaces the
2610 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
2611 `sunknown', `stoken and `snterm'.
2613 2000-10-02 Akim Demaille <akim@epita.fr>
2615 * src/getargs.c (fixed_outfiles): Rename as...
2616 (yaccflag): for consistency and accuracy.
2617 Adjust dependencies.
2619 2000-10-02 Akim Demaille <akim@epita.fr>
2621 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
2622 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
2623 difficult and introduced a lot of core dump. It turns out that
2624 Bison used an implementation of `xmalloc' based on `calloc', and
2625 at various places it does depend upon the initialization to 0. I
2626 have not tried to isolate the pertinent places, and all the former
2627 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
2628 someone should address this issue.
2630 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
2631 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
2633 Adjust dependencies.
2634 * src/warshall.h: New file.
2637 2000-10-02 Akim Demaille <akim@epita.fr>
2639 Various anti-`extern in *.c' changes.
2641 * src/system.h: Include `assert.h'.
2643 2000-10-02 Akim Demaille <akim@epita.fr>
2645 * src/state.h (nstates, final_state, first_state, first_shift)
2646 (first_reduction): Move their exportation from here...
2647 * src/LR0.h: to here.
2648 Adjust dependencies.
2649 * src/getargs.c (statisticsflag): New variable.
2650 Add support for `--statistics'.
2651 Adjust dependencies.
2653 Remove a lot of now useless `extern' statements in most files.
2655 2000-10-02 Akim Demaille <akim@epita.fr>
2657 * src/LR0.h: New file.
2660 2000-10-02 Akim Demaille <akim@epita.fr>
2662 * src/print.h: New file.
2664 * src/print.c: Formatting and ordering changes.
2665 (verbose, terse): Replace with...
2666 (print_results): this new function.
2667 Adjust dependencies.
2669 2000-10-02 Akim Demaille <akim@epita.fr>
2671 * src/conflicts.c (conflict_report): New function.
2672 (conflict_log, verbose_conflict_log): Replace with...
2673 (print_conflicts): this function.
2674 Adjust dependencies.
2675 * src/conflicts.h: New file.
2676 Propagate its inclusion.
2678 2000-10-02 Akim Demaille <akim@epita.fr>
2680 * src/nullable.h: New file.
2681 Propagate its inclusion.
2682 * src/nullable.c: Formatting changes.
2684 2000-10-02 Akim Demaille <akim@epita.fr>
2686 * src/reduce.h: New file.
2687 Propagate its inclusion.
2688 * src/reduce.c: Topological sort and other formatting changes.
2689 (bool, TRUE, FALSE): Move their definition to...
2690 * src/system.h: here.
2692 2000-10-02 Akim Demaille <akim@epita.fr>
2694 * src/files.c: Formatting changes.
2695 (tryopen, tryclose, openfiles): Rename as...
2696 (xfopen, xfclose, open_files): this.
2697 (stringappend): static.
2698 * src/files.h: Complete the list of exported symbols.
2701 2000-10-02 Akim Demaille <akim@epita.fr>
2703 * src/reader.h: New file.
2704 Propagate its use instead of tedious list of `extern' and
2706 * src/reader.c: Formatting changes, topological sort,
2709 2000-10-02 Akim Demaille <akim@epita.fr>
2711 * src/lex.h: Prototype `lex.c' exported functions.
2712 * src/reader.c: Adjust.
2713 * src/lex.c: Formatting changes.
2714 (safegetc): Rename as...
2717 2000-10-02 Akim Demaille <akim@epita.fr>
2719 * src/lalr.h: New file.
2720 Propagate its inclusion instead of prototypes and `extern'.
2721 * src/lalr.c: Formatting changes, topological sorting etc.
2723 2000-10-02 Akim Demaille <akim@epita.fr>
2725 * src/output.c (token_actions): Introduce a temporary array,
2726 YYDEFACT, that makes it possible for this function to use
2729 2000-10-02 Akim Demaille <akim@epita.fr>
2731 `user_toknums' is output as a `short[]' in `output.c', while it is
2732 defined as a `int[]' in `reader.c'. For consistency with the
2733 other output tables, `user_toknums' is now defined as a table of
2736 * src/reader.c (user_toknums): Be a short table instead of an int
2738 Adjust dependencies.
2740 Factor the short table outputs.
2742 * src/output.c (output_short_table): New function.
2743 * src/output.c (output_gram, output_stos, output_rule_data)
2744 (output_base, output_table, output_check): Use it.
2746 2000-10-02 Akim Demaille <akim@epita.fr>
2748 * src/output.c (output): Topological sort of the functions, in
2749 order to get rid of the `static' prototypes.
2750 No longer use `register'.
2751 * src/output.h: New file.
2752 Propagate its inclusion in files explicitly prototyping functions
2755 2000-09-21 Akim Demaille <akim@epita.fr>
2757 * src/atgeneral.m4: Update from Autoconf.
2759 2000-09-21 Akim Demaille <akim@epita.fr>
2761 * src/closure.h: New file.
2762 * src/closure.c: Formatting changes, topological sort over the
2763 functions, use of closure.h.
2764 (initialize_closure, finalize_closure): Rename as...
2765 (new_closure, free_closure): these. Adjust dependencies.
2766 * src/LR0.c: Formatting changes, topological sort, use of
2768 (initialize_states): Rename as...
2770 * src/Makefile.am (noinst_HEADERS): Adjust.
2772 2000-09-20 Akim Demaille <akim@epita.fr>
2774 * src/acconfig.h: Don't protect config.h against multiple
2776 Don't define PARAMS.
2777 * src/system.h: Define PARAMS.
2778 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
2779 purpose of config.h. system.h must not try to fix wrong
2780 definitions in config.h.
2782 2000-09-20 Akim Demaille <akim@epita.fr>
2784 * src/derives.h: New file.
2785 * src/main.c, src/derives.h: Use it.
2787 * src/Makefile.am (noinst_HEADERS): Adjust.
2789 2000-09-20 Akim Demaille <akim@epita.fr>
2791 * tests/atgeneral.m4: Update from Autoconf.
2792 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
2793 (AT_CHECK_CALC): New macros.
2794 Use these macros to test bison with options `', `--raw',
2795 `--debug', `--yacc', `--yacc --debug'.
2797 2000-09-19 Akim Demaille <akim@epita.fr>
2799 * src/output.c: Formatting changes.
2800 * src/machine.h: Remove, leaving its contents in...
2801 * src/system.h: here.
2803 Adjust all dependencies on stdio.h and machine.h.
2804 * src/getargs.h: New file.
2805 Let all `extern' declarations about getargs.c be replaced with
2806 inclusion of `getargs.h'.
2807 * src/Makefile.am (noinst_HEADERS): Adjust.
2809 * tests/calc.m4 (yyin): Be initialized in main, not on the global
2811 (yyerror): Returns void, not int.
2812 * doc/bison.texinfo: Formatting changes.
2814 2000-09-19 Akim Demaille <akim@epita.fr>
2816 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
2819 2000-09-18 Akim Demaille <akim@epita.fr>
2821 * configure.in: Append WARNING_CFLAGS to CFLAGS.
2822 * src/Makefile.am (INCLUDES): Don't.
2823 Be ready to fetch headers in lib/.
2825 2000-09-18 Akim Demaille <akim@epita.fr>
2827 * doc/bison.texinfo: Update the copyright.
2828 ANSIfy and GNUify the examples.
2829 Remove the old menu.
2831 2000-09-18 Akim Demaille <akim@epita.fr>
2833 First set of tests: use the `calc' example from the documentation.
2835 * src/bison.s1 (yyparse): Condition the code using `yytname' which
2836 is defined only when YYDEBUG is.
2837 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
2838 * src/files.c (tryopen, tryclose): Formatting changes.
2839 Move to the top and be static.
2840 * src/reader.c (read_signed_integer): Likewise.
2841 * tests/calc.m4: New file.
2842 * Makefile.am, suite.m4: Adjust.
2843 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
2845 2000-09-18 Akim Demaille <akim@epita.fr>
2847 Add support for an Autotest test suite for Bison.
2849 * m4/m4.m4, m4/atconfig.m4: New files.
2850 * m4/Makefile.am (EXTRA_DIST): Adjust.
2851 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
2853 * src/getargs.c: Display a more standard --version message.
2854 * src/reader.c (reader): Formatting changes.
2855 No longer depend upon VERSION_STRING.
2856 * configure.in: No longer use `dnl'.
2857 Set up the test suite and the new directory `tests/.
2858 (VERSION_STRING): Remove.
2860 2000-04-14 Akim Demaille <akim@epita.fr>
2862 * src/reader.c (copy_comment2): New function, same as former
2863 `copy_comment', but outputs into two FILE *.
2864 (copy_comment): Use it.
2865 (parse_union_decl): Use it.
2866 (get_type, parse_start_decl): Use the same `invalid' message.
2867 (parse_start_decl, parse_union_decl): Use the same `multiple'
2869 (parse_union_decl, copy_guard, copy_action): Use the same
2870 `unmatched' message.
2871 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
2873 2000-03-31 Akim Demaille <akim@epita.fr>
2875 * src/files.c (tryopen, tryclose): Move to the top.
2878 2000-03-31 Akim Demaille <akim@epita.fr>
2880 * src/main.c (main): Don't call `done', exit does it.
2882 2000-03-31 Akim Demaille <akim@epita.fr>
2884 * allocate.c: s/return (foo)/return foo/.
2887 * output.c: Likewise.
2888 * reader.c: Likewise.
2889 * symtab.c: Likewise.
2890 * vmsgetargs.c: Likewise.
2892 2000-03-31 Akim Demaille <akim@epita.fr>
2894 Clean up the error reporting functions.
2896 * src/report.c: New file.
2897 * src/report.h: Likewise.
2898 * src/Makefile.am: Adjust.
2899 * m4/error.m4: New file.
2900 * m4/Makefile.am: Adjust.
2901 * configure.in (jm_PREREQ_ERROR): Call it.
2902 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
2904 (fatal, fatals): Remove. All callers use complain.c::fatal.
2905 (warn, warni, warns, warnss, warnss): Remove. All callers use
2906 complain.c::complain.
2907 (toomany): Remove, use fatal instead.
2908 * src/files.c (done): No argument, use complain_message_count.
2909 * src/main.c (main): Register `done' to `atexit'.
2911 * src/getargs.c (usage): More `fputs', less `fprintf'.
2913 2000-03-28 Akim Demaille <akim@epita.fr>
2915 * lib/: New directory.
2916 * Makefile.am (SUBDIRS): Adjust.
2917 * configure.in: Adjust.
2918 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
2920 * src/alloca.c: Moved to lib/.
2921 * src/getopt.c: Likewise.
2922 * src/getopt1.c: Likewise.
2923 * src/getopt.h: Likewise.
2924 * src/ansi2knr.c: Likewise.
2925 * src/ansi2knr.1: Likewise.
2926 * src/Makefile.am: Adjust.
2927 * lib/Makefile.am: New file.
2929 2000-03-28 Akim Demaille <akim@epita.fr>
2931 * src/getargs.c (usage): Refresh the help message.
2933 2000-03-17 Akim Demaille <akim@epita.fr>
2935 * src/getopt1.c: Updated from textutils 2.0e
2936 * src/getopt.c: Likewise.
2937 * src/getopt.h: Likewise.
2939 2000-03-17 Akim Demaille <akim@epita.fr>
2941 * src/Makefile.am (bison.simple): Fix the awk program: quote only
2942 the file name, not the whole `#line LINE FILE'.
2944 2000-03-17 Akim Demaille <akim@epita.fr>
2946 On syntax errors, report the token on which we choked.
2948 * src/bison.s1 (yyparse): In the label yyerrlab, when
2949 YYERROR_VERBOSE, add yychar in msg.
2951 2000-03-17 Akim Demaille <akim@epita.fr>
2953 * src/reader.c (copy_at): New function.
2954 (copy_guard): Use it.
2955 (copy_action): Use it.
2957 2000-03-17 Akim Demaille <akim@epita.fr>
2959 Be kind to translators, save some useless translations.
2961 * src/main.c (banner): New function.
2962 (fatal_banner): Use it.
2963 (warn_banner): Use it.
2965 2000-03-17 Akim Demaille <akim@epita.fr>
2967 * src/reader.c (copy_definition): Use copy_string and
2968 copy_comment. Removed now unused `match', `ended',
2970 (copy_comment, copy_string): Moved, to be visible from
2973 2000-03-17 Akim Demaille <akim@epita.fr>
2975 * src/reader.c (copy_string): Declare `static inline'. No
2976 problems with inline, since it is checked by configure.
2977 (copy_comment): Likewise.
2979 2000-03-17 Akim Demaille <akim@epita.fr>
2981 * src/reader.c (packsymbols): Formatting changes.
2983 2000-03-17 Akim Demaille <akim@epita.fr>
2985 * src/reader.c (copy_comment): New function, factored out from:
2986 (copy_action): Use it. Removed now unused `match', `ended',
2988 (copy_guard): Likewise.
2990 2000-03-17 Akim Demaille <akim@epita.fr>
2992 * src/reader.c (copy_string): New function, factored out from:
2993 (copy_action): Use it.
2994 (copy_guard): Likewise.
2996 2000-03-17 Akim Demaille <akim@epita.fr>
2998 Change the handling of @s so that they behave exactly like $s.
2999 There is now a pseudo variable @$ (readble and writable), location
3000 of the lhs of the rule (by default ranging from the location of
3001 the first symbol of the rhs, to the location of the last symbol,
3002 or, if the rhs is empty, YYLLOC).
3004 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
3006 (yyparse): When providing a default semantic action, provide a
3007 default location action.
3008 (after the $): No longer change `*YYLSP', just stack YYLOC the
3009 same way you stack YYVAL.
3010 * src/reader.c (read_declarations): Use warns.
3011 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
3012 (copy_action, case '@'): Likewise.
3013 Use a standard error message, to save useless work from
3016 2000-03-17 Akim Demaille <akim@epita.fr>
3018 * src/bison.s1: Formatting and cosmetics changes.
3019 * src/reader.c: Likewise.
3020 Update the Copyright notice.
3022 2000-03-17 Akim Demaille <akim@epita.fr>
3024 * src/bison.s1 (#line): All set to `#line' only, since the
3025 Makefile now handles them.
3027 2000-03-16 Akim Demaille <akim@epita.fr>
3029 * src/output.c (output_rule_data): Output the documentation of
3031 (Copyright notice): Update.
3034 2000-03-16 Akim Demaille <akim@epita.fr>
3036 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
3037 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
3038 One `#if YYDEBUG' remains, since it uses variables which are
3039 defined only if `YYDEBUG != 0'.
3041 2000-03-16 Akim Demaille <akim@epita.fr>
3043 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
3044 and related variables so that the similarities are highlighted.
3046 2000-03-16 Akim Demaille <akim@epita.fr>
3048 * src/bison.s1: Properly indent CPP directives.
3050 2000-03-16 Akim Demaille <akim@epita.fr>
3052 * src/bison.s1: Properly indent the `alloca' CPP section.
3054 2000-03-16 Akim Demaille <akim@epita.fr>
3056 Do not hard code values of directories in `configure.in'.
3057 Update the `configure' tool chain.
3059 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
3061 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
3062 (AC_OUTPUT): Add m4/Makefile.
3063 Bump to bison 1.28a, 1.29 has never been released.
3064 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
3065 handled via src/Makefile.am.
3066 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
3067 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
3069 * Makefile.am (SUBDIRS): Add m4.
3070 (ACLOCAL_AM_FLAGS): New variable.
3071 (AUTOMAKE_OPTIONS): Add check-news.
3072 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
3073 the proper line number and file name.
3074 (DEFS): Propagate the location of bison library files and of the
3076 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
3078 * acinclude.m4: Remove, replaced by the directory m4.
3079 * m4/Makefile.am (EXTRA_DIST): New variable.
3080 * m4/gettext.m4: New file, from the fileutils.
3081 * m4/lcmessage.m4: Likewise
3082 * m4/progtest.m4: Likewise.
3083 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
3085 2000-03-10 Akim Demaille <akim@epita.fr>
3088 Formatting changes of various comments.
3089 Respect the GNU coding standards at various places.
3090 Don't use `_()' when no translation is needed.
3092 1999-12-13 Jesse Thilo <jthilo@gnu.org>
3095 OS/2 honors TMPDIR environment variable.
3097 1999-12-13 Jesse Thilo <jthilo@gnu.org>
3099 * doc/bison.texinfo: Tweaked spelling and grammar.
3101 Removed reference to price of printed copy.
3102 Mention BISON_SIMPLE and BISON_HAIRY.
3104 1999-12-13 Jesse Thilo <jthilo@gnu.org>
3106 * configure.in, NEWS:
3107 Bison 1.29 released.
3109 1999-10-27 Jesse Thilo <jthilo@gnu.org>
3111 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
3112 Added reference card.
3114 1999-07-26 Jesse Thilo <jthilo@gnu.org>
3116 * po/ru.po: Added Russian translation.
3118 1999-07-26 Jesse Thilo <jthilo@gnu.org>
3120 * configure.in: Added Russian translation.
3122 1999-07-06 Jesse Thilo <jthilo@gnu.org>
3124 * configure.in, NEWS, README:
3125 Released version 1.28.
3127 1999-06-14 Jesse Thilo <jthilo@gnu.org>
3130 Squashed redefinition warning on some systems.
3132 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
3133 Have configure build version string instead of relying on ANSI string
3136 1999-06-14 Jesse Thilo <jthilo@gnu.org>
3138 * po/POTFILES.in: Got rid of version.c.
3140 1999-06-14 Jesse Thilo <jthilo@gnu.org>
3142 * acconfig.h, configure.in:
3143 Have configure build version string instead of relying on ANSI string
3146 1999-06-08 Jesse Thilo <jthilo@gnu.org>
3149 Dropped mention of `+' for long-named options.
3151 1999-05-30 Jesse Thilo <jthilo@gnu.org>
3153 * src/files.c: Added <unistd.h> for unlink().
3155 * src/Makefile.am, src/system.h:
3158 1999-05-30 Jesse Thilo <jthilo@gnu.org>
3160 * README: Added a FAQ list.
3162 * configure.in, acconfig.h:
3165 1999-05-30 Jesse Thilo <jthilo@gnu.org>
3167 * doc/FAQ, doc/Makefile.am:
3170 1999-05-19 Jesse Thilo <jthilo@gnu.org>
3172 * src/alloc.h, src/symtab.h, src/version.c:
3173 Protected inclusion of "config.h" with HAVE_CONFIG_H.
3175 1999-04-18 Jesse Thilo <jthilo@gnu.org>
3177 * src/.cvsignore, src/Makefile.am:
3178 Reorganized: sources in `src', documentation in `doc'.
3180 * src/lex.c (literalchar):
3181 fixed the code for escaping double quotes (thanks
3184 1999-04-18 Jesse Thilo <jthilo@gnu.org>
3186 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
3187 Adjusted paths to reflect directory reorganization.
3189 1999-04-18 Jesse Thilo <jthilo@gnu.org>
3191 * doc/.cvsignore, doc/Makefile.am:
3192 Reorganized: sources in `src', documentation in `doc'.
3194 1999-04-18 Jesse Thilo <jthilo@gnu.org>
3197 Updated AC_INIT file to reflect directory reorganization.
3199 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
3200 Reorganized: sources in `src', documentation in `doc'.
3202 1999-04-13 Jesse Thilo <jthilo@gnu.org>
3205 Don't declare calloc() and realloc() if not necessary.
3207 1999-04-13 Jesse Thilo <jthilo@gnu.org>
3209 * configure.in, acconfig.h, acinclude.m4:
3210 Don't declare calloc() and realloc() if not necessary.
3212 1999-03-23 Jesse Thilo <jthilo@gnu.org>
3214 * po/.cvsignore: Added i18n support.
3216 1999-03-23 Jesse Thilo <jthilo@gnu.org>
3218 * acconfig.h, configure.in, Makefile.am:
3221 1999-03-22 Jesse Thilo <jthilo@gnu.org>
3223 * src/bison.s1: Fixed #line numbers.
3225 1999-03-15 Jesse Thilo <jthilo@gnu.org>
3227 * po/es.po, po/fr.po, po/nl.po, po/de.po:
3228 Added PO files from Translation Project.
3230 1999-03-03 Jesse Thilo <jthilo@gnu.org>
3233 Added support for non-ANSI compilers (ansi2knr).
3235 1999-02-16 Jesse Thilo <jthilo@gnu.org>
3237 * configure.in: Bumped version number to 1.27.
3240 Added `bison.simple' to list of files removed by `make distclean'.
3242 1999-02-12 Jesse Thilo <jthilo@gnu.org>
3244 * src/files.c, src/files.h:
3245 Defined locations of parser files in config.h instead of Makefile.
3247 1999-02-12 Jesse Thilo <jthilo@gnu.org>
3249 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
3250 Defined locations of parser files in config.h instead of Makefile.
3252 1999-02-09 Jesse Thilo <jthilo@gnu.org>
3255 Removed inappropriate use of $< macro.
3257 1999-02-05 Jesse Thilo <jthilo@gnu.org>
3259 * po/Makefile.in.in, po/POTFILES.in:
3260 Add `po' directory skeleton.
3262 1999-01-27 Jesse Thilo <jthilo@gnu.org>
3264 * README: Document help-bison list.
3266 * configure.in: Add check for mkstemp().
3268 1999-01-20 Jesse Thilo <jthilo@gnu.org>
3270 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
3271 Hush a few compiler warnings.
3274 Add tryclose(), which verifies that fclose was successful.
3275 Hush a couple of compiler warnings.
3277 1999-01-20 Jesse Thilo <jthilo@gnu.org>
3279 * Makefile.am, OChangeLog:
3280 ChangeLog is now automatically generated. Include the old version as
3283 1999-01-14 Jesse Thilo <jthilo@gnu.org>
3285 * 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:
3288 1999-01-14 Jesse Thilo <jthilo@gnu.org>
3290 * doc/bison.texinfo: Fix formatting glitch.
3292 * doc/bison.texinfo: Update FSF address.
3294 1999-01-14 Jesse Thilo <jthilo@gnu.org>
3296 * acconfig.h: Update FSF address.
3298 1999-01-08 Jesse Thilo <jthilo@gnu.org>
3301 Don't define PACKAGE here, since config.h defines it.
3303 1998-12-30 Jesse Thilo <jthilo@gnu.org>
3305 * src/reader.c: Update copyright date.
3308 Ditch sprintf to statically-sized buffers in fatal/warn functions in
3309 favor of output directly to stderr (avoids buffer overruns).
3311 * src/reader.c: Some checks for premature EOF.
3313 * 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:
3314 Use prototypes if the compiler understands them.
3316 * src/files.c: Honor TMPDIR on Unix hosts.
3317 Use prototypes if the compiler understands them.
3320 Fix a couple of buffer overrun bugs.
3321 Use prototypes if the compiler understands them.
3323 * src/system.h: Include unistd.h and ctype.h.
3324 Use #ifdef instead of #if for NLS symbols.
3326 1998-12-30 Jesse Thilo <jthilo@gnu.org>
3328 * doc/bison.texinfo:
3329 Delete comment "consider using @set for edition number, etc..." since
3330 we now are doing so.
3332 1998-12-30 Jesse Thilo <jthilo@gnu.org>
3335 Use prototypes if the compiler understands them.
3337 * NEWS: Document 1.26 highlights.
3339 * Makefile.am: Require Automake 1.3 or later.
3342 Use prototypes if the compiler understands them.
3344 1998-12-29 Jesse Thilo <jthilo@gnu.org>
3347 Use VERSION symbol from automake for version number.
3349 1998-12-29 Jesse Thilo <jthilo@gnu.org>
3351 * acconfig.h, configure.in, version.cin:
3352 Use VERSION symbol from automake for version number.
3354 1998-11-28 Jesse Thilo <jthilo@gnu.org>
3357 Distribute original version of simple parser (bison.s1), not built
3358 version (bison.simple).
3360 1998-11-28 Jesse Thilo <jthilo@gnu.org>
3362 * doc/bison.texinfo: Add info dir entry.
3364 * doc/bison.texinfo:
3365 Let automake put version number into documentation.
3367 1998-11-26 Jesse Thilo <jthilo@gnu.org>
3369 * src/bison.cld, src/build.com, src/vmshlp.mar:
3370 Add non-RCS files from /gd/gnu/bison.
3372 1998-11-26 Jesse Thilo <jthilo@gnu.org>
3375 Document the BISON_HAIRY and BISON_SIMPLE variables.
3377 1998-11-25 Jesse Thilo <jthilo@gnu.org>
3379 * src/version.c: Build version.c automatically.
3382 Fix token numbering (used to start at 258, not 257).
3384 * src/system.h: Include config.h.
3386 * src/getargs.c: Update bug report address.
3388 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
3389 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
3391 1998-11-25 Jesse Thilo <jthilo@gnu.org>
3394 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
3396 * configure.in, version.cin:
3397 Build version.c automatically.
3399 * AUTHORS: Add AUTHORS file.
3401 * README: Update bug report address.
3404 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
3406 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
3409 1998-11-25 Jesse Thilo <jthilo@gnu.org>
3411 * doc/bison.texinfo: Clean up some formatting.
3413 1998-05-05 Richard Stallman <rms@gnu.org>
3415 * doc/bison.texinfo:
3416 Explain better why to make a pure parser.
3418 1998-01-05 Richard Stallman <rms@gnu.org>
3420 * src/files.c (openfiles):
3421 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
3422 find a temporary directory, if possible. Do not unlink files while
3425 1997-08-25 Richard Stallman <rms@gnu.org>
3427 * src/reader.c (stack_offset;):
3428 Change some warni to warns.
3430 * src/lex.c (literalchar): Use warns, not warni.
3432 1997-06-28 Richard Stallman <rms@gnu.org>
3434 * src/bison.s1: Add a Bison version comment.
3436 * src/main.c (fatal, warn, berror):
3439 1997-06-28 Richard Stallman <rms@gnu.org>
3441 * Makefile.in (bison_version): New variable.
3442 (dist): Use that variable.
3443 (bison.s1): Substitute the Bison version into bison.simple.
3445 * bison.simple: Add a Bison version comment.
3447 1997-06-18 Richard Stallman <rms@gnu.org>
3449 * src/main.c (fatal, warn, berror):
3450 Make error messages standard.
3451 (toomany): Improve error message text.
3453 * 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:
3454 new.h renamed to alloc.h.
3456 1997-06-18 Richard Stallman <rms@gnu.org>
3458 * Makefile.in: new.h renamed to alloc.h.
3460 1997-05-24 Richard Stallman <rms@gnu.org>
3462 * src/lex.c (literalchar):
3463 Fix the code for escaping \, " and '.
3465 (lex): Avoid trouble when there are many chars
3466 to discard in a char literal with just several chars in it.
3468 1997-05-17 Richard Stallman <rms@gnu.org>
3471 Use malloc, if using alloca is troublesome.
3472 (YYSTACK_USE_ALLOCA): New flag macro.
3473 Define it for some systems and compilers.
3474 (YYSTACK_ALLOC): New macro.
3475 (yyparse): Use YYSTACK_ALLOC to allocate stack.
3476 If it was malloc'd, free it.
3478 1997-05-17 Richard Stallman <rms@gnu.org>
3481 Use malloc, if using alloca is troublesome.
3482 (YYSTACK_USE_ALLOCA): New flag macro.
3483 Define it for some systems and compilers.
3484 (YYSTACK_ALLOC): New macro.
3485 (yyparse): Use YYSTACK_ALLOC to allocate stack.
3486 If it was malloc'd, free it.
3488 1997-04-23 Richard Stallman <rms@gnu.org>
3491 (alloca) [__hpux]: Always define as __builtin_alloca.
3493 1997-04-23 Richard Stallman <rms@gnu.org>
3496 (alloca) [__hpux]: Always define as __builtin_alloca.
3498 1997-04-22 Richard Stallman <rms@gnu.org>
3501 [__hpux]: Include alloca.h (right for HPUX 10)
3502 instead of declaring alloca (right for HPUX 9).
3504 * src/bison.s1 (__yy_memcpy):
3505 Declare arg `count' as unsigned int.
3506 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
3508 1997-04-22 Richard Stallman <rms@gnu.org>
3511 [__hpux]: Include alloca.h (right for HPUX 10)
3512 instead of declaring alloca (right for HPUX 9).
3514 * bison.simple (__yy_memcpy):
3515 Declare arg `count' as unsigned int.
3516 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
3518 1997-01-03 Richard Stallman <rms@gnu.org>
3520 * src/allocate.c: [__STDC__ or _MSC_VER]:
3521 Declare calloc and realloc to return void *.
3523 1997-01-02 Richard Stallman <rms@gnu.org>
3526 [_MSC_VER]: Include stdlib.h and process.h.
3527 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
3529 * src/main.c (main): Return FAILURE as a value.
3530 (printable_version): Declare arg as int, not char.
3532 1997-01-02 Richard Stallman <rms@gnu.org>
3534 * Makefile.in (dist):
3535 Explicitly check for symlinks, and copy them.
3537 1996-12-19 Richard Stallman <rms@gnu.org>
3540 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
3542 1996-12-18 Paul Eggert <eggert@gnu.org>
3544 * src/bison.s1 (yyparse):
3545 If __GNUC__ and YYPARSE_PARAM are both defined,
3546 declare yyparse to have a void * argument.
3548 1996-12-18 Paul Eggert <eggert@gnu.org>
3550 * bison.simple (yyparse):
3551 If __GNUC__ and YYPARSE_PARAM are both defined,
3552 declare yyparse to have a void * argument.
3554 1996-12-17 Richard Stallman <rms@gnu.org>
3556 * src/reduce.c (nbits): Add some casts.
3558 1996-08-12 Richard Stallman <rms@gnu.org>
3560 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
3562 1996-08-12 Richard Stallman <rms@gnu.org>
3564 * bison.simple: Test _MSDOS as well as _MSDOS_.
3566 1996-07-31 Richard Stallman <rms@gnu.org>
3569 [__sun && __i386]: Include alloca.h.
3571 1996-07-31 Richard Stallman <rms@gnu.org>
3574 [__sun && __i386]: Include alloca.h.
3576 1996-07-30 Richard Stallman <rms@gnu.org>
3578 * src/bison.s1: Comment change.
3580 * src/bison.s1: Test _MSDOS_, not MSDOS.
3582 1996-07-30 Richard Stallman <rms@gnu.org>
3584 * bison.simple: Comment change.
3586 * bison.simple: Test _MSDOS_, not MSDOS.
3588 1996-06-01 Richard Stallman <rms@gnu.org>
3590 * 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:
3591 Insert `_' macro around many string constants.
3594 Insert `_' macro around many string constants.
3596 (main): Call setlocale, bindtextdomain and textdomain.
3598 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
3599 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
3600 [ENABLE_NLS]: Include libintl.h.
3601 [ENABLE_NLS] (gettext): Define.
3602 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
3603 (N_, PACKAGE, LOCALEDIR): New macros.
3605 1996-06-01 Richard Stallman <rms@gnu.org>
3607 * POTFILES.in: New file.
3609 * Makefile.in (allocate.o):
3610 Define target explicitly.
3612 * Makefile.in (CFLAGS): Set to @CFLAGS@.
3613 (LDFLAGS): Set to @LDFLAGS@.
3614 (configure): Run autoconf only if preceding `cd' succeeds.
3615 (bison.s1): Redirect output to temporary file then move the
3616 temporary to the target, rather than redirecting directly to bison.s1.
3617 (clean): Remove config.status and config.log.
3618 (distclean): Don't remove config.status here.
3620 1996-05-12 Richard Stallman <rms@gnu.org>
3623 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
3625 1996-05-12 Richard Stallman <rms@gnu.org>
3628 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
3630 1996-05-11 Richard Stallman <rms@gnu.org>
3632 * src/bison.s1 (__yy_memcpy):
3633 Really reorder the args, as was supposedly done on Feb 14 1995.
3634 (yyparse): Calls changed accordingly.
3636 1996-05-11 Richard Stallman <rms@gnu.org>
3638 * Makefile.in (dist): Don't use $(srcdir).
3640 * bison.simple (__yy_memcpy):
3641 Really reorder the args, as was supposedly done on Feb 14 1995.
3642 (yyparse): Calls changed accordingly.
3644 1996-01-27 Richard Stallman <rms@gnu.org>
3646 * src/output.c (output_rule_data):
3647 Test YYERROR_VERBOSE in the conditional
3648 around the definition of ttyname.
3650 1995-12-29 Richard Stallman <rms@gnu.org>
3653 Fix line numbers in #line commands.
3655 1995-12-29 Richard Stallman <rms@gnu.org>
3658 Fix line numbers in #line commands.
3660 1995-12-27 Richard Stallman <rms@gnu.org>
3662 * src/bison.s1 (YYPARSE_PARAM_DECL):
3663 In C++, make it always null.
3664 (YYPARSE_PARAM_ARG): New macro.
3665 (yyparse): Use YYPARSE_PARAM_ARG.
3667 1995-12-27 Richard Stallman <rms@gnu.org>
3669 * bison.simple (YYPARSE_PARAM_DECL):
3670 In C++, make it always null.
3671 (YYPARSE_PARAM_ARG): New macro.
3672 (yyparse): Use YYPARSE_PARAM_ARG.
3674 1995-11-29 Richard Stallman <rms@gnu.org>
3676 * doc/bison.texinfo:
3677 Describe literal string tokens, %raw, %no_lines, %token_table.
3679 1995-11-29 Daniel Hagerty <hag@gnu.org>
3681 * doc/bison.texinfo: Fixed update date
3683 1995-10-16 Richard Stallman <rms@gnu.org>
3685 * src/version.c: Version 1.25.
3687 1995-10-16 Richard Stallman <rms@gnu.org>
3689 * NEWS: *** empty log message ***
3691 1995-10-16 Richard Stallman <rms@gnu.org>
3693 * doc/bison.1, doc/bison.rnh:
3696 1995-10-15 Richard Stallman <rms@gnu.org>
3698 * src/vmsgetargs.c, src/getargs.c:
3699 Added -n, -k, and -raw switches.
3700 (noparserflag, toknumflag, rawtoknumflag): New variables.
3702 * src/symtab.h (SALIAS):
3703 New #define for adding aliases to %token.
3704 (struct bucket): Added `alias' field.
3706 * src/reduce.c (reduce_grammar):
3707 Revise error message.
3708 (print_notices): Remove final `.' from error message.
3710 * src/reader.c (reader_output_yylsp):
3712 (readgram): Use `#if 0' around code that accepted %command
3713 inside grammar rules: The documentation doesn't allow it,
3714 and it will fail since the %command processors scan for the next %.
3715 (parse_token_decl): Extended the %token
3716 declaration to allow a multi-character symbol as an alias.
3717 (parse_thong_decl): New function.
3718 (read_declarations): Added %thong declarations.
3719 (read_declarations): Handle NOOP to deal with allowing
3720 % declarations as another means to specify the flags.
3721 (readgram): Allow %prec prior to semantics embedded in a rule.
3722 (skip_to_char, read_declarations, copy_definition)
3723 (parse_token_decl, parse_start_decl, parse_type_decl)
3724 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
3725 (get_type_name, copy_guard, copy_action, readgram)
3726 (get_type, packsymbols): Revised most error messages.
3727 Changed `fatal' to `warnxxx' to avoid aborting for error.
3728 Revised and use multiple warnxxx functions to avoid using VARARGS1.
3729 (read_declarations): Improve the error message for
3730 an invalid character. Do not abort.
3731 (read_declarations, copy_guard, copy_action): Use
3732 printable_version to avoid unprintable characters in printed output.
3733 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
3734 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
3735 Allow the type of a non-terminal can be given
3736 more than once, as long as all specifications give the same type.
3739 (output_headers, output_trailers, output, output_gram)
3740 (output_rule_data): Implement noparserflag variable.
3741 Implement toknumflag variable.
3742 (output): Call reader_output_yylsp to output LTYPESTR.
3744 * src/main.c (main):
3745 If reader sees an error, don't process the grammar.
3746 (fatals): Updated to not use VARARGS1.
3747 (printable_version, int_to_string, warn, warni, warns, warnss)
3748 (warnsss): New error reporting functions. Avoid abort for error.
3751 Added THONG and NOOP for alias processing.
3752 Added SETOPT for the new code that allows setting options with %flags.
3755 Include getopt.h. Add some extern decls.
3756 (safegetc): New function to deal with EOF gracefully.
3757 (literalchar); new function to deal with reading \ escapes.
3758 (lex): Use literalchar.
3759 (lex): Implemented "..." tokens.
3760 (literalchar, lex, parse_percent_token): Made tokenbuffer
3761 always contain the token. This includes growing the token
3762 buffer while reading an integer.
3763 (parse_percent_token): Replaced if-else statement with percent_table.
3764 (parse_percent_token): Added % declarations as another
3765 way to specify the flags -n, -l, and -r. Also added hooks for
3766 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
3767 major changes to files.c.
3768 (lex) Retain in the incoming stream a character following
3770 (skip_white_space, lex): Revised most error messages
3771 and changed fatal to warn to avoid aborting.
3772 (percent_table): Added %thong declarations.
3774 * src/gram.h: Comment changes.
3776 * src/files.c (openfiles, open_extra_files, done):
3778 and actfile file. Handle noparserflag. Both for -n switch.
3780 * src/conflicts.c (resolve_sr_conflict):
3781 Remove use of alloca.
3783 1995-06-01 Jim Meyering <meyering@gnu.org>
3785 * doc/bison.texinfo: *** empty log message ***
3787 1995-05-06 Richard Stallman <rms@gnu.org>
3789 * src/bison.s1: Comment change.
3791 1995-05-06 Richard Stallman <rms@gnu.org>
3793 * bison.simple: Comment change.
3795 1995-05-03 Richard Stallman <rms@gnu.org>
3797 * src/version.c: Version now 1.24.
3799 * src/bison.s1: Change distribution terms.
3801 * src/version.c: Version now 1.23.
3803 1995-05-03 Richard Stallman <rms@gnu.org>
3805 * doc/bison.texinfo:
3806 Rewrite "Conditions for Using Bison".
3807 Update version to 1.24.
3809 1995-05-03 Richard Stallman <rms@gnu.org>
3811 * bison.simple: Change distribution terms.
3813 1995-02-23 Richard Stallman <rms@gnu.org>
3815 * src/files.c: Test __VMS_POSIX as well as VMS.
3817 1995-02-14 Jim Meyering <meyering@gnu.org>
3819 * src/bison.s1 (__yy_memcpy):
3820 Renamed from __yy_bcopy to avoid
3821 confusion. Reverse FROM and TO arguments to be consistent with
3824 1995-02-14 Jim Meyering <meyering@gnu.org>
3826 * bison.simple (__yy_memcpy):
3827 Renamed from __yy_bcopy to avoid
3828 confusion. Reverse FROM and TO arguments to be consistent with
3831 1994-11-10 David J. MacKenzie <djm@gnu.org>
3837 * Makefile.in (DISTFILES): Include NEWS.
3839 * Makefile.in (DISTFILES):
3840 Include install-sh, not install.sh.
3842 * configure.in: Update to Autoconf v2 macro names.
3844 1994-10-05 David J. MacKenzie <djm@gnu.org>
3846 * Makefile.in: fix typo
3848 * Makefile.in (prefix, exec_prefix):
3849 Let configure set them.
3851 1994-09-28 David J. MacKenzie <djm@gnu.org>
3853 * Makefile.in: Set datadir to $(prefix)/share.
3855 1994-09-15 Richard Stallman <rms@gnu.org>
3858 Update copyright notice and GPL version.
3860 1994-09-15 Richard Stallman <rms@gnu.org>
3863 Update copyright notice and GPL version.
3865 1994-07-12 Richard Stallman <rms@gnu.org>
3867 * src/reduce.c, src/reader.c:
3870 1994-05-05 David J. MacKenzie <djm@gnu.org>
3872 * Makefile.in: entered into RCS
3874 1994-03-26 Richard Stallman <rms@gnu.org>
3876 * src/bison.s1: entered into RCS
3878 1994-03-26 Richard Stallman <rms@gnu.org>
3880 * bison.simple: entered into RCS
3882 1994-03-25 Richard Stallman <rms@gnu.org>
3884 * src/main.c: entered into RCS
3886 1994-03-24 Richard Stallman <rms@gnu.org>
3888 * src/conflicts.c: entered into RCS
3890 1994-01-02 Richard Stallman <rms@gnu.org>
3892 * Makefile.in: *** empty log message ***
3894 1993-11-21 Richard Stallman <rms@gnu.org>
3896 * src/bison.s1: *** empty log message ***
3898 1993-11-21 Richard Stallman <rms@gnu.org>
3900 * doc/bison.texinfo: entered into RCS
3902 * doc/bison.texinfo: *** empty log message ***
3904 1993-11-21 Richard Stallman <rms@gnu.org>
3906 * bison.simple: *** empty log message ***
3908 1993-10-25 David J. MacKenzie <djm@gnu.org>
3910 * doc/bison.texinfo: *** empty log message ***
3912 1993-10-19 Richard Stallman <rms@gnu.org>
3914 * src/bison.s1: *** empty log message ***
3916 1993-10-19 Richard Stallman <rms@gnu.org>
3918 * bison.simple: *** empty log message ***
3920 1993-10-14 Richard Stallman <rms@gnu.org>
3922 * src/bison.s1: *** empty log message ***
3924 1993-10-14 Richard Stallman <rms@gnu.org>
3926 * bison.simple: *** empty log message ***
3928 1993-09-14 David J. MacKenzie <djm@gnu.org>
3930 * doc/bison.texinfo: *** empty log message ***
3932 1993-09-13 Noah Friedman <friedman@gnu.org>
3934 * Makefile.in: *** empty log message ***
3936 1993-09-10 Richard Stallman <rms@gnu.org>
3938 * src/conflicts.c: *** empty log message ***
3940 * src/system.h: entered into RCS
3942 1993-09-10 Richard Stallman <rms@gnu.org>
3944 * doc/bison.1: entered into RCS
3946 1993-09-06 Noah Friedman <friedman@gnu.org>
3948 * src/version.c: entered into RCS
3950 1993-09-06 Noah Friedman <friedman@gnu.org>
3952 * Makefile.in: *** empty log message ***
3954 1993-07-30 David J. MacKenzie <djm@gnu.org>
3956 * Makefile.in: *** empty log message ***
3958 1993-07-24 Richard Stallman <rms@gnu.org>
3960 * src/bison.s1: *** empty log message ***
3962 1993-07-24 Richard Stallman <rms@gnu.org>
3964 * bison.simple: *** empty log message ***
3966 1993-07-08 David J. MacKenzie <djm@gnu.org>
3968 * Makefile.in: *** empty log message ***
3970 1993-07-04 Richard Stallman <rms@gnu.org>
3972 * src/bison.s1: *** empty log message ***
3974 1993-07-04 Richard Stallman <rms@gnu.org>
3976 * bison.simple: *** empty log message ***
3978 1993-06-26 David J. MacKenzie <djm@gnu.org>
3980 * src/getargs.c: entered into RCS
3982 1993-06-26 David J. MacKenzie <djm@gnu.org>
3984 * doc/bison.texinfo: *** empty log message ***
3986 * doc/bison.1: New file.
3988 1993-06-25 Richard Stallman <rms@gnu.org>
3990 * src/getargs.c: New file.
3992 1993-06-16 Richard Stallman <rms@gnu.org>
3994 * src/bison.s1: *** empty log message ***
3996 1993-06-16 Richard Stallman <rms@gnu.org>
3998 * bison.simple: *** empty log message ***
4000 1993-06-03 Richard Stallman <rms@gnu.org>
4002 * src/bison.s1: New file.
4004 1993-06-03 Richard Stallman <rms@gnu.org>
4006 * doc/bison.texinfo: *** empty log message ***
4008 1993-06-03 Richard Stallman <rms@gnu.org>
4010 * bison.simple: New file.
4012 1993-05-19 Richard Stallman <rms@gnu.org>
4014 * doc/bison.texinfo: New file.
4016 1993-05-07 Noah Friedman <friedman@gnu.org>
4018 * Makefile.in: *** empty log message ***
4020 1993-04-28 Noah Friedman <friedman@gnu.org>
4022 * src/reader.c: *** empty log message ***
4024 1993-04-23 Noah Friedman <friedman@gnu.org>
4026 * src/alloc.h: entered into RCS
4028 1993-04-20 David J. MacKenzie <djm@gnu.org>
4030 * src/version.c: *** empty log message ***
4032 * src/files.c, src/allocate.c:
4035 * src/reader.c: *** empty log message ***
4037 * src/lex.c: entered into RCS
4039 * src/conflicts.c: New file.
4041 * src/symtab.c: entered into RCS
4043 * src/alloc.h: New file.
4045 * src/LR0.c: entered into RCS
4047 1993-04-18 Noah Friedman <friedman@gnu.org>
4049 * src/reader.c: New file.
4051 * src/version.c: *** empty log message ***
4053 1993-04-18 Noah Friedman <friedman@gnu.org>
4055 * Makefile.in: *** empty log message ***
4057 1993-04-17 Noah Friedman <friedman@gnu.org>
4059 * Makefile.in: *** empty log message ***
4061 1993-04-15 Richard Stallman <rms@gnu.org>
4063 * src/main.c, src/files.c:
4066 1993-04-15 Noah Friedman <friedman@gnu.org>
4068 * configure.in: entered into RCS
4070 * configure.in: *** empty log message ***
4072 * configure.in: New file.
4074 1993-04-14 Richard Stallman <rms@gnu.org>
4076 * Makefile.in: New file.
4078 1993-04-13 Richard Stallman <rms@gnu.org>
4080 * src/version.c: New file.
4082 1993-03-25 Richard Stallman <rms@gnu.org>
4084 * src/output.c: entered into RCS
4086 1992-09-25 Richard Stallman <rms@gnu.org>
4088 * configure.bat: entered into RCS
4090 1992-06-22 Richard Stallman <rms@gnu.org>
4092 * src/vmsgetargs.c: entered into RCS
4094 1992-06-22 Richard Stallman <rms@gnu.org>
4096 * doc/bison.rnh: entered into RCS
4098 1992-04-20 David J. MacKenzie <djm@gnu.org>
4100 * README: entered into RCS
4102 1992-01-22 Richard Stallman <rms@gnu.org>
4104 * src/machine.h: entered into RCS
4106 1991-12-21 Richard Stallman <rms@gnu.org>
4108 * src/lalr.c, src/closure.c:
4111 1991-12-20 Richard Stallman <rms@gnu.org>
4113 * src/state.h: entered into RCS
4115 1991-12-18 Richard Stallman <rms@gnu.org>
4117 * src/print.c, src/nullable.c, src/derives.c:
4120 1991-11-03 David J. MacKenzie <djm@gnu.org>
4122 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
4125 1988-09-09 Richard Stallman <rms@gnu.org>
4127 * src/bison.hairy: entered into RCS
4129 1987-12-16 Richard Stallman <rms@gnu.org>
4131 * REFERENCES: entered into RCS