]> git.saurik.com Git - bison.git/blame_incremental - ChangeLog
Regen.
[bison.git] / ChangeLog
... / ...
CommitLineData
12002-02-14 Paul Eggert <eggert@twinsun.com>
2
3 Remove the support for C++ namespace cleanliness; it was
4 causing more problems than it was curing, since it didn't work
5 properly on some nonstandard C++ compilers. This can wait
6 for a proper C++ parser.
7
8 * NEWS: Document this.
9 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
10 of C++, as it's treated like C now.
11 * src/bison.simple (YYSTD): Remove.
12 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
13 Treat C++ just like Standard C instead of trying to support
14 namespace cleanliness.
15
162002-02-14 Akim Demaille <akim@epita.fr>
17
18 * tests/regression.at (else): Adjust to Andreas' change.
19
202002-02-14 Akim Demaille <akim@epita.fr>
21
22 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
23
242002-02-13 Andreas Schwab <schwab@suse.de>
25
26 * src/output.c (output_rule_data): Don't output NULL, it might
27 not be defined yet.
28
292002-02-11 Robert Anisko <robert@lrde.epita.fr>
30
31 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
32 (Copyright notice): Update.
33
342002-02-11 Akim Demaille <akim@epita.fr>
35
36 * tests/regression.at (%nonassoc and eof): Don't include
37 nonportable headers.
38
392002-02-08 Robert Anisko <robert@lrde.epita.fr>
40
41 * data/bison.c++: Correct error recovery. Make the user able to
42 initialize the starting location.
43
442002-02-07 Akim Demaille <akim@epita.fr>
45
46 * tests/input.at: New.
47
482002-02-07 Robert Anisko <robert@lrde.epita.fr>
49
50 * data/bison.c++: Replace some direct m4 expansions by constants. Be
51 more consistent when naming methods and variables. Put preprocessor
52 directives around tables only needed for debugging.
53
542002-02-07 Robert Anisko <robert@lrde.epita.fr>
55
56 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
57 C++ parsers.
58 (yy::b4_name::parse): Use print_.
59
602002-02-07 Robert Anisko <robert@lrde.epita.fr>
61
62 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
63
642002-02-07 Robert Anisko <robert@lrde.epita.fr>
65
66 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
67 C++ parsers.
68 (yy::b4_name::parse): Build verbose error messages, and use error_.
69
702002-02-06 Robert Anisko <robert@lrde.epita.fr>
71
72 * data/bison.c++: Fix m4 quoting in comments.
73
742002-02-06 Robert Anisko <robert@lrde.epita.fr>
75
76 * data/bison.c++: Adjust the parser code. Fix some muscles that were
77 not expanded by m4.
78
792002-02-05 Akim Demaille <akim@epita.fr>
80
81 * data/bison.c++: Adjust to the M4 back end.
82 More is certainly needed.
83
842002-02-05 Akim Demaille <akim@epita.fr>
85
86 Give a try to M4 as a back end.
87
88 * lib/readpipe.c: New, from wdiff.
89 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
90 BISON_HAIRY.
91 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
92 specific values. Now it is m4 that performs the lookup.
93 * src/parse-skel.y: Remove.
94 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
95 * src/output.c (actions_output, guards_output)
96 (token_definitions_output): No longer keeps track of the output
97 line number, hence remove the second argument.
98 (guards_output): Check against the guard member of a rule, not the
99 action member.
100 Adjust callers.
101 (output_skeleton): Don't look for the skeleton location, let m4 do
102 that.
103 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
104 file will be used.
105 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
106 (prepare): Given that for the time being changesyntax is not
107 usable in M4, rename the muscles using `-' to `_'.
108 Define `defines_flag', `output_parser_name' and `output_header_name'.
109 * src/output.h (actions_output, guards_output)
110 (token_definitions_output): Adjust prototypes.
111 * src/scan-skel.l: Instead of scanning the skeletons, it now
112 processes the output of m4: `__oline__' and `#output'.
113 * data/bison.simple: Adjust to be used by M4(sugar).
114 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
115 to date.
116 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
117 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
118 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
119 shamelessly stolen from CVS Autoconf.
120
1212002-02-05 Akim Demaille <akim@epita.fr>
122
123 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
124 * configure.in: Check for the declarations of free and malloc.
125 * src/muscle_tab.c: Adjust.
126
1272002-02-05 Akim Demaille <akim@epita.fr>
128
129 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
130 which have no values.
131
1322002-02-05 Akim Demaille <akim@epita.fr>
133
134 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
135 * data/: here.
136
1372002-01-29 Paul Eggert <eggert@twinsun.com>
138
139 * src/bison.simple (YYSIZE_T): Do not define merely because
140 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
141 On some platforms, <alloca.h> does not declare YYSTD (size_t).
142
1432002-01-27 Akim Demaille <akim@epita.fr>
144
145 Fix `%nonassoc and eof'.
146
147 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
148 which were not properly copied! Replace
149 memcpy (res->errs, src->errs, src->nerrs);
150 with
151 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
152 !!!
153 * tests/regression.at (%nonassoc and eof): Adjust to newest
154 Autotest: `.' is not in the PATH.
155
1562002-01-27 Akim Demaille <akim@epita.fr>
157
158 * tests/sets.at (AT_EXTRACT_SETS): New.
159 (Nullable): Use it.
160 (Firsts): New.
161
1622002-01-26 Akim Demaille <akim@epita.fr>
163
164 * tests/actions.at, tests/calc.at, tests/headers.at,
165 * tests/torture.at: Adjust to the newest Autotest which no longer
166 forces `.' in the PATH.
167
1682002-01-25 Akim Demaille <akim@epita.fr>
169
170 * tests/regression.at (%nonassoc and eof): New.
171 Suggested by Robert Anisko.
172
1732002-01-24 Akim Demaille <akim@epita.fr>
174
175 Bison dumps core when trying to complain about broken input files.
176 Reported by Cris van Pelt.
177
178 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
179 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
180 into...
181 (Invalid inputs): Strengthen: exercise parse_percent_token.
182
1832002-01-24 Robert Anisko <robert.anisko@epita.fr>
184
185 * src/Makefile.am: Add bison.c++.
186 * src/bison.c++: New skeleton.
187
1882002-01-21 Paolo Bonzini <bonzini@gnu.org>
189
190 * po/it.po: New.
191
1922002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
193
194 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
195
1962002-01-20 Marc Autret <marc@gnu.org>
197
198 * src/files.c (compute_output_file_names): Fix
199
2002002-01-20 Marc Autret <marc@gnu.org>
201
202 * tests/output.at: New test.
203 * src/files.c (compute_base_names): Don't map extensions when
204 the YACC flag is set, use defaults.
205 Reported by Evgeny Stambulchik.
206
2072002-01-20 Marc Autret <marc@gnu.org>
208
209 * src/system.h: Need to define __attribute__ away for non-GCC
210 compilers as well (i.e. the vendor C compiler).
211 Suggested by Albert Chin-A-Young.
212
2132002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
214
215 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
216 canonical definition.
217 * src/system.h: Use the canonical definition for PARAMS (avoids
218 a conflict with the macro from lib/hash.h).
219
2202002-01-11 Akim Demaille <akim@epita.fr>
221
222 * configure.in: Use AC_FUNC_STRNLEN.
223 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
224
2252002-01-09 Akim Demaille <akim@epita.fr>
226
227 * src/files.c, src/files.h (output_infix): New.
228 (tab_extension): Remove.
229 (compute_base_names): Compute the former, drop the latter.
230 * src/output.c (prepare): Insert the muscles `output-infix', and
231 `output-suffix'.
232 * src/parse-skel.y (string, string.1): New.
233 (section.header): Use it.
234 (section.yacc): Remove.
235 (prefix): Remove too.
236 * src/scan-skel.l: Adjust.
237 * src/bison.simple, src/bison.hairy: Adjust.
238
2392002-01-09 Akim Demaille <akim@epita.fr>
240
241 * configure.in (WERROR_CFLAGS): Compute it.
242 * src/Makefile.am (CFLAGS): Pass it.
243 * tests/atlocal.in (CFLAGS): Idem.
244 * src/files.c: Fix a few warnings.
245 (get_extension_index): Remove, unused.
246
2472002-01-08 Akim Demaille <akim@epita.fr>
248
249 * src/getargs.c (AS_FILE_NAME): New.
250 (getargs): Use it to convert DOSish file names.
251 * src/files.c (base_name): Rename as full_base_name to avoid
252 clashes with `base_name ()'.
253 (filename_split): New.
254 (compute_base_names): N-th rewrite, using filename_split.
255
2562002-01-08 Akim Demaille <akim@epita.fr>
257
258 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
259 New, stolen from the Fileutils 4.1.
260 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
261 * configure.in: Check for the presence of memrchr, and of its
262 prototype.
263
2642002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
265
266 * lib/hash.h (__P): Added definition for this macro.
267 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
268 BUILT_SOURCES, to ensure they are generated first.
269 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
270 %error-verbose to allow bootstrapping with bison 1.30x.
271
2722002-01-06 Akim Demaille <akim@epita.fr>
273
274 * src/reader.c (parse_braces): Don't fetch the next char, the
275 convention is to fetch on entry.
276 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
277 'switch' without a following semicolon.
278 * tests/regression.at (braces parsing): New.
279
2802002-01-06 Akim Demaille <akim@epita.fr>
281
282 Bison is dead wrong in its RR conflict reports.
283
284 * tests/torture.at (GNU Cim Grammar): New.
285 * src/conflicts.c (count_rr_conflicts): Fix.
286
2872002-01-06 Akim Demaille <akim@epita.fr>
288
289 Creating package.m4 from configure.ac causes too many problems.
290
291 * tests/Makefile.am (package.m4): Create it by hand,
292 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
293
2942002-01-06 Akim Demaille <akim@epita.fr>
295
296 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
297 skeleton.h.
298
2992002-01-04 Paul Eggert <eggert@twinsun.com>
300
301 * doc/bison.texinfo (Debugging):
302 Remove YYSTDERR; it's no longer defined or used.
303 Also, s/cstdio.h/cstdio/.
304
3052002-01-03 Akim Demaille <akim@epita.fr>
306
307 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
308
3092002-01-03 Akim Demaille <akim@epita.fr>
310
311 * src/parse-skel.y (process_skeleton): Don't bind the parser's
312 tracing code to --trace, wait for a better --trace option, with
313 args.
314
3152002-01-03 Akim Demaille <akim@epita.fr>
316
317 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
318 The ISO C++ standard is extremely clear about it: stderr is
319 considered a macro, not a regular symbol (see table 94 `Header
320 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
321 Therefore std:: does not apply to it. It still does with fprintf.
322 Also, s/cstdio.h/cstdio/.
323
3242002-01-03 Akim Demaille <akim@epita.fr>
325
326 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
327 for non system headers.
328
3292002-01-02 Akim Demaille <akim@epita.fr>
330
331 Equip the skeleton chain with location tracking, runtime trace,
332 pure parser and scanner.
333
334 * src/parse-skel.y: Request a pure parser, locations, and prefix
335 renaming.
336 (%union): Having several members with the same type does not help
337 type mismatches, simplify.
338 (YYPRINT, yyprint): New.
339 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
340 (skel_error): this.
341 Handle locations.
342 * src/scan-skel.l: Adjust to these changes.
343 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
344 (LOCATION_PRINT, skel_control_t): New.
345
3462001-12-30 Akim Demaille <akim@epita.fr>
347
348 * src/parse-skel.y: Get rid of the shift/reduce conflict:
349 replace `gb' with BLANKS.
350 * src/scan-skel.l: Adjust.
351
3522001-12-30 Akim Demaille <akim@epita.fr>
353
354 * src/system.h: We don't need nor want bcopy.
355 Throw away MS-DOS crap: we don't need getpid.
356 * configure.in: We don't need strndup. It was even causing
357 problems: because Flex includes the headers *before* us,
358 _GNU_SOURCE is not defined by config.h, and therefore strndup was
359 not visible.
360 * lib/xstrndup.c: New.
361 * src/scan-skel.l: Use it.
362 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
363 * src/parse-skel.y: Use %directives instead of #defines.
364
3652001-12-30 Akim Demaille <akim@epita.fr>
366
367 * src/skeleton.h: New.
368 * src/output.c (output_parser, output_master_parser): Remove, dead
369 code.
370 * src/output.h (get_lines_number, actions_output, guards_output)
371 (token_definitions_output): Prototype them.
372 * src/parse-skel.y: Add the license notice.
373 Include output.h and skeleton.h.
374 (process_skeleton): Returns void, and takes a single parameter.
375 * src/scan-skel.l: Add the license notice.
376 Include skeleton.h.
377 Don't use %option yylineno: it seems that then Flex imagines
378 REJECT has been used, and therefore it won't reallocate its
379 buffers (which makes no other sense to me than a bug). It results
380 in warnings for `unused: yy_flex_realloc'.
381
3822001-12-30 Robert Anisko <robert.anisko@epita.fr>
383
384 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
385 (MUSCLE_INSERT_PREFIX): ...to there.
386 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
387 (MUSCLE_INSERT_PREFIX): Move from here...
388
389 * src/bison.hairy: Add a section directive. Put braces around muscle
390 names. This parser skeleton is still broken, but Bison should not
391 choke on a bad muscle 'syntax'.
392 * src/bison.simple: Add a section directive. Put braces around muscle
393 names.
394
395 * src/files.h (strsuffix, stringappend): Add declarations.
396 (tab_extension): Add declaration.
397 (short_base_name): Add declaration.
398
399 * src/files.c (strsuffix, stringappend): No longer static. These
400 functions are used in the skeleton parser.
401 (tab_extension): New.
402 (compute_base_names): Use the computations done in this function
403 to guess if the generated parsers should have '.tab' in their
404 names.
405 (short_base_name): No longer static.
406
407 * src/output.c (output_skeleton): New.
408 (output): Disable call to output_master_parser, and give a try to
409 a new skeleton handling system.
410 (guards_output, actions_output): No longer static.
411 (token_definitions_output, get_lines_number): No longer static.
412
413 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
414
415 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
416 parse-skel.y.
417
418 * src/parse-skel.y: New file.
419 * src/scan-skel.l: New file.
420
4212001-12-29 Akim Demaille <akim@epita.fr>
422
423 %name-prefix is broken.
424
425 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
426 Adjust all dependencies.
427 * tests/headers.at (export YYLTYPE): Strengthen this test: use
428 %name-prefix.
429
430 Renaming yylval but not yylloc is not consistent. Now we do.
431
432 * src/bison.simple: Prefix yylloc if used.
433 * doc/bison.texinfo (Decl Summary): Document that.
434
4352001-12-29 Akim Demaille <akim@epita.fr>
436
437 * doc/bison.texinfo: Promote `%long-directive' over
438 `%long_directive'.
439 Remove all references to fixed-output-files, yacc is enough.
440
4412001-12-29 Akim Demaille <akim@epita.fr>
442
443 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
444 user prologue. These are defaults.
445 * tests/actions.at (Mid-rule actions): Make sure the user can
446 define YYDEBUG and YYERROR_VERBOSE.
447
4482001-12-29 Akim Demaille <akim@epita.fr>
449
450 * src/output.c (header_output): Don't forget to export YYLTYPE and
451 yylloc.
452 * tests/headers.at (export YYLTYPE): New, make sure it does.
453 * tests/regression.at (%union and --defines, Invalid CPP headers):
454 Move to...
455 * tests/headers.at: here.
456
4572001-12-29 Akim Demaille <akim@epita.fr>
458
459 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
460
4612001-12-29 Akim Demaille <akim@epita.fr>
462
463 * tests/actions.at (Mid-rule actions): Output on a single line
464 instead of several.
465
4662001-12-29 Akim Demaille <akim@epita.fr>
467
468 * doc/bison.texinfo: Formatting changes.
469
4702001-12-29 Akim Demaille <akim@epita.fr>
471
472 Don't store the token defs in a muscle, just be ready to output it
473 on command. Now possible via `symbols'. Fixes a memory leak.
474
475 * src/output.c (token_definitions_output): New.
476 (output_parser, header_output): Use it.
477 * src/reader.c (symbols_save): Remove.
478
4792001-12-29 Akim Demaille <akim@epita.fr>
480
481 * src/bison.simple: Do not provide a default for YYSTYPE and
482 YYLTYPE before the user's prologue. Otherwise it's hardly... a
483 default.
484
4852001-12-29 Akim Demaille <akim@epita.fr>
486
487 Mid-rule actions are simply... ignored!
488
489 * src/reader.c (readgram): Be sure to attach mid-rule actions to
490 the empty-rule associated to the dummy symbol, not to the host
491 rule.
492 * tests/actions.at (Mid-rule actions): New.
493
4942001-12-29 Akim Demaille <akim@epita.fr>
495
496 Memory leak.
497
498 * src/reader.c (reader): Free grammar.
499
5002001-12-29 Akim Demaille <akim@epita.fr>
501
502 Memory leak.
503
504 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
505 since it allocates it for each state, although only one is needed.
506 (allocate_storage): Do it here.
507
5082001-12-29 Akim Demaille <akim@epita.fr>
509
510 * src/options.h, src/options.c (create_long_option_table): Rename
511 as...
512 (long_option_table_new): this, with a clearer prototype.
513 (percent_table): Remove, unused,
514 * src/getargs.c (getargs): Adjust.
515
5162001-12-29 Akim Demaille <akim@epita.fr>
517
518 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
519 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
520 as states.
521
5222001-12-29 Akim Demaille <akim@epita.fr>
523
524 * src/lalr.c (build_relations): Rename `states' as `states1'.
525 Sorry, I don't understand exactly what it is, no better name...
526
5272001-12-29 Akim Demaille <akim@epita.fr>
528
529 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
530 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
531 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
532 as rules.
533
5342001-12-29 Akim Demaille <akim@epita.fr>
535
536 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
537 ago.
538
5392001-12-29 Akim Demaille <akim@epita.fr>
540
541 * src/reader.c, src/reader.h (user_toknums): Remove.
542 Adjust all users to use symbols[i]->user_token_number.
543
5442001-12-29 Akim Demaille <akim@epita.fr>
545
546 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
547 Adjust all users to use symbols[i]->prec or ->assoc.
548
5492001-12-29 Akim Demaille <akim@epita.fr>
550
551 * src/reader.c, src/reader.h (tags): Remove.
552 Adjust all users to use symbols[i]->tag.
553
5542001-12-29 Akim Demaille <akim@epita.fr>
555
556 * src/gram.h, src/gram.c (symbols): New, similar to state_table
557 and rule_table.
558 * src/reader.c (packsymbols): Fill this table.
559 Drop sprec.
560 * src/conflicts.c (resolve_sr_conflict): Adjust.
561 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
562 single table.
563 Use symbols[i]->tag instead of tags[i].
564
5652001-12-29 Akim Demaille <akim@epita.fr>
566
567 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
568 In addition, put a comment in there, to replace...
569 * tests/regression.at (%union and C comments): Remove.
570
5712001-12-29 Akim Demaille <akim@epita.fr>
572
573 * tests/regression.at (Web2c Actions): Blindly move the actual
574 output as expected output. The contents *seem* right to me, but I
575 can't pretend reading perfectly parser tables... Nonetheless, all
576 the other tests pass correctly, the table look OK, even though the
577 presence of `$axiom' is to be noted: AFAICS it is useless (but
578 harmless).
579
5802001-12-29 Akim Demaille <akim@epita.fr>
581
582 * src/reader.c (readgram): Don't add the rule 0 if there were no
583 rules read. In other words, add it _after_ having performed
584 grammar sanity checks.
585 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
586
5872001-12-29 Akim Demaille <akim@epita.fr>
588
589 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
590 visible, and some states have now a different number.
591
5922001-12-29 Akim Demaille <akim@epita.fr>
593
594 * src/reader.c (readgram): Bind the initial rule's lineno to that
595 of the first rule.
596 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
597 (Solved SR Conflicts): Adjust rule 0's line number.
598
5992001-12-29 Akim Demaille <akim@epita.fr>
600
601 Fix the `GAWK Grammar' failure.
602
603 * src/LR0.c (final_state): Initialize to -1 so that we do compute
604 the reductions of the first state which was mistakenly confused
605 with the final state because precisely final_state was initialized
606 to 0.
607 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
608 now noticed by Bison.
609 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
610 have a reduction on $default.
611
6122001-12-29 Akim Demaille <akim@epita.fr>
613
614 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
615 rule line numbers.
616 * src/closure.c (print_closure): Likewise.
617 * src/derives.c (print_derives): Likewise.
618 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
619 now.
620
6212001-12-29 Akim Demaille <akim@epita.fr>
622
623 * src/lalr.c (lookaheads_print): New.
624 (lalr): Call it when --trace-flag.
625 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
626 are dumped.
627
6282001-12-29 Akim Demaille <akim@epita.fr>
629
630 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
631 when walking through ritem, even via rule->rhs.
632 * src/reduce.c (dump_grammar, useful_production, reduce_output)
633 (useful_production, useless_nonterminals): Likewise.
634 (reduce_grammar_tables): Likewise, plus update nritems.
635 * src/nullable.c (set_nullable): Likewise.
636 * src/lalr.c (build_relations): Likewise.
637 * tests/sets.at (Nullable): Adjust.
638 Fortunately, now, the $axiom is no longer nullable.
639
6402001-12-29 Akim Demaille <akim@epita.fr>
641
642 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
643 the 0-sentinel.
644 * src/gram.c (ritem_longest_rhs): Likewise.
645 * src/reduce.c (nonterminals_reduce): Likewise.
646 * src/print_graph.c (print_graph): Likewise.
647 * src/output.c (output_rule_data): Likewise.
648 * src/nullable.c (set_nullable): Likewise.
649
6502001-12-29 Akim Demaille <akim@epita.fr>
651
652 * src/output.c: Comment changes.
653
6542001-12-27 Paul Eggert <eggert@twinsun.com>
655
656 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
657 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
658 Sparc, as they were causing more porting problems than the
659 (minor) performance improvement was worth.
660
661 Also, catch up with 1.31's YYSTD.
662
6632001-12-27 Akim Demaille <akim@epita.fr>
664
665 * src/output.c (output_gram): Rely on nritems, not the
666 0-sentinel. See below.
667 Use -1 as separator, not 0.
668 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
669 Rely on -1 as separator in yyrhs, instead of 0.
670 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
671 twice `Now at end of input', therefore there are two lines less to
672 expect.
673
6742001-12-27 Akim Demaille <akim@epita.fr>
675
676 * tests/regression.at (Unresolved SR Conflicts):
677 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
678 below.
679
6802001-12-27 Akim Demaille <akim@epita.fr>
681
682 * src/LR0.c (new_state): Recognize the final state by the fact it
683 is reached by eoftoken.
684 (insert_start_shifting_state, insert_eof_shifting_state)
685 (insert_accepting_state, augment_automaton): Remove, since now
686 these states are automatically computed from the initial state.
687 (generate_states): Adjust.
688 * src/print.c: When reporting a rule number to the user, substract
689 1, so that the axiom rule is rule 0, and the first user rule is 1.
690 * src/reduce.c: Likewise.
691 * src/print_graph.c (print_core): For the time being, just as for
692 the report, depend upon --trace-flags to dump the full set of
693 items.
694 * src/reader.c (readgram): Once the grammar read, insert the rule
695 0: `$axiom: START-SYMBOL $'.
696 * tests/set.at: Adjust: rule 0 is now displayed, and since the
697 number of the states has changed (the final state is no longer
698 necessarily the last), catch up.
699
7002001-12-27 Akim Demaille <akim@epita.fr>
701
702 Try to make the use of the eoftoken valid. Given that its value
703 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
704 is used instead of > 0 where appropriate, (ii), depend upon nritems
705 instead of the 0-sentinel.
706
707 * src/gram.h, src/gram.c (nritems): New.
708 Expected to be duplication of nitems, but for the time being...
709 * src/reader.c (packgram): Assert nritems and nitems are equal.
710 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
711 * src/closure.c (print_closure, print_fderives): Likewise.
712 * src/gram.c (ritem_print): Likewise.
713 * src/print.c (print_core, print_grammar): Likewise.
714 * src/print_graph.c: Likewise.
715
7162001-12-27 Akim Demaille <akim@epita.fr>
717
718 * src/main.c (main): If there are complains after grammar
719 reductions, then output the report anyway if requested, then die.
720 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
721 * src/reader.c (eoftoken): New.
722 (parse_token_decl): If the token being defined has value `0', it
723 is the eoftoken.
724 (packsymbols): No longer hack `tags' to insert `$' by hand.
725 Be sure to preserve the value of the eoftoken.
726 (reader): Make sure eoftoken is defined.
727 Initialize nsyms to 0: now eoftoken is created just like the others.
728 * src/print.c (print_grammar): Don't special case the eof token.
729 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
730 lie anyway, albeit pleasant.
731 * tests/calc.at: Exercise error messages with eoftoken.
732 Change the grammar so that empty input is invalid.
733 Adjust expectations.
734 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
735
7362001-12-27 Akim Demaille <akim@epita.fr>
737
738 * configure.in: Check the protos of strchr ans strspn.
739 Replace strchr if needed.
740 * src/system.h: Provide the protos of strchr, strspn and memchr if
741 missing.
742 * lib/strchr.c: New.
743 * src/reader.c (symbols_save): Use strchr.
744
7452001-12-27 Akim Demaille <akim@epita.fr>
746
747 * src/print.c, src/print_graph.c (escape): New.
748 Use it to quote the TAGS outputs.
749 * src/print_graph.c (print_state): Now errors are in red, and
750 reductions in green.
751 Prefer high to wide: output the state number on a line of its own.
752
7532001-12-27 Akim Demaille <akim@epita.fr>
754
755 * src/state.h, src/state.c (reductions_new): New.
756 * src/LR0.c (set_state_table): Let all the states have a
757 `reductions', even if reduced to 0.
758 (save_reductions): Adjust.
759 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
760 * src/print.c (print_reductions, print_actions): Adjust.
761 * src/output.c (action_row): Adjust.
762
7632001-12-27 Akim Demaille <akim@epita.fr>
764
765 * src/state.h, src/state.c (errs_new, errs_dup): New.
766 * src/LR0.c (set_state_table): Let all the states have an errs,
767 even if reduced to 0.
768 * src/print.c (print_errs, print_reductions): Adjust.
769 * src/output.c (output_actions, action_row): Adjust.
770 * src/conflicts.c (resolve_sr_conflict): Adjust.
771
7722001-12-27 Akim Demaille <akim@epita.fr>
773
774 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
775
7762001-12-27 Akim Demaille <akim@epita.fr>
777
778 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
779 * src/print.c: here.
780 (lookaheadset, shiftset): New, used as additional storage by
781 print_reductions.
782 (print_results): Adjust.
783 (print_shifts, print_gotos, print_errs): New, extracted from...
784 (print_actions): here.
785 * src/print_graph.c (print_actions): Remove dead code.
786
7872001-12-27 Akim Demaille <akim@epita.fr>
788
789 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
790 `$n' and `@n'.
791
7922001-12-27 Akim Demaille <akim@epita.fr>
793
794 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
795 (build_relations): Adjust.
796
7972001-12-27 Akim Demaille <akim@epita.fr>
798
799 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
800 duplication.
801
8022001-12-27 Akim Demaille <akim@epita.fr>
803
804 * src/reader.c (packgram): Catch nitems overflows.
805
8062001-12-27 Akim Demaille <akim@epita.fr>
807
808 * src/files.c, src/files.h (guard_obstack): Remove.
809 * src/output.c (output): Adjust.
810 * src/reader.c (parse_braces): New, factoring...
811 (copy_action, copy_guard): these two which are renamed as...
812 (parse_action, parse_guard): these.
813 As a voluntary consequence, using braces around guards is now
814 mandatory.
815
8162001-12-27 Akim Demaille <akim@epita.fr>
817
818 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
819 * src/reader.c (symbol_list): `guard' and `guard_line' are new
820 members.
821 (symbol_list_new): Adjust.
822 (copy_action): action_line is the first line, not the last.
823 (copy_guard): Just as for actions, store the `action' only, not
824 the switch/case/break flesh.
825 Don't parse the user action that might follow the guard, let...
826 (readgram): do it, i.e., now, there can be an action after a
827 guard.
828 In other words the guard is just explicitly optional.
829 (packgram): Adjust.
830 * src/output.c (guards_output): New.
831 (output_parser): Call it when needed.
832 (output): Also free the guard and attrs obstacks.
833 * src/files.c, src/files.h (obstack_save): Remove.
834 (output_files): Remove.
835 As a result, if one needs the former `.act' file, using an
836 appropriate skeleton which requires actions and guards is now
837 required.
838 * src/main.c (main): Adjust.
839 * tests/semantic.at: New.
840 * tests/regression.at: Use `input.y' as input file name.
841 Avoid 8+3 problems by requiring input.c when the test needs the
842 parser.
843
8442001-12-27 Akim Demaille <akim@epita.fr>
845
846 * src/reader.c (symbol_list_new): Be sure to initialize all the
847 fields.
848
8492001-12-27 Akim Demaille <akim@epita.fr>
850
851 All the hacks using a final pseudo state are now useless.
852
853 * src/LR0.c (set_state_table): state_table holds exactly nstates.
854 * src/lalr.c (nLA): New.
855 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
856 instead of lookaheadsp from the pseudo state (nstate + 1).
857
8582001-12-27 Akim Demaille <akim@epita.fr>
859
860 * src/output.c (action_row, token_actions): Use a state_t instead
861 of a integer, and nlookaheads instead of the following state's
862 lookaheadsp.
863
8642001-12-27 Akim Demaille <akim@epita.fr>
865
866 * src/conflicts.c (log_resolution, flush_shift)
867 (resolve_sr_conflict, set_conflicts, solve_conflicts)
868 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
869 (conflicts_print, print_reductions): Use a state_t instead of an
870 integer when referring to a state.
871 As much as possible, depend upon nlookaheads, instead of the
872 `lookaheadsp' member of the following state (since lookaheads of
873 successive states are successive, the difference between state n + 1
874 and n served as the number of lookaheads for state n).
875 * src/lalr.c (add_lookback_edge): Likewise.
876 * src/print.c (print_core, print_actions, print_state)
877 (print_results): Likewise.
878 * src/print_graph.c (print_core, print_actions, print_state)
879 (print_graph): Likewise.
880 * src/conflicts.h: Adjust.
881
8822001-12-27 Akim Demaille <akim@epita.fr>
883
884 * src/bison.hairy: Formatting/comment changes.
885 ANSIfy.
886 Remove `register' indications.
887 Add plenty of `static'.
888
8892001-12-27 Akim Demaille <akim@epita.fr>
890
891 * src/output.c (prepare): Drop the muscle `ntbase' which
892 duplicates ntokens.
893 * src/bison.simple: Formatting/comment changes.
894 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
895 is an undocumented synonym.
896
8972001-12-22 Akim Demaille <akim@epita.fr>
898
899 * src/output.c (output_table_data): Change the prototype to use
900 `int' for array ranges: some invocations do pass an int, not a
901 short.
902 Reported by Wayne Green.
903
9042001-12-22 Akim Demaille <akim@epita.fr>
905
906 Some actions of web2c.y are improperly triggered.
907 Reported by Mike Castle.
908
909 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
910 * tests/regression.at (Web2c): Rename as...
911 (Web2c Report): this.
912 (Web2c Actions): New.
913
9142001-12-22 Akim Demaille <akim@epita.fr>
915
916 Reductions in web2c.y are improperly reported.
917 Reported by Mike Castle.
918
919 * src/conflicts.c (print_reductions): Fix.
920 * tests/regression.at (Web2c): New.
921
9222001-12-18 Akim Demaille <akim@epita.fr>
923
924 Some host fail on `assert (!"foo")', which expands to
925 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
926 Reported by Nelson Beebee.
927
928 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
929 `#define it_succeeded 0' and `assert (it_succeeded)'.
930
9312001-12-17 Marc Autret <autret_m@epita.fr>
932
933 * src/bison.simple: Don't hard code the skeleton line and filename.
934 * src/output.c (output_parser): Rename 'line' as 'output_line'.
935 New line counter 'skeleton_line' (skeleton-line muscle).
936
9372001-12-17 Paul Eggert <eggert@twinsun.com>
938
939 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
940 YYDEBUG must be defined to a nonzero value.
941
942 * src/bison.simple (yytname): Do not assume that the user defines
943 YYDEBUG to a properly parenthesized expression.
944
9452001-12-17 Akim Demaille <akim@epita.fr>
946
947 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
948 nlookaheads is a new member.
949 Adjust all users.
950 * src/lalr.h (nlookaheads): Remove this orphan declaration.
951 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
952 state.
953
9542001-12-17 Akim Demaille <akim@epita.fr>
955
956 * src/files.h, src/files.c (open_files, close_files): Remove.
957 * src/main.c (main): Don't open/close files, nor invoke lex_free,
958 let...
959 * src/reader.c (reader): Do it.
960
9612001-12-17 Akim Demaille <akim@epita.fr>
962
963 * src/conflicts.c (print_reductions): Formatting changes.
964
9652001-12-17 Akim Demaille <akim@epita.fr>
966
967 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
968 (flush_reduce): New.
969 (resolve_sr_conflict): Adjust.
970
9712001-12-17 Akim Demaille <akim@epita.fr>
972
973 * src/output.c (output_obstack): Be static and rename as...
974 (format_obstack): this, to avoid any confusion with files.c's
975 output_obstack.
976 * src/reader.h (muscle_obstack): Move to...
977 * src/output.h: here, since it's defined in output.c.
978
9792001-12-17 Akim Demaille <akim@epita.fr>
980
981 * src/output.c (action_row, save_column, default_goto)
982 (sort_actions, matching_state, pack_vector): Better variable
983 locality.
984
9852001-12-17 Akim Demaille <akim@epita.fr>
986
987 * src/output.c: Various formatting changes.
988
9892001-12-17 Akim Demaille <akim@epita.fr>
990
991 * src/files.c (output_files): Free the output_obstack.
992 * src/main.c (main): Call print and print_graph conditionally.
993 * src/print.c (print): Work unconditionally.
994 * src/print_graph.c (print_graph): Work unconditionally.
995 * src/conflicts.c (log_resolution): Output only if verbose_flag.
996
9972001-12-16 Marc Autret <autret_m@epita.fr>
998
999 * src/output.c (actions_output): Fix. When we use %no-lines,
1000 there is one less line per action.
1001
10022001-12-16 Marc Autret <autret_m@epita.fr>
1003
1004 * src/bison.simple: Remove a useless #line directive.
1005 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
1006 * src/output.c (get_lines_number): New.
1007 (output_parser): Adjust, now takes care about the lines of a
1008 output muscles.
1009 Fix line numbering.
1010 (actions_output): Computes the number of lines taken by actions.
1011 (output_master_parser): Insert new skeleton which is the name of
1012 the output parser file name.
1013
10142001-12-15 Marc Autret <autret_m@epita.fr>
1015
1016 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
1017
10182001-12-15 Marc Autret <autret_m@epita.fr>
1019
1020 * src/output.c (output_gram): Keep track of the hairy one.
1021
10222001-12-15 Akim Demaille <akim@epita.fr>
1023
1024 Make `make distcheck' work.
1025
1026 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
1027 system.h which uses libgettext.h.
1028
10292001-12-15 Akim Demaille <akim@epita.fr>
1030
1031 * src/nullable.c (set_nullable): Useless rules must be skipped,
1032 otherwise, since we range over their symbols, we might look at a
1033 nonterminal which no longer ``exists'', i.e., it is not counted in
1034 `nvars', hence we overflow our arrays.
1035
10362001-12-15 Akim Demaille <akim@epita.fr>
1037
1038 The header can also be produced directly, without any obstack!
1039 Yahoo!
1040
1041 * src/files.c, src/files.h (defines_obstack): Remove.
1042 (compute_header_macro): Global.
1043 (defines_obstack_save): Remove.
1044 * src/reader.c (parse_union_decl): No longer output to
1045 defines_obstack: its content can be found in the `stype' muscle
1046 anyway.
1047 (output_token_translations): Merge into...
1048 (symbols_output): this.
1049 Rename as...
1050 (symbols_save): this.
1051 (reader): Adjust.
1052 * src/output.c (header_output): New.
1053 (output): Call it.
1054
10552001-12-15 Akim Demaille <akim@epita.fr>
1056
1057 * src/reader.c (parse_union_decl): Instead of handling two obstack
1058 simultaneously, use one to define the `stype' muscle, and use the
1059 value of the latter to fill defines_obstack.
1060 (copy_comment): Remove.
1061 (copy_comment2): Work for a single obstack.
1062 Rename as...
1063 (copy_comment): this.
1064
10652001-12-15 Akim Demaille <akim@epita.fr>
1066
1067 * src/lex.c, src/lex.h (xgetc): No longer static.
1068 * src/reader.c (parse_union_decl): Revamp.
1069
10702001-12-15 Akim Demaille <akim@epita.fr>
1071
1072 Still making progress in separating Bison into (i) input, (ii)
1073 process, (iii) output: now we can directly output the parser file
1074 without using table_obstack at all.
1075
1076 * src/files.c, src/files.h (table_obstack): Bye bye.
1077 (parser_file_name): New.
1078 * src/files.c (compute_output_file_names): Compute it.
1079 * src/output.c (actions_output, output_parser)
1080 (output_master_parser): To a file instead of an obstack.
1081
10822001-12-15 Akim Demaille <akim@epita.fr>
1083
1084 Attach actions to rules, instead of pre-outputting them to
1085 actions_obstack.
1086
1087 * src/gram.h (rule_t): action and action_line are new members.
1088 * src/reader.c (symbol_list): Likewise.
1089 (copy_action): Save the actions within the rule.
1090 (packgram): Save them in rule_table.
1091 * src/output.c (actions_output): New.
1092 (output_parser): Use it on `%%actions'.
1093 (output_rule_data): Don't free rule_table.
1094 (output): Do it.
1095 (prepare): Don't save the `action' muscle.
1096 * src/bison.simple: s/%%action/%%actions/.
1097
10982001-12-15 Akim Demaille <akim@epita.fr>
1099
1100 * src/reader.c (copy_action): When --yacc, don't append a `;'
1101 to the user action: let it fail if lacking.
1102 Suggested by Arnold Robbins and Tom Tromey.
1103
11042001-12-14 Akim Demaille <akim@epita.fr>
1105
1106 * src/lex.c (literalchar): Simply return the char you decoded, non
1107 longer mess around with obstacks and int pointers.
1108 Adjust all callers.
1109
11102001-12-14 Akim Demaille <akim@epita.fr>
1111
1112 * src/lex.c (literalchar): Don't escape the special characters,
1113 just decode them, and keep them as char (before, eol was output as
1114 the 2 char string `\n' etc.).
1115 * src/output.c (output_rule_data): Use quotearg to output the
1116 token strings.
1117
11182001-12-13 Paul Eggert <eggert@twinsun.com>
1119
1120 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
1121 Do not infringe on the global user namespace when using C++.
1122 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
1123 All uses of `fprintf' and `stderr' changed.
1124
1125 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
1126
11272001-12-13 Akim Demaille <akim@epita.fr>
1128
1129 The computation of nullable is broken: it doesn't handle empty
1130 RHS's properly.
1131
1132 * tests/torture.at (GNU AWK Grammar): New.
1133 * tests/sets.at (Nullable): New.
1134 * src/nullable.c (set_nullable): Instead of blindly looping over
1135 `ritems', loop over the rules, and then over their rhs's.
1136
1137 Work around Autotest bugs.
1138
1139 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
1140 frame, because Autotest understand lines starting with a `+' as
1141 traces from the shell. Then, they are not processed properly.
1142 Admittedly an Autotest bug, but we don't have time to wait for
1143 Autotest to catch up.
1144 * tests/regression.at (Broken Closure): Adjust to the new table
1145 frames.
1146 Move to...
1147 * tests/sets.at: here.
1148
11492001-12-13 Akim Demaille <akim@epita.fr>
1150
1151 * src/closure.c (closure): Use nrules instead of playing tricks
1152 with BITS_PER_WORD.
1153
11542001-12-13 Akim Demaille <akim@epita.fr>
1155
1156 * src/print.c (print_actions): Output the handling of `$' as the
1157 traces do: shifting the token EOF. Before EOF was treated as a
1158 nonterminal.
1159 * tests/regression.at: Adjust some tests.
1160 * src/print_graph.c (print_core): Complete the set of items via
1161 closure. The next-to-final and final states are still unsatisfying,
1162 but that's to be addressed elsewhere.
1163 No longer output the rule numbers, but do output the state number.
1164 A single loop for the shifts + gotos is enough, but picked a
1165 distinct color for each.
1166 (print_graph): Initialize and finalize closure.
1167
11682001-12-13 Akim Demaille <akim@epita.fr>
1169
1170 * src/reader.c (readgram): Remove dead code, an strip useless
1171 braces.
1172 (get_type): Remove, unused.
1173
11742001-12-12 Akim Demaille <akim@epita.fr>
1175
1176 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
1177 on that of lib/error.c.
1178
11792001-12-12 Akim Demaille <akim@epita.fr>
1180
1181 Some hosts don't like `/' in includes.
1182
1183 * src/system.h: Include libgettext.h without qualifying the path.
1184 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
1185 $(top_srcdir).
1186
11872001-12-11 Marc Autret <autret_m@epita.fr>
1188
1189 * src/output.c (output_parser): Remove useless muscle.
1190
11912001-12-11 Marc Autret <autret_m@epita.fr>
1192
1193 * src/bison.simple: Remove #line just before %%epilogue. It
1194 is now handled in ...
1195 * src/reader.c (read_additionnal_code): Add the output of a
1196 #line for the epilogue.
1197
11982001-12-10 Marc Autret <autret_m@epita.fr>
1199
1200 * src/reader.c (copy_definition): Re-use CPP-outed code which
1201 replace precedent remove.
1202 * src/bison.simple: Remove #line before %%prologue because
1203 %%input-line is wrong at this time.
1204
12052001-12-10 Marc Autret <autret_m@epita.fr>
1206
1207 * src/reader.c (symbols_output): Clean up.
1208 * src/output.c (output_gram, output): Clean up.
1209
12102001-12-10 Akim Demaille <akim@epita.fr>
1211
1212 * src/lalr.c (initialize_lookaheads): New. Extracted from...
1213 * src/LR0.c (set_state_table): here.
1214 * src/lalr.c (lalr): Call it.
1215
12162001-12-10 Akim Demaille <akim@epita.fr>
1217
1218 * src/state.h (shifts): Remove the `number' member: shifts are
1219 attached to state, hence no longer need to be labelled with a
1220 state number.
1221
12222001-12-10 Akim Demaille <akim@epita.fr>
1223
1224 Now that states have a complete set of members, the linked list of
1225 shifts is useless: just fill directly the state's shifts member.
1226
1227 * src/state.h (shifts): Remove the `next' member.
1228 * src/LR0.c (first_state, last_state): Remove.
1229 Adjust the callers.
1230 (augment_automaton): Don't look for the shifts that must be added
1231 a shift on EOF: it is those of the state we looked for! But now,
1232 since shifts are attached, it is no longer needed to looking
1233 merely by its id: its number.
1234
12352001-12-10 Akim Demaille <akim@epita.fr>
1236
1237 * src/LR0.c (augment_automaton): Better variable locality.
1238 Remove an impossible branch: if there is a state corresponding to
1239 the start symbol being shifted, then there is shift for the start
1240 symbol from the initial state.
1241
12422001-12-10 Akim Demaille <akim@epita.fr>
1243
1244 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
1245 only when appropriate: when insert_start_shifting_state' is not
1246 invoked.
1247 * tests/regression.at (Rule Line Numbers): Adjust.
1248
12492001-12-10 Akim Demaille <akim@epita.fr>
1250
1251 * src/LR0.c (augment_automaton): Now that all states have shifts,
1252 merge the two cases addition shifts to the initial state.
1253
12542001-12-10 Akim Demaille <akim@epita.fr>
1255
1256 * src/lalr.c (set_state_table): Move to...
1257 * src/LR0.c: here.
1258 * src/lalr.c (lalr): Don't call it...
1259 * src/LR0.c (generate_states): do it.
1260 * src/LR0.h (first_state): Remove, only the table is used.
1261
12622001-12-10 Akim Demaille <akim@epita.fr>
1263
1264 * src/LR0.h (first_shift, first_reduction): Remove.
1265 * src/lalr.c: Don't use first_shift: find shifts through the
1266 states.
1267
12682001-12-10 Akim Demaille <akim@epita.fr>
1269
1270 * src/LR0.c: Attach shifts to states as soon as they are
1271 computed.
1272 * src/lalr.c (set_state_table): Instead of assigning shifts to
1273 state, just assert that the mapping was properly done.
1274
12752001-12-10 Akim Demaille <akim@epita.fr>
1276
1277 * src/LR0.c (insert_start_shift): Rename as...
1278 (insert_start_shifting_state): this.
1279 (insert_eof_shifting_state, insert_accepting_state): New.
1280 (augment_automaton): Adjust.
1281 Better locality of the variables.
1282 When looking if the start_symbol is shifted from the initial
1283 state, using `while (... symbol != start_symbol ...)' sounds
1284 better than `while (... symbol < start_symbol ...)': If fail
1285 to see how the order between symbols could be relevant!
1286
12872001-12-10 Akim Demaille <akim@epita.fr>
1288
1289 * src/getargs.h: Don't declare `spec_name_prefix' and
1290 `spec_file_prefix', declared by src/files.h.
1291 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
1292 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
1293 * src/output.c (prepare): Adjust.
1294 * src/reader.c (symbols_output): Likewise.
1295 * src/vmsgetargs.c: Vaguely adjust, but who cares?
1296
12972001-12-10 Akim Demaille <akim@epita.fr>
1298
1299 * src/muscle_tab.c (muscle_init): NULL is a better default than
1300 `"0"'.
1301
13022001-12-10 Akim Demaille <akim@epita.fr>
1303
1304 * src/reader.c (reader): Calling symbols_output once is enough.
1305
13062001-12-10 Akim Demaille <akim@epita.fr>
1307
1308 Now that states have a complete set of members, the linked list of
1309 reductions is useless: just fill directly the state's reductions
1310 member.
1311
1312 * src/state.h (struct reductions): Remove member `number' and
1313 `next'.
1314 * src/LR0.c (first_reduction, last_reduction): Remove.
1315 (save_reductions): Don't link the new reductions, store them in
1316 this_state.
1317 * src/lalr.c (set_state_table): No need to attach reductions to
1318 states, it's already done.
1319 * src/output.c (output_actions): No longer free the shifts, then
1320 the reductions, then the states: free all the states and their
1321 members.
1322
13232001-12-10 Akim Demaille <akim@epita.fr>
1324
1325 * src/options.c (OPTN, DRTV, BOTH): New.
1326 (option_table): Use them.
1327
1328 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
1329 the job of system.h.
1330 * src/options.c: Don't include stdio.h and xalloc.h for the same
1331 reasons.
1332
13332001-12-10 Akim Demaille <akim@epita.fr>
1334
1335 * src/output.c (output, prepare): Make sure the values of the
1336 muscles `action' and `prologue' are 0-terminated.
1337
13382001-12-10 Akim Demaille <akim@epita.fr>
1339
1340 Clean up GCC warnings.
1341
1342 * src/reader.c (copy_action): `buf' is not used.
1343 (parse_skel_decl): Be static.
1344 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
1345 * src/options.h (create_long_option_table): Have a real prototype.
1346 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
1347 (hash_delete_at): Return const void *.
1348 Adjust casts to preserve the const.
1349
13502001-12-10 Akim Demaille <akim@epita.fr>
1351
1352 * configure.in: Require 2.52g.
1353 M4 is not needed, but AUTOM4TE is.
1354 * m4/m4.m4: Remove.
1355 * tests/Makefile.am: Adjust.
1356
13572001-12-10 Akim Demaille <akim@epita.fr>
1358
1359 One structure for states is enough, even though theoretically
1360 there are LR(0) states and LALR(1) states.
1361
1362 * src/lalr.h (state_t): Remove.
1363 (state_table): Be state_t **, not state_t *.
1364 * src/state.h (core, CORE_ALLOC): Rename as...
1365 (state_t, STATE_ALLOC): this.
1366 Add the LALR(1) members: shifts, reductions, errs.
1367 * src/LR0.c (state_table): Rename as...
1368 (state_hash): this, to avoid name clashes with the global
1369 `state_table'.
1370 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
1371 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
1372
13732001-12-10 Akim Demaille <akim@epita.fr>
1374
1375 Bison dumps core on bash.y.
1376 Reported by Pascal Bart.
1377
1378 * src/warshall.c (bitmatrix_print): New.
1379 (TC): Use it.
1380 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
1381 j must be the outer loop.
1382 * tests/regression.at (Broken Closure): New.
1383
13842001-12-05 Akim Demaille <akim@epita.fr>
1385
1386 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
1387 its argument.
1388