]> git.saurik.com Git - bison.git/blame - ChangeLog
* src/conflicts.c (err_table): Remove.
[bison.git] / ChangeLog
CommitLineData
92b16366
AD
12001-12-05 Akim Demaille <akim@epita.fr>
2
3 * src/conflicts.c (err_table): Remove.
4 (resolve_sr_conflict): Adjust.
5 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
6 Rename as...
7 (state_t.reductions, state_t.shifts): this.
8
9
076ab033
AD
102001-12-05 Akim Demaille <akim@epita.fr>
11
12 * src/reduce.c (reduce_grammar_tables): No longer disable the
13 removal of useless rules via CPP but via `if (0)', so that the
14 compiler still check the code is valid.
15 For instance, it should have noticed `rline' no longer exists: use
16 the `line' member of rule_t.
17 * src/gram.c (dummy, rline): Remove, unused.
18
19
3843c413
AD
202001-12-05 Akim Demaille <akim@epita.fr>
21
22 * src/output.c (pack_vector): Use assert, not berror.
23 * src/main.c (berror): Remove, unused.
24
43168960
AD
252001-12-05 Akim Demaille <akim@epita.fr>
26
27 New experimental feature: if --verbose --trace output all the
28 items of a state, not only its kernel.
29
30 * src/print.c (print_core): If `trace_flag', then invoke closure
31 before outputting the items of the state (print_core is no longer
32 a correct name them).
33 (print_results): Invoke new_closure/free_closure if needed.
34
b2872512
AD
352001-12-05 Akim Demaille <akim@epita.fr>
36
37 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
38 * src/closure.c, src/closure.h (itemsetsize): Rename as...
39 (nitemset): for consistency with the rest of the project.
40
41
23cbcc6c
AD
422001-12-05 Akim Demaille <akim@epita.fr>
43
44 * src/closure.c (print_closure): Improve.
45 (closure): Use it for printing input and output.
46
47
03ec521c
AD
482001-12-05 Akim Demaille <akim@epita.fr>
49
50 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
51 indexed by nonterminals.
52
53
3a7456dd
AD
542001-12-05 Akim Demaille <akim@epita.fr>
55
56 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
57 what it was!).
58 * src/warshall.h: Remove accidental duplication of the content.
59
60
1cbcf2e7
AD
612001-12-05 Akim Demaille <akim@epita.fr>
62
63 * src/closure.c (set_fderives): De-obfuscate.
64
65
84182270
AD
662001-12-05 Akim Demaille <akim@epita.fr>
67
68 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
69
70
3f6f053c
AD
712001-12-05 Akim Demaille <akim@epita.fr>
72
73 * src/closure.c (set_firsts): De-obfuscate.
74
7a5350ba
AD
752001-12-05 Akim Demaille <akim@epita.fr>
76
77 * src/output.c (action_row): De-obfuscate
78 using the good o' techniques: arrays not pointers, variable
79 locality, BITISSET, RESETBIT etc.
80
81
d954473d
AD
822001-12-05 Akim Demaille <akim@epita.fr>
83
84 Pessimize the code to simplify it: from now on, all the states
85 have a valid SHIFTS, which NSHIFTS is possibly 0.
86
87 * src/LR0.c (shifts_new): Be global and move to..
88 * src/state.c, src/state.h: here.
89 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
90 * src/print_graph: Adjust.
91
9839bbe5
AD
922001-12-05 Akim Demaille <akim@epita.fr>
93
94 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
95 * src/conflicts.c: Use it.
96 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
97 incorrectly ``simplified''.
98
9f136c07
AD
992001-12-05 Akim Demaille <akim@epita.fr>
100
101 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
102 using the good o' techniques: arrays not pointers, variable
103 locality, BITISSET, RESETBIT etc.
104
b608206e
AD
1052001-12-05 Akim Demaille <akim@epita.fr>
106
107 * src/state.h (SHIFT_SYMBOL): New.
108 * src/conflicts.c: Use it to deobfuscate.
109
52afa962
AD
1102001-12-05 Akim Demaille <akim@epita.fr>
111
112 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
113 (print_reductions): De-obfuscate using the good o' techniques:
114 arrays not pointers, variable locality, BITISSET.
115
e74dc321
AD
1162001-12-05 Akim Demaille <akim@epita.fr>
117
118 * src/conflicts.c (print_reductions): Arrays, not pointers.
119 Use BITISSET.
120
768fca83
AD
1212001-12-05 Akim Demaille <akim@epita.fr>
122
123 * src/conflicts.c (print_reductions): Pessimize, but clarify.
124
a17e599f
AD
1252001-12-05 Akim Demaille <akim@epita.fr>
126
127 * src/conflicts.c (print_reductions): Improve variable locality.
128
a04bc341
AD
1292001-12-05 Akim Demaille <akim@epita.fr>
130
131 * src/conflicts.c (print_reductions): Pessimize, but clarify.
132
c8ea038e
AD
1332001-12-05 Akim Demaille <akim@epita.fr>
134
135 * src/conflicts.c (print_reductions): Improve variable locality.
136
aa2aab3c
AD
1372001-12-05 Akim Demaille <akim@epita.fr>
138
139 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
140 * src/lalr.c: Use them.
141
b178c8cc
AD
1422001-12-05 Akim Demaille <akim@epita.fr>
143
144 * src/LR0.c (augment_automaton): Formatting changes.
145 Better variable locality.
146
f67d13aa
AD
1472001-12-05 Akim Demaille <akim@epita.fr>
148
149 * src/lalr.c (matrix_print): New.
150 (transpose): Use it.
151 Use arrays instead of pointers.
152
c2713865
AD
1532001-12-05 Akim Demaille <akim@epita.fr>
154
155 * src/lalr.c (maxrhs): Move to...
156 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
157 * src/lalr.c (build_relations): Adjust.
158
9887c18a
AD
1592001-12-05 Akim Demaille <akim@epita.fr>
160
161 * src/lalr.c (transpose): Free the memory allocated to the
162 argument, as it is replaced by the results by the unique caller.
163 (build_relations): Merely invoke transpose: it handles the memory
164 deallocation.
165 Improve variable locality.
166 Avoid variables used as mere abbreviations.
167 (compute_lookaheads): Use arrays instead of pointers.
168
4d4f699c
AD
1692001-12-05 Akim Demaille <akim@epita.fr>
170
171 * src/lalr.c (initialize_F): Improve variable locality.
172 Avoid variables used as mere abbreviations.
173
80a69750
AD
1742001-12-05 Akim Demaille <akim@epita.fr>
175
176 * src/derives.c (print_derives): Display the ruleno.
177 * src/lalr.c (initialize_F, transpose): Better variable locality
178 to improve readability.
179 Avoid variables used as mere abbreviations.
180
fe961097
AD
1812001-12-05 Akim Demaille <akim@epita.fr>
182
183 * src/lalr.c (traverse): Use arrays instead of pointers.
184
e3e4e814
AD
1852001-12-05 Akim Demaille <akim@epita.fr>
186
187 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
188 the handling of squeue.
189 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
190
630e182b
AD
1912001-12-05 Akim Demaille <akim@epita.fr>
192
193 Because useless nonterminals are now kept alive (instead of being
194 `destroyed'), we now sometimes examine them, and store information
195 related to them. Hence we need to know their number, and adjust
196 memory allocations.
197
198 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
199 static.
200 * src/LR0.c (allocate_itemsets): The memory allocated to
201 `symbol_count' was used for two different purpose: once to count
202 the number of occurrences of each symbol, and later reassigned to
203 `shift_symbol', containing the symbol that can be shifted from a
204 given state.
205 Deobfuscate, i.e., allocate, use and free `symbol_count' here
206 only, and...
207 (new_itemsets): Allocate `shift_symbol' here.
208 (allocate_itemsets): symbol_count includes useless nonterminals.
209 Make room for them.
210 (free_storage): Use `free', not `XFREE', for pointers that cannot
211 be null.
212
81b51460
AD
2132001-12-05 Akim Demaille <akim@epita.fr>
214
215 * src/nullable.c (set_nullable): Deobfuscate the handling of
216 ritem.
217 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
218
3067fbef
AD
2192001-12-05 Akim Demaille <akim@epita.fr>
220
221 * src/gram.c, src/gram.h (ritem_print): New.
222 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
223 (This useless function was defined only to work around VMS linkers
224 that can't handle compilation units with variables only).
225 * src/reduce.c (dump_grammar): Use it to trace the construction of
226 ritem.
227
c2bea5f9
PE
2282001-12-04 Paul Eggert <eggert@twinsun.com>
229
7d27c823
PE
230 * src/bison.simple (union yyalloc): Change member names
231 to be the same as the stack names.
232 (yyparse): yyptr is now union yyalloc *, not char *.
233 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
234 and may generate better code on some machines.
c2bea5f9
PE
235 (yystpcpy): Use prototype if __STDC__ is defined, not just
236 if __cplusplus is defined.
35687a9d 237
2c8a9dfa
AD
2382001-11-30 Akim Demaille <akim@epita.fr>
239
240 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
241 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
242 Gettext doesn't compile cleanly, and dies with -Werror.
243 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
244 Include WARNING_CFLAGS here.
245 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
246 before being defined.
247
f4e421e6
AD
2482001-11-27 Paul Eggert <eggert@twinsun.com>
249
250 * lib/quotearg.h (quotearg_n, quotearg_n_style):
251 First arg is int, not unsigned.
252 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
253 (SIZE_MAX, UINT_MAX): New macros.
254 (quotearg_n_options): Abort if N is negative.
255 Avoid overflow check on hosts where size_t is 64 bits and int
256 is 32 bits, as overflow is impossible there.
257 Fix off-by-one typo that caused unnecessary reallocation.
258
7093d0f5
AD
2592001-11-29 Paul Eggert <eggert@twinsun.com>
260
261 Name space cleanup in generated parser.
262
263 * doc/bison.texinfo (Bison Parser): Discuss system headers
264 and their effect on the user name space.
265
266 * src/bison.simple:
267 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
268 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
269 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
270
271 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
272 on user names when possible.
273
274 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
275 Simplify test for whather <alloca.h> exists.
276
277 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
278
279 (<stdio.h>): Include if YYDEBUG.
280
281 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
282 ! defined (yyoverflow) && ! defined (yymemcpy).
283
284 (yymemcpy, yyparse): Rename local variables as needed so that
285 they all begin with 'yy'.
286
287 (yystrlen, yystpcpy): New functions.
288
289 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
290 All uses changed.
291
292 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
293 instead of relying on string.h functions. Use YYSTACK_ALLOC
294 and YYSTACK_FREE instead of malloc and free.
295
fd51e5ff
AD
2962001-11-30 Akim Demaille <akim@epita.fr>
297
298 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
299 before their first uses.
300 (YYBISON, YYPURE): Move to the top of the output.
301
7d13ff5f
AD
3022001-11-30 Akim Demaille <akim@epita.fr>
303
304 * tests/reduce.at (Useless Nonterminals): Fix.
305
892a3995
AD
3062001-11-30 Akim Demaille <akim@epita.fr>
307
308 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
309 if body instead of `;' to pacify GCC's warnings.
310
68f1e3ed
AD
3112001-11-30 Akim Demaille <akim@epita.fr>
312
313 Instead of mapping the LHS of unused rules to -1, keep the LHS
314 valid, but flag the rules as invalid.
315
316 * src/gram.h (rule_t): `useful' is a new member.
317 * src/print.c (print_grammar): Adjust.
318 * src/derives.c (set_derives): Likewise.
319 * src/reader.c (packgram, reduce_output): Likewise.
320 * src/reduce.c (reduce_grammar_tables): Likewise.
321 * tests/reduce.at (Underivable Rules, Useless Rules): New.
322
d2d1b42b
AD
3232001-11-30 Akim Demaille <akim@epita.fr>
324
325 * src/reduce.c (reduce_output): Formatting changes.
326 * src/print.c (print_results, print_grammar): Likewise.
327 * tests/regression.at (Rule Line Numbers)
328 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
329
760b53a8
AD
3302001-11-30 Akim Demaille <akim@epita.fr>
331
332 * src/reduce.c (nonterminals_reduce): Instead of throwing away
333 useless nonterminals, move them at the end of the symbol arrays.
334 (reduce_output): Adjust.
335 * tests/reduce.at (Useless Nonterminals): Adjust.
336
00238958
AD
3372001-11-30 Akim Demaille <akim@epita.fr>
338
339 * src/reduce.c: Various comment/formatting changes.
340 (nonterminals_reduce): New, extracted from...
341 (reduce_grammar_tables): here.
342 (reduce_grammar): Call nonterminals_reduce.
343
396452de
PE
3442001-11-29 Paul Eggert <eggert@twinsun.com>
345
346 * src/bison.simple (YYSTACK_REALLOC): Remove.
347 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
348 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
349 New macros.
350 (union yyalloc): New type.
351 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
352 an arbitrary restriction on hosts where size_t is wider than int.
353
354 (yyparse): Don't dump core if alloca or malloc fails; instead, report
355 a parser stack overflow. Allocate just one block of memory for all
356 three stacks, instead of allocating three blocks; this typically is
357 faster and reduces fragmentation.
358
359 Do not limit the number of items in the stack to a value that fits
360 in 'int', as this is an arbitrary limit on hosts with 64-bit
361 size_t and 32-bit int.
362
147e184c
MA
3632001-11-29 Marc Autret <autret_m@epita.fr>
364
365 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
366 of defining YYERROR_VERBOSE.
367 [AT_DATA]: $4 is now out of C declarations in the prologue.
368
426cf563
MA
3692001-11-28 Marc Autret <autret_m@epita.fr>
370
371 * src/reader.c (parse_dquoted_param): New.
372 (parse_skel_decl): Use it.
373 * src/lex.h: Add its prototype.
374 * src/lex.c (literalchar): Become not static.
375
c7925b99
MA
3762001-11-28 Marc Autret <autret_m@epita.fr>
377
378 * src/output.h: And put its extern declaration here.
379 * src/output.c (error_verbose): Define here.
380 (prepare): Echo name modification.
381 * src/getargs.h: Clean its extern declaration.
382 * src/getargs.c (error_verbose_flag): Remove.
383 (getargs): Remove case 'e'.
384 * src/options.c (option_table): 'error-verbose' is now seen as simple
385 percent option.
386 Include output.h.
387
388 * src/reader.c (read_declarations): Remove case tok_include.
389 (parse_include_decl): Remove.
390 * src/lex.h (token_t): Remove tok_include.
391 * src/options.c (option_table): 'include' is now a simple command line
392 option.
393
5b5d1929
MA
3942001-11-28 Marc Autret <autret_m@epita.fr>
395
396 * src/bison.simple: Adjust muscle names.
397 * src/muscle_tab.c (muscle_init): Also rename the muscles.
398 * src/output.c (prepare): s/_/-/ for the muscles names.
399 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
400
8850be4b
MA
4012001-11-28 Marc Autret <autret_m@epita.fr>
402
403 * src/bison.simple: Fix debug.
404 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
405
4a38e613
AD
4062001-11-28 Akim Demaille <akim@epita.fr>
407
408 * src/LR0.c (shifts_new): New.
409 (save_shifts, insert_start_shift, augment_automaton): Use it.
410
4b35e1c1
AD
4112001-11-28 Akim Demaille <akim@epita.fr>
412
413 * src/closure.c (closure): `b' and `ruleno' denote the same value:
414 keep ruleno only.
415
d2b04478
AD
4162001-11-28 Akim Demaille <akim@epita.fr>
417
418 * src/closure.c (closure): Instead of looping over word in array
419 then bits in words, loop over bits in array.
420
2c4c30aa
AD
4212001-11-28 Akim Demaille <akim@epita.fr>
422
423 * src/closure.c (closure): No longer optimize the special case
424 where all the bits of `ruleset[r]' are set to 0, to make the code
425 clearer.
426
576890b7
AD
4272001-11-28 Akim Demaille <akim@epita.fr>
428
429 * src/closure.c (closure): `r' and `c' are new variables, used to
430 de-obfuscate accesses to RULESET and CORE.
431
cb487d7d
AD
4322001-11-28 Akim Demaille <akim@epita.fr>
433
434 * src/reduce.c (reduce_print): Use ngettext.
435 (dump_grammar): Improve the trace accuracy.
436
6013d43f
AD
4372001-11-28 Akim Demaille <akim@epita.fr>
438
439 * src/reduce.c (dump_grammar): Don't translate trace messages.
440
cb4956ee
AD
4412001-11-28 Akim Demaille <akim@epita.fr>
442
443 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
444 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
445 as all tags are free'ed afterwards.
446 From Enrico Scholz.
447
648185ab
PE
4482001-11-27 Paul Eggert <eggert@twinsun.com>
449
450 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
451 use alloca when we didn't want to, and vice versa.
452
68254a03
MA
4532001-11-27 Marc Autret <autret_m@epita.fr>
454
9113b58f
AD
455 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
456 initialization.
68254a03
MA
457 * src/output.c (prepare): Remove its update.
458
04d843a2
MA
4592001-11-27 Marc Autret <autret_m@epita.fr>
460
461 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
462 Use %error-verbose.
463
d2079671 4642001-11-27 Marc Autret <autret_m@epita.fr>
eeeb962b
MA
465
466 * src/bison.simple: Remove YYERROR_VERBOSE using.
467 Use %%error_verbose.
468 (yyparse): Likewise.
469 * src/output.c (prepare): Give its final value.
470 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
471 * src/getargs.h: Add its extern declaration.
472 * src/getargs.c (error_verbose_flag): New int.
473 (getargs): Update to catch new case.
474 * src/options.c (option_table): 'error-verbose' is a new option.
475 (shortopts): Update.
476
e0327bc8
AD
4772001-11-27 Akim Demaille <akim@epita.fr>
478
479 * src/system.h: Use intl/libgettext.h.
480 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
481
000f1a3c
AD
4822001-11-27 Akim Demaille <akim@epita.fr>
483
484 * tests/torture.at (Exploding the Stack Size with Malloc):
485 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
486
26cfe0be
AD
4872001-11-27 Akim Demaille <akim@epita.fr>
488
489 * src/files.c: Include error.h.
490 Reported by Hans Aberg.
491
f6bd5427
MA
4922001-11-26 Marc Autret <autret_m@epita.fr>
493
d2079671 494 * src/reader.c (parse_include_decl): New, not yet implemented.
f6bd5427
MA
495 (read_declarations): Add case tok_include.
496 * src/getargs.h (include): Add its extern definition.
497 * src/getargs.c (include): New const char *.
498 (getargs): Add case '-I'.
499 * src/options.c (option_table): Add include as command line and
500 percent option.
501 * src/lex.h (token_t): Add tok_include.
502
2ca209c1
AD
5032001-11-26 Akim Demaille <akim@epita.fr>
504
505 * src/reader.c (readgram): Make sure rules for mid-rule actions
506 have a lineno equal to that of their host rule.
507 Reported by Hans Aberg.
508 * tests/regression.at (Rule Line Numbers): New.
509
0e41b407
AD
5102001-11-26 Akim Demaille <akim@epita.fr>
511
512 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
513 size_ts.
514
5152001-11-26 Akim Demaille <akim@epita.fr>
516
517 * src/complain.c, src/complain.h (error): Remove, provided by
518 lib/error.[ch].
519
e0c40012
AD
5202001-11-26 Akim Demaille <akim@epita.fr>
521
522 * src/reader.c (read_declarations): Don't abort on tok_illegal,
523 issue an error message.
524 * tests/regression.at (Invalid %directive): New.
525 Reported by Hans Aberg.
526
5e147124
AD
5272001-11-26 Akim Demaille <akim@epita.fr>
528
529 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
530 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
531
a034c8b8
AD
5322001-11-26 Akim Demaille <akim@epita.fr>
533
534 * src/conflicts.c (conflicts_print): Don't complain at all when
535 there are no reduce/reduce conflicts, and as many shift/reduce
536 conflicts as expected.
537 * tests/regression.at (%expect right): Adjust.
538
c64a20f3
AD
5392001-11-23 Akim Demaille <akim@epita.fr>
540
541 * lib/alloca.c: Update, from fileutils.
542
5b0d29bb
AD
5432001-11-23 Akim Demaille <akim@epita.fr>
544
545 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
546
722c4bfe
AD
5472001-11-23 Akim Demaille <akim@epita.fr>
548
549 * src/system.h: Include alloca.h.
550 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
551
6255b435
AD
5522001-11-23 Akim Demaille <akim@epita.fr>
553
554 * src/print_graph.c (print_actions): Remove `rule', unused.
555 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
556 pacify GCC's signed < unsigned warnings.
557 * src/closure.c (itemsetsize): Likewise.
558 * src/reader.c (symbol_list_new): Static.
559
b29b2ed5
AD
5602001-11-23 Akim Demaille <akim@epita.fr>
561
562 Attaching lineno to buckets is stupid, since only one copy of each
563 symbol is kept, only the line of the first occurrence is kept too.
564
565 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
566 * src/reader.c (rline_allocated): Remove, unused.
567 (symbol_list): Have a `line' member.
568 (symbol_list_new): New.
569 (readgram): Use it.
570 * src/print.c (print_grammar): Output the rule line numbers.
571 * tests/regression.at (Solved SR Conflicts)
572 (Unresolved SR Conflicts): Adjust.
573 Reported by Hans Aberg.
574
a81b1d4a
MA
5752001-11-22 Marc Autret <autret_m@epita.fr>
576
577 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
578
c1ecb3c1
MA
5792001-11-22 Marc Autret <autret_m@epita.fr>
580
581 * src/muscle_tab.c (muscle_init): Remove initialization of
582 skeleton muscle.
583 * src/output.c (output_master_parser): Do it here.
584
fbe01355
AD
5852001-11-20 Akim Demaille <akim@epita.fr>
586
587 * po/sv.po: New.
588 * configure.in (ALL_LINGUAS): Adjust.
589 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
590 longer contains strings to translate.
591
81e895c0
AD
5922001-11-19 Akim Demaille <akim@epita.fr>
593
594 * src/conflicts.c (conflicts_print): Add a missing \n.
595
6bb1878b
AD
5962001-11-19 Akim Demaille <akim@epita.fr>
597
598 * src/nullable.c (nullable_print): New.
599 (set_nullable): Call it when tracing.
600 Better locality of variables.
601
d9ec2d07
AD
6022001-11-19 Akim Demaille <akim@epita.fr>
603
604 * src/print.c (print_actions): Better locality of variables.
605
720e5c1b
AD
6062001-11-19 Akim Demaille <akim@epita.fr>
607
608 * src/derives.c (print_derives): Fix and enrich.
609 * src/closure.c (print_fderives): Likewise.
610
fb908786
AD
6112001-11-19 Akim Demaille <akim@epita.fr>
612
613 * src/closure.c (itemsetend): Remove, replaced with...
614 (itemsetsize): new.
615
125ecb56
AD
6162001-11-19 Akim Demaille <akim@epita.fr>
617
618 * src/LR0.c (kernel_end): Remove, replaced with...
619 (kernel_size): new.
620
d8cf039f
AD
6212001-11-19 Akim Demaille <akim@epita.fr>
622
623 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
624 to clarify.
625
7bec0760
AD
6262001-11-19 Akim Demaille <akim@epita.fr>
627
628 * src/closure.c (closure): Use arrays instead of pointers to clarify.
629
c87d4863
AD
6302001-11-19 Akim Demaille <akim@epita.fr>
631
632 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
633 trace messages.
634 * src/LR0.c: Likewise.
635 (allocate_itemsets): Use arrays instead of pointers to clarify.
636
9bfe901c
AD
6372001-11-19 Akim Demaille <akim@epita.fr>
638
639 * src/getargs.c (statistics_flag): Replace with...
640 (trace_flag): New.
641 (longopts): Accept --trace instead of --statistics.
642 * src/getargs.h, src/options.c: Adjust.
643 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
644 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
645
97db7bd4
AD
6462001-11-19 Akim Demaille <akim@epita.fr>
647
cc72668c 648 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
97db7bd4
AD
649 pointers to clarify the code.
650 (save_reductions, save_shifts): Factor common parts of alternatives.
651
2c5f66ed
AD
6522001-11-19 Akim Demaille <akim@epita.fr>
653
654 * src/LR0.c (new_state, get_state): Complete TRACE code.
655 * src/closure.c: Include `reader.h' to get `tags', needed by the
656 trace code.
657 Rename the conditional DEBUG as TRACE.
658 Output consistently TRACEs to stderr, not stdout.
659 * src/derives.c: Likewise.
660 * src/reduce.c: (inaccessable_symbols): Using if is better style
661 than goto.
662 Use `#if TRACE' instead of `#if 0' for tracing code.
663
300f275f
AD
6642001-11-19 Akim Demaille <akim@epita.fr>
665
666 * src/system.h (LIST_FREE, shortcpy): New.
667 * src/LR0.c: Use them.
668 * src/output.c (free_itemsets, free_reductions, free_shifts):
669 Remove, replaced by LIST_FREE.
670
f59c437a
AD
6712001-11-19 Akim Demaille <akim@epita.fr>
672
673 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
674 (REDUCTIONS_ALLOC): New.
675 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
676 allocation.
677
6986fd9e
AD
6782001-11-19 Akim Demaille <akim@epita.fr>
679
680 * src/LR0.c (new_state): Complete trace code.
681 * src/nullable.c (set_nullable): Don't translate traces.
682
4bc30f78
AD
6832001-11-19 Akim Demaille <akim@epita.fr>
684
685 * src/print_graph.c (print_core): Better locality of variables.
686 * src/print.c (print_core): Likewise.
687
08a946e0
AD
6882001-11-19 Akim Demaille <akim@epita.fr>
689
690 * src/vcg.c: You do the output, so you are responsible of the
691 handling of VCG syntax, in particular: use quotearg.
692 * src/print_graph.c: Don't.
693 (print_actions): Don't output the actions as part of the nodes,
694 since that's the job of the edges.
695 (print_state): Don't output by hand: fill the node description,
9bfe901c 696 and ask for its output.
08a946e0 697
f0473484
AD
6982001-11-19 Akim Demaille <akim@epita.fr>
699
cc72668c
AD
700 * src/bison.simple (yyparse): When verbosely reporting an error,
701 no longer put additional quotes around token names.
f0473484
AD
702 * tests/calc.at: Adjust.
703
e41dc700
AD
7042001-11-19 Akim Demaille <akim@epita.fr>
705
706 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
707 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
708 * src/output.c: Adjust.
709
652a871c
AD
7102001-11-19 Akim Demaille <akim@epita.fr>
711
712 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
713 (rule_t): this.
714 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
715
b2ed6e58
AD
7162001-11-19 Akim Demaille <akim@epita.fr>
717
718 * src/gram.h (rule_t): New.
719 (rule_table): New.
720 (rrhs, rlhs): Remove, part of state_t.
721 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
722 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
723 * src/reader.c, src/reduce.c: Adjust.
724
edad7067
AD
7252001-11-19 Akim Demaille <akim@epita.fr>
726
727 * src/reader.c (symbols_output): New, extracted from...
728 (packsymbols): Here.
729 (reader): Call it.
730
3feec034
AD
7312001-11-19 Akim Demaille <akim@epita.fr>
732
733 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
734 (maxrhs): this new function.
735
ddcd5fdf
AD
7362001-11-19 Akim Demaille <akim@epita.fr>
737
cc72668c 738 * src/lalr.c (F): New macro to access the variable F.
ddcd5fdf
AD
739 Adjust.
740
bb527fc2
AD
7412001-11-19 Akim Demaille <akim@epita.fr>
742
cc72668c 743 * src/lalr.h (LA): New macro to access the variable LA.
bb527fc2
AD
744 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
745 * src/lalr.c: Adjust.
746
a845a697
AD
7472001-11-19 Akim Demaille <akim@epita.fr>
748
749 * src/lalr.c (initialize_LA): Only initialize LA. Let...
750 (set_state_table): handle the `lookaheads' members.
751
f004bf6a
AD
7522001-11-19 Akim Demaille <akim@epita.fr>
753
cc72668c
AD
754 * src/lalr.h (lookaheads): Removed array, whose contents is now
755 a member of...
f004bf6a
AD
756 (state_t): this structure.
757 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
758 Adjust.
759
de326cc0
AD
7602001-11-19 Akim Demaille <akim@epita.fr>
761
cc72668c
AD
762 * src/lalr.h (consistent): Removed array, whose contents is now
763 a member of...
de326cc0
AD
764 (state_t): this structure.
765 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
766 Adjust.
767
90b4416b
AD
7682001-11-19 Akim Demaille <akim@epita.fr>
769
cc72668c
AD
770 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
771 contents are now members of...
90b4416b
AD
772 (state_t): this structure.
773 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
774 Adjust.
775
9703cc49
AD
7762001-11-19 Akim Demaille <akim@epita.fr>
777
778 * src/lalr.h (state_t): New.
779 (state_table): Be a state_t * instead of a core **.
780 (accessing_symbol): Remove, part of state_t.
781 * src/lalr.c: Adjust.
782 (set_accessing_symbol): Merge into...
783 (set_state_table): this.
784 * src/print_graph.c, src/conflicts.c: Adjust.
785
d803322e
AD
7862001-11-14 Akim Demaille <akim@epita.fr>
787
788 * tests/calc.at, tests/output.at, tests/regression.at,
789 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
790 now the tests are run in private dirs, therefore AC_CLEANUP and
791 family can be simplified to 0-ary.
792 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
793 use abs. path to find config.h.
794 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
795 stderr, there can be way too much random noise.
796 Instead pass -Werror to GCC and rely on the exit status.
797 Reported by Wolfram Wagner.
798
3d76b07d
AD
7992001-11-14 Akim Demaille <akim@epita.fr>
800
801 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
802 defined only if yyoverflow is defined, to avoid `warning: unused
803 variable `yyvs1''.
804 Reported by The Test Suite.
805
09b503c8
AD
8062001-11-14 Akim Demaille <akim@epita.fr>
807
808 * src/print.c: Include reduce.h.
809 Reported by Hans Aberg.
810
8112001-11-14 Akim Demaille <akim@epita.fr>
812
813 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
814 Revert a previous patch: these are really const.
815 * src/conflicts.c (conflict_report): Additional useless pair of
816 braces to pacify GCC's warnings for `if () if () {} else {}'.
817 * src/lex.c (parse_percent_token): Replace equal_offset with
818 arg_offset.
819 arg is const.
820 Be sure to strdup `arg' when used, since there is no reason for
821 token_buffer not to change.
822
0f37a994
AD
8232001-11-14 Akim Demaille <akim@epita.fr>
824
825 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
826 definition.
827 * src/main.c (main): Use them.
828 Suggested by Hans Aberg.
829
d39d93b8
AD
8302001-11-12 Akim Demaille <akim@epita.fr>
831
832 * src/system.h (ngettext): Now that we use ngettext, be sure to
833 provide a default definition when NLS are not used.
834
9edcd895
AD
8352001-11-12 Akim Demaille <akim@epita.fr>
836
837 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
838 Use @kbd to denote user input.
839 (Language and Grammar): ANSIfy the example.
840 Adjust its layout for info/notinfo.
841 (Location Tracking Calc): Output error messages to stderr.
842 Output locations in a more GNUtically correct way.
843 Fix a couple of Englishos.
844 Adjust @group/@end group pairs.
845
7da99ede
AD
8462001-11-12 Akim Demaille <akim@epita.fr>
847
848 %expext was not functioning at all.
849
850 * src/conflicts.c (expected_conflicts): Set to -1.
851 (conflict_report): Use ngettext.
852 (conflicts_print): Check %expect and make its violation an error.
853 * doc/bison.texinfo (Expect Decl): Adjust.
854 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
855 * tests/regression.at (%expect not enough, %expect right)
856 (%expect too much): New.
857
ba9dda1a
AD
8582001-11-12 Akim Demaille <akim@epita.fr>
859
860 * tests/regression.at (Conflicts): Rename as...
861 (Unresolved SR Conflicts): this.
862 (Solved SR Conflicts): New.
863
337c5bd1
AD
8642001-11-12 Akim Demaille <akim@epita.fr>
865
866 * src/reduce.c (print_results): Rename as...
867 (reduce_output): This.
868 Output to OUT, passed as argument, instead of output_obstack.
869 (dump_grammar): Likewise.
870 (reduce_free): New.
871 Also free V1.
872 (reduce_grammar): No longer call reduce_output, since...
873 * src/print.c (print_results): do it.
874 * src/main.c (main): Call reduce_free;
875
c73a41af
AD
8762001-11-12 Akim Demaille <akim@epita.fr>
877
878 * src/conflicts.c (print_reductions): Accept OUT as argument.
879 Output to it, not to output_obstack.
880 * src/print.c (print_actions): Adjust.
881
0df87bb6
AD
8822001-11-12 Akim Demaille <akim@epita.fr>
883
884 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
885 the result instead of using...
886 (src_total, rrc_total, src_count, rrc_count): Remove.
887 (any_conflicts): Remove.
888 (print_conflicts): Split into...
889 (conflicts_print, conflicts_output): New.
890 * src/conflicts.h: Adjust.
891 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
0f37a994 892 * src/print.c (print_grammar): Issue `\n' between two rules.
0df87bb6
AD
893 * tests/regression.at (Conflicts): New.
894 Reported by Tom Lane.
895
e4d3d4de
AD
8962001-11-12 Akim Demaille <akim@epita.fr>
897
898 * tests/regression.at (Invalid input): Remove, duplicate with
899 ``Invalid input: 1''.
900
6d7d248e
AD
9012001-11-12 Akim Demaille <akim@epita.fr>
902
903 * tests/torture.at (AT_DATA_STACK_TORTURE)
904 (Exploding the Stack Size with Alloca)
905 (Exploding the Stack Size with Malloc): New.
906
e9e4c321
AD
9072001-11-12 Akim Demaille <akim@epita.fr>
908
909 * src/bison.simple (YYSTACK_REALLOC): New.
910 (yyparse) [!yyoverflow]: Use it and free the old stack.
0f37a994 911 Reported by Per Allansson.
e9e4c321 912
5f7e0832
AD
9132001-11-12 Pascal Bart <pascal.bart@epita.fr>
914
915 * src/bison.simple: Define type yystype instead of YYSTYPE, and
916 define CPP macro, which substitute YYSTYPE by yystype.
917 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
918 with yyltype/YYLTYPE. This allows inclusion of the generated
919 header within the parser if the compiler, such as GGC, accepts
920 multiple equivalent #defines.
921 From Akim.
922
e3f1699f
AD
9232001-11-05 Akim Demaille <akim@epita.fr>
924
925 * src/reader.c (symbols_output): New, extracted from...
926 (packsymbols): here.
927 (reader): Adjust.
928
65be0866
AD
9292001-11-05 Akim Demaille <akim@epita.fr>
930
931 * src/lex.c (parse_percent_token): s/quotearg/quote/.
932
e4d910bf
AD
9332001-11-05 Akim Demaille <akim@epita.fr>
934
935 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
936 pattern.
937
951366c1
AD
9382001-11-05 Akim Demaille <akim@epita.fr>
939
940 * src/options.h (struct option_table_struct): set_flags is void*.
941 * src/options.c (longopts): Support `--output' and `%output'.
942 (usage): Adjust.
943 * src/lex.h (tok_setopt): Remove, replaced with...
944 (tok_intopt, tok_stropt): these new guys.
945 * src/lex.c (getopt.h): Not needed.
946 (token_buffer, unlexed_token_buffer): Not const.
947 (percent_table): Promote `-' over `_' in directive names.
948 Active `%name-prefix', `file-prefix', and `output'.
949 (parse_percent_token): Accept possible arguments to directives.
950 Promote `-' over `_' in directive names.
951
d8988b2f
AD
9522001-11-04 Akim Demaille <akim@epita.fr>
953
954 * doc/bison.texinfo (Decl Summary): Split the list into
955 `directives for grammars' and `directives for bison'.
956 Sort'em.
957 Add description of `%name-prefix', `file-prefix', and `output'.
958 Promote `-' over `_' in directive names.
959 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
960 Simplify the description of `--name-prefix'.
961 Promote `-' over `_' in directive names.
962 Promote `--output' over `--output-file'.
963 Fix the description of `--defines'.
964 * tests/output.at: Exercise %file-prefix and %output.
965
6468d18e
AD
9662001-11-02 Akim Demaille <akim@epita.fr>
967
968 * doc/refcard.tex: Update.
969
6b7e85b9
AD
9702001-11-02 Akim Demaille <akim@epita.fr>
971
972 * src/symtab.h (SUNDEF): New.
973 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
974 stand for `uninitialized', instead of 0.
975 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
976 * src/lex.c (lex): Adjust.
977
978 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
979 Number it 0.
980 Let yylex return it instead of a plain 0.
981 Reported by Dick Streefland.
982
cd5aafcf
AD
9832001-11-02 Akim Demaille <akim@epita.fr>
984
985 * tests/regression.at (Mixing %token styles): New test.
986
037ca2f1
AD
9872001-11-02 Akim Demaille <akim@epita.fr>
988
989 * src/reader.c (parse_thong_decl): Formatting changes.
990 (token_translations_init): New, extracted from...
991 (packsymbols): Here.
992 Adjust.
993
270a173c
AD
9942001-11-01 Akim Demaille <akim@epita.fr>
995
996 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
997 Check that `9foo.y' produces correct cpp guards.
998 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
999 guards.
1000 Reported by Wwp.
1001
561f9a30
AD
10022001-11-01 Akim Demaille <akim@epita.fr>
1003
1004 * tests/regression.at (Invalid input: 2): New.
1005 * src/lex.c (unlexed_token_buffer): New.
1006 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
1007 too.
1008 Reported by Wwp.
1009
f987e9d2
AD
10102001-11-01 Akim Demaille <akim@epita.fr>
1011
1012 * tests/calc.at: Catch up with 1.30.
1013 * configure.in: Bump to 1.49a.
1014 Adjust to newer Autotest.
1015
0846f581
PB
10162001-10-19 Pascal Bart <pascal.bart@epita.fr>
1017
1018 * src/conflicts.c: Move global variables rrc_total and src_total ...
1019 (print_conflicts): here.
1020 * src/output.c (output): Free global variable user_toknums.
1021 * src/lex.c (token_obstack): Become static.
1022
3c1a79b3
AD
10232001-10-18 Akim Demaille <akim@epita.fr>
1024
1025 * tests/atlocal.in (GCC): Add.
1026 * tests/calc.at: s/m4_match/m4_bmatch/.
1027 s/m4_patsubst/m4_bpatsubst/.
1028 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
1029 * configure.in: AC_SUBST(GCC).
1030
5d52e7d0
MA
10312001-10-14 Marc Autret <autret_m@epita.fr>
1032
1033 * src/options.c (create_long_option_table): Fix.
1034
631aa1d3
AD
10352001-10-10 Akim Demaille <akim@epita.fr>
1036
1037 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
1038
f6ec6d13
AD
10392001-10-04 Akim Demaille <akim@epita.fr>
1040
1041 * src/reader.c (parse_union_decl): Push the caracters in
1042 union_obstack, not attrs_obstack.
1043
342b8b6e
AD
10442001-10-04 Akim Demaille <akim@epita.fr>
1045
1046 Merge in the branch 1.29.
1047
1048 * src/reader.c (packsymbols): Use a temporary obstack for
1049 `%%tokendef', since output_stack is already used elsewhere.
1050
1051 2001-10-02 Akim Demaille <akim@epita.fr>
1052
1053 Bump 1.29d.
1054
1055 2001-10-02 Akim Demaille <akim@epita.fr>
1056
1057 Version 1.29c.
1058
1059 2001-10-02 Akim Demaille <akim@epita.fr>
1060
1061 * tests/regression.at (Invalid CPP headers): New.
1062 From Alexander Belopolsky.
1063 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
1064
1065 2001-10-02 Akim Demaille <akim@epita.fr>
1066
1067 * tests/regression.at (Invalid input): New.
1068 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
1069 Reported by Shura.
1070
1071 2001-10-02 Akim Demaille <akim@epita.fr>
1072
1073 * tests/calc.at: Now that --debug works, the tests must be adjusted.
1074
1075 2001-10-02 Akim Demaille <akim@epita.fr>
1076
1077 * src/output.c (output_parser): Assert `skeleton'.
1078 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
1079 systems.
1080 From Shura.
1081
1082 2001-10-01 Marc Autret <autret_m@epita.fr>
1083
1084 * src/lex.h: Echo modifications.
1085 * src/lex.c (unlex): Parameter is now token_t.
1086 From Hans Aberg.
1087
1088 2001-10-01 Marc Autret <autret_m@epita.fr>
1089
1090 * src/main.c: Include lex.h.
1091 From Hans Aberg.
1092
1093 2001-09-29 Akim Demaille <akim@epita.fr>
1094
1095 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
1096
1097 2001-09-28 Akim Demaille <akim@epita.fr>
1098
1099 * tests/testsuite.at: Update to newer Autotest.
1100 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
1101
1102 2001-09-27 Akim Demaille <akim@epita.fr>
1103
1104 Position independent wrapper.
1105
1106 * tests/bison: Remove.
1107 * tests/bison.in: New.
1108 * configure.in: Adjust.
1109
1110 2001-09-27 Paul Eggert <eggert@twinsun.com>
1111
1112 Port quotearg fixes from tar 1.13.24.
1113
1114 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
1115 tm to be declared.
1116 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
1117 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
1118
1119 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
1120 * m4/mbrtowc.m4: New file.
1121 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
1122 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
1123
1124 2001-09-27 Akim Demaille <akim@epita.fr>
1125
1126 Bump to 1.29c.
1127
1128 2001-09-27 Akim Demaille <akim@epita.fr>
1129
1130 Version 1.29b.
1131
1132 2001-09-25 Akim Demaille <akim@epita.fr>
1133
1134 * src/system.h: Include `xalloc.h'.
1135 Remove it from the C files.
1136 * src/files.c (output_files): Free the obstacks.
1137 * src/lex.c (init_lex): Rename as...
1138 (lex_init): this.
1139 (lex_free): New.
1140 * src/main.c (main): Use it.
1141
1142 2001-09-24 Marc Autret <autret_m@epita.fr>
1143
1144 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
1145 to output informations in fout (FILE*).
1146 (open_graph, close_graph): Likewise.
1147 (output_graph, output_edge, output_node): Likewise.
1148 * src/vcg.h: Update function prototypes.
1149 * src/print_graph.c (print_graph): Open output graph file.
1150 (print_actions): Adjust.
1151 * src/files.h: Remove extern declaration.
1152 * src/files.c: Remove graph_obstack declaration.
1153 (open_files): Remove graph_obstack initialization.
1154 (output_files): Remove graph_obstack saving.
1155
1156 2001-09-24 Marc Autret <autret_m@epita.fr>
1157
1158 * src/files.c (compute_output_file_names): Fix.
1159
1160 2001-09-24 Marc Autret <autret_m@epita.fr>,
1161 Akim Demaille <akim@epita.fr>
1162
1163 * src/reader.c (reader): Remove call to free_symtab ().
1164 * src/main.c (main): Call it here.
1165 Include symtab.h.
1166 * src/conflicts.c (initialize_conflicts): Rename as...
1167 (solve_conflicts): this.
1168 * src/print.c (print_core, print_actions, print_state)
1169 (print_grammar): Dump to a file instead a `output_obstack'.
1170 (print_results): Dump `output_obstack', and then proceed with the
1171 FILE *.
1172 * src/files.c (compute_output_file_names, close_files): New.
1173 (output_files): Adjust.
1174 * src/main.c (main): Adjust.
1175
1176 2001-09-23 Marc Autret <autret_m@epita.fr>
1177
1178 * src/files.c (compute_header_macro): Computes header macro name
1179 from spec_defines_file when given.
1180
1181 2001-09-23 Marc Autret <autret_m@epita.fr>
1182
1183 * src/files.c (output_files): Add default extensions.
1184
1185 2001-09-22 Akim Demaille <akim@epita.fr>
1186
1187 * src/conflicts.c (finalize_conflicts): Rename as...
1188 (free_conflicts): this.
1189
1190 2001-09-22 Akim Demaille <akim@epita.fr>
1191
1192 * src/gram.c (gram_free): Rename back as...
1193 (dummy): this.
1194 (output_token_translations): Free `token_translations'.
1195 * src/symtab.c (free_symtab): Free the tag field.
1196
1197 2001-09-22 Akim Demaille <akim@epita.fr>
1198
1199 Remove `translations' as it is always set to true.
1200
1201 * src/gram.h: Adjust.
1202 * src/reader.c (packsymbols, parse_token_decl): Adjust
1203 * src/print.c (print_grammar): Adjust.
1204 * src/output.c (output_token_translations): Adjust.
1205 * src/lex.c (lex): Adjust.
1206 * src/gram.c: Be sure the set pointers to NULL.
1207 (dummy): Rename as...
1208 (gram_free): this.
1209
1210 2001-09-22 Akim Demaille <akim@epita.fr>
1211
1212 * configure.in: Invoke AM_LIB_DMALLOC.
1213 * src/system.h: Use dmalloc.
1214 * src/LR0.c: Be sure to have pointers initialized to NULL.
1215 (allocate_itemsets): Allocate kernel_items only if needed.
1216
1217 2001-09-22 Akim Demaille <akim@epita.fr>
1218
1219 * configure.in: Bump to 1.29b.
1220 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
1221 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
1222 need xmalloc.c in calc.y.
1223 From Pascal Bart.
1224
1225 2001-09-21 Akim Demaille <akim@epita.fr>
1226
1227 Version 1.29a.
1228 * Makefile.maint, config/config.guess, config/config.sub,
1229 * config/missing: Update from masters.
1230 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
1231 upon package.m4.
1232 * configure.in (ALL_LINGUAS): Add `tr'.
1233
1234 2001-09-21 Akim Demaille <akim@epita.fr>
1235
1236 * tests/Makefile.am (package.m4): Move to...
1237 ($(srcdir)/$(TESTSUITE)): here.
1238
1239 2001-09-20 Akim Demaille <akim@epita.fr>
1240
1241 * src/complain.c: No longer try to be standalone: use system.h.
1242 Don't assume __STDC__ is defined to 1. Just test if it is defined.
1243 * src/complain.h: Likewise.
1244 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
1245 Remove the unused variable `n'.
1246 From Albert Chin-A-Young.
1247
1248 2001-09-18 Marc Autret <autret_m@epita.fr>
1249
1250 * doc/bison.1: Update.
1251 * doc/bison.texinfo (Bison Options): Update --defines and --graph
1252 descriptions.
1253 (Option Cross Key): Update.
1254 Add --graph.
1255
1256 2001-09-18 Marc Autret <autret_m@epita.fr>
1257
1258 * tests/regression.at: New test (comment in %union).
1259
1260 2001-09-18 Marc Autret <autret_m@epita.fr>
1261
1262 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
1263 do that.
1264 Reported by Keith Browne.
1265
1266 2001-09-18 Marc Autret <autret_m@epita.fr>
1267
1268 * tests/output.at: Add tests for --defines and --graph.
1269
1270 2001-09-18 Marc Autret <autret_m@epita.fr>
1271
1272 * tests/output.at: Removes tests of %{header,src}_extension features.
1273
1274 2001-09-18 Akim Demaille <akim@epita.fr>
1275
1276 * tests/Makefile.am (package.m4): New.
1277 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
1278 (_AT_CHECK_CALC_ERROR): Likewise.
1279 Factor the `, ' part of verbose error messages.
1280
1281 2001-09-18 Marc Autret <autret_m@epita.fr>
1282
1283 * src/getargs.c (longopts): Declare --defines and --graph as options
1284 with optional arguments.
1285 * src/files.h: Add extern declarations.
1286 * src/files.c (spec_graph_file, spec_defines_file): New.
1287 (output_files): Update.
1288 Remove CPP-outed code.
1289
1290 2001-09-18 Marc Autret <autret_m@epita.fr>
1291
1292 Turn off %{source,header}_extension feature.
1293
1294 * src/files.c (compute_exts_from_gf): Update.
1295 (compute_exts_from_src): Update.
1296 (output_files): CPP-out useless code.
1297 * src/files.h: Remove {header,source}_extension extern declarations.
1298 * src/reader.c (parse_dquoted_param): CPP-out.
1299 (parse_header_extension_decl): Remove.
1300 (parse_source_extension_decl): Remove.
1301 (read_declarations): Remove cases tok_{hdrext,srcext}.
1302 * src/lex.c (percent_table): Remove {header,source}_extension entries.
1303 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
1304
1305 2001-09-10 Akim Demaille <akim@epita.fr>
1306
1307 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
1308 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
1309 (AT_CHECK_OUTPUT): this.
1310 Merely check ls' exit status, its output is useless.
1311
1312 2001-09-10 Akim Demaille <akim@epita.fr>
1313
1314 * tests/calc.at: Use m4_match.
1315 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
1316
1317 2001-09-10 Marc Autret <autret_m@epita.fr>,
1318 Akim Demaille <akim@epita.fr>
1319
1320 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
1321 enum color_e.
1322 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
1323 to `normal'.
1324 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
1325 * src/lex.h: Adjust prototype.
1326 (token_t): Add `tok_undef'.
1327 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
1328 (parse_percent_token): Now returns token_t.
1329 Add default statement in switch.
1330 (lex): Separate `c' as an input variable, from the token_t result
1331 part.
1332 (unlexed): Is a token_t.
1333
1334 2001-09-10 Akim Demaille <akim@epita.fr>
1335
1336 * configure.in: Bump to 1.29a.
1337
1338 2001-09-07 Akim Demaille <akim@epita.fr>
1339
1340 Version 1.29.
1341
1342 2001-08-30 Akim Demaille <akim@epita.fr>
1343
1344 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
1345 * m4/atconfig.m4: Remove.
1346 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
1347 * tests/bison: New.
1348 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
1349 m4_if, m4_patsubst, and m4_regexp.
1350 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
1351 `input' file instead of echo.
1352
1353 2001-08-29 Akim Demaille <akim@epita.fr>
1354
1355 Bump to 1.28e.
1356
1357 2001-08-29 Akim Demaille <akim@epita.fr>
1358
1359 Version 1.28d.
1360
1361 2001-08-29 Paul Eggert <eggert@twinsun.com>
1362
1363 * src/bison.simple (yyparse): Don't take the address of an
1364 item before the start of an array, as that doesn't conform to
1365 the C Standard.
1366
1367 2001-08-29 Robert Anisko <anisko_r@epita.fr>
1368
1369 * doc/bison.texinfo (Location Tracking Calc): New node.
1370
1371 2001-08-29 Paul Eggert <eggert@twinsun.com>
1372
1373 * src/output.c (output): Do not define const, as this now
1374 causes more problems than it cures.
1375
1376 2001-08-29 Akim Demaille <akim@epita.fr>
1377
1378 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
1379 the nodes.
1380 Be sure to tag the `detailmenu'.
1381
1382 2001-08-29 Akim Demaille <akim@epita.fr>
1383
1384 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
1385 download in a tmp dir.
1386
1387 2001-08-28 Marc Autret <autret_m@epita.fr>
1388
1389 * config/depcomp: New file.
1390
1391 2001-08-28 Marc Autret <autret_m@epita.fr>
1392
1393 * doc/bison.1 (mandoc): Adjust.
1394 From Juan Manuel Guerrero.
1395
1396 2001-08-28 Marc Autret <autret_m@epita.fr>
1397
1398 * src/print_graph.c (print_state): Fix.
1399
1400 2001-08-27 Marc Autret <autret_m@epita.fr>
1401
1402 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
1403 char * members.
1404 Echo modifications to the functions prototypes.
1405 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
1406
1407 2001-08-27 Marc Autret <autret_m@epita.fr>
1408
1409 * src/vcg.c: Include `xalloc.h'.
1410 (add_colorentry): New.
1411 (add_classname): New.
1412 (add_infoname): New.
1413 * src/vcg.h: Add new prototypes.
1414
1415 2001-08-27 Akim Demaille <akim@epita.fr>
1416
1417 * Makefile.maint: Sync. again with CVS Autoconf.
1418
1419 2001-08-27 Akim Demaille <akim@epita.fr>
1420
1421 * Makefile.maint: Formatting changes.
1422 (po-update, cvs-update, update): New targets.
1423 (AMTAR): Remove.
1424
1425 2001-08-27 Akim Demaille <akim@epita.fr>
1426
1427 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
1428 * Makefile.maint: Sync. with CVS Autoconf.
1429
1430 2001-08-27 Marc Autret <autret_m@epita.fr>
1431
1432 * src/vcg.h (struct infoname_s): New.
1433 (struct colorentry_s): New.
1434 (graph_s): New fields {vertical,horizontal}_order in structure.
1435 Add `infoname' field.
1436 Add `colorentry' field;
1437 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
1438 (G_HORIZONTAL_ORDER): New.
1439 (G_INFONAME): New.
1440 (G_COLORENTRY): New.
1441 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
1442 Add output of `infoname'.
1443 Add output of `colorentry'.
1444
1445 2001-08-27 Marc Autret <autret_m@epita.fr>
1446
1447 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
1448 This one shadowed a global parameter.
1449
1450 2001-08-24 Marc Autret <autret_m@epita.fr>
1451
1452 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
1453 instead of `unsigned'.
1454 (print_state): Do not call obstack_object_size () in obstack_grow ()
1455 to avoid macro variables shadowing.
1456
1457 2001-08-23 Marc Autret <autret_m@epita.fr>
1458
1459 * src/lex.c (percent_table): Typo: s/naem/name/.
1460 Add graph option.
1461 Normalize new options declarations.
1462
1463 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
1464
1465 * tests/suite.at: Exercise %header_extension and %source_extension.
1466
1467 2001-08-16 Marc Autret <autret_m@epita.fr>
1468
1469 * src/reader.c (parse_dquoted_param): New.
1470 (parse_header_extension_decl): Use it.
1471 (parse_source_extension_decl): Likewise.
1472
1473 2001-08-16 Marc Autret <autret_m@epita.fr>
1474
1475 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
1476 (get_xxxx_str): Use assert () instead of complain ().
1477 Remove return invokations in default cases.
1478 (get_decision_str): Modify default behaviour. Remove second argument.
1479 Echo modifications on calls.
1480 (output_graph): Fix.
1481
1482 2001-08-16 Marc Autret <autret_m@epita.fr>
1483
1484 * src/getargs.c (usage): Update with ``-g, --graph''.
1485
1486 2001-08-16 Marc Autret <autret_m@epita.fr>
1487
1488 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
1489 (Option Cross Key): Likewise.
1490 * doc/bison.1: Update.
1491
1c8c2190
PB
14922001-09-25 Pascal Bart <pascal.bart@epita.fr>
1493
1494 * src/output.c (output_master_parser): Don't finish action_obstack.
1495 (output_parser): Don't care about the muscle action, here.
1496 (prepare): Copy the action_obstack in the action muscle.
1497 (output): Free action_obstack.
1498
180d45ba
PB
14992001-09-23 Pascal Bart <pascal.bart@epita.fr>
1500
1501 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
1502 will contain `%union' declaration.
1503 (parse_union_decl): Delete #line directive output.
1504 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
1505 informations about %union.
1506 (parse_union_decl): Copy the union_obstack in the muscle stype.
1507 * src/bison.simple: Add new #line directive.
1508 Add typdef %%stype YYSTYPE.
1509
c51d1a19
PB
15102001-09-23 Pascal Bart <pascal.bart@epita.fr>
1511
1512 * src/bison.simple: Add new `#line' directive.
1513
6f9344da
PB
15142001-09-22 Pascal Bart <pascal.bart@epita.fr>
1515
1516 * src/bison.simple: New `#line' directive.
1517 * src/output.c (output_parser): Support new dynamic muscle input_line.
1518
652def80
MA
15192001-09-22 Marc Autret <autret_m@epita.fr>
1520
1521 * src/output.c (output_master_parser): New.
1522 (output_parser): Be more re-entrant.
1523
25b222fa
MA
15242001-09-21 Marc Autret <autret_m@epita.fr>
1525
1526 * src/reader.c (copy_definition, parse_union_decl): Update and use
1527 `linef' muscle.
1528 (copy_action): Likewise.
1529 Use obstack_1grow ().
1530 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
1531
6bc35ae5
MA
15322001-09-21 Marc Autret <autret_m@epita.fr>
1533
1534 * src/options.c (option_table): Adjust.
1535 * src/lex.c (parse_percent_token): Fix.
1536
c0629aa1
PB
15372001-09-20 Pascal Bart <pascal.bart@epita.fr>
1538
1539 * src/options.c (symtab.h): Include it, need by lex.h.
342b8b6e 1540
82b6d266
PB
15412001-09-20 Pascal Bart <pascal.bart@epita.fr>
1542
1543 * src/lex.c (parse_percent_token): Change type of variable `tx', which
1544 is now an option_table_struct*.
1545 (option_strcmp): New function option_strcmp.
1546 (parse_percent_token): Call option_strcmp.
1547 * src/getargs.c (xalloc.h, options.h): Include it.
1548 (getargs): Call create_long_option_table.
1549 (getargs): Free longopts at the end of the function.
1550 (shortopts): Move in options.c.
1551 * src/options.c (create_long_option_table): New function. Convert
1552 information from option_table to option structure.
1553 * src/reader.c (options.h): Include it.
1554
1555 * src/Makefile.am: Adjust.
1556 * src/options.c (option_table): Create from longopts and percent_table.
1557 * src/getargs.c (longopts): Delete.
1558 * src/lex.c (struct percent_table_struct): Delete.
1559 (percent_table): Delete.
1560 (options.h): Include it.
1561 * src/options.c: Create.
1562 * src/options.h: Create.
1563 Declare enum opt_access_e.
1564 Define struct option_table_struct.
1565
75f5aaea
MA
15662001-09-20 Marc Autret <autret_m@epita.fr>
1567
1568 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
1569 sections of Bison.
1570
f508cb0a
PB
15712001-09-19 Pascal Bart <pascal.bart@epita.fr>
1572
1573 * src/bison.simple: s/%%filename/%%skeleton.
1574 * src/muscle_tab.c (getargs.h): Include it.
1575 (muscle_init): Insert new muscle skeleton.
1576
13105fc1
PB
15772001-09-18 Pascal Bart <pascal.bart@epita.fr>
1578
1579 * src/output.c (output_parser): Delete unused variable actions_dumped.
1580
b0c4483e
PB
15812001-09-07 Pascal Bart <pascal.bart@epita.fr>
1582
1583 * src/output.c (output): Delete call to reader_output_yylsp.
1584 * src/reader.c (reader): Likewise.
1585 * src/reader.h: Delete declaration of reader_output_yylsp.
342b8b6e 1586
11d82f03
MA
15872001-09-02 Marc Autret <autret_m@epita.fr>
1588
1589 * src/reader.c: Include muscle_tab.h.
1590 (parse_union_decl): Update.
1591 (parse_macro_decl): Rename parse_muscle_decl.
1592 Update to use renamed functions and variable.
1593 (read_declarations, copy_action, read_additionnal_code, : Updated
1594 with correct variables and functions names.
1595 (packsymbols, reader): Likewise.
342b8b6e 1596
11d82f03 1597 * src/reader.h (muscle_obstack): Extern declaration update.
342b8b6e 1598
11d82f03
MA
1599 * src/output.c: Include muscle_tab.h
1600 In all functions using macro_insert, change by using muscle_insert ().
1601 (macro_obstack): Rename muscle_obstack.
1602 Echo modifications in the whole file.
1603 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
1604 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
1605 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
1606
1607 * src/muscle_tab.h: Update double inclusion macros.
1608 (macro_entry_s): Rename muscle_entry_s.
1609 Update prototypes.
342b8b6e 1610
11d82f03
MA
1611 * src/muscle_tab.c: Include muscle_tab.h.
1612 Rename macro_tabble to muscle_table.
1613 (mhash1, mhash2, mcmp): Use muscle_entry.
1614 (macro_init): Rename muscle_init. Update.
1615 (macro_insert): Rename muscle_insert. Update.
1616 (macro_find): Rename muscle_find. Update.
1617
1618 * src/main.c: Include muscle_tab.h.
1619 (main): Call muscle_init ().
1620 * src/Makefile.am (bison_SOURCES): Echo modifications.
1621
93a37297
MA
16222001-09-02 Marc Autret <autret_m@epita.fr>
1623
f753cd62 1624 Now the files macro_tab.[ch] are named muscle_tab.[ch].
342b8b6e 1625
f753cd62
MA
1626 * src/muscle_tab.c, src/muscle_tab.h: Add files.
1627
16282001-09-02 Marc Autret <autret_m@epita.fr>
1629
1630 * src/macrotab.c, src/macrotab.h: Remove.
93a37297 1631
682d48cd
PB
16322001-09-01 Pascal Bart <pascal.bart@epita.fr>
1633
342b8b6e 1634 * src/reader.c (copy_guard): Use muscle to specify the `#line'
682d48cd
PB
1635 filename.
1636
087c8fda
MA
16372001-09-01 Marc Autret <autret_m@epita.fr>
1638
1639 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
1640 to an explicit value to activate the feature. We do it here.
1641
dda680cb
PB
16422001-08-31 Pascal Bart <pascal.bart@epita.fr>
1643
1644 * src/output.c (prepare): Delete the `filename' muscule insertion.
1645 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
1646 (parse_union_decl): Likewise.
1647 * src/macrotab.c (macro_init): Initialize filename by infile.
1648
9e644e64
MA
16492001-08-31 Marc Autret <autret_m@epita.fr>
1650
1651 * src/bison.simple (YYLSP_NEEDED): New definition.
1652 * src/output.c (prepare): Add macro insertion of `locations_flag'
1653
17da6427
PB
16542001-08-31 Pascal Bart <pascal.bart@epita.fr>
1655
1656 * src/output.c (prepare): Delete insertion of previous muscles,
1657 and insert the `prefix' muscles.
1658 * src/macrotab.c (macro_init): Likewise.
1659 (macro_init): Initialization prefix directive by `yy'.
342b8b6e 1660 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17da6427
PB
1661 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
1662 yylval, yydebug, yyerror, yynerrs and yyparse.
342b8b6e 1663 New directive `#define' to substitute yydebug, ... with option
17da6427
PB
1664 name_prefix.
1665
e8cb70b9
PB
16662001-08-31 Pascal Bart <pascal.bart@epita.fr>
1667
1668 * src/main.c (main): Standardize.
1669 * src/output.c (output_table_data, output_parser): Likewise.
1670 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
1671
63c2d5de
MA
16722001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
1673
342b8b6e 1674 * src/reader.c (read_additionnal_code): Rename %%user_code to
63c2d5de
MA
1675 %%epilogue.
1676 * src/output.c (output): Rename %%declarations to %%prologue.
1677 * src/bison.simple: Echo modifications.
342b8b6e 1678
d8cb5183
MA
16792001-08-31 Marc Autret <autret_m@epita.fr>
1680
1681 * src/reader.c (readgram): CleanUp.
1682 (output_token_defines): Likewise.
1683 (packsymbols): Likewise.
1684 (reader): Likewise.
1685 * src/output.c (output): CPP-out useless code.
1686
6c686258
PB
16872001-08-31 Pascal Bart <pascal.bart@epita.fr>
1688
342b8b6e 1689 * src/reader.c (reader): Delete obsolete call to function
6c686258
PB
1690 output_trailers and output_headers.
1691 * src/output.h: Remove obsolete functions prototypes of output_headers
1692 and output_trailers.
1693
8f451ef7
PB
16942001-08-30 Pascal Bart <pascal.bart@epita.fr>
1695
1696 * src/main.c: Include macrotab.h.
342b8b6e 1697 * src/macrotab.h (macro_entry_s): Constify fields.
8f451ef7
PB
1698 Adjust functions prototypes.
1699 * src/macrotab.c (macro_insert): Constify key and value.
1700 (macro_find): Constify key.
1701 (macro_insert): Include 'xalloc.h'
1702 (macro_insert): Use XMALLOC.
1703 (macro_find): Constify return value.
1704 * src/output.c (output_table_data): Rename table to table_data.
1705 (output_parser): Constify macro_key, macro_value.
1706
997b6fd0 17072001-08-30 Marc Autret <autret_m@epita.fr>
2ba3b73c
MA
1708
1709 * src/reader.c (parse_skel_decl): New.
342b8b6e 1710 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
2ba3b73c
MA
1711 * src/lex.h (token_t): New token `tok_skel'.
1712 * src/lex.c (percent_table): Add skeleton option entry.
1713 Standardize.
1714
ff48177d
MA
17152001-08-29 Marc Autret <autret_m@epita.fr>
1716
1717 * src/bison.simple: Add %%user_code directive at the end.
1718 * src/reader.c (read_additionnal_code): New.
1719 (reader): Use it.
1720 * src/output.c (output_program): Remove.
1721 (output): Update.
1722
b33160bf
MA
17232001-08-28 Marc Autret <autret_m@epita.fr>
1724
1725 * src/output.c (output_actions): Clean up.
4e5caae2 1726 (output_gram): CPP-out useless code.
b33160bf
MA
1727 * src/reader.c (reader): Clean up, CPP-out useless code.
1728
d1a2daf7
PB
17292001-08-28 Pascal Bart <pascal.bart@epita.fr>
1730
342b8b6e 1731 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
535c0e75 1732 directive.
d1a2daf7
PB
1733 * src/bison.simple: Add `%%definitions'.
1734
2b763dfe
MA
17352001-08-28 Marc Autret <autret_m@epita.fr>
1736
1737 * config/depcomp: New file.
1738
f1a87ef6
PE
17392001-08-27 Paul Eggert <eggert@twinsun.com>
1740
1741 * src/bison.simple (yyparse): Don't take the address of an
1742 item before the start of an array, as that doesn't conform to
1743 the C Standard.
1744
82e236e2
RA
17452001-08-27 Robert Anisko <robert.anisko@epita.fr>
1746
f1a87ef6 1747 * src/output.c (output): Remove the initialization of the macro
82e236e2
RA
1748 obstack. It was done too late here.
1749
1750 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
1751 completely wrong.
1752 (reader): Initialize the macro obstack here, since we need it to grow
1753 '%define' directives.
1754
1755 * src/reader.h: Declare the macro obstack as extern.
1756
b0cfa28a
RA
17572001-08-27 Robert Anisko <robert.anisko@epita.fr>
1758
1759 * src/output.c (output_parser): Fix. Store single '%' characters in
1760 the output obstack instead of throwing them away.
1761
6fc74234
AD
17622001-08-27 Akim Demaille <akim@epita.fr>
1763
1764 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
1765
9c76d118
RA
17662001-08-25 Robert Anisko <robert.anisko@epita.fr>
1767
1768 * lib/Makefile.am: Adjust.
1769
a8289c62
RA
17702001-08-25 Robert Anisko <robert.anisko@epita.fr>
1771
1772 * src/bison.simple: Update and add '%%' directives.
1773
b6610515
RA
17742001-08-25 Robert Anisko <robert.anisko@epita.fr>
1775
1776 * src/reader.c (reader): Remove calls to 'output_headers' and
1777 'output_trailers'. Remove some C output.
1778 (readgram): Disable a piece of code that was writing a default
1779 definition for 'YYSTYPE'.
1780 (reader_output_yylsp): Remove.
1781 (packsymbols): Output token defintions to a macro.
1782 (copy_definition): Disable C output.
6fc74234 1783
b6610515
RA
1784 * src/reader.c (parse_macro_decl): New function used to parse macro
1785 declarations.
1786 (copy_string2): Put the body of copy_string into this new function.
1787 Add a parameter to let the caller choose whether he wants to copy the
1788 string delimiters or not.
1789 (copy_string): Be a simple call to copy_string2 with the last argument
1790 bound to true.
1791 (read_declarations): Add case for macro definition.
1792 (copy_identifier): New.
6fc74234 1793 (parse_macro_decl): Read macro identifiers using copy_identifier
b6610515
RA
1794 rather than lex.
1795
26f609ff
RA
17962001-08-25 Robert Anisko <robert.anisko@epita.fr>
1797
1798 * src/output.c (prepare): Add prefixed names.
1799 (output_parser): Output semantic actions.
1800 (output_parser): Fix bug on '%%line' directives.
6fc74234 1801
26f609ff
RA
1802 * src/output.c (output_headers): Remove. The C code printed by this
1803 function should now be in the skeletons.
1804 (output_trailers): Remove.
1805 (output): Disable call to 'reader_output_yylsp'.
1806 (output_rule_data): Do not output tables to the table obstack.
1807
1808 * src/output.c: Remove some C dedicated output.
1809 Improve the use of macro and output obstacks.
1810 (output_defines): Remove.
6fc74234 1811
26f609ff
RA
1812 * src/output.c (output_token_translations): Associate 'translate'
1813 table with a macro. No output to the table obstack.
1814 (output_gram): Same for 'rhs' and 'prhs'.
1815 (output_stos): Same for 'stos'.
1816 (output_rule_data): Same for 'r1' and 'r2'.
1817 (token_actions): Same for 'defact'.
1818 (goto_actions): Same for 'defgoto'.
1819 (output_base): Same for 'pact' and 'pgoto'.
1820 (output_table): Same for 'table'.
1821 (output_check): Same for 'check'.
6fc74234 1822
26f609ff
RA
1823 * src/output.c (output_table_data): New function.
1824 (output_short_table): Remove.
1825 (output_short_or_char_table): Remove.
6fc74234 1826
26f609ff
RA
1827 * src/output.c (output_parser): Replace most of the skeleton copy code
1828 with something new. Skeletons are now processed character by character
1829 rather than line by line, and Bison looks for '%%' macros. This is the
1830 first step in making Bison's output process (a lot) more flexible.
1831 (output_parser): Use the macro table.
1832
6f43b113
RA
18332001-08-25 Robert Anisko <robert.anisko@epita.fr>
1834
1835 * src/main.c (main): Initialize the macro table.
1836
dd3127cf
RA
18372001-08-25 Robert Anisko <robert.anisko@epita.fr>
1838
1839 * src/lex.c (percent_table): Add tok_define.
1840 * src/lex.h: Add tok_define.
1841
aa321494
RA
18422001-08-25 Robert Anisko <robert.anisko@epita.fr>
1843
1844 * src/macrotab.c: New file.
1845 * src/macrotab.h: New file.
1846 * src/Makefile.am: Update.
1847
68bd3b6b
RA
18482001-08-25 Robert Anisko <robert.anisko@epita.fr>
1849
1850 * lib/hash.c: New file.
1851 * lib/hash.h: New file.
1852 * lib/Makefile.am: Update.
1853
45f8dd1e
AD
18542001-08-15 Akim Demaille <akim@epita.fr>
1855
1856 Version 1.28c.
1857
40a64a7a 18582001-08-15 Marc Autret <autret_m@epita.fr>
0b8afb77
AD
1859
1860 * src/reader.c (readgram): Indent output macro YYSTYPE.
1861 (packsymbols): Likewise.
1862 (output_token_defines): Likewise.
1863 * src/files.c: Standardize.
1864 (compute_header_macro): New.
1865 (defines_obstack_save): New. Use compute_header_macro.
1866 (output_files): Update. Use defines_obstack_save.
1867
f9a8293a
AD
18682001-08-15 Akim Demaille <akim@epita.fr>
1869
1870 * doc/bison.texinfo (Table of Symbols): Document
1871 YYSTACK_USE_ALLOCA.
1872
150ca7a7
AD
18732001-08-15 Akim Demaille <akim@epita.fr>
1874
1875 * missing: Update from CVS Automake.
1876 * config/config.guess, config/config.sub, config/texinfo.tex:
1877 Update from gnu.org.
1878
69b5cec4
AD
18792001-08-15 Akim Demaille <akim@epita.fr>
1880
1881 * Makefile.maint: Sync with CVS Autoconf.
1882
f2b5126e
PB
18832001-08-14 Pascal Bart <pascal.bart@epita.fr>
1884
69b5cec4 1885 * doc/bison.texinfo: Include GNU Free Documentation License from
f2b5126e
PB
1886 `fdl.texi'.
1887 * doc/fdl.texi: Add to package.
1888
4ecbf796
MA
18892001-08-14 Marc Autret <autret_m@epita.fr>
1890
1891 Turn on %{source,header}_extension features.
1892
69b5cec4 1893 * src/lex.c (percent_table): Un-CPP out header_extension and
4ecbf796
MA
1894 source_extension.
1895 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
69b5cec4 1896 (compute_exts_from_src): Remove conditions. It restores priorities
4ecbf796
MA
1897 between options.
1898
95fb5662
MA
18992001-08-14 Marc Autret <autret_m@epita.fr>
1900
1901 * src/files.c (compute_base_names): Add extensions computing when
1902 `--file-prefix' used.
1903 Standardize function calls.
1904
78d09da9
MA
19052001-08-13 Marc Autret <autret_m@epita.fr>
1906
69b5cec4 1907 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
78d09da9
MA
1908 defining it (defined but null disables alloca).
1909
5a009f2c
MA
19102001-08-13 Marc Autret <autret_m@epita.fr>
1911
1912 * src/bison.simple (_yy_memcpy): CPP reformat.
1913
1e41465a
PB
19142001-08-13 Pascal Bart <pascal.bart@epita.fr>
1915
1916 * tests/atconfig.in (CPPFLAGS): Fix.
1917
c67a198d
PB
19182001-08-10 Pascal Bart <pascal.bart@epita.fr>
1919
79282c6c 1920 * doc/bison.texinfo: Include GNU General Public License from
c67a198d
PB
1921 `gpl.texi'.
1922 * doc/gpl.texi: Add to package.
1923
09a6de7e
MA
19242001-08-10 Marc Autret <autret_m@epita.fr>
1925
1926 * src/print_graph.h: Fix.
1927 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
1928
b77b9ee0
AD
19292001-08-10 Akim Demaille <akim@epita.fr>
1930
1931 * src/system.h: Provide default declarations for stpcpy, strndup,
1932 and strnlen.
1933
3e259915
MA
19342001-08-10 Robert Anisko <anisko_r@epita.fr>
1935
1936 * doc/bison.texinfo (Locations): Update @$ stuff.
1937
ca96bc2d
MA
19382001-08-09 Robert Anisko <anisko_r@epita.fr>
1939
1940 * src/bison.simple (YYLLOC_DEFAULT): Update.
1941 (yyparse): Adjust.
1942
fdc6758b
MA
19432001-08-08 Marc Autret <autret_m@epita.fr>
1944
b77b9ee0 1945 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
fdc6758b
MA
1946 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
1947 Reported by Fabrice Bauzac.
957d4dbf 1948
600cad3b
MA
19492001-08-08 Marc Autret <autret_m@epita.fr>
1950
1951 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
1952 * src/vcg.c (output_node): Fix.
1953 * src/vcg.h: Cleanup.
1954 * src/print_graph.c: Add comments.
b77b9ee0 1955 (node_output_size): New global variable. Simplify the formatting of
600cad3b 1956 the VCG graph output.
b77b9ee0 1957 (print_actions): Unused code is now used. It notifies the final state
600cad3b 1958 and no action states in the VCG graph. It also give the reduce actions.
b77b9ee0 1959 The `shift and goto' edges are red and the `go to state' edges are
600cad3b
MA
1960 blue.
1961 Get the current node name and node_obstack by argument.
1962 (node_obstack): New variable.
1963 (print_state): Manage node_obstack.
1964 (print_core): Use node_obstack given by argument.
1965 A node is not only computed here but in print_actions also.
1966 (print_graph): CPP out useless code instead of commenting it.
1967
976e528f
AD
19682001-08-07 Pascal Bart <pascal.bart@epita.fr>
1969
1970 * tests/atconfig.in (CPPFLAGS): Fix.
1971
20e8e5ca
AD
19722001-08-07 Akim Demaille <akim@epita.fr>
1973
1974 * src/print_graph.c (quote): New.
1975 (print_core): Use it.
1976
957d4dbf 19772001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
3e3da797 1978
3e3da797
AD
1979 * src/vcg.c (complain.h): Include it.
1980 Unepitaize `return' invocations.
c4b66126 1981 [NDEBUG] (main): Remove.
79282c6c 1982 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
c4b66126
AD
1983 * src/files.c (open_files): Initialize graph_obstack.
1984 * src/print_graph.c (print_actions): CPP out useless code.
1985 (print_core): Don't output the last `\n' in labels.
1986 Use `quote'.
1987 * src/files.c (output_files): Output the VCG file.
1988 * src/main.c (main): Invoke print_graph ();
3e3da797 1989
957d4dbf 19902001-08-06 Marc Autret <autret_m@epita.fr>
22c2cbc0
AD
1991
1992 Automaton VCG graph output.
1993 Using option ``-g'' or long option ``--graph'', you can generate
1994 a gram_filename.vcg file containing a VCG description of the LALR (1)
1995 automaton of your grammar.
1996
1997 * src/main.c: Call to print_graph() function.
1998 * src/getargs.h: Update.
1999 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
2000 (graph_flag): New flag.
2001 (longopts): Update.
2002 (getargs): Add case `g'.
2003 * src/files.c (graph_obstack): New obstack struct.
2004 (open_files): Initialize new obstack.
2005 (output_files): Saves graph_obstack if required.
2006 * src/files.h (graph_obstack): New extern declaration.
2007 * src/Makefile.am: Add new source files.
2008
957d4dbf 20092001-08-06 Marc Autret <autret_m@epita.fr>
ce4d5ce0
AD
2010
2011 * src/print_graph.c, src/print_graph.h (graph): New.
2012 * src/vcg.h: New file.
2013 * src/vcg.c: New file, VCG graph handling.
2014
7333d403
AD
20152001-08-06 Marc Autret <autret_m@epita.fr>
2016
2017 Add of %source_extension and %header_extension which specify
2018 the source or/and the header output file extension.
2019
2020 * src/files.c (compute_base_names): Remove initialisation of
2021 src_extension and header_extension.
2022 (compute_exts_from_gf): Update.
2023 (compute_exts_from_src): Update.
2024 (output_files): Update.
2025 * src/reader.c (parse_header_extension_decl): New.
2026 (parse_source_extension_decl): New.
2027 (read_declarations): New case statements for the new tokens.
2028 * src/lex.c (percent_table): Add entries for %source_extension
2029 and %header_extension.
2030 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
2031
84163231
AD
20322001-08-06 Marc Autret <autret_m@epita.fr>
2033
2034 * configure.in: Bump to 1.28c.
2035 * doc/bison.texinfo: Texinfo thingies.
2036
8303fc42
AD
20372001-08-04 Pascal Bart <pascal.bart@epita.fr>
2038
2039 * tests/atconfig.in (CPPFLAGS): Add.
2040 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
2041
70a84437
AD
20422001-08-03 Akim Demaille <akim@epita.fr>
2043
2044 Version 1.28b.
2045
2ce10144
AD
20462001-08-03 Akim Demaille <akim@epita.fr>
2047
2048 * tests/Makefile.am (check-local): Ship testsuite.
2049 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
2050 Include `string.h'.
2051
1e3e4bc1
AD
20522001-08-03 Akim Demaille <akim@epita.fr>
2053
2054 * configure.in: Try using -Wformat when compiling.
2055
42b45b7f
AD
20562001-08-03 Akim Demaille <akim@epita.fr>
2057
2058 * configure.in: Bump to 1.28b.
2059
8f13fe33
AD
20602001-08-03 Akim Demaille <akim@epita.fr>
2061
2062 * src/complain.c: Adjust strerror_r portability issues.
2063
b37ba92c
AD
20642001-08-03 Akim Demaille <akim@epita.fr>
2065
2066 Version 1.28a.
2067
b0ce6046
AD
20682001-08-03 Akim Demaille <akim@epita.fr>
2069
2070 * src/getargs.c, src/getarg.h (skeleton)): Constify.
2071 * src/lex.c (literalchar): Avoid name clashes on `buf'.
2072 * src/getargs.c: Include complain.h.
2073 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
2074 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
2075
d01c415b
AD
20762001-08-03 Akim Demaille <akim@epita.fr>
2077
2078 * src/reader.c (readgram): Display hidden chars in error messages.
2079
459dd1a6
AD
20802001-08-03 Akim Demaille <akim@epita.fr>
2081
2082 Update to gettext 0.10.39.
2083
53b74c0c
AD
20842001-08-03 Akim Demaille <akim@epita.fr>
2085
2086 * lib/strspn.c: New.
2087
234a3be3
AD
20882001-08-01 Marc Autret <autret_m@epita.fr>
2089
2090 * doc/bison.texinfo: Update.
2091 * doc/bison.1 (mandoc): Update.
2092 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
2093 * src/files.c: Support output files extensions computing.
2094 (src_extension): New static variable.
2095 (header_extension): New static variable.
2096 (tr): New function.
2097 (get_extension_index): New function, gets the index of an extension
2098 filename in a string.
2099 (compute_exts_from_gf): New function, computes extensions from the
2100 grammar file extension.
2101 (compute_exts_from_src): New functions, computes extensions from the
2102 C source file extension, file given by ``-o'' option.
2103 (compute_base_names): Update.
2104 (output_files): Update.
2105
847bf1f5
AD
21062001-08-01 Robert Anisko <anisko_r@epita.fr>
2107
d995fee7 2108 * doc/bison.texi: Document @$.
847bf1f5
AD
2109 (Locations): New section.
2110
d074a105
AD
21112001-07-18 Akim Demaille <akim@epita.fr>
2112
2113 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
2114 * config/prev-version.txt, config/move-if-change: New.
2115 * Makefile.am: Adjust.
2116
3419715d
AD
21172001-07-08 Pascal Bart <pascal.bart@epita.fr>
2118
2119 * src/bison.simple (yyparse): Suppress warning `comparaison
2120 between signed and unsigned'.
2121
62ab6972
AD
21222001-07-05 Pascal Bart <pascal.bart@epita.fr>
2123
2124 * src/getargs.h (raw_flag): Remove.
2125 * src/getargs.c: Die on `-r'/`--raw'.
2126 * src/lex.c (parse_percent_token): Die on `%raw'.
2127 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
2128 * tests/calc.at: Suppress test with option `--raw'.
2129
1e24cc5b
AD
21302001-07-14 Akim Demaille <akim@epita.fr>
2131
2132 * config/: New.
2133 * configure.in: Require Autoconf 2.50.
2134 Update to gettext 0.10.38.
2135
32dfccf8
AD
21362001-03-16 Akim Demaille <akim@epita.fr>
2137
2138 * doc/bison.texinfo: ANSIfy the examples.
2139
cd5bd6ac
AD
21402001-03-16 Akim Demaille <akim@epita.fr>
2141
2142 * getargs.c (skeleton): New variable.
2143 (longopts): --skeleton is a new option.
2144 (shortopts, getargs): -S is a new option.
2145 * getargs.h: Declare skeleton.
2146 * output.c (output_parser): Use it.
2147
5141b016
AD
21482001-03-16 Akim Demaille <akim@epita.fr>
2149
2150 * m4/strerror_r.m4: New.
2151 * m4/error.m4: Run AC_FUNC_STRERROR_R.
2152 * lib/error.h, lib/error.c: Update.
2153
447992b9
AD
21542001-03-16 Akim Demaille <akim@epita.fr>
2155
2156 * src/getargs.c (longopts): Clean up.
2157
274d42ce
AD
21582001-02-21 Akim Demaille <akim@epita.fr>
2159
2160 * src/reader.c (gensym): `gensym_count' is your own.
2161 Use a static buf to create the symbol name, as token_buffer is no
2162 longer a buffer.
2163
22c821f3
AD
21642001-02-08 Akim Demaille <akim@epita.fr>
2165
2166 * src/conflicts.c (conflict_report): Be sure not to append to res
2167 between two calls, which could happen if both first sprintf were
2168 skipped, but not the first cp += strlen.
2169
18569462
AD
21702001-02-08 Akim Demaille <akim@epita.fr>
2171
2172 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
2173 New, from fileutils 4.0.37.
2174 * configure.in: Require Autoconf 2.49c. I took some time before
2175 making this decision. This is the only way out for portability
2176 issues in Bison, it would mean way too much duplicate effort to
2177 import in Bison features implemented in 2.49c since 2.13.
2178 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
2179
0d8f3c8a
AD
21802001-02-02 Akim Demaille <akim@epita.fr>
2181
2182 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
66075dcf 2183 * lib/xalloc.h, lib/xmalloc.c: Update.
0d8f3c8a 2184
f17bcd1f
AD
21852001-01-19 Akim Demaille <akim@epita.fr>
2186
2187 Get rid of the ad hoc handling of token_buffer in the scanner: use
2188 the obstacks.
2189
2190 * src/lex.c (token_obstack): New.
2191 (init_lex): Initialize it. No longer call...
2192 (grow_token_buffer): this. Remove it.
2193 Adjust all the places which used it to use the obstack.
2194
511e79b3
AD
21952001-01-19 Akim Demaille <akim@epita.fr>
2196
2197 * src/lex.h: Rename all the tokens:
2198 s/\bENDFILE\b/tok_eof/g;
2199 s/\bIDENTIFIER\b/tok_identifier/g;
2200 etc.
2201 Let them be enums, not #define, to ease debugging.
2202 Adjust all the code.
2203
0d6508ef
AD
22042001-01-18 Akim Demaille <akim@epita.fr>
2205
2206 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
2207 * src/lex.c (maxtoken, grow_token_buffer): Static.
2208
6deb4447
AD
22092001-01-18 Akim Demaille <akim@epita.fr>
2210
2211 Since we now use obstacks, more % directives can be enabled.
2212
2213 * src/lex.c (percent_table): Also accept `%yacc',
2214 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
2215 `%debug'.
2216 Handle the actions for `%semantic_parser' and `%pure_parser' here,
2217 instead of returning a token.
2218 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
2219 * src/reader.c (read_declarations): Adjust.
2220 * src/files.c (open_files): Don't call `compute_base_names', don't
2221 compute `attrsfile' since they depend upon data which might be
2222 *in* the input file now.
2223 (output_files): Do it here.
2224 * src/output.c (output_headers): Document the fact that this patch
2225 introduces a guaranteed SEGV for semantic parsers.
2226 * doc/bison.texinfo: Document them.
2227 * tests/suite.at: Exercise these %options.
2228
ff4423cc
AD
22292000-12-20 Akim Demaille <akim@epita.fr>
2230
2231 Also handle the output file (--verbose) with obstacks.
2232
2233 * files.c (foutput): Remove.
2234 (output_obstack): New.
2235 Adjust all dependencies.
2236 * src/conflicts.c: Return a string.
2237 * src/system.h (obstack_grow_string): Rename as...
2238 (obstack_sgrow): this. Be ready to work with non literals.
2239 (obstack_fgrow4): New.
2240
956dba3a
AD
22412000-12-20 Akim Demaille <akim@epita.fr>
2242
2243 * src/files.c (open_files): Fix the computation of short_base_name
2244 in the case of `-o foo.tab.c'.
2245
337bab46
AD
22462000-12-20 Akim Demaille <akim@epita.fr>
2247
2248 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
2249 (copy_dollar): Now that everything uses obstacks, get rid of the
2250 FILE * parameters.
2251
5d3214b8
AD
22522000-12-20 Akim Demaille <akim@epita.fr>
2253
2254 * src/files.c (open_files): Actually the `.output' file is based
2255 on the short_base_name, not base_name.
2256 * tests/suite.at (Checking output file names): Adjust.
2257
29092a57
AD
22582000-12-20 Akim Demaille <akim@epita.fr>
2259
2260 * src/bison.s1: Remove, we now use directly...
2261 * src/bison.simple: this.
2262 * src/Makefile.am: Use pkgdata instead of data.
2263
ea5607fd
AD
22642000-12-20 Akim Demaille <akim@epita.fr>
2265
2266 * src/files.c (guard_obstack): New.
2267 (open_files): Initialize it.
2268 (output_files): Dump it...
2269 * src/files.h: Export it.
2270 * src/reader.c (copy_guard): Use it.
2271
27110317
AD
22722000-12-19 Akim Demaille <akim@epita.fr>
2273
2274 * src/files.c (outfile, defsfile, actfile): Removed as global
2275 vars.
2276 (open_files): Don't compute them.
2277 (output_files): Adjust.
2278 (base_name, short_base_name): Be global.
2279 Adjust dependencies.
2280
19c50364
AD
22812000-12-19 Akim Demaille <akim@epita.fr>
2282
2283 * src/files.c (strsuffix): New.
2284 (stringappend): Be just like strcat but allocate.
2285 (base_names): Eve out from open_files.
2286 Try to simplify the rather hairy computation of base_name and
2287 short_base_name.
2288 (open_files): Use it.
2289 * tests/suite.at (Checking output file names): New test.
2290
573c1d9f
AD
22912000-12-19 Akim Demaille <akim@epita.fr>
2292
2293 * src/system.h (obstack_grow_literal_string): Rename as...
2294 (obstack_grow_string): this.
2295 * src/output.c (output_parser): Recognize `%% actions' instead of
2296 `$'.
2297 * src/bison.s1: s/$/%% actions/.
2298 * src/bison.hairy: Likewise.
2299
ef7ddedd
AD
23002000-12-19 Akim Demaille <akim@epita.fr>
2301
2302 * src/output.c (output_parser): Compute the `#line' lines when
2303 there are.
2304 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
2305 Suggested by Hans Aberg.
2306
ff61dabd
AD
23072000-12-19 Akim Demaille <akim@epita.fr>
2308
2309 Let the handling of the skeleton files be local to the procedures
2310 that use it.
2311
2312 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
2313 longer static.
2314 (fparser, open_extra_files): Remove.
2315 (open_files, output_files): Don't take care of fparser.
2316 * src/files.h: Adjust.
2317 * src/output.c (output_parser): Open and close the file to the
2318 skeleton.
2319 * src/reader.c (read_declarations): When %semantic_parser, open
2320 fguard.
2321
55b96341
AD
23222000-12-19 Akim Demaille <akim@epita.fr>
2323
2324 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
2325 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
2326
358c15b7
AD
23272000-12-19 Akim Demaille <akim@epita.fr>
2328
2329 * src/files.c (open_files): Yipee! We no longer need all the code
2330 looking for `/tmp' since we have no tmp file.
2331
7de3329e
AD
23322000-12-19 Akim Demaille <akim@epita.fr>
2333
2334 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
2335 New macros.
2336 * src/files.c (open_files): Less dependency on MSDOS etc.
2337
3abcd459
AD
23382000-12-14 Akim Demaille <akim@epita.fr>
2339
2340 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
2341 Provide a default definition.
2342 Use it when executing the default @ action.
2343 * src/reader.c (reader_output_yylsp): No longer include
2344 `timestamp' and `text' in the default YYLTYPE.
2345
2a91a95e
AD
23462000-12-12 Akim Demaille <akim@epita.fr>
2347
2348 * src/reader.c (copy_definition, parse_union_decl, copy_action)
2349 (copy_guard): Quote the file names.
2350 Reported by Laurent Mascherpa.
2351
14d3eb9b
AD
23522000-12-12 Akim Demaille <akim@epita.fr>
2353
2354 * src/output.c (output_headers, output_program, output): Be sure
2355 to escape special characters when outputting filenames.
2356 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
2357 (output_headers): Don't depend on them, Use ACTSTR.
2358
d7045ec6
AD
23592000-11-17 Akim Demaille <akim@epita.fr>
2360
2361 * lib/obstack.h: Formatting changes.
2362 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
2363 prevents type checking.
2364 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
2365 cast the value to (void *): assigning a `foo *' to a `void *'
2366 variable is valid.
2367 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
2368 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
2369 append characters.
2370
6fd54b73
AD
23712000-11-17 Akim Demaille <akim@epita.fr>
2372
2373 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
2374 as...
2375 (suite.m4, regression.m4, calc.m4): these.
2376 * tests/atgeneral.m4: Update from CVS Autoconf.
2377
4c50eae6
AD
23782000-11-17 Akim Demaille <akim@epita.fr>
2379
2380 * tests/regression.m4 (%union and --defines): New test,
2381 demonstrating a current bug in the obstack implementation.
2382
a35f64ea
AD
23832000-11-17 Akim Demaille <akim@epita.fr>
2384
2385 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
2386 macros.
2387 Use them to declare the variables which are global or local to
2388 `yyparse'.
2389
7de23534
AD
23902000-11-17 Akim Demaille <akim@epita.fr>
2391
2392 * acconfig.h: Remove, no longer used.
2393
aa7815f5
AD
23942000-11-07 Akim Demaille <akim@epita.fr>
2395
2396 * src: s/Copyright (C)/Copyright/g.
2397
5af1f549
AD
23982000-11-07 Akim Demaille <akim@epita.fr>
2399
2400 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
2401 defining.
2402 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
2403
553e2b22
AD
24042000-11-07 Akim Demaille <akim@epita.fr>
2405
2406 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
2407 Merge in a single CPP if/else.
2408
8a4f41d6
AD
24092000-11-07 Akim Demaille <akim@epita.fr>
2410
2411 * src/output.c (output): Remove useless variables.
2412 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
2413 argument `data' for consistency with the prototypes.
2414 Qualify it `const'.
2415 (obstack_copy, obstack_copy0): Rename the second argument as
2416 `address' for consistency. Qualify it `const'.
2417 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
2418 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
2419 `const' their input argument (`data' or `address').
2420 Adjust the corresponding macros to include `const' in casts.
2421
095a3fb5
AD
24222000-11-03 Akim Demaille <akim@epita.fr>
2423
2424 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
2425 s/PFILE1/BISON_HAIRY/.
2426 Adjust dependencies.
2427
d1cdce7c
AD
24282000-11-03 Akim Demaille <akim@epita.fr>
2429
090c5ebf 2430 For some reason, this was not applied.
d1cdce7c
AD
2431
2432 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
2433 `unlink': it's no longer used.
2434
9311529b
AD
24352000-11-03 Akim Demaille <akim@epita.fr>
2436
2437 * src/files.c (skeleton_find): New function, eved out of...
2438 (open_files, open_extra_files): here.
2439
d8880f69
AD
24402000-11-03 Akim Demaille <akim@epita.fr>
2441
2442 Don't use `atexit'.
2443
2444 * src/files.c (obstack_save): New function.
2445 (done): Rename as...
2446 (output_files): this.
2447 Use `obstack_save'.
2448 * src/main.c (main): Don't use `atexit' to register `done', since
2449 it no longer has to remove tmp files, just call `output_files'
2450 when there are no errors.
2451
0dbb648e
AD
24522000-11-02 Akim Demaille <akim@epita.fr>
2453
2454 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
2455 `unlink': it's no longer used.
2456 * src/files.h: Formatting changes.
2457
896fe5c1
AD
24582000-11-02 Akim Demaille <akim@epita.fr>
2459
2460 Remove the last uses of mktemp and unlink/delete.
2461
2462 * src/files.c (fdefines, ftable): Removed.
2463 (defines_ostack, table_obstack): New.
2464 Adjust dependencies of the former into uses of the latter.
2465 * src/output.c (output_short_or_char_table, output_short_table):
2466 Convert to using obstacks.
2467 * src/reader.c (copy_comment2): Accept one FILE * and two
2468 obstacks.
2469 (output_token_defines, reader_output_yylsp): Use obstacks.
2470 * src/system.h (obstack_fgrow3): New.
2471
dd60faec
AD
24722000-11-01 Akim Demaille <akim@epita.fr>
2473
2474 Change each use of `fattrs' into a use of `attrs_obstack'.
2475
2476 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
2477 * src/files.c (fattrs): Remove.
2478 (attrs_obstack): New.
2479 Adjust all dependencies.
2480 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
2481
8c7ebe49
AD
24822000-11-01 Akim Demaille <akim@epita.fr>
2483
2484 Introduce obstacks.
2485 Change each use of `faction' into a use of `action_obstack'.
2486
2487 * lib/obstack.h, lib/obstack.c: New files.
2488 * src/files.c (faction): Remove.
2489 (action_obstack): New.
2490 Adjust all dependencies.
2491
77aee789
AD
24922000-10-20 Akim Demaille <akim@epita.fr>
2493
2494 * lib/quote.h (PARAMS): New macro. Use it.
2495
43591cec
AD
24962000-10-16 Akim Demaille <akim@epita.fr>
2497
2498 * src/output.c (output_short_or_char_table): New function.
2499 (output_short_table, output_token_translations): Use it.
2500 (goto_actions): Use output_short_table.
2501
1e9798d5
AD
25022000-10-16 Akim Demaille <akim@epita.fr>
2503
2504 * src/symtab.c (bucket_new): New function.
2505 (getsym): Use it.
2506
2507 * src/output.c (output_short_table): New argument to display the
2508 comment associated with the table.
2509 Adjust dependencies.
2510 (output_gram): Use it.
2511 (output_rule_data): Nicer output layout for YYTNAME.
2512
f282676b
AD
25132000-10-16 Akim Demaille <akim@epita.fr>
2514
2515 * src/lex.c (read_typename): New function.
2516 (lex): Use it.
2517 * src/reader.c (copy_dollar): Likewise.
2518
550a72a3
AD
25192000-10-16 Akim Demaille <akim@epita.fr>
2520
2521 * src/reader.c (copy_comment2): Expect the input stream to be on
2522 the `/' which is suspected to open a comment, instead of being
2523 called after `//' or `/*' was read.
2524 (copy_comment, copy_definition, parse_union_decl, copy_action)
2525 (copy_guard): Adjust.
2526
131e2fef
AD
25272000-10-16 Akim Demaille <akim@epita.fr>
2528
2529 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
2530 `read_signed_integer'.
2531
79282c5a
AD
25322000-10-16 Akim Demaille <akim@epita.fr>
2533
2534 * src/reader.c (copy_dollar): New function.
2535 (copy_guard, copy_action): Use it.
2536
ff4a34be
AD
25372000-10-16 Akim Demaille <akim@epita.fr>
2538
2539 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
2540 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
2541 New files, from Fileutils 4.0.27.
2542 * src/main.c (printable_version): Remove.
2543 * src/lex.c, src/reader.c: Use `quote'.
2544
25452000-10-04 Akim Demaille <akim@epita.fr>
2546
2547 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
2548
14ded682
AD
25492000-10-04 Akim Demaille <akim@epita.fr>
2550
2551 * doc/bison.texinfo: Various typos spotted by Neil Booth.
2552
8e03724b
AD
25532000-10-04 Akim Demaille <akim@epita.fr>
2554
2555 When a literal string is used to define two different tokens,
2556 `bison -v' segfaults.
2557 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
2558
2559 * tests/regression.m4: New file.
2560 Include the core of the sample provided by Piotr Gackiewicz.
2561 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
2562 properly.
2563
a9e64249
AD
25642000-10-04 Akim Demaille <akim@epita.fr>
2565
2566 * src/reader.c (parse_expect_decl): Keep `count' within the size
2567 of `buffer'.
2568 From Neil Booth.
2569
da9abf43
AD
25702000-10-02 Paul Eggert <eggert@twinsun.com>
2571
2572 * bison.s1 (yyparse): Assign the default value
2573 unconditionally, to avoid a GCC warning and make the parser a
2574 tad smaller.
2575
c33638bb
AD
25762000-10-02 Akim Demaille <akim@epita.fr>
2577
2578 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
2579 options.
2580
444c570a
AD
25812000-10-02 Akim Demaille <akim@epita.fr>
2582
2583 * src/derives.c, src/print.c, src/reduce.c: To ease the
2584 translation, move some `\n' out of the translated strings.
2585
89cab50d
AD
25862000-10-02 Akim Demaille <akim@epita.fr>
2587
2588 The location tracking mechanism is precious for parse error
2589 messages. Nevertheless, it is enabled only when `@n' is used in
2590 the grammar, which is a different issue (you can use it in error
2591 message, but not in the grammar per se). Therefore, there should
2592 be another means to enable it.
2593
2594 * src/getargs.c (getargs): Support `--locations'.
2595 (usage): Report it.
2596 * src/getargs.h (locationsflag): Export it.
2597 * src/lex.c (percent_table): Support `%locations'.
2598 * src/reader.c (yylsp_needed): Remove this variable, now replaced
2599 with `locationsflag'.
2600 * doc/bison.texinfo: Document `--locations' and `%locations'.
2601 Sort the options.
2602 * tests/calc.m4: Test it.
2603
2604 For regularity of the names, replace each
2605 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
2606 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
2607 In addition replace each `flag' with `_flag'.
2608
d6c2cba0
AD
26092000-10-02 Akim Demaille <akim@epita.fr>
2610
2611 Also test parse error messages, including with YYERROR_VERBOSE.
2612
2613 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
2614 associative).
2615 Use it to check the computations.
2616 Use it to check `nonassoc' is honored.
2617 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
2618 `--yyerror-verbose'.
2619 (_AT_CHECK_CALC): Adjust to this option.
2620 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
2621
5a35a6cb
AD
26222000-10-02 Akim Demaille <akim@epita.fr>
2623
2624 Test also `--verbose', `--defines' and `--name-prefix'. Testing
2625 the latter demonstrates a flaw in the handling of non debugging
2626 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
2627 was used in order to simplify:
2628
2629 #if YYDEBUG
2630 if (yydebug)
2631 {
2632 ...
2633 }
2634 #endif
2635
2636 into
2637
2638 if (yydebug)
2639 {
2640 ...
2641 }
2642
2643 unfortunately this leads to a CPP conflict when
2644 `--name-prefix=foo' is used since it produces `#define yydebug
2645 foodebug'.
2646
2647 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
2648 (YYDPRINTF): New macro.
2649 Spread its use.
2650 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
2651 the bison options.
2652 Also test `--verbose', `--defines' and `--name-prefix'.
2653
71da9eea
AD
26542000-10-02 Akim Demaille <akim@epita.fr>
2655
2656 Improve the readability of the produced parsers.
2657
2658 * src/bison.s1: Formatting changes.
2659 Improve the comment related to the `$' mark.
2660 (yydefault): Don't fall through to `yyresume': `goto' there.
2661 * src/output.c (output_parser): When the `$' is met, skip the end
2662 of its line.
2663 New variable, `number_of_dollar_signs', to check there's exactly
2664 one `$' in the parser skeleton.
2665
95e36146
AD
26662000-10-02 Akim Demaille <akim@epita.fr>
2667
2668 * lib/xstrdup.c: New file, from the fileutils.
2669 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
2670 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
2671 instead of strlen + xmalloc + strcpy.
2672 * src/symtab.c (copys): Remove, use xstrdup instead.
2673
d7020c20
AD
26742000-10-02 Akim Demaille <akim@epita.fr>
2675
2676 * src/gram.h (associativity): New enum type which replaces the
2677 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
2678 `right_assoc', `left_assoc' and `non_assoc'.
2679 Adjust all dependencies.
2680 * src/reader.c: Formatting changes.
2681 (LTYPESTR): Don't define it, use it as a literal in
2682 `reader_output_yylsp'.
2683 * src/symtab.h (symbol_class): New enum type which replaces the
2684 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
2685 `sunknown', `stoken and `snterm'.
2686
1916f98e
AD
26872000-10-02 Akim Demaille <akim@epita.fr>
2688
2689 * src/getargs.c (fixed_outfiles): Rename as...
2690 (yaccflag): for consistency and accuracy.
2691 Adjust dependencies.
2692
d7913476
AD
26932000-10-02 Akim Demaille <akim@epita.fr>
2694
2695 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
2696 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
2697 difficult and introduced a lot of core dump. It turns out that
2698 Bison used an implementation of `xmalloc' based on `calloc', and
2699 at various places it does depend upon the initialization to 0. I
2700 have not tried to isolate the pertinent places, and all the former
2701 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
2702 someone should address this issue.
2703
2704 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
2705 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
2706 files.
2707 Adjust dependencies.
2708 * src/warshall.h: New file.
2709 Propagate.
2710
340ef489
AD
27112000-10-02 Akim Demaille <akim@epita.fr>
2712
2713 Various anti-`extern in *.c' changes.
2714
2715 * src/system.h: Include `assert.h'.
2716
b2ca4022
AD
27172000-10-02 Akim Demaille <akim@epita.fr>
2718
2719 * src/state.h (nstates, final_state, first_state, first_shift)
2720 (first_reduction): Move their exportation from here...
2721 * src/LR0.h: to here.
2722 Adjust dependencies.
2723 * src/getargs.c (statisticsflag): New variable.
2724 Add support for `--statistics'.
2725 Adjust dependencies.
2726
2727 Remove a lot of now useless `extern' statements in most files.
2728
403b315b
AD
27292000-10-02 Akim Demaille <akim@epita.fr>
2730
2731 * src/LR0.h: New file.
2732 Propagate its use.
2733
07a58c13
AD
27342000-10-02 Akim Demaille <akim@epita.fr>
2735
2736 * src/print.h: New file.
2737 Propagate its use.
2738 * src/print.c: Formatting and ordering changes.
2739 (verbose, terse): Replace with...
2740 (print_results): this new function.
2741 Adjust dependencies.
2742
0619caf0
AD
27432000-10-02 Akim Demaille <akim@epita.fr>
2744
2745 * src/conflicts.c (conflict_report): New function.
2746 (conflict_log, verbose_conflict_log): Replace with...
2747 (print_conflicts): this function.
2748 Adjust dependencies.
2749 * src/conflicts.h: New file.
2750 Propagate its inclusion.
2751
3519ec76
AD
27522000-10-02 Akim Demaille <akim@epita.fr>
2753
2754 * src/nullable.h: New file.
2755 Propagate its inclusion.
2756 * src/nullable.c: Formatting changes.
2757
015acc48
AD
27582000-10-02 Akim Demaille <akim@epita.fr>
2759
2760 * src/reduce.h: New file.
2761 Propagate its inclusion.
2762 * src/reduce.c: Topological sort and other formatting changes.
2763 (bool, TRUE, FALSE): Move their definition to...
2764 * src/system.h: here.
2765
8963a27b
AD
27662000-10-02 Akim Demaille <akim@epita.fr>
2767
2768 * src/files.c: Formatting changes.
2769 (tryopen, tryclose, openfiles): Rename as...
2770 (xfopen, xfclose, open_files): this.
2771 (stringappend): static.
2772 * src/files.h: Complete the list of exported symbols.
2773 Propagate its use.
2774
a70083a3
AD
27752000-10-02 Akim Demaille <akim@epita.fr>
2776
2777 * src/reader.h: New file.
2778 Propagate its use instead of tedious list of `extern' and
2779 prototypes.
2780 * src/reader.c: Formatting changes, topological sort,
2781 s/register//.
2782
abadc117
AD
27832000-10-02 Akim Demaille <akim@epita.fr>
2784
2785 * src/lex.h: Prototype `lex.c' exported functions.
2786 * src/reader.c: Adjust.
2787 * src/lex.c: Formatting changes.
2788 (safegetc): Rename as...
2789 (xgetc): this.
2790
720d742f
AD
27912000-10-02 Akim Demaille <akim@epita.fr>
2792
2793 * src/lalr.h: New file.
2794 Propagate its inclusion instead of prototypes and `extern'.
2795 * src/lalr.c: Formatting changes, topological sorting etc.
2796
f2acea59
AD
27972000-10-02 Akim Demaille <akim@epita.fr>
2798
2799 * src/output.c (token_actions): Introduce a temporary array,
2800 YYDEFACT, that makes it possible for this function to use
2801 output_short_table.
2802
d019d655
AD
28032000-10-02 Akim Demaille <akim@epita.fr>
2804
2805 `user_toknums' is output as a `short[]' in `output.c', while it is
2806 defined as a `int[]' in `reader.c'. For consistency with the
2807 other output tables, `user_toknums' is now defined as a table of
2808 shorts.
2809
2810 * src/reader.c (user_toknums): Be a short table instead of an int
2811 table.
2812 Adjust dependencies.
2813
2814 Factor the short table outputs.
2815
2816 * src/output.c (output_short_table): New function.
2817 * src/output.c (output_gram, output_stos, output_rule_data)
2818 (output_base, output_table, output_check): Use it.
2819
6c89f1c1
AD
28202000-10-02 Akim Demaille <akim@epita.fr>
2821
2822 * src/output.c (output): Topological sort of the functions, in
2823 order to get rid of the `static' prototypes.
2824 No longer use `register'.
2825 * src/output.h: New file.
2826 Propagate its inclusion in files explicitly prototyping functions
2827 from output.c.
2828
d9efd181
AD
28292000-09-21 Akim Demaille <akim@epita.fr>
2830
2831 * src/atgeneral.m4: Update from Autoconf.
2832
c29240e7 28332000-09-21 Akim Demaille <akim@epita.fr>
2fa6973e
AD
2834
2835 * src/closure.h: New file.
2836 * src/closure.c: Formatting changes, topological sort over the
2837 functions, use of closure.h.
2838 (initialize_closure, finalize_closure): Rename as...
2839 (new_closure, free_closure): these. Adjust dependencies.
2840 * src/LR0.c: Formatting changes, topological sort, use of
2841 cloture.h.
2842 (initialize_states): Rename as...
2843 (new_states): this.
2844 * src/Makefile.am (noinst_HEADERS): Adjust.
2845
499daa50
AD
28462000-09-20 Akim Demaille <akim@epita.fr>
2847
2848 * src/acconfig.h: Don't protect config.h against multiple
2849 inclusion.
2850 Don't define PARAMS.
2851 * src/system.h: Define PARAMS.
2852 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
2853 purpose of config.h. system.h must not try to fix wrong
2854 definitions in config.h.
2855
cc84fd5d
AD
28562000-09-20 Akim Demaille <akim@epita.fr>
2857
2858 * src/derives.h: New file.
2859 * src/main.c, src/derives.h: Use it.
2860 Formatting changes.
2861 * src/Makefile.am (noinst_HEADERS): Adjust.
2862
db5b3a89
AD
28632000-09-20 Akim Demaille <akim@epita.fr>
2864
2865 * tests/atgeneral.m4: Update from Autoconf.
2866 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
2867 (AT_CHECK_CALC): New macros.
2868 Use these macros to test bison with options `', `--raw',
2869 `--debug', `--yacc', `--yacc --debug'.
2870
ceed8467
AD
28712000-09-19 Akim Demaille <akim@epita.fr>
2872
2873 * src/output.c: Formatting changes.
2874 * src/machine.h: Remove, leaving its contents in...
2875 * src/system.h: here.
2876 Include stdio.h.
2877 Adjust all dependencies on stdio.h and machine.h.
2878 * src/getargs.h: New file.
2879 Let all `extern' declarations about getargs.c be replaced with
2880 inclusion of `getargs.h'.
2881 * src/Makefile.am (noinst_HEADERS): Adjust.
2882
2883 * tests/calc.m4 (yyin): Be initialized in main, not on the global
2884 scope.
2885 (yyerror): Returns void, not int.
2886 * doc/bison.texinfo: Formatting changes.
2887
05a1d24b
AD
28882000-09-19 Akim Demaille <akim@epita.fr>
2889
2890 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
2891 portable.
2892
cbd25751
AD
28932000-09-18 Akim Demaille <akim@epita.fr>
2894
2895 * configure.in: Append WARNING_CFLAGS to CFLAGS.
2896 * src/Makefile.am (INCLUDES): Don't.
2897 Be ready to fetch headers in lib/.
2898
13863333
AD
28992000-09-18 Akim Demaille <akim@epita.fr>
2900
2901 * doc/bison.texinfo: Update the copyright.
2902 ANSIfy and GNUify the examples.
2903 Remove the old menu.
2904
0d533154
AD
29052000-09-18 Akim Demaille <akim@epita.fr>
2906
2907 First set of tests: use the `calc' example from the documentation.
2908
2909 * src/bison.s1 (yyparse): Condition the code using `yytname' which
2910 is defined only when YYDEBUG is.
2911 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
2912 * src/files.c (tryopen, tryclose): Formatting changes.
2913 Move to the top and be static.
2914 * src/reader.c (read_signed_integer): Likewise.
2915 * tests/calc.m4: New file.
2916 * Makefile.am, suite.m4: Adjust.
2917 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
2918
e79137ac
AD
29192000-09-18 Akim Demaille <akim@epita.fr>
2920
2921 Add support for an Autotest test suite for Bison.
2922
2923 * m4/m4.m4, m4/atconfig.m4: New files.
2924 * m4/Makefile.am (EXTRA_DIST): Adjust.
2925 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
2926 files.
2927 * src/getargs.c: Display a more standard --version message.
2928 * src/reader.c (reader): Formatting changes.
2929 No longer depend upon VERSION_STRING.
2930 * configure.in: No longer use `dnl'.
2931 Set up the test suite and the new directory `tests/.
2932 (VERSION_STRING): Remove.
2933
27821bff
AD
29342000-04-14 Akim Demaille <akim@epita.fr>
2935
2936 * src/reader.c (copy_comment2): New function, same as former
2937 `copy_comment', but outputs into two FILE *.
2938 (copy_comment): Use it.
2939 (parse_union_decl): Use it.
2940 (get_type, parse_start_decl): Use the same `invalid' message.
2941 (parse_start_decl, parse_union_decl): Use the same `multiple'
2942 message.
2943 (parse_union_decl, copy_guard, copy_action): Use the same
2944 `unmatched' message.
2945 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
2946
cfe5fbc0
AD
29472000-03-31 Akim Demaille <akim@epita.fr>
2948
2949 * src/files.c (tryopen, tryclose): Move to the top.
2950 Be static.
2951
cb7db13e
AD
29522000-03-31 Akim Demaille <akim@epita.fr>
2953
2954 * src/main.c (main): Don't call `done', exit does it.
2955
a0f6b076
AD
29562000-03-31 Akim Demaille <akim@epita.fr>
2957
36281465
AD
2958 * allocate.c: s/return (foo)/return foo/.
2959 * lalr.c: Likewise.
2960 * LR0.c: Likewise.
2961 * output.c: Likewise.
2962 * reader.c: Likewise.
2963 * symtab.c: Likewise.
2964 * vmsgetargs.c: Likewise.
2965
29662000-03-31 Akim Demaille <akim@epita.fr>
2967
2968 Clean up the error reporting functions.
a0f6b076
AD
2969
2970 * src/report.c: New file.
2971 * src/report.h: Likewise.
2972 * src/Makefile.am: Adjust.
2973 * m4/error.m4: New file.
2974 * m4/Makefile.am: Adjust.
2975 * configure.in (jm_PREREQ_ERROR): Call it.
2976 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
2977 Remove.
2978 (fatal, fatals): Remove. All callers use complain.c::fatal.
2979 (warn, warni, warns, warnss, warnss): Remove. All callers use
2980 complain.c::complain.
2981 (toomany): Remove, use fatal instead.
2982 * src/files.c (done): No argument, use complain_message_count.
2983 * src/main.c (main): Register `done' to `atexit'.
2984
2985 * src/getargs.c (usage): More `fputs', less `fprintf'.
2986
18539825
AD
29872000-03-28 Akim Demaille <akim@epita.fr>
2988
2989 * lib/: New directory.
2990 * Makefile.am (SUBDIRS): Adjust.
2991 * configure.in: Adjust.
2992 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
2993 useless.
2994 * src/alloca.c: Moved to lib/.
2995 * src/getopt.c: Likewise.
2996 * src/getopt1.c: Likewise.
2997 * src/getopt.h: Likewise.
2998 * src/ansi2knr.c: Likewise.
2999 * src/ansi2knr.1: Likewise.
3000 * src/Makefile.am: Adjust.
3001 * lib/Makefile.am: New file.
3002
9f306f2a
AD
30032000-03-28 Akim Demaille <akim@epita.fr>
3004
3005 * src/getargs.c (usage): Refresh the help message.
3006
0ba347b6
AD
30072000-03-17 Akim Demaille <akim@epita.fr>
3008
3009 * src/getopt1.c: Updated from textutils 2.0e
3010 * src/getopt.c: Likewise.
3011 * src/getopt.h: Likewise.
3012
dbe7f271
AD
30132000-03-17 Akim Demaille <akim@epita.fr>
3014
3015 * src/Makefile.am (bison.simple): Fix the awk program: quote only
3016 the file name, not the whole `#line LINE FILE'.
3017
75bbe78d
AD
30182000-03-17 Akim Demaille <akim@epita.fr>
3019
3020 On syntax errors, report the token on which we choked.
3021
aa5fd0ee
AD
3022 * src/bison.s1 (yyparse): In the label yyerrlab, when
3023 YYERROR_VERBOSE, add yychar in msg.
75bbe78d 3024
7b306f52
AD
30252000-03-17 Akim Demaille <akim@epita.fr>
3026
aa5fd0ee 3027 * src/reader.c (copy_at): New function.
7b306f52
AD
3028 (copy_guard): Use it.
3029 (copy_action): Use it.
3030
e87b5700
AD
30312000-03-17 Akim Demaille <akim@epita.fr>
3032
3033 Be kind to translators, save some useless translations.
3034
aa5fd0ee 3035 * src/main.c (banner): New function.
e87b5700
AD
3036 (fatal_banner): Use it.
3037 (warn_banner): Use it.
3038
ae3c3164
AD
30392000-03-17 Akim Demaille <akim@epita.fr>
3040
aa5fd0ee
AD
3041 * src/reader.c (copy_definition): Use copy_string and
3042 copy_comment. Removed now unused `match', `ended',
3043 `cplus_comment'.
ae3c3164
AD
3044 (copy_comment, copy_string): Moved, to be visible from
3045 copy_definition.
3046
4dc58e7c
AD
30472000-03-17 Akim Demaille <akim@epita.fr>
3048
aa5fd0ee
AD
3049 * src/reader.c (copy_string): Declare `static inline'. No
3050 problems with inline, since it is checked by configure.
4dc58e7c
AD
3051 (copy_comment): Likewise.
3052
0a6384c4
AD
30532000-03-17 Akim Demaille <akim@epita.fr>
3054
aa5fd0ee 3055 * src/reader.c (packsymbols): Formatting changes.
0a6384c4 3056
3cef001a
AD
30572000-03-17 Akim Demaille <akim@epita.fr>
3058
aa5fd0ee 3059 * src/reader.c (copy_comment): New function, factored out from:
3cef001a
AD
3060 (copy_action): Use it. Removed now unused `match', `ended',
3061 `cplus_comment'.
3062 (copy_guard): Likewise.
3063
ca36d2ef
AD
30642000-03-17 Akim Demaille <akim@epita.fr>
3065
aa5fd0ee 3066 * src/reader.c (copy_string): New function, factored out from:
ca36d2ef
AD
3067 (copy_action): Use it.
3068 (copy_guard): Likewise.
3069
6666f98f
AD
30702000-03-17 Akim Demaille <akim@epita.fr>
3071
3072 Change the handling of @s so that they behave exactly like $s.
3073 There is now a pseudo variable @$ (readble and writable), location
3074 of the lhs of the rule (by default ranging from the location of
3075 the first symbol of the rhs, to the location of the last symbol,
3076 or, if the rhs is empty, YYLLOC).
3077
3078 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
3079 yyval.
3080 (yyparse): When providing a default semantic action, provide a
3081 default location action.
3082 (after the $): No longer change `*YYLSP', just stack YYLOC the
3083 same way you stack YYVAL.
3084 * src/reader.c (read_declarations): Use warns.
3085 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
3086 (copy_action, case '@'): Likewise.
3087 Use a standard error message, to save useless work from
3088 translators.
3089
41aca2e0
AD
30902000-03-17 Akim Demaille <akim@epita.fr>
3091
aa5fd0ee
AD
3092 * src/bison.s1: Formatting and cosmetics changes.
3093 * src/reader.c: Likewise.
41aca2e0
AD
3094 Update the Copyright notice.
3095
dc08c1d5
AD
30962000-03-17 Akim Demaille <akim@epita.fr>
3097
aa5fd0ee
AD
3098 * src/bison.s1 (#line): All set to `#line' only, since the
3099 Makefile now handles them.
dc08c1d5 3100
9ee3c97b
AD
31012000-03-16 Akim Demaille <akim@epita.fr>
3102
3103 * src/output.c (output_rule_data): Output the documentation of
3104 some of the tables.
3105 (Copyright notice): Update.
3106 Formatting changes.
3107
0de741ca
AD
31082000-03-16 Akim Demaille <akim@epita.fr>
3109
3110 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
3111 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
3112 One `#if YYDEBUG' remains, since it uses variables which are
3113 defined only if `YYDEBUG != 0'.
3114
bb10be54
AD
31152000-03-16 Akim Demaille <akim@epita.fr>
3116
3117 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
3118 and related variables so that the similarities are highlighted.
3119
b07b484a
AD
31202000-03-16 Akim Demaille <akim@epita.fr>
3121
3122 * src/bison.s1: Properly indent CPP directives.
3123
361f60b3
AD
31242000-03-16 Akim Demaille <akim@epita.fr>
3125
3126 * src/bison.s1: Properly indent the `alloca' CPP section.
3127
8c44d3ec
AD
31282000-03-16 Akim Demaille <akim@epita.fr>
3129
3130 Do not hard code values of directories in `configure.in'.
3131 Update the `configure' tool chain.
3132
3133 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
3134 src/makefile.am.
3135 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
3136 (AC_OUTPUT): Add m4/Makefile.
3137 Bump to bison 1.28a, 1.29 has never been released.
3138 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
3139 handled via src/Makefile.am.
3140 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
3141 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
3142 autoheader.
3143 * Makefile.am (SUBDIRS): Add m4.
3144 (ACLOCAL_AM_FLAGS): New variable.
3145 (AUTOMAKE_OPTIONS): Add check-news.
3146 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
3147 the proper line number and file name.
3148 (DEFS): Propagate the location of bison library files and of the
3149 locale files.
3150 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
3151 builddir.
3152 * acinclude.m4: Remove, replaced by the directory m4.
3153 * m4/Makefile.am (EXTRA_DIST): New variable.
3154 * m4/gettext.m4: New file, from the fileutils.
3155 * m4/lcmessage.m4: Likewise
3156 * m4/progtest.m4: Likewise.
3157 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
3158
f95997e7
AD
31592000-03-10 Akim Demaille <akim@epita.fr>
3160
3161 * src/closure.c:
3162 Formatting changes of various comments.
3163 Respect the GNU coding standards at various places.
3164 Don't use `_()' when no translation is needed.
3165
31661999-12-13 Jesse Thilo <jthilo@gnu.org>
3167
3168 * src/files.c:
3169 OS/2 honors TMPDIR environment variable.
3170
31711999-12-13 Jesse Thilo <jthilo@gnu.org>
3172
3173 * doc/bison.texinfo: Tweaked spelling and grammar.
3174 Updated ISBN.
3175 Removed reference to price of printed copy.
3176 Mention BISON_SIMPLE and BISON_HAIRY.
3177
31781999-12-13 Jesse Thilo <jthilo@gnu.org>
3179
3180 * configure.in, NEWS:
3181 Bison 1.29 released.
3182
31831999-10-27 Jesse Thilo <jthilo@gnu.org>
3184
3185 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
3186 Added reference card.
3187
31881999-07-26 Jesse Thilo <jthilo@gnu.org>
3189
3190 * po/ru.po: Added Russian translation.
3191
31921999-07-26 Jesse Thilo <jthilo@gnu.org>
3193
3194 * configure.in: Added Russian translation.
3195
31961999-07-06 Jesse Thilo <jthilo@gnu.org>
3197
3198 * configure.in, NEWS, README:
3199 Released version 1.28.
3200
32011999-06-14 Jesse Thilo <jthilo@gnu.org>
3202
3203 * src/system.h:
3204 Squashed redefinition warning on some systems.
3205
3206 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
3207 Have configure build version string instead of relying on ANSI string
3208 concatentation.
3209
32101999-06-14 Jesse Thilo <jthilo@gnu.org>
3211
3212 * po/POTFILES.in: Got rid of version.c.
3213
32141999-06-14 Jesse Thilo <jthilo@gnu.org>
3215
3216 * acconfig.h, configure.in:
3217 Have configure build version string instead of relying on ANSI string
3218 concatentation.
3219
32201999-06-08 Jesse Thilo <jthilo@gnu.org>
3221
3222 * doc/bison.1:
3223 Dropped mention of `+' for long-named options.
3224
32251999-05-30 Jesse Thilo <jthilo@gnu.org>
3226
3227 * src/files.c: Added <unistd.h> for unlink().
3228
3229 * src/Makefile.am, src/system.h:
3230 I18n fixes.
3231
32321999-05-30 Jesse Thilo <jthilo@gnu.org>
3233
3234 * README: Added a FAQ list.
3235
3236 * configure.in, acconfig.h:
3237 I18n fixes.
3238
32391999-05-30 Jesse Thilo <jthilo@gnu.org>
3240
3241 * doc/FAQ, doc/Makefile.am:
3242 Added a FAQ list.
3243
32441999-05-19 Jesse Thilo <jthilo@gnu.org>
3245
3246 * src/alloc.h, src/symtab.h, src/version.c:
3247 Protected inclusion of "config.h" with HAVE_CONFIG_H.
3248
32491999-04-18 Jesse Thilo <jthilo@gnu.org>
3250
3251 * src/.cvsignore, src/Makefile.am:
3252 Reorganized: sources in `src', documentation in `doc'.
3253
3254 * src/lex.c (literalchar):
3255 fixed the code for escaping double quotes (thanks
3256 Jonathan Czisny.)
3257
32581999-04-18 Jesse Thilo <jthilo@gnu.org>
3259
3260 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
3261 Adjusted paths to reflect directory reorganization.
3262
32631999-04-18 Jesse Thilo <jthilo@gnu.org>
3264
3265 * doc/.cvsignore, doc/Makefile.am:
3266 Reorganized: sources in `src', documentation in `doc'.
3267
32681999-04-18 Jesse Thilo <jthilo@gnu.org>
3269
3270 * configure.in:
3271 Updated AC_INIT file to reflect directory reorganization.
3272
3273 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
3274 Reorganized: sources in `src', documentation in `doc'.
3275
32761999-04-13 Jesse Thilo <jthilo@gnu.org>
3277
3278 * src/allocate.c:
3279 Don't declare calloc() and realloc() if not necessary.
3280
32811999-04-13 Jesse Thilo <jthilo@gnu.org>
3282
3283 * configure.in, acconfig.h, acinclude.m4:
3284 Don't declare calloc() and realloc() if not necessary.
3285
32861999-03-23 Jesse Thilo <jthilo@gnu.org>
3287
3288 * po/.cvsignore: Added i18n support.
3289
32901999-03-23 Jesse Thilo <jthilo@gnu.org>
3291
3292 * acconfig.h, configure.in, Makefile.am:
3293 Added i18n support.
3294
32951999-03-22 Jesse Thilo <jthilo@gnu.org>
3296
3297 * src/bison.s1: Fixed #line numbers.
3298
32991999-03-15 Jesse Thilo <jthilo@gnu.org>
3300
3301 * po/es.po, po/fr.po, po/nl.po, po/de.po:
3302 Added PO files from Translation Project.
3303
33041999-03-03 Jesse Thilo <jthilo@gnu.org>
3305
3306 * Makefile.am:
3307 Added support for non-ANSI compilers (ansi2knr).
3308
33091999-02-16 Jesse Thilo <jthilo@gnu.org>
3310
3311 * configure.in: Bumped version number to 1.27.
3312
3313 * Makefile.am:
3314 Added `bison.simple' to list of files removed by `make distclean'.
3315
33161999-02-12 Jesse Thilo <jthilo@gnu.org>
3317
3318 * src/files.c, src/files.h:
3319 Defined locations of parser files in config.h instead of Makefile.
3320
33211999-02-12 Jesse Thilo <jthilo@gnu.org>
3322
3323 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
3324 Defined locations of parser files in config.h instead of Makefile.
3325
33261999-02-09 Jesse Thilo <jthilo@gnu.org>
3327
3328 * Makefile.am:
3329 Removed inappropriate use of $< macro.
3330
33311999-02-05 Jesse Thilo <jthilo@gnu.org>
3332
3333 * po/Makefile.in.in, po/POTFILES.in:
3334 Add `po' directory skeleton.
3335
33361999-01-27 Jesse Thilo <jthilo@gnu.org>
3337
3338 * README: Document help-bison list.
3339
3340 * configure.in: Add check for mkstemp().
3341
33421999-01-20 Jesse Thilo <jthilo@gnu.org>
3343
3344 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
3345 Hush a few compiler warnings.
3346
3347 * src/files.c:
3348 Add tryclose(), which verifies that fclose was successful.
3349 Hush a couple of compiler warnings.
3350
33511999-01-20 Jesse Thilo <jthilo@gnu.org>
3352
3353 * Makefile.am, OChangeLog:
3354 ChangeLog is now automatically generated. Include the old version as
3355 OChangeLog.
3356
33571999-01-14 Jesse Thilo <jthilo@gnu.org>
3358
3359 * 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:
3360 Update FSF address.
3361
33621999-01-14 Jesse Thilo <jthilo@gnu.org>
3363
3364 * doc/bison.texinfo: Fix formatting glitch.
3365
3366 * doc/bison.texinfo: Update FSF address.
3367
33681999-01-14 Jesse Thilo <jthilo@gnu.org>
3369
3370 * acconfig.h: Update FSF address.
3371
33721999-01-08 Jesse Thilo <jthilo@gnu.org>
3373
3374 * src/system.h:
3375 Don't define PACKAGE here, since config.h defines it.
3376
33771998-12-30 Jesse Thilo <jthilo@gnu.org>
3378
3379 * src/reader.c: Update copyright date.
3380
3381 * src/main.c:
3382 Ditch sprintf to statically-sized buffers in fatal/warn functions in
3383 favor of output directly to stderr (avoids buffer overruns).
3384
3385 * src/reader.c: Some checks for premature EOF.
3386
3387 * 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:
3388 Use prototypes if the compiler understands them.
3389
3390 * src/files.c: Honor TMPDIR on Unix hosts.
3391 Use prototypes if the compiler understands them.
3392
3393 * src/reader.c:
3394 Fix a couple of buffer overrun bugs.
3395 Use prototypes if the compiler understands them.
3396
3397 * src/system.h: Include unistd.h and ctype.h.
3398 Use #ifdef instead of #if for NLS symbols.
3399
34001998-12-30 Jesse Thilo <jthilo@gnu.org>
3401
3402 * doc/bison.texinfo:
3403 Delete comment "consider using @set for edition number, etc..." since
3404 we now are doing so.
3405
34061998-12-30 Jesse Thilo <jthilo@gnu.org>
3407
3408 * configure.in:
3409 Use prototypes if the compiler understands them.
3410
3411 * NEWS: Document 1.26 highlights.
3412
3413 * Makefile.am: Require Automake 1.3 or later.
3414
3415 * acconfig.h:
3416 Use prototypes if the compiler understands them.
3417
34181998-12-29 Jesse Thilo <jthilo@gnu.org>
3419
3420 * src/version.c:
3421 Use VERSION symbol from automake for version number.
3422
34231998-12-29 Jesse Thilo <jthilo@gnu.org>
3424
3425 * acconfig.h, configure.in, version.cin:
3426 Use VERSION symbol from automake for version number.
3427
34281998-11-28 Jesse Thilo <jthilo@gnu.org>
3429
3430 * Makefile.am:
3431 Distribute original version of simple parser (bison.s1), not built
3432 version (bison.simple).
3433
34341998-11-28 Jesse Thilo <jthilo@gnu.org>
3435
3436 * doc/bison.texinfo: Add info dir entry.
3437
3438 * doc/bison.texinfo:
3439 Let automake put version number into documentation.
3440
34411998-11-26 Jesse Thilo <jthilo@gnu.org>
3442
3443 * src/bison.cld, src/build.com, src/vmshlp.mar:
3444 Add non-RCS files from /gd/gnu/bison.
3445
34461998-11-26 Jesse Thilo <jthilo@gnu.org>
3447
3448 * doc/bison.1:
3449 Document the BISON_HAIRY and BISON_SIMPLE variables.
3450
34511998-11-25 Jesse Thilo <jthilo@gnu.org>
3452
3453 * src/version.c: Build version.c automatically.
3454
3455 * src/reader.c:
3456 Fix token numbering (used to start at 258, not 257).
3457
3458 * src/system.h: Include config.h.
3459
3460 * src/getargs.c: Update bug report address.
3461
3462 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
3463 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
3464
34651998-11-25 Jesse Thilo <jthilo@gnu.org>
3466
3467 * Makefile.am:
3468 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
3469
3470 * configure.in, version.cin:
3471 Build version.c automatically.
3472
3473 * AUTHORS: Add AUTHORS file.
3474
3475 * README: Update bug report address.
3476
3477 * bison.simple:
3478 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
3479
3480 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
3481 Add automake stuff.
3482
34831998-11-25 Jesse Thilo <jthilo@gnu.org>
3484
3485 * doc/bison.texinfo: Clean up some formatting.
3486
34871998-05-05 Richard Stallman <rms@gnu.org>
3488
3489 * doc/bison.texinfo:
3490 Explain better why to make a pure parser.
3491
34921998-01-05 Richard Stallman <rms@gnu.org>
3493
3494 * src/files.c (openfiles):
3495 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
3496 find a temporary directory, if possible. Do not unlink files while
3497 they are open.
3498
34991997-08-25 Richard Stallman <rms@gnu.org>
3500
3501 * src/reader.c (stack_offset;):
3502 Change some warni to warns.
3503
3504 * src/lex.c (literalchar): Use warns, not warni.
3505
35061997-06-28 Richard Stallman <rms@gnu.org>
3507
3508 * src/bison.s1: Add a Bison version comment.
3509
3510 * src/main.c (fatal, warn, berror):
3511 Use program_name.
3512
35131997-06-28 Richard Stallman <rms@gnu.org>
3514
3515 * Makefile.in (bison_version): New variable.
3516 (dist): Use that variable.
3517 (bison.s1): Substitute the Bison version into bison.simple.
3518
3519 * bison.simple: Add a Bison version comment.
3520
35211997-06-18 Richard Stallman <rms@gnu.org>
3522
3523 * src/main.c (fatal, warn, berror):
3524 Make error messages standard.
3525 (toomany): Improve error message text.
3526
3527 * 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:
3528 new.h renamed to alloc.h.
3529
35301997-06-18 Richard Stallman <rms@gnu.org>
3531
3532 * Makefile.in: new.h renamed to alloc.h.
3533
35341997-05-24 Richard Stallman <rms@gnu.org>
3535
3536 * src/lex.c (literalchar):
3537 Fix the code for escaping \, " and '.
3538
3539 (lex): Avoid trouble when there are many chars
3540 to discard in a char literal with just several chars in it.
3541
35421997-05-17 Richard Stallman <rms@gnu.org>
3543
3544 * src/bison.s1:
3545 Use malloc, if using alloca is troublesome.
3546 (YYSTACK_USE_ALLOCA): New flag macro.
3547 Define it for some systems and compilers.
3548 (YYSTACK_ALLOC): New macro.
3549 (yyparse): Use YYSTACK_ALLOC to allocate stack.
3550 If it was malloc'd, free it.
3551
35521997-05-17 Richard Stallman <rms@gnu.org>
3553
3554 * bison.simple:
3555 Use malloc, if using alloca is troublesome.
3556 (YYSTACK_USE_ALLOCA): New flag macro.
3557 Define it for some systems and compilers.
3558 (YYSTACK_ALLOC): New macro.
3559 (yyparse): Use YYSTACK_ALLOC to allocate stack.
3560 If it was malloc'd, free it.
3561
35621997-04-23 Richard Stallman <rms@gnu.org>
3563
3564 * src/bison.s1:
3565 (alloca) [__hpux]: Always define as __builtin_alloca.
3566
35671997-04-23 Richard Stallman <rms@gnu.org>
3568
3569 * bison.simple:
3570 (alloca) [__hpux]: Always define as __builtin_alloca.
3571
35721997-04-22 Richard Stallman <rms@gnu.org>
3573
3574 * src/bison.s1:
3575 [__hpux]: Include alloca.h (right for HPUX 10)
3576 instead of declaring alloca (right for HPUX 9).
3577
3578 * src/bison.s1 (__yy_memcpy):
3579 Declare arg `count' as unsigned int.
3580 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
3581
35821997-04-22 Richard Stallman <rms@gnu.org>
3583
3584 * bison.simple:
3585 [__hpux]: Include alloca.h (right for HPUX 10)
3586 instead of declaring alloca (right for HPUX 9).
3587
3588 * bison.simple (__yy_memcpy):
3589 Declare arg `count' as unsigned int.
3590 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
3591
35921997-01-03 Richard Stallman <rms@gnu.org>
3593
3594 * src/allocate.c: [__STDC__ or _MSC_VER]:
3595 Declare calloc and realloc to return void *.
3596
35971997-01-02 Richard Stallman <rms@gnu.org>
3598
3599 * src/system.h:
3600 [_MSC_VER]: Include stdlib.h and process.h.
3601 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
3602
3603 * src/main.c (main): Return FAILURE as a value.
3604 (printable_version): Declare arg as int, not char.
3605
36061997-01-02 Richard Stallman <rms@gnu.org>
3607
3608 * Makefile.in (dist):
3609 Explicitly check for symlinks, and copy them.
3610
36111996-12-19 Richard Stallman <rms@gnu.org>
3612
3613 * src/files.c:
3614 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
3615
36161996-12-18 Paul Eggert <eggert@gnu.org>
3617
3618 * src/bison.s1 (yyparse):
3619 If __GNUC__ and YYPARSE_PARAM are both defined,
3620 declare yyparse to have a void * argument.
3621
36221996-12-18 Paul Eggert <eggert@gnu.org>
3623
3624 * bison.simple (yyparse):
3625 If __GNUC__ and YYPARSE_PARAM are both defined,
3626 declare yyparse to have a void * argument.
3627
36281996-12-17 Richard Stallman <rms@gnu.org>
3629
3630 * src/reduce.c (nbits): Add some casts.
3631
36321996-08-12 Richard Stallman <rms@gnu.org>
3633
3634 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
3635
36361996-08-12 Richard Stallman <rms@gnu.org>
3637
3638 * bison.simple: Test _MSDOS as well as _MSDOS_.
3639
36401996-07-31 Richard Stallman <rms@gnu.org>
3641
3642 * src/bison.s1:
3643 [__sun && __i386]: Include alloca.h.
3644
36451996-07-31 Richard Stallman <rms@gnu.org>
3646
3647 * bison.simple:
3648 [__sun && __i386]: Include alloca.h.
3649
36501996-07-30 Richard Stallman <rms@gnu.org>
3651
3652 * src/bison.s1: Comment change.
3653
3654 * src/bison.s1: Test _MSDOS_, not MSDOS.
3655
36561996-07-30 Richard Stallman <rms@gnu.org>
3657
3658 * bison.simple: Comment change.
3659
3660 * bison.simple: Test _MSDOS_, not MSDOS.
3661
36621996-06-01 Richard Stallman <rms@gnu.org>
3663
3664 * 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:
3665 Insert `_' macro around many string constants.
3666
3667 * src/main.c:
3668 Insert `_' macro around many string constants.
3669
3670 (main): Call setlocale, bindtextdomain and textdomain.
3671
3672 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
3673 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
3674 [ENABLE_NLS]: Include libintl.h.
3675 [ENABLE_NLS] (gettext): Define.
3676 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
3677 (N_, PACKAGE, LOCALEDIR): New macros.
3678
36791996-06-01 Richard Stallman <rms@gnu.org>
3680
3681 * POTFILES.in: New file.
3682
3683 * Makefile.in (allocate.o):
3684 Define target explicitly.
3685
3686 * Makefile.in (CFLAGS): Set to @CFLAGS@.
3687 (LDFLAGS): Set to @LDFLAGS@.
3688 (configure): Run autoconf only if preceding `cd' succeeds.
3689 (bison.s1): Redirect output to temporary file then move the
3690 temporary to the target, rather than redirecting directly to bison.s1.
3691 (clean): Remove config.status and config.log.
3692 (distclean): Don't remove config.status here.
3693
36941996-05-12 Richard Stallman <rms@gnu.org>
3695
3696 * src/bison.s1:
3697 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
3698
36991996-05-12 Richard Stallman <rms@gnu.org>
3700
3701 * bison.simple:
3702 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
3703
37041996-05-11 Richard Stallman <rms@gnu.org>
3705
3706 * src/bison.s1 (__yy_memcpy):
3707 Really reorder the args, as was supposedly done on Feb 14 1995.
3708 (yyparse): Calls changed accordingly.
3709
37101996-05-11 Richard Stallman <rms@gnu.org>
3711
3712 * Makefile.in (dist): Don't use $(srcdir).
3713
3714 * bison.simple (__yy_memcpy):
3715 Really reorder the args, as was supposedly done on Feb 14 1995.
3716 (yyparse): Calls changed accordingly.
3717
37181996-01-27 Richard Stallman <rms@gnu.org>
3719
3720 * src/output.c (output_rule_data):
3721 Test YYERROR_VERBOSE in the conditional
3722 around the definition of ttyname.
3723
37241995-12-29 Richard Stallman <rms@gnu.org>
3725
3726 * src/bison.s1:
3727 Fix line numbers in #line commands.
3728
37291995-12-29 Richard Stallman <rms@gnu.org>
3730
3731 * bison.simple:
3732 Fix line numbers in #line commands.
3733
37341995-12-27 Richard Stallman <rms@gnu.org>
3735
3736 * src/bison.s1 (YYPARSE_PARAM_DECL):
3737 In C++, make it always null.
3738 (YYPARSE_PARAM_ARG): New macro.
3739 (yyparse): Use YYPARSE_PARAM_ARG.
3740
37411995-12-27 Richard Stallman <rms@gnu.org>
3742
3743 * bison.simple (YYPARSE_PARAM_DECL):
3744 In C++, make it always null.
3745 (YYPARSE_PARAM_ARG): New macro.
3746 (yyparse): Use YYPARSE_PARAM_ARG.
3747
37481995-11-29 Richard Stallman <rms@gnu.org>
3749
3750 * doc/bison.texinfo:
3751 Describe literal string tokens, %raw, %no_lines, %token_table.
3752
37531995-11-29 Daniel Hagerty <hag@gnu.org>
3754
3755 * doc/bison.texinfo: Fixed update date
3756
37571995-10-16 Richard Stallman <rms@gnu.org>
3758
3759 * src/version.c: Version 1.25.
3760
37611995-10-16 Richard Stallman <rms@gnu.org>
3762
3763 * NEWS: *** empty log message ***
3764
37651995-10-16 Richard Stallman <rms@gnu.org>
3766
3767 * doc/bison.1, doc/bison.rnh:
3768 Add new options.
3769
37701995-10-15 Richard Stallman <rms@gnu.org>
3771
3772 * src/vmsgetargs.c, src/getargs.c:
3773 Added -n, -k, and -raw switches.
3774 (noparserflag, toknumflag, rawtoknumflag): New variables.
3775
3776 * src/symtab.h (SALIAS):
3777 New #define for adding aliases to %token.
3778 (struct bucket): Added `alias' field.
3779
3780 * src/reduce.c (reduce_grammar):
3781 Revise error message.
3782 (print_notices): Remove final `.' from error message.
3783
3784 * src/reader.c (reader_output_yylsp):
3785 New function.
3786 (readgram): Use `#if 0' around code that accepted %command
3787 inside grammar rules: The documentation doesn't allow it,
3788 and it will fail since the %command processors scan for the next %.
3789 (parse_token_decl): Extended the %token
3790 declaration to allow a multi-character symbol as an alias.
3791 (parse_thong_decl): New function.
3792 (read_declarations): Added %thong declarations.
3793 (read_declarations): Handle NOOP to deal with allowing
3794 % declarations as another means to specify the flags.
3795 (readgram): Allow %prec prior to semantics embedded in a rule.
3796 (skip_to_char, read_declarations, copy_definition)
3797 (parse_token_decl, parse_start_decl, parse_type_decl)
3798 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
3799 (get_type_name, copy_guard, copy_action, readgram)
3800 (get_type, packsymbols): Revised most error messages.
3801 Changed `fatal' to `warnxxx' to avoid aborting for error.
3802 Revised and use multiple warnxxx functions to avoid using VARARGS1.
3803 (read_declarations): Improve the error message for
3804 an invalid character. Do not abort.
3805 (read_declarations, copy_guard, copy_action): Use
3806 printable_version to avoid unprintable characters in printed output.
3807 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
3808 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
3809 Allow the type of a non-terminal can be given
3810 more than once, as long as all specifications give the same type.
3811
3812 * src/output.c:
3813 (output_headers, output_trailers, output, output_gram)
3814 (output_rule_data): Implement noparserflag variable.
3815 Implement toknumflag variable.
3816 (output): Call reader_output_yylsp to output LTYPESTR.
3817
3818 * src/main.c (main):
3819 If reader sees an error, don't process the grammar.
3820 (fatals): Updated to not use VARARGS1.
3821 (printable_version, int_to_string, warn, warni, warns, warnss)
3822 (warnsss): New error reporting functions. Avoid abort for error.
3823
3824 * src/lex.h:
3825 Added THONG and NOOP for alias processing.
3826 Added SETOPT for the new code that allows setting options with %flags.
3827
3828 * src/lex.c:
3829 Include getopt.h. Add some extern decls.
3830 (safegetc): New function to deal with EOF gracefully.
3831 (literalchar); new function to deal with reading \ escapes.
3832 (lex): Use literalchar.
3833 (lex): Implemented "..." tokens.
3834 (literalchar, lex, parse_percent_token): Made tokenbuffer
3835 always contain the token. This includes growing the token
3836 buffer while reading an integer.
3837 (parse_percent_token): Replaced if-else statement with percent_table.
3838 (parse_percent_token): Added % declarations as another
3839 way to specify the flags -n, -l, and -r. Also added hooks for
3840 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
3841 major changes to files.c.
3842 (lex) Retain in the incoming stream a character following
3843 an incorrect '/'.
3844 (skip_white_space, lex): Revised most error messages
3845 and changed fatal to warn to avoid aborting.
3846 (percent_table): Added %thong declarations.
3847
3848 * src/gram.h: Comment changes.
3849
3850 * src/files.c (openfiles, open_extra_files, done):
3851 Add faction flag
3852 and actfile file. Handle noparserflag. Both for -n switch.
3853
3854 * src/conflicts.c (resolve_sr_conflict):
3855 Remove use of alloca.
3856
38571995-06-01 Jim Meyering <meyering@gnu.org>
3858
3859 * doc/bison.texinfo: *** empty log message ***
3860
38611995-05-06 Richard Stallman <rms@gnu.org>
3862
3863 * src/bison.s1: Comment change.
3864
38651995-05-06 Richard Stallman <rms@gnu.org>
3866
3867 * bison.simple: Comment change.
3868
38691995-05-03 Richard Stallman <rms@gnu.org>
3870
3871 * src/version.c: Version now 1.24.
3872
3873 * src/bison.s1: Change distribution terms.
3874
3875 * src/version.c: Version now 1.23.
3876
38771995-05-03 Richard Stallman <rms@gnu.org>
3878
3879 * doc/bison.texinfo:
3880 Rewrite "Conditions for Using Bison".
3881 Update version to 1.24.
3882
38831995-05-03 Richard Stallman <rms@gnu.org>
3884
3885 * bison.simple: Change distribution terms.
3886
38871995-02-23 Richard Stallman <rms@gnu.org>
3888
3889 * src/files.c: Test __VMS_POSIX as well as VMS.
3890
38911995-02-14 Jim Meyering <meyering@gnu.org>
3892
3893 * src/bison.s1 (__yy_memcpy):
3894 Renamed from __yy_bcopy to avoid
3895 confusion. Reverse FROM and TO arguments to be consistent with
3896 those of memcpy.
3897
38981995-02-14 Jim Meyering <meyering@gnu.org>
3899
3900 * bison.simple (__yy_memcpy):
3901 Renamed from __yy_bcopy to avoid
3902 confusion. Reverse FROM and TO arguments to be consistent with
3903 those of memcpy.
3904
39051994-11-10 David J. MacKenzie <djm@gnu.org>
3906
3907 * NEWS: reformat
3908
3909 * NEWS: New file.
3910
3911 * Makefile.in (DISTFILES): Include NEWS.
3912
3913 * Makefile.in (DISTFILES):
3914 Include install-sh, not install.sh.
3915
3916 * configure.in: Update to Autoconf v2 macro names.
3917
39181994-10-05 David J. MacKenzie <djm@gnu.org>
3919
3920 * Makefile.in: fix typo
3921
3922 * Makefile.in (prefix, exec_prefix):
3923 Let configure set them.
3924
39251994-09-28 David J. MacKenzie <djm@gnu.org>
3926
3927 * Makefile.in: Set datadir to $(prefix)/share.
3928
39291994-09-15 Richard Stallman <rms@gnu.org>
3930
3931 * src/bison.s1:
3932 Update copyright notice and GPL version.
3933
39341994-09-15 Richard Stallman <rms@gnu.org>
3935
3936 * bison.simple:
3937 Update copyright notice and GPL version.
3938
39391994-07-12 Richard Stallman <rms@gnu.org>
3940
3941 * src/reduce.c, src/reader.c:
3942 entered into RCS
3943
39441994-05-05 David J. MacKenzie <djm@gnu.org>
3945
3946 * Makefile.in: entered into RCS
3947
39481994-03-26 Richard Stallman <rms@gnu.org>
3949
3950 * src/bison.s1: entered into RCS
3951
39521994-03-26 Richard Stallman <rms@gnu.org>
3953
3954 * bison.simple: entered into RCS
3955
39561994-03-25 Richard Stallman <rms@gnu.org>
3957
3958 * src/main.c: entered into RCS
3959
39601994-03-24 Richard Stallman <rms@gnu.org>
3961
3962 * src/conflicts.c: entered into RCS
3963
39641994-01-02 Richard Stallman <rms@gnu.org>
3965
3966 * Makefile.in: *** empty log message ***
3967
39681993-11-21 Richard Stallman <rms@gnu.org>
3969
3970 * src/bison.s1: *** empty log message ***
3971
39721993-11-21 Richard Stallman <rms@gnu.org>
3973
3974 * doc/bison.texinfo: entered into RCS
3975
3976 * doc/bison.texinfo: *** empty log message ***
3977
39781993-11-21 Richard Stallman <rms@gnu.org>
3979
3980 * bison.simple: *** empty log message ***
3981
39821993-10-25 David J. MacKenzie <djm@gnu.org>
3983
3984 * doc/bison.texinfo: *** empty log message ***
3985
39861993-10-19 Richard Stallman <rms@gnu.org>
3987
3988 * src/bison.s1: *** empty log message ***
3989
39901993-10-19 Richard Stallman <rms@gnu.org>
3991
3992 * bison.simple: *** empty log message ***
3993
39941993-10-14 Richard Stallman <rms@gnu.org>
3995
3996 * src/bison.s1: *** empty log message ***
3997
39981993-10-14 Richard Stallman <rms@gnu.org>
3999
4000 * bison.simple: *** empty log message ***
4001
40021993-09-14 David J. MacKenzie <djm@gnu.org>
4003
4004 * doc/bison.texinfo: *** empty log message ***
4005
40061993-09-13 Noah Friedman <friedman@gnu.org>
4007
4008 * Makefile.in: *** empty log message ***
4009
40101993-09-10 Richard Stallman <rms@gnu.org>
4011
4012 * src/conflicts.c: *** empty log message ***
4013
4014 * src/system.h: entered into RCS
4015
40161993-09-10 Richard Stallman <rms@gnu.org>
4017
4018 * doc/bison.1: entered into RCS
4019
40201993-09-06 Noah Friedman <friedman@gnu.org>
4021
4022 * src/version.c: entered into RCS
4023
40241993-09-06 Noah Friedman <friedman@gnu.org>
4025
4026 * Makefile.in: *** empty log message ***
4027
40281993-07-30 David J. MacKenzie <djm@gnu.org>
4029
4030 * Makefile.in: *** empty log message ***
4031
40321993-07-24 Richard Stallman <rms@gnu.org>
4033
4034 * src/bison.s1: *** empty log message ***
4035
40361993-07-24 Richard Stallman <rms@gnu.org>
4037
4038 * bison.simple: *** empty log message ***
4039
40401993-07-08 David J. MacKenzie <djm@gnu.org>
4041
4042 * Makefile.in: *** empty log message ***
4043
40441993-07-04 Richard Stallman <rms@gnu.org>
4045
4046 * src/bison.s1: *** empty log message ***
4047
40481993-07-04 Richard Stallman <rms@gnu.org>
4049
4050 * bison.simple: *** empty log message ***
4051
40521993-06-26 David J. MacKenzie <djm@gnu.org>
4053
4054 * src/getargs.c: entered into RCS
4055
40561993-06-26 David J. MacKenzie <djm@gnu.org>
4057
4058 * doc/bison.texinfo: *** empty log message ***
4059
4060 * doc/bison.1: New file.
4061
40621993-06-25 Richard Stallman <rms@gnu.org>
4063
4064 * src/getargs.c: New file.
4065
40661993-06-16 Richard Stallman <rms@gnu.org>
4067
4068 * src/bison.s1: *** empty log message ***
4069
40701993-06-16 Richard Stallman <rms@gnu.org>
4071
4072 * bison.simple: *** empty log message ***
4073
40741993-06-03 Richard Stallman <rms@gnu.org>
4075
4076 * src/bison.s1: New file.
4077
40781993-06-03 Richard Stallman <rms@gnu.org>
4079
4080 * doc/bison.texinfo: *** empty log message ***
4081
40821993-06-03 Richard Stallman <rms@gnu.org>
4083
4084 * bison.simple: New file.
4085
40861993-05-19 Richard Stallman <rms@gnu.org>
4087
4088 * doc/bison.texinfo: New file.
4089
40901993-05-07 Noah Friedman <friedman@gnu.org>
4091
4092 * Makefile.in: *** empty log message ***
4093
40941993-04-28 Noah Friedman <friedman@gnu.org>
4095
4096 * src/reader.c: *** empty log message ***
4097
40981993-04-23 Noah Friedman <friedman@gnu.org>
4099
4100 * src/alloc.h: entered into RCS
4101
41021993-04-20 David J. MacKenzie <djm@gnu.org>
4103
4104 * src/version.c: *** empty log message ***
4105
4106 * src/files.c, src/allocate.c:
4107 entered into RCS
4108
4109 * src/reader.c: *** empty log message ***
4110
4111 * src/lex.c: entered into RCS
4112
4113 * src/conflicts.c: New file.
4114
4115 * src/symtab.c: entered into RCS
4116
4117 * src/alloc.h: New file.
4118
4119 * src/LR0.c: entered into RCS
4120
41211993-04-18 Noah Friedman <friedman@gnu.org>
4122
4123 * src/reader.c: New file.
4124
4125 * src/version.c: *** empty log message ***
4126
41271993-04-18 Noah Friedman <friedman@gnu.org>
4128
4129 * Makefile.in: *** empty log message ***
4130
41311993-04-17 Noah Friedman <friedman@gnu.org>
4132
4133 * Makefile.in: *** empty log message ***
4134
41351993-04-15 Richard Stallman <rms@gnu.org>
4136
4137 * src/main.c, src/files.c:
4138 New file.
4139
41401993-04-15 Noah Friedman <friedman@gnu.org>
4141
4142 * configure.in: entered into RCS
4143
4144 * configure.in: *** empty log message ***
4145
4146 * configure.in: New file.
4147
41481993-04-14 Richard Stallman <rms@gnu.org>
4149
4150 * Makefile.in: New file.
4151
41521993-04-13 Richard Stallman <rms@gnu.org>
4153
4154 * src/version.c: New file.
4155
41561993-03-25 Richard Stallman <rms@gnu.org>
4157
4158 * src/output.c: entered into RCS
4159
41601992-09-25 Richard Stallman <rms@gnu.org>
4161
4162 * configure.bat: entered into RCS
4163
41641992-06-22 Richard Stallman <rms@gnu.org>
4165
4166 * src/vmsgetargs.c: entered into RCS
4167
41681992-06-22 Richard Stallman <rms@gnu.org>
4169
4170 * doc/bison.rnh: entered into RCS
4171
41721992-04-20 David J. MacKenzie <djm@gnu.org>
4173
4174 * README: entered into RCS
4175
41761992-01-22 Richard Stallman <rms@gnu.org>
4177
4178 * src/machine.h: entered into RCS
4179
41801991-12-21 Richard Stallman <rms@gnu.org>
4181
4182 * src/lalr.c, src/closure.c:
4183 entered into RCS
4184
41851991-12-20 Richard Stallman <rms@gnu.org>
4186
4187 * src/state.h: entered into RCS
4188
41891991-12-18 Richard Stallman <rms@gnu.org>
4190
4191 * src/print.c, src/nullable.c, src/derives.c:
4192 entered into RCS
4193
41941991-11-03 David J. MacKenzie <djm@gnu.org>
4195
4196 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
4197 entered into RCS
4198
41991988-09-09 Richard Stallman <rms@gnu.org>
4200
4201 * src/bison.hairy: entered into RCS
4202
42031987-12-16 Richard Stallman <rms@gnu.org>
4204
4205 * REFERENCES: entered into RCS