]> git.saurik.com Git - bison.git/blob - ChangeLog
a0f8b34fe32a5abf772f19a382c30f57625f4f9f
[bison.git] / ChangeLog
1 2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 * data/glr.c (yyresolveLocations): Rename local variables to avoid
4 shadowing warnings. Use usual patter for iterating through RHS.
5 * tests/glr-regression.at
6 (Uninitialized location when reporting ambiguity):
7 Modify yylex so that it uses its argument, rather than trying
8 to rely on ARGSUSED (which doesn't work for gcc with warnings).
9 const char -> char const.
10
11 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
12 Don't use tabs inside commands; it messes up 'ps'.
13 Problem reported by twlevo.
14
15 2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
16
17 * tests/glr-regression.at (Uninitialized location when reporting
18 ambiguity): New test case.
19 * data/glr.c (yyresolveLocations): New function, which uses
20 YYLLOC_DEFAULT.
21 (yyresolveValue): Invoke yyresolveLocations before reporting an
22 ambiguity.
23 * doc/bison.texinfo (Default Action for Locations): Note
24 YYLLOC_DEFAULT's usage for ambiguity locations.
25 (GLR Semantic Actions): Cross-reference those notes.
26
27 2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
28
29 * tests/glr-regression.at (Leaked semantic values when reporting
30 ambiguity): Remove unnecessary union and type declarations.
31 (Leaked lookahead after nondeterministic parse syntax error): New test
32 case.
33 * data/glr.c (yyparse): Check for zero stacks remaining before
34 attempting to shift the lookahead so that you don't lose it.
35
36 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
37
38 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
39 * tests/glr-regression.at (Leaked semantic values when reporting
40 ambiguity): New test case.
41 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
42 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
43 now unnecessary yystackp parameter.
44 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
45 destructors can be called.
46
47 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
48 in existing testcases.
49
50 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
51
52 Don't leak semantic values for parent RHS when a user action cuts the
53 parser, and clean up related code a bit.
54 * tests/glr-regression.at (Leaked merged semantic value if user action
55 cuts parse): Rename to...
56 (Leaked semantic values if user action cuts parse): ... this. Add check
57 for leaked parent RHS values.
58 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
59 between an unresolved state (non-empty chain of semantic options) and
60 an incomplete one (signaled by an empty chain).
61 (yyresolveStates): Document the interface. Move all manipulation of a
62 successfully or unsuccessfully resolved yyGLRState to...
63 (yyresolveValue): ... here so that yyresolveValue always leaves a
64 yyGLRState with consistent data and thus is easier to understand.
65 Remove the yyvalp and yylocp parameters since they are always just
66 taken from the yys parameter. When reporting a discarded merged value
67 in debugging output, note that it is incompletely merged. Document the
68 interface.
69 (yyresolveAction): If resolving any of the RHS states fails, destroy
70 them all rather than leaking them. Thus, as long as user actions are
71 written to clean up the RHS correctly, yyresolveAction always cleans up
72 the RHS of a semantic option. Document the interface.
73
74 2006-02-27 Paul Eggert <eggert@cs.ucla.edu>
75
76 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
77 led to a segmentation fault in GNU Pascal. Problem reported
78 by Waldek Hebisch.
79
80 2006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
81
82 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
83 mid-rule action inside a nonterminal symbol in order to declare a
84 destructor for its semantic value.
85
86 2006-02-16 Paul Eggert <eggert@cs.ucla.edu>
87
88 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
89 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
90 __cplusplus && ! defined _STDLIB_H && !
91 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
92 defined free))]: Include <stdlib.h> rather than rolling our own
93 declarations of malloc and free, to avoid problems with
94 incompatible declarations (using 'throw') C++'s stdlib.h. This
95 should fix Debian bug 340012
96 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
97 reported by Guillaume Melquiond.
98
99 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
100
101 * NEWS: Clarify symbols versus types in unused-value warnings.
102
103 * configure.ac (AC_INIT): Bump version number.
104
105 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
106
107 * NEWS: Version 2.1a.
108 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
109 since C99 requires this.
110
111 2006-02-11 Paul Eggert <eggert@cs.ucla.edu>
112
113 * m4/c-working.m4: New file.
114 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
115
116 2006-02-10 Paul Eggert <eggert@cs.ucla.edu>
117
118 * Makefile.maint: Merge from coreutils.
119
120 2006-02-09 Paul Eggert <eggert@cs.ucla.edu>
121
122 More portability fixes for problems summarized by Nelson H. F. Beebe.
123
124 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
125 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
126 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
127 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
128 messes up because C++ code is compiled in 32-bit mode but linked
129 in 64-bit mode.
130
131 2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
132
133 More portability fixes for problems summarized by Nelson H. F. Beebe.
134
135 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
136 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
137
138 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
139 nodist_PROGRAMS, since we don't need to actually compile the
140 example if we're just doing a plain 'make'. This avoids bothering
141 the installer unnecessarily about problems due to weird C++
142 compilers.
143
144 2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
145
146 More portability fixes for problems summarized by Nelson H. F. Beebe.
147
148 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
149 than #include "...", and compile with -I'.'. The old method was
150 not portable, according to Posix and the C standard, and it does
151 not work with Sun C 5.7, where previous #line directives affect
152 the working directory used in later #include "..." directives.
153
154 2006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
155
156 Various DJGGP specific issues in /djgpp
157
158 2006-02-02 Paul Eggert <eggert@cs.ucla.edu>
159
160 More portability fixes for problems summarized by Nelson H. F. Beebe.
161
162 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
163 '#include <map>' works and that you can apply ++ to iterators.
164
165 2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
166
167 Work around portability problems summarized by Nelson H. F. Beebe in
168 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
169
170 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
171 that '#include <string>' works.
172
173 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
174 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
175 "warning: sorry: semantics of inline function static data `const
176 unsigned char translate_table[262]' are wrong (you'll wind up with
177 multiple copies)".
178
179 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
180 or, xor to not_, and_, or_, and xor_, respectively. This works
181 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
182 random system header somewhere that includes the equivalent of
183 <iso646.h>.
184
185 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
186 -E" works; it apparently doesn't work with PathScale EKO Compiler
187 Suite Version 2.0.
188
189 2006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
190
191 During deterministic GLR operation, user actions should be able to
192 influence the parse by changing yychar. To make this easier to fix and
193 to make glr.c easier to evolve in general, don't maintain yytoken in
194 parallel with yychar; just compute yytoken when needed.
195 * tests/glr-regression.at (Incorrect lookahead during deterministic
196 GLR): Check that setting yychar in a user action has the intended
197 effect.
198 * data/glr.c (yyGLRStack): Remove yytokenp member.
199 (yyclearin): Don't set *yytokenp.
200 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
201 yychar rather than *yytokenp to determine the current lookahead.
202 Compute yytoken locally when needed.
203 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
204 point to.
205
206 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
207 after `--report' documentation.
208
209 2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
210
211 * src/parse-gram.y (grammar_declaration): Location of printer
212 symbol is @1, not list->location. Bug reported by twlevo.
213 * tests/input.at (Incompatible Aliases): Adjust to above change.
214
215 2006-01-29 Paul Eggert <eggert@cs.ucla.edu>
216
217 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
218 all the test at once. This makes the output easier to read in the
219 normal case.
220
221 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
222 got from <http://bro-ids.org/download.html>. The bug is that
223 when two actions appeared in succession, the second one was
224 scanned before the first one was added to the grammar rule
225 as a midrule action. Bison then output the incorrect warning
226 "parse.y:905.17-906.36: warning: unused value: $3".
227 * src/parse-gram.y (BRACED_CODE, action): These are no longer
228 associated with a value.
229 (rhs): Don't invoke grammar_current_rule_action_append.
230 (action): Invoke it here instead.
231 * src/reader.c (grammar_midrule_action): Now extern.
232 (grammar_current_rule_action_append): Don't invoke
233 grammar_midrule_action; that is now the scanner's job.
234 * src/reader.h (last_string, last_braced_code_loc):
235 (grammar_midrule_action): New decls.
236 * src/scan-gram.l (last_string): Now extern, sigh.
237 (last_braced_code_loc): New extern variable.
238 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
239 rule already has an action.
240 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
241 * tests/input.at (AT_CHECK_UNUSED_VALUES):
242 Add some tests to check that the above changes fixed the bug.
243
244 2006-01-27 Paul Eggert <eggert@cs.ucla.edu>
245
246 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
247 All used changed. Check whether the symbol has a destructor,
248 not whether it is typed.
249 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
250 that the values are still reported as unused. All line numbers
251 adjusted.
252
253 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
254
255 Work around a bug in bro 0.8, which underparenthesizes its
256 definition of YYLLOC_DEFAULT.
257 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
258 their arguments.
259 * data/lalr1.cc: Likewise.
260 * data/yacc.cc: Likewise.
261
262 2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
263
264 Work around a bug in Pike 7.0, and give the Pike folks a
265 better way to override the usual int widths.
266 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
267 user can override the types.
268 (short): #undef, to work around a bug in Pike 7.0.
269 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
270 (union yyalloc.yyss): Use yytype_int16 rather than short.
271 All uses changed.
272 (yysigned_char): Remove.
273 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
274 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
275 * tests/regression.at (Web2c Actions): Adjust to above changes.
276
277 * src/reader.c (check_and_convert_grammar): New function.
278 (reader): Close the input file even if something went wrong during
279 parsing. Minor file descriptor leak reported by twlevo.
280
281 * src/assoc.c (assoc_to_string): Use a default: abort (); case
282 to pacify gcc -Wswitch-default.
283 * src/scan-gram.l (adjust_location): Use a default: break; case
284 to pacify gcc -Wswitch-default.
285 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
286 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
287 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
288 Move these decls to scan-skel.l, since they don't need to be
289 visible elsewhere.
290 * src/scan-skel.l: Accept the above decls.
291 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
292 is used.
293
294 2006-01-21 Paul Eggert <eggert@cs.ucla.edu>
295
296 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
297 since we don't want to insist on a version number at the start
298 of the changelog every time.
299 * Makefile.maint: Sync from coreutils a bit better.
300 (sc_trailing_blank): Renamed from sc_trailing_space.
301 All uses changed.
302 (sc_no_if_have_config_h, sc_require_config_h):
303 (sc_prohibit_assert_without_use): New rules.
304 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
305 (sc_dd_max_sym_length): Fix leading spaces in rule.
306 (sc_system_h_headers): Prefix with @.
307 (sc_useless_cpp_parens, m4-check): Output line numbers.
308 (changelog-check): Allow version only in head.
309 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
310 satisfy new Makefile.maint rule.
311 * data/glr.c: Likewise.
312 * data/glr.cc: Likewise.
313 * data/lalr1.cc: Likewise.
314 * data/yacc.c: Likewise.
315 * lib/ebitsetv.c: Likewise.
316 * lib/lbitset.c: Likewise.
317 * lib/subpipe.c: Likewise.
318 * lib/timevar.c: Likewise.
319 * src/system.h: Likewise.
320 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
321 * djgpp/Makefile.maint: Add copyright notice.
322 * djgpp/README.in: Likewise.
323 * djgpp/config.bat: Likewise.
324 * djgpp/config.site: Likewise.
325 * djgpp/config_h.sed: Likewise.
326 * djgpp/djunpack.bat: Likewise.
327 * djgpp/config.sed: Fix copyright notice to match standard format.
328 * djgpp/subpipe.h: Likewise.
329 * lib/bitsetv-print.c: Likewise.
330 * lib/bitsetv.c: Likewise.
331 * lib/subpipe.h: Likewise.
332 * lib/timevar.c: Likewise.
333 * lib/timevar.h: Likewise.
334 * djgpp/subpipe.c: Use standard recipe for config.h.
335 * lib/abitset.c: Likewise.
336 * lib/bitset.c: Likewise.
337 * lib/bitset_stats.c: Likewise.
338 * lib/bitsetv-print.c: Likewise.
339 * lib/bitsetv.c: Likewise.
340 * lib/ebitsetv.c: Likewise.
341 * lib/get-errno.c: Likewise.
342 * lib/lbitset.c: Likewise.
343 * lib/subpipe.c: Likewise.
344 * lib/timevar.c: Likewise.
345 * lib/vbitset.c: Likewise.
346 * tests/local.at: Likewise.
347 * src/scan-gram.l: Don't include verify.h, since system.h does
348 that for us.
349 * .x-sc_require_config_h: New file.
350 * .x-sc_unmarked_diagnostics: New file.
351
352 2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
353
354 Be a bit more systematic about using 'abort'.
355 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
356 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
357 Put 'default: abort ();' before some other case, to satisfy older
358 pedantic compilers.
359 * lib/bitset_stats.c (bitset_stats_init): Likewise.
360 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
361 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
362 * src/conflicts.c (resolve_sr_conflict): Likewise.
363 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
364 (get_decision_str, get_orientation_str, get_node_alignment_str):
365 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
366 (get_linestyle_str, get_arrowstyle_str): Likewise.
367 * src/conflicts.c (resolve_sr_conflict):
368 Use a default case rather than one for the one remaining enum
369 value, to catch invalid enum values as well.
370 * src/lalr.c (set_goto_map, map_goto):
371 Prefer "assert (FOO);" to "if (!FOO) abort ();".
372 * src/nullable.c (nullable_compute, token_definitions_output):
373 Likewise.
374 * src/reader.c (packgram, reader): Likewise.
375 * src/state.c (transitions_to, state_new, state_reduction_find):
376 Likewise.
377 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
378 (symbol_pack): Likewise.
379 * src/tables.c (conflict_row, pack_vector): Likewise.
380 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
381 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
382 * src/system.h: Don't include <assert.h>.
383 (assert): New macro.
384
385 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
386 (Destructor Decl, Parser Function, Pure Calling):
387 Describe rules for braces inside C code more carefully.
388
389 2006-01-19 Paul Eggert <eggert@cs.ucla.edu>
390
391 Fix some porting glitches found by Nelson H. F. Beebe.
392 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
393 compilers that don't understand that abort () does not return.
394 * src/state.c (transitions_to): Likewise.
395 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
396 that '#include <cstdlib>' works.
397 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
398 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
399 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
400 for the benefit of some pre-C99 compilers.
401
402 * bootstrap: Undo changes to gnulib files that autoreconf made.
403
404 Minor fixups to get 'make maintainer-check' to work.
405 * configure.ac: Don't use -Wnested-externs, as it's incompatible
406 with the new verify.h implementation.
407 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
408 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
409 * data/yacc.c (YYUSE): Likewise.
410 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
411 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
412 * src/parse-gram.y (declaration): Don't pass a string constant
413 to a function that expects char *, since GCC might complain
414 about the constant value.
415 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
416 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
417 before #defining them.
418 * tests/glr-regression.at
419 (Incorrectly initialized location for empty right-hand side in GLR):
420 In yyerror, use the msg arg.
421 (Corrupted semantic options if user action cuts parse):
422 (Incorrect lookahead during deterministic GLR):
423 (Incorrect lookahead during nondeterministic GLR):
424 Don't name a local var 'index'; it shadows string.h's 'index'.
425
426 2006-01-19 Akim Demaille <akim@epita.fr>
427
428 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
429 location, not just parts of it.
430
431 2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
432
433 * NEWS: Document the fact that multiple %unions are now allowed.
434 * doc/bison.texinfo (Union Decl): Likewise.
435 * TODO: This feature is now implemented, so remove it from
436 the wishlist.
437
438 * Makefile.maint: Merge with coreutils Makefile.maint.
439 (CVS_LIST): Use build-aux version if available.
440 (VERSION_REGEXP): New macro.
441 (syntax-check-rules): Add sc_no_if_have_config_h,
442 sc_prohibit_assert_without_use, sc_require_config_h,
443 sc_useless_cpp_parens.
444 (sc_obsolete_symbols): Check for O_NDELAY.
445 (sc_dd_max_sym_length): Track coreutils.
446 (sc_unmarked_diagnostics): Look in all files, not just *.c.
447 (sc_useless_cpp_parens): New rule.
448 (news-date-check): Look for version or today's date.
449 (changelog-check): Don't require version number near head.
450 (copyright-check): Use current year instead of hardwiring 2005.
451 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
452 (announcement): Add --gpg-key-ID.
453
454 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
455 with "file system".
456
457 Avoid undefined behavior that addressed just before the start of an
458 array. Problem reported by twlevo.
459 * src/reader.c (packgram): Prepend a new sentinel before ritem.
460 * src/lalr.c (build_relations): Rely on new sentinel.
461 * src/gram.c (gram_free): Adjust to new sentinel.
462
463 2006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
464
465 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
466 yylookaheadNeeds. All uses updated.
467 (yysplitStack): Rename local yynewLookaheadStatuses to
468 yynewLookaheadNeeds.
469 * data/glr-regression.at (Incorrect lookahead during nondeterministic
470 GLR): In comments, change `lookahead status' to `lookahead need'.
471
472 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
473
474 * data/glr.c (yysplitStack): A little stylistic rewrite.
475
476 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
477
478 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
479
480 2006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
481
482 * doc/bison.texinfo: Fix some typos.
483 (GLR Semantic Actions): New subsection discussing special
484 considerations because GLR semantic actions might be deferred.
485 (Actions): Mention look-ahead usage of yylval.
486 (Actions and Locations): Mention look-ahead usage of yylloc.
487 (Special Features for Use in Actions): Add YYEOF entry and mention it
488 in the yychar entry.
489 In the yychar entry, remove mention of the local yychar case (pure
490 parser) since this is irrelevant information when writing semantic
491 actions and since it's already discussed in `Bison Symbols' where
492 yychar is otherwise described as an external variable.
493 In the yychar entry, don't call it the `current' look-ahead since it
494 isn't when semantic actions are deferred.
495 In the yychar and yyclearin entries, add note about deferred semantic
496 actions.
497 Add yylloc and yylval entries discussing look-ahead usage.
498 (Look-Ahead Tokens): When discussing yychar, don't call it the
499 `current' look-ahead, and do mention yylval and yylloc.
500 (Error Recovery): Cross-reference `Action Features' when mentioning
501 yyclearin.
502 (Bison Symbols): In the yychar entry, don't call it the `current'
503 look-ahead.
504 In the yylloc and yylval entries, mention look-ahead usage.
505
506 2006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
507
508 * tests/glr-regression.at: Update copyright year to 2006.
509
510 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
511
512 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
513 use during nondeterministic operation to track which stacks have
514 actually needed the current lookahead.
515 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
516 Allocate, deallocate, resize, and otherwise shuffle space for
517 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
518 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
519 appropriately during nondeterministic operation.
520 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
521 members to store the current lookahead to be used by the deferred
522 user action.
523 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
524 from which the RHS is taken. Set the lookahead members of the new
525 yySemanticOption according to the lookahead status for stack yyk.
526 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
527 yyaddDeferredAction.
528 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
529 members of yySemanticOption before invoking yyuserAction, and then set
530 them back to their current values afterward.
531 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
532 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
533 * tests/glr-regression.at: Remove `.' from the ends of recent test case
534 titles for consistency.
535 (Leaked merged semantic value if user action cuts parse): In order to
536 suppress lint warnings, use arguments in merge function, and assign
537 char value < 128 in main.
538 (Incorrect lookahead during deterministic GLR): New test case.
539 (Incorrect lookahead during nondeterministic GLR): New test case.
540
541 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
542
543 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
544 !yyvaluep as signal that no semantic value is available to print.
545 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
546 to print a semantic value.
547
548 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
549
550 * tests/glr-regression.at: For consistency with my newer test cases,
551 don't thank myself.
552
553 2006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
554
555 * data/glr.c (yyresolveValue): When merging semantic options, if at
556 least one user action succeeds but a later one cuts the parse, then
557 destroy the semantic value before returning rather than leaking it.
558 (yyresolveStates): If a user action cuts the parse and thus
559 yyresolveValue fails, ignore the (unset) semantic value rather than
560 corrupting the yyGLRState, and empty the semantic options list since
561 the user actions should have called all necessary destructors.
562 Simplify code with YYCHK.
563 * tests/glr-regression.at (Corrupted semantic options if user action
564 cuts parse): New test case.
565 (Undesirable destructors if user action cuts parse): New test case.
566 Before applying any of this patch, this test case never actually failed
567 for me... but only because the corrupted semantic options usually
568 masked this bug.
569 (Leaked merged semantic value if user action cuts parse): New test
570 case.
571
572 2006-01-05 Akim Demaille <akim@epita.fr>
573
574 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
575
576 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
577
578 * data/c.m4 (b4_c_modern): New macro, with a new provision for
579 _MSC_VER. Problem reported by Cenzato Marco.
580 (b4_c_function_def): Use it.
581 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
582 b4_c_modern.
583 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
584 than rolling our own.
585
586 2006-01-04 Akim Demaille <akim@epita.fr>
587
588 Also warn about non-used mid-rule values.
589 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
590 member.
591 (symbol_list_new): Adjust.
592 * src/reader.c (symbol_typed_p): New.
593 (grammar_rule_check): Use it.
594 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
595 Check its rule.
596 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
597 Use it.
598 * tests/actions.at (Exotic Dollars): Adjust.
599
600 2006-01-04 Akim Demaille <akim@epita.fr>
601
602 * src/reader.c (grammar_midrule_action): If $$ is set in a
603 mid-rule, move the `used' bit to its lhs.
604 * tests/input.at (Unused values): New.
605 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
606
607 2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
608
609 * doc/bison.texinfo (Bison Options): Say more accurately what
610 --yacc does.
611 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
612 about declarations in the grammar when in Yacc mode, as POSIX does
613 not require a diagnostic when the grammar uses extensions.
614
615 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
616
617 Warn about dubious constructions like "%token T T".
618 Reported by twlevo.
619 * src/symtab.h (struct symbol.declared): New member.
620 * src/symtab.c (symbol_new): Initialize it to false.
621 (symbol_class_set): New arg DECLARING, specifying whether
622 this is a declaration that we want to warn about, if there
623 is more than one of them. All uses changed.
624
625 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
626 Allow multiple %union directives, whose contents concatenate.
627 * src/parse-gram.y (grammar_declaration): Likewise.
628 Use muscle_code_grow, so that we don't need stype_line any more.
629 All uses changed.
630
631 * src/muscle_tab.c (muscle_grow): Fix comment.
632
633 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
634 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
635 Update copyright year to 2006.
636
637 2006-01-03 Akim Demaille <akim@epita.fr>
638
639 Have glr.cc pass (some of) the calc.at tests.
640 * data/glr.cc (b4_parse_param_orig): New.
641 (b4_parse_param): Improve its definition, and bound it more
642 clearly in the skeleton.
643 (b4_epilogue): Append, instead of prepending, in order to keep
644 #line consistency.
645 Simplify the generation of auxiliary functions: locations and
646 purity are mandated.
647 (b4_global_tokens_and_yystype): Honor it.
648 * data/location.cc (c++.m4): Don't include it.
649 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
650 and AT_SKEL_CC_IF.
651 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
652 AT_LALR1_CC_IF.
653 Be sure to initialize the first position's filename.
654 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
655 mandated anyway.
656 (AT_CHECK_CALC_GLR_CC): New.
657 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
658
659 2006-01-02 Akim Demaille <akim@epita.fr>
660
661 * src/output.c (output_skeleton): Don't hard wire the inclusion of
662 c.m4.
663 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
664 * data/glr.cc: Do not include stack.hh.
665
666 2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
667
668 * data/glr.c: Reformat whitespace with tabs.
669 (b4_lpure_formals): Remove this unused m4 macro.
670 * tests/cxx-type.at: Reformat whitespace with tabs.
671 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
672 since it's a member. Rename type to isNterm for clarity.
673
674 2005-12-29 Akim <akim@sulaco.local>
675
676 Let glr.cc catch up with symbol_value_print.
677 * data/glr.cc (b4_yysymprint_generate): Replace by...
678 (b4_yy_symbol_print_generate): this.
679 (yy_symbol_print, yy_symbol_value_print): Declare them.
680
681 2005-12-28 Paul Eggert <eggert@cs.ucla.edu>
682
683 * src/location.h (boundary): Note that a line or column equal
684 to INT_MAX indicates an overflow.
685 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
686 (rule_length_overflow, increment_rule_length, add_column_width):
687 New functions.
688 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
689 (<SC_BRACED_CODE>"}"):
690 Use increment_rule_length rather than incrementing it by hand.
691 (adjust_location, handle_syncline): Diagnose overflow.
692 (handle_action_dollar, handle_action_at):
693 Fix bug with monstrosities like $-2147483648.
694 Remove now-unnecessary checks.
695 (scan_integer): Verify assumptions and remove now-unnecessary checks.
696 (convert_ucn_to_byte): Verify assumptions.
697 (handle_syncline): New arg LOC. All callers changed.
698 Don't store through a value derived from char const * pointer.
699
700 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
701 GCC warnings.
702
703 2005-12-27 Paul Eggert <eggert@cs.ucla.edu>
704
705 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
706 Remove unnecessary forward static decls.
707
708 2005-12-27 Akim Demaille <akim@epita.fr>
709
710 * src/reader.c (grammar_current_rule_check): Also check that $$
711 is used.
712 Take the rule to check as argument, hence rename as...
713 (grammar_rule_check): this.
714 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
715 Rename as...
716 (grammar_rule_begin, grammar_rule_end): these, for consistency.
717 (grammar_midrule_action, grammar_symbol_append): Now static.
718 * tests/torture.at (input): Don't rely on the default action
719 being always performed.
720 * tests/calc.at: "Set" $$ even when the action is "cut" with
721 YYERROR or other.
722 * tests/actions.at (Exotic Dollars): Instead of using unused
723 values, check that the warning is issued.
724
725 2005-12-22 Paul Eggert <eggert@cs.ucla.edu>
726
727 * NEWS: Improve wording for unused-value warnings.
728
729 2005-12-22 Akim Demaille <akim@epita.fr>
730
731 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
732 (b4_yysymprint_generate): Rename as...
733 (b4_yy_symbol_print_generate): this.
734 Generate yy_symbol_print instead of yysymprint.
735 Generate also yy_symbol_value_print, and use it.
736
737 2005-12-22 Akim Demaille <akim@epita.fr>
738
739 * NEWS: Warn about unused values.
740 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
741 a `used' member.
742 (symbol_list_n_get, symbol_list_n_used_set): New.
743 (symbol_list_n_type_name_get): Use symbol_list_n_get.
744 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
745 * src/reader.c (grammar_current_rule_check): Check that values are
746 used.
747 * src/symtab.c (symbol_print): Accept 0.
748 * tests/existing.at: Remove the type information.
749 Empty the actions.
750 Remove useless actions (beware of mid-rule actions: perl -000
751 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
752 * tests/actions.at (Exotic Dollars): Use unused values.
753 * tests/calc.at: Likewise.
754 * tests/glr-regression.at (No users destructors if stack 0 deleted):
755 Likewise.
756
757 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
758 rule_useful_p.
759
760 2005-12-21 Paul Eggert <eggert@cs.ucla.edu>
761
762 Undo 2005-12-01 tentative license wording change. The wording is
763 still being reviewed by the lawyers, and we don't want to wait for
764 them before publishing a test release. For now, revert to the
765 previous wording.
766 * NEWS: Undo 2005-12-01 change.
767 * data/glr.c: Revert to previous license wording.
768 * data/glr.cc: Likewise.
769 * data/lalr1.cc: Likewise.
770 * data/location.cc: Likewise.
771 * data/yacc.c: Likewise.
772
773 * NEWS: Reword %destructor vs YYABORT etc.
774 * data/glr.c: Use American spacing, for consistency.
775 * data/glr.cc: Likewise.
776 * data/lalr1.cc: Likewise.
777 * data/yacc.c: Likewise.
778 * data/yacc.c: Reformat comments slightly.
779 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
780 for consistency. Fix some spelling errors and reword recently-included
781 text slightly.
782 * tests/cxx-type.at: Cast results of malloc, for C++.
783
784 2005-12-21 Joel E. Denny <address@hidden>
785
786 * tests/cxx-type.at: Construct a tree, count the parents of shared
787 nodes, and free each node once and only once. Previously, the memory
788 for semantic values was leaked instead.
789
790 2005-12-21 Joel E. Denny <address@hidden>
791
792 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
793 (yylval, yylloc): If pure, #define to yystackp->yyval and
794 yystackp->yyloc similar to yychar and yynerrs.
795 (yyparse): If pure, remove local yylval and yylloc. Add local
796 yystackp to accommodate pure definitions of yylval and yylloc.
797 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
798 yylvalp and yyllocp to &yylval and &yylloc.
799 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
800 namespace. Previously, nerrs and char were missing, but lval and lloc
801 weren't necessary.
802 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
803 yylvalp and yyllocp parameters since, if pure, these are now always
804 accessible through yystackp. If not pure, they are still accessible
805 globally.
806 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
807 `if (YYID (N))' to pacify lint.
808
809 2005-12-21 Akim Demaille <akim@epita.fr>
810
811 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
812 destroy the RHS symbols of a rule.
813 * data/yacc.c (yylen): Initialize to 0.
814 Keep its value to the number of items to possibly shift.
815 In particular, a regular successful parse that ends on YYFINAL by
816 a (internal) YYACCEPT must not have yylen != 0.
817 (yyerrorlab, yyreturn): Pop the RHS.
818 Reorder a bit to emphasize the `shifting' bits of code.
819 (YYPOPSTACK): Now accept a number of items to pop.
820 * data/lalr1.cc: Likewise.
821 * data/glr.c: Formatting changes.
822 Use goto instead of fall through.
823 * doc/bison.texinfo (Destructor Decl): Complete.
824
825 2005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
826
827 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
828 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
829 * djgpp/config.bat: Replace every occurence of the file name
830 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
831 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
832 * djgpp/config.sed: Replace every occurence of the file name
833 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
834 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
835 * djgpp/djunpack.bat: DJGPP specific file.
836 * djgpp/fnchange.lst: DJGPP specific file.
837 * djgpp/README.in: Add new information about how to unpack the bison
838 source on MSDOS and other systems which have 8.3 file name restrictions
839 using djunpack.bat and fnchange.lst.
840
841 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
842
843 * bootstrap (build_cvs_prefix): Remove; unused.
844 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
845 when getting gnulib.
846
847 2005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
848
849 * data/glr.c: Reorder typedef declarations for structs to match order
850 of struct declarations.
851 Rename yystack everywhere to yystackp except in yyparse where it's not
852 a pointer.
853 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
854 consistency.
855 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
856 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
857 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
858 lint.
859
860 2005-12-09 Paul Eggert <eggert@cs.ucla.edu>
861
862 * tests/sets.at (Accept): Fix typos in regular expression used to
863 sed out the final state number.
864
865 Work around portability problem on Solaris 10: flex-generated
866 files include <stdio.h> before <config.h>, which messes up
867 because the latter defines __EXTENSIONS__. Address the problem
868 by creating two new little files that include <config.h> first,
869 then include the flex-generated files. Rewrite everyone else
870 to include <config.h> first, as well.
871 * lib/timevar.c: Always include "config.h".
872 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
873 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
874 (EXTRA_bison_SOURCES): New macro.
875 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
876 * src/system.h: Don't include config.h.
877 * src/LR0.c: Include <config.h> first.
878 * src/assoc.c: Likewise.
879 * src/closure.c: Likewise.
880 * src/complain.c: Likewise.
881 * src/conflicts.c: Likewise.
882 * src/derives.c: Likewise.
883 * src/files.c: Likewise.
884 * src/getargs.c: Likewise.
885 * src/gram.c: Likewise.
886 * src/lalr.c: Likewise.
887 * src/location.c: Likewise.
888 * src/main.c: Likewise.
889 * src/muscle_tab.c: Likewise.
890 * src/nullable.c: Likewise.
891 * src/output.c: Likewise.
892 * src/parse-gram.y: Likewise.
893 * src/print.c: Likewise.
894 * src/print_graph.c: Likewise.
895 * src/reader.c: Likewise.
896 * src/reduce.c: Likewise.
897 * src/relation.c: Likewise.
898 * src/state.c: Likewise.
899 * src/symlist.c: Likewise.
900 * src/symtab.c: Likewise.
901 * src/tables.c: Likewise.
902 * src/uniqstr.c: Likewise.
903 * src/vcg.c: Likewise.
904
905 * src/parse-gram.y: Fix minor problems uncovered by lint.
906 (current_lhs, current_lhs_location): Now static.
907 (current_assoc): Remove unused variable.
908
909 Cleanups so that Bison-generated parsers have less lint.
910 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
911 Prepend /*ARGSUSED*/, for lint's sake.
912 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
913 definition if 'lint' is defined.
914 (YYID): New macro (or function, if lint).
915 All uses of /*CONSTCOND*/0 replaced by YYID(0).
916 * data/yacc.c: Likewise.
917 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
918 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
919 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
920 is C++ only.
921 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
922 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
923 Use YYID(0) rather than 0, for lint.
924 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
925 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
926
927 2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
928
929 * tests/glr-regression.at
930 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
931 Close memory leak reported by twlevo.
932
933 2005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
934
935 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
936 all stacks.
937 (yyparse): Iterate another stack in order to call user destructors.
938 * tests/glr-regression.at (No users destructors if stack 0 deleted):
939 New test case.
940 (Duplicated user destructor for lookahead): This test now is expected
941 to succeed.
942
943 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
944
945 * NEWS: Document the following change.
946 * data/yacc.c: Say "parser skeleton" rather than "file", since
947 it's no longer just a file.
948 * data/glr.c: Grant a special exception for C GLR parsers, that
949 reads like the already-existing exception for C LALR(1) parsers.
950 * data/glr.cc: Likewise.
951 * data/lalr1.cc: Likewise.
952 * data/location.cc: Likewise.
953 * data/yacc.c: Reword the "written by" statement to clarify that
954 it was the parser skeleton, not the entire output file.
955 * data/glr.c: Written by Paul Hilfinger.
956 * data/glr.cc: Written by Akim Demaille.
957 * data/lalr1.cc: Likewise.
958
959 2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
960
961 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
962 Fix typos in previous change that broke 'make check'.
963 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
964 supported in C.
965 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
966 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
967 We can revert this once things settle down.
968
969 * src/conflicts.c (conflicts_print): Don't print file name twice
970 when %expect fails because there were no conflicts.
971 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
972 change.
973 * tests/conflicts.at (%expect not enough, %expect too much):
974 (%expect with reduce conflicts): Adjust to new behavior.
975
976 2005-11-18 Akim Demaille <akim@epita.fr>
977
978 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
979 errors.
980 * NEWS: Document this.
981 * doc/bison.texinfo (Expect Decl): Likewise.
982
983 2005-11-16 Akim Demaille <akim@epita.fr>
984
985 Generalize the display of semantic values and locations in traces.
986 * data/glr.c (yy_reduce_print): Fix indices (again).
987 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
988 literal integers.
989 * data/lalr1.cc (yyreduce_print): Rename as...
990 (yy_reduce_print): this.
991 Display values and locations.
992 * data/yacc.c (yy_reduce_print): Likewise.
993 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
994 (yysymprint): Move higher to be visible from yy_reduce_print).
995 (yyparse): Adjust.
996 * tests/calc.at: Adjust the expected length of the traces.
997
998 2005-11-14 Akim Demaille <akim@epita.fr>
999
1000 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
1001 from 1 to N, while values and location start at 0.
1002 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
1003
1004 2005-11-14 Akim Demaille <akim@epita.fr>
1005
1006 * data/glr.c (yy_reduce_print): Fix the $ number.
1007
1008 2005-11-14 Akim Demaille <akim@epita.fr>
1009
1010 "Use" parse parameters.
1011 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
1012 * data/glr.c, data/glr.cc: Use them.
1013 * data/glr.c (YYUSE): Have a C++ definition that supports
1014 non-pointer types.
1015
1016 2005-11-14 Akim Demaille <akim@epita.fr>
1017
1018 * data/glr.c (yyexpandGLRStack): Declare only if defined.
1019
1020 2005-11-14 Akim Demaille <akim@epita.fr>
1021
1022 * data/glr.cc: New.
1023 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
1024
1025 2005-11-12 Akim Demaille <akim@epita.fr>
1026
1027 Let position and location be PODs.
1028 * data/location.cc (position::initialize, location::initialize): New.
1029 (position::position, location::location): Define only if
1030 b4_location_constructors is defined.
1031 * data/lalr1.cc (b4_location_constructors): Define it for backward
1032 compatibility.
1033 * doc/bison.texinfo (Initial Action Decl): Use initialize.
1034
1035 2005-11-12 Akim Demaille <akim@epita.fr>
1036
1037 * data/lalr1.cc: Move the body of the ctor and dtor into the
1038 parser file (instead of the header).
1039 Wrap the implementations in a "namespace yy".
1040
1041 2005-11-12 Akim Demaille <akim@epita.fr>
1042
1043 Have glr.c include its header file when created.
1044 * data/glr.c (b4_shared_declarations): New.
1045 Output them verbatim in the parser if !%defines, otherwise
1046 output then in the header file, and include it instead.
1047
1048 2005-11-11 Akim Demaille <akim@epita.fr>
1049
1050 * data/glr.c: Comment changes.
1051
1052 2005-11-11 Akim Demaille <akim@epita.fr>
1053
1054 When yydebug, report semantic and location values for reductions.
1055 * data/glr.c (yy_reduce_print): Report the semantic values and the
1056 locations.
1057 (YY_REDUCE_PRINT): Adjust.
1058 (yyglrReduce): Use them.
1059 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
1060 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
1061 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
1062 traces.
1063
1064 2005-11-10 Akim Demaille <akim@epita.fr>
1065
1066 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
1067 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
1068 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
1069
1070 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
1071
1072 * m4/cxx.m4, examples/Makefile.am: Don't build
1073 examples/calc++ if no C++ compiler is available. (trivial change)
1074
1075 2005-11-09 Akim Demaille <akim@epita.fr>
1076
1077 * src/scan-skel.l: Use a couple of asserts.
1078
1079 2005-11-03 Akim Demaille <akim@epita.fr>
1080
1081 In some (weird) cases, the final state number is incorrect.
1082 Reported by Alexandre Duret-Lutz.
1083 * src/LR0.c (state_list_append): Remove the computation of
1084 final_state.
1085 (save_reductions): Do it here.
1086 (get_state): Alpha conversion.
1087 (generate_states): Use a for loop.
1088 * src/gram.h (item_number_is_rule_number)
1089 (item_number_is_symbol_number): New.
1090 * src/state.c: Use assert.
1091 * src/system.h: Include assert.h.
1092 * tests/sets.at (Accept): New.
1093
1094 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
1095
1096 * data/glr.c (yyfill): Adjust comment.
1097 (yyresolveAction): Initialize default location properly
1098 for empty right-hand sides.
1099 (yydoAction): Ditto.
1100 Add comment explaining apparently dead code.
1101 * tests/glr-regression.at
1102 (Incorrectly initialized location for empty right-hand side in GLR):
1103 New test.
1104
1105 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
1106
1107 * bootstrap (cleanup_gnulib): New function. Use it to clean up
1108 gnulib when interrupted. This fixes some race conditions and
1109 works around some portability problems (one noted by Paul
1110 Hilfinger).
1111
1112 2005-10-22 Akim <akim@epita.fr>
1113
1114 * Makefile.cfg: Adjust to config -> build-aux.
1115 Reported by twledo.
1116
1117 2005-10-21 Akim Demaille <akim@epita.fr>
1118
1119 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
1120 the %parse-params.
1121 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
1122 * data/yacc.c (b4_Pure_if): Rename as...
1123 (b4_yacc_pure_if): this.
1124 (YY_SYMBOL_PRINT, yyparse): Adjust.
1125 * doc/bison.texinfo: Formatting changes.
1126
1127 2005-10-21 Akim Demaille <akim@epita.fr>
1128
1129 Finish the transition config -> build-aux.
1130 * configure.ac, Makefile.am: Use build-aux.
1131 * config/prev-version, config/announce-gen, config/Makefile.am:
1132 Move to...
1133 * build-aux/prev-version, build-aux/announce-gen,
1134 * build-aux/Makefile.am: here.
1135
1136 2005-10-14 Akim Demaille <akim@epita.fr>
1137
1138 * examples/calc++/test: Use set -x only when VERBOSE.
1139
1140 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
1141
1142 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
1143 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
1144
1145 2005-10-13 Akim Demaille <akim@epita.fr>
1146
1147 * src/scan-skel.l: Output the base name parts of the parser and
1148 header file names.
1149 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
1150 additional checks.
1151 Use this to exercise C++ outputs in subdirs.
1152 Reported by Oleg Smolsky.
1153
1154 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
1155
1156 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
1157 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
1158 Problem reported by John P. Hartmann.
1159 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
1160 already defined it.
1161
1162 2005-10-12 Akim Demaille <akim@epita.fr>
1163
1164 * src/parse-gram.y (version_check): Exit 63 to please missing
1165 (stands for "version mismatch).
1166 * tests/input.at, doc/bison.texinfo: Adjust.
1167
1168 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
1169
1170 Work around portability problems with Visual Age C compiler
1171 (xlc and xlC_r) reported by John P. Hartmann.
1172 * data/location.cc (initial_column, initial_line): Remove.
1173 All uses replaced by 0 and 1.
1174 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
1175 that xlc complains about.
1176 * src/scan-skel.l (skel_wrap): Likewise.
1177 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
1178 as __STDC__.
1179 * data/yacc.c (YYMODERN_C): New macro, which also looks at
1180 __STDC_VERSION__. Use it everywhere instead of looking at
1181 __STDC__ and __cplusplus.
1182
1183 2005-10-10 Akim Demaille <akim@epita.fr>
1184
1185 * examples/calc++/test: Be quiet unless VERBOSE.
1186
1187 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
1188
1189 * data/c.m4 (yydestruct, yysymprint):
1190 Use YYUSE instead of casting to void.
1191 * data/glr.c (YYUSE): New macro.
1192 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
1193 Use it instead of rolling our own.
1194 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
1195 (YYCHK1):
1196 Use /*CONSTCOND*/ to suppress lint warnings.
1197 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
1198 (YY_STACK_PRINT): Use 'false' not '0'.
1199 (YYUSE): New macro.
1200 (yysymprint_, yydestruct_): Use it instead of rolling our own.
1201 * data/yacc.c (YYUSE): New macro.
1202 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
1203 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
1204 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
1205
1206
1207 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
1208 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
1209
1210 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
1211
1212 Undo the parts of the unlocked-I/O change that substituted
1213 putc or puts for printf. This might hurt performance a bit,
1214 but some people prefer the printf style.
1215 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
1216 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
1217 All uses replaced by YYFPRINTF and YYDPRINTF.
1218 * data/yacc.c: Likewise.
1219 * lib/bitset.c (bitset_print): Likewise.
1220 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
1221 putc and puts.
1222 * lib/lbitset.c (debug_lbitset): Likewise.
1223 * src/closure.c (print_firsts, print_fderives): Likewise.
1224 * src/gram.c (grammar_dump): Likewise.
1225 * src/lalr.c (look_ahead_tokens_print): Likewise.
1226 * src/output.c (escaped_output): Likewise.
1227 (user_actions_output): Break apart two printfs.
1228 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
1229 * src/reduce.c (reduce_print): Likewise.
1230 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
1231 * src/system.h: Include unlocked-io.h rathe than stdio.h.
1232
1233 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
1234 Use assignments rather than casts-to-void to suppress
1235 unused-variable warnings. This pacifies 'lint'.
1236 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
1237 unused-variable warnings.
1238
1239 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1240
1241 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
1242
1243 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
1244
1245 Use unlocked I/O for a minor performance improvement on hosts like
1246 GNU/Linux and Solaris that support unlocked I/O. The basic idea
1247 is to use the gnlib unlocked-io module, and to prefer putc and
1248 puts to printf when either will work (since the latter doesn't
1249 come in an unlocked flavor).
1250 * bootstrap (gnulib_modules): Add unlocked-io.
1251 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
1252 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
1253 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
1254 and similarly for puts and putc and printf.
1255 * data/yacc.c: Likewise.
1256 * lib/bitset.c (bitset_print): Likewise.
1257 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
1258 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
1259 to printf.
1260 * lib/lbitset.c (debug_lbitset): Likewise.
1261 * src/closure.c (print_firsts, print_fderives): Likewise.
1262 * src/gram.c (grammar_dump): Likewise.
1263 * src/lalr.c (look_ahead_tokens_print): Likewise.
1264 * src/output.c (escaped_output): Likewise.
1265 (user_actions_output): Coalesce two printfs.
1266 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
1267 * src/reduce.c (reduce_print): Likewise.
1268 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
1269 * src/system.h: Include unlocked-io.h rather than stdio.h.
1270
1271 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
1272 this confuses xgettext.
1273
1274 2005-10-02 Akim Demaille <akim@epita.fr>
1275
1276 * bootstrap (gnulib_modules): Add strverscmp.
1277 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
1278 * m4/.cvsignore: Add strverscmp.m4.
1279 * src/parse-gram.y (%require): New token, new rule.
1280 (version_check): New.
1281 * src/scan-gram.l (%require): Adjust.
1282 * tests/input.at (AT_REQUIRE): New.
1283 Use it.
1284 * doc/bison.texinfo (Require Decl): New.
1285 (Calc++ Parser): Use %require.
1286
1287 2005-10-02 Akim Demaille <akim@epita.fr>
1288
1289 * data/location.cc: New.
1290
1291 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
1292 Akim Demaille <akim@epita.fr>
1293
1294 Make sure -odir/foo.cc creates dir/location.hh etc.
1295 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
1296 (spec_file_prefix, spec_verbose_file, spec_graph_file)
1297 (spec_defines_file): Now const.
1298 (dir_prefix): New.
1299 (short_base_name): Remove.
1300 * src/files.c: Adjust.
1301 (dirname.h): Include.
1302 (base_name): Don't prototype it.
1303 (finput): Remove, duplicates gram_in.
1304 (full_base_name, short_base_name): Replace by...
1305 (all_but_ext, all_but_tab_ext): these.
1306 (compute_base_names): Rename as...
1307 (compute_file_name_parts): this.
1308 Update to compute the new variables, including dir_prefix.
1309 Adjust dependencies.
1310 * src/output.c (prepare): Output them.
1311 * src/reader.c: Adjust to use gram_in, not finput.
1312 * src/scan-skel.l (@dir_prefix@): New.
1313
1314 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1315
1316 * lib/subpipe.c: New function end_of_output_subpipe() added
1317 to allow support for non-posix systems. This is a no-op function
1318 for posix systems.
1319
1320 * lib/subpipe.h: New function end_of_output_subpipe() added
1321 to allow support for non-posix systems. This is a no-op function
1322 for posix systems.
1323
1324 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
1325 handle the lack of pipe/fork functionality on non-posix systems.
1326
1327 * djgpp/Makefile.maint: DJGPP specific file.
1328
1329 * djgpp/README.in: DJGPP specific file.
1330
1331 * djgpp/config.bat: DJGPP specific configuration file.
1332
1333 * djgpp/config.sed: DJGPP specific configuration file.
1334
1335 * djgpp/config.site: DJGPP specific configuration file.
1336
1337 * djgpp/config_h.sed: DJGPP specific configuration file.
1338
1339 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
1340
1341 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
1342
1343 2005-10-02 Akim Demaille <akim@epita.fr>
1344
1345 * data/location.cc: New, extract from...
1346 * data/lalr1.cc: here.
1347 (location.hh): Include it after the user prologue, in case the
1348 filename type is defined by the user.
1349 Forward declation location and position before the pre-prologue.
1350 (yyresult_): Rename as...
1351 (yyresult): this, it's a local variable, not an attribute.
1352 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
1353
1354 2005-10-01 Akim Demaille <akim@epita.fr>
1355
1356 * examples/extexi: Restore the #line generation.
1357
1358 2005-09-30 Akim Demaille <akim@epita.fr>,
1359 Alexandre Duret-Lutz <adl@gnu.org>
1360
1361 Move the token type and YYSTYPE in the parser class.
1362 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
1363 (parser::token): New, from the moved free definition of tokens.
1364 (parser::semantic_value): Now a full definition instead of an
1365 indirection to YYSTYPE.
1366 (b4_post_prologue): No longer included in the header file, but
1367 in the implementation file.
1368 * doc/bison.texi (C+ Language Interface): Update.
1369 * src/parse-gram.y: Support unary %define.
1370 * tests/actions.at: Define global_tokens_and_yystype for backward
1371 compatibility until we update the tests.
1372 * tests/calc.at: Idem.
1373 (first_line, first_column, last_line, last_column): Define for lalr1.cc
1374 to simplify the code.
1375
1376 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
1377
1378 Port to SunOS 4.1.4, which lacks strtoul and strerror.
1379 Ah, the good old days! Problem reported by Peter Klein.
1380 * bootstrap (gnulib_modules): Add strerror, strtoul.
1381 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
1382 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
1383
1384 2005-09-29 Akim Demaille <akim@epita.fr>
1385
1386 * data/c.m4 (b4_error_verbose_if): New.
1387 * data/lalr1.cc: Use it.
1388 (YYERROR_VERBOSE_IF): Remove.
1389 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
1390 parser members, replaced by...
1391 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
1392 local variables.
1393 (yysyntax_error_): Takes the state number as argument.
1394 (yyreduce_print_): Use the argument yyrule, not the former
1395 attribute yyn_.
1396
1397 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
1398
1399 * bootstrap (gnulib_modules): Add verify.
1400 * lib/.cvsignore: Add verify.h.
1401 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
1402 * src/system.h (verify): Remove.
1403 Include verify.h instead.
1404 * src/tables.c (tables_generate): Use new API for 'verify'.
1405
1406 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
1407
1408 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
1409 local variables whose names begin with 'yy'.
1410 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
1411 Trivial changes from Joel E. Denny.
1412
1413 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
1414 it itself.
1415 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
1416 don't use alloca any more.
1417
1418 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
1419 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
1420 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
1421 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
1422 to match yacc.c, to test more hosts.
1423
1424 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
1425
1426 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
1427 doesn't affect behavior.
1428 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
1429 Solaris, AIX, MSC.
1430 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
1431 This works a bit better with glibc, if user code has already included
1432 stdlib.h.
1433 * doc/bison.texinfo (Bison Parser): Document that users can't
1434 arbitrarily use malloc and free for other purposes. Document
1435 that <alloca.h> and <malloc.h> might be included.
1436 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
1437 user must declare alloca.
1438
1439 * HACKING (release): Forwarn the Translation Project about
1440 stable releses.
1441
1442 2005-09-20 Akim Demaille <akim@epita.fr>
1443
1444 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
1445
1446 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
1447
1448 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
1449 (YYSTACK_ALLOC_MAXIMUM): Use it.
1450 (yysyntax_error): New function.
1451 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
1452 multiple syntax errors are reported, and alloca is being used.
1453 Instead, reallocate buffers twice as big each time, so that
1454 we waste at most half the allocated memory. Start with a small
1455 (128-byte) buffer that will suffice in most cases anyway.
1456 Use yysyntax_error to do most of the work.
1457
1458 * doc/bison.texinfo (Error Reporting, Table of Symbols):
1459 yynerrs is the number of errors reported, not the number of
1460 errors encountered.
1461
1462 * tests/glr-regression.at (Duplicated user destructor for lookahead):
1463 Mark it as expected to fail.
1464 Cast result of malloc; problem reported by twlevo@xs4all.nl.
1465 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
1466 Don't start user-code symbols with "yy", to avoid name space problems.
1467
1468 2005-09-19 Akim Demaille <akim@epita.fr>
1469
1470 Remove the traits, failed experiment.
1471 It never proved useful, and anyway because of the current
1472 definition, it was not possible to have several specialization of
1473 this traits, making it useless.
1474 * data/lalr1.cc (yy:traits): Remove.
1475 Inline its definitions in the parser class.
1476
1477 2005-09-19 Akim Demaille <akim@epita.fr>
1478
1479 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
1480 least Mac OSX with a /usr/local install of gettext.
1481
1482 2005-09-19 Akim Demaille <akim@epita.fr>
1483
1484 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
1485 and yytoken for similarity with the other skeletons.
1486
1487 2005-09-19 Akim Demaille <akim@epita.fr>
1488
1489 * NEWS, configure.ac: update version number to 2.1a.
1490
1491 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
1492
1493 * NEWS: Version 2.1.
1494
1495 * NEWS: Remove notice of yytname change, since it was never in an
1496 official release.
1497 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
1498 diagnostic.
1499 * src/output.c (prepare): Likewise.
1500 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
1501 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
1502 is not defined. This is an awful hack, but it's enough for now.
1503 All callers changed.
1504 * tests/glr-regression-at (make_value): Args are const pointers now,
1505 to avoid GCC warning.
1506 (Duplicated user destructor for lookahead): New test. Currently
1507 skipped. It fails on my host but I'm not sure it'll always fail.
1508
1509 2005-09-16 Akim Demaille <akim@epita.fr>
1510
1511 * src/symtab.h (struct symbol): Declare the printer and destructor
1512 as const, to avoid accidental calls to free.
1513 (symbol_destructor_set, symbol_printer_set): Adjust.
1514 * src/symtab.c: Adjust.
1515
1516 2005-09-16 Akim Demaille <akim@epita.fr>
1517
1518 * data/c.m4 (b4_token_enums): New.
1519 (b4_token_defines): Rename as...
1520 (b4_token_enums_defines): this.
1521 (b4_token_defines): New, output only the #defines.
1522 * data/yacc.c, data/glr.c: Adjust.
1523 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
1524 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
1525 as default values.
1526
1527 2005-09-16 Akim Demaille <akim@epita.fr>
1528
1529 * data/lalr1.cc (yylex_): Remove, inline its code.
1530 (yyreport_syntax_error_): Remove, replaced by...
1531 (yysyntax_error_): this which returns a string and leaves to the
1532 caller the call to the users' error function.
1533 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
1534 Move from members of the parser object...
1535 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
1536 to local variables of the parse function.
1537
1538 2005-09-16 Akim Demaille <akim@epita.fr>
1539
1540 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
1541 since it's in Bison's name space.
1542
1543 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
1544
1545 * data/glr.c (yyresolveValue): Add default case to pacify
1546 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
1547
1548 * NEWS: Document when yyparse started to return 2.
1549 * doc/bison.texinfo (Parser Function): Document when yyparse
1550 returns 2.
1551
1552 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
1553 (b4_filename_type): Renamed back from b4_file_name_type. All uses
1554 changed.
1555 (class position): file_name -> filename (reverting). All uses changed.
1556
1557 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
1558
1559 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
1560 do anything if $@ exists. This reverts part of the 2005-07-07
1561 patch.
1562
1563 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
1564
1565 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
1566 contains obsolete information and isn't worth distributing as a
1567 separate file anyway.
1568 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
1569 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
1570 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
1571 (yyparse): Abort if user code uses longjmp to throw an unexpected
1572 value.
1573
1574 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
1575
1576 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
1577 Suggested by twlevo@xs4all.nl.
1578
1579 * data/glr.c (YYCHK1): Do not assume YYE is in range.
1580 This avoids a diagnostic from gcc -Wswitch-enum.
1581 Problem reported by twlevo@xs4all.nl.
1582
1583 * doc/bison.texinfo: Don't use "filename", as per GNU coding
1584 standards. Use "file name" or "file" or "name", depending on
1585 the context.
1586 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
1587 not to hack/foo.tab.c.
1588 (Calc++ Top Level): 2nd arg of main is not const.
1589 * data/glr.c: b4_filename -> b4_file_name.
1590 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
1591 All uses changed.
1592 (class position): filename -> file_name. All uses changed.
1593 * data/yacc.c: b4_filename -> b4_file_name.
1594 * lib/bitset.h: filename -> file_name in local vars.
1595 * lib/bitset_stats.c: Likewise.
1596 * src/files.c: Likewise.
1597 * src/scan-skel.l ("@output ".*\n): Likewise.
1598 * src/files.c (file_name_split): Renamed from filename_split.
1599 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
1600
1601 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
1602
1603 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
1604 to accommodate latest gnulib.
1605
1606 * tests/glr-regression.at (Duplicate representation of merged trees):
1607 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
1608
1609 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
1610 needed.
1611
1612 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
1613
1614 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
1615 All uses changed. Invoke user destructor after an error during a
1616 split parse (trivial change from Joel E. Denny).
1617
1618 * tests/glr-regression.at
1619 (User destructor after an error during a split parse): New test case.
1620 Problem reported by Joel E. Denny in:
1621 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
1622
1623 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
1624
1625 * README-cvs: Give URLs for recommended tools.
1626 Mention Gzip version problem, and bootstrapping issues.
1627 Remove troubleshooting section, as it's somewhat obsolete.
1628
1629 * bootstrap (no_cache): New var, to accommodate different wget
1630 variants. Use it instead of '-C off'. Problem reported by
1631 twlevo@xs4all.nl.
1632
1633 * data/glr.c (yydestroyStackItem): New function.
1634 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
1635 debugging information. Problem reported by Joel E. Denny.
1636
1637 2005-08-25 Akim Demaille <akim@epita.fr>
1638
1639 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
1640
1641 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
1642
1643 * data/glr.c (yyrecoverSyntaxError, yyreturn):
1644 Don't invoke destructor on unresolved entries.
1645 * tests/glr-regression.at
1646 (User destructor for unresolved GLR semantic value): New test case.
1647 Problem reported by Joel E. Denny in:
1648 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
1649
1650 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
1651
1652 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
1653 Add strnlen.c.
1654 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
1655 lib-prefix.m4, po.m4.
1656
1657 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
1658 in yydestruct diagnostic, since it might not be an error.
1659 Problem reported by Joel Denny near end of
1660 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
1661 * data/lalr1.cc (yyerturn): Likewise.
1662 * data/yacc.c (yyreturn): Likewise.
1663 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
1664
1665 * src/files.c: Remove obsolete FIXME comment.
1666
1667 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
1668 with the other templates, and to fix bogus run-on messages such
1669 as the one reported at the end of
1670 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
1671 All callers changed to avoid the newline.
1672 (yyprocessOneStack): Output two lines rather than one, to accommodate
1673 the above change. This changes the debug output format slightly.
1674
1675 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
1676 reported by Joel E. Denny in
1677 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
1678 (trivial change).
1679 * tests/glr-regression.at (Duplicate representation of merged trees):
1680 New test, from Joel E. Denny in:
1681 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
1682 * THANKS: Add Joel E. Denny.
1683
1684 * configure.ac (AC_INIT): Bump to 2.0c.
1685
1686 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
1687
1688 * NEWS: Version 2.0b.
1689
1690 * Makefile.am (SUBDIRS): Put examples before tests, so that
1691 "make check" doesn't finish with "All 1 tests passed".
1692
1693 * tests/regression.at (Token definitions): Don't rely on
1694 AT_PARSER_CHECK for data that contains backslashes. It currently
1695 uses 'echo', and 'echo' isn't portable if its argument contains
1696 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
1697 that the byte '\0xff' is not printable in the C locale; it is,
1698 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
1699 not printable, so use '\0x81' to test.
1700
1701 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
1702 version of GCC, since the macro is used with non-GCC compilers.
1703
1704 Fix core dump reported by Pablo De Napoli in
1705 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
1706 * tests/regression.at (Invalid inputs with {}): New test.
1707 * src/parse-gram.y (token_name): Translate type before using
1708 it as an index.
1709
1710 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
1711 the user's name space. All uses changed to __attribute__
1712 ((__unused__)).
1713 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
1714 Add __attribute__ ((__noreturn__)).
1715
1716 * etc/clcommit: Remove. We weren't using it, and it failed
1717 "make maintainer-distcheck".
1718 * Makefile.maint: Merge from coreutils.
1719 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
1720 (syntax-check-rules): Change list of rules as described below.
1721 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
1722 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
1723 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
1724 (sc_trailing_space): New rules.
1725 (sc_xalloc_h_in_src): Remove.
1726 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
1727 (sc_space_tab, sc_error_exit_success, sc_changelog):
1728 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
1729 (makefile-check, po-check, author_mark_check):
1730 (makefile_path_separator_check, copyright-check):
1731 Use grep -n, to make it easier to find violations.
1732 Use CVS_LIST and CVS_LIST_EXCEPT.
1733 (header_regexp, h_re): Remove.
1734 (dd_c): New macro.
1735 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
1736 (my-distcheck): Use more-modern GCC flags.
1737 (signatures, %.asc): Remove.
1738 (rel-files, announcement): Remove signatures.
1739 Restore old updating code, even though we don't use it, so
1740 that we're the same as coreutils.
1741 (alpha, beta, major): Depend on news-date-check.
1742 Make the upload commands.
1743
1744 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
1745 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
1746 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
1747 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
1748 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
1749 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
1750 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
1751 * tests/sets.at: Likewise.
1752
1753 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
1754 we comment out the Autoconf version number.
1755 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
1756 it's error-prone and "make maintainer-distcheck" rejects it.
1757
1758 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
1759 Indent calls to "error" to pacify "make maintainer-distcheck",
1760 when the calls are not intended to be translated.
1761 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
1762
1763 * src/Makefile.am (DEFS): Use +=, to pacify
1764 "make maintainer-distcheck".
1765 (bison_SOURCES): Add scan-skel.h.
1766 (sc_tight_scope): New rule, from coreutils.
1767
1768 * src/files.c (src_extension, header_extension):
1769 Now static, not extern.
1770 * src/getargs.c (short_options): Likewise.
1771 * src/muscle_tab.c (muscle_table): Likewise.
1772 * src/parse-gram.y (current_class, current_type, current_prec):
1773 Likewise.
1774 * src/reader.c (grammar_end, previous_rule_end): Likewise.
1775 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
1776 * src/main.c (main): Cast bindtextdomain and textdomain calls to
1777 void, to avoid warning when NLS is disabled.
1778 * src/output.c: Include scan-skel.h.
1779 (scan_skel): Remove decl, since scan-skel.h does this.
1780 (output_skeleton):
1781 Indent calls to "error" to pacify "make maintainer-distcheck".
1782 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
1783 * src/reader.h (gram_end, gram_lineno): New decls to pacify
1784 "make maintainer-distcheck".
1785 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
1786 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
1787 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
1788 (skel_lex_destroy, scan_skel): Move these decls to...
1789 * src/scan-skel.h: New file.
1790 * src/uniqstr.c (uniqstr_assert):
1791 Indent calls to "error" to pacify "make maintainer-distcheck".
1792
1793 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
1794 not @VAR@.
1795
1796 * tests/torture.at: Revamp to avoid misuse of atoi that
1797 "make maintainer-distcheck" complained about.
1798
1799 * examples/extexi (message): Don't print a message more than once,
1800 and omit line-number decoration that makes Emacs compile think
1801 that informative messages are worth worrying about.
1802
1803 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
1804
1805 * configure.ac: Update version number.
1806
1807 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
1808 accidentally.
1809 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
1810 autogenerated by the maintainer.
1811 * examples/calc++/.cvsignore: Add *.yy.
1812
1813 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
1814 * lib/bitset_stats.c (bitset_stats_init): Likewise.
1815 * lib/bitsetv.c (bitsetv_alloc): Likewise.
1816
1817 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
1818
1819 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
1820 from maintainer-distcheck about casting the argument of 'free'.
1821
1822 * NEWS: Mention recent yytname changes.
1823 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
1824
1825 * bootstrap: For translations that have not yet been upgraded to
1826 the new runtime-po domain, prime the pump by extracting the
1827 relevant strings from the obsolete translations. This code can be
1828 removed once the bison-runtime domain has been translated by each
1829 team.
1830
1831 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
1832 now that token names are already quoted.
1833
1834 Fix problem reported by Anthony Heading.
1835 * data/glr.c (YYTOKEN_TABLE): New macro.
1836 (yytname): Define if YYTOKEN_TABLE.
1837 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
1838 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
1839 (YYERROR_VERBOSE): Define the same way the other skeletons do.
1840 * src/output.c (prepare_symbols): Output token_table_flag.
1841
1842 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
1843
1844 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
1845 again if the first call fails.
1846
1847 * data/glr.c (yytnamerr): New function.
1848 (yyreportSyntaxError): Use it to dequote most string literals.
1849 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
1850 with other skeletons. All uses changed.
1851 (yytnameerr_): New function.
1852 (yyreport_syntax_error): Use it to dequote most string literals.
1853 * data/yacc.c (yytnamerr): New function.
1854 (yyerrlab): Use it to decode most string literals.
1855 * doc/bison.texinfo (Decl Summary, Calling Convention):
1856 Clarify quoting convention of yytname.
1857 * src/output.c (prepare_symbols): Quote all names. This undoes
1858 the 2005-04-17 change, which is now accomplished (mostly) via
1859 changes in the parsers as described above.
1860 * tests/regression.at (Token definitions, Web2c Actions):
1861 Undo most 2005-04-17 change here, too.
1862
1863 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
1864
1865 Fix more problems reported by twlevo@xs4all.nl.
1866 * tests/cxx-type.at: Don't pipe output of ./types through sed to
1867 remove trailing spaces. This loses the exit status of ./types,
1868 and isn't needed since ./types shouldn't be emitting trailing
1869 spaces.
1870 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
1871 as the stack isn't valid in that case.
1872
1873 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
1874 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
1875 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
1876 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
1877 is used.
1878 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
1879 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
1880 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
1881 Likewise.
1882
1883 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
1884 overly-picky compilers that reject 'char *foo = "bar";'.
1885
1886 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
1887 to FILE * parameter, not to stderr. This fixes a typo introduced
1888 in the 2005-07-12 change.
1889
1890 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
1891 warnings from GCC 4.
1892
1893 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
1894 (yyglrShiftDefer, yysplitStack):
1895 Remove unused parameters b4_pure_formals. All uses changed.
1896 (yyglrShift): Remove unused parameters b4_user_formals.
1897 All uses changed.
1898 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
1899
1900 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
1901
1902 Destructor cleanups and regularization among the three skeletons.
1903 * NEWS: Document the behavior changes.
1904 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
1905 stack before failing, as the cleanup code will do it for us now.
1906 * data/lalr1.cc (yyerrlab): Likewise.
1907 * data/glr.c (yyparse): Pop everything off the stack before
1908 freeing it, so that destructors get called properly.
1909 * data/lalr1.cc (yyreturn): Likewise.
1910 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
1911 This is more consistent.
1912 * doc/bison.texinfo (Destructor Decl): Mention more reasons
1913 why destructors might be called. 1.875 -> 2.1.
1914 (Destructor Decl, Decl Summary, Table of Symbols):
1915 Some English-language cleanups for %destructor.
1916 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
1917 Add output line for destructor of start symbol.
1918 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
1919 because of that same extra output line.
1920
1921 * NEWS: Document minor wording changes in diagnostics of
1922 Bison-generated parsers.
1923 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
1924 Remove unused formals. All uses changed.
1925 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
1926 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
1927 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
1928 Rename yyoverflowab to yyexhaustedlab.
1929 When memory exhaustion occurs during syntax-error reporting,
1930 report it separately rather than in a single diagnostic; this
1931 eases translation.
1932 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
1933 (Memory Exhausted): Renamed from Parser Stack Overflow.
1934 Revamp wording slightly to prefer "memory exhaustion".
1935 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
1936
1937 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
1938
1939 Add i18n support to the GLR skeleton. Partially fix the C++
1940 skeleton; a C++ expert needs to finish this. Remove debugging
1941 msgids; there's little point to having them translated, since they
1942 can be understood only by someone who can read the
1943 (English-language) source code.
1944
1945 Generate runtime-po/bison-runtime.pot automatically, so that we
1946 don't have to worry about garbage getting in that file. We'll
1947 make sure after the next official release that old msgids don't
1948 get lost. See
1949 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
1950
1951 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
1952 Now auto-generated.
1953 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
1954 Fix typos in explanations of the runtime file.
1955 * bootstrap: Change gettext keyword from YYI18N to YY_.
1956 Use standard Makefile.in.in in runtime-po, since we'll arrange
1957 for backward-compatible bison-runtime.po files in a different way.
1958 * data/glr.c (YY_): New macro, from yacc.c.
1959 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
1960 Translate messages intended for users.
1961 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
1962 the wording in the other skeletons. We don't know that the memory
1963 is virtual.
1964 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
1965 Use same method that yacc.c uses.
1966 Don't translate debugging messages.
1967 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
1968 it doesn't work (yet), and requires C++ expertise to fix.
1969 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
1970 Move defn to a more logical place, to be consistent with other
1971 skeletons.
1972 Don't translate debugging messages.
1973 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
1974 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
1975 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
1976 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
1977
1978 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
1979 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
1980 void, not int.
1981 * tests/glr-regression.at (Badly Collapsed GLR States):
1982 Likewise.
1983 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
1984 yylex should return 0 at EOF rather than aborting.
1985
1986 Improve tests for stack overflow in GLR parser.
1987 Problem reported by twlevo@xs4all.nl.
1988 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
1989 All uses removed.
1990 (yyStackOverflow): Just longjmp, but with value 2 so that caller
1991 can handle the problem.
1992 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
1993 (yyparse): New local variable yyresult to record the result.
1994 Use result of setjmp to set it, rather than storing itinto
1995 struct.
1996 (yyDone): Remove label.
1997 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
1998 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
1999 if YYABORT is used).
2000 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
2001 yyparse status; put status > 1 into diagnostic.
2002 Check that status==2 works.
2003 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
2004 Use exit status 3 for failure to open (which shouldn't happen).
2005
2006 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
2007
2008 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
2009 1 on syntax error; just let yyparse do its thing.
2010 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
2011 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
2012 (Exploding the Stack Size with Alloca):
2013 (Exploding the Stack Size with Malloc):
2014 Expect exit status 2, not 1, since the parser is supposed to blow
2015 its stack. Problem reported by twlevo@xs4all.nl.
2016
2017 * data/glr.c (yyparse): Don't assume that the initial calls
2018 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
2019 Print a stack-overflow message and fail instead.
2020 Initialize the line-number information before creating the stack,
2021 so that the stack-overflow message can report line zero safely.
2022
2023 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
2024
2025 Fix problems reported by twlevo@xs4all.nl.
2026 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
2027 (yyuserMerge): Provide a default case if b4_mergers is empty.
2028 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
2029 * tests/glr-regression.at
2030 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
2031 Add casts to pacify C++ compilers.
2032 * tests/glr-regression.at (Improper merging of GLR delayed action
2033 sets): Declare yylex before using it.
2034 * tests/Makefile.am (maintainer-check-g++): Fix a stray
2035 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
2036 test for valgrind; valgrind is independent of g++.
2037 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
2038 for compatibility with POSIX 1003.1-2001 (if running coreutils).
2039 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
2040 Use a destructor, so that we can expand the stack. Change
2041 YYSTYPE to char * so that we can free it. Cast result of malloc.
2042
2043 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
2044
2045 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
2046 a valgrind failure. Problem reported by twlevo@xs4all.nl.
2047
2048 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
2049
2050 * PACKAGING: New file, suggested by Bruno Haible and taken from
2051 similar wording in gettext's PACKAGING file.
2052 * NEWS: Mention PACKAGING.
2053 * Makefile.am (EXTRA_DIST): Add PACKAGING.
2054
2055 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
2056
2057 * NEWS: Document recent i18n improvements.
2058 * bootstrap: Get runtime translations into runtime-po.
2059 Create runtime-po files automatically, if possible.
2060 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
2061 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
2062 does not infringe on the user's name space.
2063 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
2064 * doc/bison.texinfo (Internationalization): Revamp the English
2065 and Texinfo syntax a bit, to try to make it clearer.
2066 (Bison Options, Option Cross Key): Mention --print-localedir.
2067 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
2068 YYENABLE_NLS. Quote a bit more.
2069 * runtime-po/.cvsignore: New file.
2070 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
2071 * runtime-po/Rules-quot: Remove; now created by bootstrap.
2072 * runtime-po/quot.sed: Likewise.
2073 * runtime-po/boldquot.sed: Likewise.
2074 * runtime-po/en@quot.header: Likewise.
2075 * runtime-po/en@boldquot.header: Likewise.
2076 * runtime-po/insert-header.sin: Likewise.
2077 * runtime-po/remove-potcdate.sin: Likewise.
2078 * runtime-po/Makevars: Likewise.
2079 * runtime-po/LINGUAS: Likewise.
2080 * runtime-po/de.po: Likewise; we will rely on the translation project
2081 to maintain this, so "bootstrap" should get it.
2082 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
2083 its value.
2084 * src/main.c (main): Bind the bison-runtime domain, too.
2085
2086 2005-07-12 Bruno Haible <bruno@clisp.org>
2087
2088 * data/yacc.c: Include <libintl.h> when NLS is enabled.
2089 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
2090 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
2091 * runtime-po: New directory.
2092 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
2093 $(DOMAIN).pot-update rule, so that old messages are never dropped.
2094 * runtime-po/Rules-quot: New file, copied from po/.
2095 * runtime-po/quot.sed: Likewise.
2096 * runtime-po/boldquot.sed: Likewise.
2097 * runtime-po/en@quot.header: Likewise.
2098 * runtime-po/en@boldquot.header: Likewise.
2099 * runtime-po/insert-header.sin: Likewise.
2100 * runtime-po/remove-potcdate.sin: Likewise.
2101 * runtime-po/Makevars: New file.
2102 * runtime-po/POTFILES.in: New file.
2103 * runtime-po/LINGUAS: New file.
2104 * runtime-po/bison-runtime.pot: New file.
2105 * runtime-po/de.po: New file.
2106 * m4/bison.m4: New file.
2107 * Makefile.am (SUBDIRS): Add runtime-po.
2108 (aclocaldir, aclocal_DATA): New variables.
2109 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
2110 Define aclocaldir.
2111 * src/getargs.c (usage): Document --print-localedir option.
2112 (PRINT_LOCALEDIR_OPTION): New enum item.
2113 (long_options): Add --print-localedir option.
2114 (getargs): Handle --print-localedir option.
2115 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
2116 (Internationalization): New section.
2117
2118 2005-07-12 Akim Demaille <akim@epita.fr>
2119
2120 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
2121 for consistency with the rest of the code.
2122 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
2123 Add separators.
2124
2125 2005-07-12 Akim Demaille <akim@epita.fr>
2126
2127 * src/parse-gram.y: Use %printer instead of YYPRINT.
2128
2129 2005-07-12 Akim Demaille <akim@epita.fr>
2130
2131 * src/symtab.h, src/symtab.c (symbol_print): New.
2132 * src/symlist.h, src/symlist.c (symbol_list_print): New.
2133 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
2134
2135 2005-07-12 Akim Demaille <akim@epita.fr>
2136
2137 * data/glr.c (b4_syncline): Fix (swap) the definitions of
2138 b4_at_dollar and b4_dollar_dollar.
2139
2140 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
2141
2142 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
2143 and Pennello's paper.
2144
2145 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
2146
2147 * data/yacc.c (yyparse): Undo previous patch. Instead,
2148 set yylsp[0] and yyvsp[0] only if the initial action
2149 sets yylloc and yylval, respectively.
2150
2151 * data/yacc.c (yyparse): In the initial action, set
2152 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
2153 This avoids the use of undefined variables if the initial
2154 action does not set yylloc and/or yylval.
2155
2156 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
2157
2158 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
2159 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
2160 Remove from CVS. These files are automatically generated.
2161 * examples/extexi: Clarify that this file is now part of Bison,
2162 not GNU M4, and that it works with any POSIX-compatible Awk.
2163 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
2164 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
2165 so that we also get calc++-parser.yy. Geneate it.
2166 Use $(AWK), not gawk, since any conforming Awk will do.
2167 Put comment before action, since older 'make' can't handle comment
2168 in action.
2169 $(BUILT_SOURCES): List all built sources, not just some of them.
2170 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
2171 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
2172 $($(calc_sources_generated)): Remove unnecessary test for existence
2173 of target. (This had a shell syntax error anyway; a stray "x".)
2174 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
2175 calc++-parser.yy.
2176 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
2177
2178 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
2179 implied by the other modules.
2180
2181 2005-07-06 Akim Demaille <akim@epita.fr>
2182
2183 Bind examples/calc++ to the package.
2184 * examples/calc++/Makefile: Remove, replaced by...
2185 * examples/calc++/Makefile.am: ... this new file.
2186 * examples/calc++/test: Remove input.
2187 * examples/calc++/compile: Remove.
2188 * examples/Makefile.am: New.
2189 * configure.ac, Makefile.am: Adjust.
2190 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
2191
2192 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
2193
2194 * data/glr.c (yyFail): Drastically simplify; since the format argument
2195 never had any % directives, we can simply pass it to yyerror.
2196 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
2197 be modified later, as that is the usual style in glr.c.
2198 Problems reported by Paul Hilfinger.
2199
2200 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
2201 and size overflow errors.
2202 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
2203 in case the user prolog sets feature-test macros like _GNU_SOURCE.
2204 (YYSIZEMAX): New macro.
2205 (yystpcpy): New function, taken from yacc.c.
2206 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
2207 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
2208 so that we don't have to maintain their signatures.
2209 (yyFail): Check for buffer overflow, by using vsnprintf rather
2210 than vsprintf. Allocate a bigger buffer if possible.
2211 Report an error if buffer allocation fails.
2212 (yyStackOverflow): New function.
2213 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
2214 the initialization was successful. It might fail if storage was
2215 exhausted.
2216 (yyexpandGLRStack): Add more checks for storage allocation failure.
2217 Use yyStackOverflow to report failures.
2218 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
2219 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
2220 Don't assume stack number fits in int.
2221 (yysplitStack): Check for storage allocation failure.
2222 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
2223 can print diagnostics on storage allocation failure. All callers
2224 changed.
2225 (yyresolveValue): Use yybool for boolean.
2226 (yyreportSyntaxError): Check for size-calculation overflow.
2227 This code is taken from yacc.c.
2228 (yyparse): Check for storage allocation errors when allocating
2229 the initial stack.
2230
2231 2005-07-05 Akim Demaille <akim@epita.fr>
2232
2233 Extract calc++ from the documentation.
2234 * doc/bison.texinfo (Calc++): Add the extraction marks.
2235 * examples/extexi: New, from the aborted GNU Programming 2E.
2236 Separate the different paragraph of a file with empty lines.
2237 * examples/Makefile: Use it to extract the whole calc++ example.
2238
2239 2005-06-24 Akim Demaille <akim@epita.fr>
2240
2241 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
2242 class typedefs.
2243
2244 2005-06-22 Akim Demaille <akim@epita.fr>
2245
2246 * doc/bison.texinfo (C++ Language Interface): First stab.
2247 (C++ Parsers): Remove.
2248
2249 2005-06-22 Akim Demaille <akim@epita.fr>
2250
2251 * data/lalr1.cc (yylex_): Honor %lex-param.
2252
2253 2005-06-22 Akim Demaille <akim@epita.fr>
2254
2255 Start a set of simple examples.
2256 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
2257 * examples/calc++/calc++-driver.hh,
2258 * examples/calc++/calc++-parser.yy,
2259 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
2260 * examples/calc++/compile, examples/calc++/test: New.
2261
2262 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
2263
2264 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
2265 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
2266 which stems from the 2005-05-27 patch.
2267
2268 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2269
2270 * data/glr.c: Modify treatment of unused parameters to permit use
2271 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
2272
2273 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
2274
2275 Fix infringement on user name space reported by Janos Zoltan Szabo.
2276 * data/yacc.c (yyparse): strlen -> yystrlen.
2277
2278 2005-05-30 Akim Demaille <akim@epita.fr>
2279
2280 * data/lalr1.cc (_): New.
2281 Translate the various messages.
2282
2283 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
2284
2285 Fix infringement on user name space reported by Bruno Haible.
2286 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
2287 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
2288 the user's name space.
2289 (alloca): Include <stdlib.h> to get it, if it's not built in.
2290 (YYMALLOC, YYFREE): Define only if needed.
2291 (malloc, free): Declare, but only if needed, as this infringes on
2292 the user name space.
2293
2294 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
2295
2296 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
2297 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
2298 with %d format.
2299 * lib/ebitset.c (min, max): Undef before defining.
2300 * lib/vbitset.c (min, max): Likewise.
2301 * lib/subpipe.c (create_subpipe): Save local variables in case
2302 vfork clobbers them.
2303
2304 2005-05-24 Bruno Haible <bruno@clisp.org>
2305
2306 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
2307 error message syntax used by gcc-4.0.
2308
2309 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
2310
2311 * README: Mention m4 1.4.3. Remove obsolete advice about
2312 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
2313
2314 * bootstrap: Remove workaround for problem I encountered with
2315 gettext 0.14.1; it seems to be fixed now.
2316
2317 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
2318
2319 * NEWS: Version 2.0a.
2320
2321 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
2322 the previous change.
2323
2324 Various maintainer cleanups.
2325 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
2326 conftest*, for benefit of CVS commands run at the same time as
2327 "configure". Add build-aux, since "bootstrap" now creates it and
2328 its subfiles.
2329 * Makefile.cfg (move_if_change): Remove.
2330 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
2331 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
2332 (po_repo, do-po-update, po-update, wget_files, get-targets):
2333 (config.guess-url_prefix, config.sub-url_prefix):
2334 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
2335 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
2336 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
2337 Remove.
2338 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
2339 this is now the recommended name.
2340 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
2341 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
2342 ylwrap. These files now go into build-aux.
2343 * config/move-if-change: Remove.
2344 * config/prev-version.txt: Bump from 1.75 to 2.0.
2345
2346 * bootstrap: Add stdio-safer, unistd-safer modules.
2347 Remove m4/glibc2.m4 (introduced by latest gnulib, but
2348 we don't need it).
2349 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
2350 fopen-safer.c, stdio-safer.h, unistd-safer.h.
2351 * lib/subpipe.c: Include "unistd-safer.h".
2352 (create_subpipe): Make sure all the newly-created
2353 file descriptors are > 2, so that diagnostics don't
2354 get sent down them (which might cause Bison to hang, in theory).
2355 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
2356 * src/files.c (xfopen): Use fopen_safer, not fopen.
2357
2358 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
2359 yesterday's yacc.c fix.
2360
2361 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
2362
2363 * data/glr.c, data/lalr1.cc: Update copyright date.
2364
2365 Fix a destructor bug reported by Wolfgang Spraul in
2366 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
2367 * data/yacc.c (yyabortlab): Don't call destructor, and
2368 don't set yychar to EMPTY.
2369 (yyoverflowlab): Don't call destructor.
2370 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
2371 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
2372 since we no longer output the message "discarding lookahead token
2373 end of input ()".
2374
2375 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
2376
2377 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
2378 fix a small glitch in debugging output.
2379 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
2380 after YY_SYMBOL_PRINT where needed.
2381
2382 (struct yyGLRState): Add some comments.
2383 (struct yySemanticOption): Add some comments.
2384 (union yyGLRStackItem): Add comment.
2385
2386 (yymergeOptionSets): Correct this to properly perform the union,
2387 avoiding infinite reported by Michael Rosien.
2388 Update comment.
2389
2390 * tests/glr-regression.at: Add test for GLR merging error reported
2391 by M. Rosien.
2392
2393 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
2394
2395 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
2396 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
2397 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
2398 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
2399 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
2400 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
2401 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
2402 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
2403 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
2404 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
2405 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
2406 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
2407 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
2408 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
2409 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
2410 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
2411 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
2412 src/derives.h, src/files.c, src/files.h, src/getargs.c,
2413 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
2414 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
2415 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
2416 src/output.h, src/parse-gram.c, src/parse-gram.h,
2417 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
2418 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
2419 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
2420 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
2421 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
2422 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
2423 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
2424 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
2425 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
2426 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
2427 tests/reduce.at, tests/regression.at, tests/sets.at,
2428 tests/synclines.at, tests/testsuite.at, tests/torture.at:
2429 Update FSF postal mail address.
2430
2431 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
2432
2433 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
2434 Problem reported by Ralf Menzel.
2435
2436 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
2437
2438 * tests/actions.at: Test that stack overflow invokes destructors.
2439 From Marcus Holland-Moritz.
2440 * data/yacc.c (yyerrlab): Move the code that destroys the stack
2441 from here....
2442 (yyreturn): to here. That way, destructors are called properly
2443 even if the stack overflows, or the user calls YYACCEPT or
2444 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
2445 (yyoverflowlab): Destroy the lookahead.
2446
2447 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
2448
2449 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
2450
2451 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
2452
2453 * NEWS: Bison-generated C parsers no longer quote literal strings
2454 associated with tokens.
2455 * src/output.c (prepare_symbols): Don't escape strings,
2456 since users don't want to see C escapes.
2457 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
2458 in diagnostics.
2459 * tests/input.at (Torturing the Scanner): Likewise.
2460 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
2461
2462 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
2463
2464 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
2465 the data size is known to be too small and we can't increase it.
2466 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
2467
2468 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
2469
2470 * src/parse-gram.y: Include quotearg.h.
2471 (string_as_id): Quote $1 before using it as a key, since the
2472 lexer no longer quotes it for us.
2473 (string_content): Don't strip quotes, since lexer no longer
2474 quotes it for us.
2475 * src/scan-gram.l: Include quotearg.h.
2476 ("\""): Omit quote.
2477 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
2478 a key, since the rest of the lexer doesn't quote it.
2479 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
2480 * tests/regression.at (Token definitions): Check for backslashes
2481 in token strings.
2482
2483 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
2484 (YYSIZE_T): Define to unsigned long int when using an older compiler.
2485 (yyparse): Revamp code to generate long syntax error message, to
2486 make it easier to translate, and to avoid problems with arithmetic
2487 overflow. Change "virtual memory" to "memory" in diagnostic, since
2488 we don't know whether the memory is virtual.
2489
2490 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
2491
2492 * NEWS: Bison-generated C parsers now use the _ macro to
2493 translate strings.
2494 * data/yacc.c (_) [!defined _]: New macro.
2495 All English strings wrapped inside this macro.
2496 * doc/bison.texinfo (Bison Parser): Document _.
2497 * po/POTFILES.in: Include src/parse-gram.c, since it now
2498 includes translateable strings that parse-gram.y doesn't.
2499
2500 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
2501
2502 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
2503 reverting the 2004-10-11 change to this function.
2504 (symbol_check_alias_consistency): Don't call symbol_type_set
2505 if the type name is already correct.
2506 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
2507
2508 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
2509
2510 * tests/regression.at (Token definitions): Don't use a token named
2511 c, as that generates a "#define c ..." that runs afoul of buggy
2512 stdlib.h that uses the identifier c as a member of struct
2513 drand48_data. Problem reported by Horst Wente.
2514
2515 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
2516
2517 * bootstrap: Change translation URL from
2518 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
2519 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
2520 redirection glitches. Problem reported by twlevo@xs4all.nl.
2521
2522 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
2523
2524 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
2525 after operands; POSIX says this isn't portable for the c99 command.
2526
2527 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
2528
2529 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
2530 immediately if a data overrun has occurred; this may help us track
2531 down what may be a spurious failure on MacOS.
2532
2533 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
2534
2535 Respond to problems reported by twlevo@xs4all.nl.
2536
2537 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
2538
2539 * src/vcg.h: Comment fix.
2540 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
2541 (G_CMAX): Change to -1 instead of INT_MAX.
2542
2543 * data/yacc.c (yyparse): Omit spaces before #line.
2544
2545 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
2546
2547 * src/tables.c (state_number_to_vector_number): Put it inside an
2548 "#if 0", since it's not currently used. Problem reported by
2549 Roland McGrath.
2550
2551 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
2552
2553 * src/output.c (escaped_output): Renamed from
2554 escaped_file_name_output, since we now use it for symbol tags as
2555 well. All uses changed.
2556 (symbol_destructors_output, symbol_printers_output):
2557 Escape symbol tags too.
2558 Problem reported by Matyas Forstner in
2559 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
2560
2561 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
2562 not needed.
2563 * src/output.c (user_actions_output, token_definitions_output,
2564 symbol_destructors_output, symbol_printers_output): Likewise.
2565 * src/reader.c (prologue_augment): Likewise.
2566 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
2567
2568 * src/vcg.c (output_edge): Don't quote linestyle arg.
2569 Problem reported by twlevo@xs4all.nl.
2570
2571 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
2572
2573 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
2574 example, reported by Derek M Jones. Also, make the example even
2575 more outrageous, to better illustrate how bad the problem is.
2576
2577 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
2578
2579 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
2580 putsym. Typo reported by Sebastian Piping.
2581
2582 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
2583
2584 * doc/bison.texinfo (Language and Grammar): some -> same
2585 (Epilogue): int he -> in the
2586 Typos reported by Sebastian Piping via Justin Pence.
2587
2588 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
2589
2590 * tests/glr-regression.at (Improper handling of embedded actions
2591 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
2592 embedded actions and $-N in GLR parsers", work around an Autoconf bug
2593 with dollar signs in test names.
2594 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
2595 for a similar reason.
2596
2597 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
2598
2599 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
2600 wants to redefine G_VIEW.
2601
2602 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
2603
2604 * src/vcg.c (get_view_str): Remove case for normal_view.
2605 Problem reported by twlevo@xs4all.nl.
2606
2607 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
2608
2609 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
2610 Problem reported by twlevo@xs4all.nl.
2611
2612 * doc/bison.texinfo: Change @dircategory from "GNU programming
2613 tools" to "Software development". Requested by Richard Stallman
2614 via Karl Berry.
2615
2616 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
2617
2618 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
2619 Problem reported by twlevo@xs4all.nl.
2620
2621 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
2622
2623 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
2624 keyword; it's not needed with modern compilers, and it doesn't
2625 affect correctness with older compilers. Suggested by
2626 twlevo@xs4all.nl.
2627
2628 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
2629
2630 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
2631 gcc -Wswitch-default.
2632 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
2633 * data/yacc.c (yyparse): Likewise.
2634
2635 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
2636
2637 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
2638 already. Let config.h define any nonstandard values.
2639
2640 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
2641
2642 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
2643 for the benefit of slower hosts. Problem reported by
2644 Nelson H. F. Beebe.
2645
2646 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
2647
2648 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
2649 being defined and not used.
2650 * data/lalr1.cc (yyparse): Likewise.
2651 Use "if (false)" rather than "if (0)".
2652
2653 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
2654
2655 * TODO: Mention that we should allow NUL bytes in tokens.
2656
2657 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
2658
2659 * src/scan-skel.l (<<EOF>>): Don't close standard output.
2660 Problem reported by Hans Aberg.
2661
2662 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
2663
2664 * src/getargs.c (version): Happy new year; update overall
2665 program copyright date from 2004 to 2005.
2666
2667 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
2668 Problem reported by Hans Aberg.
2669 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
2670 (Output file names.): Add a test for the case when standard output
2671 is closed.
2672
2673 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
2674
2675 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
2676 to fix an oversight in the Bison 2.0 manual.
2677
2678 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
2679
2680 * NEWS: Version 2.0. Reformat the existing news items since
2681 1.875, so that related items are grouped together.
2682 * configure.ac (AC_INIT): Bump version to 2.0.
2683 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
2684
2685 * tests/torture.at (Exploding the Stack Size with Alloca): Set
2686 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
2687 otherwise, we're not testing alloca. Unfortunately there's no
2688 simple way to consult HAVE_ALLOCA here.
2689
2690 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
2691 for yymsg, too.
2692
2693 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
2694 hand. This avoids a warning about comparing int to size_t when
2695 GCC warnings are enabled.
2696
2697 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
2698
2699 * NEWS: Bison-generated parsers no longer default to using the
2700 alloca function (when available) to extend the parser stack, due
2701 to widespread problems in unchecked stack-overflow detection.
2702 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
2703 responsibility to set it to a positive value. This lets the user
2704 specify a value that is not a preprocessor constant.
2705 * data/yacc.c (YYMAXDEPTH): Likewise.
2706 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
2707 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
2708 to be a compile-time constant. However, explain the constraints on it.
2709 Also, explain the constraints on YYINITDEPTH.
2710 (Table of Symbols): Explain that alloca is no longer the default.
2711 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
2712 to 1.
2713
2714 * doc/bison.texinfo (Location Default Action): Mention that n must
2715 be zero when k is zero. Suggested by Frank Heckenbach.
2716
2717 2004-12-22 Akim Demaille <akim@epita.fr>
2718
2719 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
2720 (parser::state_type, parser::semantic_type, parser::location_type):
2721 Private, not public.
2722 (parser::parse): Return ints, not bool.
2723 Returning a bool introduces a problem: 0 corresponds to false, and
2724 it seems weird to return false on success. Returning true changes
2725 the conventions for yyparse.
2726 Alternatively we could return void and send an exception.
2727 There is no clear consensus (yet?).
2728 (state_stack, semantic_stack, location_stack): Rename as...
2729 (state_stack_type, semantic_stack_type, location_stack_type): these.
2730 Private, not public.
2731 * tests/c++.at: New.
2732 * tests/testsuite.at, tests/Makefile.am: Adjust.
2733
2734 2004-12-21 Akim Demaille <akim@epita.fr>
2735
2736 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
2737
2738 2004-12-21 Akim Demaille <akim@epita.fr>
2739
2740 Don't impose std::string for filenames.
2741
2742 * data/lalr1.cc (b4_filename_type): New.
2743 (position::filename): Use it.
2744 (parser.hh): Move the inclusion of stack.hh and location.hh below
2745 the user code, so that needed headers for the filename type can be
2746 included first.
2747 Forward declare them before the user code.
2748 * tests/Makefile.am (check-local, installcheck-local): Pass
2749 TESTSUITEFLAGS to the TESTSUITE.
2750
2751 2004-12-20 Akim Demaille <akim@epita.fr>
2752
2753 Use more STL like names: my_class instead of MyClass.
2754
2755 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
2756 (SemanticStack, SemanticType, StateStack, StateType)
2757 (TokenNumberType, Stack, Slice, Traits, Parser::location)
2758 (Parser::value): Rename as...
2759 (location_stack, location_type, rhs_number_type, semantic_stack)
2760 (semantic_type, state_stack, state_type, token_number_type, stack)
2761 (slice, traits, parser::yylloc, parser::yylval): these.
2762
2763 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
2764
2765 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
2766
2767 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
2768 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
2769
2770 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
2771
2772 Remove uses of 'short int' and 'unsigned short int'. This raises
2773 some arbitrary limits. It uses more memory but nowadays that's
2774 not much of an issue.
2775
2776 This change does not affect the generated parsers; that's a different
2777 task, as some users will want to conserve memory there.
2778
2779 Ideally we should use size_t to represent all object counts, and
2780 something like ptrdiff_t to represent signed differences of object
2781 counts; but that will require more code-cleanup than I have the
2782 time to do right now.
2783
2784 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
2785 Use size_t, not int or short int, to count objects.
2786 * src/closure.c (nritemset, closure): Likewise.
2787 * src/closure.h (nritemset, closure): Likewise.
2788 * src/nullable.c (nullable_compute): Likewise.
2789 * src/print.c (print_core): Likewise.
2790 * src/print_graph.c (print_core): Likewise.
2791 * src/state.c (state_compare, state_hash): Likewise.
2792 * src/state.h (struct state): Likewise.
2793 * src/tables.c (default_goto, goto_actions): Likewise.
2794
2795 * src/gram.h (rule_number, rule): Use int, not short int.
2796 * src/output.c (prepare_rules): Likewise.
2797 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
2798 errs, reductions): Likewise.
2799 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
2800 Likewise.
2801 * src/tables.c (vector_number, tally, action_number,
2802 ACTION_NUMBER_MINIMUM): Likewise.
2803 * src/output.c (muscle_insert_short_int_table): Remove.
2804
2805 2004-12-17 Akim Demaille <akim@epita.fr>
2806
2807 * data/lalr1.cc: Extensive Doxygenation.
2808 (error_): Rename as...
2809 (error): this, since it is visible to the user.
2810 Adjust callers.
2811 (Parser::message): Now an automatic variable from...
2812 (Parser::yyreport_syntax_error_): here.
2813 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
2814 Parser::error.
2815 * tests/input.at: Escape $.
2816
2817 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
2818
2819 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
2820 Parenthesize rhs to avoid obscure problems with mistakes like
2821 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
2822 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
2823 b4_rhs_location): Likewise.
2824 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
2825 b4_rhs_location): Likewise.
2826
2827 2004-12-16 Akim Demaille <akim@epita.fr>
2828
2829 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
2830 yacc.c: be sure to stay within yycheck_.
2831 * tests/actions.at: Re-enable C++ tests.
2832
2833 2004-12-16 Akim Demaille <akim@epita.fr>
2834
2835 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
2836 real.
2837
2838 2004-12-16 Akim Demaille <akim@epita.fr>
2839
2840 Use #define to handle the %name-prefix.
2841
2842 * data/glr.c, data/yacc.c: Comment changes.
2843 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
2844 so that one can refer to yylex in the parser file, and have it
2845 renamed, as is the case with other skeletons.
2846
2847 2004-12-16 Akim Demaille <akim@epita.fr>
2848
2849 Move lalr1.cc internals into yy*.
2850
2851 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
2852 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
2853 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
2854 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
2855 (empty_, final_, terror_, errcode_, ntokens_)
2856 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
2857 (looka_, ilooka_, error_range_, nerrs_):
2858 Rename as...
2859 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
2860 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
2861 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
2862 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
2863 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
2864 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
2865 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
2866 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
2867 these.
2868
2869 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
2870
2871 Fix some problems reported by twlevo at xs4all.
2872 * src/symtab.c (symbol_new): Report an error if the input grammar
2873 contains too many symbols. This is better than calling abort() later.
2874 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
2875 (struct node, struct graph):
2876 Rename member expand to stretch. All uses changed.
2877 (struct graph): Remove member layoutalgorithm. All uses removed.
2878 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
2879 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
2880 All uses changed.
2881 (N_STRETCH): Rename from N_EXPAND. All uses changed.
2882
2883 2004-12-15 Akim Demaille <akim@epita.fr>
2884
2885 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
2886 Add more Doxygen comments.
2887 (symprint_, stack_print_, reduce_print_, destruct_, pop)
2888 (report_syntax_error_, translate_): Rename as...
2889 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
2890 (yypop_, yyreport_syntax_error_, yytranslate_): this.
2891
2892 2004-12-15 Akim Demaille <akim@epita.fr>
2893
2894 * data/lalr1.cc (lex_): Rename as...
2895 (yylex_): this.
2896 Move the trace here.
2897 Take the %name-prefix into account.
2898 Reported by Alexandre Duret-Lutz.
2899
2900 2004-12-15 Akim Demaille <akim@epita.fr>
2901
2902 Simplify the C++ parser constructor.
2903
2904 * data/lalr1.cc (debug_): Rename as...
2905 (yydebug_): so that the parser's internals are always in the yy*
2906 pseudo namespace.
2907 Adjust uses.
2908 (b4_parse_param_decl): Remove the leading comma as it is now only
2909 called as unique argument list.
2910 (Parser::Parser): Remove the constructor accepting a location and
2911 an initial debugging level.
2912 Remove from the other ctor the argument for the debugging level.
2913 (debug_level_type, debug_level, set_debug_level): New.
2914
2915 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
2916 constructor calls.
2917
2918 2004-12-15 Akim Demaille <akim@epita.fr>
2919
2920 Remove b4_root related material: failure experiment
2921 (which goal was to allow to derive from a class).
2922
2923 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
2924 definitions and uses.
2925
2926 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
2927
2928 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
2929 not 2, since it's not portable to subtract 1 from the start of an
2930 array. The new item 0 is never set or used. All uses changed.
2931
2932 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
2933 the default definition of YYLLOC_DEFAULT. Problem reported
2934 by Frank Heckenbach.
2935
2936 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
2937
2938 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
2939 the normal case and one for the error case. Just use the
2940 first one uniformly. Problem reported by Frank Heckenbach.
2941 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
2942 use exactly the same macro in both places.
2943 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
2944 so that the normal-case YYRHSLOC works for the error case too.
2945 All uses changed.
2946 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
2947 (YYLLOC_DEFAULT): Use the same macro as glr.c.
2948 * doc/bison.texinfo (Location Default Action): Don't claim that
2949 we have an array of locations. Use the same macro for both glr
2950 and lalr parsers. Mention YYRHSLOC. Mention what happens when
2951 the index is 0.
2952
2953 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
2954
2955 * HACKING: Update email addresses to send announcements to.
2956
2957 * configure.ac (AC_INIT): Bump version to 1.875f.
2958
2959 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
2960
2961 * NEWS: Version 1.875e.
2962 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
2963
2964 * src/scan-skel.l: Include "complain.h", for "fatal".
2965
2966 * src/relation.h (relation_print, relation_digraph):
2967 Relation sizes are of type relation_node, not size_t (this is
2968 merely a doc fix, since the two types are equivalent).
2969 (relation_transpose): Relation sizes are of type relation_node,
2970 not int.
2971 * src/relation.c: Likewise.
2972 (top, infinity): Now of type relation_node, not int.
2973 (traverse, relation_transpose): Use relation_node, not int.
2974
2975 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
2976 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
2977 (yyparse): Remove unused local introduced in 2004-10-25 patch.
2978
2979 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
2980 specifying whether the test should be skipped. Use it tp
2981 specify that the [%defines %skeleton "lalr1.cc"] tests currently
2982 fail on some hosts, and should be skipped.
2983
2984 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
2985
2986 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
2987 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
2988 unless otherwise specified below.
2989
2990 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
2991 to allocate kernel_base, kernel_items, kernel_size, since
2992 they needn't be initialized to 0.
2993 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
2994 * src/closure.c (new_closure): Likewise, for itemset.
2995 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
2996 * src/lalr.c (set_goto_map): Likewise, for temp_map.
2997 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
2998 (build_relations): Likewise for edge, states1, includes.
2999 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
3000 * src/reader.c (packgram): Likewise, for ritem, rules.
3001 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
3002 * src/relation.c (relation_digraph): Likewise for VERTICES.
3003 (relation_transpose): Likewise for new_R, end_R.
3004 * src/symtab.c (symbols_token_translations_init): Likewise for
3005 token_translations.
3006 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
3007 (token_actions): Likewise for yydefact, actrow, conflrow,
3008 conflict_list.
3009 (save_column): Likewise for froms[symno], tos[symno].
3010 (goto_actions): Likewise for state_count.
3011 (pack_table): Likewise for base, pos, check.
3012 (tables_generate): Likewise for width.
3013
3014 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
3015 for initial core. Just have a separate core, so we needn't worry
3016 about whether kernel_size and kernel_base are initialized.
3017
3018 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
3019 kernel_size, kernel_items): Remove unnecessary initialization.
3020 * src/conflicts.c (conflicts): Likewise.
3021 * src/derives.c (derives): Likewise.
3022 * src/muscle_tablc (muscle_insert): Likewise.
3023 * src/relation.c (relation_digraph): Likewise.
3024 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
3025 conflrow, conflict_table, conflict_list, table, check):
3026 Likewise.
3027
3028 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
3029 This is because all callers pass unsigned int.
3030 * src/closure.h (new_closure): Likewise.
3031
3032 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
3033 (build_relations): Initialize includes[i] in all cases.
3034 * src/reader.c (packgram): Always initialize rules[ruleno].prec
3035 and rules[ruleno].precsym. Initialize members in order.
3036 * src/relation.c (relation_transpose): Always initialize new_R[i]
3037 and end_R[i].
3038 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
3039
3040 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
3041 conflict_list[0] was always 0, but now it isn't initialized.
3042
3043 * src/table.c (table_grow): When conflict_table grew, the grown
3044 area wasn't cleared. Fix this.
3045
3046 * lib/.cvsignore: Add strdup.c, strdup.h.
3047 * m4/.cvsignore: Add strdup.m4.
3048
3049 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
3050
3051 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
3052 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
3053 GOTO_NUMBER_MAXIMUM, since we occasionally compute
3054 ngotos + 1 without checking for overflow.
3055 (build_relations): Use END_NODE, not -1, to denote end of edges.
3056 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
3057 build_relations): Use goto_number, not int, for goto numbers.
3058 * src/tables.c (save_column, default_goto): Likewise.
3059
3060 2004-11-23 Akim Demaille <akim@epita.fr>
3061
3062 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
3063 of #defining from yystype.
3064 Don't typedef yystype, C++ does not need it.
3065 This lets it possible to forward declare it as union.
3066
3067 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
3068
3069 * bootstrap (gnulib_modules): Add extensions.
3070 Problem reported by Jim Meyering.
3071
3072 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
3073
3074 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
3075 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
3076 src/system.h, src/tables.c: XFREE -> free, to accommodate
3077 recent change to gnulib xalloc.h.
3078 Problem reported by Jim Meyering.
3079
3080 2004-11-17 Akim Demaille <akim@epita.fr>
3081
3082 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
3083
3084 2004-10-28 Akim Demaille <akim@epita.fr>,
3085 Alexandre Duret-Lutz <adl@gnu.org>
3086
3087 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
3088 changes.
3089 (YYCDEBUG): Adjust.
3090 Use it instead of cdebug_.
3091 (Parser::debug_stream, Parser::set_debug_stream): New.
3092 (Parser::symprint_): Define cdebug_ for temporary backward
3093 compatibility.
3094 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
3095 debug_stream ().
3096
3097 2004-11-17 Akim Demaille <akim@epita.fr>
3098
3099 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
3100 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
3101 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
3102 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
3103
3104 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
3105
3106 * data/glr.c (yyloc_default): Remove; not used.
3107 Problem reported by Frank Heckenbach.
3108
3109 2004-10-25 Akim Demaille <akim@epita.fr>
3110
3111 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
3112 Introduce another definition to address simple location arrays.
3113 (yyGLRStack): New member: yyerror_range.
3114 (yyrecoverSyntaxError, yyparse): Update it.
3115 (yyrecoverSyntaxError): Use it when shifting the error token to
3116 have an accurate range, equivalent to the one computed by both
3117 yacc.c and lalr1.cc.
3118 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
3119 that column numbers start at column 0, as per GNU Coding
3120 Standards, the others tests, and the doc.
3121 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
3122 Adjust to the above change (first column is 0).
3123 And adjust the location of the "<error>", now covering the whole
3124 line.
3125
3126 2004-10-22 Akim Demaille <akim@epita.fr>
3127 and Paul Eggert <eggert@cs.ucla.edu>
3128
3129 Remove some arbitrary limits on goto numbers and relations.
3130 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
3131 initial values, since they're never used.
3132 (set_goto_map): ngotos is now unsigned, so test for overflow
3133 by seeing whether it wraps around to zero.
3134 * src/lalr.h (goto_number): Now size_t, not short int.
3135 (GOTO_NUMBER_MAXIMUM): Remove.
3136 * src/relation.c (relation_print, traverse, relation_transpose):
3137 Check for END_NODE rather than looking at sign.
3138 * src/relation.h (END_NODE): New macro.
3139 (relation_node): Now size_t, not short int.
3140
3141 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
3142
3143 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
3144 keyword, not an identifier. Problem reported by Baron Schwartz in
3145 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
3146
3147 2004-10-11 Akim Demaille <akim@epita.fr>
3148
3149 * src/symtab.c (symbol_check_alias_consistency): Also check
3150 type names, destructors, and printers.
3151 Reported by Alexandre Duret-Lutz.
3152 Recode the handling of associativity and precedence in terms
3153 of symbol_precedence_set.
3154 Accept no redeclaration at all, not even equal to the previous
3155 value.
3156 (redeclaration): New.
3157 Use it to factor redeclaration complaints.
3158 (symbol_make_alias): Don't set the type of the alias, let
3159 symbol_check_alias_consistency do it as for other features.
3160 * src/symtab.h (symbol): Add new member prec_location, and
3161 type_location.
3162 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
3163 * tests/input.at (Incompatible Aliases): New.
3164
3165 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
3166
3167 .cvsignore fixes to accommodate gnulib changes,
3168 and the practice of naming build directories "_build".
3169 * .cvsignore: Add "_*". Sort.
3170 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
3171 * m4/.cvsignore: Add "*_gl.m4".
3172
3173 2004-10-06 Akim Demaille <akim@epita.fr>
3174
3175 * src/parse-gram.y (add_param): Fix the truncation of trailing
3176 spaces.
3177
3178 2004-10-05 Akim Demaille <akim@epita.fr>
3179
3180 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
3181 whether the reducion was empty or not. This leaves room to
3182 improve the use of YYLLOC_DEFAULT in such a case.
3183 lalr1.cc is still experimental, so changing this is acceptable.
3184 And finally, there are probably not many users who changed the
3185 handling of locations in GLR, so changing is admissible too.
3186
3187 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
3188 empty reduction, set @$ to an empty location ending the previously
3189 stacked symbol.
3190 Adjust uses to make sure the code is triggered on empty
3191 reductions.
3192 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
3193 expected output: empty reductions have empty locations.
3194
3195 2004-09-29 Akim Demaille <akim@epita.fr>
3196
3197 * data/lalr1.cc: Move towards a more standard C++ coding style
3198 for templates: Class < T > -> Class<T>.
3199
3200 2004-09-29 Akim Demaille <akim@epita.fr>
3201
3202 * data/lalr1.cc: Reinstall the former ctor, for sake of
3203 compatibility, but warn it will be removed.
3204 Move towards a more standard C++ coding style (i.e., type *var ->
3205 type* var).
3206
3207 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
3208
3209 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
3210 since it's less likely to work if NULs are involved in the future.
3211
3212 2004-09-27 Akim Demaille <akim@epita.fr>
3213
3214 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
3215
3216 2004-09-27 Akim Demaille <akim@epita.fr>
3217
3218 * data/lalr1.cc (b4_parse_param_decl_1): New.
3219 (b4_parse_param_decl): Use it to have different names between attribute
3220 and argument names.
3221 (b4_cc_constructor_call): Likewise.
3222
3223 2004-09-24 Akim Demaille <akim@epita.fr>
3224
3225 * src/parse-gram.y (add_param): Strip the leading and trailing
3226 blanks from a formal argument declaration.
3227 (YY_LOCATION_PRINT): New.
3228
3229 2004-09-24 Akim Demaille <akim@epita.fr>
3230
3231 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
3232 after the location.
3233
3234 2004-09-24 Akim Demaille <akim@epita.fr>
3235
3236 * doc/bison.texinfo (Table of Symbols): Sort.
3237
3238 2004-09-21 Akim Demaille <akim@epita.fr>
3239
3240 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
3241 the useless parentheses.
3242 Suggested by Paul Eggert.
3243
3244 2004-09-20 Akim Demaille <akim@epita.fr>
3245
3246 Let the initial-action act on the look-ahead, and use it for the
3247 "initial push" (corresponding to an hypothetical beginning-of-file).
3248 And let lalr1.cc honor %initial-action.
3249
3250 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
3251 example.
3252 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
3253 (Parser::Parser): Remove the ctor that used to initialize it.
3254 (Parser::parse): Like in the other skeletons, issue the "starting
3255 parse" message before any action.
3256 Honor %initial-action.
3257 Initialize the stacks with the lookahead.
3258 * data/yacc.c: Let $$ and @$ in %initial-action designate the
3259 look-ahead.
3260 Push them in the stacks.
3261 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
3262
3263 2004-09-20 Akim Demaille <akim@epita.fr>
3264
3265 * doc/bison.texinfo (Initial Action Decl): New.
3266
3267 2004-09-20 Akim Demaille <akim@epita.fr>
3268
3269 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
3270 clearer criterion to define it.
3271 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
3272 When reducing on an empty RHS, use the latest stacked location as
3273 location.
3274 yylloc is not always available.
3275 * data/glr.c: Likewise.
3276 Also, honor initial-actions.
3277
3278 2004-09-20 Akim Demaille <akim@epita.fr>
3279
3280 * data/yacc.c (YY_LOCATION_PRINT): New.
3281 Define when we know YYLTYPE's structure, i.e., when the default
3282 YYLLOC_DEFAULT is used.
3283 * data/c.m4 (b4_yysymprint_generate): Use it.
3284 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
3285 value of the result.
3286 (error_start_): Replace with...
3287 (error_range_): this location array.
3288 This allows to replace code relying on the implementation of
3289 locations by portable code.
3290 * data/yacc.c (yylerrsp): Replace with...
3291 (yyerror_range): this.
3292 Every time a token is popped, update yyerror_range[0], to have an
3293 accurate location for the error token.
3294 * data/glr.c (YY_LOCATION_PRINT): New.
3295 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
3296 deference a pointer.
3297 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
3298 report the location in %printers.
3299
3300 * src/scan-skel.l: Instead of abort, report error messages to ease
3301 understanding skeleton scanning failures.
3302
3303 2004-09-16 Akim Demaille <akim@epita.fr>
3304
3305 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
3306 (iterator, const_iterator): these, to be more in the C++ spirit.
3307 Also, return reverse iterators so that when displaying the stack
3308 we display its bottom first.
3309 (Parser::stack_print_, Parser::reduce_print_): Match the messages
3310 from yacc.c.
3311 We should probably use vector here though.
3312
3313 2004-09-16 Akim Demaille <akim@epita.fr>
3314
3315 Have more complete shift traces.
3316
3317 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
3318 to report Shifts instead of ad hoc YYDPRINTF invocations,
3319 including for the error token.
3320 * data/lalr1.cc (symprint_): Output the location.
3321 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
3322 output the location within the %printer.
3323 Activate GLR tests, at least to make sure they compile properly.
3324 They still don't pass though.
3325 * tests/calc.at: Adjust expect verbose output, since now "Entering
3326 state..." is on a different line than the "Shifting" message.
3327
3328 2004-09-08 Akim Demaille <akim@epita.fr>
3329
3330 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
3331 Bison directive from the Bison file to the invocation of this
3332 macro, so that these directives are passed to
3333 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
3334 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
3335 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
3336 the extra Bison directives instead of the whole series.
3337 Change the grammar so that there are recoverable errors, and
3338 unrecoverable errors. Now we can have the parser give up before
3339 consuming the whole input. As a result we now can observe that
3340 the lookahead is freed when needed.
3341 Change the parser source to parse argv[1] instead of a hard coded
3342 string.
3343 Simplify yylex, and give a value and location to EOF.
3344 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
3345 passed directives already coded in the file.
3346 Add some tests to check the location of "error".
3347 For some tests, the C++ parser is correct, and not yacc.c.
3348 For other tests, they provide different, but unsatisfying, values,
3349 so keep the C++ value so that at least one parser is "correct"
3350 according to the test suite.
3351 (Actions after errors): Remove, this is subsumed by the
3352 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
3353
3354 2004-09-06 Akim Demaille <akim@epita.fr>
3355
3356 * data/lalr1.cc: Adjust the indentation of the labels.
3357 (Parser::pop): New.
3358 Use it.
3359
3360 2004-09-06 Akim Demaille <akim@epita.fr>
3361
3362 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
3363 argument, an informative message.
3364 Call YY_SYMBOL_PRINT.
3365 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
3366 * data/lalr1.cc (destruct_): Likewise.
3367 In addition, no longer depend on b4_yysymprint_generate and
3368 b4_yydestruct_generate to generate these functions, do it "by
3369 hand".
3370
3371 2004-09-03 Akim Demaille <akim@epita.fr>
3372
3373 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
3374 invoked, yydestruct the lookahead.
3375 * tests/calc.at (Calculator $1): Update the expected lengths of
3376 traces: there is an added line for the discarded lookahead.
3377 * doc/bison.texinfo (Destructor Decl): Some rewording.
3378 Define "discarded" symbols.
3379
3380 2004-09-02 Akim Demaille <akim@epita.fr>
3381
3382 * data/lalr1.cc (translate_, destruct_): No reason to be static.
3383
3384 2004-09-02 Akim Demaille <akim@epita.fr>
3385
3386 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
3387 (YYDSYMPRINTF): Rename as...
3388 (YY_SYMBOL_PRINT): this.
3389 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
3390 two.
3391 Use it instead of direct symprint_ calls.
3392 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
3393 one.
3394
3395 2004-09-02 Akim Demaille <akim@epita.fr>
3396
3397 * data/lalr1.cc (b4_yysymprint_generate): New.
3398 (symprint_): New member function, defined when YYDEBUG.
3399 Use it consistently instead of token/nterm debugging output by
3400 hand.
3401 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
3402 %printer calls to use cdebug_ when using lalr1.cc.
3403
3404 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
3405
3406 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
3407 with #ifdef YYDEBUG.
3408
3409 2004-08-26 Akim Demaille <akim@epita.fr>
3410
3411 * doc/bison.texinfo (Implementing Loops): Rename as...
3412 (Implementing Gotos/Loops): this.
3413
3414 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
3415
3416 Adjust to latest gnulib.
3417 * bootstrap (gnulib_modules): Add xalloc-die.
3418 Set LC_ALL=C so that file names sort consistently.
3419 Prefer the gnulib copies of gettext.m4, glibc21.m4,
3420 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
3421 uintmax_t.m4, ulonglong.m4.
3422 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
3423 po.m4 since we are now using _gl.m4 instead.
3424
3425 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
3426
3427 * src/scan-action.l: Remove. Scanning of semantic actions is
3428 handled in scan-gram.l.
3429
3430 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
3431
3432 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
3433
3434 * src/location.h (struct): The file member is a uniqstr.
3435 (equal_boundaries): Use UNIQSTR_EQ for comparison.
3436
3437 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
3438
3439 Fix bug with non-%union parsers that have printers or destructors,
3440 which led to a Bison core dump. Reported by Peter Fales in
3441 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
3442
3443 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
3444 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
3445 not to our own type.
3446 * src/output.c (symbol_destructors_output, symbol_printers_output):
3447 Don't assume %union.
3448 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
3449 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
3450 UNION-FLAG. All callers changed.
3451 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
3452 Use type char, not unsigned int, when declaring an array of char;
3453 this lets us remove a cast.
3454 (Printers and Destructors): Add non-%union test cases.
3455
3456 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
3457
3458 * doc/bison.texinfo: Minor editorial changes, mostly to the new
3459 GLR writeups. E.g., avoid frenchspacing and the future tense,
3460 change "lookahead" to "look-ahead", and change "wrt" to "with
3461 respect to".
3462
3463 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
3464
3465 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
3466 New sections, split off from the GLR Parsers section. Put the new
3467 Simple GLR Parser near the start of the GLR section, for clarity.
3468 Rewrite connective text.
3469
3470 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
3471
3472 * doc/bison.texinfo (Simple GLR Parsers): New section.
3473
3474 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
3475
3476 * NEWS, TODO, doc/bison.texinfo:
3477 Use "look-ahead" instead of "lookahead", to be consistent.
3478 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
3479 while we're fixing "look-ahead".
3480 * src/conflicts.c (shift_set): Renamed from shiftset.
3481 (look_ahead_set): Renamed from lookaheadset.
3482 * src/print.c: Likewise.
3483 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
3484 name for "lookahead".
3485 (report_types, usage): Likewise.
3486 * src/getargs.h (report_look_ahead_tokens): Renamed from
3487 report_lookaheads.
3488 * src/lalr.c (compute_look_ahead_tokens): Renamed from
3489 compute_lookaheads.
3490 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
3491 (look_ahead_tokens_print): Renamed from lookaheads_print.
3492 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
3493 state_rule_lookaheads_print.
3494 * src/state.h: Likewise.
3495 (reductions.look_ahead_tokens): Renamed from lookaheads.
3496 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
3497 AT_DATA_LOOKAHEADS_GRAMMAR.
3498
3499 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
3500
3501 * README: Update location of patched M4 distribution.
3502
3503 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
3504
3505 Don't assume the C++ compiler takes the same arguments as the C compiler
3506 (trivial change).
3507 * configure.ac (O0CXXFLAGS): New var.
3508 * tests/atlocal.in (CXXFLAGS): Use it.
3509
3510 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
3511
3512 Fix some "make check" problems with C++ reported by
3513 Albert Chin-A-Young for Tru64 C++ in this thread:
3514 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
3515
3516 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
3517 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
3518 Output to a .cc file for C++, not to a .c file.
3519 * tests/calc.at (AT_CHECK_CALC): Likewise.
3520 * tests/regression.at (AT_CHECK_DANCER): Likewise.
3521 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
3522
3523 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
3524
3525 * tests/calc.at, tests/actions.at: Workaround for SGI
3526 C++ compiler. (trivial change)
3527
3528 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
3529
3530 Spent a few hours checking out which prerequisite versions the
3531 current sources actually require. I went all the way back to
3532 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
3533 a seemingly endless set of combinations of versions more recent
3534 than that. The bottom line is that the current sources require
3535 fairly recent versions of the build tools, and it'll be some work
3536 to change this.
3537 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
3538 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
3539 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
3540 Add comments explaining why those particular versions are
3541 currently needed.
3542
3543 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
3544 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
3545 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
3546
3547 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
3548 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
3549
3550 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
3551
3552 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
3553 0.11.5. Suggested by Bruno Haible.
3554 * bootstrap: Remove gettext version checking.
3555
3556 * doc/bison.texinfo (Decl Summary): Also mention that %union
3557 can depend on prerequisite types. Problem reported by Tim
3558 Van Holder.
3559
3560 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
3561
3562 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
3563 * README-alpha: Don't tell people not to package this.
3564
3565 * bootstrap: Don't assume $(...) works; use `...` instead.
3566 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
3567 gettext better.
3568
3569 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
3570 put into the -d output file, and mention what to do if YYSTYPE is
3571 defined as a macro.
3572
3573 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
3574
3575 Undo change made earlier today: it caused autopoint to not bring
3576 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
3577 autopoint's.
3578
3579 * bootstrap: Check that gettext version matches what's in
3580 configure.ac. Warn users to ignore robots.txt ERROR 404.
3581 * bootstrap: Undo today's earlier change (logged below).
3582 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
3583
3584 The gettext version checking is causing more trouble than it's
3585 curing; remove it. Problem reported by Paul Hilfinger.
3586
3587 * bootstrap: Issue a warning that one can expect a message
3588 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
3589 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
3590
3591 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
3592
3593 Ensure that the C++ compiler used for testing actually works on a
3594 simple test program; if not, skip the C++-related tests. Problem
3595 reported by Vin Shelton in:
3596 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
3597
3598 * m4/cxx.m4: New file.
3599 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
3600 * tests/atlocal.in (BISON_CXX_WORKS): Add.
3601 * tests/local.at (AT_COMPILE_CXX): Use it.
3602
3603 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
3604
3605 * data/glr.c (yylloc): Output this macro even if locations are not
3606 being generated, as the GLR parser needs it even in that case.
3607 Problem reported by Troy A. Johnson
3608 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
3609
3610 * configure.ac (AC_INIT): Update to 1.875e.
3611
3612 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
3613
3614 * NEWS: Version 1.875d.
3615 * configure.ac (AC_INIT): Likewise.
3616 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
3617
3618 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
3619 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
3620 lalr1.cc runs afoul of the first, and the last two are no longer
3621 supported by GCC 3.4.0.
3622 * README: Mention GNU m4 1.4 or later; mention m4 patches.
3623 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
3624
3625 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
3626
3627 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
3628 unsigned int, for compatibility with latest gnulib hash module.
3629 * src/state.c (state_hash, state_hasher): Likewise.
3630 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
3631 * src/uniqstr.c (hash_uniqstr): Likewise.
3632
3633 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
3634
3635 * NEWS: Unescaped newlines are no longer allowed in char & strings.
3636
3637 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
3638 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
3639 character and string literals.
3640 (unexpected_end): New function.
3641 (unexpected_eof): Use it.
3642 (unexpected_newline): New function.
3643 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
3644 actions.
3645
3646 * NEWS: Document %expect-rr.
3647
3648 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
3649 Fix typo by replacing $1 with $option.
3650 Remove more 'intl'-related files.
3651 Don't DEFUN AM_INTL_SUBDIR twice.
3652
3653 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
3654 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
3655 strtoul.c.
3656 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
3657 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
3658 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
3659 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
3660 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
3661 * src/.cvsignore: Add *.output.
3662
3663 * src/parse-gram.y: Put copyright notice inside %{ %} so it
3664 gets copied to the output file.
3665
3666 2004-04-28 Paul Eggert <eggert@twinsun.com>
3667
3668 Get files from the gnulib and po repositories, instead of relying
3669 on them being in our CVS. Upgrade to latest versions of gnulib
3670 and Automake.
3671
3672 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
3673 * bootstrap: Bootstrap from gnulib and po repositories.
3674 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
3675 * README-cvs: Document these changes. Remove version numbers from
3676 mentions of build tools, since they change so often. Mention Flex.
3677
3678 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
3679 (gl_USE_SYSTEM_EXTENSIONS): Add.
3680 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
3681 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
3682 does this for us.
3683 (AC_ISC_POSIX): Remove; we no longer support this
3684 ancient OS, as it gets in the way of latest Autoconf & gnulib.
3685 (AC_HEADER_STDC): Remove: we now assume C89 or better.
3686 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
3687 Do not check for C89 headers, except for locale.h which is used
3688 by the Yacc library and must port to K&R hosts.
3689 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
3690 Do not check for C89 functions, except for setlocale which is
3691 used by the Yacc library.
3692 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
3693 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
3694 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
3695 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
3696 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
3697 AM_GNU_GETTEXT): Remove; now done by:
3698 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
3699 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
3700 for us.
3701
3702 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
3703 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
3704 Define to empty, as gnulib.mk will do the rest for us.
3705 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
3706 for us.
3707 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
3708 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
3709
3710 * src/files.c: Include gnulib's xstrndup.h.
3711
3712 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
3713 (REALLOC): Use xnrealloc, for likewise.
3714 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
3715 (strnlen, memrchr): Remove decls; functions no longer used.
3716 Include <stpcpy.h>.
3717
3718 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
3719 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
3720 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
3721 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
3722 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
3723 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
3724 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
3725 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
3726 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
3727 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
3728 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
3729 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
3730 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
3731 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
3732 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
3733 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
3734 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
3735 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
3736 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
3737 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
3738 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
3739 Remove, as these files are now generated automatically
3740 by bootstrap or automake.
3741
3742 * po/ChangeLog: Remove: all but one entry was a duplicate
3743 of this file, and I moved that 2000-11-02 entry here.
3744
3745 * config/.cvsignore: Add Makefile, depcomp, install-sh.
3746 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
3747 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
3748 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
3749 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
3750 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
3751 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
3752 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
3753 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
3754 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
3755 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
3756 xstrndup.h.
3757 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
3758 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
3759 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
3760 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
3761 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
3762 * src/.cvsignore: Remove *_.c.
3763
3764
3765 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
3766 support it. (The latest stable gzip doesn't.)
3767
3768 2004-04-27 Paul Eggert <eggert@twinsun.com>
3769
3770 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
3771 case, as stos_ is now used by destructors due to the 2004-02-09
3772 change.
3773
3774 Remove more K&R C support.
3775 * lib/libiberty.y (PARAMS): Remove. All uses removed.
3776 * lib/subpipe.c (errno): Remove decl.
3777 Include <stdlib.h> unconditionally.
3778 (EXIT_FAILURE): Remove macro.
3779 * src/complain.c (vfprintf, strerror): Remove.
3780 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
3781 unconditionally.
3782 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
3783 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
3784 (strchr, strspn, memchr): Remove decls.
3785 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
3786 unconditionally. Do not declare perror.
3787 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
3788 unconditionally.
3789
3790 * src/complain.c (_): Remove useless defn, as system.h defines this.
3791
3792 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
3793 with latest obstack.h.
3794 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
3795 to procedure types, as obstack.h now does that for us.
3796 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
3797
3798 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
3799 so that this include file can stand alone.
3800 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
3801 does this now. Include subpipe.h first after config.h, to
3802 test whether it can stand alone.
3803
3804 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
3805 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
3806 unused declaration.
3807
3808 * tests/synclines.at (%union synch line): Put a dummy member in
3809 the union, because empty unions aren't allowed in C. Caught
3810 by GCC 3.4.0.
3811
3812 2004-04-13 Jim Meyering <jim@meyering.net>
3813
3814 * src/conflicts.c (conflicts_print): Correct format string typo:
3815 use `%%' to produce literal `%'. (trivial change)
3816
3817 2004-03-30 Paul Eggert <eggert@twinsun.com>
3818
3819 * src/getargs.c (version): Update copyright year to 2004.
3820
3821 * data/c.m4 (b4_int_type): Use 'short int' rather than
3822 'short', and similarly for 'long', 'unsigned', etc.
3823 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
3824 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
3825 yy_yypstack, yydumpstack): Likewise.
3826 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
3827 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
3828 Likewise.
3829 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
3830 yy_stack_print, yyparse): Likewise.
3831 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
3832 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
3833 * lib/bitset.c (bitset_print): Likewise.
3834 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
3835 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
3836 * lib/bitsetv.c (bitsetv_dump): Likewise.
3837 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
3838 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
3839 Likewise.
3840 * src/LR0.c (allocate_itemsets): Likewise.
3841 * src/gram.h (rule_number, rule): Likewise.
3842 * src/lalr.h (goto_number): Likewise.
3843 * src/nullable.c (nullable_compute): Likewise.
3844 * src/output.c (prepare_rules): Likewise.
3845 * src/relation.c (relation_print, relation_digraph): Likewise.
3846 * src/relation.h (relation_node): Likewise.
3847 * src/state.h (state_number, transitions, errs, reductions,
3848 struct state): Likewise.
3849 * src/symtab.h (symbol_number, struct symbol): Likewise.
3850 * src/tables.c (vector_number, tally, action_number,
3851 default_goto, goto_actions): Likewise.
3852 * tests/existing.at (GNU Cim Grammar): Likewise.
3853 * tests/regression.at (Web2c Actions): Likewise.
3854
3855 * src/output.c (muscle_insert_short_int_table): Renamed from
3856 muscle_insert_short_table. All uses changed.
3857
3858 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
3859
3860 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
3861 (declaration): Replace expected_conflicts with expected_sr_conflicts.
3862 Add %expect-rr rule.
3863
3864 * src/scan-gram.l: Recognize %expect-rr.
3865
3866 * src/conflicts.h (expected_sr_conflicts): Rename from
3867 expected_conflicts.
3868 (expected_rr_conflicts): Declare.
3869
3870 * src/conflicts.c (expected_sr_conflicts): Rename from
3871 expected_conflicts.
3872 (expected_rr_conflicts): Define.
3873 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
3874 for GLR parsers.
3875 Use expected_sr_conflicts in place of expected_conflicts.
3876 Warn if expected_rr_conflicts used in non-GLR parser.
3877
3878 * doc/bison.texinfo: Add documentation for %expect-rr.
3879
3880 2004-03-08 Paul Eggert <eggert@gnu.org>
3881
3882 Add support for hex token numbers. Suggested by Odd Arild Olsen in
3883 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
3884
3885 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
3886 in lalr1.cc.
3887 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
3888 * src/scan-gram.l (scan_integer): New function.
3889 ({int}): Use it.
3890 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
3891 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
3892 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
3893 Say "long int", not "long", for uniformity with GNU style.
3894
3895 2004-02-25 Paul Eggert <eggert@twinsun.com>
3896
3897 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
3898 compilers. This fixes a problem with Intel's C++ compiler being
3899 chatty, reported by Guido Trentalancia in
3900 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
3901
3902 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
3903
3904 Support %destructor and merge error locations in lalr1.cc.
3905
3906 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
3907 (Parser::stos_): Define unconditionally.
3908 (Parser::destruct_): New method. Generate its body with
3909 b4_yydestruct_generate.
3910 (Parser::error_start_): New attribute.
3911 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
3912 token which are discarded.
3913 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
3914 error_start_ when erroneous token are discarded.
3915 (Parser::parse) <yyerrlab1>: Compute the location of the error
3916 token so that it covers all the discarded tokens.
3917 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
3918 it can be called with `%skeleton "lalr1.cc"', and do that.
3919
3920 2004-02-02 Paul Eggert <eggert@twinsun.com>
3921
3922 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
3923 $(top_srcdir)/lib and ../lib. This fixes a bug reported
3924 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
3925 There's no need to mention top_builddir since Automake does that
3926 for us.
3927 (INCLUDES): Remove, as Automake says it's obsolescent.
3928 Contents migrated into AM_CPPFLAGS as described above.
3929 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
3930
3931 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
3932
3933 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
3934 (yyreportSyntaxError): Handle case where lookahead token is
3935 YYEMPTY.
3936
3937 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3938
3939 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
3940 resulting parsers are compilable with C++.
3941
3942 2003-12-23 Paul Eggert <eggert@twinsun.com>
3943
3944 * config/depcomp, config/install-sh: Sync with Automake 1.8.
3945 * src/output.c (output_skeleton): Rename local var.
3946 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
3947 Bison tokens, as this runs afoul of the 2003-10-07 change that
3948 disallowed NUL bytes in character constants or string literals.
3949
3950 * tests/local.at: Require Autoconf 2.59's Autotest.
3951 * tests/testsuite.at: Don't include local.at, since we now assume
3952 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
3953 including it.
3954 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
3955 multiple inclusion warnings.
3956
3957 2003-12-02 Akim Demaille <akim@epita.fr>
3958
3959 * doc/bison.texinfo (How Can I Reset the Parser): More about start
3960 conditions.
3961 From Bruno Haible.
3962
3963 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
3964
3965 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
3966
3967 2003-10-07 Paul Eggert <eggert@twinsun.com>
3968
3969 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
3970 if testsuite doesn't exist.
3971
3972 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
3973 literals, unfortunately.
3974 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
3975 Complain about NUL bytes in character constants or string literals.
3976
3977 2003-10-05 Paul Eggert <eggert@twinsun.com>
3978
3979 * NEWS: Don't document %no-default-prec, as it's still
3980 too experimental.
3981 * doc/bison.texinfo: Document %no-default-prec only if
3982 the defaultprec flag is set. Normally it's not.
3983
3984 2003-10-04 Paul Eggert <eggert@twinsun.com>
3985
3986 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
3987 non-modifiable lvalue, instead of a modifiable one.
3988 * doc/bison.texinfo (Actions): Document that $$ can
3989 be assigned to. Do not claim that $$ and $N are
3990 array element references: user code should not rely on this.
3991
3992 2003-10-01 Paul Eggert <eggert@twinsun.com>
3993
3994 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
3995 (grammar_declaration): Use it.
3996 * src/scan-gram.l: New token %no-default-prec.
3997 * tests/conflicts.at: Revamp tests to use %no-default-prec.
3998 * NEWS, doc/bison.texinfo: Document the above.
3999
4000 2003-10-01 Akim Demaille <akim@epita.fr>
4001
4002 VCG no longer supports long_straight_phase.
4003
4004 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
4005 * src/print_graph.c (print_graph): Adjust.
4006
4007 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
4008 and Paul Eggert <eggert@twinsun.com>
4009
4010 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
4011 Table of Symbols): Document %default-prec.
4012 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
4013 (grammar_declaration): Set default_prec on %default-prec.
4014 * src/scan-gram.l (%default-prec): New token.
4015 * src/reader.h (default_prec): New flag.
4016 * src/reader.c: Likewise.
4017 (packgram): Handle it.
4018 * tests/conflicts.at (%default-prec without %prec,
4019 %default-prec with %prec, %default-prec 1): New tests.
4020
4021 2003-09-30 Paul Eggert <eggert@twinsun.com>
4022
4023 * tests/testsuite.at: Include local.at, not input.at, fixing
4024 a typo in the 2003-08-25 patch.
4025
4026 2003-08-27 Akim Demaille <akim@epita.fr>
4027
4028 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
4029 GCC warnings.
4030
4031 2003-08-26 Akim Demaille <akim@epita.fr>
4032
4033 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
4034 "<\#" to avoid magic from Gnus when posting parts of this script.
4035
4036 2003-08-26 Akim Demaille <akim@epita.fr>
4037
4038 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
4039 (Parser::parse): here.
4040 Adjust: nerrs and errstatus is now replaced by...
4041 (Parser::nerrs_, Parser::errstatus_): New.
4042
4043 2003-08-25 Akim Demaille <akim@epita.fr>
4044
4045 * config/announce-gen, Makefile.cfg: New.
4046 * Makefile.am: Adjust.
4047 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
4048 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
4049
4050 2003-08-25 Akim Demaille <akim@epita.fr>
4051
4052 When reducing initial empty rules, Bison parser read an initial
4053 location that is not defined. This results in garbage, and that
4054 affects Bison's own parser. Therefore we need (i) to extend Bison
4055 to support a means to initialize this location, and (ii) to use
4056 this CVS Bison to fix CVS Bison's parser.
4057
4058 * src/reader.h, reader.c (epilogue_augment): Remove, replace
4059 with...
4060 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
4061 * src/parse-gram.y: Adjust.
4062 (%initial-action): New.
4063 (%error-verbose): Since we require CVS Bison, there is no reason
4064 not to use it.
4065 * src/scan-gram.l: Adjust.
4066 * src/Makefile.am (YACC): New, to make sure we use our own parser.
4067 * data/yacc.c (yyparse): Use b4_initial_action.
4068
4069 2003-08-25 Akim Demaille <akim@epita.fr>
4070
4071 * doc/bison.texinfo: Don't promote stdout for error messages.
4072
4073 2003-08-25 Akim Demaille <akim@epita.fr>
4074
4075 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
4076 From Alexandre Duret-Lutz.
4077
4078 2003-08-25 Akim Demaille <akim@epita.fr>
4079
4080 Version 1.875c.
4081
4082 2003-08-25 Akim Demaille <akim@epita.fr>
4083
4084 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
4085 Use them.
4086
4087 2003-08-25 Akim Demaille <akim@epita.fr>
4088
4089 * data/lalr1.cc (Parser::reduce_print_): New.
4090 Use it.
4091
4092 2003-08-25 Akim Demaille <akim@epita.fr>
4093
4094 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
4095 error recovery loops. This patch is based on
4096 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
4097 Also, augment the similarity between lalr1.cc and yacc.c.
4098 Note: the locations of error recovery rules are not correct yet.
4099
4100 * data/lalr1.cc: Comment changes to augment the similarity between
4101 lalr1.cc and yacc.c.
4102 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
4103 (yyerrlab1): Remove, but where it used to be (now the bottom part of
4104 yyerrlab), when hitting EOF, pop the whole stack here instead of
4105 merely falling thru the default error handling mechanism.
4106 (yyerrorlab): New label, with the old contents of YYERROR,
4107 plus the following change: pop the stack of rhs corresponding
4108 to the production that invoked YYERROR. That is how Yacc
4109 behaves (required by POSIX).
4110 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
4111 fail.
4112
4113 2003-08-25 Akim Demaille <akim@epita.fr>
4114
4115 Tune local.at so that people can "autom4te -l autotest calc.at -o
4116 calc" for instance, to extract a sub test suite.
4117
4118 * tests/testsuite.at: Move the initialization, Autotest version
4119 requirement, and AT_TESTED invocation into...
4120 * tests/local.at: here.
4121 * tests/testsuite.at: Include it for compatibility with Autoconf
4122 2.57.
4123 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
4124 be ignore.
4125
4126 2003-08-04 Paul Eggert <eggert@twinsun.com>
4127
4128 Rework code slightly to avoid gcc -Wtraditional warnings.
4129 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
4130 The returned value is now stored in *YY0. All callers changed.
4131 * src/output.c (merge_output): Adjust to the above change.
4132
4133 2003-07-26 Paul Eggert <eggert@twinsun.com>
4134
4135 * data/glr.c (YYASSERT): New macro.
4136 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
4137 yyresolveStates, yyprocessOneStack):
4138 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
4139 Derived from a suggestion by Frank Heckenbach.
4140
4141 2003-07-25 Paul Eggert <eggert@twinsun.com>
4142
4143 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
4144 for portability to K&R C (after ansi2knr, presumably). See
4145 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
4146 by Frank Heckenbach, though I have omitted the structure-initialization
4147 part of his glr-knr.diff patch since I recall that the Portable
4148 C Compiler didn't require that change.
4149
4150 Let the user specify how to allocate and free memory.
4151 Derived from a suggestion by Frank Heckenbach in
4152 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
4153 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
4154 All uses of free, malloc, realloc changed to use these macros,
4155 and unnecessary casts removed.
4156 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
4157
4158 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
4159
4160 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
4161 use s.empty() rather than s == "" to test for empty string; see
4162 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
4163 (trivial change)
4164
4165 2003-06-25 Akim Demaille <akim@epita.fr>
4166
4167 * config/depcomp, config/install-sh: Update from masters.
4168
4169 2003-06-20 Paul Eggert <eggert@twinsun.com>
4170
4171 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
4172 and return properly parenthesized result.
4173 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
4174 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
4175 Remove unnecessary parentheses from uses.
4176 * doc/bison.texinfo (Location Default Action): Describe the
4177 conventions for parentheses.
4178
4179 2003-06-19 Paul Eggert <eggert@twinsun.com>
4180
4181 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
4182 yyreportTree): Do not assume that size_t is the same width as int,
4183 when printing sizes. Print sizes using an unsigned format.
4184 Problem reported by Frank Heckenbach in
4185 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
4186
4187 Port to Forte Developer 7 C compiler.
4188 * data/glr.c (struct YYLTYPE): If locations are not being used,
4189 declare a single dummy member, as empty structs do not conform
4190 to the C standard.
4191 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
4192 the Forte Developer 7 C compiler complains that end-of-loop
4193 code is not reached.
4194
4195 2003-06-17 Paul Eggert <eggert@twinsun.com>
4196
4197 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
4198 avoid warnings from picky compilers about redefinition of PARAMS.
4199
4200 2003-06-17 Paul Eggert <eggert@twinsun.com>
4201
4202 Version 1.875b.
4203
4204 * NEWS: Document 1.875b.
4205
4206 * lib/bbitset.h: Do not include config.h; that's the includer's job.
4207 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
4208 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
4209 Don't use 'index' in comments, as it's a builtin fn on some hosts.
4210 * lib/bitset_stats.c: Include gettext.h unconditionally, as
4211 per recent gettext manual's suggestion.
4212 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
4213 Use prototypes, not old-style definitions.
4214 * lib/lbitset.c (lbitset_unused_clear): Likewise.
4215 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
4216 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
4217 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
4218 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
4219 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
4220 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
4221 vbitset_or_and_cmp, vbitset_copy): Likewise.
4222
4223 * lib/libiberty.h: Do not include config.h; that's the includer's job.
4224 Do not include <stdlib.h>.
4225 (PARAMS): Define unconditionally for C89.
4226 (ATTRIBUTE_NORETURN): Remove.
4227 (ATTRIBUTE_UNUSED): Define unconditionally.
4228
4229 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
4230 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
4231 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
4232 * lib/vbitset.c, lib/vbitset.h: New files.
4233 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
4234 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
4235 from libbitset.
4236
4237 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
4238 `How Can I Reset @code{yyparse}', since texinfo does not allow
4239 arbitrary @ in node names.
4240
4241 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
4242 shouldn't be needed according to the gettext 0.12.1 documentation
4243 but which seem to be needed anyway: codeset.m4 glibc21.m4
4244 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
4245 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
4246 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
4247
4248 * lib/.cvsignore: Add stdbool.h.
4249 * m4/.cvsignore: Add nls.m4, po.m4.
4250
4251 Upgrade to CVS gnulib.
4252 * stdbool_.h: File renamed from stdbool.h.in.
4253 * configure.ac (AM_STDBOOL_H): Invoke this instead of
4254 AC_HEADER_STDBOOL.
4255 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
4256 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
4257 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
4258 (MOSTLYCLEANFILES): New var.
4259 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
4260 (stdbool.h): New rule.
4261 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
4262 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
4263 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
4264 m4/quote.m4: Upgrade to today's gnulib.
4265
4266 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
4267 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
4268 the tests right now.
4269 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
4270 yyerror are declared before use; C99 requires this.
4271
4272 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4273
4274 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
4275 first.
4276 (yyrecoverSyntaxError): Correct the logic for setting and testing
4277 yyerrState.
4278 Correct comment on handling EOF.
4279 Allow states with only a default reduction, rather than failing
4280 (I can't quite reconstruct why these were not allowed before).
4281
4282 Fixes to avoid problem that $-N rules in GLR parsers can cause
4283 buffer overruns, corrupting state.
4284
4285 * src/output.c (prepare_rules): Output max_left_semantic_context
4286 definition.
4287 * src/reader.h (max_left_semantic_context): New variable declaration.
4288 * src/scan-gram.l (max_left_semantic_context): Define.
4289 (handle_action_dollar): Update max_left_semantic_context.
4290 * data/glr.c (YYMAXLEFT): New definition.
4291 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
4292 (yyresolveAction): Ditto.
4293
4294 Fixes to problems with location handling in GLR parsers reported by
4295 Frank Heckenbach (2003/06/05).
4296
4297 * data/glr.c (YYLTYPE): Make trivial if locations not used.
4298 (YYRHSLOC): Add parentheses, and define only if locations used.
4299 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
4300 locations not used.
4301 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
4302 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
4303
4304 * tests/cxx-type.at: Exercise location information; update tests
4305 to differentiate output with and without locations.
4306 Remove forward declarations of yylex and yyerror---caused errors
4307 because default YYLTYPE not yet defined.
4308 Change semantic actions to compute strings, rather than printing
4309 them directly (to test proper passing of semantics values). Change
4310 output to prefix notation and update test data and expected results.
4311 (yylex): Track locations.
4312 (stmtMerge): Return value rather than printing, and include arguments
4313 in value.
4314
4315 2003-06-03 Paul Eggert <eggert@twinsun.com>
4316
4317 Avoid warnings generated by GCC 2.95.4 when Bison is
4318 configured with --enable-gcc-warnings.
4319 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
4320 yy::]b4_parser_class_name[::translate_,
4321 yy::Stack::operator[] (unsigned),
4322 yy::Stack::operator[] (unsigned) const,
4323 yy::Slice::operator[] (unsigned),
4324 yy::Slice::operator[] (unsigned) const):
4325 Rename local vars to avoid warnings.
4326 * tests/glr-regression.at (Improper handling of embedded actions
4327 and $-N in GLR parsers): Remove unused local variable from yylex.
4328 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
4329 (void) as arg when not pure, since we now assume C89 when building
4330 Bison. Pacify GCC by using parameter.
4331
4332 2003-06-02 Paul Eggert <eggert@twinsun.com>
4333
4334 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
4335 yy::Location::lines, yy::Location::columns): Rename arguments
4336 to avoid shadowing; this removes a warning generated by GCC 3.3.
4337
4338 2003-06-01 Paul Eggert <eggert@twinsun.com>
4339
4340 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
4341 to g++, as GCC 3.3 complains if you do it.
4342 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
4343 everything that WARNING_CFLAGS has, except omit warnings
4344 not suitable for C++.
4345 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
4346 * tests/atlocal.in (CXXFLAGS): New var.
4347 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
4348
4349 Fix a GLR parser bug I reported in February; see
4350 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
4351 The problem was that GLR parsers did not conform to the C standard,
4352 because actions like { $1 = $2 + $3; } expanded to expressions
4353 that invoked YYFILL in separate subexpressions, and YYFILL assigned
4354 to a local variable. The C standard says that expressions
4355 like (var = f ()) + (var = f ()) have undefined behavior.
4356 Another problem was that GCC sometimes issues warnings that
4357 yyfill and its parameters are unused.
4358
4359 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
4360 as possibly unused.
4361 (yyfill): New function.
4362 (YYFILL): Use it.
4363 (yyuserAction): Change type of yynormal to bool, so that it matches
4364 the new yyfill signature. Mark it as possibly unused.
4365
4366
4367 Follow up on a bug I reported in February, where a Bison-generated
4368 parser can loop. Provide a test case and a fix for yacc.c. I
4369 don't have a fix for lalr1.cc or for glr.c, unfortunately.
4370 The original bug report is in:
4371 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
4372
4373 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
4374 macro's size was becoming unwieldy.
4375 (yyerrlab): Do not discard an empty lookahead symbol, as this
4376 might destroy garbage.
4377 (yyerrorlab): New label, with the old contents of YYERROR,
4378 plus the following change: pop the stack of rhs corresponding
4379 to the production that invoked YYERROR. That is how Yacc
4380 behaves, and POSIX requires this behavior.
4381 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
4382 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
4383 Define 'alarm' to do nothing if unistd.h is not available.
4384 Add a new rule "exp: '-' error;" to test the above change to
4385 data/yacc.c. Use 'alarm' to abort any test taking longer than
4386 10 seconds, as it's probably looping.
4387 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
4388 Also, the new yacc.c generates two fewer diagnostics for an
4389 existing test.
4390
4391 2003-05-24 Paul Eggert <eggert@twinsun.com>
4392
4393 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
4394 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
4395 This fixes a problem reported by John Bowman when the Compaq/HP
4396 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
4397 -ansi -Wall -gall).
4398 * data/yacc.c (union yyalloc): Likewise.
4399 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
4400
4401 Switch from 'int' to 'bool' where that makes sense.
4402
4403 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
4404 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
4405 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
4406 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
4407 Return or accept bool, not int. All callers changed.
4408 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
4409 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
4410 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
4411 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
4412 bitset_or_and_cmp_): Likewise.
4413 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
4414 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
4415 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
4416 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
4417 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
4418 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
4419 bitset_stats_or_and_cmp): Likewise.
4420 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
4421 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
4422 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
4423 ebitset_xor_cmp): Likewise.
4424 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
4425 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
4426 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
4427 lbitset_xor_cmp): Likewise.
4428 * lib/bbitset.h: Include <stdbool.h>.
4429 (struct bitset_vtable): The following members now return bool, not
4430 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
4431 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
4432 or_and_cmp).
4433 * src/conflicts.c (count_rr_conflicts): Likewise.
4434 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
4435 All uses changed.
4436 * lib/ebitset.c (ebitset_obstack_init): Likewise.
4437 * lib/lbitset.c (lbitset_obstack_init): Likewise.
4438 * src/getargs.c (debug_flag, defines_flag, locations_flag,
4439 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
4440 graph_flag): Likewise.
4441 * src/getargs.h (debug_flag, defines_flag, locations_flag,
4442 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
4443 graph_flag): Likewise.
4444 * src/output.c (error_verbose): Likewise.
4445 * src/output.h (error_verbose): Likewise.
4446 * src/reader.c (start_flag, typed): Likewise.
4447 * src/reader.h (typed): Likewise.
4448 * src/getargs.c (LOCATIONS_OPTION): New constant.
4449 (long_options, getargs): Use it.
4450 * src/lalr.c (build_relations): Use bool, not int.
4451 * src/nullable.c (nullable_compute): Likewise.
4452 * src/print.c (print_reductions): Likewise.
4453 * src/tables.c (action_row, pack_vector): Likewise.
4454 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
4455 * src/output.c (prepare): Use it.
4456 * src/output.c (token_definitions_output,
4457 symbol_destructors_output, symbol_destructors_output): Use string,
4458 not boolean integer, to keep track of whether to output separator.
4459 * src/print_graph.c (print_core): Likewise.
4460 * src/state.c (state_rule_lookaheads_print): Likewise.
4461
4462 * config/install-sh: Sync from automake 1.7.5.
4463
4464 2003-05-14 Paul Eggert <eggert@twinsun.com>
4465
4466 * src/parse-gram.y (rules_or_grammar_declaration): Require a
4467 semicolon after a grammar declaration, in the interest of possible
4468 future changes to the Bison input language.
4469 Do not allow a stray semicolon at the start of the grammar.
4470 (rhses.1): Allow one or more semicolons after any rule, including
4471 just before "|" as required by POSIX.
4472 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
4473 grammar.
4474
4475 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
4476
4477 %parse-param support for lalr1.cc.
4478
4479 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
4480 b4_cc_constructor_calls, b4_cc_constructor_call,
4481 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
4482 definitions.
4483 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
4484 parse-param arguments.
4485 (yy::b4_parser_class_name): Declare instance variables to
4486 hold parse-param arguments.
4487 * tests/calc.at: s/value/semantic_value/ because value clashes
4488 with a member of yy::b4_parser_class_name. Adjust C++ code
4489 to handle %parse-param. Enable %parse-param test in C++.
4490
4491 2003-05-12 Paul Eggert <eggert@twinsun.com>
4492
4493 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
4494 English a bit. Fix fclose typo. Change "const char" to "char
4495 const", and use ANSI C rather than K&R for "main". Suggest
4496 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
4497 and suggest yy_switch_to_buffer.
4498
4499 2003-05-05 Paul Eggert <eggert@twinsun.com>
4500
4501 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
4502 C89. This avoids a diagnostic on compilers that define __STDC__
4503 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
4504 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
4505
4506 2003-05-03 Paul Eggert <eggert@twinsun.com>
4507
4508 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
4509 Do not overrun array bounds.
4510 This should fix a bug reported today by Olatunji Oluwabukunmi in
4511 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
4512
4513 2003-04-29 Akim Demaille <akim@epita.fr>
4514
4515 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
4516 * src/getargs.c, src/getargs.h: here, as bool, not int.
4517 (nondeterministic_parser): New.
4518 * src/parse-gram.y, src/scan-gram.l: Support
4519 %nondeterministic-parser.
4520 * src/output.c (prepare): Use nondeterministic_parser instead
4521 of glr_parser where appropriate.
4522 * src/tables.c (conflict_row, action_row, save_row)
4523 (token_actions, token_actions, pack_vector): Ditto.
4524
4525 2003-04-29 Akim Demaille <akim@epita.fr>
4526
4527 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
4528
4529 2003-04-29 Akim Demaille <akim@epita.fr>
4530
4531 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
4532 with %pure-parser and %locations to exercise the patch from Yakov
4533 Markovitch below.
4534
4535 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
4536
4537 * data/yacc.c: (b4_lex_param): Corrected for the case where
4538 %lex-param is provided and %pure-parser isn't.
4539
4540 2003-04-27 Paul Eggert <eggert@twinsun.com>
4541
4542 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
4543 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
4544 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
4545 if it is not defined.
4546 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
4547
4548 2003-04-26 Paul Eggert <eggert@twinsun.com>
4549
4550 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
4551 Declare to be of type suitable for the ninf value itself, not of
4552 type suitable for the corresponding table, since the latter might
4553 be unsigned but the ninf value might be negative. This fixes a
4554 bug reported by Alexandre Duret-Lutz in
4555 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
4556
4557 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
4558 invokes it. We shouldn't invoke it twice because it will attempt
4559 to put error.o in the archive twice. This fixes a glitch reported
4560 by Martin Mokrejs in
4561 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
4562
4563 2003-04-21 Paul Eggert <eggert@twinsun.com>
4564
4565 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
4566 to gnulib.
4567
4568 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
4569
4570 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
4571 Fix obvious typo that results in uncompilable GLR parsers
4572 when both %pure-parser and %locations are used. (trivial change)
4573
4574 2003-04-17 Paul Eggert <eggert@twinsun.com>
4575
4576 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
4577 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
4578 Do not insert the expected token via unput, as this runs afoul
4579 of a POSIX-compatibility bug in flex 2.5.31.
4580 All uses changed to BEGIN the parent state,
4581 since we no longer insert the expected token via unput.
4582 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
4583 that is no longer emitted after the above change.
4584
4585 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
4586 the first one. This change is from Paul Hilfinger, and it fixes
4587 regression reported by Werner Lemberg in
4588 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
4589
4590 (resolve_sr_conflict): Don't invoke state_errs_set
4591 unless one or more tokens have been explicitly made errors.
4592 Otherwise, the above change causes Bison to abort.
4593
4594 * tests/existing.at (GNU pic Grammar): New test case, taken from
4595 Lemberg's email.
4596
4597 2003-03-31 Akim Demaille <akim@epita.fr>
4598
4599 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
4600
4601 2003-03-31 Akim Demaille <akim@epita.fr>
4602
4603 * src/output.c (prepare_symbols): Avoid trailing spaces in the
4604 output.
4605
4606 2003-03-31 Akim Demaille <akim@epita.fr>
4607
4608 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
4609 From Paul Hilfinger.
4610
4611 2003-03-29 Akim Demaille <akim@epita.fr>
4612
4613 * m4/error.m4: Do not put under dynamic conditions some code which
4614 expansion is under static control.
4615
4616 2003-03-29 Akim Demaille <akim@epita.fr>
4617
4618 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
4619
4620 2003-03-29 Akim Demaille <akim@epita.fr>
4621
4622 * doc/bison.texinfo (Strings are Destroyed): New.
4623
4624 2003-03-13 Paul Eggert <eggert@twinsun.com>
4625
4626 * .cvsignore: Add configure.lineno.
4627 * src/.cvsignore: Add yacc.
4628 * tests/.cvsignore: Add testsuite.log.
4629 * doc/fdl.texi: Sync with latest FSF version.
4630
4631 2003-03-12 Paul Eggert <eggert@twinsun.com>
4632
4633 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
4634 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
4635 cursor, instead of leaving it undefined. This fixes a bug
4636 reported by Tim Van Holder in
4637 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
4638 * tests/input.at (Torturing the Scanner): Test the scanner on
4639 an empty input file, which was Tim Van Holder's test case.
4640
4641 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
4642 <sys/resource.h> can be included, include sys/time.h and
4643 sys/times.h first, if available. This works around the SunOS
4644 4.1.4 porting bug reported by Bruce Becker in
4645 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
4646
4647 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
4648 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
4649 AC_HEADER_SYS_WAIT.
4650
4651 Merge changes from gnulib. This was prompted because the CVS
4652 snapshot didn't build on Solaris 7 due to strnlen problems.
4653
4654 These changes need to be merged back into gnulib:
4655 * lib/hash.c: Include <stdbool.h> unconditionally.
4656 * m4/onceonly.m4 (m4_quote): New macro.
4657 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
4658 Quote AC_FOREACH variable-expansions properly.
4659 The 2003-01-03 obstack.h change also needs merging.
4660 {end of changes requiring merging}
4661
4662 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
4663 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
4664 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
4665 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
4666 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
4667 New files, imported from gnulib.
4668 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
4669 above.
4670
4671 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
4672 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
4673 gnulib sources.
4674
4675 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
4676 Add.
4677 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
4678 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
4679 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
4680 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
4681 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
4682 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
4683 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
4684 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
4685 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
4686 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
4687 (jm_PREREQ_ARGMATCH): Remove.
4688 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
4689 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
4690
4691 * src/system.h: Include <stdbool.h> unconditionally.
4692
4693 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
4694 assuming at least C89 in the bitset code for some time now.
4695
4696 2003-03-03 Akim Demaille <akim@epita.fr>
4697
4698 * ro.po: New.
4699
4700 2003-03-02 Akim Demaille <akim@epita.fr>
4701
4702 * doc/bison.texinfo (Table of Symbols): Reactivate the
4703 documentation for %lex-param, and %parse-param.
4704
4705 2003-03-02 Akim Demaille <akim@epita.fr>
4706
4707 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
4708 generate verbose error messages.
4709 Use the number of tokens as an upper bound in yytname, as it
4710 cannot be a non terminal.
4711
4712 2003-03-02 Akim Demaille <akim@epita.fr>
4713
4714 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
4715 message.
4716
4717 2003-03-02 Akim Demaille <akim@epita.fr>
4718
4719 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
4720 Use them to exercise yycheck overrun.
4721 Based on Andrew Suffield's grammar.
4722
4723 2003-03-02 Akim Demaille <akim@epita.fr>
4724
4725 Create tests/local.at for Bison generic testing macros.
4726
4727 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
4728 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
4729 This new file.
4730 * tests/calc.at (AT_CHECK_CALC): Adjust.
4731 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
4732 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
4733 * tests/local.at: here.
4734 (AT_COMPILE_CXX): Tags the tests using it as c++.
4735 Ignore the test if CXX is not functional.
4736
4737 2003-03-01 Paul Eggert <eggert@twinsun.com>
4738
4739 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
4740 not loc->end, since loc->end might contain garbage and this leads
4741 to undefined behavior on some platforms.
4742 (id_loc, token_start): Use (IF_LINTed) initial values that do not
4743 depend on *loc, so that the reader doesn't give the the false
4744 impression that *loc is initialized.
4745 (<INITIAL>"%%"): Do not bother setting code_start, since its value
4746 does not survive the return.
4747
4748 2003-03-01 Akim Demaille <akim@epita.fr>
4749
4750 * src/scan-gram.l (code_start): Always initialize it when entering
4751 into yylex, as SC_EPILOGUE is activated *before* the corresponding
4752 yylex invocation. An alternative would be making it static, but
4753 then it starts with the second %%'s beginning, instead of its end.
4754
4755 2003-02-28 Paul Eggert <eggert@twinsun.com>
4756
4757 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
4758 around a UnixWare 7.1.1 porting bug reported by John Hughes in
4759 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
4760
4761 2003-02-26 Paul Eggert <eggert@twinsun.com>
4762
4763 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
4764 Remove Sequent/Pyramid discussion (nobody uses them any more).
4765 Merge VMS and MS-DOS discussion; these ports may well be dead
4766 but let's keep mentioning them for now. Put <> around email
4767 addresses. Add copyright notice.
4768
4769 2003-02-24 Paul Eggert <eggert@twinsun.com>
4770
4771 * data/glr.c (yy_reduce_print): yylineno -> yylno,
4772 to avoid collision with flex use of yylineno.
4773 Problem reported by Bruce Lilly in
4774 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
4775 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
4776 * data/yacc.c (yy_reduce_print): Likewise.
4777
4778 * config/depcomp: Sync with Automake 1.7.3.
4779
4780 2003-02-21 Akim Demaille <akim@epita.fr>
4781
4782 * data/lalr1.cc: Use temporary variables instead of casts to
4783 change integer types.
4784 Suggested by Paul Eggert.
4785
4786 2003-02-21 Akim Demaille <akim@epita.fr>
4787
4788 * doc/bison.texinfo: Use "location" consistently to refer to @n,
4789 to avoid confusions with lalr1.cc's notion of Position.
4790 Suggested by Paul Eggert.
4791
4792 2003-02-20 Akim Demaille <akim@epita.fr>
4793
4794 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
4795 before initial_columns.
4796 (location.hh): Use consistent variable names when defining the
4797 operator<<.
4798 Use "last" so that we subtract from Positions, not from unsigned.
4799
4800 2003-02-20 Akim Demaille <akim@epita.fr>
4801
4802 * data/lalr1.cc (position.hh): New subfile, including the extended
4803 and Doxygen'ed documentation of class Position.
4804 (location.hh): Use it.
4805 Document a` la Doxygen.
4806 With the help of Benoit Perrot.
4807
4808 2003-02-20 Akim Demaille <akim@epita.fr>
4809
4810 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
4811 AT_YACC_IF.
4812 Redefine AT_YYERROR_SEES_LOC_IF using it.
4813 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
4814 not defined.
4815 Don't use the location in yy::Parser::error_ and
4816 yy::Parser::print_ when not %locations.
4817 Activate more lalr1.cc tests.
4818
4819 2003-02-19 Akim Demaille <akim@epita.fr>
4820
4821 * data/lalr1.cc: When displaying a line number, be sure to make it
4822 an int.
4823
4824 2003-02-19 Akim Demaille <akim@epita.fr>
4825
4826 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
4827 Remove, useless.
4828 (YYABORT, YYACCEPT, YYERROR): New.
4829 * tests/calc.at: Renable the lalr1.cc test.
4830
4831 2003-02-19 Akim Demaille <akim@epita.fr>
4832
4833 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
4834 error recovery, mixing with/without pops and discarding of the
4835 lookahead.
4836 Exercise YYERROR.
4837 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
4838
4839 2003-02-17 Paul Eggert <eggert@twinsun.com>
4840
4841 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
4842 * tests/testsuite.at (AT_COMPILE): Use them.
4843 This fixes the testsuite problem reported by Robert Lentz in
4844 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
4845
4846 2003-02-12 Paul Eggert <eggert@twinsun.com>
4847
4848 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
4849 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
4850 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
4851 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
4852 Check for malloc failure, for consistency with yacc.c.
4853 (yytname_size): Remove, for consistency with yacc.c.
4854
4855 The bug still remains in data/lalr1.cc, as I didn't have time
4856 to fix it there.
4857
4858 2003-02-06 Akim Demaille <akim@epita.fr>
4859
4860 * configure.ac (GXX): Rename as...
4861 (CXX): this, to keep the original Autoconf semantics.
4862 Require 2.57.
4863 * data/lalr1.cc: Fix b4_copyright invocations.
4864 If YYDEBUG is not defined, don't depend upon name_ being defined.
4865 (location.hh): Include string and iostream.
4866 (Position::filename): New member.
4867 (Position::Position ()): New.
4868 (operator<< (Position)): New.
4869 (operator- (Position, int)): New.
4870 (Location::first, Location::last): Rename as...
4871 (Location::begin, Location::end): these, to mock the conventional
4872 iterator names.
4873 (operator<< (Location)): New.
4874 * tests/atlocal.in (CXX): New.
4875 * tests/testsuite.at (AT_COMPILE_CXX): New.
4876 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
4877 locations in a more synthetic way.
4878 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
4879 lalr1.cc is used.
4880 Adjust the C locations to match those from Emacs: first column is
4881 column 0.
4882 Change all the expected results.
4883 Conform to the GCS: simplify the locations when applicable.
4884 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
4885 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
4886 these CPP macros with the m4 macros new defined by...
4887 (AT_CHECK_PUSHDEFS): this, i.e.:
4888 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
4889 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
4890 New macros.
4891 (AT_CHECK_POPDEFS): Undefine them.
4892 (AT_CHECK_CALC_LALR1_CC): New.
4893 Use it for the first lalr1.cc test.
4894
4895 2003-02-04 Akim Demaille <akim@epita.fr>
4896
4897 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
4898 Location as is defined.
4899
4900 2003-02-04 Akim Demaille <akim@epita.fr>
4901
4902 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
4903 name_ being defined.
4904
4905 2003-02-03 Paul Eggert <eggert@twinsun.com>
4906
4907 * src/gram.h (start_symbol): Remove unused decl.
4908
4909 Use more-consistent naming conventions for local vars.
4910
4911 * src/derives.c (derives_compute): Change type of local var from
4912 int to rule_number.
4913 * src/gram.c (grammar_rules_partial_print): Likewise.
4914 * src/print.c (print_core): Likewise.
4915 * src/reduce.c (reduce_grammar_tables): Likewise.
4916
4917 * src/gram.c (grammar_dump): Change name of item_number *
4918 local var from r to rp.
4919 * src/nullable.c (nullable_compute): Likewise.
4920
4921 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
4922
4923 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
4924 for symbol or symbol_number var.
4925 * src/reader.c (grammar_start_symbol_set): Likewise.
4926 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
4927 Likewise.
4928 * src/state.c (transitions_to): Likewise.
4929 * src/state.h: Likewise.
4930 * src/tables.c (symbol_number_to_vector_number): Likewise.
4931
4932 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
4933 char * var.
4934
4935 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
4936 var.
4937
4938 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
4939 var.
4940
4941 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
4942 Use str, not s, for char * var. Use ch, not c, for character var.
4943 Use size for size var.
4944
4945 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
4946 char * var.
4947 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
4948 uniqstr var.
4949 * src/uniqstr.h: Likewise.
4950
4951 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
4952 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
4953 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
4954 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
4955 param to have same name as that of enum, so that we don't use
4956 "s" to stand for a non-state.
4957
4958 2003-02-02 Akim Demaille <akim@epita.fr>
4959
4960 * src/scan-skel.l: Scan more than one inert character per yylex
4961 invocation.
4962
4963 2003-02-01 Paul Eggert <eggert@twinsun.com>
4964
4965 Version 1.875a.
4966
4967 * po/LINGUAS: Add ms.
4968
4969 2003-01-30 Akim Demaille <akim@epita.fr>
4970
4971 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
4972
4973 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4974
4975 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
4976 of $1.
4977
4978 Changes in response to error report by S. Eken: GLR mode does not
4979 handle negative $ indices or $ indices in embedded rules correctly.
4980 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
4981
4982 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
4983 (b4_rhs_location): Ditto.
4984 (yyfill): New function to copy from stack tree into array
4985 incrementally.
4986 (yyuserAction): Modify to allow incremental move of semantic values
4987 to rhs array when in GLR mode.
4988 Define YYFILL to use in user-defined actions to fill semantic array
4989 as needed.
4990 Remove dummy use of yystack, as there is now a guaranteed use.
4991 (yydoAction): Modify to allow incremental move of semantic values
4992 to rhs array when in GLR mode.
4993 (yyresolveAction): Ditto.
4994 (yyglrShiftDefer): Update comment.
4995 (yyresolveStates): Use X == NULL for pointers, not !X.
4996 (yyglrReduce): Ditto.
4997 (yydoAction): Ditto
4998
4999 * tests/glr-regr1.at: Rename to ...
5000 * tests/glr-regression.at: Add new regression test for the problems
5001 described above (adapted from S. Eken).
5002 Update copyright notice.
5003 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
5004 * tests/Makefile.am: Ditto.
5005
5006 2003-01-28 Paul Eggert <eggert@twinsun.com>
5007
5008 * data/lalr1.cc: Do not use @output_header_name@ unless
5009 b4_defines_flag is set. This fixes two bugs reported by
5010 Tim Van Holder in
5011 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
5012 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
5013
5014 2003-01-21 Paul Eggert <eggert@twinsun.com>
5015
5016 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
5017 we don't need to worry about yyerrlab1 being reported as an
5018 "unused label" by non-GCC C compilers. The downside is that if
5019 locations are used then a couple of statements are duplicated each
5020 time YYERROR is invoked, but the upside is that the warnings
5021 should vanish.
5022 (yyerrlab1): Move code to YERROR.
5023 (yyerrlab2): Remove. Change uses back to yyerrlab1.
5024 This reverts some of the 2002-12-27 change.
5025
5026 2003-01-17 Paul Eggert <eggert@twinsun.com>
5027
5028 * src/output.c (symbol_printers_output): Fix typo that led
5029 to core dump. Problem reported by Antonio Rus in
5030 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
5031
5032 2003-01-13 Akim Demaille <akim@epita.fr>,
5033 Quoc Peyrot <chojin@lrde.epita.fr>,
5034 Robert Anisko <anisko_r@lrde.epita.fr>
5035
5036 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
5037 when the stacks contain one element, as the loop would otherwise
5038 free the last state, and then use the top state (the one we just
5039 popped). This means that the initial elements will not be freed
5040 explicitly, as is the case in yacc.c; it is not a problem, as
5041 these elements have fake values.
5042
5043 2003-01-11 Paul Eggert <eggert@twinsun.com>
5044
5045 * NEWS: %expect-violations are now just warnings, reverting
5046 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
5047 bootstrapping problem reported by Matthias Klose; see
5048 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
5049 * src/conflicts.c (conflicts_print): Likewise.
5050 * tests/conflicts.at (%expect not enough, %expect too much,
5051 %expect with reduce conflicts): Likewise.
5052 * doc/bison.texinfo (Expect Decl): Document this. Also mention
5053 that the warning is enabled if the number of conflicts changes
5054 (not necessarily increases).
5055
5056 * src/getargs.c (version): Update copyright year.
5057
5058 2003-01-09 Akim Demaille <akim@epita.fr>
5059
5060 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
5061
5062 2003-01-08 Paul Eggert <eggert@twinsun.com>
5063
5064 * Makefile.maint (WGETFLAGS):
5065 New macro, containing "-C off" to disable proxy caches.
5066 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
5067 (rel-check): Use $(WGET) instead of wget.
5068
5069 2003-01-06 Paul Eggert <eggert@twinsun.com>
5070
5071 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
5072 the GLR paper of Scott, Johnstone and Hussain.
5073
5074 2003-01-04 Paul Eggert <eggert@twinsun.com>
5075
5076 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
5077 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
5078 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
5079 (EXTRA_LIBRARIES): New var, for liby.a.
5080 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
5081 (EXTRA_SCRIPTS): New var, for yacc.
5082
5083 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
5084 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
5085 Problem reported by Nelson H. F. Beebe.
5086
5087 2003-01-03 Paul Eggert <eggert@twinsun.com>
5088
5089 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
5090 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
5091 when compiling Bison 1.875's `bitset bset = obstack_alloc
5092 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
5093
5094 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
5095 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
5096 grow to a huge size with typical invocation.
5097
5098 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
5099 Use the pattern recommended by Autoconf 2.57, except also protect
5100 against double-definition.
5101 * src/system.h: Likewise.
5102 Portability issues reported by Nelson H. F. Beebe.
5103
5104 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
5105 All uses changed. Provide a definition in both C and C++.
5106 (yytrue, yyfalse): Define even if defined (__cplusplus).
5107
5108 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
5109 Reported by Nelson H. F. Beebe.
5110
5111 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
5112
5113 2003-01-02 Paul Eggert <eggert@twinsun.com>
5114
5115 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
5116 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
5117 Bug reported by Nelson H. F. Beebe.
5118
5119 2003-01-01 Paul Eggert <eggert@twinsun.com>
5120
5121 * Version 1.875.
5122
5123 2002-12-30 Paul Eggert <eggert@twinsun.com>
5124
5125 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
5126 Moved here from...
5127 (<INITIAL>","): Here. This causes stray "," to be treated
5128 more uniformly.
5129
5130 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
5131 last brace in braced code when not in Yacc mode, for compatibility
5132 with Bison 1.35. This resurrects the 2001-12-15 patch to
5133 src/reader.c.
5134
5135 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
5136 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
5137
5138 2002-12-28 Paul Eggert <eggert@twinsun.com>
5139
5140 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
5141 that of SYM's type. This fixes Debian bug 168069, reported by
5142 Thomas Olsson.
5143
5144 2002-12-28 Paul Eggert <eggert@twinsun.com>
5145
5146 Version 1.75f.
5147
5148 Switch back to the Yacc style of conflict reports, undoing some
5149 of the 2002-07-30 change.
5150 * doc/bison.texinfo (Understanding): Use Yacc style for
5151 conflict reports. Also, use new way of locating rules.
5152 * src/conflicts.c (conflict_report):
5153 Renamed from conflict_report_yacc, removing the old
5154 'conflict_report'. Translate the entire conflict report at once,
5155 so that we don't assume that "," has the same interpretation in
5156 all languages.
5157 (conflicts_output): Use Yacc-style conflict report for each state,
5158 instead of our more-complicated style.
5159 (conflicts_print): Use Yacc-style conflict report, except print
5160 the input file name when not emulating Yacc.
5161 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
5162 Conflicted Reduction, %expect not enough, %expect too much,
5163 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
5164 * tests/existing.at (GNU Cim Grammar): Likewise.
5165 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
5166
5167 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
5168 fatal): Don't invoke fflush; it's not needed and it might even be
5169 harmful for stdout, as stdout might not be open.
5170 * src/reduce.c (reduce_print): Likewise.
5171
5172 2002-12-27 Paul Eggert <eggert@twinsun.com>
5173
5174 Fix a bug where error locations were not being recorded correctly.
5175 This problem was originally reported by Paul Hilfinger in
5176 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
5177
5178 * data/yacc.c (yyparse): New local var yylerrsp, to record the
5179 top of the location stack's error locations.
5180 (yyerrlab): Set it. When discarding a token, push its location
5181 onto yylerrsp so that we don't lose track of the error's end.
5182 (yyerrlab1): Now is only the target of YYERROR, so that we can
5183 properly record the location of the action that failed. For GCC
5184 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
5185 GCC warning about yyerrlab1 being unused if YYERROR is unused.
5186 (yyerrlab2): New label, which yyerrlab now falls through to.
5187 Compute the error's location by applying YYLLOC_DEFAULT to
5188 the locations of all the symbols that went into the error.
5189 * doc/bison.texinfo (Location Default Action): Mention that
5190 YYLLOC_DEFAULT is also invoked for syntax errors.
5191 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
5192 Error locations include the locations of all the tokens that were
5193 discarded, not just the last token.
5194
5195 2002-12-26 Paul Eggert <eggert@twinsun.com>
5196
5197 * src/files.c: Include quote.h.
5198 (compute_output_file_names): Warn if we detect conflicting
5199 outputs to the same file. This should catch the misunderstanding
5200 exemplified by Debian Bug 165349, reported by Bruce Stephens..
5201
5202 * src/conflicts.c (conflicts_print): If the user specifies
5203 "%expect N", report an error if there are any reduce/reduce
5204 conflicts. This is what the manual says should happen.
5205 This fixes Debian bug 130890, reported by Anthony DeRobertis.
5206 * tests/conflicts.at (%expect with reduce conflicts): New test.
5207
5208 Don't use m4_include on relative file names, as it doesn't work as
5209 desired if there happens to be a file with that name under ".".
5210
5211 * m4sugar/version.m4: Remove; it was included but it wasn't used.
5212 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
5213 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
5214 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
5215 * src/output.c (output_skeleton): Use full path names when
5216 specifying a file to include; don't rely on include path, as
5217 it's unreliable when the working file contains a file with
5218 that name.
5219
5220 2002-12-25 Paul Eggert <eggert@twinsun.com>
5221
5222 Remove obsolete references to bison.simple and bison.hairy.
5223 Problem mentioned by Aubin Mahe in
5224 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
5225 * data/glr.c: Comment fix.
5226 * doc/bison.1: Remove references. Also, mention "yacc".
5227
5228 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
5229 with -g option.
5230
5231 * src/parse-gram.y (declaration): Use enum "report_states" rather
5232 than its numeric value 1.
5233
5234 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
5235 opening a new one. This fixes Debian bug 165349, reported by
5236 Bruce Stephens.
5237
5238 2002-12-24 Paul Eggert <eggert@twinsun.com>
5239
5240 Version 1.75e.
5241
5242 * Makefile.maint (cvs-update): Don't assume that the shell
5243 supports $(...), as Solaris sh doesn't.
5244
5245 * src/parse-gram.y (lloc_default): Remove test for empty
5246 nonterminals at the end, since it didn't change the result.
5247
5248 2002-12-24 Paul Eggert <eggert@twinsun.com>
5249
5250 If the user does not define YYSTYPE as a macro, Bison now declares it
5251 using typedef instead of defining it as a macro. POSIX requires this.
5252 For consistency, YYLTYPE is also declared instead of defined.
5253
5254 %union directives can now have a tag before the `{', e.g., the
5255 directive `%union foo {...}' now generates the C code
5256 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
5257 The default union tag is `YYSTYPE', for compatibility with Solaris 9
5258 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
5259 instead of `yyltype'.
5260
5261 `yystype' and `yyltype' are now obsolescent macros instead of being
5262 typedefs or tags; they are no longer documented and will be
5263 withdrawn in a future release.
5264
5265 * data/glr.c (b4_location_type): Remove.
5266 (YYSTYPE): Renamed from yystype.
5267 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
5268 (struct YYLTYPE): Renamed from struct yyltype.
5269 (YYLTYPE): Renamed from yyltype.
5270 (yyltype, yystype): New (and obsolescent) macros,
5271 for backward compatibility.
5272 * data/yacc.c: Likewise.
5273
5274 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
5275 does not specify a union tag. This is for compatibility with
5276 Solaris 9 yacc.
5277
5278 * src/parse-gram.y (add_param): 2nd arg is now char * not char
5279 const *, since it is now modified by stripping surrounding { }.
5280 (current_braced_code): Remove.
5281 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
5282 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
5283 trailing " {...}". Now of type <chars>.
5284 (grammar_declaration): Adjust to bundled tokens.
5285 (code_content): Remove; stripping is now done by add_param.
5286 (print_token_value): Print contents of bundled tokens.
5287 (token_name): New function.
5288
5289 * src/reader.h (braced_code, current_braced_code): Remove.
5290 (token_name): New decl.
5291
5292 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
5293 token_type, not braced_code code_kind. All uses changed.
5294 (SC_PRE_CODE): New state, for scanning after a keyword that
5295 has (or usually has) an immediately-following braced code.
5296 (token_type): New local var, to keep track of which token type
5297 to return when scanning braced code.
5298 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
5299 <INITIAL>"%parse-param", <INITIAL>"%printer",
5300 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
5301 instead of returning a token type immediately.
5302 (<INITIAL>"{"): Set token type.
5303 (<SC_BRACED_CODE>"}"): Use it.
5304 (handle_action_dollar, handle_action_at): Now returns bool
5305 indicating success. Fail if ! current_rule; this prevents a core dump.
5306 (handle_symbol_code_dollar, handle_symbol_code_at):
5307 Remove; merge body into caller.
5308 (handle_dollar, handle_at): Complain in invalid contexts.
5309
5310 * NEWS, doc/bison.texinfo: Document the above.
5311 * NEWS: Fix years and program names in copyright notice.
5312
5313 2002-12-17 Paul Eggert <eggert@twinsun.com>
5314
5315 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
5316 Reporting, Table of Symbols): Omit mentions of %lex-param and
5317 %parse-param from the documentation for now.
5318
5319 2002-12-15 Paul Eggert <eggert@twinsun.com>
5320
5321 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
5322 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
5323 lookahead symbol, and which sets yychar in parser actions) and it
5324 disagreed with the Bison documentation. Bug
5325 reported by Andrew Walrond.
5326
5327 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
5328 as the caller now does that.
5329 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
5330 (YYEMPTY): Parenthesize right hand side, since others use it.
5331 (yyparse): Don't assume that our generated code is the only code
5332 that sets yychar.
5333
5334 2002-12-13 Paul Eggert <eggert@twinsun.com>
5335
5336 Version 1.75d.
5337
5338 POSIX requires a "yacc" command.
5339 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
5340 (MOSTLYCLEANFILES): Add yacc.
5341 (yacc): New rule.
5342 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
5343 as an alias for bison y.
5344
5345 * po/LINGUAS: Add da.
5346
5347 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
5348 problem with latest <getopt.h>.
5349 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
5350
5351 * doc/fdl.texi: Upgrade to 1.2.
5352 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
5353 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
5354 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
5355 gnulib.
5356 * config/install-sh: Sync with autotools.
5357
5358 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
5359 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
5360 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
5361 locations are requested.
5362 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
5363 locations are requested.
5364
5365 2002-12-12 Paul Eggert <eggert@twinsun.com>
5366
5367 Remove unportable casts and storage allocation tricks.
5368 While we're at it, remove almost all casts, since they
5369 usually aren't needed and are a sign of trouble.
5370
5371 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
5372
5373 * src/derives.c (derives_compute): Do not subtract NTOKENS from
5374 the pointer DSET returned by malloc; this isn't portable.
5375 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
5376 Similarly for DERIVES.
5377 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
5378 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
5379 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
5380
5381 * src/derives.c (derives_compute): Do not bother invoking
5382 int_of_rule_number, since rule numbers are integers.
5383
5384 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
5385 rather than XMALLOC (char, N).
5386
5387 * src/files.c (filename_split): Rewrite to avoid cast.
5388
5389 * src/gram.h (symbol_number_as_item_number,
5390 item_number_as_symbol_number, rule_number_as_item_number,
5391 item_number_as_rule_number):
5392 Now inline functions rather than macros, to avoid casts.
5393 * src/state.h (state_number_as_int): Likewise.
5394 * src/tables.c (state_number_to_vector_number,
5395 symbol_number_to_vector_number): Likewise.
5396
5397 * src/gram.h (int_of_rule_number): Remove; no longer used.
5398
5399 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
5400 since the resulting storage is always stored into.
5401
5402 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
5403 where it's needed.
5404
5405 * src/muscle_tab.c (muscle_m4_output):
5406 Now inline. Return bool, not int.
5407 * src/state.c (state_compare): Likewise.
5408 * src/symtab.c (symbol_check_defined,
5409 symbol_check_alias_consistency, symbol_pack, symbol_translation,
5410 hash_compare_symbol, hash_symbol):
5411 Likewise.
5412 * src/uniqstr.c (uniqstr_print): Likewise.
5413 * src/muscle_tab.c (muscle_m4_output_processor):
5414 New function, to avoid casts.
5415 * src/state.c (state_comparator, stage_hasher): Likewise.
5416 * src/symtab.c (symbol_check_defined_processor,
5417 symbol_check_alias_consistency_processor, symbol_pack_processor,
5418 symbol_translation_processor, hash_symbol_comparator,
5419 hash_symbol_hasher): Likewise.
5420 * src/uniqstr.c (uniqstr_print_processor): Likewise.
5421 * src/muscle_tab.c (muscles_m4_output):
5422 Use new functions instead of casting old functions unportably.
5423 * src/state.c (state_hash_new): Likewise.
5424 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
5425 symbols_token_translations_init):
5426 Likewise.
5427 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
5428
5429 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
5430 var instead of casting to long, to avoid casts.
5431 (prepare_states): Use MALLOC rather than alloca, so that we don't
5432 have to worry about alloca.
5433 * src/state.c (state_hash_lookup): Likewise.
5434
5435 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
5436 local var instead of casting to unsigned char, to avoid casts.
5437
5438 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
5439 STATE_ALLOC): Remove.
5440 (transitions_new, errs_new, reductions_new, state_new): Use malloc
5441 rather than calloc, and use offsetof to avoid allocating slightly
5442 too much storage.
5443 (state_new): Initialize all members.
5444
5445 * src/state.c (state_hash): Use unsigned accumulator, not signed.
5446
5447 * src/symtab.c (symbol_free): Remove; unused.
5448 (symbol_get): Remove cast in lhs of assignment.
5449 (symbols_do): Now static. Accept generic arguments, not
5450 hashing-related ones.
5451
5452 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
5453 (symbol_processor): Remove.
5454 (symbols_do): Remove decl; now static.
5455
5456 * src/system.h (alloca): Remove; decl no longer needed.
5457 (<stddef.h>): Include, for offsetof.
5458 (<inttypes.>, <stdint.h>): Include if available.
5459 (uintptr_t): New type, if system lacks it.
5460 (CALLOC, MALLOC, REALLOC): New macros.
5461 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
5462 new macros.
5463
5464 * src/tables.c (table_size): Now int, to pacify GCC.
5465 (table_grow, table_ninf_remap): Use signed table size.
5466 (save_row): Don't bother initializing locals when not needed.
5467 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
5468 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
5469
5470 * src/vcg.h: Correct misspellings.
5471
5472 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
5473
5474
5475 * src/getargs.c (getargs): Don't assume EOF == -1.
5476
5477 2002-12-09 Paul Eggert <eggert@twinsun.com>
5478
5479 Change identifier spellings to avoid collisions with names
5480 that are reserved by POSIX.
5481
5482 Don't use names ending in _t, since POSIX reserves them.
5483 For consistency, remove _e and _s endings -- they're weren't
5484 needed to remove ambiguity. All uses changed.
5485 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
5486 turn was just renamed from struniq_t.
5487 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
5488 which in turn was just renamed from struniq_processor_t.
5489 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
5490 in turn was renamed from hash_compare_struniq_t.
5491 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
5492 (state_list): Renamed from state_list_t.
5493 * src/assoc.h (assoc): Renamed from assoc_t.
5494 * src/conflicts.c (enum conflict_resolution): Renamed from
5495 enum conflict_resolution_e.
5496 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
5497 (rule_list): Renamed from rule_list_t.
5498 * src/getargs.h (enum trace): Renamed from enum trace_e.
5499 (enum report): Renamed from enum report_e.
5500 * src/gram.h (item_number): Renamed from item_number_t.
5501 (rule_number): Renamed from rule_number_t.
5502 (struct rule_s): Remove the "rule_s" part; not used.
5503 (rule): Renamed from rule_t.
5504 (rule_filter): Renamed from rule_filter_t.
5505 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
5506 (goto_list): Renamed from goto_list_t.
5507 * src/lalr.h (goto_number): Renamed from goto_number_t.
5508 * src/location.h (location): Renamed from location_t.
5509 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
5510 and moved here from:
5511 * src/muscle_tab.h (muscle_entry_t): here.
5512 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
5513 (rule_list): Renamed from rule_list_t.
5514 * src/print_graph.c (static_graph): Renamed from graph.
5515 * src/reader.h (braced_code): Renamed from braced_code_t.
5516 Remove brace_code_e tag.
5517 * src/relation.h (relation_node): Renamed from relation_node_t.
5518 (relation_nodes): Renamed from relation_nodes_t.
5519 (relation): Renamed from relation_t.
5520 * src/state.h (state_number): Renamed from state_number_t.
5521 (struct state): Renamed from struct state_s.
5522 (state): Renamed from state_t.
5523 (transitions): Renamed from transitions_t. Unused (and
5524 misspelled) transtion_s tag removed.
5525 (errs): Renamed from errs_t. Unused errs_s tag removed.
5526 (reductions): Renamed from reductions_t. Unused tag
5527 reductions_s removed.
5528 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
5529 (struct symbol_list): Renamed from struct symbol_list_s.
5530 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
5531 (struct symbol): Renamed from struct symbol_s.
5532 (symbol): Renamed from symbol_t.
5533 * src/tables.c (vector_number): Renamed from vector_number_t.
5534 (action_number): Renamed from action_t.
5535 * src/tables.h (base_number): Renamed from base_t.
5536 * src/vcg.h (enum color): Renamed from enum color_e.
5537 (enum textmode): Renamed from enum textmode_e.
5538 (enum shape): Renamed from enum shape_e.
5539 (struct colorentry): Renamed from struct colorentry_s.
5540 (struct classname): Renamed from struct classname_s.
5541 (struct infoname): Renamed from struct infoname_s.
5542 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
5543 (enum decision): Renamed from enum decision_e.
5544 (enum orientation): Renamed from enum orientation_e.
5545 (enum alignment): Renamed from enum alignment_e.
5546 (enum arrow_mode): Renamed from enum arrow_mode_e.
5547 (enum crossing_type): Renamed from enum crossing_type_e.
5548 (enum view): Renamed from enum view_e.
5549 (struct node): Renamed from struct node_s.
5550 (node): Renamed from node_t.
5551 (enum linestyle): Renamed from enum linestyle_e.
5552 (enum arrowstyle): Renamed from enum arrowstyle_e.
5553 (struct edge): Renamed from struct edge.
5554 (edge): Renamed from edge_t.
5555 (struct graph): Renamed from struct graph_s.
5556 (graph): Renamed from graph_t.
5557 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
5558 Rename value_t -> value.
5559 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
5560 value_t_as_yystype -> value_as_yystype.
5561
5562 Don't include <errno.h> in the mainstream code, since it
5563 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
5564 * lib/get-errno.c, lib/get-errno.h: New files.
5565 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
5566 get-errno.c.
5567 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
5568 * src/output.c (output_skeleton): Likewise.
5569 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
5570 instead of errno.
5571 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
5572 Likewise.
5573 (handle_action_dollar, handle_action_at): Likewise.
5574 * src/system.h: Do not include <errno.h>.
5575 (TAB_EXT): Renamed from EXT_TAB.
5576 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
5577
5578 Avoid str[a-z]*, since <string.h> reserves that name space.
5579 Change all instances of "struniq" in names to "uniqstr", and
5580 likewise for "STRUNIQ" and "UNIQSTR".
5581 * src/uniqstr.c: Renamed from src/struniq.c.
5582 * src/uniqstr.h: Renamed from src/struniq.h.
5583 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
5584 * src/files.c (strsuffix): Remove; unused.
5585 (concat2): Renamed from stringappend. Now static.
5586 * src/files.h (strsuffix, stringappend): Remove; unused.
5587 * src/parse-gram.y (<chars>): Renamed from <string>.
5588 (<uniqstr>): Renamed from <struniq>.
5589 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
5590 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
5591 (struct graph_s.expand): Renamed from struct graph_s.stretch.
5592 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
5593 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
5594 (N_EXPAND): Renamed from N_STRETCH.
5595
5596 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
5597 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
5598 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
5599 Remove; unused.
5600 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
5601 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
5602 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
5603 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
5604 (BASE_MAXIMUM): Renamed from BASE_MAX.
5605 (BASE_MINIMUM): Renamed from BASE_MIN.
5606 (ACTION_MAX): Remove; unused.
5607 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
5608 Unnecessary casts removed from above defines.
5609
5610
5611 Fix misspelling in names.
5612 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
5613 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
5614 G_NODE_ALIGNEMENT.
5615
5616
5617 * lib/timevar.c (timevar_report): Renamed from time_report,
5618 for consistency with other names.
5619 * lib/timevar.h (timevar_report): New decl.
5620 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
5621
5622
5623 Sort include-file uses.
5624
5625 Reorder all include files under src to be in the order "system.h".
5626 then the ../lib include files in angle brackets (alphabetized),
5627 then the . include files in double-quotes (alphabetized). Fix
5628 dependency breakages encountered in this process, as follows:
5629 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
5630 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
5631 * src/state.h: Include "symtab.h".
5632
5633 2002-12-08 Paul Eggert <eggert@twinsun.com>
5634
5635 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
5636 since this causes problems when __file__ contains character
5637 sequences like "@" that are treated specially by src/scan-skel.l.
5638 Instead, just use the file's basename. This fixes the bug
5639 reported by Martin Mokrejs in
5640 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
5641
5642 2002-12-06 Paul Eggert <eggert@twinsun.com>
5643
5644 Add support for rules that do not have trailing semicolons, as
5645 POSIX requires. Improve the quality of locations in Bison
5646 diagnostics.
5647
5648 * src/location.c: Include <quotearg.h>.
5649 (empty_location): Now const.
5650 (location_print): New function. Follow the recommendation of the
5651 GNU Coding Standards for locations that span file boundaries.
5652 * src/location.h: Do not include <quotearg.h>; no longer needed.
5653 (boundary): New type.
5654 (location_t): Use it. This allows locations to span file boundaries.
5655 All member uses changed: file -> start.file or end.file (as needed),
5656 first_line -> start.line, first_column -> start.column,
5657 last_line -> end.line, last_column -> end.column.
5658 (equal_boundaries): New function.
5659 (LOCATION_RESET, LOCATION_STEP): Remove.
5660 (LOCATION_PRINT): Remove. All callers changed to use location_print.
5661 (empty_location): Now const.
5662 (location_print): New decl.
5663 * src/parse-gram.y (lloc_default): New function, which handles
5664 empty locations more accurately.
5665 (YYLLOC_DEFAULT): Use it.
5666 (%token COLON): Remove.
5667 (%token ID_COLON): New token.
5668 (rules): Use it.
5669 (declarations, rules): Remove trailing semicolon.
5670 (declaration, rules_or_grammar_declaration):
5671 Allow empty (";") declaration.
5672 (symbol_def): Remove empty actions; no longer needed.
5673 (rules_or_grammar_declaration): Remove trailing semicolon.
5674 (semi_colon.opt): Remove.
5675 * src/reader.h: Include location.h.
5676 (scanner_cursor): New decl.
5677 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
5678 rolling our own.
5679 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
5680 of *loc.
5681 (STEP): Remove. No longer needed, now that adjust_location does
5682 the work. All uses removed.
5683 (scanner_cursor): New var.
5684 (adjust_location): Renamed from extend_location. It now sets
5685 *loc and adjusts the scanner cursor. All uses changed.
5686 Don't bother testing for CR.
5687 (handle_syncline): Remove location arg; now updates scanner cursor.
5688 All callers changed.
5689 (unexpected_end_of_file): Now accepts start boundary of token or
5690 comment, not location. All callers changed. Update scanner cursor,
5691 not the location.
5692 (SC_AFTER_IDENTIFIER): New state.
5693 (context_state): Renamed from c_context. All uses changed.
5694 (id_loc, code_start, token_start): New local vars.
5695 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
5696 processing of Yacc white space and equivalents here.
5697 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
5698 instead of returning ID immediately, since we need to search for
5699 a subsequent colon.
5700 (<INITIAL>"'", "\""): Save token_start.
5701 (<INITIAL>"%{", "{", "%%"): Save code_start.
5702 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
5703 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
5704 BEGIN context_state at end, not INITIAL.
5705 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
5706 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
5707 Return correct token start.
5708 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
5709 the start of a character, string or multiline comment is found.
5710 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
5711 Reduction): Adjust reported locations to match the more-precise
5712 results now expected.
5713 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
5714 * tests/reduce.at (Useless Rules, Reduced Automaton,
5715 Underivable Rules): Likewise.
5716 * tests/regression.at (Invalid inputs): No longer `expecting ";"
5717 or "|"' now that so many other tokens are allowed by the new grammar.
5718
5719 * src/complain.h (current_file): Remove duplicate decl;
5720 current_file is now owned by files.h.
5721 * src/complain.c, src/scan-gram.l: Include files.h.
5722
5723 2002-12-06 Paul Eggert <eggert@twinsun.com>
5724
5725 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
5726 promotes to int; it might be unsigned int.
5727 * data/yacc.c (yy_reduce_print): Likewise.
5728
5729 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
5730 be #defined in the prologue, not in the Bison declarations.
5731 This fixes Debian Bug 102878, reported by Shaul Karl.
5732
5733 2002-12-02 Paul Eggert <eggert@twinsun.com>
5734
5735 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
5736 * lib/strtoul.c: New file, from gnulib.
5737 This fixes a porting bug reported by Peter Klein in
5738 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
5739
5740 2002-11-30 Paul Eggert <eggert@twinsun.com>
5741
5742 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
5743 and put only a forward declaration in the prologue. This is for
5744 consistency with the other scanner helper functions.
5745
5746 Type clashes now generate warnings, not errors, since it
5747 appears that POSIX may allow some grammars with type clashes.
5748 * src/reader.c (grammar_current_rule_check): Warn about
5749 type clashes instead of complaining.
5750 * tests/input.at (Type Clashes): Expect warnings, not complaints.
5751
5752 Add Yacc library, since POSIX requires it.
5753 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
5754 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
5755 * lib/main.c, lib/yyerror.c: New files.
5756
5757 gram_error can be static; it need not be extern.
5758 * src/reader.h (gram_error): Remove decl.
5759 * src/parse-gram.y (gram_error): Now static. Add static decl.
5760 (print_token_value): Omit parameter names from forward decl,
5761 for consistency.
5762
5763 2002-11-29 Paul Eggert <eggert@twinsun.com>
5764
5765 * doc/bison.texinfo: Emphasize that yylex and yyerror must
5766 be declared before being used. E.g., one should typically
5767 declare them in the prologue. Use GNU coding style in examples.
5768 Put "const" consistently after the type it modifies. Mention
5769 that C99 supports "inline". Mention that yyerror traditionally
5770 returns "int".
5771
5772 %parse-param and %lex-param now take just one argument, the
5773 declaration; the argument name is deduced from the declaration.
5774
5775 * doc/bison.texinfo (Parser Function, Pure Calling, Error
5776 Reporting, Table of Symbols): Document this.
5777 * src/parse-gram.y (add_param): New function.
5778 (COMMA): Remove.
5779 (declaration): Implement new rule for %parse-param and %lex-param.
5780 * src/scan-gram.l: "," now elicits a warning, rather than being
5781 a token; this is more compatible with byacc.
5782 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
5783
5784 2002-11-27 Paul Eggert <eggert@twinsun.com>
5785
5786 Rename identifiers to avoid real and potential collisions.
5787
5788 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
5789 to avoid collision with lex macro described by Bruce Lilly in
5790 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
5791 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
5792 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
5793 * src/parse-gram.y (print_token_value): Renamed from yyprint.
5794 All uses changed.
5795 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
5796 The name "yycontrol" violates the name space rules, and this stuff
5797 wasn't being used anyway.
5798 (input): Remove action; this stuff wasn't being used.
5799 (gram_error): Rename local variable yylloc -> loc.
5800 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
5801 (YY_DECL): Don't use "yy" at start of local variables.
5802 All uses changed, e.g., yylloc -> loc.
5803 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
5804 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
5805 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
5806 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
5807
5808 * src/parse-gram.y (gram_error): loc is now const *.
5809 * src/reader.h (gram_error): Likewise.
5810
5811 2002-11-24 Paul Eggert <eggert@twinsun.com>
5812
5813 Version 1.75c.
5814
5815 * tests/actions.at (Actions after errors): Use an output format
5816 more similar to that of the Printers and Destructors test.
5817 Test the position of the ';' token too.
5818 (Printers and Destructors): Likewise.
5819 (Printers and Destructors: %glr-parser): Remove for now, to avoid
5820 unnecessarily alarming people when the test fails.
5821
5822 * data/yacc.c (yyerrlab1): Move this label down, so that the
5823 parser does not discard the lookahead token if the user code
5824 invokes YYERROR. This change is required for POSIX conformance.
5825
5826 * lib/error.c: Sync with gnulib.
5827
5828 2002-11-22 Paul Eggert <eggert@twinsun.com>
5829
5830 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
5831 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
5832 * lib/xmalloc.c: Likewise.
5833
5834 2002-11-20 Paul Eggert <eggert@twinsun.com>
5835
5836 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
5837
5838 2002-11-20 Paul Eggert <eggert@twinsun.com>
5839
5840 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
5841 should use `if (! x) abort ();' rather than `assert (x);', and
5842 anyway it's one less thing to worry about configuring.
5843
5844 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
5845 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
5846 and replace all instances of assert with abort.
5847 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
5848 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
5849
5850 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
5851 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
5852 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
5853 hash_find_entry, hash_rehash, hash_insert): Likewise.
5854 * src/conflicts.c (resolve_sr_conflict): Likewise.
5855 * src/lalr.c (set_goto_map, map_goto): Likewise.
5856 * src/nullable.c (nullable_compute): Likewise.
5857 * src/output.c (prepare_rules, token_definitions_output): Likewise.
5858 * src/reader.c (packgram, reader): Likewise.
5859 * src/state.c (state_new, state_free, state_transitions_set,
5860 state_reduction_find): Likewise.
5861 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
5862 symbol_pack): Likewise.
5863 * src/tables.c (conflict_row, pack_vector): Likewise.
5864 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
5865 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
5866 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
5867 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
5868
5869 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
5870 (ARGMATCH_CONSTRAINT): New macro.
5871 (ARGMATCH_ASSERT): Use it.
5872
5873 * src/system.h (verify): New macro.
5874 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
5875 rather than assert.
5876 * src/tables.c (tables_generate): Likewise.
5877
5878 * src/struniq.c (struniq_assert): Now returns void, and aborts
5879 if the assertion is false.
5880 (struniq_assert_p): Remove.
5881 * src/struniq.h: Likewise.
5882
5883 2002-11-18 Paul Eggert <eggert@twinsun.com>
5884
5885 * data/glr.c (yygetLRActions): Replace `yyindex' with
5886 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
5887 This fixes the regression with Sun ONE Studio 7 cc that I reported in
5888 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
5889
5890 2002-11-18 Akim Demaille <akim@epita.fr>
5891
5892 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
5893 space.
5894 From Tim Van Holder.
5895
5896 2002-11-17 Paul Eggert <eggert@twinsun.com>
5897
5898 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
5899 to "SyntaxError" for consistency with my 2002-11-15 change.
5900
5901 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
5902 not define to {}, since this breaks the common use of `YYDPRINTF
5903 ((...));' if a single statement is desired (e.g. before `else').
5904 Work around GCC warnings by surrounding corresponding calls with
5905 {} if needed.
5906 (yyhasResolvedValue): Remove unused function.
5907 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
5908 loop body.
5909 (yyreportSyntaxError): Renamed from yyreportParseError.
5910 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
5911 All uses changed.
5912 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
5913 extern when possible. Remove unused initializations.
5914
5915 2002-11-16 Akim Demaille <akim@epita.fr>
5916
5917 Augment the similarity between GLR and LALR traces.
5918
5919 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
5920 (YY_REDUCE_PRINT): New.
5921 (yyparse): Use them.
5922 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
5923 YYDPRINT here.
5924 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
5925 state reached after the reduction/recovery, since...
5926 (yyparse, yyprocessOneStack): Report the state we are entering in.
5927
5928 2002-11-16 Akim Demaille <akim@epita.fr>
5929
5930 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
5931 Add support for --trace=skeleton.
5932 * src/scan-skel.l: %option debug.
5933 Scan strings of non-@ or \n instead of character by character.
5934 (scan_skel): Handle trace_skeleton.
5935 (QPUTS): New.
5936 (@output_parser_name@, @output_header_name@): ``Restore'' their
5937 support (used to be M4 macros).
5938 * data/yacc.c: Quote larger chunks, a la glr.c.
5939 * data/lalr1.cc: Likewise.
5940 The header guards are no longer available, so use some other
5941 string than `YYLSP_NEEDED'.
5942
5943 2002-11-16 Akim Demaille <akim@epita.fr>
5944
5945 Make the ``Printers and Destructors'' test more verbose, taking
5946 `yacc.c''s behavior as (possibly wrong) reference.
5947
5948 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
5949 instead of fprint on stdout.
5950 Set and report the last_line of the symbols.
5951 Consistently display values and locations.
5952
5953 2002-11-16 Paul Eggert <eggert@twinsun.com>
5954
5955 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
5956
5957 2002-11-15 Paul Eggert <eggert@twinsun.com>
5958
5959 * tests/actions.at (Actions after errors): New test case.
5960
5961 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
5962 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
5963 tests/action.at, tests/calc.at, tests/conflicts.at,
5964 tests/cxx-type.at, tests/regression.at:
5965 "parse error" -> "syntax error" for POSIX compatibility.
5966 "parsing stack overflow..." -> "parser stack overflow" so
5967 that code matches Bison documentation.
5968
5969 2002-11-15 Akim Demaille <akim@epita.fr>
5970
5971 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
5972 take two BRACED_CODE, not two string_content.
5973 Free the scanner's obstack when we are done.
5974 (code_content): New.
5975 * tests/calc.at: Adjust.
5976 * doc/bison.texinfo: Adjust.
5977 Also, make sure to include the `,' for these declarations.
5978
5979 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
5980
5981 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
5982 definition; avoids potential autoreconf problems.
5983
5984 2002-11-15 Akim Demaille <akim@epita.fr>
5985
5986 Always check the value returned by yyparse.
5987
5988 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
5989 returned by yyparse.
5990 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
5991 Adjust calls.
5992 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
5993 returned by yyparse.
5994
5995 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
5996
5997 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
5998 on input.at test.
5999
6000 2002-11-14 Paul Eggert <eggert@twinsun.com>
6001
6002 * src/output.c (output_skeleton): Call xfopen instead of
6003 duplicating xfopen's body.
6004
6005 Fix bugs reported by Nelson H. F. Beebe in
6006 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
6007
6008 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
6009 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
6010 Group compiler. Instead, use "$CC -E bar.c". Include the .h
6011 file twice in the grammar, as an extra check.
6012
6013 * tests/input.at (Torturing the Scanner): Surround the
6014 backslash-newline tests with "#if 0", to make it less likely that
6015 we'll run into compiler bugs. Bring back solitary \ inside
6016 comment, but add a closing comment to work around HP C bug. Don't
6017 test backslash-newline in C character constant.
6018
6019 2002-11-14 Akim Demaille <akim@epita.fr>
6020
6021 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
6022 status of the compiler.
6023 Calling `exit 1' is no longer needed.
6024 Reported by Nelson H. F. Beebe.
6025
6026 2002-11-14 Akim Demaille <akim@epita.fr>
6027
6028 * tests/atlocal.in (CPPFLAGS): We have config.h.
6029 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
6030 New.
6031 * tests/actions.at, tests/calc.at, tests/conflicts.at,
6032 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
6033 * tests/regression.at, tests/torture.at: Use them for all the
6034 grammars that are to be compiled.
6035 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
6036 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
6037 * doc/bison.texinfo (GLR Parsers): Document `inline'.
6038
6039 2002-11-14 Akim Demaille <akim@epita.fr>
6040
6041 * doc/bison.texinfo: Various formatting changes (alignments in
6042 samples, additional @group/@end group, GCS in samples.
6043 Use @deffn instead of simple @table to define the directives,
6044 macros, variables etc.
6045
6046 2002-11-13 Paul Eggert <eggert@twinsun.com>
6047
6048 Fix some bugs reported by Albert Chin-A-Young in
6049 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
6050
6051 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
6052 -o c"; the HP C compiler chatters during compilation.
6053 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
6054 * tests/headers.at (export YYLTYPE): Likewise.
6055
6056 * tests/input.at (Torturing the Scanner): Remove lines containing
6057 solitary backslashes, as they tickle a bug in the HP C compiler.
6058
6059 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
6060 comments, since they're not portable. Use GNU coding style.
6061
6062 2002-11-13 Akim Demaille <akim@epita.fr>
6063
6064 * data/yacc.c: Leave bigger chunks of quoted text.
6065 (YYDSYMPRINTF): New.
6066 Use it to report symbol activities.
6067 * data/glr.c (YYDSYMPRINTF): New.
6068 Use it.
6069
6070 2002-11-12 Paul Eggert <eggert@twinsun.com>
6071
6072 Version 1.75b.
6073
6074 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
6075 (yyglrReduce): Return yyok, not 0.
6076 This should avoid the enumerated-type warnings reported
6077 by Nelson H. F. Beebe in
6078 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
6079
6080 * lib/bbitset.h (BITSET_INLINE): Remove.
6081 * lib/bitset.h [! BITSET_INLINE]: Remove.
6082 (bitset_set, bitset_reset, bitset_test): Rename local vars
6083 to avoid shadowing warnings by GCC.
6084
6085 * data/glr.c (inline): Remove #define. It's the user's
6086 responsibility to #define it away, just like 'const'.
6087 This fixes one of the bugs reported by Nelson H. F. Beebe in
6088 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
6089
6090 * Makefile.maint (po-check): Scan .l and .y files instead of the
6091 .c and the .h files that they generate. This fixes the bug
6092 reported by Tim Van Holder in:
6093 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
6094 Look for N_ as well as for _. Try to avoid matching #define for
6095 N_ and _.
6096 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
6097 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
6098 * src/scan-gram.l: Revamp regular expressions so that " and '
6099 do not confuse xgettext.
6100
6101 * src/struniq.h (struniq_new): Do not declare the return type
6102 to be 'const'; this violates the C standard.
6103 * src/struniq.c (struniq_new): Likewise.
6104
6105 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
6106
6107 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
6108 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
6109 linker.
6110
6111 2002-11-12 Akim Demaille <akim@epita.fr>
6112
6113 * Makefile.maint: Sync with Autoconf:
6114 (local_updates): New.
6115
6116 2002-11-12 Akim Demaille <akim@epita.fr>
6117
6118 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
6119
6120 2002-11-12 Akim Demaille <akim@epita.fr>
6121
6122 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
6123 locations.
6124
6125 2002-11-12 Akim Demaille <akim@epita.fr>
6126
6127 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
6128 not yyvalue.
6129
6130 2002-11-12 Akim Demaille <akim@epita.fr>
6131
6132 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
6133 Use it to test the GLR parser.
6134
6135 2002-11-12 Akim Demaille <akim@epita.fr>
6136
6137 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
6138 defines it.
6139 * data/glr.c (yystos): New.
6140 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
6141 (YYDSYMPRINT): New.
6142 (yyval): Don't define it, it is handled via M4.
6143 (yyrecoverParseError): Free verbosely the discarded symbols.
6144 * data/yacc.c (yysymprint): Remove, rather...
6145 (b4_yysymprint_generate): invoke.
6146 * data/c.m4 (b4_yysymprint_generate): New.
6147 Accept pointers as arguments, as opposed to the version from
6148 yacc.c.
6149 (b4_yydestruct_generate): Likewise.
6150 * tests/cations.at (Printers and Destructors): Use Bison directives
6151 instead of CPP macros.
6152 Don't rely on internal details.
6153
6154 2002-11-12 Akim Demaille <akim@epita.fr>
6155
6156 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
6157 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
6158 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
6159 it against YYEMPTY and so forth), work on yytoken (i.e., set
6160 it to YYEMPTY etc.).
6161 (yydestruct): Replace with a b4_yydestruct_generate invocation.
6162 (b4_symbol_actions): Remove.
6163 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
6164 for 0, end-of-input.
6165
6166 2002-11-12 Akim Demaille <akim@epita.fr>
6167
6168 * doc/bison.texinfo (Destructor Decl): New.
6169
6170 2002-11-12 Akim Demaille <akim@epita.fr>
6171
6172 * src/tables.c (tables_generate): Use free for pointers that
6173 cannot be NULL, not XFREE.
6174 (pack_vector): Use assert, not fatal, for bound violations.
6175 * src/state.c (state_new): Likewise.
6176 * src/reader.c (reader): Likewise.
6177 * src/lalr.c (set_goto_map): Likewise.
6178 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
6179 the file name.
6180
6181 2002-11-12 Akim Demaille <akim@epita.fr>
6182
6183 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
6184 Restore.
6185 * src/scan-gram.l (last_string): Is global to the file, not to
6186 yylex.
6187 * src/parse-gram.y (input): Don't append the epilogue here,
6188 (epilogue.opt): do it here, and free the scanner's obstack.
6189 * src/reader.c (epilogue_set): Rename as...
6190 (epilogue_augment): this.
6191 * data/c.m4 (b4_epilogue): Defaults to empty.
6192
6193 2002-11-12 Akim Demaille <akim@epita.fr>
6194
6195 * src/getargs.c (long_options): Remove duplicates.
6196 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
6197 Remove.
6198 * doc/bison.rnh: Remove.
6199 * doc/bison.texinfo (VMS Invocation): Remove.
6200
6201 2002-11-12 Akim Demaille <akim@epita.fr>
6202
6203 * src/struniq.h, src/struniq.c (struniq_t): Is const.
6204 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
6205
6206 Use struniq for symbols.
6207
6208 * src/symtab.h (symbol_t): The tag member is a struniq.
6209 (symbol_type_set): Adjust.
6210 * src/symtab.c (symbol_new): Takes a struniq.
6211 (symbol_free): Don't free the tag member.
6212 (hash_compare_symbol_t, hash_symbol_t): Rename as...
6213 (hash_compare_symbol, hash_symbol): these.
6214 Use the fact that tags as struniqs.
6215 (symbol_get): Use struniq_new.
6216 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
6217 Returns a strniq.
6218 * src/reader.h (merger_list, grammar_currentmerge_set): The name
6219 and type members are struniqs.
6220 * src/reader.c (get_merge_function)
6221 (grammar_current_rule_merge_set): Adjust.
6222 (TYPE, current_type): Are struniq.
6223
6224 Use struniq for file names.
6225
6226 * src/files.h, src/files.c (infile): Split into...
6227 (grammar_file, current_file): these.
6228 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
6229 * src/reduce.c (reduce_print): Likewise.
6230 * src/getargs.c (getargs): Likewise.
6231 * src/complain.h, src/complain.c: Likewise.
6232 * src/main.c (main): Call struniqs_new early enough to use it for
6233 file names.
6234 Don't free the input file name.
6235
6236 2002-11-12 Akim Demaille <akim@epita.fr>
6237
6238 * src/symtab.c (symbol_free): Remove dead deactivated code:
6239 type_name are properly removed.
6240 Don't use XFREE to free items that cannot be NULL.
6241 * src/struniq.h, src/struniq.c: New.
6242 * src/main.c (main): Initialize/free struniqs.
6243 * src/parse-gram.y (%union): Add astruniq member.
6244 (yyprint): Adjust.
6245 * src/scan-gram.l (<{tag}>): Return a struniq.
6246 Free the obstack bit that used to store it.
6247 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
6248
6249 2002-11-11 Paul Eggert <eggert@twinsun.com>
6250
6251 Revamp to fix many (but not all) of the C- and M4-related quoting
6252 problems. Among other things, this fixes the Bison bug reported
6253 by Jan Hubicka when processing the Bash grammar; see:
6254 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
6255
6256 Use new @ escapes consistently. Represent brackets with @{ and @}
6257 rather than @<:@ and @:>@, since this works a bit better with dumb
6258 editors like vi. Represent @ with @@, since @ is now consistently
6259 an escape. Use @oline@ and @ofile@ rather than __oline__ and
6260 __ofile__, to avoid unexpected expansions. Similarly, use @output
6261 rather than #output.
6262
6263 * data/c.m4 (b4_copyright): Omit file name from comment, since
6264 the file name could contain "*/".
6265 (b4_synclines_flag): Don't quote the 2nd argument; it should already
6266 be quoted. All uses changed.
6267
6268 * data/glr.c: Use new @ escapes consistently.
6269 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
6270 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
6271 Remove, since they couldn't handle arbitrary characters in file
6272 names.
6273 * data/lalr1.cc: Likewise.
6274 * data/yacc.c: Likewise.
6275
6276 * src/files.c (output_infix): Remove; all uses removed.
6277 * src/files.h: Likewise.
6278
6279 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
6280 mishandled funny characters in file names, and anyway it isn't
6281 needed any more.
6282 * data/yacc.c: Likewise.
6283 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
6284
6285 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
6286 * data/yacc.c: Likewise.
6287
6288 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
6289 strings now.
6290 (muscle_init): Quote filename as a C string.
6291 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
6292 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
6293 * src/output.c (escaped_file_name_output): New function.
6294 (prepare_symbols): Quote tokens for M4.
6295 (prepare): Don't insert output_infix, output_prefix,
6296 output_parser_name, output_header_name; this is now down by scan-skel.
6297 Insert skeleton as a C string.
6298
6299 * src/output.c (user_actions_output, symbol_destructors_output,
6300 symbol_printers_output): Quote filenames for C and M4.
6301 * src/reader.c (prologue_augment, epilogue_set): Likewise.
6302
6303 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
6304 escapes other than \\ and \'; this simplifies the code.
6305 (<SC_STRING>): Likewise, for \\ and \".
6306 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
6307 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
6308 Use new escapes @{ and @} for [ and ].
6309
6310 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
6311 them with auto vars.
6312 Switch to new escape scheme, where @ is the escape character uniformly.
6313 Abort if a stray escape character is found. Avoid unbounded input
6314 buffer when parsing non-escaped text.
6315
6316 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
6317 __oline__, #output, $@, and @{ do not have unintended meanings.
6318
6319 2002-11-09 Paul Eggert <eggert@twinsun.com>
6320
6321 Fix the test failure due to GCC warnings described in
6322 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
6323 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
6324 evaluate to 0 if it's impossible for NINF to be in the respective
6325 table.
6326 (yygetLRActions, yyrecoverParseError): Use them.
6327
6328 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
6329 counted in the token inserted at end of file. Now takes
6330 location_t *, not location_t, so that the location can be
6331 adjusted. All uses changed.
6332
6333 * tests/regression.at (Invalid inputs): Adjust wording in
6334 diagnostic to match the new behavior.
6335
6336 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
6337 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
6338 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
6339 abort ();'. This reduces the runtime of the "Many lookaheads"
6340 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
6341 GCC 3.2.
6342
6343 2002-11-07 Paul Eggert <eggert@twinsun.com>
6344
6345 * src/parse-gram.y (CHARACTER): Remove unused token.
6346 All uses removed.
6347
6348 * src/scan-gram.l: Remove stack option. We no longer use the
6349 stack, since the stack was never deeper than 1; instead, use the
6350 new auto var c_context to record the stacked value.
6351
6352 Remove nounput option. At an unexpected end of file, we now unput
6353 the minimal input necessary to end cleanly; this simplifies the
6354 code.
6355
6356 Avoid unbounded token sizes where this is easy.
6357
6358 (unexpected_end_of_file): New function.
6359 Use it to systematize the error message on unexpected EOF.
6360 (last-string): Now auto, not static.
6361 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
6362 (scanner_last_string_free): Remove; not used.
6363 (percent_percent_count): Move decl to just before use.
6364 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
6365 not the (never otherwised-used) CHARACTER.
6366
6367 2002-11-07 Akim Demaille <akim@epita.fr>
6368
6369 Let yyerror always receive the msg as last argument, so that
6370 yyerror can be variadic.
6371
6372 * data/yacc.c (b4_yyerror_args): New.
6373 Use it when calling yyerror.
6374 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
6375 Use it when calling yyerror.
6376 * doc/bison.texinfo (Error Reporting): Adjust.
6377 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
6378 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
6379
6380 2002-11-06 Akim Demaille <akim@epita.fr>
6381
6382 #line should have quoted strings.
6383 Ideally, this should be done by m4_quotearg.
6384
6385 * src/scan-skel.l: Include quotearg.h.
6386 Quote __ofile__.
6387 * src/output.c (symbol_printers_output)
6388 (symbol_destructors_output): Quote the file name.
6389
6390 2002-11-06 Akim Demaille <akim@epita.fr>
6391
6392 * tests/regression.at (Invalid inputs): Adjust to the recent
6393 messages.
6394
6395 2002-11-06 Akim Demaille <akim@epita.fr>
6396
6397 Restore --no-lines.
6398 Reported by Jim Kent.
6399
6400 * data/c.m4 (b4_syncline): New.
6401 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
6402 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
6403 * src/output.c (user_actions_output): Likewise.
6404 (prepare): Define 'b4_synclines_flag'.
6405 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
6406
6407 2002-11-06 Akim Demaille <akim@epita.fr>
6408
6409 * src/main.c (main): Free `infile'.
6410 * src/scan-gram.l (handle_syncline): New.
6411 Recognize `#line'.
6412 * src/output.c (user_actions_output, symbol_destructors_output)
6413 (symbol_printers_output): Use the location's file name, not
6414 infile.
6415 * src/reader.c (prologue_augment, epilogue_set): Likewise.
6416
6417 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
6418
6419 * src/tables.c (matching_state): Don't allow states to match if
6420 either has GLR conflict entries.
6421
6422 2002-11-05 Paul Eggert <eggert@twinsun.com>
6423
6424 * src/scan-gram.l: Use more accurate diagnostics, e.g.
6425 "integer out of range" rather than "invalid value".
6426 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
6427 accordingly.
6428
6429 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
6430 Also, remove one static variable in the scanner.
6431
6432 * src/scan-gram.l (braces_level): Now auto, not static.
6433 Initialize to zero if the compiler is being picky.
6434 (INITIAL): Clear braces_level instead of incrementing it.
6435 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
6436 as POSIX 1003.1-2001 requires.
6437 * src/system.h (IF_LINT): New macro, taken from coreutils.
6438 * configure.ac: Define "lint" if --enable-gcc-warnings.
6439
6440 2002-11-05 Akim Demaille <akim@epita.fr>
6441
6442 * src/scan-gram.l: When it starts with `%', complain about the
6443 whole directive, not just that `invalid character: %'.
6444
6445 2002-11-04 Akim Demaille <akim@epita.fr>
6446
6447 * Makefile.maint: Update from Autoconf.
6448 (update, cvs-update, po-update, do-po-update): New.
6449
6450 2002-11-04 Akim Demaille <akim@epita.fr>
6451
6452 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
6453 and yyerror.
6454 Have yyerror `use' its arguments.
6455 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
6456 returns true when location & yacc & pure & parse-param.
6457 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
6458
6459 2002-11-04 Akim Demaille <akim@epita.fr>
6460
6461 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
6462 clashes.
6463 * src/scan-gram.l: Use [\'] instead of ['] to pacify
6464 font-lock-mode.
6465 Use complain_at.
6466 Use quote, not quote_n since LOCATION_PRINT no longer uses the
6467 slot 0.
6468
6469 2002-11-03 Paul Eggert <eggert@twinsun.com>
6470
6471 * src/reader.c (get_merge_function, grammar_current_rule_check):
6472 Use consistent diagnostics for reporting type name clashes.
6473 Quote the types with <>, for consistency with Yacc.
6474 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
6475
6476 2002-11-03 Akim Demaille <akim@epita.fr>
6477
6478 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
6479 New.
6480 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
6481 (b4_parse_param): Remove.
6482 Use b4_identification.
6483 Propagate b4_pure_args where needed to pass them to yyerror.
6484 * data/glr.m4 (b4_parse_param): Remove.
6485 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
6486 (b4_lpure_formals): New.
6487 Use b4_identification.
6488 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
6489 b4_user_formals and b4_user_args.
6490 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
6491 (yyreportAmbiguity): When using a pure parser, also need
6492 the location, and the parse-params.
6493 Adjust callers.
6494 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
6495 When using a pure parser, also need the parse-params.
6496 Adjust callers.
6497 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
6498 (%pure-parser + %parse-param) LALR and GLR parsers.
6499 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
6500 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
6501 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
6502 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
6503 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
6504 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
6505 * doc/bison.texinfo: Untabify the whole file.
6506 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
6507 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
6508 (Error Reporting): Adjust to these new directives.
6509 Document %error-verbose, deprecate YYERROR_VERBOSE.
6510
6511 2002-11-03 Akim Demaille <akim@epita.fr>
6512
6513 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
6514 AT_CHECK_CALC_GLR invocations to use % directives, instead of
6515 command line options.
6516 * tests/cxx-type.at: Formatting changes.
6517
6518 2002-11-03 Paul Eggert <eggert@twinsun.com>
6519
6520 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
6521 to count columns correctly, and to check for invalid inputs.
6522
6523 Use mbsnwidth to count columns correctly. Account for tabs, too.
6524 Include mbswidth.h.
6525 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
6526 (extend_location): New function.
6527 (YY_LINES): Remove.
6528
6529 Handle CRLF in C code rather than in Lex code.
6530 (YY_INPUT): New macro.
6531 (no_cr_read): New function.
6532
6533 Scan UCNs, even though we don't fully handle them yet.
6534 (convert_ucn_to_byte): New function.
6535
6536 Handle backslash-newline correctly in C code.
6537 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
6538 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
6539 all uses changed.
6540 (tag, splice): New EREs. Do not allow NUL or newline in tags.
6541 Use {splice} wherever C allows backslash-newline.
6542 YY_STEP after space, newline, vertical-tab.
6543 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
6544
6545 (letter, id): Don't assume ASCII; e.g., spell out a-z.
6546
6547 ({int}, handle_action_dollar, handle_action_at): Check for integer
6548 overflow.
6549
6550 (YY_STEP): Omit trailing semicolon, so that it's more like C.
6551
6552 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
6553 as well as \000. Check for UCHAR_MAX, not 255.
6554 Allow \x with an arbitrary positive number of digits, as in C.
6555 Check for overflow here.
6556 Allow \? and UCNs, for compatibility with C.
6557
6558 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
6559 with quote slot used by complain_at.
6560
6561 * tests/input.at: Add tests for backslash-newline, m4 quotes
6562 in symbols, long literals, and funny escapes in strings.
6563
6564 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
6565 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
6566 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
6567 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
6568 * m4/mbswidth.m4: New file, from GNU coreutils.
6569
6570 * doc/bison.texinfo (Grammar Outline): Document // comments.
6571 (Symbols): Document that trigraphs have no special meaning in Bison,
6572 nor is backslash-newline allowed.
6573 (Actions): Document that trigraphs have no special meaning.
6574
6575 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
6576 no longer used.
6577
6578 2002-11-02 Paul Eggert <eggert@twinsun.com>
6579
6580 * src/reader.c: Don't include quote.h; not needed.
6581 (get_merge_function): Reword warning to be consistent with
6582 type clash diagnostic in grammar_current_rule_check.
6583
6584 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
6585 bug in trigraph handling.
6586
6587 * src/output.c (prepare_symbols): When printing token names,
6588 escape "[" as "@<:@" and likewise for "]".
6589
6590 * src/system.h (errno): Remove declaration, as we are now
6591 assuming C89 or better, and C89 guarantees errno.
6592
6593 2002-10-30 Paul Eggert <eggert@twinsun.com>
6594
6595 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
6596 Check for close failures.
6597 * src/files.h (xfclose): Return void, not int, since it always
6598 returned zero.
6599 * src/files.c (xfclose): Likewise. Report I/O error if ferror
6600 indicates one.
6601 * src/output.c (output_skeleton): Use xfclose rather than fclose
6602 and ferror. xfclose now checks ferror.
6603
6604 * data/glr.c (YYLEFTMOST_STATE): Remove.
6605 (yyreportTree): Use a stack-based leftmost state. This avoids
6606 our continuing battles with bogus warnings about initializers.
6607
6608 2002-10-30 Akim Demaille <akim@epita.fr>
6609
6610 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
6611 #if.
6612
6613 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
6614
6615 * tests/glr-regr1.at: New test for reported regressions.
6616 * tests/testsuite.at: Add glr-regr1.at test.
6617 * tests/Makefile.am: Add glr-regr1.at test.
6618
6619 2002-10-24 Paul Eggert <eggert@twinsun.com>
6620
6621 Version 1.75a.
6622
6623 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
6624 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
6625 we use malloc. Don't assume 'A' through 'Z' are contiguous.
6626 Don't assume strdup exists; POSIX says its an XSI extension.
6627 Check for buffer overflow on input.
6628
6629 2002-10-24 Akim Demaille <akim@epita.fr>
6630
6631 * src/output.c (output_skeleton): Don't disable M4sugar comments
6632 too soon: it results in comments being expanded.
6633 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
6634 first output.
6635
6636 2002-10-24 Akim Demaille <akim@epita.fr>
6637
6638 * data/yacc.c (m4_int_type): New.
6639 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
6640 char' as only yacc.c wants K&R portability.
6641 * data/glr.c (yysigned_char): Remove.
6642 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
6643 Reported by Quoc Peyrot.
6644
6645 2002-10-23 Paul Eggert <eggert@twinsun.com>
6646
6647 * src/main.c (main): With --trace=time, report times even if a
6648 non-fatal error occurs. Formerly, the times were reported in some
6649 such cases but not in others.
6650 * src/reader.c (reader): Just return if a complaint has been issued,
6651 instead of exiting, so that 'main' can report times.
6652
6653 2002-10-22 Akim Demaille <akim@epita.fr>
6654
6655 * src/system.h: Include sys/types.
6656 Reported by Bert Deknuydt.
6657
6658 2002-10-23 Paul Eggert <eggert@twinsun.com>
6659
6660 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
6661 Suggested by Art Haas.
6662
6663 2002-10-22 Paul Eggert <eggert@twinsun.com>
6664
6665 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
6666 decl; not needed any more.
6667 * src/main.c (main): Use return to exit, undoing yesterday's change.
6668 The last OS that we could find where this wouldn't work is
6669 SunOS 3.5, and that's too old to worry about now.
6670
6671 * data/glr.c (struct yyltype): Define members even when not
6672 doing locations. This is more consistent with yacc.c, and it
6673 works around the following bug reports:
6674 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
6675 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
6676
6677 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
6678 @acronym consistently. Standardize on "Yacc" instead of "YACC",
6679 "Algol" instead of "ALGOL". Give a bit more history about BNF.
6680
6681 2002-10-22 Akim Demaille <akim@epita.fr>
6682
6683 * data/README: New.
6684
6685 2002-10-21 Paul Eggert <eggert@twinsun.com>
6686
6687 Be consistent about 'bool'; the old code used an enum in one
6688 module and an int in another, and this violates the C standard.
6689 * m4/stdbool.m4: New file, from coreutils 4.5.3.
6690 * configure.ac (AC_HEADER_STDBOOL): Add.
6691 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
6692 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
6693 * src/symtab.c (hash_compare_symbol_t): Likewise.
6694 * src/system.h (bool, false, true): Use a definition consistent
6695 with ../lib/hash.c. All uses changed.
6696
6697 * src/complain.c (warning_issued): Renamed from warn_message_count,
6698 so that we needn't worry about integer overflow (!).
6699 Now of type bool. All uses changed.
6700 (complaint_issued): Renamed from complain_message_count; likewise.
6701
6702 * src/main.c (main): Use exit to exit with failure.
6703
6704 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
6705 rather than 1 and 0.
6706 * src/main.c (main): Likewise.
6707 * src/getargs.c (getargs): Likewise.
6708 * src/reader.c (reader): Likewise.
6709
6710 * src/getarg.c (getargs): Remove duplicate code for
6711 "Try `bison --help'".
6712
6713 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
6714 What was that "2" for?
6715
6716 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
6717 * src/getargs.c (usage): Likewise.
6718
6719 * src/getargs.c (getargs): When there are too few operands, report
6720 the last one. When there are too many, report the first extra
6721 one. This is how diffutils does it.
6722
6723 2002-10-20 Paul Eggert <eggert@twinsun.com>
6724
6725 Remove K&R vestiges.
6726 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
6727 * src/complain.c (VA_START): Remove. Assume prototypes.
6728 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
6729 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
6730 fatal): Assume prototypes.
6731 * src/complain.h: Assume prototypes.
6732 * src/system.h (PARAMS): Remove.
6733 Include <limits.h> unconditionally, since it's guaranteeed even
6734 for a freestanding C89 compiler.
6735 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
6736 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
6737
6738 2002-10-20 Akim Demaille <akim@epita.fr>
6739
6740 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
6741 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
6742 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
6743 (yyresolveStates, yyresolveAction, yyresolveStack)
6744 (yyprocessOneStack): Use them.
6745 (yy_reduce_print): New.
6746 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
6747
6748 2002-10-20 Akim Demaille <akim@epita.fr>
6749
6750 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
6751 arguments and output `void'.
6752 (b4_c_function): Rename as...
6753 (b4_c_function_def): this.
6754 (b4_c_function_decl, b4_c_ansi_function_def)
6755 (b4_c_ansi_function_decl): New.
6756 Change the interpretation of the arguments: before `int, foo', now
6757 `int foo, foo'.
6758 * data/yacc.c (yyparse): Prototype and define thanks to these.
6759 Adjust b4_c_function_def uses.
6760 * data/glr.c (yyparse): Likewise, but ANSI only.
6761
6762 2002-10-20 Akim Demaille <akim@epita.fr>
6763
6764 * src/output.c (prepare): Move the definition of `tokens_number',
6765 `nterms_number', `undef_token_number', `user_token_number_max'
6766 to...
6767 (prepare_tokens): Here.
6768 (prepare_tokens): Rename as...
6769 (prepare_symbols): this.
6770 (prepare): Move the definition of `rules_number' to...
6771 (prepare_rules): here.
6772 (prepare): Move the definition of `last', `final_state_number',
6773 `states_number' to...
6774 (prepare_states): here.
6775 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
6776
6777 2002-10-20 Akim Demaille <akim@epita.fr>
6778
6779 * src/tables.h, src/tables.c, src/output.c: Comment changes.
6780
6781 2002-10-20 Akim Demaille <akim@epita.fr>
6782
6783 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
6784 * data/c.m4: here.
6785
6786 2002-10-20 Akim Demaille <akim@epita.fr>
6787
6788 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
6789 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
6790 `pair'.
6791 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
6792 `name' to...
6793 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
6794 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
6795 These.
6796
6797 2002-10-19 Paul Eggert <eggert@twinsun.com>
6798
6799 Do not create a temporary file, as that involves security and
6800 cleanup headaches. Instead, use a pair of pipes.
6801 Derived from a suggestion by Florian Krohm.
6802 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
6803 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
6804 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
6805 (BISON_PREREQ_SUBPIPE): Add.
6806 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
6807 Add subpipe.h, subpipe.c.
6808 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
6809 * po/POTFILES.in: Add lib/subpipe.c.
6810 * src/output.c: Include "subpipe.h".
6811 (m4_invoke): Remove decl.
6812 (scan_skel): New decl.
6813 (output_skeleton): Use pipe rather than temporary file for m4 input.
6814 Check that m4sugar.m4 is readable, to avoid deadlock.
6815 Check for pipe I/O error.
6816 * src/scan-skel.l (readpipe): Remove decl.
6817 (scan_skel): New function, to be used in place of m4_invoke.
6818 Read from stream rather than file.
6819
6820 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
6821 float, as this generates a warning on Solaris 8 + GCC 3.2 with
6822 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
6823 this generates a more-accurate value anyway.
6824
6825 * lib/timevar.c (timervar_accumulate): Rename locals to
6826 avoid confusion with similarly-named more-global.
6827 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
6828
6829 * src/output.c (prepare): Use xstrdup to convert char const *
6830 to char *, to avoid GCC warning.
6831
6832 2002-10-19 Akim Demaille <akim@epita.fr>
6833
6834 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
6835 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
6836 Use them to have `calc.y' ready for %pure-parser.
6837 * data/yacc.c (YYLEX): Pass a yylex return type to
6838 b4_c_function_call.
6839
6840 2002-10-19 Akim Demaille <akim@epita.fr>
6841
6842 Prototype support of %lex-param and %parse-param.
6843
6844 * src/parse-gram.y: Add the definition of the %lex-param and
6845 %parse-param tokens, plus their rules.
6846 Drop the `_' version of %glr-parser.
6847 Add the "," token.
6848 * src/scan-gram.l (INITIAL): Scan them.
6849 * src/muscle_tab.c: Comment changes.
6850 (muscle_insert, muscle_find): Rename `pair' as `probe'.
6851 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
6852 (muscle_entry_s): The `value' member is no longer const.
6853 Adjust all dependencies.
6854 * src/muscle_tab.c (muscle_init): Adjust: use
6855 MUSCLE_INSERT_STRING.
6856 Initialize the obstack earlier.
6857 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
6858 (muscle_pair_list_grow): New.
6859 * data/c.m4 (b4_c_function_call, b4_c_args): New.
6860 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
6861 * tests/calc.at: Use %locations, not --locations.
6862 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
6863
6864 2002-10-19 Akim Demaille <akim@epita.fr>
6865
6866 * src/getargs.c (usage): Take status as argument and exit
6867 accordingly.
6868 Report the traditional `Try ... --help' message when status != 0.
6869 (usage, version): Don't take a FILE * as arg, it is pointless.
6870 (getargs): When there is an incorrect number of arguments, make it
6871 an error, and report it GNUlically thanks to `usage ()'.
6872
6873 2002-10-18 Paul Eggert <eggert@twinsun.com>
6874
6875 * data/glr.c (yyreportParseError): Don't assume that sprintf
6876 yields the length of the printed string, as this is not true
6877 on SunOS 4.1.4. Reported by Peter Klein.
6878
6879 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
6880 * tests/conflicts.at (%nonassoc and eof): Likewise.
6881 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
6882
6883 2002-10-17 Akim Demaille <akim@epita.fr>
6884
6885 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
6886 * src/getargs.c (trace_types, trace_args): Adjust.
6887 * src/reader.c (grammar_current_rule_prec_set)
6888 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
6889 Standardize error messages.
6890 And s/@prec/%prec/!
6891 (reader): Use trace_flag to enable scanner/parser debugging,
6892 instead of an adhoc scheme.
6893 * src/scan-gram.l: Remove trailing debugging code.
6894
6895 2002-10-16 Paul Eggert <eggert@twinsun.com>
6896
6897 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
6898 MUSCLE_TAB_H.
6899
6900 * NEWS: Officially drop support for building Bison with K&R C,
6901 since it didn't work anyway and it's not worth worrying about.
6902 * Makefile.maint (wget_files): Remove ansi2knr.c.
6903 (ansi2knr.c-url_prefix): Remove.
6904 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
6905 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
6906 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
6907
6908 2002-10-15 Paul Eggert <eggert@twinsun.com>
6909
6910 Stop using the "enum_" trick for K&R-style function definitions;
6911 it confused me, and I was the author! Instead, assume that people
6912 who want to use K&R C compilers (when using these modules in GCC,
6913 perhaps?) will run ansi2knr.
6914
6915 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
6916 All uses of "enum_" changed to "enum ".
6917 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
6918 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
6919
6920 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
6921 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
6922 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
6923 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
6924 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
6925 abitset_not, abitset_ones, abitset_or, abitset_or_and,
6926 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
6927 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
6928 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
6929 Use function prototypes; this removes the need for declaring
6930 static functions simply to provide their prototypes.
6931 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
6932 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
6933 bitset_count_, bitset_create, bitset_dump, bitset_first,
6934 bitset_free, bitset_init, bitset_last, bitset_next,
6935 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
6936 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
6937 bitset_print, bitset_release_memory, bitset_toggle_,
6938 bitset_type_choose, bitset_type_get, bitset_type_name_get,
6939 debug_bitset): Likewise.
6940 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
6941 * lib/bitset_stats.c (bitset_log_histogram_print,
6942 bitset_percent_histogram_print, bitset_stats_and,
6943 bitset_stats_and_cmp, bitset_stats_and_or,
6944 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
6945 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
6946 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
6947 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
6948 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
6949 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
6950 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
6951 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
6952 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
6953 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
6954 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
6955 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
6956 bitset_stats_zero): Likewise.
6957 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
6958 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
6959 bitsetv_dump, debug_bitsetv): Likewise.
6960 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
6961 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
6962 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
6963 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
6964 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
6965 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
6966 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
6967 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
6968 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
6969 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
6970 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
6971 Likewise.
6972 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
6973 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
6974 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
6975 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
6976 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
6977 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
6978 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
6979 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
6980 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
6981 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
6982 lbitset_xor_cmp, lbitset_zero): Likewise.
6983
6984 2002-10-14 Akim Demaille <akim@epita.fr>
6985
6986 Version 1.75.
6987
6988 2002-10-14 Akim Demaille <akim@epita.fr>
6989
6990 * tests/Makefile.am (maintainer-check-posix): New.
6991
6992 2002-10-14 Akim Demaille <akim@epita.fr>
6993
6994 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
6995 member.
6996
6997 2002-10-14 Akim Demaille <akim@epita.fr>
6998
6999 * src/tables.c (table_ninf_remap): base -> tab.
7000 Reported by Matt Rosing.
7001
7002 2002-10-14 Paul Eggert <eggert@twinsun.com>
7003
7004 * tests/action.at, tests/calc.at, tests/conflicts.at,
7005 tests/cxx-type.at, tests/headers.at, tests/input.at,
7006 tests/regression.at, tests/synclines.at, tests/torture.at:
7007 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
7008 so that the tests still work even if POSIXLY_CORRECT is set.
7009 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
7010
7011 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
7012 for portability to K&R hosts. Fix typo: signed char is guaranteed
7013 only to 127, not to 128.
7014 * data/glr.c (yysigned_char): New type.
7015 * data/yacc.c (yysigned_char): Likewise.
7016 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
7017
7018 2002-10-13 Paul Eggert <eggert@twinsun.com>
7019
7020 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
7021 true due to limited range of data type" warning from GCC.
7022
7023 * data/c.m4 (b4_token_defines): Protect against double-inclusion
7024 by wrapping enum yytokentype's definition inside #ifndef
7025 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
7026
7027 2002-10-13 Akim Demaille <akim@epita.fr>
7028
7029 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
7030 Un yy- yyrhs to avoid the name clash with the global YYRHS.
7031
7032 2002-10-13 Akim Demaille <akim@epita.fr>
7033
7034 * Makefile.maint: Update from Autoconf 2.54.
7035 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
7036
7037 2002-10-13 Akim Demaille <akim@epita.fr>
7038
7039 * src/print.c (print_state): Separate the list of solved conflicts
7040 from the other items.
7041 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
7042
7043 2002-10-13 Akim Demaille <akim@epita.fr>
7044
7045 Let nondeterministic skeletons be usable with deterministic
7046 tables.
7047
7048 With the patch, GAWK compiled by GCC without -O2 passes its test
7049 suite using a GLR parser driven by LALR tables. It fails with -O2
7050 because `struct stat' gives two different answers on my machine:
7051 88 (definition of an auto var) and later 96 (memset on this var).
7052 Hence the stack is badly corrumpted. The headers inclusion is to
7053 blame: if I move the awk.h inclusion before GLR's system header
7054 inclusion, the two struct stat have the same size.
7055
7056 * src/tables.c (pack_table): Always create conflict_table.
7057 (token_actions): Always create conflict_list.
7058 * data/glr.c (YYFLAG): Remove, unused.
7059
7060 2002-10-13 Akim Demaille <akim@epita.fr>
7061
7062 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
7063 (O0FLAGS): New.
7064 (VALGRIND, GXX): New.
7065 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
7066 * tests/bison.in: Run $PREBISON a pre-command.
7067 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
7068 (maintainer-check-g++): New.
7069 * Makefile.am (maintainer-check): New.
7070
7071 2002-10-13 Akim Demaille <akim@epita.fr>
7072
7073 * data/glr.c: Formatting changes.
7074 Tweak some trace messages to match yacc.c's.
7075
7076 2002-10-13 Akim Demaille <akim@epita.fr>
7077
7078 GLR parsers sometimes raise parse errors instead of performing the
7079 default reduction.
7080 Reported by Charles-Henry de Boysson.
7081
7082 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
7083 check the length of the traces when %glr.
7084 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
7085 GLR's traces.
7086 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
7087 Test GLR parsers.
7088 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
7089 (yyltype): Remove the yy prefix from the member names.
7090 (yytable): Complete its comment.
7091 (yygetLRActions): Map error action number from YYTABLE from
7092 YYTABLE_NINF to 0.
7093 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
7094 (which was a bug: it should have been YYTABEL_NINF, and yet it was
7095 not satisfying as we could compare an YYACTION computed from
7096 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
7097 only value for error actions.
7098 (yyreportParseError): In verbose parse error messages, don't issue
7099 `error' in the list of expected tokens.
7100 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
7101 next action to perform to match glr.c's decoding.
7102 (yytable): Complete its comment.
7103
7104 2002-10-13 Paul Eggert <eggert@twinsun.com>
7105
7106 Fix problem reported by Henrik Grubbstroem in
7107 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
7108 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
7109 because the Bison parser reads the second action before reducing
7110 the first one.
7111 * src/scan-gram.l (rule_length): New static var.
7112 Use it to keep track of the rule length in the scanner, since
7113 we can't expect the parser to be in lock-step sync with the scanner.
7114 (handle_action_dollar, handle_action_at): Use this var.
7115 * tests/actions.at (Exotic Dollars): Test for the problem.
7116
7117 2002-10-12 Paul Eggert <eggert@twinsun.com>
7118
7119 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
7120 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
7121 Include <sys/time.h> when checking for clock_t and struct tms.
7122 Use same include order as source.
7123 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
7124 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
7125
7126 * lib/timevar.c: Update copyright date and clarify comments.
7127 (get_time) [IN_GCC]: Keep the GCC version for reference.
7128
7129 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
7130 GCC version as of today, then merge Bison's changes.
7131 Change "GCC" to "Bison" in copyright notice. timevar.def's
7132 author is Akim, so change that too.
7133
7134 * src/reader.c (grammar_current_rule_check):
7135 Don't worry about the default action if $$ is untyped.
7136 Prevents bogus warnings reported by Jim Gifford in
7137 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
7138
7139 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
7140 * data/glr.c, data/lalr1.cc, data/yacc.c:
7141 Output token definitions before the first part of user declarations.
7142 Fixes compatibility problem reported by Jim Gifford for kbd in
7143 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
7144
7145 2002-10-11 Paul Eggert <eggert@twinsun.com>
7146
7147 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
7148 (yyparse): here. This undoes some of the 2002-07-25 change.
7149 Compatibility problem reported by Ralf S. Engelschall with
7150 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
7151
7152 2002-10-11 Akim Demaille <akim@epita.fr>
7153
7154 * tests/regression.at Characters Escapes): New.
7155 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
7156 characters.
7157 Reported by Jan Nieuwenhuizen.
7158
7159 2002-10-11 Akim Demaille <akim@epita.fr>
7160
7161 * po/id.po: New.
7162
7163 2002-10-10 Paul Eggert <eggert@twinsun.com>
7164
7165 Portability fixes for bitsets; this also avoids several GCC
7166 warnings.
7167
7168 * lib/abitset.c: Include <stddef.h>, for offsetof.
7169 * lib/lbitset.c: Likewise.
7170
7171 * lib/abitset.c (abitset_bytes): Return a size that is aligned
7172 properly for vectors of objects. Do not assume that adding a
7173 header size to a multiple of a word size yields a value that is
7174 properly aligned for the whole union.
7175 * lib/bitsetv.c (bitsetv_alloc): Likewise.
7176
7177 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
7178 unique names for structures.
7179 * lib/ebitset.c (ebitset_bytes): Likewise.
7180 * lib/lbitset.c (lbitset_bytes): Likewise.
7181
7182 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
7183 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
7184 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
7185 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
7186 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
7187 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
7188 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
7189 to improve the type-checking that GCC can do.
7190 * lib/bitset.c (bitset_op4_cmp): Likewise.
7191 * lib/bitset_stats.c (bitset_stats_count,
7192 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
7193 bitset_stats_copy, bitset_stats_disjoint_p,
7194 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
7195 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
7196 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
7197 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
7198 bitset_stats_and_or_cmp, bitset_stats_andn_or,
7199 bitset_stats_andn_or_cmp, bitset_stats_or_and,
7200 bitset_stats_or_and_cmp): Likewise.
7201 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
7202 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
7203 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
7204 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
7205
7206 * lib/abitset.h: Include bitset.h, not bbitset.h.
7207 * lib/ebitset.h: Likewise.
7208 * lib/lbitset.h: Likewise.
7209
7210 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
7211 All instances of parameters of type enum bitset_opts are now of
7212 type enum_bitset_opts, to conform to the C Standard, and similarly
7213 for enum_bitset_type.
7214 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
7215 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
7216
7217 Do not use "struct bitset_struct" to mean different things in
7218 different modules. Not only is this confusing, it violates
7219 the C Standard, which requires that structure types in different
7220 modules must be compatible if one is to be passed to the other.
7221 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
7222 All instances of "struct bitset_struct *" replaced with "bitset".
7223 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
7224 (union bitset_union, struct abitset_struct, struct ebitset_struct,
7225 struct lbitset_struct, struct bitset_stats_struct): New types.
7226 All uses of struct bitset_struct changed to union bitset_union,
7227 etc.
7228 * lib/abitset.c (struct abitset_struct, abitset,
7229 struct bitset_struct): Remove.
7230 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
7231 struct bitset_struct): Remove.
7232 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
7233 bitset_struct): Remove.
7234 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
7235 Likewise.
7236
7237 Do not call a function of type T using a call that assumes the
7238 function is of a different type U. Standard C requires that a
7239 function must be called with a type that is compatible with its
7240 definition.
7241 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
7242 New decls.
7243 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
7244 New functions.
7245 * lib/ebitset.c (PFV): Remove.
7246 * lib/lbitset.c (PFV): Likewise.
7247 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
7248 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
7249 decls.
7250 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
7251 (ebitset_vtable): Use them.
7252 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
7253 lbitset_xor): New functions.
7254 (lbitset_vtable): Use them.
7255
7256 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
7257 Declare.
7258
7259 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
7260 GCC warning.
7261 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
7262 Use offsetof, for simplicity.
7263
7264 2002-10-06 Paul Eggert <eggert@twinsun.com>
7265
7266 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
7267 the same width as int. This reapplies a hunk of the 2002-08-12 patch
7268 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
7269 which was inadvertently undone by the 2002-09-30 patch.
7270 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
7271 the same width as int.
7272
7273 2002-10-04 Paul Eggert <eggert@twinsun.com>
7274
7275 Version 1.50.
7276
7277 * configure.ac (AC_INIT), NEWS: Increment version number.
7278
7279 * doc/bison.texinfo: Minor spelling, grammar, and white space
7280 fixes.
7281 (Symbols): Mention that any negative value returned from yylex
7282 signifies end-of-input. Warn about negative chars. Mention
7283 the portable Standard C character set.
7284
7285 The GNU coding standard says CFLAGS and YFLAGS are reserved
7286 for the installer to set.
7287 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
7288 * src/Makefile.am (AM_CFLAGS): Likewise.
7289 (AM_YFLAGS): Renamed from YFLAGS.
7290
7291 Fix some MAX and MIN problems.
7292 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
7293 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
7294 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
7295 * src/reader.c (reader): Use it.
7296
7297 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
7298 POSIX 1003.1-2001 has removed fgrep.
7299
7300 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7301
7302 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
7303 interpreted as signed.
7304 * lib/ebitset.c (ebitset_list): Fix bug.
7305
7306 2002-10-01 Paul Eggert <eggert@twinsun.com>
7307
7308 More fixes for 64-bit hosts and large bitsets.
7309
7310 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
7311 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
7312 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
7313 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
7314 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
7315 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
7316 bitset_count_): Likewise.
7317 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
7318 bitset_first, bitset_last): Likewise.
7319 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
7320 bitset_stats_list_reverse, bitset_stats_size,
7321 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
7322 Likewise.
7323 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
7324 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
7325 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
7326 bitsetv_reflexive_transitive_closure): Likewise.
7327 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
7328 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
7329 Likewise.
7330 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
7331 Likewise.
7332
7333 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
7334 Use size_t, not unsigned int, to count bytes.
7335 * lib/abitset.h (abitset_bytes): Likewise.
7336 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
7337 Likewise.
7338 * lib/bitset.h (bitset_bytes): Likewise.
7339 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
7340 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
7341 * lib/bitsetv.c (bitsetv_alloc): Likewise.
7342 * lib/ebitset.c (ebitset_bytes): Likewise.
7343 * lib/ebitset.h (ebitset_bytes): Likewise.
7344 * lib/lbitset.c (lbitset_bytes): Likewise.
7345 * lib/lbitset.h (lbitset_bytes): Likewise.
7346
7347 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
7348 abitset_subset_p, abitset_disjoint_p, abitset_and,
7349 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
7350 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
7351 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
7352 abitset_or_and, abitset_or_and_cmp):
7353 Use bitset_windex instead of unsigned int.
7354 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
7355 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
7356 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
7357 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
7358 Likewise.
7359 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
7360
7361 * lib/bitset.c (bitset_print):
7362 Use proper printf formats for widths of integer types.
7363 * lib/bitset_stats.c (bitset_percent_histogram_print,
7364 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
7365 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
7366 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
7367 * lib/lbitset.c (lbitset_bytes): Likewise.
7368
7369 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
7370 BITSET_SIZE_MAX): New macros.
7371 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
7372 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
7373 to BITSET_WINDEX_MAX.
7374
7375 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
7376 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
7377 since we now return the bitset_bindex type (not int).
7378
7379 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
7380 when computing sizes.
7381 * lib/ebitset.c (ebitset_elts_grow): Likewise.
7382
7383 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
7384 and avoid cast to unsigned.
7385
7386 2002-09-30 Akim Demaille <akim@epita.fr>
7387
7388 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
7389 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
7390 Updates from Michael Hayes.
7391
7392 2002-09-30 Art Haas <ahaas@neosoft.com>
7393
7394 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
7395 invocations.
7396 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
7397 defined.
7398
7399 2002-09-27 Akim Demaille <akim@epita.fr>
7400
7401 Version 1.49c.
7402
7403 2002-09-27 Akim Demaille <akim@epita.fr>
7404
7405 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
7406 (Because of AC_LIBSOURCE).
7407
7408 2002-09-27 Akim Demaille <akim@epita.fr>
7409
7410 Playing with Autoscan.
7411
7412 * configure.ac: Remove the old LIBOBJ tweaks.
7413 (AC_REPLACE_FUNCS): Add strrchr and strtol.
7414 * lib/strrchr.c: New.
7415 * lib/strtol.c: New, from the Coreutils 4.5.1.
7416
7417 2002-09-27 Akim Demaille <akim@epita.fr>
7418
7419 Playing with Autoscan.
7420
7421 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
7422 * lib/Makefile.am (libbison_a_SOURCES): No longer include
7423 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
7424 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
7425 Coreutils 4.5.1.
7426
7427 2002-09-24 Akim Demaille <akim@epita.fr>
7428
7429 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
7430 (Frequently Asked Questions, Parser Stack Overflow): New.
7431
7432 2002-09-13 Akim Demaille <akim@epita.fr>
7433
7434 Playing with autoscan.
7435
7436 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
7437 * src/files.c (skeleton_find): Remove, unused.
7438 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
7439 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
7440
7441 2002-09-13 Akim Demaille <akim@epita.fr>
7442
7443 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
7444 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
7445
7446 2002-09-13 Akim Demaille <akim@epita.fr>
7447
7448 * configure.ac: Require 2.54.
7449 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
7450 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
7451 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
7452 Remove, provided by Autoconf macros.
7453
7454 2002-09-12 Akim Demaille <akim@epita.fr>
7455
7456 * m4/prereq.m4: Update, from Coreutils 4.5.1.
7457
7458 2002-09-12 Akim Demaille <akim@epita.fr>
7459
7460 * m4/prereq.m4: Update, from Fileutils 4.1.5.
7461 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
7462 Reported by Martin Mokrejs.
7463
7464 2002-09-10 Akim Demaille <akim@epita.fr>
7465
7466 * src/parse-gram.y: Associate a human readable string to each
7467 token type.
7468 * tests/regression.at (Invalid inputs): Adjust.
7469
7470 2002-09-10 Gary V. Vaughan <gary@gnu.org>
7471
7472 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
7473 with an Autoconf-2.5x style configure.ac.
7474
7475 2002-09-06 Paul Eggert <eggert@twinsun.com>
7476
7477 * doc/bison.texinfo (Conditions): Make explicit that the GPL
7478 exception applies only to yacc.c. This is a modification of a
7479 patch originally suggested by Akim Demaille.
7480
7481 2002-09-06 Akim Demaille <akim@epita.fr>
7482
7483 * data/c.m4 (b4_copyright): Move the GPL exception comment from
7484 here to...
7485 * data/yacc.c: here.
7486
7487 * data/lalr1.cc (struct yyltype): Don't define it, since we use
7488 LocationType.
7489 (b4_ltype): Default to yy::Location from location.hh.
7490
7491 2002-09-04 Jim Meyering <jim@meyering.net>
7492
7493 * data/yacc.c: Guard the declaration of yytoknum also with
7494 `#ifdef YYPRINT', so it is declared only when used.
7495
7496 2002-09-04 Akim Demaille <akim@epita.fr>
7497
7498 * configure.in: Rename as...
7499 * configure.ac: this.
7500 Bump to 1.49c.
7501
7502 2002-09-04 Akim Demaille <akim@epita.fr>
7503
7504 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
7505 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
7506 translate maintainer only messages.
7507
7508 2002-08-12 Paul Eggert <eggert@twinsun.com>
7509
7510 Version 1.49b.
7511
7512 * Makefile.am (SUBDIRS): Remove intl.
7513 (DISTCLEANFILES): Remove.
7514 * NEWS: Mention that GNU M4 is now required. Clarify what is
7515 meant by "larger grammars". Mention the pt_BR translation.
7516 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
7517 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
7518 Bump version from 0.11.2 to 0.11.5.
7519 (BISON_PREREQ_STAGE): Remove.
7520 (AM_GNU_GETTEXT): Use external gettext.
7521 (AC_OUTPUT): Remove intl/Makefile.
7522
7523 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
7524
7525 * data/glr.c: Include string.h, for strlen.
7526 (yyreportParseError): Use size_t for yysize.
7527 (yy_yypstack): No longer nested inside yypstates, as nested
7528 functions are not portable. Do not assume size_t is the
7529 same width as int.
7530 (yypstates): Do not assume that ptrdiff_t is the same width
7531 as int, and similarly for yyposn and YYINDEX.
7532
7533 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
7534
7535 * lib/Makefile.am (INCLUDES): Do not include from the intl
7536 directory, which has been removed.
7537 * src/Makefile.am (INCLUDES): Likewise.
7538
7539 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
7540 (bitsets_sources, additional_bitsets_sources, timevars_sources):
7541 New vars.
7542
7543 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
7544 * tests/Makefile.am (EXTRA_DIST): Likewise.
7545
7546 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
7547 Do not assume that bitset_windex is the same width as unsigned.
7548
7549 * lib/abitset.c (abitset_unused_clear): Do not assume that
7550 bitset_word is the same width as int.
7551 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
7552 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
7553 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
7554 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
7555 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
7556
7557 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
7558 portability to one's complement hosts!).
7559 * lib/ebitset.c (ebitset_op1): Likewise.
7560 * lib/lbitset.c (lbitset_op1): Likewise.
7561
7562 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
7563 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
7564 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
7565 Sync with fileutils.
7566 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
7567 lib/gettext.h: Sync with diffutils.
7568
7569 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
7570 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
7571
7572 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
7573 PROTOTYPES to check for prototypes, and "defined __STDC__" to
7574 check for void *.
7575
7576 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
7577 size_t; the old version tried to do this but casted improperly.
7578 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
7579 (bitset_test): Now returns int, not unsigned long.
7580
7581 * lib/bitset_stats.c: Include "gettext.h".
7582 (_): New macro.
7583 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
7584 name locals "index", as it generates unnecessary warnings on some
7585 hosts that have an "index" function.
7586
7587 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
7588 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
7589 they need translation.
7590 * src/LR0.c (state_list_append, new_itemsets, get_state,
7591 append_states, generate_states): Likewise.
7592 * src/assoc.c (assoc_to_string): Likewise.
7593 * src/closure.c (print_closure, set_firsts, closure): Likewise.
7594 * src/gram.c (grammar_dump): Likewise.
7595 * src/injections.c (injections_compute): Likewise.
7596 * src/lalr.c (lookaheads_print): Likewise.
7597 * src/relation.c (relation_transpose): Likewise.
7598 * src/scan-gram.l: Likewise.
7599 * src/tables.c (table_grow, pack_vector): Likewise.
7600
7601 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
7602 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
7603 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
7604 * m4/mbstate_t.m4: Sync with fileutils.
7605 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
7606
7607 * po/LINGUAS: Add pt_BR.
7608 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
7609 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
7610 lib/timevar.c.
7611 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
7612 manual recommends.
7613 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
7614
7615 * src/complain.c (strerror_r): Remove decl; not needed.
7616 (strerror): Use same pattern as ../lib/error.c.
7617
7618 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
7619
7620 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
7621
7622 * src/main.c (main): Cast result of bindtextdomain and textdomain
7623 to void, to avoid a GCC warning when --disable-nls is in effect.
7624
7625 * src/scan-gram.l: Use strings rather than escapes when possible,
7626 to minimize the number of warnings from xgettext.
7627 (handle_action_dollar, handle_action_at): Don't use isdigit,
7628 as it mishandles negative chars and it may not work as expected
7629 outside the C locale.
7630
7631 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
7632 this is a GCC extension and is not portable to other compilers.
7633
7634 * src/system.h (alloca): Use same pattern as ../lib/error.c.
7635 Do not include <ctype.h>; no longer needed.
7636 Do not include <malloc.h>; no longer needed (and generates
7637 warnings on OpenBSD 3.0).
7638
7639 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
7640 it's not portable.
7641
7642 * tests/regression.at: Do not use 'cc -c input.c -o input';
7643 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
7644
7645 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
7646 exit status as failure, not just exit status 1. Sun C exits
7647 with status 2 sometimes.
7648
7649 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
7650 Use it for the two large tests.
7651
7652 2002-08-02 Akim Demaille <akim@epita.fr>
7653
7654 * src/conflicts.c (conflicts_output): Don't output rules never
7655 reduced here, since anyway that computation doesn't work.
7656 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
7657 (rule_useless_p, rule_never_reduced_p): New.
7658 (grammar_rules_partial_print): Use a filter instead of a range.
7659 Display the title only if needed.
7660 (grammar_rules_print): Adjust.
7661 (grammar_rules_never_reduced_report): New.
7662 * src/tables.c (action_row): Move the computation of rules never
7663 reduced to...
7664 (token_actions): here.
7665 * src/main.c (main): Make the parser before making the report, so
7666 that rules never reduced are computed.
7667 Call grammar_rules_never_reduced_report.
7668 * src/print.c (print_results): Report rules never reduced.
7669 * tests/conflicts.at, tests/reduce.at: Adjust.
7670
7671 2002-08-01 Akim Demaille <akim@epita.fr>
7672
7673 Instead of attaching lookaheads and duplicating the rules being
7674 reduced by a state, attach the lookaheads to the reductions.
7675
7676 * src/state.h (state_t): Remove the `lookaheads',
7677 `lookaheads_rule' member.
7678 (reductions_t): Add a `lookaheads' member.
7679 Use a regular array for the `rules'.
7680 * src/state.c (reductions_new): Initialize the lookaheads member
7681 to 0.
7682 (state_rule_lookaheads_print): Adjust.
7683 * src/state.h, src/state.c (state_reductions_find): New.
7684 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
7685 (count_rr_conflicts): Adjust.
7686 * src/lalr.c (LArule): Remove.
7687 (add_lookback_edge): Adjust.
7688 (state_lookaheads_count): New.
7689 (states_lookaheads_initialize): Merge into...
7690 (initialize_LA): this.
7691 (lalr_free): Adjust.
7692 * src/main.c (main): Don't free nullable and derives too early: it
7693 is used by --verbose.
7694 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
7695
7696 2002-08-01 Akim Demaille <akim@epita.fr>
7697
7698 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
7699 `rule_number_t**'.
7700 (set_derives, free_derives): Rename as...
7701 (derives_compute, derives_free): this.
7702 Adjust all dependencies.
7703 * src/nullable.c (set_nullable, free_nullable): Rename as...
7704 (nullable_compute, nullable_free): these.
7705 (rule_list_t): Store rule_t *, not rule_number_t.
7706 * src/state.c (state_rule_lookaheads_print): Directly compare rule
7707 pointers, instead of their numbers.
7708 * src/main.c (main): Call nullable_free, and derives_free earlier,
7709 as they were lo longer used.
7710
7711 2002-08-01 Akim Demaille <akim@epita.fr>
7712
7713 * lib/timevar.c (get_time): Include children time.
7714 * src/lalr.h (LA, LArule): Don't export them: used with the
7715 state_t.
7716 * src/lalr.c (LA, LArule): Static.
7717 * src/lalr.h, src/lalr.c (lalr_free): New.
7718 * src/main.c (main): Call it.
7719 * src/tables.c (pack_vector): Check whether loc is >= to the
7720 table_size, not >.
7721 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
7722 (tables_generate): do it, since that's also it which allocates
7723 them.
7724 Don't free LA and LArule, main does.
7725
7726 2002-07-31 Akim Demaille <akim@epita.fr>
7727
7728 Separate parser tables computation and output.
7729
7730 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
7731 (conflict_list, conflict_list_cnt, table, check, table_ninf)
7732 (yydefgoto, yydefact, high): Move to...
7733 * src/tables.h, src/tables.c: here.
7734 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
7735 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
7736 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
7737 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
7738 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
7739 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
7740 (action_row, save_row, token_actions, save_column, default_goto)
7741 (goto_actions, sort_actions, matching_state, pack_vector)
7742 (table_ninf_remap, pack_table, prepare_actions): Move to...
7743 * src/tables.c: here.
7744 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
7745 * src/output.c (token_actions, output_base, output_conflicts)
7746 (output_check): Merge into...
7747 (prepare_actions): this.
7748 (actions_output): Rename as...
7749 (user_actions_output): this.
7750 * src/main.c (main): Call tables_generate and tables_free.
7751
7752 2002-07-31 Akim Demaille <akim@epita.fr>
7753
7754 Steal GCC's --time-report support.
7755
7756 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
7757 stolen/adjusted from GCC.
7758 * m4/stage.m4: Remove time related checks.
7759 * m4/timevar.m4: New.
7760 * configure.in: Adjust.
7761 * src/system.h: Adjust to using timevar.h.
7762 * src/getargs.h, src/getargs.c: Support trace_time for
7763 --trace=time.
7764 * src/main.c (stage): Remove.
7765 (main): Replace `stage' invocations with timevar calls.
7766 * src/output.c: Insert pertinent timevar calls.
7767
7768 2002-07-31 Akim Demaille <akim@epita.fr>
7769
7770 Let --trace have arguments.
7771
7772 * src/getargs.h (enum trace_e): New.
7773 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
7774 (long_options, short_options): --trace/-T takes an optional
7775 argument.
7776 Change all the uses of trace_flag to reflect the new flags.
7777 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
7778
7779 Strengthen `stage' portability.
7780
7781 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
7782 * configure.in: Use it.
7783 Don't check for malloc.h and sys/times.h.
7784 * src/system.h: Include them when appropriate.
7785 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
7786 times and struct tms are available.
7787
7788 2002-07-30 Akim Demaille <akim@epita.fr>
7789
7790 In verbose parse error message, don't report `error' as an
7791 expected token.
7792 * tests/actions.at (Printers and Destructors): Adjust.
7793 * tests/calc.at (Calculator $1): Adjust.
7794 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
7795 error message, do not report the parser accepts the error token in
7796 that state.
7797
7798 2002-07-30 Akim Demaille <akim@epita.fr>
7799
7800 Normalize conflict related messages.
7801
7802 * src/complain.h, src/complain.c (warn, complain): New.
7803 * src/conflicts.c (conflicts_print): Use them.
7804 (conflict_report_yacc): New, extracted from...
7805 (conflicts_print): here.
7806 * tests/conflicts.at, tests/existing.at: Adjust.
7807
7808 2002-07-30 Akim Demaille <akim@epita.fr>
7809
7810 Report rules which are never reduced by the parser: those hidden
7811 by conflicts.
7812
7813 * src/LR0.c (save_reductions): Don't make the final state too
7814 different: save its reduction (accept) instead of having a state
7815 without any action (no shift or goto, no reduce).
7816 Note: the final state is now a ``regular'' state, i.e., the
7817 parsers now contain `reduce 0' as default reduction.
7818 Nevertheless, since they decide to `accept' when yystate =
7819 final_state, they still will not reduce rule 0.
7820 * src/print.c (print_actions, print_reduction): Adjust.
7821 * src/output.c (action_row): Track reduced rules.
7822 (token_actions): Report rules never reduced.
7823 * tests/conflicts.at, tests/regression.at: Adjust.
7824
7825 2002-07-30 Akim Demaille <akim@epita.fr>
7826
7827 `stage' was accidently included in a previous patch.
7828 Initiate its autoconfiscation.
7829
7830 * configure.in: Look for malloc.h and sys/times.h.
7831 * src/main.c (stage): Adjust.
7832 Report only when trace_flag.
7833
7834 2002-07-29 Akim Demaille <akim@epita.fr>
7835
7836 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
7837 state_number_t.
7838 (errs_t): symbol_t*, not symbol_number_t.
7839 (reductions_t): rule_t*, not rule_number_t.
7840 (FOR_EACH_SHIFT): New.
7841 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
7842 * src/print.c, src/print_graph.c: Adjust.
7843
7844 2002-07-29 Akim Demaille <akim@epita.fr>
7845
7846 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
7847
7848 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
7849 (endtoken, accept): these.
7850 * src/reader.c (reader): Set endtoken's default tag to "$end".
7851 Set undeftoken's tag to "$undefined" instead of "$undefined.".
7852 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
7853 Adjust.
7854
7855 2002-07-29 Akim Demaille <akim@epita.fr>
7856
7857 * src/reduce.c (reduce_grammar): When the language is empty,
7858 complain about the start symbol, not the axiom.
7859 Use its location.
7860 * tests/reduce.at (Empty Language): New.
7861
7862 2002-07-26 Akim Demaille <akim@epita.fr>
7863
7864 * src/reader.h, src/reader.c (gram_error): ... can't get
7865 yycontrol without making too strong assumptions on the parser
7866 itself.
7867 * src/output.c (prepare_tokens): Use the real 0th value of
7868 token_translations instead of `0'.
7869 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
7870 visible here.
7871 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
7872 for the time being: %locations ought to provide it to yyerror.
7873
7874 2002-07-25 Akim Demaille <akim@epita.fr>
7875
7876 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
7877 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
7878 * tests/regression.at (Web2c Actions): Adjust.
7879
7880 2002-07-25 Akim Demaille <akim@epita.fr>
7881
7882 Stop storing rules from 1 to nrules + 1.
7883
7884 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
7885 * src/nullable.c, src/output.c, src/print.c, src/reader.c
7886 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
7887 Iterate from 0 to nrules.
7888 Use rule_number_as_item_number and item_number_as_rule_number.
7889 Adjust to `derive' now containing possibly 0.
7890 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
7891 Handle the `- 1' part in rule numbers from/to item numbers.
7892 * src/conflicts.c (log_resolution): Fix the message which reversed
7893 shift and reduce.
7894 * src/output.c (action_row): Initialize default_rule to -1.
7895 (token_actions): Adjust.
7896 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
7897 expected output.
7898 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
7899
7900 2002-07-25 Akim Demaille <akim@epita.fr>
7901
7902 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
7903 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
7904 (b4_c_knr_arg_decl): New.
7905 * data/yacc.c: Use it to define yysymprint, yydestruct, and
7906 yyreport_parse_error.
7907
7908 2002-07-25 Akim Demaille <akim@epita.fr>
7909
7910 * data/yacc.c (yyreport_parse_error): New, extracted from...
7911 (yyparse): here.
7912 (yydestruct, yysymprint): Move above yyparse.
7913 Be K&R compliant.
7914
7915 2002-07-25 Akim Demaille <akim@epita.fr>
7916
7917 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
7918 replace...
7919 (b4_sint_type, b4_uint_type): these.
7920 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
7921 * tests/regression.at (Web2c Actions): Adjust.
7922
7923 2002-07-25 Akim Demaille <akim@epita.fr>
7924
7925 * src/gram.h (TIEM_NUMBER_MAX): New.
7926 (item_number_of_rule_number, rule_number_of_item_number): Rename
7927 as...
7928 (rule_number_as_item_number, item_number_as_rule_number): these.
7929 Adjust dependencies.
7930 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
7931 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
7932 (symbol_number_to_vector_number): New.
7933 (order): Of vector_number_t* type.
7934 (base_t, BASE_MAX, BASE_MIN): New.
7935 (froms, tos, width, pos, check): Of base_t type.
7936 (action_number_t, ACTION_MIN, ACTION_MAX): New.
7937 (actrow): Of action_number_t type.
7938 (conflrow): Of unsigned int type.
7939 (table_ninf, base_ninf): New.
7940 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
7941 (muscle_insert_int_table, muscle_insert_base_table)
7942 (muscle_insert_rule_number_table): New.
7943 (prepare_tokens): Output `toknum' as int_table.
7944 (action_row): Returns a rule_number_t.
7945 Use ACTION_MIN, not SHRT_MIN.
7946 (token_actions): yydefact is rule_number_t*.
7947 (table_ninf_remap): New.
7948 (pack_table): Use it for `base' and `table'.
7949 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
7950 replaced with...
7951 (YYPACT_NINF, YYTABLE_NINF): these.
7952 (yypact, yytable): Compute their types instead of hard-coded
7953 `short'.
7954 * tests/regression.at (Web2c Actions): Adjust.
7955
7956 2002-07-19 Akim Demaille <akim@epita.fr>
7957
7958 * src/scan-gram.l (id): Can start with an underscore.
7959
7960 2002-07-16 Akim Demaille <akim@epita.fr>
7961
7962 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
7963 Adjust all former `associativity' dependencies.
7964 * src/symtab.c (symbol_new): Default associativity is `undef', not
7965 `right'.
7966 (symbol_check_alias_consistence): Adjust.
7967
7968 2002-07-09 Akim Demaille <akim@epita.fr>
7969
7970 * doc/bison.texinfo: Properly set the ``header'' part.
7971 Use @dircategory ``GNU programming tools'' as per Texinfo's
7972 documentation.
7973 Use @copying.
7974
7975 2002-07-09 Akim Demaille <akim@epita.fr>
7976
7977 * lib/quotearg.h: Protect against multiple inclusions.
7978 * src/location.h (location_t): Add a `file' member.
7979 (LOCATION_RESET, LOCATION_PRINT): Adjust.
7980 * src/complain.c (warn_at, complain_at, fatal_at): Drop
7981 `error_one_per_line' support.
7982
7983 2002-07-09 Akim Demaille <akim@epita.fr>
7984
7985 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
7986 * src/reader.c (lineno): Remove.
7987 Adjust all dependencies.
7988 (get_merge_function): Take a location and use complain_at.
7989 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
7990 * tests/regression.at (Invalid inputs, Mixing %token styles):
7991 Adjust.
7992
7993 2002-07-09 Akim Demaille <akim@epita.fr>
7994
7995 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
7996 recovery rule, and forbid extensions when --yacc.
7997 (gram_error): Use complain_at.
7998 * src/reader.c (reader): Exit if there were parse errors.
7999
8000 2002-07-09 Akim Demaille <akim@epita.fr>
8001
8002 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
8003 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
8004 Reported by R Blake <blakers@mac.com>.
8005
8006 2002-07-09 Akim Demaille <akim@epita.fr>
8007
8008 * data/yacc.c: Output the copyright notive in the header.
8009
8010 2002-07-03 Akim Demaille <akim@epita.fr>
8011
8012 * src/output.c (froms, tos): Are state_number_t.
8013 (save_column): sp, sp1, and sp2 are state_number_t.
8014 (prepare): Rename `final' as `final_state_number', `nnts' as
8015 `nterms_number', `nrules' as `rules_number', `nstates' as
8016 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
8017 unused.
8018 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
8019 * data/lalr1.cc (nsym_): Remove, unused.
8020
8021 2002-07-03 Akim Demaille <akim@epita.fr>
8022
8023 * src/lalr.h, src/lalr.c (goto_number_t): New.
8024 * src/lalr.c (goto_list_t): New.
8025 Propagate them.
8026 * src/nullable.c (rule_list_t): New.
8027 Propagate.
8028 * src/types.h: Remove.
8029
8030 2002-07-03 Akim Demaille <akim@epita.fr>
8031
8032 * src/closure.c (print_fderives): Use rule_rhs_print.
8033 * src/derives.c (print_derives): Use rule_rhs_print.
8034 (rule_list_t): New, replaces `shorts'.
8035 (set_derives): Add comments.
8036 * tests/sets.at (Nullable, Firsts): Adjust.
8037
8038 2002-07-03 Akim Demaille <akim@epita.fr>
8039
8040 * src/output.c (prepare_actions): Free `tally' and `width'.
8041 (prepare_actions): Allocate and free `order'.
8042 * src/symtab.c (symbols_free): Free `symbols'.
8043 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
8044 * src/output.c (m4_invoke): Move to...
8045 * src/scan-skel.l: here.
8046 (<<EOF>>): Close yyout, and free its name.
8047
8048 2002-07-03 Akim Demaille <akim@epita.fr>
8049
8050 Fix some memory leaks, and fix a bug: state 0 was examined twice.
8051
8052 * src/LR0.c (new_state): Merge into...
8053 (state_list_append): this.
8054 (new_states): Merge into...
8055 (generate_states): here.
8056 (set_states): Don't ensure a proper `errs' state member here, do it...
8057 * src/conflicts.c (conflicts_solve): here.
8058 * src/state.h, src/state.c: Comment changes.
8059 (state_t): Rename member `shifts' as `transitions'.
8060 Adjust all dependencies.
8061 (errs_new): For consistency, also take the values as argument.
8062 (errs_dup): Remove.
8063 (state_errs_set): New.
8064 (state_reductions_set, state_transitions_set): Assert that no
8065 previous value was assigned.
8066 (state_free): New.
8067 (states_free): Use it.
8068 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
8069 temporary storage: use `errs' and `nerrs' as elsewhere.
8070 (set_conflicts): Allocate and free this `errs'.
8071
8072 2002-07-02 Akim Demaille <akim@epita.fr>
8073
8074 * lib/libiberty.h: New.
8075 * lib: Update the bitset implementation from upstream.
8076 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
8077 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
8078 * src/main.c: Adjust bitset stats calls.
8079
8080 2002-07-01 Paul Eggert <eggert@twinsun.com>
8081
8082 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
8083 char, so that negative chars don't collide with $.
8084
8085 2002-06-30 Akim Demaille <akim@epita.fr>
8086
8087 Have the GLR tests be `warning' checked, and fix the warnings.
8088
8089 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
8090 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
8091 (yyremoveDeletes): `yyi' and `yyj' are size_t.
8092 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
8093 (yyaddDeferredAction): static.
8094 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
8095 (yyreportParseError): yyprefix is const.
8096 yytokenp is used only when verbose.
8097 (yy__GNUC__): Replace with __GNUC__.
8098 (yypdumpstack): yyi is size_t.
8099 (yypreference): Un-yy local variables and arguments, to avoid
8100 clashes with `yyr1'. Anyway, we are not in the user name space.
8101 (yytname_size): be an int, as is compared with ints.
8102 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
8103 Use them.
8104 * tests/cxx-gram.at: Use quotation to protect $1.
8105 Use AT_COMPILE to enable warnings hunts.
8106 Prototype yylex and yyerror.
8107 `Use' argc.
8108 Include `string.h', not `strings.h'.
8109 Produce and prototype stmtMerge only when used.
8110 yylex takes a location.
8111
8112 2002-06-30 Akim Demaille <akim@epita.fr>
8113
8114 We spend a lot of time in quotearg, in particular when --verbose.
8115
8116 * src/symtab.c (symbol_get): Store a quoted version of the key.
8117 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
8118 Adjust all callers.
8119
8120 2002-06-30 Akim Demaille <akim@epita.fr>
8121
8122 * src/state.h (reductions_t): Rename member `nreds' as num.
8123 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
8124 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
8125
8126 2002-06-30 Akim Demaille <akim@epita.fr>
8127
8128 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
8129 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
8130 (shifts_to): Rename as...
8131 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
8132 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
8133 (TRANSITION_IS_DISABLED, transitions_to): these.
8134
8135 2002-06-30 Akim Demaille <akim@epita.fr>
8136
8137 * src/print.c (print_shifts, print_gotos): Merge into...
8138 (print_transitions): this.
8139 (print_transitions, print_errs, print_reductions): Align the
8140 lookaheads columns.
8141 (print_core, print_transitions, print_errs, print_state,
8142 print_grammar): Output empty lines separator before, not after.
8143 (state_default_rule_compute): Rename as...
8144 (state_default_rule): this.
8145 * tests/conflicts.at (Defaulted Conflicted Reduction),
8146 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
8147 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
8148
8149 2002-06-30 Akim Demaille <akim@epita.fr>
8150
8151 Display items as we display rules.
8152
8153 * src/gram.h, src/gram.c (rule_lhs_print): New.
8154 * src/gram.c (grammar_rules_partial_print): Use it.
8155 * src/print.c (print_core): Likewise.
8156 * tests/conflicts.at (Defaulted Conflicted Reduction),
8157 (Unresolved SR Conflicts): Adjust.
8158 (Unresolved SR Conflicts): Adjust and rename as...
8159 (Resolved SR Conflicts): this, as was meant.
8160 * tests/regression.at (Web2c Report): Adjust.
8161
8162 2002-06-30 Akim Demaille <akim@epita.fr>
8163
8164 * src/print.c (state_default_rule_compute): New, extracted from...
8165 (print_reductions): here.
8166 Pessimize, but clarify the code.
8167 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
8168
8169 2002-06-30 Akim Demaille <akim@epita.fr>
8170
8171 * src/output.c (action_row): Let default_rule be always a rule
8172 number.
8173
8174 2002-06-30 Akim Demaille <akim@epita.fr>
8175
8176 * src/closure.c (print_firsts, print_fderives, closure):
8177 Use BITSET_EXECUTE.
8178 * src/lalr.c (lookaheads_print): Likewise.
8179 * src/state.c (state_rule_lookaheads_print): Likewise.
8180 * src/print_graph.c (print_core): Likewise.
8181 * src/print.c (print_reductions): Likewise.
8182 * src/output.c (action_row): Likewise.
8183 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
8184
8185 2002-06-30 Akim Demaille <akim@epita.fr>
8186
8187 * src/print_graph.c: Use report_flag.
8188
8189 2002-06-30 Akim Demaille <akim@epita.fr>
8190
8191 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
8192 to...
8193 * src/relation.h, src/relation.c (traverse, relation_digraph)
8194 (relation_print, relation_transpose): New.
8195
8196 2002-06-30 Akim Demaille <akim@epita.fr>
8197
8198 * src/state.h, src/state.c (shifts_to): New.
8199 * src/lalr.c (build_relations): Use it.
8200
8201 2002-06-30 Akim Demaille <akim@epita.fr>
8202
8203 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
8204 (item_number_of_rule_number, rule_number_of_item_number): New.
8205 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
8206 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
8207 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
8208 Propagate their use.
8209 Much remains to be done, in particular wrt `shorts' from types.h.
8210
8211 2002-06-30 Akim Demaille <akim@epita.fr>
8212
8213 * src/symtab.c (symbol_new): Initialize the `printer' member.
8214
8215 2002-06-30 Akim Demaille <akim@epita.fr>
8216
8217 * src/LR0.c (save_reductions): Remove, replaced by...
8218 * src/state.h, src/state.c (state_reductions_set): New.
8219 (reductions, errs): Rename as...
8220 (reductions_t, errs_t): these.
8221 Adjust all dependencies.
8222
8223 2002-06-30 Akim Demaille <akim@epita.fr>
8224
8225 * src/LR0.c (state_list_t, state_list_append): New.
8226 (first_state, last_state): Now symbol_list_t.
8227 (this_state): Remove.
8228 (new_itemsets, append_states, save_reductions): Take a state_t as
8229 argument.
8230 (set_states, generate_states): Adjust.
8231 (save_shifts): Remove, replaced by...
8232 * src/state.h, src/state.c (state_shifts_set): New.
8233 (shifts): Rename as...
8234 (shifts_t): this.
8235 Adjust all dependencies.
8236 * src/state.h (state_t): Remove the `next' member.
8237
8238 2002-06-30 Akim Demaille <akim@epita.fr>
8239
8240 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
8241 escaped in slot 0.
8242
8243 2002-06-30 Akim Demaille <akim@epita.fr>
8244
8245 Use hash.h for the state hash table.
8246
8247 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
8248 (allocate_storage): Use state_hash_new.
8249 (free_storage): Use state_hash_free.
8250 (new_state, get_state): Adjust.
8251 * src/lalr.h, src/lalr.c (states): Move to...
8252 * src/states.h (state_t): Remove the `link' member, no longer
8253 used.
8254 * src/states.h, src/states.c: here.
8255 (state_hash_new, state_hash_free, state_hash_lookup)
8256 (state_hash_insert, states_free): New.
8257 * src/states.c (state_table, state_compare, state_hash): New.
8258 * src/output.c (output_actions): Do not free states now, since we
8259 still need to know the final_state number in `prepare', called
8260 afterwards. Do it...
8261 * src/main.c (main): here: call states_free after `output'.
8262
8263 2002-06-30 Akim Demaille <akim@epita.fr>
8264
8265 * src/state.h, src/state.c (state_new): New, extracted from...
8266 * src/LR0.c (new_state): here.
8267 * src/state.h (STATE_ALLOC): Move to...
8268 * src/state.c: here.
8269 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
8270 * src/state.h, src/state.c: here.
8271
8272 2002-06-30 Akim Demaille <akim@epita.fr>
8273
8274 * src/reader.c (gensym): Rename as...
8275 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
8276 (getsym): Rename as...
8277 (symbol_get): this.
8278
8279 2002-06-30 Akim Demaille <akim@epita.fr>
8280
8281 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
8282 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
8283 * src/output.c, src/print.c, src/print_graph.c: Propagate.
8284 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
8285
8286 2002-06-30 Akim Demaille <akim@epita.fr>
8287
8288 Make the test suite pass with warnings checked.
8289
8290 * tests/actions.at (Printers and Destructors): Improve.
8291 Avoid unsigned vs. signed issues.
8292 * tests/calc.at: Don't exercise the scanner here, do it...
8293 * tests/input.at (Torturing the Scanner): here.
8294
8295 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8296
8297 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
8298 reorganize first lines parallel to yacc.c.
8299
8300 2002-06-28 Akim Demaille <akim@epita.fr>
8301
8302 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
8303 (b4_token_enum, b4_token_defines): New, factored from...
8304 * data/lalr1.cc, data/yacc.c, glr.c: here.
8305
8306 2002-06-28 Akim Demaille <akim@epita.fr>
8307
8308 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
8309 unused variables.
8310 * src/output.c (merger_output): static.
8311
8312 2002-06-28 Akim Demaille <akim@epita.fr>
8313
8314 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
8315 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
8316 pacify GCC.
8317 * src/output.c (save_row): Initialize all the variables to pacify GCC.
8318
8319 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8320
8321 Accumulated changelog for new GLR parsing features.
8322
8323 * src/conflicts.c (count_total_conflicts): Change name to
8324 conflicts_total_count.
8325 * src/conflicts.h: Ditto.
8326 * src/output.c (token_actions): Use the new name.
8327 (output_conflicts): Change conflp => conflict_list_heads, and
8328 confl => conflict_list for better readability.
8329 * data/glr.c: Use the new names.
8330 * NEWS: Add self to GLR announcement.
8331
8332 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
8333
8334 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
8335 Akim Demaille.
8336
8337 * data/bison.glr: Change name to glr.c
8338 * data/glr.c: Renamed from bison.glr.
8339 * data/Makefile.am: Add glr.c
8340
8341 * src/getargs.c:
8342
8343 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
8344 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
8345
8346 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8347
8348 * data/bison.glr: Be sure to restore the
8349 current #line when returning to the skeleton contents after having
8350 exposed the input file's #line.
8351
8352 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8353
8354 * data/bison.glr: Bring up to date with changes to bison.simple.
8355
8356 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8357
8358 * data/bison.glr: Correct definitions that use b4_prefix.
8359 Various reformatting.
8360 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
8361 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
8362 yytokenp argument; now part of stack.
8363 (yychar): Define to behave as documented.
8364 (yyclearin): Ditto.
8365
8366 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8367
8368 * src/reader.h: Add declaration for free_merger_functions.
8369
8370 * src/reader.c (merge_functions): New variable.
8371 (get_merge_function): New function.
8372 (free_merger_functions): New function.
8373 (readgram): Check for %prec that is not followed by a symbol.
8374 Handle %dprec and %merge declarations.
8375 (packgram): Initialize dprec and merger fields in rules array.
8376
8377 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
8378 conflict_list_cnt, conflict_list_free): New variables.
8379 (table_grow): Also grow conflict_table.
8380 (prepare_rules): Output dprec and merger tables.
8381 (conflict_row): New function.
8382 (action_row): Output conflict lists for GLR parser. Don't use
8383 default reduction in conflicted states for GLR parser so that there
8384 are spaces for the conflict lists.
8385 (save_row): Also save conflict information.
8386 (token_actions): Allocate conflict list.
8387 (merger_output): New function.
8388 (pack_vector): Pack conflict table, too.
8389 (output_conflicts): New function to output yyconflp and yyconfl.
8390 (output_check): Allocate conflict_tos.
8391 (output_actions): Output conflict tables, also.
8392 (output_skeleton): Output b4_mergers definition.
8393 (prepare): Output b4_max_rhs_length definition.
8394 Use 'bison.glr' as default skeleton for GLR parsers.
8395
8396 * src/gram.c (glr_parser): New flag.
8397 (grammar_free): Call free_merger_functions.
8398
8399 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
8400 all pairs of conflicting reductions, rather than just all tokens
8401 causing conflicts. Needed to size conflict tables.
8402 (conflicts_output): Modify call to count_rr_conflicts for new
8403 interface.
8404 (conflicts_print): Ditto.
8405 (count_total_conflicts): New function.
8406
8407 * src/reader.h (merger_list): New type.
8408 (merge_functions): New variable.
8409
8410 * src/lex.h (tok_dprec, tok_merge): New token types.
8411
8412 * src/gram.h (rule_s): Add dprec and merger fields.
8413 (glr_parser): New flag.
8414
8415 * src/conflicts.h (count_total_conflicts): New function.
8416
8417 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
8418
8419 * doc/bison.texinfo (Generalized LR Parsing): New section.
8420 (GLR Parsers): New section.
8421 (Language and Grammar): Mention GLR parsing.
8422 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
8423 Correct typo ("tge" -> "the").
8424
8425 * data/bison.glr: New skeleton for GLR parsing.
8426
8427 * tests/cxx-gram.at: New tests for GLR parsing.
8428
8429 * tests/testsuite.at: Include cxx-gram.at.
8430
8431 * tests/Makefile.am: Add cxx-gram.at.
8432
8433 * src/parse-gram.y:
8434
8435 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
8436
8437 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
8438
8439 2002-06-27 Akim Demaille <akim@epita.fr>
8440
8441 * src/options.h, src/options.c: Remove.
8442 * src/getargs.c (short_options, long_options): New.
8443
8444 2002-06-27 Akim Demaille <akim@epita.fr>
8445
8446 * data/bison.simple, data/bison.c++: Rename as...
8447 * data/yacc.c, data/lalr1.cc: these.
8448 * doc/bison.texinfo (Environment Variables): Remove.
8449
8450 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
8451
8452 * src/getargs.c (report_argmatch): Initialize strtok().
8453
8454 2002-06-20 Akim Demaille <akim@epita.fr>
8455
8456 * data/bison.simple (b4_symbol_actions): New, replaces...
8457 (b4_symbol_destructor, b4_symbol_printer): these.
8458 (yysymprint): Be sure to call YYPRINT only for tokens, and using
8459 user token numbers.
8460
8461 2002-06-20 Akim Demaille <akim@epita.fr>
8462
8463 * data/bison.simple (yydestructor): Rename as...
8464 (yydestruct): this.
8465
8466 2002-06-20 Akim Demaille <akim@epita.fr>
8467
8468 * src/symtab.h, src/symtab.c (symbol_type_set)
8469 (symbol_destructor_set, symbol_precedence_set): The location is
8470 the last argument.
8471 Adjust all callers.
8472
8473 2002-06-20 Akim Demaille <akim@epita.fr>
8474
8475 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
8476 internals.
8477 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
8478 Takes a location.
8479 * src/symtab.h, src/symtab.c (symbol_class_set)
8480 (symbol_user_token_number_set): Likewise.
8481 Adjust all callers.
8482 Promote complain_at.
8483 * tests/input.at (Type Clashes): Adjust.
8484
8485 2002-06-20 Akim Demaille <akim@epita.fr>
8486
8487 * data/bison.simple (YYLEX): Fix the declaration when
8488 %pure-parser.
8489
8490 2002-06-20 Akim Demaille <akim@epita.fr>
8491
8492 * data/bison.simple (yysymprint): Don't print the token number,
8493 just its name.
8494 * tests/actions.at (Destructors): Rename as...
8495 (Printers and Destructors): this.
8496 Also exercise %printer.
8497
8498 2002-06-20 Akim Demaille <akim@epita.fr>
8499
8500 * data/bison.simple (YYDSYMPRINT): New.
8501 Use it to remove many of the #if YYDEBUG/if (yydebug).
8502
8503 2002-06-20 Akim Demaille <akim@epita.fr>
8504
8505 * src/symtab.h, src/symtab.c (symbol_t): printer and
8506 printer_location are new members.
8507 (symbol_printer_set): New.
8508 * src/parse-gram.y (PERCENT_PRINTER): New token.
8509 Handle its associated rule.
8510 * src/scan-gram.l: Adjust.
8511 (handle_destructor_at, handle_destructor_dollar): Rename as...
8512 (handle_symbol_code_at, handle_symbol_code_dollar): these.
8513 * src/output.c (symbol_printers_output): New.
8514 (output_skeleton): Call it.
8515 * data/bison.simple (yysymprint): New. Cannot be named yyprint
8516 since there are already many grammar files with a user `yyprint'.
8517 Replace the calls to YYPRINT to calls to yysymprint.
8518 * tests/calc.at: Adjust.
8519 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
8520 taking advantage of parser very internal details (stack size!).
8521
8522 2002-06-20 Akim Demaille <akim@epita.fr>
8523
8524 * src/scan-gram.l: Complete the scanner with the missing patterns
8525 to pacify Flex.
8526 Use `quote' and `symbol_tag_get' where appropriate.
8527
8528 2002-06-19 Akim Demaille <akim@epita.fr>
8529
8530 * tests/actions.at (Destructors): Augment to test locations.
8531 * data/bison.simple (yydestructor): Pass it the current location
8532 if locations are enabled.
8533 Prototype only when __STDC__ or C++.
8534 Change the argument names to move into the yy name space: there is
8535 user code here.
8536
8537 2002-06-19 Akim Demaille <akim@epita.fr>
8538
8539 * data/bison.simple (b4_pure_if): New.
8540 Use it instead of #ifdef YYPURE.
8541
8542 2002-06-19 Akim Demaille <akim@epita.fr>
8543
8544 * data/bison.simple (b4_location_if): New.
8545 Use it instead of #ifdef YYLSP_NEEDED.
8546
8547 2002-06-19 Akim Demaille <akim@epita.fr>
8548
8549 Prepare @$ in %destructor, but currently don't bind it in the
8550 skeleton, as %location use is not cleaned up yet.
8551
8552 * src/scan-gram.l (handle_dollar, handle_destructor_at)
8553 (handle_action_at): New.
8554 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
8555 a braced_code_t and a location as additional arguments.
8556 (handle_destructor_dollar): Instead of requiring `b4_eval', just
8557 unquote one when outputting `b4_dollar_dollar'.
8558 Adjust callers.
8559 * data/bison.simple (b4_eval): Remove.
8560 (b4_symbol_destructor): Adjust.
8561 * tests/input.at (Invalid @n): Adjust.
8562
8563 2002-06-19 Zack Weinberg <zack@codesourcery.com>
8564
8565 * doc/bison.texinfo: Document ability to have multiple
8566 prologue sections.
8567
8568 2002-06-18 Akim Demaille <akim@epita.fr>
8569
8570 * src/files.c (compute_base_names): When computing the output file
8571 names from the input file name, strip the directory part.
8572
8573 2002-06-18 Akim Demaille <akim@epita.fr>
8574
8575 * data/bison.simple.new: Comment changes.
8576 Reported by Andreas Schwab.
8577
8578 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
8579
8580 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
8581 there are no `label `yyoverflowlab' defined but not used' warnings
8582 when yyoverflow is defined.
8583
8584 2002-06-18 Akim Demaille <akim@epita.fr>
8585
8586 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
8587 new member.
8588 (symbol_destructor_set): Adjust.
8589 * src/output.c (symbol_destructors_output): Output the destructor
8590 locations.
8591 Output the symbol name.
8592 * data/bison.simple (b4_symbol_destructor): Adjust.
8593
8594 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
8595 and Akim Demaille <akim@epita.fr>
8596
8597 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
8598 what's left on the stack when the error recovery hits EOF.
8599 * tests/actions.at (Destructors): Complete to exercise this case.
8600
8601 2002-06-17 Akim Demaille <akim@epita.fr>
8602
8603 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
8604 arguments is really empty, not only equal to `[]'.
8605 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
8606 member.
8607 (symbol_destructor_set): New.
8608 * src/output.c (symbol_destructors_output): New.
8609 * src/reader.h (brace_code_t, current_braced_code): New.
8610 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
8611 (handle_dollar): Rename as...
8612 (handle_action_dollar): this.
8613 (handle_destructor_dollar): New.
8614 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
8615 (grammar_declaration): Use it.
8616 * data/bison.simple (yystos): Is always defined.
8617 (yydestructor): New.
8618 * tests/actions.at (Destructors): New.
8619 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
8620
8621 2002-06-17 Akim Demaille <akim@epita.fr>
8622
8623 * src/symlist.h, src/symlist.c (symbol_list_length): New.
8624 * src/scan-gram.l (handle_dollar, handle_at): Compute the
8625 rule_length only when needed.
8626 * src/output.c (actions_output, token_definitions_output): Output
8627 the full M4 block.
8628 * src/symtab.c: Don't access directly to the symbol tag, use
8629 symbol_tag_get.
8630 * src/parse-gram.y: Use symbol_list_free.
8631
8632 2002-06-17 Akim Demaille <akim@epita.fr>
8633
8634 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
8635 (symbol_list_prepend, get_type_name): Move to...
8636 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
8637 (symbol_list_prepend, symbol_list_n_type_name_get): here.
8638 Adjust all callers.
8639 (symbol_list_free): New.
8640 * src/scan-gram.l (handle_dollar): Takes a location.
8641 * tests/input.at (Invalid $n): Adjust.
8642
8643 2002-06-17 Akim Demaille <akim@epita.fr>
8644
8645 * src/reader.h, src/reader.c (symbol_list_new): Export it.
8646 (symbol_list_prepend): New.
8647 * src/parse-gram.y (%union): `list' is a new member.
8648 (symbols.1): New, replaces...
8649 (terms_to_prec.1, nterms_to_type.1): these.
8650 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
8651 Take a location as additional argument.
8652 Adjust all callers.
8653
8654 2002-06-15 Akim Demaille <akim@epita.fr>
8655
8656 * src/parse-gram.y: Move %token in the declaration section so that
8657 we don't depend upon CVS Bison.
8658
8659 2002-06-15 Akim Demaille <akim@epita.fr>
8660
8661 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
8662 * src/print.c (print_core): Use it.
8663
8664 2002-06-15 Akim Demaille <akim@epita.fr>
8665
8666 * src/conflicts.c (log_resolution): Accept the rule involved in
8667 the sr conflicts instead of the lookahead number that points to
8668 that rule.
8669 (flush_reduce): Accept the current lookahead vector as argument,
8670 instead of the index in LA.
8671 (resolve_sr_conflict): Accept the current number of lookahead
8672 bitset to consider for the STATE, instead of the index in LA.
8673 (set_conflicts): Adjust.
8674 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
8675
8676 2002-06-15 Akim Demaille <akim@epita.fr>
8677
8678 * src/state.h (state_t): Replace the `lookaheadsp' member, a
8679 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
8680 Adjust all dependencies.
8681 * src/lalr.c (initialize_lookaheads): Split into...
8682 (states_lookaheads_count, states_lookaheads_initialize): these.
8683 (lalr): Adjust.
8684
8685 2002-06-15 Akim Demaille <akim@epita.fr>
8686
8687 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
8688 out of...
8689 (grammar_rules_print): here.
8690 * src/reduce.c (reduce_output): Use it.
8691 * tests/reduce.at (Useless Rules, Reduced Automaton)
8692 (Underivable Rules): Adjust.
8693
8694 2002-06-15 Akim Demaille <akim@epita.fr>
8695
8696 Copy BYacc's nice way to report the grammar.
8697
8698 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
8699 New.
8700 Don't print the rules' location, it is confusing and useless.
8701 (rule_print): Use grammar_rhs_print.
8702 * src/print.c (print_grammar): Use grammar_rules_print.
8703
8704 2002-06-15 Akim Demaille <akim@epita.fr>
8705
8706 Complete and rationalize `useless thing' warnings.
8707
8708 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
8709 (symbol_tag_print): New.
8710 Use them everywhere in place of accessing directly the tag member.
8711 * src/gram.h, src/gram.c (rule_print): New.
8712 Use it where a rule used to be printed `by hand'.
8713 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
8714 (reduce_grammar_tables): Report the useless rules.
8715 (reduce_print): Useless things are a warning, not an error.
8716 Report it as such.
8717 * tests/reduce.at (Useless Nonterminals, Useless Rules):
8718 (Reduced Automaton, Underivable Rules): Adjust.
8719 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
8720 * tests/conflicts.at (Unresolved SR Conflicts)
8721 (Solved SR Conflicts): Adjust.
8722
8723 2002-06-15 Akim Demaille <akim@epita.fr>
8724
8725 Let symbols have a location.
8726
8727 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
8728 (getsym): Adjust.
8729 Adjust all callers.
8730 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
8731 Use location_t, not int.
8732 * src/symtab.c (symbol_check_defined): Take advantage of the
8733 location.
8734 * tests/regression.at (Invalid inputs): Adjust.
8735
8736 2002-06-15 Akim Demaille <akim@epita.fr>
8737
8738 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
8739 (input): Don't try to initialize yylloc here, do it in the
8740 scanner.
8741 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
8742 * src/gram.h (rule_t): Change line and action_line into location
8743 and action_location, of location_t type.
8744 Adjust all dependencies.
8745 * src/location.h, src/location.c (empty_location): New.
8746 * src/reader.h, src/reader.c (grammar_start_symbol_set)
8747 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
8748 (grammar_current_rule_symbol_append)
8749 (grammar_current_rule_action_append): Expect a location as argument.
8750 * src/reader.c (grammar_midrule_action): Adjust to attach an
8751 action's location as dummy symbol location.
8752 * src/symtab.h, src/symtab.c (startsymbol_location): New.
8753 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
8754 the line numbers.
8755
8756 2002-06-14 Akim Demaille <akim@epita.fr>
8757
8758 Grammar declarations may be found in the grammar section.
8759
8760 * src/parse-gram.y (rules_or_grammar_declaration): New.
8761 (declarations): Each declaration may end with a semicolon, not
8762 just...
8763 (grammar_declaration): `"%union"'.
8764 (grammar): Branch to rules_or_grammar_declaration.
8765
8766 2002-06-14 Akim Demaille <akim@epita.fr>
8767
8768 * src/main.c (main): Invoke scanner_free.
8769
8770 2002-06-14 Akim Demaille <akim@epita.fr>
8771
8772 * src/output.c (m4_invoke): Extracted from...
8773 (output_skeleton): here.
8774 Free tempfile.
8775
8776 2002-06-14 Akim Demaille <akim@epita.fr>
8777
8778 * src/parse-gram.y (directives, directive, gram)
8779 (grammar_directives, precedence_directives, precedence_directive):
8780 Rename as...
8781 (declarations, declaration, grammar, grammar_declaration)
8782 (precedence_declaration, precedence_declarator): these.
8783 (symbol_declaration): New.
8784
8785 2002-06-14 Akim Demaille <akim@epita.fr>
8786
8787 * src/files.c (action_obstack): Remove, unused.
8788 (output_obstack): Remove it, and all its dependencies, as it is no
8789 longer needed.
8790 * src/reader.c (epilogue_set): Build the epilogue in the
8791 muscle_obstack.
8792 * src/output.h, src/output.c (muscle_obstack): Move to...
8793 * src/muscle_tab.h, src/muscle_tab.h: here.
8794 (muscle_init): Initialize muscle_obstack.
8795 (muscle_free): New.
8796 * src/main.c (main): Call it.
8797
8798 2002-06-14 Akim Demaille <akim@epita.fr>
8799
8800 * src/location.h: New, extracted from...
8801 * src/reader.h: here.
8802 * src/Makefile.am (noinst_HEADERS): Merge into
8803 (bison_SOURCES): this.
8804 Add location.h.
8805 * src/parse-gram.y: Use location_t instead of Bison's.
8806 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
8807 Use location_t instead of ints.
8808
8809 2002-06-14 Akim Demaille <akim@epita.fr>
8810
8811 * data/bison.simple, data/bison.c++: Be sure to restore the
8812 current #line when returning to the skeleton contents after having
8813 exposed the input file's #line.
8814
8815 2002-06-12 Akim Demaille <akim@epita.fr>
8816
8817 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
8818 eager.
8819 * tests/actions.at (Exotic Dollars): New.
8820
8821 2002-06-12 Akim Demaille <akim@epita.fr>
8822
8823 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
8824 ['"/] too eagerly.
8825 * tests/input.at (Torturing the Scanner): New.
8826
8827 2002-06-11 Akim Demaille <akim@epita.fr>
8828
8829 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
8830 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
8831 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
8832 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
8833 * src/reader.c (reader): Use it.
8834
8835 2002-06-11 Akim Demaille <akim@epita.fr>
8836
8837 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
8838 Adjust all callers.
8839 (scanner_last_string_free): New.
8840
8841 2002-06-11 Akim Demaille <akim@epita.fr>
8842
8843 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
8844 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
8845 (last_string, YY_OBS_FREE): New.
8846 Use them when returning an ID.
8847
8848 2002-06-11 Akim Demaille <akim@epita.fr>
8849
8850 Have Bison grammars parsed by a Bison grammar.
8851
8852 * src/reader.c, src/reader.h (prologue_augment): New.
8853 * src/reader.c (copy_definition): Remove.
8854
8855 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
8856 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
8857 (grammar_current_rule_prec_set, grammar_current_rule_check)
8858 (grammar_current_rule_symbol_append)
8859 (grammar_current_rule_action_append): Export.
8860 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
8861 (symbol_list_action_append): Remove.
8862 Hook the routines from reader.
8863 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
8864 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
8865
8866 * src/reader.c (read_declarations): Remove, unused.
8867
8868 * src/parse-gram.y: Handle the epilogue.
8869 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
8870 (grammar_start_symbol_set): this.
8871 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
8872 * src/reader.c (readgram): Remove, unused.
8873 (reader): Adjust to insert eoftoken and axiom where appropriate.
8874
8875 * src/reader.c (copy_dollar): Replace with...
8876 * src/scan-gram.h (handle_dollar): this.
8877 * src/parse-gram.y: Remove `%thong'.
8878
8879 * src/reader.c (copy_at): Replace with...
8880 * src/scan-gram.h (handle_at): this.
8881
8882 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
8883 New.
8884
8885 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
8886 time being.
8887
8888 * src/reader.h, src/reader.c (grammar_rule_end): New.
8889
8890 * src/parse.y (current_type, current_class): New.
8891 Implement `%nterm', `%token' support.
8892 Merge `%term' into `%token'.
8893 (string_as_id): New.
8894 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
8895 type name.
8896
8897 * src/parse-gram.y: Be sure to handle properly the beginning of
8898 rules.
8899
8900 * src/parse-gram.y: Handle %type.
8901 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
8902
8903 * src/parse-gram.y: More directives support.
8904 * src/options.c: No longer handle source directives.
8905
8906 * src/parse-gram.y: Fix %output.
8907
8908 * src/parse-gram.y: Handle %union.
8909 Use the prologue locations.
8910 * src/reader.c (parse_union_decl): Remove.
8911
8912 * src/reader.h, src/reader.c (epilogue_set): New.
8913 * src/parse-gram.y: Use it.
8914
8915 * data/bison.simple, data/bison.c++: b4_stype is now either not
8916 defined, then default to int, or to the contents of %union,
8917 without `union' itself.
8918 Adjust.
8919 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
8920
8921 * src/output.c (actions_output): Don't output braces, as they are
8922 already handled by the scanner.
8923
8924 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
8925 characters to themselves.
8926
8927 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
8928 that the epilogue has a proper #line.
8929
8930 * src/parse-gram.y: Handle precedence/associativity.
8931
8932 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
8933 a terminal.
8934 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
8935 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
8936 at all to define terminals that cannot be emitted.
8937
8938 * src/scan-gram.l: Escape M4 characters.
8939
8940 * src/scan-gram.l: Working properly with escapes in user
8941 strings/characters.
8942
8943 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
8944 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
8945 grammar.
8946 Use more modest sizes, as for the time being the parser does not
8947 release memory, and therefore the process swallows a huge amount
8948 of memory.
8949
8950 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
8951 stricter %token grammar.
8952
8953 * src/symtab.h (associativity): Add `undef_assoc'.
8954 (symbol_precedence_set): Do nothing when passed an undef_assoc.
8955 * src/symtab.c (symbol_check_alias_consistence): Adjust.
8956
8957 * tests/regression.at (Invalid %directive): Remove, as it is now
8958 meaningless.
8959 (Invalid inputs): Adjust to the new error messages.
8960 (Token definitions): The new grammar doesn't allow too many
8961 eccentricities.
8962
8963 * src/lex.h, src/lex.c: Remove.
8964 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
8965 (copy_character, copy_string2, copy_string, copy_identifier)
8966 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
8967 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
8968 (parse_action): Remove.
8969 * po/POTFILES.in: Adjust.
8970
8971 2002-06-11 Akim Demaille <akim@epita.fr>
8972
8973 * src/reader.c (parse_action): Don't store directly into the
8974 rule's action member: return the action as a string.
8975 Don't require `rule_length' as an argument: compute it.
8976 (grammar_current_rule_symbol_append)
8977 (grammar_current_rule_action_append): New, eved out from
8978 (readgram): here.
8979 Remove `action_flag', `rulelength', unused now.
8980
8981 2002-06-11 Akim Demaille <akim@epita.fr>
8982
8983 * src/reader.c (grammar_current_rule_prec_set).
8984 (grammar_current_rule_check): New, eved out from...
8985 (readgram): here.
8986 Remove `xaction', `first_rhs': useless.
8987 * tests/input.at (Type clashes): New.
8988 * tests/existing.at (GNU Cim Grammar): Adjust.
8989
8990 2002-06-11 Akim Demaille <akim@epita.fr>
8991
8992 * src/reader.c (grammar_midrule_action): New, Eved out from
8993 (readgram): here.
8994
8995 2002-06-11 Akim Demaille <akim@epita.fr>
8996
8997 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
8998 New.
8999 (readgram): Use them as replacement of inlined code, crule and
9000 crule1.
9001
9002 2002-06-11 Akim Demaille <akim@epita.fr>
9003
9004 * src/reader.c (grammar_end, grammar_symbol_append): New.
9005 (readgram): Use them.
9006 Make the use of `p' as local as possible.
9007
9008 2002-06-10 Akim Demaille <akim@epita.fr>
9009
9010 GCJ's parser requires the tokens to be defined before the prologue.
9011
9012 * data/bison.simple: Output the token definition before the user's
9013 prologue.
9014 * tests/regression.at (Braces parsing, Duplicate string)
9015 (Mixing %token styles): Check the output from bison.
9016 (Early token definitions): New.
9017
9018 2002-06-10 Akim Demaille <akim@epita.fr>
9019
9020 * src/symtab.c (symbol_user_token_number_set): Don't complain when
9021 assigning twice the same user number to a token, so that we can
9022 use it in...
9023 * src/lex.c (lex): here.
9024 Also use `symbol_class_set' instead of hand written code.
9025 * src/reader.c (parse_assoc_decl): Likewise.
9026
9027 2002-06-10 Akim Demaille <akim@epita.fr>
9028
9029 * src/symtab.c, src/symtab.c (symbol_class_set)
9030 (symbol_user_token_number_set): New.
9031 * src/reader.c (parse_token_decl): Use them.
9032 Use a switch instead of ifs.
9033 Use a single argument.
9034
9035 2002-06-10 Akim Demaille <akim@epita.fr>
9036
9037 Remove `%thong' support as it is undocumented, unused, duplicates
9038 `%token's job, and creates useless e-mail traffic with people who
9039 want to know what it is, why it is undocumented, unused, and
9040 duplicates `%token's job.
9041
9042 * src/reader.c (parse_thong_decl): Remove.
9043 * src/options.c (option_table): Remove "thong".
9044 * src/lex.h (tok_thong): Remove.
9045
9046 2002-06-10 Akim Demaille <akim@epita.fr>
9047
9048 * src/symtab.c, src/symtab.c (symbol_type_set)
9049 (symbol_precedence_set): New.
9050 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
9051 (value_components_used): Remove, unused.
9052
9053 2002-06-09 Akim Demaille <akim@epita.fr>
9054
9055 Move symbols handling code out of the reader.
9056
9057 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
9058 (axiom): Move to...
9059 * src/symtab.h, src/symtab.c: here.
9060
9061 * src/gram.c (start_symbol): Remove: use startsymbol->number.
9062 * src/reader.c (startval): Rename as...
9063 * src/symtab.h, src/symtab.c (startsymbol): this.
9064 * src/reader.c: Adjust.
9065
9066 * src/reader.c (symbol_check_defined, symbol_make_alias)
9067 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
9068 (token_translations_init)
9069 Move to...
9070 * src/symtab.c: here.
9071 * src/reader.c (packsymbols): Move to...
9072 * src/symtab.h, src/symtab.c (symbols_pack): here.
9073 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
9074 argument.
9075
9076 2002-06-03 Akim Demaille <akim@epita.fr>
9077
9078 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
9079 then statements.
9080
9081 2002-06-03 Akim Demaille <akim@epita.fr>
9082
9083 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
9084 structs with non literals.
9085 * src/scan-skel.l: never-interactive.
9086 * src/conflicts.c (enum conflict_resolution_e): No trailing
9087 comma.
9088 * src/getargs.c (usage): Split long literal strings.
9089 Reported by Hans Aberg.
9090
9091 2002-05-28 Akim Demaille <akim@epita.fr>
9092
9093 * data/bison.c++: Use C++ ostreams.
9094 (cdebug_): New member.
9095
9096 2002-05-28 Akim Demaille <akim@epita.fr>
9097
9098 * src/output.c (output_skeleton): Be sure to allocate enough room
9099 for `/' _and_ for `\0' in full_skeleton.
9100
9101 2002-05-28 Akim Demaille <akim@epita.fr>
9102
9103 * data/bison.c++: Catch up with bison.simple:
9104 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9105 and Paul Eggert <eggert@twinsun.com>: `error' handing.
9106 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
9107 and popping traces.
9108
9109 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9110
9111 * src/output.c (output_skeleton): Put an explicit path in front of
9112 the skeleton file name, rather than relying on the -I directory,
9113 to partially alleviate effects of having a skeleton file lying around
9114 in the current directory.
9115
9116 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9117
9118 * src/conflicts.c (log_resolution): Correct typo:
9119 obstack_printf should be obstack_fgrow1.
9120
9121 2002-05-26 Akim Demaille <akim@epita.fr>
9122
9123 * src/state.h (state_t): `solved_conflicts' is a new member.
9124 * src/LR0.c (new_state): Set it to 0.
9125 * src/conflicts.h, src/conflicts.c (print_conflicts)
9126 (free_conflicts, solve_conflicts): Rename as...
9127 (conflicts_print, conflicts_free, conflicts_solve): these.
9128 Adjust callers.
9129 * src/conflicts.c (enum conflict_resolution_e)
9130 (solved_conflicts_obstack): New, used by...
9131 (log_resolution): this.
9132 Adjust to attach the conflict resolution to each state.
9133 Complete the description with the precedence/associativity
9134 information.
9135 (resolve_sr_conflict): Adjust.
9136 * src/print.c (print_state): Output its solved_conflicts.
9137 * tests/conflicts.at (Unresolved SR Conflicts)
9138 (Solved SR Conflicts): Exercise --report=all.
9139
9140 2002-05-26 Akim Demaille <akim@epita.fr>
9141
9142 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
9143 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
9144 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
9145 (token_number_t, item_number_as_token_number)
9146 (token_number_as_item_number, muscle_insert_token_number_table):
9147 Rename as...
9148 (symbol_number_t, item_number_as_symbol_number)
9149 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
9150 these, since it is more appropriate.
9151
9152 2002-05-26 Akim Demaille <akim@epita.fr>
9153
9154 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
9155 `Error:' lines.
9156 * data/bison.simple (yystos) [YYDEBUG]: New.
9157 (yyparse) [YYDEBUG]: Display the symbols which are popped during
9158 error recovery.
9159 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
9160
9161 2002-05-25 Akim Demaille <akim@epita.fr>
9162
9163 * doc/bison.texinfo (Debugging): Split into...
9164 (Tracing): this new section, its former contents, and...
9165 (Understanding): this new section.
9166 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
9167 by...
9168 (report_flag): this.
9169 Adjust all dependencies.
9170 (report_args, report_types, report_argmatch): New.
9171 (usage, getargs): Report/support -r, --report.
9172 * src/options.h
9173 (struct option_table_struct): Rename as..,
9174 (struct option_table_s): this.
9175 Rename the `set_flag' member to `flag' to match with getopt_long's
9176 struct.
9177 * src/options.c (option_table): Split verbose into an entry for
9178 %verbose, and another for --verbose.
9179 Support --report/-r, so remove -r from the obsolete --raw.
9180 * src/print.c: Attach full item sets and lookaheads reports to
9181 report_flag instead of trace_flag.
9182 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
9183
9184 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9185 and Paul Eggert <eggert@twinsun.com>
9186
9187 * data/bison.simple (yyparse): Correct error handling to conform to
9188 POSIX and yacc. Specifically, after syntax error is discovered,
9189 do not reduce further before shifting the error token.
9190 Clean up the code a bit by removing the labels yyerrdefault,
9191 yyerrhandle, yyerrpop.
9192 * NEWS: Document the above.
9193
9194 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9195
9196 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
9197 type; it isn't always big enough, since it doesn't necessarily
9198 include non-terminals.
9199 (yytranslate): Expand definition of yy_token_number_type, so that
9200 the latter can be removed.
9201 (yy_token_number_type): Remove, only one use.
9202 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
9203 don't use TokenNumberType as element type.
9204
9205 * tests/regression.at: Modify expected output to agree with change
9206 to yyr1 and yytranslate.
9207
9208 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
9209
9210 * src/reader.c (parse_action): Use copy_character instead of
9211 obstack_1grow.
9212
9213 2002-05-13 Akim Demaille <akim@epita.fr>
9214
9215 * tests/regression.at (Token definitions): Prototype yylex and
9216 yyerror.
9217
9218 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9219
9220 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
9221 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
9222 32-bit arithmetic.
9223 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
9224
9225 2002-05-07 Akim Demaille <akim@epita.fr>
9226
9227 * tests/synclines.at: Be sure to prototype yylex and yyerror to
9228 avoid GCC warnings.
9229
9230 2002-05-07 Akim Demaille <akim@epita.fr>
9231
9232 Kill GCC warnings.
9233
9234 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
9235 over the RHS of each rule.
9236 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
9237 * src/state.h (state_t): Member `nitems' is unsigned short.
9238 * src/LR0.c (get_state): Adjust.
9239 * src/reader.c (packgram): Likewise.
9240 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
9241 `Type'.
9242 (muscle_insert_int_table): Remove, unused.
9243 (prepare_rules): Remove `max'.
9244
9245 2002-05-06 Akim Demaille <akim@epita.fr>
9246
9247 * src/closure.c (print_firsts): Display of the symbol tags.
9248 (bitmatrix_print): Move to...
9249 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
9250 here.
9251 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
9252
9253 2002-05-06 Akim Demaille <akim@epita.fr>
9254
9255 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
9256 hash_do_for_each.
9257
9258 2002-05-06 Akim Demaille <akim@epita.fr>
9259
9260 * src/LR0.c (new_state, get_state): Instead of using the global
9261 `kernel_size' and `kernel_base', have two new arguments:
9262 `core_size' and `core'.
9263 Adjust callers.
9264
9265 2002-05-06 Akim Demaille <akim@epita.fr>
9266
9267 * src/reader.c (packgram): No longer end `ritem' with a 0
9268 sentinel: it is not used.
9269
9270 2002-05-05 Akim Demaille <akim@epita.fr>
9271
9272 New experimental feature: display the lookaheads in the report and
9273 graph.
9274
9275 * src/print (print_core): When --trace-flag, display the rules
9276 lookaheads.
9277 * src/print_graph.c (print_core): Likewise.
9278 Swap the arguments.
9279 Adjust caller.
9280
9281 2002-05-05 Akim Demaille <akim@epita.fr>
9282
9283 * tests/torture.at (Many lookaheads): New test.
9284
9285 2002-05-05 Akim Demaille <akim@epita.fr>
9286
9287 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
9288 (GENERATE_MUSCLE_INSERT_TABLE): this.
9289 (output_int_table, output_unsigned_int_table, output_short_table)
9290 (output_token_number_table, output_item_number_table): Replace with...
9291 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
9292 (muscle_insert_short_table, muscle_insert_token_number_table)
9293 (muscle_insert_item_number_table): these.
9294 Adjust all callers.
9295 (prepare_tokens): Don't free `translations', since...
9296 * src/reader.h, src/reader.c (grammar_free): do it.
9297 Move to...
9298 * src/gram.h, src/gram.c (grammar_free): here.
9299 * data/bison.simple, data/bison.c++: b4_token_number_max is now
9300 b4_translate_max.
9301
9302 2002-05-05 Akim Demaille <akim@epita.fr>
9303
9304 * src/output.c (output_unsigned_int_table): New.
9305 (prepare_rules): `i' is unsigned.
9306 `prhs', `rline', `r2' are unsigned int.
9307 Rename muscle `rhs_number_max' as `rhs_max'.
9308 Output muscles `prhs_max', `rline_max', and `r2_max'.
9309 Free rline and r1.
9310 * data/bison.simple, data/bison.c++: Adjust to use these muscles
9311 to compute types instead of constant types.
9312 * tests/regression.at (Web2c Actions): Adjust.
9313
9314 2002-05-04 Akim Demaille <akim@epita.fr>
9315
9316 * src/symtab.h (SALIAS, SUNDEF): Rename as...
9317 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
9318 Adjust dependencies.
9319 * src/output.c (token_definitions_output): Be sure not to output a
9320 `#define 'a'' when fed with `%token 'a' "a"'.
9321 * tests/regression.at (Token definitions): New.
9322
9323 2002-05-03 Paul Eggert <eggert@twinsun.com>
9324
9325 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
9326 for K&R C.
9327
9328 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
9329
9330 * Makefile.am (SUBDIRS): Remove intl.
9331 (EXTRA_DIST): Add config/config.rpath.
9332
9333 2002-05-03 Akim Demaille <akim@epita.fr>
9334
9335 * data/bison.simple (m4_if): Don't output empty enums.
9336 And actually, output valid enum definitions :(.
9337
9338 2002-05-03 Akim Demaille <akim@epita.fr>
9339
9340 * configure.bat: Remove, completely obsolete.
9341 * Makefile.am (EXTRA_DIST): Adjust.
9342 Don't distribute config.rpath...
9343 * config/Makefile.am (EXTRA_DIST): Do it.
9344
9345 2002-05-03 Akim Demaille <akim@epita.fr>
9346
9347 * configure.in (GETTEXT_VERSION): New.
9348 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
9349
9350 2002-05-03 Akim Demaille <akim@epita.fr>
9351
9352 * data/bison.simple (b4_token_enum): New.
9353 (b4_token_defines): Use it to output tokens both as #define and
9354 enums.
9355 Suggested by Paul Eggert.
9356 * src/output.c (token_definitions_output): Don't output spurious
9357 white spaces.
9358
9359 2002-05-03 Akim Demaille <akim@epita.fr>
9360
9361 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
9362
9363 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
9364
9365 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
9366 Update the stack class, give a try to deque as the default container.
9367
9368 2002-05-02 Akim Demaille <akim@epita.fr>
9369
9370 * data/bison.simple (yyparse): Do not implement @$ = @1.
9371 (YYLLOC_DEFAULT): Adjust to do it.
9372 * doc/bison.texinfo (Location Default Action): Fix.
9373
9374 2002-05-02 Akim Demaille <akim@epita.fr>
9375
9376 * src/reader.c (parse_braces): Merge into...
9377 (parse_action): this.
9378
9379 2002-05-02 Akim Demaille <akim@epita.fr>
9380
9381 * configure.in (ALL_LINGUAS): Remove.
9382 * po/LINGUAS, hr.po: New.
9383
9384 2002-05-02 Akim Demaille <akim@epita.fr>
9385
9386 Remove the so called hairy (semantic) parsers.
9387
9388 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
9389 * src/gram.h, src/gram.c (semantic_parser): Remove.
9390 (rule_t): Remove the guard and guard_line members.
9391 * src/lex.h (token_t): remove tok_guard.
9392 * src/options.c (option_table): Remove %guard and %semantic_parser
9393 support.
9394 * src/output.c, src/output.h (guards_output): Remove.
9395 (prepare): Adjust.
9396 (token_definitions_output): Don't output the `T'
9397 tokens (???).
9398 (output_skeleton): Don't output the guards.
9399 * src/files.c, src/files.c (attrsfile): Remove.
9400 * src/reader.c (symbol_list): Remove the guard and guard_line
9401 members.
9402 Adjust dependencies.
9403 (parse_guard): Remove.
9404 * data/bison.hairy: Remove.
9405 * doc/bison.texinfo (Environment Variables): Remove occurrences of
9406 BISON_HAIRY.
9407
9408 2002-05-02 Akim Demaille <akim@epita.fr>
9409
9410 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
9411 (parse_guard): Rename the formal argument `stack_offset' as
9412 `rule_length', which is more readable.
9413 Adjust callers.
9414 (copy_at, copy_dollar): Instead of outputting the hard coded
9415 values of $$, $n and so forth, output invocation to b4_lhs_value,
9416 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
9417 Note: this patch partially drops `semantic-parser' support: it
9418 always does `rule_length - n', where semantic parsers ought to
9419 always use `-n'.
9420 * data/bison.simple, data/bison.c++ (b4_lhs_value)
9421 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
9422
9423 2002-05-02 Akim Demaille <akim@epita.fr>
9424
9425 * configure.in (AC_INIT): Bump to 1.49b.
9426 (AM_INIT_AUTOMAKE): Short invocation.
9427
9428 2002-05-02 Akim Demaille <akim@epita.fr>
9429
9430 Version 1.49a.
9431
9432 2002-05-01 Akim Demaille <akim@epita.fr>
9433
9434 * src/skeleton.h: Remove.
9435
9436 2002-05-01 Akim Demaille <akim@epita.fr>
9437
9438 * src/skeleton.h: Fix the #endif.
9439 Reported by Magnus Fromreide.
9440
9441 2002-04-26 Paul Eggert <eggert@twinsun.com>
9442
9443 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
9444 Define if we define YYSTYPE and YYLTYPE, respectively.
9445 (YYCOPY): Fix [] quoting problem in the non-GCC case.
9446
9447 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
9448
9449 * src/scan-skel.l: Postprocess quadrigraphs.
9450
9451 * src/reader.c (copy_character): New function, used to output
9452 single characters while replacing `[' and `]' with quadrigraphs, to
9453 avoid troubles with M4 quotes.
9454 (copy_comment): Output characters with copy_character.
9455 (read_additionnal_code): Likewise.
9456 (copy_string2): Likewise.
9457 (copy_definition): Likewise.
9458
9459 * tests/calc.at: Exercise M4 quoting.
9460
9461 2002-04-25 Akim Demaille <akim@epita.fr>
9462
9463 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
9464 between `!' and the command.
9465 Reported by Paul Eggert.
9466
9467 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
9468
9469 * tests/calc.at: Exercise prologue splitting.
9470
9471 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
9472 `b4_post_prologue' instead of `b4_prologue'.
9473
9474 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
9475 muscles.
9476 (output): Free pre_prologue_obstack and post_prologue_obstack.
9477 * src/files.h, src/files.c (attrs_obstack): Remove.
9478 (pre_prologue_obstack, post_prologue_obstack): New.
9479 * src/reader.c (copy_definition): Add a parameter to specify the
9480 obstack to fill, instead of using attrs_obstack unconditionally.
9481 (read_declarations): Pass pre_prologue_obstack to copy_definition if
9482 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
9483
9484 2002-04-23 Paul Eggert <eggert@twinsun.com>
9485
9486 * data/bison.simple: Remove unnecessary commentary and white
9487 space differences from 1_29-branch.
9488 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
9489
9490 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
9491 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
9492 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
9493 constructors or destructors.
9494
9495 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
9496
9497 2002-04-23 Akim Demaille <akim@epita.fr>
9498
9499 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
9500 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
9501 location with columns.
9502 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
9503 All reported by Paul Eggert.
9504
9505 2002-04-22 Akim Demaille <akim@epita.fr>
9506
9507 * src/reduce.c (dump_grammar): Move to...
9508 * src/gram.h, src/gram.c (grammar_dump): here.
9509 Be sure to separate long item numbers.
9510 Don't read the members of a rule's prec if its nil.
9511
9512 2002-04-22 Akim Demaille <akim@epita.fr>
9513
9514 * src/output.c (table_size, table_grow): New.
9515 (MAXTABLE): Remove, replace uses with table_size.
9516 (pack_vector): Instead of dying when the table is too big, grow it.
9517
9518 2002-04-22 Akim Demaille <akim@epita.fr>
9519
9520 * data/bison.simple (yyr1): Its type is that of a token number.
9521 * data/bison.c++ (r1_): Likewise.
9522 * tests/regression.at (Web2c Actions): Adjust.
9523
9524 2002-04-22 Akim Demaille <akim@epita.fr>
9525
9526 * src/reader.c (token_translations_init): 256 is now the default
9527 value for the error token, i.e., it will be assigned another
9528 number if the user assigned 256 to one of her tokens.
9529 (reader): Don't force 256 to error.
9530 * doc/bison.texinfo (Symbols): Adjust.
9531 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
9532 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
9533 etc. instead of 10, 20, 30 (which was used to `jump' over error
9534 (256) and undefined (2)).
9535
9536 2002-04-22 Akim Demaille <akim@epita.fr>
9537
9538 Propagate more token_number_t.
9539
9540 * src/gram.h (token_number_as_item_number)
9541 (item_number_as_token_number): New.
9542 * src/output.c (GENERATE_OUTPUT_TABLE): New.
9543 Use it to create output_item_number_table and
9544 output_token_number_table.
9545 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
9546 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
9547 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
9548 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
9549
9550 2002-04-22 Akim Demaille <akim@epita.fr>
9551
9552 * src/output.h, src/output.c (get_lines_number): Remove.
9553
9554 2002-04-19 Akim Demaille <akim@epita.fr>
9555
9556 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
9557 as Lex/Flex'.
9558 (Debugging): More details about enabling the debugging features.
9559 (Table of Symbols): Describe $$, $n, @$, and @n.
9560 Suggested by Tim Josling.
9561
9562 2002-04-19 Akim Demaille <akim@epita.fr>
9563
9564 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
9565
9566 2002-04-10 Akim Demaille <akim@epita.fr>
9567
9568 * src/system.h: Rely on HAVE_LIMITS_H.
9569 Suggested by Paul Eggert.
9570
9571 2002-04-09 Akim Demaille <akim@epita.fr>
9572
9573 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
9574 full stderr, and strip it according to the bison options, instead
9575 of composing the error message from different bits.
9576 This makes it easier to check for several error messages.
9577 Adjust all the invocations.
9578 Add an invocation exercising the error token.
9579 Add an invocation demonstrating a stupid error message.
9580 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
9581 Adjust the tests.
9582 Error message are for stderr, not stdout.
9583
9584 2002-04-09 Akim Demaille <akim@epita.fr>
9585
9586 * src/gram.h, src/gram.c (error_token_number): Remove, use
9587 errtoken->number.
9588 * src/reader.c (reader): Don't specify the user token number (2)
9589 for $undefined, as it uselessly prevents using it.
9590 * src/gram.h (token_number_t): Move to...
9591 * src/symtab.h: here.
9592 (state_t.number): Is a token_number_t.
9593 * src/print.c, src/reader.c: Use undeftoken->number instead of
9594 hard coded 2.
9595 (Even though this 2 is not the same as above: the number of the
9596 undeftoken remains being 2, it is its user token number which
9597 might not be 2).
9598 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
9599 `user_token_number_max'.
9600 Output `undef_token_number'.
9601 * data/bison.simple, data/bison.c++: Use them.
9602 Be sure to map invalid yylex return values to
9603 `undef_token_number'. This saves us from gratuitous SEGV.
9604
9605 * tests/conflicts.at (Solved SR Conflicts)
9606 (Unresolved SR Conflicts): Adjust.
9607 * tests/regression.at (Web2c Actions): Adjust.
9608
9609 2002-04-08 Akim Demaille <akim@epita.fr>
9610
9611 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
9612 Adding #line.
9613 Remove the duplicate `typedefs'.
9614 (RhsNumberType): Fix the declaration and various other typos.
9615 Use __ofile__.
9616 * data/bison.simple: Use __ofile__.
9617 * src/scan-skel.l: Handle __ofile__.
9618
9619 2002-04-08 Akim Demaille <akim@epita.fr>
9620
9621 * src/gram.h (item_number_t): New, the type of item numbers in
9622 RITEM. Note that it must be able to code symbol numbers as
9623 positive number, and the negation of rule numbers as negative
9624 numbers.
9625 Adjust all dependencies (pretty many).
9626 * src/reduce.c (rule): Remove this `short *' pointer: use
9627 item_number_t.
9628 * src/system.h (MINSHORT, MAXSHORT): Remove.
9629 Include `limits.h'.
9630 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
9631 (shortcpy): Remove.
9632 (MAXTABLE): Move to...
9633 * src/output.c (MAXTABLE): here.
9634 (prepare_rules): Use output_int_table to output rhs.
9635 * data/bison.simple, data/bison.c++: Adjust.
9636 * tests/torture.at (Big triangle): Move the limit from 254 to
9637 500.
9638 * tests/regression.at (Web2c Actions): Ajust.
9639
9640 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
9641 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
9642 passes, but produces negative #line number, once fixed, GCC is
9643 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
9644 C), it passes.
9645 * src/state.h (state_h): Code input lines on ints, not shorts.
9646
9647 2002-04-08 Akim Demaille <akim@epita.fr>
9648
9649 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
9650 and then the grammar.
9651
9652 2002-04-08 Akim Demaille <akim@epita.fr>
9653
9654 * src/system.h: No longer using strndup.
9655
9656 2002-04-07 Akim Demaille <akim@epita.fr>
9657
9658 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
9659 * src/output.c (output_table_data): Return the longest number.
9660 (prepare_tokens): Output `token_number_max').
9661 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
9662 New.
9663 Use them to define yy_token_number_type/TokenNumberType.
9664 Use this type for yytranslate.
9665 * tests/torture.at (Big triangle): Push the limit from 124 to
9666 253.
9667 * tests/regression.at (Web2c Actions): Adjust.
9668
9669 2002-04-07 Akim Demaille <akim@epita.fr>
9670
9671 * tests/torture.at (Big triangle): New.
9672 (GNU AWK Grammar, GNU Cim Grammar): Move to...
9673 * tests/existing.at: here.
9674
9675 2002-04-07 Akim Demaille <akim@epita.fr>
9676
9677 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
9678 nritems.
9679 Adjust dependencies.
9680
9681 2002-04-07 Akim Demaille <akim@epita.fr>
9682
9683 * src/reader.c: Normalize increments to prefix form.
9684
9685 2002-04-07 Akim Demaille <akim@epita.fr>
9686
9687 * src/reader.c, symtab.c: Remove debugging code.
9688
9689 2002-04-07 Akim Demaille <akim@epita.fr>
9690
9691 Rename all the `bucket's as `symbol_t'.
9692
9693 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
9694 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
9695 * src/symtab.c, src/symtab.h (bucket): Rename as...
9696 (symbol_t): this.
9697 (symbol_list_new, bucket_check_defined, bucket_make_alias)
9698 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
9699 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
9700 (buckets_new, buckets_free, buckets_do): Rename as...
9701 (symbol_list_new, symbol_check_defined, symbol_make_alias)
9702 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
9703 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
9704 (symbols_new, symbols_free, symbols_do): these.
9705
9706 2002-04-07 Akim Demaille <akim@epita.fr>
9707
9708 Use lib/hash for the symbol table.
9709
9710 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
9711 EOF.
9712 * src/lex.c (lex): Set the `number' member of new terminals.
9713 * src/reader.c (bucket_check_defined, bucket_make_alias)
9714 (bucket_check_alias_consistence, bucket_translation): New.
9715 (reader, grammar_free, readgram, token_translations_init)
9716 (packsymbols): Adjust.
9717 (reader): Number the predefined tokens.
9718 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
9719 for predefined tokens.
9720 * src/symtab.h (bucket): Remove all the hash table related
9721 members.
9722 * src/symtab.c (symtab): Replace by...
9723 (bucket_table): this.
9724 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
9725 (buckets_new, buckets_do): New.
9726
9727 2002-04-07 Akim Demaille <akim@epita.fr>
9728
9729 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
9730 (start_symbol, max_user_token_number, semantic_parser)
9731 (error_token_number): Initialize.
9732 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
9733 Initialize.
9734 (reader): Don't.
9735 (errtoken, eoftoken, undeftoken, axiom): Extern.
9736
9737 2002-04-07 Akim Demaille <akim@epita.fr>
9738
9739 * src/gram.h (rule_s): prec and precsym are now pointers
9740 to the bucket giving the priority/associativity.
9741 Member `associativity' removed: useless.
9742 * src/reduce.c, src/conflicts.c: Adjust.
9743
9744 2002-04-07 Akim Demaille <akim@epita.fr>
9745
9746 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
9747 Properly escape the symbols' TAG when outputting them.
9748
9749 2002-04-07 Akim Demaille <akim@epita.fr>
9750
9751 * src/lalr.h (LA): Is a bitsetv, not bitset*.
9752
9753 2002-04-07 Akim Demaille <akim@epita.fr>
9754
9755 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
9756 (LArule): this, which is an array to rule_t*.
9757 * src/print.c, src/conflicts.c: Adjust.
9758
9759 2002-04-07 Akim Demaille <akim@epita.fr>
9760
9761 * src/gram.h (rule_t): Rename `number' as `user_number'.
9762 `number' is a new member.
9763 Adjust dependencies.
9764 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
9765
9766 2002-04-07 Akim Demaille <akim@epita.fr>
9767
9768 As a result of the previous patch, it is no longer needed
9769 to reorder ritem itself.
9770
9771 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
9772
9773 2002-04-07 Akim Demaille <akim@epita.fr>
9774
9775 Be sure never to walk through RITEMS, but use only data related to
9776 the rules themselves. RITEMS should be banished.
9777
9778 * src/output.c (output_token_translations): Rename as...
9779 (prepare_tokens): this.
9780 In addition to `translate', prepare the muscles `tname' and
9781 `toknum', which were handled by...
9782 (output_rule_data): this.
9783 Remove, and move the remainder of its outputs into...
9784 (prepare_rules): this new routines, which also merges content from
9785 (output_gram): this.
9786 (prepare_rules): Be sure never to walk through RITEMS.
9787 (output_stos): Rename as...
9788 (prepare_stos): this.
9789 (output): Always invoke prepare_states, after all, just don't use it
9790 in the output if you don't need it.
9791
9792 2002-04-07 Akim Demaille <akim@epita.fr>
9793
9794 * src/LR0.c (new_state): Display `nstates' as the name of the
9795 newly created state.
9796 Adjust to initialize first_state and last_state if needed.
9797 Be sure to distinguish the initial from the final state.
9798 (new_states): Create the itemset of the initial state, and use
9799 new_state.
9800 * src/closure.c (closure): Now that the initial state has its
9801 items properly set, there is no need for a special case when
9802 creating `ruleset'.
9803
9804 As a result, now the rule 0, reducing to $axiom, is visible in the
9805 outputs. Adjust the test suite.
9806
9807 * tests/conflicts.at (Solved SR Conflicts)
9808 (Unresolved SR Conflicts): Adjust.
9809 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
9810 * tests/conflicts.at (S/R in initial): New.
9811
9812 2002-04-07 Akim Demaille <akim@epita.fr>
9813
9814 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
9815 the RHS of the rules.
9816 * src/output.c (output_gram): Likewise.
9817
9818 2002-04-07 Akim Demaille <akim@epita.fr>
9819
9820 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
9821 bucket.
9822 Adjust all dependencies.
9823 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
9824 `number' of the buckets too.
9825 * src/gram.h: Include `symtab.h'.
9826 (associativity): Move to...
9827 * src/symtab.h: here.
9828 No longer include `gram.h'.
9829
9830 2002-04-07 Akim Demaille <akim@epita.fr>
9831
9832 * src/gram.h, src/gram.c (rules_rhs_length): New.
9833 (ritem_longest_rhs): Use it.
9834 * src/gram.h (rule_t): `number' is a new member.
9835 * src/reader.c (packgram): Set it.
9836 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
9837 the end of `rules', and count them out of `nrules'.
9838 (reduce_output, dump_grammar): Adjust.
9839 * src/print.c (print_grammar): It is no longer needed to check for
9840 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
9841 * tests/reduce.at (Reduced Automaton): New test.
9842
9843 2002-04-07 Akim Demaille <akim@epita.fr>
9844
9845 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
9846 lacking `+ 1' to nrules, Bison reported as useless a token if it
9847 was used solely to set the precedence of the last rule...
9848
9849 2002-04-07 Akim Demaille <akim@epita.fr>
9850
9851 * data/bison.c++, data/bison.simple: Don't output the current file
9852 name in #line, to avoid useless diffs between two identical
9853 outputs under different names.
9854
9855 2002-04-07 Akim Demaille <akim@epita.fr>
9856
9857 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
9858 Normalize loops to using `< nrules + 1', not `<= nrules'.
9859
9860 2002-04-07 Akim Demaille <akim@epita.fr>
9861
9862 * TODO: Update.
9863
9864 2002-04-07 Akim Demaille <akim@epita.fr>
9865
9866 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
9867 bucket.value as bucket.number.
9868
9869 2002-04-07 Akim Demaille <akim@epita.fr>
9870
9871 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
9872 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
9873 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
9874 RHS, instead of being an index in RITEMS.
9875
9876 2002-04-04 Paul Eggert <eggert@twinsun.com>
9877
9878 * doc/bison.texinfo: Update copyright date.
9879 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
9880 (Symbols): Warn about running Bison in one character set,
9881 but compiling and/or running in an incompatible one.
9882 Warn about character code 256, too.
9883
9884 2002-04-03 Paul Eggert <eggert@twinsun.com>
9885
9886 * src/bison.data (YYSTACK_ALLOC): Depend on whether
9887 YYERROR_VERBOSE is nonzero, not whether it is defined.
9888
9889 Merge changes from bison-1_29-branch.
9890
9891 2002-03-20 Paul Eggert <eggert@twinsun.com>
9892
9893 Merge fixes from Debian bison_1.34-1.diff.
9894
9895 * configure.in (AC_PREREQ): 2.53.
9896
9897 2002-03-20 Akim Demaille <akim@epita.fr>
9898
9899 * src/conflicts.c (log_resolution): Argument `resolution' is const.
9900
9901 2002-03-19 Paul Eggert <eggert@twinsun.com>
9902
9903 * src/bison.simple (YYCOPY): New macro.
9904 (YYSTACK_RELOCATE): Use it.
9905 Remove Type arg; no longer needed. All callers changed.
9906 (yymemcpy): Remove; no longer needed.
9907
9908 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
9909 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
9910
9911 2002-03-19 Akim Demaille <akim@epita.fr>
9912
9913 Test and fix the #line outputs.
9914
9915 * tests/atlocal.at (GCC): New.
9916 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
9917 (Prologue synch line, %union synch line, Postprologue synch line)
9918 (Action synch line, Epilogue synch line): New tests.
9919 * src/reader.c (parse_union_decl): Define the muscle stype_line.
9920 * data/bison.simple, data/bison.c++: Use it.
9921
9922 2002-03-19 Akim Demaille <akim@epita.fr>
9923
9924 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
9925 (Solved SR Conflicts, %expect not enough, %expect right)
9926 (%expect too much): Move to...
9927 * tests/conflicts.at: this new file.
9928
9929 2002-03-19 Akim Demaille <akim@epita.fr>
9930
9931 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
9932 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
9933 that we can move to enums for instance.
9934 * src/output.c (token_definitions_output): Output a list of
9935 `token-name, token-number' instead of the #define.
9936 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
9937
9938 2002-03-14 Akim Demaille <akim@epita.fr>
9939
9940 Use Gettext 0.11.1.
9941
9942 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
9943
9944 * data/bison.c++: Make the user able to add members to the generated
9945 parser by subclassing.
9946
9947 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
9948
9949 * src/reader.c (read_additionnal_code): `c' should be an integer, not
9950 a character.
9951 Reported by Nicolas Tisserand and Nicolas Burrus.
9952
9953 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
9954
9955 * src/reader.c: Warn about lacking semi-colons, do not complain.
9956
9957 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
9958
9959 * data/bison.c++: Remove a debug line.
9960
9961 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
9962
9963 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
9964 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
9965 provide a default implementation.
9966
9967 2002-03-04 Akim Demaille <akim@epita.fr>
9968
9969 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
9970 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
9971 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
9972 * tests/semantic.at (Parsing Guards): Similarly.
9973 * src/reader.at (readgram): Complain if the last rule is not ended
9974 with a semi-colon.
9975
9976 2002-03-04 Akim Demaille <akim@epita.fr>
9977
9978 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
9979 * src/closure.c: here.
9980 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
9981 RTC.
9982 * src/warshall.h, src/warshall.c: Remove.
9983 * tests/sets.at (Broken Closure): Adjust.
9984
9985 2002-03-04 Akim Demaille <akim@epita.fr>
9986
9987 * src/output.c (output_skeleton): tempdir is const.
9988 bytes_read is unused.
9989
9990 2002-03-04 Akim Demaille <akim@epita.fr>
9991
9992 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
9993 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
9994 Update.
9995 From Michael Hayes.
9996
9997 2002-03-04 Akim Demaille <akim@epita.fr>
9998
9999 * src/closure.c (closure): `r' is unused.
10000
10001 2002-03-04 Akim Demaille <akim@epita.fr>
10002
10003 * tests/sets.at (Broken Closure): Add the ending `;'.
10004 * src/reader.at (readgram): Complain if a rule is not ended with a
10005 semi-colon.
10006
10007 2002-03-04 Akim Demaille <akim@epita.fr>
10008
10009 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
10010 (count_sr_conflicts): Use bitset_count.
10011 * src/reduce.c (inaccessable_symbols): Ditto.
10012 (bits_size): Remove.
10013 * src/warshall.h, src/warshall.c: Convert to bitsetv.
10014
10015 2002-03-04 Akim Demaille <akim@epita.fr>
10016
10017 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
10018 * src/reduce.c: Remove the `bitset_zero's following the
10019 `bitset_create's, as now it is performed by the latter.
10020
10021 2002-03-04 Akim Demaille <akim@epita.fr>
10022
10023 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
10024 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
10025 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
10026 latest sources from Michael.
10027
10028 2002-03-04 Akim Demaille <akim@epita.fr>
10029
10030 * src/output.c (output): Don't free the grammar.
10031 * src/reader.c (grammar_free): New.
10032 * src/main.c (main): Call it and don't free symtab here.
10033
10034 2002-03-04 Akim Demaille <akim@epita.fr>
10035
10036 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
10037 before returning.
10038 Reported by Benoit Perrot.
10039
10040 2002-03-04 Akim Demaille <akim@epita.fr>
10041
10042 Use bitset operations when possible, not loops over bits.
10043
10044 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
10045 bitset_or.
10046 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
10047 * src/reduce.c (useless_nonterminals): Formatting changes.
10048 * src/warshall.c (TC): Use bitset_or.
10049
10050 2002-03-04 Akim Demaille <akim@epita.fr>
10051
10052 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
10053 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
10054 Ditto.
10055
10056 2002-03-04 Akim Demaille <akim@epita.fr>
10057
10058 * src/lalr.c (F): Now a bitset*.
10059 Adjust all dependencies.
10060
10061 2002-03-04 Akim Demaille <akim@epita.fr>
10062
10063 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
10064 Adjust all dependencies.
10065
10066 2002-03-04 Akim Demaille <akim@epita.fr>
10067
10068 * src/L0.c, src/LR0.h (nstates): Be size_t.
10069 Adjust comparisons (signed vs unsigned).
10070 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
10071 bitset*.
10072 Adjust all dependencies.
10073
10074 2002-03-04 Akim Demaille <akim@epita.fr>
10075
10076 * src/closure.c (firsts): Now, also a bitset.
10077 Adjust all dependencies.
10078 (varsetsize): Remove, now unused.
10079 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
10080
10081 2002-03-04 Akim Demaille <akim@epita.fr>
10082
10083 * src/print.c: Convert to use bitset.h, not hand coded iterations
10084 over ints.
10085
10086 2002-03-04 Akim Demaille <akim@epita.fr>
10087
10088 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
10089
10090 2002-03-04 Akim Demaille <akim@epita.fr>
10091
10092 * src/closure.c (ruleset): Be a bitset.
10093 (rulesetsize): Remove.
10094
10095 2002-03-04 Akim Demaille <akim@epita.fr>
10096
10097 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
10098 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
10099 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
10100 * src/closure.c (fderives): Be an array of bitsets.
10101
10102 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
10103
10104 * data/bison.c++: Merge the two generated headers. Insert a copyright
10105 notice in each output file.
10106
10107 2002-02-28 Akim Demaille <akim@epita.fr>
10108
10109 * data/bison.c++: Copy the prologue of bison.simple to fetch
10110 useful M4 definitions, such as b4_header_guard.
10111
10112 2002-02-25 Akim Demaille <akim@epita.fr>
10113
10114 * src/getargs.c (version): Give the name of the authors, and use a
10115 translator friendly scheme for the bgr
10116 copyright notice.
10117
10118 2002-02-25 Akim Demaille <akim@epita.fr>
10119
10120 * src/output.c (header_output): Remove, now handled completely via
10121 M4.
10122
10123 2002-02-25 Akim Demaille <akim@epita.fr>
10124
10125 * m4/m4.m4: New, from CVS Autoconf.
10126 * configure.in: Invoke it.
10127 * src/output.c (output_skeleton): Use its result instead of the
10128 hard coded name.
10129
10130 2002-02-25 Akim Demaille <akim@epita.fr>
10131
10132 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
10133 Fileutils 4.1.5.
10134 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
10135 * src/output.c (output_skeleton): Use mkstemp to create a real
10136 temporary file.
10137 Move the filling of `skeleton' and its muscle to...
10138 (prepare): here.
10139 (output): Move the definition of the prologue muscle to...
10140 (prepare): here.
10141 * src/system.h (DEFAULT_TMPDIR): New.
10142
10143 2002-02-14 Paul Eggert <eggert@twinsun.com>
10144
10145 Remove the support for C++ namespace cleanliness; it was
10146 causing more problems than it was curing, since it didn't work
10147 properly on some nonstandard C++ compilers. This can wait
10148 for a proper C++ parser.
10149
10150 * NEWS: Document this.
10151 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
10152 of C++, as it's treated like C now.
10153 * src/bison.simple (YYSTD): Remove.
10154 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
10155 Treat C++ just like Standard C instead of trying to support
10156 namespace cleanliness.
10157
10158 2002-02-14 Akim Demaille <akim@epita.fr>
10159
10160 * tests/regression.at (else): Adjust to Andreas' change.
10161
10162 2002-02-14 Akim Demaille <akim@epita.fr>
10163
10164 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
10165
10166 2002-02-13 Andreas Schwab <schwab@suse.de>
10167
10168 * src/output.c (output_rule_data): Don't output NULL, it might
10169 not be defined yet.
10170
10171 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
10172
10173 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
10174 (Copyright notice): Update.
10175
10176 2002-02-11 Akim Demaille <akim@epita.fr>
10177
10178 * tests/regression.at (%nonassoc and eof): Don't include
10179 nonportable headers.
10180
10181 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
10182
10183 * data/bison.c++: Correct error recovery. Make the user able to
10184 initialize the starting location.
10185
10186 2002-02-07 Akim Demaille <akim@epita.fr>
10187
10188 * tests/input.at: New.
10189
10190 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
10191
10192 * data/bison.c++: Replace some direct m4 expansions by constants. Be
10193 more consistent when naming methods and variables. Put preprocessor
10194 directives around tables only needed for debugging.
10195
10196 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
10197
10198 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
10199 C++ parsers.
10200 (yy::b4_name::parse): Use print_.
10201
10202 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
10203
10204 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
10205
10206 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
10207
10208 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
10209 C++ parsers.
10210 (yy::b4_name::parse): Build verbose error messages, and use error_.
10211
10212 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
10213
10214 * data/bison.c++: Fix m4 quoting in comments.
10215
10216 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
10217
10218 * data/bison.c++: Adjust the parser code. Fix some muscles that were
10219 not expanded by m4.
10220
10221 2002-02-05 Akim Demaille <akim@epita.fr>
10222
10223 * data/bison.c++: Adjust to the M4 back end.
10224 More is certainly needed.
10225
10226 2002-02-05 Akim Demaille <akim@epita.fr>
10227
10228 Give a try to M4 as a back end.
10229
10230 * lib/readpipe.c: New, from wdiff.
10231 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
10232 BISON_HAIRY.
10233 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
10234 specific values. Now it is m4 that performs the lookup.
10235 * src/parse-skel.y: Remove.
10236 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
10237 * src/output.c (actions_output, guards_output)
10238 (token_definitions_output): No longer keeps track of the output
10239 line number, hence remove the second argument.
10240 (guards_output): Check against the guard member of a rule, not the
10241 action member.
10242 Adjust callers.
10243 (output_skeleton): Don't look for the skeleton location, let m4 do
10244 that.
10245 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
10246 file will be used.
10247 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
10248 (prepare): Given that for the time being changesyntax is not
10249 usable in M4, rename the muscles using `-' to `_'.
10250 Define `defines_flag', `output_parser_name' and `output_header_name'.
10251 * src/output.h (actions_output, guards_output)
10252 (token_definitions_output): Adjust prototypes.
10253 * src/scan-skel.l: Instead of scanning the skeletons, it now
10254 processes the output of m4: `__oline__' and `#output'.
10255 * data/bison.simple: Adjust to be used by M4(sugar).
10256 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
10257 to date.
10258 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
10259 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
10260 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
10261 shamelessly stolen from CVS Autoconf.
10262
10263 2002-02-05 Akim Demaille <akim@epita.fr>
10264
10265 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
10266 * configure.in: Check for the declarations of free and malloc.
10267 * src/muscle_tab.c: Adjust.
10268
10269 2002-02-05 Akim Demaille <akim@epita.fr>
10270
10271 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
10272 which have no values.
10273
10274 2002-02-05 Akim Demaille <akim@epita.fr>
10275
10276 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
10277 * data/: here.
10278
10279 2002-01-29 Paul Eggert <eggert@twinsun.com>
10280
10281 * src/bison.simple (YYSIZE_T): Do not define merely because
10282 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
10283 On some platforms, <alloca.h> does not declare YYSTD (size_t).
10284
10285 2002-01-27 Akim Demaille <akim@epita.fr>
10286
10287 Fix `%nonassoc and eof'.
10288
10289 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
10290 which were not properly copied! Replace
10291 memcpy (res->errs, src->errs, src->nerrs);
10292 with
10293 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
10294 !!!
10295 * tests/regression.at (%nonassoc and eof): Adjust to newest
10296 Autotest: `.' is not in the PATH.
10297
10298 2002-01-27 Akim Demaille <akim@epita.fr>
10299
10300 * tests/sets.at (AT_EXTRACT_SETS): New.
10301 (Nullable): Use it.
10302 (Firsts): New.
10303
10304 2002-01-26 Akim Demaille <akim@epita.fr>
10305
10306 * tests/actions.at, tests/calc.at, tests/headers.at,
10307 * tests/torture.at: Adjust to the newest Autotest which no longer
10308 forces `.' in the PATH.
10309
10310 2002-01-25 Akim Demaille <akim@epita.fr>
10311
10312 * tests/regression.at (%nonassoc and eof): New.
10313 Suggested by Robert Anisko.
10314
10315 2002-01-24 Akim Demaille <akim@epita.fr>
10316
10317 Bison dumps core when trying to complain about broken input files.
10318 Reported by Cris van Pelt.
10319
10320 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
10321 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
10322 into...
10323 (Invalid inputs): Strengthen: exercise parse_percent_token.
10324
10325 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
10326
10327 * src/Makefile.am: Add bison.c++.
10328 * src/bison.c++: New skeleton.
10329
10330 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
10331
10332 * po/it.po: New.
10333
10334 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
10335
10336 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
10337
10338 2002-01-20 Marc Autret <marc@gnu.org>
10339
10340 * src/files.c (compute_output_file_names): Fix
10341
10342 2002-01-20 Marc Autret <marc@gnu.org>
10343
10344 * tests/output.at: New test.
10345 * src/files.c (compute_base_names): Don't map extensions when
10346 the YACC flag is set, use defaults.
10347 Reported by Evgeny Stambulchik.
10348
10349 2002-01-20 Marc Autret <marc@gnu.org>
10350
10351 * src/system.h: Need to define __attribute__ away for non-GCC
10352 compilers as well (i.e., the vendor C compiler).
10353 Suggested by Albert Chin-A-Young.
10354
10355 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
10356
10357 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
10358 canonical definition.
10359 * src/system.h: Use the canonical definition for PARAMS (avoids
10360 a conflict with the macro from lib/hash.h).
10361
10362 2002-01-11 Akim Demaille <akim@epita.fr>
10363
10364 * configure.in: Use AC_FUNC_STRNLEN.
10365 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
10366
10367 2002-01-09 Akim Demaille <akim@epita.fr>
10368
10369 * src/files.c, src/files.h (output_infix): New.
10370 (tab_extension): Remove.
10371 (compute_base_names): Compute the former, drop the latter.
10372 * src/output.c (prepare): Insert the muscles `output-infix', and
10373 `output-suffix'.
10374 * src/parse-skel.y (string, string.1): New.
10375 (section.header): Use it.
10376 (section.yacc): Remove.
10377 (prefix): Remove too.
10378 * src/scan-skel.l: Adjust.
10379 * src/bison.simple, src/bison.hairy: Adjust.
10380
10381 2002-01-09 Akim Demaille <akim@epita.fr>
10382
10383 * configure.in (WERROR_CFLAGS): Compute it.
10384 * src/Makefile.am (CFLAGS): Pass it.
10385 * tests/atlocal.in (CFLAGS): Idem.
10386 * src/files.c: Fix a few warnings.
10387 (get_extension_index): Remove, unused.
10388
10389 2002-01-08 Akim Demaille <akim@epita.fr>
10390
10391 * src/getargs.c (AS_FILE_NAME): New.
10392 (getargs): Use it to convert DOSish file names.
10393 * src/files.c (base_name): Rename as full_base_name to avoid
10394 clashes with `base_name ()'.
10395 (filename_split): New.
10396 (compute_base_names): N-th rewrite, using filename_split.
10397
10398 2002-01-08 Akim Demaille <akim@epita.fr>
10399
10400 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
10401 New, stolen from the Fileutils 4.1.
10402 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
10403 * configure.in: Check for the presence of memrchr, and of its
10404 prototype.
10405
10406 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
10407
10408 * lib/hash.h (__P): Added definition for this macro.
10409 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
10410 BUILT_SOURCES, to ensure they are generated first.
10411 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
10412 %error-verbose to allow bootstrapping with bison 1.30x.
10413
10414 2002-01-06 Akim Demaille <akim@epita.fr>
10415
10416 * src/reader.c (parse_braces): Don't fetch the next char, the
10417 convention is to fetch on entry.
10418 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
10419 'switch' without a following semicolon.
10420 * tests/regression.at (braces parsing): New.
10421
10422 2002-01-06 Akim Demaille <akim@epita.fr>
10423
10424 Bison is dead wrong in its RR conflict reports.
10425
10426 * tests/torture.at (GNU Cim Grammar): New.
10427 * src/conflicts.c (count_rr_conflicts): Fix.
10428
10429 2002-01-06 Akim Demaille <akim@epita.fr>
10430
10431 Creating package.m4 from configure.ac causes too many problems.
10432
10433 * tests/Makefile.am (package.m4): Create it by hand,
10434 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
10435
10436 2002-01-06 Akim Demaille <akim@epita.fr>
10437
10438 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
10439 skeleton.h.
10440
10441 2002-01-04 Paul Eggert <eggert@twinsun.com>
10442
10443 * doc/bison.texinfo (Debugging):
10444 Remove YYSTDERR; it's no longer defined or used.
10445 Also, s/cstdio.h/cstdio/.
10446
10447 2002-01-03 Akim Demaille <akim@epita.fr>
10448
10449 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
10450
10451 2002-01-03 Akim Demaille <akim@epita.fr>
10452
10453 * src/parse-skel.y (process_skeleton): Don't bind the parser's
10454 tracing code to --trace, wait for a better --trace option, with
10455 args.
10456
10457 2002-01-03 Akim Demaille <akim@epita.fr>
10458
10459 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
10460 The ISO C++ standard is extremely clear about it: stderr is
10461 considered a macro, not a regular symbol (see table 94 `Header
10462 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
10463 Therefore std:: does not apply to it. It still does with fprintf.
10464 Also, s/cstdio.h/cstdio/.
10465
10466 2002-01-03 Akim Demaille <akim@epita.fr>
10467
10468 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
10469 for non system headers.
10470
10471 2002-01-02 Akim Demaille <akim@epita.fr>
10472
10473 Equip the skeleton chain with location tracking, runtime trace,
10474 pure parser and scanner.
10475
10476 * src/parse-skel.y: Request a pure parser, locations, and prefix
10477 renaming.
10478 (%union): Having several members with the same type does not help
10479 type mismatches, simplify.
10480 (YYPRINT, yyprint): New.
10481 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
10482 (skel_error): this.
10483 Handle locations.
10484 * src/scan-skel.l: Adjust to these changes.
10485 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
10486 (LOCATION_PRINT, skel_control_t): New.
10487
10488 2001-12-30 Akim Demaille <akim@epita.fr>
10489
10490 * src/parse-skel.y: Get rid of the shift/reduce conflict:
10491 replace `gb' with BLANKS.
10492 * src/scan-skel.l: Adjust.
10493
10494 2001-12-30 Akim Demaille <akim@epita.fr>
10495
10496 * src/system.h: We don't need nor want bcopy.
10497 Throw away MS-DOS crap: we don't need getpid.
10498 * configure.in: We don't need strndup. It was even causing
10499 problems: because Flex includes the headers *before* us,
10500 _GNU_SOURCE is not defined by config.h, and therefore strndup was
10501 not visible.
10502 * lib/xstrndup.c: New.
10503 * src/scan-skel.l: Use it.
10504 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
10505 * src/parse-skel.y: Use %directives instead of #defines.
10506
10507 2001-12-30 Akim Demaille <akim@epita.fr>
10508
10509 * src/skeleton.h: New.
10510 * src/output.c (output_parser, output_master_parser): Remove, dead
10511 code.
10512 * src/output.h (get_lines_number, actions_output, guards_output)
10513 (token_definitions_output): Prototype them.
10514 * src/parse-skel.y: Add the license notice.
10515 Include output.h and skeleton.h.
10516 (process_skeleton): Returns void, and takes a single parameter.
10517 * src/scan-skel.l: Add the license notice.
10518 Include skeleton.h.
10519 Don't use %option yylineno: it seems that then Flex imagines
10520 REJECT has been used, and therefore it won't reallocate its
10521 buffers (which makes no other sense to me than a bug). It results
10522 in warnings for `unused: yy_flex_realloc'.
10523
10524 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
10525
10526 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
10527 (MUSCLE_INSERT_PREFIX): ...to there.
10528 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
10529 (MUSCLE_INSERT_PREFIX): Move from here...
10530
10531 * src/bison.hairy: Add a section directive. Put braces around muscle
10532 names. This parser skeleton is still broken, but Bison should not
10533 choke on a bad muscle 'syntax'.
10534 * src/bison.simple: Add a section directive. Put braces around muscle
10535 names.
10536
10537 * src/files.h (strsuffix, stringappend): Add declarations.
10538 (tab_extension): Add declaration.
10539 (short_base_name): Add declaration.
10540
10541 * src/files.c (strsuffix, stringappend): No longer static. These
10542 functions are used in the skeleton parser.
10543 (tab_extension): New.
10544 (compute_base_names): Use the computations done in this function
10545 to guess if the generated parsers should have '.tab' in their
10546 names.
10547 (short_base_name): No longer static.
10548
10549 * src/output.c (output_skeleton): New.
10550 (output): Disable call to output_master_parser, and give a try to
10551 a new skeleton handling system.
10552 (guards_output, actions_output): No longer static.
10553 (token_definitions_output, get_lines_number): No longer static.
10554
10555 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
10556
10557 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
10558 parse-skel.y.
10559
10560 * src/parse-skel.y: New file.
10561 * src/scan-skel.l: New file.
10562
10563 2001-12-29 Akim Demaille <akim@epita.fr>
10564
10565 %name-prefix is broken.
10566
10567 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
10568 Adjust all dependencies.
10569 * tests/headers.at (export YYLTYPE): Strengthen this test: use
10570 %name-prefix.
10571
10572 Renaming yylval but not yylloc is not consistent. Now we do.
10573
10574 * src/bison.simple: Prefix yylloc if used.
10575 * doc/bison.texinfo (Decl Summary): Document that.
10576
10577 2001-12-29 Akim Demaille <akim@epita.fr>
10578
10579 * doc/bison.texinfo: Promote `%long-directive' over
10580 `%long_directive'.
10581 Remove all references to fixed-output-files, yacc is enough.
10582
10583 2001-12-29 Akim Demaille <akim@epita.fr>
10584
10585 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
10586 user prologue. These are defaults.
10587 * tests/actions.at (Mid-rule actions): Make sure the user can
10588 define YYDEBUG and YYERROR_VERBOSE.
10589
10590 2001-12-29 Akim Demaille <akim@epita.fr>
10591
10592 * src/output.c (header_output): Don't forget to export YYLTYPE and
10593 yylloc.
10594 * tests/headers.at (export YYLTYPE): New, make sure it does.
10595 * tests/regression.at (%union and --defines, Invalid CPP headers):
10596 Move to...
10597 * tests/headers.at: here.
10598
10599 2001-12-29 Akim Demaille <akim@epita.fr>
10600
10601 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
10602
10603 2001-12-29 Akim Demaille <akim@epita.fr>
10604
10605 * tests/actions.at (Mid-rule actions): Output on a single line
10606 instead of several.
10607
10608 2001-12-29 Akim Demaille <akim@epita.fr>
10609
10610 * doc/bison.texinfo: Formatting changes.
10611
10612 2001-12-29 Akim Demaille <akim@epita.fr>
10613
10614 Don't store the token defs in a muscle, just be ready to output it
10615 on command. Now possible via `symbols'. Fixes a memory leak.
10616
10617 * src/output.c (token_definitions_output): New.
10618 (output_parser, header_output): Use it.
10619 * src/reader.c (symbols_save): Remove.
10620
10621 2001-12-29 Akim Demaille <akim@epita.fr>
10622
10623 * src/bison.simple: Do not provide a default for YYSTYPE and
10624 YYLTYPE before the user's prologue. Otherwise it's hardly... a
10625 default.
10626
10627 2001-12-29 Akim Demaille <akim@epita.fr>
10628
10629 Mid-rule actions are simply... ignored!
10630
10631 * src/reader.c (readgram): Be sure to attach mid-rule actions to
10632 the empty-rule associated to the dummy symbol, not to the host
10633 rule.
10634 * tests/actions.at (Mid-rule actions): New.
10635
10636 2001-12-29 Akim Demaille <akim@epita.fr>
10637
10638 Memory leak.
10639
10640 * src/reader.c (reader): Free grammar.
10641
10642 2001-12-29 Akim Demaille <akim@epita.fr>
10643
10644 Memory leak.
10645
10646 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
10647 since it allocates it for each state, although only one is needed.
10648 (allocate_storage): Do it here.
10649
10650 2001-12-29 Akim Demaille <akim@epita.fr>
10651
10652 * src/options.h, src/options.c (create_long_option_table): Rename
10653 as...
10654 (long_option_table_new): this, with a clearer prototype.
10655 (percent_table): Remove, unused,
10656 * src/getargs.c (getargs): Adjust.
10657
10658 2001-12-29 Akim Demaille <akim@epita.fr>
10659
10660 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
10661 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
10662 as states.
10663
10664 2001-12-29 Akim Demaille <akim@epita.fr>
10665
10666 * src/lalr.c (build_relations): Rename `states' as `states1'.
10667 Sorry, I don't understand exactly what it is, no better name...
10668
10669 2001-12-29 Akim Demaille <akim@epita.fr>
10670
10671 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
10672 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
10673 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
10674 as rules.
10675
10676 2001-12-29 Akim Demaille <akim@epita.fr>
10677
10678 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
10679 ago.
10680
10681 2001-12-29 Akim Demaille <akim@epita.fr>
10682
10683 * src/reader.c, src/reader.h (user_toknums): Remove.
10684 Adjust all users to use symbols[i]->user_token_number.
10685
10686 2001-12-29 Akim Demaille <akim@epita.fr>
10687
10688 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
10689 Adjust all users to use symbols[i]->prec or ->assoc.
10690
10691 2001-12-29 Akim Demaille <akim@epita.fr>
10692
10693 * src/reader.c, src/reader.h (tags): Remove.
10694 Adjust all users to use symbols[i]->tag.
10695
10696 2001-12-29 Akim Demaille <akim@epita.fr>
10697
10698 * src/gram.h, src/gram.c (symbols): New, similar to state_table
10699 and rule_table.
10700 * src/reader.c (packsymbols): Fill this table.
10701 Drop sprec.
10702 * src/conflicts.c (resolve_sr_conflict): Adjust.
10703 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
10704 single table.
10705 Use symbols[i]->tag instead of tags[i].
10706
10707 2001-12-29 Akim Demaille <akim@epita.fr>
10708
10709 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
10710 In addition, put a comment in there, to replace...
10711 * tests/regression.at (%union and C comments): Remove.
10712
10713 2001-12-29 Akim Demaille <akim@epita.fr>
10714
10715 * tests/regression.at (Web2c Actions): Blindly move the actual
10716 output as expected output. The contents *seem* right to me, but I
10717 can't pretend reading perfectly parser tables... Nonetheless, all
10718 the other tests pass correctly, the table look OK, even though the
10719 presence of `$axiom' is to be noted: AFAICS it is useless (but
10720 harmless).
10721
10722 2001-12-29 Akim Demaille <akim@epita.fr>
10723
10724 * src/reader.c (readgram): Don't add the rule 0 if there were no
10725 rules read. In other words, add it _after_ having performed
10726 grammar sanity checks.
10727 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
10728
10729 2001-12-29 Akim Demaille <akim@epita.fr>
10730
10731 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
10732 visible, and some states have now a different number.
10733
10734 2001-12-29 Akim Demaille <akim@epita.fr>
10735
10736 * src/reader.c (readgram): Bind the initial rule's lineno to that
10737 of the first rule.
10738 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
10739 (Solved SR Conflicts): Adjust rule 0's line number.
10740
10741 2001-12-29 Akim Demaille <akim@epita.fr>
10742
10743 Fix the `GAWK Grammar' failure.
10744
10745 * src/LR0.c (final_state): Initialize to -1 so that we do compute
10746 the reductions of the first state which was mistakenly confused
10747 with the final state because precisely final_state was initialized
10748 to 0.
10749 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
10750 now noticed by Bison.
10751 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
10752 have a reduction on $default.
10753
10754 2001-12-29 Akim Demaille <akim@epita.fr>
10755
10756 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
10757 rule line numbers.
10758 * src/closure.c (print_closure): Likewise.
10759 * src/derives.c (print_derives): Likewise.
10760 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
10761 now.
10762
10763 2001-12-29 Akim Demaille <akim@epita.fr>
10764
10765 * src/lalr.c (lookaheads_print): New.
10766 (lalr): Call it when --trace-flag.
10767 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
10768 are dumped.
10769
10770 2001-12-29 Akim Demaille <akim@epita.fr>
10771
10772 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
10773 when walking through ritem, even via rule->rhs.
10774 * src/reduce.c (dump_grammar, useful_production, reduce_output)
10775 (useful_production, useless_nonterminals): Likewise.
10776 (reduce_grammar_tables): Likewise, plus update nritems.
10777 * src/nullable.c (set_nullable): Likewise.
10778 * src/lalr.c (build_relations): Likewise.
10779 * tests/sets.at (Nullable): Adjust.
10780 Fortunately, now, the $axiom is no longer nullable.
10781
10782 2001-12-29 Akim Demaille <akim@epita.fr>
10783
10784 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
10785 the 0-sentinel.
10786 * src/gram.c (ritem_longest_rhs): Likewise.
10787 * src/reduce.c (nonterminals_reduce): Likewise.
10788 * src/print_graph.c (print_graph): Likewise.
10789 * src/output.c (output_rule_data): Likewise.
10790 * src/nullable.c (set_nullable): Likewise.
10791
10792 2001-12-29 Akim Demaille <akim@epita.fr>
10793
10794 * src/output.c: Comment changes.
10795
10796 2001-12-27 Paul Eggert <eggert@twinsun.com>
10797
10798 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
10799 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
10800 Sparc, as they were causing more porting problems than the
10801 (minor) performance improvement was worth.
10802
10803 Also, catch up with 1.31's YYSTD.
10804
10805 2001-12-27 Akim Demaille <akim@epita.fr>
10806
10807 * src/output.c (output_gram): Rely on nritems, not the
10808 0-sentinel. See below.
10809 Use -1 as separator, not 0.
10810 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
10811 Rely on -1 as separator in yyrhs, instead of 0.
10812 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
10813 twice `Now at end of input', therefore there are two lines less to
10814 expect.
10815
10816 2001-12-27 Akim Demaille <akim@epita.fr>
10817
10818 * tests/regression.at (Unresolved SR Conflicts):
10819 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
10820 below.
10821
10822 2001-12-27 Akim Demaille <akim@epita.fr>
10823
10824 * src/LR0.c (new_state): Recognize the final state by the fact it
10825 is reached by eoftoken.
10826 (insert_start_shifting_state, insert_eof_shifting_state)
10827 (insert_accepting_state, augment_automaton): Remove, since now
10828 these states are automatically computed from the initial state.
10829 (generate_states): Adjust.
10830 * src/print.c: When reporting a rule number to the user, substract
10831 1, so that the axiom rule is rule 0, and the first user rule is 1.
10832 * src/reduce.c: Likewise.
10833 * src/print_graph.c (print_core): For the time being, just as for
10834 the report, depend upon --trace-flags to dump the full set of
10835 items.
10836 * src/reader.c (readgram): Once the grammar read, insert the rule
10837 0: `$axiom: START-SYMBOL $'.
10838 * tests/set.at: Adjust: rule 0 is now displayed, and since the
10839 number of the states has changed (the final state is no longer
10840 necessarily the last), catch up.
10841
10842 2001-12-27 Akim Demaille <akim@epita.fr>
10843
10844 Try to make the use of the eoftoken valid. Given that its value
10845 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
10846 is used instead of > 0 where appropriate, (ii), depend upon nritems
10847 instead of the 0-sentinel.
10848
10849 * src/gram.h, src/gram.c (nritems): New.
10850 Expected to be duplication of nitems, but for the time being...
10851 * src/reader.c (packgram): Assert nritems and nitems are equal.
10852 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
10853 * src/closure.c (print_closure, print_fderives): Likewise.
10854 * src/gram.c (ritem_print): Likewise.
10855 * src/print.c (print_core, print_grammar): Likewise.
10856 * src/print_graph.c: Likewise.
10857
10858 2001-12-27 Akim Demaille <akim@epita.fr>
10859
10860 * src/main.c (main): If there are complains after grammar
10861 reductions, then output the report anyway if requested, then die.
10862 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
10863 * src/reader.c (eoftoken): New.
10864 (parse_token_decl): If the token being defined has value `0', it
10865 is the eoftoken.
10866 (packsymbols): No longer hack `tags' to insert `$' by hand.
10867 Be sure to preserve the value of the eoftoken.
10868 (reader): Make sure eoftoken is defined.
10869 Initialize nsyms to 0: now eoftoken is created just like the others.
10870 * src/print.c (print_grammar): Don't special case the eof token.
10871 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
10872 lie anyway, albeit pleasant.
10873 * tests/calc.at: Exercise error messages with eoftoken.
10874 Change the grammar so that empty input is invalid.
10875 Adjust expectations.
10876 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
10877
10878 2001-12-27 Akim Demaille <akim@epita.fr>
10879
10880 * configure.in: Check the protos of strchr ans strspn.
10881 Replace strchr if needed.
10882 * src/system.h: Provide the protos of strchr, strspn and memchr if
10883 missing.
10884 * lib/strchr.c: New.
10885 * src/reader.c (symbols_save): Use strchr.
10886
10887 2001-12-27 Akim Demaille <akim@epita.fr>
10888
10889 * src/print.c, src/print_graph.c (escape): New.
10890 Use it to quote the TAGS outputs.
10891 * src/print_graph.c (print_state): Now errors are in red, and
10892 reductions in green.
10893 Prefer high to wide: output the state number on a line of its own.
10894
10895 2001-12-27 Akim Demaille <akim@epita.fr>
10896
10897 * src/state.h, src/state.c (reductions_new): New.
10898 * src/LR0.c (set_state_table): Let all the states have a
10899 `reductions', even if reduced to 0.
10900 (save_reductions): Adjust.
10901 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
10902 * src/print.c (print_reductions, print_actions): Adjust.
10903 * src/output.c (action_row): Adjust.
10904
10905 2001-12-27 Akim Demaille <akim@epita.fr>
10906
10907 * src/state.h, src/state.c (errs_new, errs_dup): New.
10908 * src/LR0.c (set_state_table): Let all the states have an errs,
10909 even if reduced to 0.
10910 * src/print.c (print_errs, print_reductions): Adjust.
10911 * src/output.c (output_actions, action_row): Adjust.
10912 * src/conflicts.c (resolve_sr_conflict): Adjust.
10913
10914 2001-12-27 Akim Demaille <akim@epita.fr>
10915
10916 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
10917
10918 2001-12-27 Akim Demaille <akim@epita.fr>
10919
10920 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
10921 * src/print.c: here.
10922 (lookaheadset, shiftset): New, used as additional storage by
10923 print_reductions.
10924 (print_results): Adjust.
10925 (print_shifts, print_gotos, print_errs): New, extracted from...
10926 (print_actions): here.
10927 * src/print_graph.c (print_actions): Remove dead code.
10928
10929 2001-12-27 Akim Demaille <akim@epita.fr>
10930
10931 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
10932 `$n' and `@n'.
10933
10934 2001-12-27 Akim Demaille <akim@epita.fr>
10935
10936 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
10937 (build_relations): Adjust.
10938
10939 2001-12-27 Akim Demaille <akim@epita.fr>
10940
10941 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
10942 duplication.
10943
10944 2001-12-27 Akim Demaille <akim@epita.fr>
10945
10946 * src/reader.c (packgram): Catch nitems overflows.
10947
10948 2001-12-27 Akim Demaille <akim@epita.fr>
10949
10950 * src/files.c, src/files.h (guard_obstack): Remove.
10951 * src/output.c (output): Adjust.
10952 * src/reader.c (parse_braces): New, factoring...
10953 (copy_action, copy_guard): these two which are renamed as...
10954 (parse_action, parse_guard): these.
10955 As a voluntary consequence, using braces around guards is now
10956 mandatory.
10957
10958 2001-12-27 Akim Demaille <akim@epita.fr>
10959
10960 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
10961 * src/reader.c (symbol_list): `guard' and `guard_line' are new
10962 members.
10963 (symbol_list_new): Adjust.
10964 (copy_action): action_line is the first line, not the last.
10965 (copy_guard): Just as for actions, store the `action' only, not
10966 the switch/case/break flesh.
10967 Don't parse the user action that might follow the guard, let...
10968 (readgram): do it, i.e., now, there can be an action after a
10969 guard.
10970 In other words the guard is just explicitly optional.
10971 (packgram): Adjust.
10972 * src/output.c (guards_output): New.
10973 (output_parser): Call it when needed.
10974 (output): Also free the guard and attrs obstacks.
10975 * src/files.c, src/files.h (obstack_save): Remove.
10976 (output_files): Remove.
10977 As a result, if one needs the former `.act' file, using an
10978 appropriate skeleton which requires actions and guards is now
10979 required.
10980 * src/main.c (main): Adjust.
10981 * tests/semantic.at: New.
10982 * tests/regression.at: Use `input.y' as input file name.
10983 Avoid 8+3 problems by requiring input.c when the test needs the
10984 parser.
10985
10986 2001-12-27 Akim Demaille <akim@epita.fr>
10987
10988 * src/reader.c (symbol_list_new): Be sure to initialize all the
10989 fields.
10990
10991 2001-12-27 Akim Demaille <akim@epita.fr>
10992
10993 All the hacks using a final pseudo state are now useless.
10994
10995 * src/LR0.c (set_state_table): state_table holds exactly nstates.
10996 * src/lalr.c (nLA): New.
10997 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
10998 instead of lookaheadsp from the pseudo state (nstate + 1).
10999
11000 2001-12-27 Akim Demaille <akim@epita.fr>
11001
11002 * src/output.c (action_row, token_actions): Use a state_t instead
11003 of a integer, and nlookaheads instead of the following state's
11004 lookaheadsp.
11005
11006 2001-12-27 Akim Demaille <akim@epita.fr>
11007
11008 * src/conflicts.c (log_resolution, flush_shift)
11009 (resolve_sr_conflict, set_conflicts, solve_conflicts)
11010 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
11011 (conflicts_print, print_reductions): Use a state_t instead of an
11012 integer when referring to a state.
11013 As much as possible, depend upon nlookaheads, instead of the
11014 `lookaheadsp' member of the following state (since lookaheads of
11015 successive states are successive, the difference between state n + 1
11016 and n served as the number of lookaheads for state n).
11017 * src/lalr.c (add_lookback_edge): Likewise.
11018 * src/print.c (print_core, print_actions, print_state)
11019 (print_results): Likewise.
11020 * src/print_graph.c (print_core, print_actions, print_state)
11021 (print_graph): Likewise.
11022 * src/conflicts.h: Adjust.
11023
11024 2001-12-27 Akim Demaille <akim@epita.fr>
11025
11026 * src/bison.hairy: Formatting/comment changes.
11027 ANSIfy.
11028 Remove `register' indications.
11029 Add plenty of `static'.
11030
11031 2001-12-27 Akim Demaille <akim@epita.fr>
11032
11033 * src/output.c (prepare): Drop the muscle `ntbase' which
11034 duplicates ntokens.
11035 * src/bison.simple: Formatting/comment changes.
11036 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
11037 is an undocumented synonym.
11038
11039 2001-12-22 Akim Demaille <akim@epita.fr>
11040
11041 * src/output.c (output_table_data): Change the prototype to use
11042 `int' for array ranges: some invocations do pass an int, not a
11043 short.
11044 Reported by Wayne Green.
11045
11046 2001-12-22 Akim Demaille <akim@epita.fr>
11047
11048 Some actions of web2c.y are improperly triggered.
11049 Reported by Mike Castle.
11050
11051 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
11052 * tests/regression.at (Web2c): Rename as...
11053 (Web2c Report): this.
11054 (Web2c Actions): New.
11055
11056 2001-12-22 Akim Demaille <akim@epita.fr>
11057
11058 Reductions in web2c.y are improperly reported.
11059 Reported by Mike Castle.
11060
11061 * src/conflicts.c (print_reductions): Fix.
11062 * tests/regression.at (Web2c): New.
11063
11064 2001-12-18 Akim Demaille <akim@epita.fr>
11065
11066 Some host fail on `assert (!"foo")', which expands to
11067 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
11068 Reported by Nelson Beebee.
11069
11070 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
11071 `#define it_succeeded 0' and `assert (it_succeeded)'.
11072
11073 2001-12-17 Marc Autret <autret_m@epita.fr>
11074
11075 * src/bison.simple: Don't hard code the skeleton line and filename.
11076 * src/output.c (output_parser): Rename 'line' as 'output_line'.
11077 New line counter 'skeleton_line' (skeleton-line muscle).
11078
11079 2001-12-17 Paul Eggert <eggert@twinsun.com>
11080
11081 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
11082 YYDEBUG must be defined to a nonzero value.
11083
11084 * src/bison.simple (yytname): Do not assume that the user defines
11085 YYDEBUG to a properly parenthesized expression.
11086
11087 2001-12-17 Akim Demaille <akim@epita.fr>
11088
11089 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
11090 nlookaheads is a new member.
11091 Adjust all users.
11092 * src/lalr.h (nlookaheads): Remove this orphan declaration.
11093 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
11094 state.
11095
11096 2001-12-17 Akim Demaille <akim@epita.fr>
11097
11098 * src/files.h, src/files.c (open_files, close_files): Remove.
11099 * src/main.c (main): Don't open/close files, nor invoke lex_free,
11100 let...
11101 * src/reader.c (reader): Do it.
11102
11103 2001-12-17 Akim Demaille <akim@epita.fr>
11104
11105 * src/conflicts.c (print_reductions): Formatting changes.
11106
11107 2001-12-17 Akim Demaille <akim@epita.fr>
11108
11109 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
11110 (flush_reduce): New.
11111 (resolve_sr_conflict): Adjust.
11112
11113 2001-12-17 Akim Demaille <akim@epita.fr>
11114
11115 * src/output.c (output_obstack): Be static and rename as...
11116 (format_obstack): this, to avoid any confusion with files.c's
11117 output_obstack.
11118 * src/reader.h (muscle_obstack): Move to...
11119 * src/output.h: here, since it's defined in output.c.
11120
11121 2001-12-17 Akim Demaille <akim@epita.fr>
11122
11123 * src/output.c (action_row, save_column, default_goto)
11124 (sort_actions, matching_state, pack_vector): Better variable
11125 locality.
11126
11127 2001-12-17 Akim Demaille <akim@epita.fr>
11128
11129 * src/output.c: Various formatting changes.
11130
11131 2001-12-17 Akim Demaille <akim@epita.fr>
11132
11133 * src/files.c (output_files): Free the output_obstack.
11134 * src/main.c (main): Call print and print_graph conditionally.
11135 * src/print.c (print): Work unconditionally.
11136 * src/print_graph.c (print_graph): Work unconditionally.
11137 * src/conflicts.c (log_resolution): Output only if verbose_flag.
11138
11139 2001-12-16 Marc Autret <autret_m@epita.fr>
11140
11141 * src/output.c (actions_output): Fix. When we use %no-lines,
11142 there is one less line per action.
11143
11144 2001-12-16 Marc Autret <autret_m@epita.fr>
11145
11146 * src/bison.simple: Remove a useless #line directive.
11147 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
11148 * src/output.c (get_lines_number): New.
11149 (output_parser): Adjust, now takes care about the lines of a
11150 output muscles.
11151 Fix line numbering.
11152 (actions_output): Computes the number of lines taken by actions.
11153 (output_master_parser): Insert new skeleton which is the name of
11154 the output parser file name.
11155
11156 2001-12-15 Marc Autret <autret_m@epita.fr>
11157
11158 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
11159
11160 2001-12-15 Marc Autret <autret_m@epita.fr>
11161
11162 * src/output.c (output_gram): Keep track of the hairy one.
11163
11164 2001-12-15 Akim Demaille <akim@epita.fr>
11165
11166 Make `make distcheck' work.
11167
11168 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
11169 system.h which uses libgettext.h.
11170
11171 2001-12-15 Akim Demaille <akim@epita.fr>
11172
11173 * src/nullable.c (set_nullable): Useless rules must be skipped,
11174 otherwise, since we range over their symbols, we might look at a
11175 nonterminal which no longer ``exists'', i.e., it is not counted in
11176 `nvars', hence we overflow our arrays.
11177
11178 2001-12-15 Akim Demaille <akim@epita.fr>
11179
11180 The header can also be produced directly, without any obstack!
11181 Yahoo!
11182
11183 * src/files.c, src/files.h (defines_obstack): Remove.
11184 (compute_header_macro): Global.
11185 (defines_obstack_save): Remove.
11186 * src/reader.c (parse_union_decl): No longer output to
11187 defines_obstack: its content can be found in the `stype' muscle
11188 anyway.
11189 (output_token_translations): Merge into...
11190 (symbols_output): this.
11191 Rename as...
11192 (symbols_save): this.
11193 (reader): Adjust.
11194 * src/output.c (header_output): New.
11195 (output): Call it.
11196
11197 2001-12-15 Akim Demaille <akim@epita.fr>
11198
11199 * src/reader.c (parse_union_decl): Instead of handling two obstack
11200 simultaneously, use one to define the `stype' muscle, and use the
11201 value of the latter to fill defines_obstack.
11202 (copy_comment): Remove.
11203 (copy_comment2): Work for a single obstack.
11204 Rename as...
11205 (copy_comment): this.
11206
11207 2001-12-15 Akim Demaille <akim@epita.fr>
11208
11209 * src/lex.c, src/lex.h (xgetc): No longer static.
11210 * src/reader.c (parse_union_decl): Revamp.
11211
11212 2001-12-15 Akim Demaille <akim@epita.fr>
11213
11214 Still making progress in separating Bison into (i) input, (ii)
11215 process, (iii) output: now we can directly output the parser file
11216 without using table_obstack at all.
11217
11218 * src/files.c, src/files.h (table_obstack): Bye bye.
11219 (parser_file_name): New.
11220 * src/files.c (compute_output_file_names): Compute it.
11221 * src/output.c (actions_output, output_parser)
11222 (output_master_parser): To a file instead of an obstack.
11223
11224 2001-12-15 Akim Demaille <akim@epita.fr>
11225
11226 Attach actions to rules, instead of pre-outputting them to
11227 actions_obstack.
11228
11229 * src/gram.h (rule_t): action and action_line are new members.
11230 * src/reader.c (symbol_list): Likewise.
11231 (copy_action): Save the actions within the rule.
11232 (packgram): Save them in rule_table.
11233 * src/output.c (actions_output): New.
11234 (output_parser): Use it on `%%actions'.
11235 (output_rule_data): Don't free rule_table.
11236 (output): Do it.
11237 (prepare): Don't save the `action' muscle.
11238 * src/bison.simple: s/%%action/%%actions/.
11239
11240 2001-12-15 Akim Demaille <akim@epita.fr>
11241
11242 * src/reader.c (copy_action): When --yacc, don't append a `;'
11243 to the user action: let it fail if lacking.
11244 Suggested by Arnold Robbins and Tom Tromey.
11245
11246 2001-12-14 Akim Demaille <akim@epita.fr>
11247
11248 * src/lex.c (literalchar): Simply return the char you decoded, non
11249 longer mess around with obstacks and int pointers.
11250 Adjust all callers.
11251
11252 2001-12-14 Akim Demaille <akim@epita.fr>
11253
11254 * src/lex.c (literalchar): Don't escape the special characters,
11255 just decode them, and keep them as char (before, eol was output as
11256 the 2 char string `\n' etc.).
11257 * src/output.c (output_rule_data): Use quotearg to output the
11258 token strings.
11259
11260 2001-12-13 Paul Eggert <eggert@twinsun.com>
11261
11262 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
11263 Do not infringe on the global user namespace when using C++.
11264 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
11265 All uses of `fprintf' and `stderr' changed.
11266
11267 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
11268
11269 2001-12-13 Akim Demaille <akim@epita.fr>
11270
11271 The computation of nullable is broken: it doesn't handle empty
11272 RHS's properly.
11273
11274 * tests/torture.at (GNU AWK Grammar): New.
11275 * tests/sets.at (Nullable): New.
11276 * src/nullable.c (set_nullable): Instead of blindly looping over
11277 `ritems', loop over the rules, and then over their rhs's.
11278
11279 Work around Autotest bugs.
11280
11281 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
11282 frame, because Autotest understand lines starting with a `+' as
11283 traces from the shell. Then, they are not processed properly.
11284 Admittedly an Autotest bug, but we don't have time to wait for
11285 Autotest to catch up.
11286 * tests/regression.at (Broken Closure): Adjust to the new table
11287 frames.
11288 Move to...
11289 * tests/sets.at: here.
11290
11291 2001-12-13 Akim Demaille <akim@epita.fr>
11292
11293 * src/closure.c (closure): Use nrules instead of playing tricks
11294 with BITS_PER_WORD.
11295
11296 2001-12-13 Akim Demaille <akim@epita.fr>
11297
11298 * src/print.c (print_actions): Output the handling of `$' as the
11299 traces do: shifting the token EOF. Before EOF was treated as a
11300 nonterminal.
11301 * tests/regression.at: Adjust some tests.
11302 * src/print_graph.c (print_core): Complete the set of items via
11303 closure. The next-to-final and final states are still unsatisfying,
11304 but that's to be addressed elsewhere.
11305 No longer output the rule numbers, but do output the state number.
11306 A single loop for the shifts + gotos is enough, but picked a
11307 distinct color for each.
11308 (print_graph): Initialize and finalize closure.
11309
11310 2001-12-13 Akim Demaille <akim@epita.fr>
11311
11312 * src/reader.c (readgram): Remove dead code, an strip useless
11313 braces.
11314 (get_type): Remove, unused.
11315
11316 2001-12-12 Akim Demaille <akim@epita.fr>
11317
11318 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
11319 on that of lib/error.c.
11320
11321 2001-12-12 Akim Demaille <akim@epita.fr>
11322
11323 Some hosts don't like `/' in includes.
11324
11325 * src/system.h: Include libgettext.h without qualifying the path.
11326 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
11327 $(top_srcdir).
11328
11329 2001-12-11 Marc Autret <autret_m@epita.fr>
11330
11331 * src/output.c (output_parser): Remove useless muscle.
11332
11333 2001-12-11 Marc Autret <autret_m@epita.fr>
11334
11335 * src/bison.simple: Remove #line just before %%epilogue. It
11336 is now handled in ...
11337 * src/reader.c (read_additionnal_code): Add the output of a
11338 #line for the epilogue.
11339
11340 2001-12-10 Marc Autret <autret_m@epita.fr>
11341
11342 * src/reader.c (copy_definition): Re-use CPP-outed code which
11343 replace precedent remove.
11344 * src/bison.simple: Remove #line before %%prologue because
11345 %%input-line is wrong at this time.
11346
11347 2001-12-10 Marc Autret <autret_m@epita.fr>
11348
11349 * src/reader.c (symbols_output): Clean up.
11350 * src/output.c (output_gram, output): Clean up.
11351
11352 2001-12-10 Akim Demaille <akim@epita.fr>
11353
11354 * src/lalr.c (initialize_lookaheads): New. Extracted from...
11355 * src/LR0.c (set_state_table): here.
11356 * src/lalr.c (lalr): Call it.
11357
11358 2001-12-10 Akim Demaille <akim@epita.fr>
11359
11360 * src/state.h (shifts): Remove the `number' member: shifts are
11361 attached to state, hence no longer need to be labelled with a
11362 state number.
11363
11364 2001-12-10 Akim Demaille <akim@epita.fr>
11365
11366 Now that states have a complete set of members, the linked list of
11367 shifts is useless: just fill directly the state's shifts member.
11368
11369 * src/state.h (shifts): Remove the `next' member.
11370 * src/LR0.c (first_state, last_state): Remove.
11371 Adjust the callers.
11372 (augment_automaton): Don't look for the shifts that must be added
11373 a shift on EOF: it is those of the state we looked for! But now,
11374 since shifts are attached, it is no longer needed to looking
11375 merely by its id: its number.
11376
11377 2001-12-10 Akim Demaille <akim@epita.fr>
11378
11379 * src/LR0.c (augment_automaton): Better variable locality.
11380 Remove an impossible branch: if there is a state corresponding to
11381 the start symbol being shifted, then there is shift for the start
11382 symbol from the initial state.
11383
11384 2001-12-10 Akim Demaille <akim@epita.fr>
11385
11386 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
11387 only when appropriate: when insert_start_shifting_state' is not
11388 invoked.
11389 * tests/regression.at (Rule Line Numbers): Adjust.
11390
11391 2001-12-10 Akim Demaille <akim@epita.fr>
11392
11393 * src/LR0.c (augment_automaton): Now that all states have shifts,
11394 merge the two cases addition shifts to the initial state.
11395
11396 2001-12-10 Akim Demaille <akim@epita.fr>
11397
11398 * src/lalr.c (set_state_table): Move to...
11399 * src/LR0.c: here.
11400 * src/lalr.c (lalr): Don't call it...
11401 * src/LR0.c (generate_states): do it.
11402 * src/LR0.h (first_state): Remove, only the table is used.
11403
11404 2001-12-10 Akim Demaille <akim@epita.fr>
11405
11406 * src/LR0.h (first_shift, first_reduction): Remove.
11407 * src/lalr.c: Don't use first_shift: find shifts through the
11408 states.
11409
11410 2001-12-10 Akim Demaille <akim@epita.fr>
11411
11412 * src/LR0.c: Attach shifts to states as soon as they are
11413 computed.
11414 * src/lalr.c (set_state_table): Instead of assigning shifts to
11415 state, just assert that the mapping was properly done.
11416
11417 2001-12-10 Akim Demaille <akim@epita.fr>
11418
11419 * src/LR0.c (insert_start_shift): Rename as...
11420 (insert_start_shifting_state): this.
11421 (insert_eof_shifting_state, insert_accepting_state): New.
11422 (augment_automaton): Adjust.
11423 Better locality of the variables.
11424 When looking if the start_symbol is shifted from the initial
11425 state, using `while (... symbol != start_symbol ...)' sounds
11426 better than `while (... symbol < start_symbol ...)': If fail
11427 to see how the order between symbols could be relevant!
11428
11429 2001-12-10 Akim Demaille <akim@epita.fr>
11430
11431 * src/getargs.h: Don't declare `spec_name_prefix' and
11432 `spec_file_prefix', declared by src/files.h.
11433 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
11434 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
11435 * src/output.c (prepare): Adjust.
11436 * src/reader.c (symbols_output): Likewise.
11437 * src/vmsgetargs.c: Vaguely adjust, but who cares?
11438
11439 2001-12-10 Akim Demaille <akim@epita.fr>
11440
11441 * src/muscle_tab.c (muscle_init): NULL is a better default than
11442 `"0"'.
11443
11444 2001-12-10 Akim Demaille <akim@epita.fr>
11445
11446 * src/reader.c (reader): Calling symbols_output once is enough.
11447
11448 2001-12-10 Akim Demaille <akim@epita.fr>
11449
11450 Now that states have a complete set of members, the linked list of
11451 reductions is useless: just fill directly the state's reductions
11452 member.
11453
11454 * src/state.h (struct reductions): Remove member `number' and
11455 `next'.
11456 * src/LR0.c (first_reduction, last_reduction): Remove.
11457 (save_reductions): Don't link the new reductions, store them in
11458 this_state.
11459 * src/lalr.c (set_state_table): No need to attach reductions to
11460 states, it's already done.
11461 * src/output.c (output_actions): No longer free the shifts, then
11462 the reductions, then the states: free all the states and their
11463 members.
11464
11465 2001-12-10 Akim Demaille <akim@epita.fr>
11466
11467 * src/options.c (OPTN, DRTV, BOTH): New.
11468 (option_table): Use them.
11469
11470 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
11471 the job of system.h.
11472 * src/options.c: Don't include stdio.h and xalloc.h for the same
11473 reasons.
11474
11475 2001-12-10 Akim Demaille <akim@epita.fr>
11476
11477 * src/output.c (output, prepare): Make sure the values of the
11478 muscles `action' and `prologue' are 0-terminated.
11479
11480 2001-12-10 Akim Demaille <akim@epita.fr>
11481
11482 Clean up GCC warnings.
11483
11484 * src/reader.c (copy_action): `buf' is not used.
11485 (parse_skel_decl): Be static.
11486 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
11487 * src/options.h (create_long_option_table): Have a real prototype.
11488 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
11489 (hash_delete_at): Return const void *.
11490 Adjust casts to preserve the const.
11491
11492 2001-12-10 Akim Demaille <akim@epita.fr>
11493
11494 * configure.in: Require 2.52g.
11495 M4 is not needed, but AUTOM4TE is.
11496 * m4/m4.m4: Remove.
11497 * tests/Makefile.am: Adjust.
11498
11499 2001-12-10 Akim Demaille <akim@epita.fr>
11500
11501 One structure for states is enough, even though theoretically
11502 there are LR(0) states and LALR(1) states.
11503
11504 * src/lalr.h (state_t): Remove.
11505 (state_table): Be state_t **, not state_t *.
11506 * src/state.h (core, CORE_ALLOC): Rename as...
11507 (state_t, STATE_ALLOC): this.
11508 Add the LALR(1) members: shifts, reductions, errs.
11509 * src/LR0.c (state_table): Rename as...
11510 (state_hash): this, to avoid name clashes with the global
11511 `state_table'.
11512 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
11513 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
11514
11515 2001-12-10 Akim Demaille <akim@epita.fr>
11516
11517 Bison dumps core on bash.y.
11518 Reported by Pascal Bart.
11519
11520 * src/warshall.c (bitmatrix_print): New.
11521 (TC): Use it.
11522 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
11523 j must be the outer loop.
11524 * tests/regression.at (Broken Closure): New.
11525
11526 2001-12-05 Akim Demaille <akim@epita.fr>
11527
11528 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
11529 its argument.
11530 Reported by Peter Hamorsky.
11531
11532 2001-12-05 Akim Demaille <akim@epita.fr>
11533
11534 * src/conflicts.c (err_table): Remove.
11535 (resolve_sr_conflict): Adjust.
11536 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
11537 Rename as...
11538 (state_t.reductions, state_t.shifts): this.
11539
11540 2001-12-05 Akim Demaille <akim@epita.fr>
11541
11542 * src/reduce.c (reduce_grammar_tables): No longer disable the
11543 removal of useless rules via CPP but via `if (0)', so that the
11544 compiler still check the code is valid.
11545 For instance, it should have noticed `rline' no longer exists: use
11546 the `line' member of rule_t.
11547 * src/gram.c (dummy, rline): Remove, unused.
11548
11549 2001-12-05 Akim Demaille <akim@epita.fr>
11550
11551 * src/output.c (pack_vector): Use assert, not berror.
11552 * src/main.c (berror): Remove, unused.
11553
11554 2001-12-05 Akim Demaille <akim@epita.fr>
11555
11556 New experimental feature: if --verbose --trace output all the
11557 items of a state, not only its kernel.
11558
11559 * src/print.c (print_core): If `trace_flag', then invoke closure
11560 before outputting the items of the state (print_core is no longer
11561 a correct name them).
11562 (print_results): Invoke new_closure/free_closure if needed.
11563
11564 2001-12-05 Akim Demaille <akim@epita.fr>
11565
11566 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
11567 * src/closure.c, src/closure.h (itemsetsize): Rename as...
11568 (nitemset): for consistency with the rest of the project.
11569
11570 2001-12-05 Akim Demaille <akim@epita.fr>
11571
11572 * src/closure.c (print_closure): Improve.
11573 (closure): Use it for printing input and output.
11574
11575 2001-12-05 Akim Demaille <akim@epita.fr>
11576
11577 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
11578 indexed by nonterminals.
11579
11580 2001-12-05 Akim Demaille <akim@epita.fr>
11581
11582 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
11583 what it was!).
11584 * src/warshall.h: Remove accidental duplication of the content.
11585
11586 2001-12-05 Akim Demaille <akim@epita.fr>
11587
11588 * src/closure.c (set_fderives): De-obfuscate.
11589
11590 2001-12-05 Akim Demaille <akim@epita.fr>
11591
11592 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
11593
11594 2001-12-05 Akim Demaille <akim@epita.fr>
11595
11596 * src/closure.c (set_firsts): De-obfuscate.
11597
11598 2001-12-05 Akim Demaille <akim@epita.fr>
11599
11600 * src/output.c (action_row): De-obfuscate
11601 using the good o' techniques: arrays not pointers, variable
11602 locality, BITISSET, RESETBIT etc.
11603
11604 2001-12-05 Akim Demaille <akim@epita.fr>
11605
11606 Pessimize the code to simplify it: from now on, all the states
11607 have a valid SHIFTS, which NSHIFTS is possibly 0.
11608
11609 * src/LR0.c (shifts_new): Be global and move to..
11610 * src/state.c, src/state.h: here.
11611 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
11612 * src/print_graph: Adjust.
11613
11614 2001-12-05 Akim Demaille <akim@epita.fr>
11615
11616 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
11617 * src/conflicts.c: Use it.
11618 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
11619 incorrectly ``simplified''.
11620
11621 2001-12-05 Akim Demaille <akim@epita.fr>
11622
11623 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
11624 using the good o' techniques: arrays not pointers, variable
11625 locality, BITISSET, RESETBIT etc.
11626
11627 2001-12-05 Akim Demaille <akim@epita.fr>
11628
11629 * src/state.h (SHIFT_SYMBOL): New.
11630 * src/conflicts.c: Use it to deobfuscate.
11631
11632 2001-12-05 Akim Demaille <akim@epita.fr>
11633
11634 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
11635 (print_reductions): De-obfuscate using the good o' techniques:
11636 arrays not pointers, variable locality, BITISSET.
11637
11638 2001-12-05 Akim Demaille <akim@epita.fr>
11639
11640 * src/conflicts.c (print_reductions): Arrays, not pointers.
11641 Use BITISSET.
11642
11643 2001-12-05 Akim Demaille <akim@epita.fr>
11644
11645 * src/conflicts.c (print_reductions): Pessimize, but clarify.
11646
11647 2001-12-05 Akim Demaille <akim@epita.fr>
11648
11649 * src/conflicts.c (print_reductions): Improve variable locality.
11650
11651 2001-12-05 Akim Demaille <akim@epita.fr>
11652
11653 * src/conflicts.c (print_reductions): Pessimize, but clarify.
11654
11655 2001-12-05 Akim Demaille <akim@epita.fr>
11656
11657 * src/conflicts.c (print_reductions): Improve variable locality.
11658
11659 2001-12-05 Akim Demaille <akim@epita.fr>
11660
11661 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
11662 * src/lalr.c: Use them.
11663
11664 2001-12-05 Akim Demaille <akim@epita.fr>
11665
11666 * src/LR0.c (augment_automaton): Formatting changes.
11667 Better variable locality.
11668
11669 2001-12-05 Akim Demaille <akim@epita.fr>
11670
11671 * src/lalr.c (matrix_print): New.
11672 (transpose): Use it.
11673 Use arrays instead of pointers.
11674
11675 2001-12-05 Akim Demaille <akim@epita.fr>
11676
11677 * src/lalr.c (maxrhs): Move to...
11678 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
11679 * src/lalr.c (build_relations): Adjust.
11680
11681 2001-12-05 Akim Demaille <akim@epita.fr>
11682
11683 * src/lalr.c (transpose): Free the memory allocated to the
11684 argument, as it is replaced by the results by the unique caller.
11685 (build_relations): Merely invoke transpose: it handles the memory
11686 deallocation.
11687 Improve variable locality.
11688 Avoid variables used as mere abbreviations.
11689 (compute_lookaheads): Use arrays instead of pointers.
11690
11691 2001-12-05 Akim Demaille <akim@epita.fr>
11692
11693 * src/lalr.c (initialize_F): Improve variable locality.
11694 Avoid variables used as mere abbreviations.
11695
11696 2001-12-05 Akim Demaille <akim@epita.fr>
11697
11698 * src/derives.c (print_derives): Display the ruleno.
11699 * src/lalr.c (initialize_F, transpose): Better variable locality
11700 to improve readability.
11701 Avoid variables used as mere abbreviations.
11702
11703 2001-12-05 Akim Demaille <akim@epita.fr>
11704
11705 * src/lalr.c (traverse): Use arrays instead of pointers.
11706
11707 2001-12-05 Akim Demaille <akim@epita.fr>
11708
11709 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
11710 the handling of squeue.
11711 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
11712
11713 2001-12-05 Akim Demaille <akim@epita.fr>
11714
11715 Because useless nonterminals are now kept alive (instead of being
11716 `destroyed'), we now sometimes examine them, and store information
11717 related to them. Hence we need to know their number, and adjust
11718 memory allocations.
11719
11720 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
11721 static.
11722 * src/LR0.c (allocate_itemsets): The memory allocated to
11723 `symbol_count' was used for two different purpose: once to count
11724 the number of occurrences of each symbol, and later reassigned to
11725 `shift_symbol', containing the symbol that can be shifted from a
11726 given state.
11727 Deobfuscate, i.e., allocate, use and free `symbol_count' here
11728 only, and...
11729 (new_itemsets): Allocate `shift_symbol' here.
11730 (allocate_itemsets): symbol_count includes useless nonterminals.
11731 Make room for them.
11732 (free_storage): Use `free', not `XFREE', for pointers that cannot
11733 be null.
11734
11735 2001-12-05 Akim Demaille <akim@epita.fr>
11736
11737 * src/nullable.c (set_nullable): Deobfuscate the handling of
11738 ritem.
11739 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
11740
11741 2001-12-05 Akim Demaille <akim@epita.fr>
11742
11743 * src/gram.c, src/gram.h (ritem_print): New.
11744 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
11745 (This useless function was defined only to work around VMS linkers
11746 that can't handle compilation units with variables only).
11747 * src/reduce.c (dump_grammar): Use it to trace the construction of
11748 ritem.
11749
11750 2001-12-04 Paul Eggert <eggert@twinsun.com>
11751
11752 * src/bison.simple (union yyalloc): Change member names
11753 to be the same as the stack names.
11754 (yyparse): yyptr is now union yyalloc *, not char *.
11755 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
11756 and may generate better code on some machines.
11757 (yystpcpy): Use prototype if __STDC__ is defined, not just
11758 if __cplusplus is defined.
11759
11760 2001-11-30 Akim Demaille <akim@epita.fr>
11761
11762 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
11763 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
11764 Gettext doesn't compile cleanly, and dies with -Werror.
11765 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
11766 Include WARNING_CFLAGS here.
11767 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
11768 before being defined.
11769
11770 2001-11-27 Paul Eggert <eggert@twinsun.com>
11771
11772 * lib/quotearg.h (quotearg_n, quotearg_n_style):
11773 First arg is int, not unsigned.
11774 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
11775 (SIZE_MAX, UINT_MAX): New macros.
11776 (quotearg_n_options): Abort if N is negative.
11777 Avoid overflow check on hosts where size_t is 64 bits and int
11778 is 32 bits, as overflow is impossible there.
11779 Fix off-by-one typo that caused unnecessary reallocation.
11780
11781 2001-11-29 Paul Eggert <eggert@twinsun.com>
11782
11783 Name space cleanup in generated parser.
11784
11785 * doc/bison.texinfo (Bison Parser): Discuss system headers
11786 and their effect on the user name space.
11787
11788 * src/bison.simple:
11789 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
11790 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
11791 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
11792
11793 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
11794 on user names when possible.
11795
11796 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
11797 Simplify test for whather <alloca.h> exists.
11798
11799 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
11800
11801 (<stdio.h>): Include if YYDEBUG.
11802
11803 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
11804 ! defined (yyoverflow) && ! defined (yymemcpy).
11805
11806 (yymemcpy, yyparse): Rename local variables as needed so that
11807 they all begin with 'yy'.
11808
11809 (yystrlen, yystpcpy): New functions.
11810
11811 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
11812 All uses changed.
11813
11814 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
11815 instead of relying on string.h functions. Use YYSTACK_ALLOC
11816 and YYSTACK_FREE instead of malloc and free.
11817
11818 2001-11-30 Akim Demaille <akim@epita.fr>
11819
11820 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
11821 before their first uses.
11822 (YYBISON, YYPURE): Move to the top of the output.
11823
11824 2001-11-30 Akim Demaille <akim@epita.fr>
11825
11826 * tests/reduce.at (Useless Nonterminals): Fix.
11827
11828 2001-11-30 Akim Demaille <akim@epita.fr>
11829
11830 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
11831 if body instead of `;' to pacify GCC's warnings.
11832
11833 2001-11-30 Akim Demaille <akim@epita.fr>
11834
11835 Instead of mapping the LHS of unused rules to -1, keep the LHS
11836 valid, but flag the rules as invalid.
11837
11838 * src/gram.h (rule_t): `useful' is a new member.
11839 * src/print.c (print_grammar): Adjust.
11840 * src/derives.c (set_derives): Likewise.
11841 * src/reader.c (packgram, reduce_output): Likewise.
11842 * src/reduce.c (reduce_grammar_tables): Likewise.
11843 * tests/reduce.at (Underivable Rules, Useless Rules): New.
11844
11845 2001-11-30 Akim Demaille <akim@epita.fr>
11846
11847 * src/reduce.c (reduce_output): Formatting changes.
11848 * src/print.c (print_results, print_grammar): Likewise.
11849 * tests/regression.at (Rule Line Numbers)
11850 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
11851
11852 2001-11-30 Akim Demaille <akim@epita.fr>
11853
11854 * src/reduce.c (nonterminals_reduce): Instead of throwing away
11855 useless nonterminals, move them at the end of the symbol arrays.
11856 (reduce_output): Adjust.
11857 * tests/reduce.at (Useless Nonterminals): Adjust.
11858
11859 2001-11-30 Akim Demaille <akim@epita.fr>
11860
11861 * src/reduce.c: Various comment/formatting changes.
11862 (nonterminals_reduce): New, extracted from...
11863 (reduce_grammar_tables): here.
11864 (reduce_grammar): Call nonterminals_reduce.
11865
11866 2001-11-29 Paul Eggert <eggert@twinsun.com>
11867
11868 * src/bison.simple (YYSTACK_REALLOC): Remove.
11869 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
11870 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
11871 New macros.
11872 (union yyalloc): New type.
11873 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
11874 an arbitrary restriction on hosts where size_t is wider than int.
11875
11876 (yyparse): Don't dump core if alloca or malloc fails; instead, report
11877 a parser stack overflow. Allocate just one block of memory for all
11878 three stacks, instead of allocating three blocks; this typically is
11879 faster and reduces fragmentation.
11880
11881 Do not limit the number of items in the stack to a value that fits
11882 in 'int', as this is an arbitrary limit on hosts with 64-bit
11883 size_t and 32-bit int.
11884
11885 2001-11-29 Marc Autret <autret_m@epita.fr>
11886
11887 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
11888 of defining YYERROR_VERBOSE.
11889 [AT_DATA]: $4 is now out of C declarations in the prologue.
11890
11891 2001-11-28 Marc Autret <autret_m@epita.fr>
11892
11893 * src/reader.c (parse_dquoted_param): New.
11894 (parse_skel_decl): Use it.
11895 * src/lex.h: Add its prototype.
11896 * src/lex.c (literalchar): Become not static.
11897
11898 2001-11-28 Marc Autret <autret_m@epita.fr>
11899
11900 * src/output.h: And put its extern declaration here.
11901 * src/output.c (error_verbose): Define here.
11902 (prepare): Echo name modification.
11903 * src/getargs.h: Clean its extern declaration.
11904 * src/getargs.c (error_verbose_flag): Remove.
11905 (getargs): Remove case 'e'.
11906 * src/options.c (option_table): 'error-verbose' is now seen as simple
11907 percent option.
11908 Include output.h.
11909
11910 * src/reader.c (read_declarations): Remove case tok_include.
11911 (parse_include_decl): Remove.
11912 * src/lex.h (token_t): Remove tok_include.
11913 * src/options.c (option_table): 'include' is now a simple command line
11914 option.
11915
11916 2001-11-28 Marc Autret <autret_m@epita.fr>
11917
11918 * src/bison.simple: Adjust muscle names.
11919 * src/muscle_tab.c (muscle_init): Also rename the muscles.
11920 * src/output.c (prepare): s/_/-/ for the muscles names.
11921 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
11922
11923 2001-11-28 Marc Autret <autret_m@epita.fr>
11924
11925 * src/bison.simple: Fix debug.
11926 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
11927
11928 2001-11-28 Akim Demaille <akim@epita.fr>
11929
11930 * src/LR0.c (shifts_new): New.
11931 (save_shifts, insert_start_shift, augment_automaton): Use it.
11932
11933 2001-11-28 Akim Demaille <akim@epita.fr>
11934
11935 * src/closure.c (closure): `b' and `ruleno' denote the same value:
11936 keep ruleno only.
11937
11938 2001-11-28 Akim Demaille <akim@epita.fr>
11939
11940 * src/closure.c (closure): Instead of looping over word in array
11941 then bits in words, loop over bits in array.
11942
11943 2001-11-28 Akim Demaille <akim@epita.fr>
11944
11945 * src/closure.c (closure): No longer optimize the special case
11946 where all the bits of `ruleset[r]' are set to 0, to make the code
11947 clearer.
11948
11949 2001-11-28 Akim Demaille <akim@epita.fr>
11950
11951 * src/closure.c (closure): `r' and `c' are new variables, used to
11952 de-obfuscate accesses to RULESET and CORE.
11953
11954 2001-11-28 Akim Demaille <akim@epita.fr>
11955
11956 * src/reduce.c (reduce_print): Use ngettext.
11957 (dump_grammar): Improve the trace accuracy.
11958
11959 2001-11-28 Akim Demaille <akim@epita.fr>
11960
11961 * src/reduce.c (dump_grammar): Don't translate trace messages.
11962
11963 2001-11-28 Akim Demaille <akim@epita.fr>
11964
11965 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
11966 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
11967 as all tags are free'ed afterwards.
11968 From Enrico Scholz.
11969
11970 2001-11-27 Paul Eggert <eggert@twinsun.com>
11971
11972 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
11973 use alloca when we didn't want to, and vice versa.
11974
11975 2001-11-27 Marc Autret <autret_m@epita.fr>
11976
11977 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
11978 initialization.
11979 * src/output.c (prepare): Remove its update.
11980
11981 2001-11-27 Marc Autret <autret_m@epita.fr>
11982
11983 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
11984 Use %error-verbose.
11985
11986 2001-11-27 Marc Autret <autret_m@epita.fr>
11987
11988 * src/bison.simple: Remove YYERROR_VERBOSE using.
11989 Use %%error_verbose.
11990 (yyparse): Likewise.
11991 * src/output.c (prepare): Give its final value.
11992 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
11993 * src/getargs.h: Add its extern declaration.
11994 * src/getargs.c (error_verbose_flag): New int.
11995 (getargs): Update to catch new case.
11996 * src/options.c (option_table): 'error-verbose' is a new option.
11997 (shortopts): Update.
11998
11999 2001-11-27 Akim Demaille <akim@epita.fr>
12000
12001 * src/system.h: Use intl/libgettext.h.
12002 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
12003
12004 2001-11-27 Akim Demaille <akim@epita.fr>
12005
12006 * tests/torture.at (Exploding the Stack Size with Malloc):
12007 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
12008
12009 2001-11-27 Akim Demaille <akim@epita.fr>
12010
12011 * src/files.c: Include error.h.
12012 Reported by Hans Aberg.
12013
12014 2001-11-26 Marc Autret <autret_m@epita.fr>
12015
12016 * src/reader.c (parse_include_decl): New, not yet implemented.
12017 (read_declarations): Add case tok_include.
12018 * src/getargs.h (include): Add its extern definition.
12019 * src/getargs.c (include): New const char *.
12020 (getargs): Add case '-I'.
12021 * src/options.c (option_table): Add include as command line and
12022 percent option.
12023 * src/lex.h (token_t): Add tok_include.
12024
12025 2001-11-26 Akim Demaille <akim@epita.fr>
12026
12027 * src/reader.c (readgram): Make sure rules for mid-rule actions
12028 have a lineno equal to that of their host rule.
12029 Reported by Hans Aberg.
12030 * tests/regression.at (Rule Line Numbers): New.
12031
12032 2001-11-26 Akim Demaille <akim@epita.fr>
12033
12034 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
12035 size_ts.
12036
12037 2001-11-26 Akim Demaille <akim@epita.fr>
12038
12039 * src/complain.c, src/complain.h (error): Remove, provided by
12040 lib/error.[ch].
12041
12042 2001-11-26 Akim Demaille <akim@epita.fr>
12043
12044 * src/reader.c (read_declarations): Don't abort on tok_illegal,
12045 issue an error message.
12046 * tests/regression.at (Invalid %directive): New.
12047 Reported by Hans Aberg.
12048
12049 2001-11-26 Akim Demaille <akim@epita.fr>
12050
12051 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
12052 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
12053
12054 2001-11-26 Akim Demaille <akim@epita.fr>
12055
12056 * src/conflicts.c (conflicts_print): Don't complain at all when
12057 there are no reduce/reduce conflicts, and as many shift/reduce
12058 conflicts as expected.
12059 * tests/regression.at (%expect right): Adjust.
12060
12061 2001-11-23 Akim Demaille <akim@epita.fr>
12062
12063 * lib/alloca.c: Update, from fileutils.
12064
12065 2001-11-23 Akim Demaille <akim@epita.fr>
12066
12067 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
12068
12069 2001-11-23 Akim Demaille <akim@epita.fr>
12070
12071 * src/system.h: Include alloca.h.
12072 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
12073
12074 2001-11-23 Akim Demaille <akim@epita.fr>
12075
12076 * src/print_graph.c (print_actions): Remove `rule', unused.
12077 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
12078 pacify GCC's signed < unsigned warnings.
12079 * src/closure.c (itemsetsize): Likewise.
12080 * src/reader.c (symbol_list_new): Static.
12081
12082 2001-11-23 Akim Demaille <akim@epita.fr>
12083
12084 Attaching lineno to buckets is stupid, since only one copy of each
12085 symbol is kept, only the line of the first occurrence is kept too.
12086
12087 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
12088 * src/reader.c (rline_allocated): Remove, unused.
12089 (symbol_list): Have a `line' member.
12090 (symbol_list_new): New.
12091 (readgram): Use it.
12092 * src/print.c (print_grammar): Output the rule line numbers.
12093 * tests/regression.at (Solved SR Conflicts)
12094 (Unresolved SR Conflicts): Adjust.
12095 Reported by Hans Aberg.
12096
12097 2001-11-22 Marc Autret <autret_m@epita.fr>
12098
12099 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
12100
12101 2001-11-22 Marc Autret <autret_m@epita.fr>
12102
12103 * src/muscle_tab.c (muscle_init): Remove initialization of
12104 skeleton muscle.
12105 * src/output.c (output_master_parser): Do it here.
12106
12107 2001-11-20 Akim Demaille <akim@epita.fr>
12108
12109 * po/sv.po: New.
12110 * configure.in (ALL_LINGUAS): Adjust.
12111 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
12112 longer contains strings to translate.
12113
12114 2001-11-19 Akim Demaille <akim@epita.fr>
12115
12116 * src/conflicts.c (conflicts_print): Add a missing \n.
12117
12118 2001-11-19 Akim Demaille <akim@epita.fr>
12119
12120 * src/nullable.c (nullable_print): New.
12121 (set_nullable): Call it when tracing.
12122 Better locality of variables.
12123
12124 2001-11-19 Akim Demaille <akim@epita.fr>
12125
12126 * src/print.c (print_actions): Better locality of variables.
12127
12128 2001-11-19 Akim Demaille <akim@epita.fr>
12129
12130 * src/derives.c (print_derives): Fix and enrich.
12131 * src/closure.c (print_fderives): Likewise.
12132
12133 2001-11-19 Akim Demaille <akim@epita.fr>
12134
12135 * src/closure.c (itemsetend): Remove, replaced with...
12136 (itemsetsize): new.
12137
12138 2001-11-19 Akim Demaille <akim@epita.fr>
12139
12140 * src/LR0.c (kernel_end): Remove, replaced with...
12141 (kernel_size): new.
12142
12143 2001-11-19 Akim Demaille <akim@epita.fr>
12144
12145 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
12146 to clarify.
12147
12148 2001-11-19 Akim Demaille <akim@epita.fr>
12149
12150 * src/closure.c (closure): Use arrays instead of pointers to clarify.
12151
12152 2001-11-19 Akim Demaille <akim@epita.fr>
12153
12154 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
12155 trace messages.
12156 * src/LR0.c: Likewise.
12157 (allocate_itemsets): Use arrays instead of pointers to clarify.
12158
12159 2001-11-19 Akim Demaille <akim@epita.fr>
12160
12161 * src/getargs.c (statistics_flag): Replace with...
12162 (trace_flag): New.
12163 (longopts): Accept --trace instead of --statistics.
12164 * src/getargs.h, src/options.c: Adjust.
12165 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
12166 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
12167
12168 2001-11-19 Akim Demaille <akim@epita.fr>
12169
12170 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
12171 pointers to clarify the code.
12172 (save_reductions, save_shifts): Factor common parts of alternatives.
12173
12174 2001-11-19 Akim Demaille <akim@epita.fr>
12175
12176 * src/LR0.c (new_state, get_state): Complete TRACE code.
12177 * src/closure.c: Include `reader.h' to get `tags', needed by the
12178 trace code.
12179 Rename the conditional DEBUG as TRACE.
12180 Output consistently TRACEs to stderr, not stdout.
12181 * src/derives.c: Likewise.
12182 * src/reduce.c: (inaccessable_symbols): Using if is better style
12183 than goto.
12184 Use `#if TRACE' instead of `#if 0' for tracing code.
12185
12186 2001-11-19 Akim Demaille <akim@epita.fr>
12187
12188 * src/system.h (LIST_FREE, shortcpy): New.
12189 * src/LR0.c: Use them.
12190 * src/output.c (free_itemsets, free_reductions, free_shifts):
12191 Remove, replaced by LIST_FREE.
12192
12193 2001-11-19 Akim Demaille <akim@epita.fr>
12194
12195 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
12196 (REDUCTIONS_ALLOC): New.
12197 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
12198 allocation.
12199
12200 2001-11-19 Akim Demaille <akim@epita.fr>
12201
12202 * src/LR0.c (new_state): Complete trace code.
12203 * src/nullable.c (set_nullable): Don't translate traces.
12204
12205 2001-11-19 Akim Demaille <akim@epita.fr>
12206
12207 * src/print_graph.c (print_core): Better locality of variables.
12208 * src/print.c (print_core): Likewise.
12209
12210 2001-11-19 Akim Demaille <akim@epita.fr>
12211
12212 * src/vcg.c: You do the output, so you are responsible of the
12213 handling of VCG syntax, in particular: use quotearg.
12214 * src/print_graph.c: Don't.
12215 (print_actions): Don't output the actions as part of the nodes,
12216 since that's the job of the edges.
12217 (print_state): Don't output by hand: fill the node description,
12218 and ask for its output.
12219
12220 2001-11-19 Akim Demaille <akim@epita.fr>
12221
12222 * src/bison.simple (yyparse): When verbosely reporting an error,
12223 no longer put additional quotes around token names.
12224 * tests/calc.at: Adjust.
12225
12226 2001-11-19 Akim Demaille <akim@epita.fr>
12227
12228 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
12229 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
12230 * src/output.c: Adjust.
12231
12232 2001-11-19 Akim Demaille <akim@epita.fr>
12233
12234 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
12235 (rule_t): this.
12236 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
12237
12238 2001-11-19 Akim Demaille <akim@epita.fr>
12239
12240 * src/gram.h (rule_t): New.
12241 (rule_table): New.
12242 (rrhs, rlhs): Remove, part of state_t.
12243 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
12244 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
12245 * src/reader.c, src/reduce.c: Adjust.
12246
12247 2001-11-19 Akim Demaille <akim@epita.fr>
12248
12249 * src/reader.c (symbols_output): New, extracted from...
12250 (packsymbols): Here.
12251 (reader): Call it.
12252
12253 2001-11-19 Akim Demaille <akim@epita.fr>
12254
12255 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
12256 (maxrhs): this new function.
12257
12258 2001-11-19 Akim Demaille <akim@epita.fr>
12259
12260 * src/lalr.c (F): New macro to access the variable F.
12261 Adjust.
12262
12263 2001-11-19 Akim Demaille <akim@epita.fr>
12264
12265 * src/lalr.h (LA): New macro to access the variable LA.
12266 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
12267 * src/lalr.c: Adjust.
12268
12269 2001-11-19 Akim Demaille <akim@epita.fr>
12270
12271 * src/lalr.c (initialize_LA): Only initialize LA. Let...
12272 (set_state_table): handle the `lookaheads' members.
12273
12274 2001-11-19 Akim Demaille <akim@epita.fr>
12275
12276 * src/lalr.h (lookaheads): Removed array, whose contents is now
12277 a member of...
12278 (state_t): this structure.
12279 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
12280 Adjust.
12281
12282 2001-11-19 Akim Demaille <akim@epita.fr>
12283
12284 * src/lalr.h (consistent): Removed array, whose contents is now
12285 a member of...
12286 (state_t): this structure.
12287 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
12288 Adjust.
12289
12290 2001-11-19 Akim Demaille <akim@epita.fr>
12291
12292 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
12293 contents are now members of...
12294 (state_t): this structure.
12295 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
12296 Adjust.
12297
12298 2001-11-19 Akim Demaille <akim@epita.fr>
12299
12300 * src/lalr.h (state_t): New.
12301 (state_table): Be a state_t * instead of a core **.
12302 (accessing_symbol): Remove, part of state_t.
12303 * src/lalr.c: Adjust.
12304 (set_accessing_symbol): Merge into...
12305 (set_state_table): this.
12306 * src/print_graph.c, src/conflicts.c: Adjust.
12307
12308 2001-11-14 Akim Demaille <akim@epita.fr>
12309
12310 * tests/calc.at, tests/output.at, tests/regression.at,
12311 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
12312 now the tests are run in private dirs, therefore AC_CLEANUP and
12313 family can be simplified to 0-ary.
12314 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
12315 use abs. path to find config.h.
12316 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
12317 stderr, there can be way too much random noise.
12318 Instead pass -Werror to GCC and rely on the exit status.
12319 Reported by Wolfram Wagner.
12320
12321 2001-11-14 Akim Demaille <akim@epita.fr>
12322
12323 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
12324 defined only if yyoverflow is defined, to avoid `warning: unused
12325 variable `yyvs1''.
12326 Reported by The Test Suite.
12327
12328 2001-11-14 Akim Demaille <akim@epita.fr>
12329
12330 * src/print.c: Include reduce.h.
12331 Reported by Hans Aberg.
12332
12333 2001-11-14 Akim Demaille <akim@epita.fr>
12334
12335 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
12336 Revert a previous patch: these are really const.
12337 * src/conflicts.c (conflict_report): Additional useless pair of
12338 braces to pacify GCC's warnings for `if () if () {} else {}'.
12339 * src/lex.c (parse_percent_token): Replace equal_offset with
12340 arg_offset.
12341 arg is const.
12342 Be sure to strdup `arg' when used, since there is no reason for
12343 token_buffer not to change.
12344
12345 2001-11-14 Akim Demaille <akim@epita.fr>
12346
12347 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
12348 definition.
12349 * src/main.c (main): Use them.
12350 Suggested by Hans Aberg.
12351
12352 2001-11-12 Akim Demaille <akim@epita.fr>
12353
12354 * src/system.h (ngettext): Now that we use ngettext, be sure to
12355 provide a default definition when NLS are not used.
12356
12357 2001-11-12 Akim Demaille <akim@epita.fr>
12358
12359 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
12360 Use @kbd to denote user input.
12361 (Language and Grammar): ANSIfy the example.
12362 Adjust its layout for info/notinfo.
12363 (Location Tracking Calc): Output error messages to stderr.
12364 Output locations in a more GNUtically correct way.
12365 Fix a couple of Englishos.
12366 Adjust @group/@end group pairs.
12367
12368 2001-11-12 Akim Demaille <akim@epita.fr>
12369
12370 %expect was not functioning at all.
12371
12372 * src/conflicts.c (expected_conflicts): Set to -1.
12373 (conflict_report): Use ngettext.
12374 (conflicts_print): Check %expect and make its violation an error.
12375 * doc/bison.texinfo (Expect Decl): Adjust.
12376 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
12377 * tests/regression.at (%expect not enough, %expect right)
12378 (%expect too much): New.
12379
12380 2001-11-12 Akim Demaille <akim@epita.fr>
12381
12382 * tests/regression.at (Conflicts): Rename as...
12383 (Unresolved SR Conflicts): this.
12384 (Solved SR Conflicts): New.
12385
12386 2001-11-12 Akim Demaille <akim@epita.fr>
12387
12388 * src/reduce.c (print_results): Rename as...
12389 (reduce_output): This.
12390 Output to OUT, passed as argument, instead of output_obstack.
12391 (dump_grammar): Likewise.
12392 (reduce_free): New.
12393 Also free V1.
12394 (reduce_grammar): No longer call reduce_output, since...
12395 * src/print.c (print_results): do it.
12396 * src/main.c (main): Call reduce_free;
12397
12398 2001-11-12 Akim Demaille <akim@epita.fr>
12399
12400 * src/conflicts.c (print_reductions): Accept OUT as argument.
12401 Output to it, not to output_obstack.
12402 * src/print.c (print_actions): Adjust.
12403
12404 2001-11-12 Akim Demaille <akim@epita.fr>
12405
12406 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
12407 the result instead of using...
12408 (src_total, rrc_total, src_count, rrc_count): Remove.
12409 (any_conflicts): Remove.
12410 (print_conflicts): Split into...
12411 (conflicts_print, conflicts_output): New.
12412 * src/conflicts.h: Adjust.
12413 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
12414 * src/print.c (print_grammar): Issue `\n' between two rules.
12415 * tests/regression.at (Conflicts): New.
12416 Reported by Tom Lane.
12417
12418 2001-11-12 Akim Demaille <akim@epita.fr>
12419
12420 * tests/regression.at (Invalid input): Remove, duplicate with
12421 ``Invalid input: 1''.
12422
12423 2001-11-12 Akim Demaille <akim@epita.fr>
12424
12425 * tests/torture.at (AT_DATA_STACK_TORTURE)
12426 (Exploding the Stack Size with Alloca)
12427 (Exploding the Stack Size with Malloc): New.
12428
12429 2001-11-12 Akim Demaille <akim@epita.fr>
12430
12431 * src/bison.simple (YYSTACK_REALLOC): New.
12432 (yyparse) [!yyoverflow]: Use it and free the old stack.
12433 Reported by Per Allansson.
12434
12435 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
12436
12437 * src/bison.simple: Define type yystype instead of YYSTYPE, and
12438 define CPP macro, which substitute YYSTYPE by yystype.
12439 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
12440 with yyltype/YYLTYPE. This allows inclusion of the generated
12441 header within the parser if the compiler, such as GGC, accepts
12442 multiple equivalent #defines.
12443 From Akim.
12444
12445 2001-11-05 Akim Demaille <akim@epita.fr>
12446
12447 * src/reader.c (symbols_output): New, extracted from...
12448 (packsymbols): here.
12449 (reader): Adjust.
12450
12451 2001-11-05 Akim Demaille <akim@epita.fr>
12452
12453 * src/lex.c (parse_percent_token): s/quotearg/quote/.
12454
12455 2001-11-05 Akim Demaille <akim@epita.fr>
12456
12457 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
12458 pattern.
12459
12460 2001-11-05 Akim Demaille <akim@epita.fr>
12461
12462 * src/options.h (struct option_table_struct): set_flags is void*.
12463 * src/options.c (longopts): Support `--output' and `%output'.
12464 (usage): Adjust.
12465 * src/lex.h (tok_setopt): Remove, replaced with...
12466 (tok_intopt, tok_stropt): these new guys.
12467 * src/lex.c (getopt.h): Not needed.
12468 (token_buffer, unlexed_token_buffer): Not const.
12469 (percent_table): Promote `-' over `_' in directive names.
12470 Active `%name-prefix', `file-prefix', and `output'.
12471 (parse_percent_token): Accept possible arguments to directives.
12472 Promote `-' over `_' in directive names.
12473
12474 2001-11-04 Akim Demaille <akim@epita.fr>
12475
12476 * doc/bison.texinfo (Decl Summary): Split the list into
12477 `directives for grammars' and `directives for bison'.
12478 Sort'em.
12479 Add description of `%name-prefix', `file-prefix', and `output'.
12480 Promote `-' over `_' in directive names.
12481 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
12482 Simplify the description of `--name-prefix'.
12483 Promote `-' over `_' in directive names.
12484 Promote `--output' over `--output-file'.
12485 Fix the description of `--defines'.
12486 * tests/output.at: Exercise %file-prefix and %output.
12487
12488 2001-11-02 Akim Demaille <akim@epita.fr>
12489
12490 * doc/refcard.tex: Update.
12491
12492 2001-11-02 Akim Demaille <akim@epita.fr>
12493
12494 * src/symtab.h (SUNDEF): New.
12495 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
12496 stand for `uninitialized', instead of 0.
12497 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
12498 * src/lex.c (lex): Adjust.
12499
12500 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
12501 Number it 0.
12502 Let yylex return it instead of a plain 0.
12503 Reported by Dick Streefland.
12504
12505 2001-11-02 Akim Demaille <akim@epita.fr>
12506
12507 * tests/regression.at (Mixing %token styles): New test.
12508
12509 2001-11-02 Akim Demaille <akim@epita.fr>
12510
12511 * src/reader.c (parse_thong_decl): Formatting changes.
12512 (token_translations_init): New, extracted from...
12513 (packsymbols): Here.
12514 Adjust.
12515
12516 2001-11-01 Akim Demaille <akim@epita.fr>
12517
12518 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
12519 Check that `9foo.y' produces correct cpp guards.
12520 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
12521 guards.
12522 Reported by Wwp.
12523
12524 2001-11-01 Akim Demaille <akim@epita.fr>
12525
12526 * tests/regression.at (Invalid input: 2): New.
12527 * src/lex.c (unlexed_token_buffer): New.
12528 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
12529 too.
12530 Reported by Wwp.
12531
12532 2001-11-01 Akim Demaille <akim@epita.fr>
12533
12534 * tests/calc.at: Catch up with 1.30.
12535 * configure.in: Bump to 1.49a.
12536 Adjust to newer Autotest.
12537
12538 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
12539
12540 * src/conflicts.c: Move global variables rrc_total and src_total ...
12541 (print_conflicts): here.
12542 * src/output.c (output): Free global variable user_toknums.
12543 * src/lex.c (token_obstack): Become static.
12544
12545 2001-10-18 Akim Demaille <akim@epita.fr>
12546
12547 * tests/atlocal.in (GCC): Add.
12548 * tests/calc.at: s/m4_match/m4_bmatch/.
12549 s/m4_patsubst/m4_bpatsubst/.
12550 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
12551 * configure.in: AC_SUBST(GCC).
12552
12553 2001-10-14 Marc Autret <autret_m@epita.fr>
12554
12555 * src/options.c (create_long_option_table): Fix.
12556
12557 2001-10-10 Akim Demaille <akim@epita.fr>
12558
12559 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
12560
12561 2001-10-04 Akim Demaille <akim@epita.fr>
12562
12563 * src/reader.c (parse_union_decl): Push the caracters in
12564 union_obstack, not attrs_obstack.
12565
12566 2001-10-04 Akim Demaille <akim@epita.fr>
12567
12568 Merge in the branch 1.29.
12569
12570 * src/reader.c (packsymbols): Use a temporary obstack for
12571 `%%tokendef', since output_stack is already used elsewhere.
12572
12573 2001-10-02 Akim Demaille <akim@epita.fr>
12574
12575 Bump 1.29d.
12576
12577 2001-10-02 Akim Demaille <akim@epita.fr>
12578
12579 Version 1.29c.
12580
12581 2001-10-02 Akim Demaille <akim@epita.fr>
12582
12583 * tests/regression.at (Invalid CPP headers): New.
12584 From Alexander Belopolsky.
12585 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
12586
12587 2001-10-02 Akim Demaille <akim@epita.fr>
12588
12589 * tests/regression.at (Invalid input): New.
12590 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
12591 Reported by Shura.
12592
12593 2001-10-02 Akim Demaille <akim@epita.fr>
12594
12595 * tests/calc.at: Now that --debug works, the tests must be adjusted.
12596
12597 2001-10-02 Akim Demaille <akim@epita.fr>
12598
12599 * src/output.c (output_parser): Assert `skeleton'.
12600 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
12601 systems.
12602 From Shura.
12603
12604 2001-10-01 Marc Autret <autret_m@epita.fr>
12605
12606 * src/lex.h: Echo modifications.
12607 * src/lex.c (unlex): Parameter is now token_t.
12608 From Hans Aberg.
12609
12610 2001-10-01 Marc Autret <autret_m@epita.fr>
12611
12612 * src/main.c: Include lex.h.
12613 From Hans Aberg.
12614
12615 2001-09-29 Akim Demaille <akim@epita.fr>
12616
12617 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
12618
12619 2001-09-28 Akim Demaille <akim@epita.fr>
12620
12621 * tests/testsuite.at: Update to newer Autotest.
12622 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
12623
12624 2001-09-27 Akim Demaille <akim@epita.fr>
12625
12626 Position independent wrapper.
12627
12628 * tests/bison: Remove.
12629 * tests/bison.in: New.
12630 * configure.in: Adjust.
12631
12632 2001-09-27 Paul Eggert <eggert@twinsun.com>
12633
12634 Port quotearg fixes from tar 1.13.24.
12635
12636 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
12637 tm to be declared.
12638 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
12639 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
12640
12641 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
12642 * m4/mbrtowc.m4: New file.
12643 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
12644 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
12645
12646 2001-09-27 Akim Demaille <akim@epita.fr>
12647
12648 Bump to 1.29c.
12649
12650 2001-09-27 Akim Demaille <akim@epita.fr>
12651
12652 Version 1.29b.
12653
12654 2001-09-25 Akim Demaille <akim@epita.fr>
12655
12656 * src/system.h: Include `xalloc.h'.
12657 Remove it from the C files.
12658 * src/files.c (output_files): Free the obstacks.
12659 * src/lex.c (init_lex): Rename as...
12660 (lex_init): this.
12661 (lex_free): New.
12662 * src/main.c (main): Use it.
12663
12664 2001-09-24 Marc Autret <autret_m@epita.fr>
12665
12666 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
12667 to output informations in fout (FILE*).
12668 (open_graph, close_graph): Likewise.
12669 (output_graph, output_edge, output_node): Likewise.
12670 * src/vcg.h: Update function prototypes.
12671 * src/print_graph.c (print_graph): Open output graph file.
12672 (print_actions): Adjust.
12673 * src/files.h: Remove extern declaration.
12674 * src/files.c: Remove graph_obstack declaration.
12675 (open_files): Remove graph_obstack initialization.
12676 (output_files): Remove graph_obstack saving.
12677
12678 2001-09-24 Marc Autret <autret_m@epita.fr>
12679
12680 * src/files.c (compute_output_file_names): Fix.
12681
12682 2001-09-24 Marc Autret <autret_m@epita.fr>,
12683 Akim Demaille <akim@epita.fr>
12684
12685 * src/reader.c (reader): Remove call to free_symtab ().
12686 * src/main.c (main): Call it here.
12687 Include symtab.h.
12688 * src/conflicts.c (initialize_conflicts): Rename as...
12689 (solve_conflicts): this.
12690 * src/print.c (print_core, print_actions, print_state)
12691 (print_grammar): Dump to a file instead a `output_obstack'.
12692 (print_results): Dump `output_obstack', and then proceed with the
12693 FILE *.
12694 * src/files.c (compute_output_file_names, close_files): New.
12695 (output_files): Adjust.
12696 * src/main.c (main): Adjust.
12697
12698 2001-09-23 Marc Autret <autret_m@epita.fr>
12699
12700 * src/files.c (compute_header_macro): Computes header macro name
12701 from spec_defines_file when given.
12702
12703 2001-09-23 Marc Autret <autret_m@epita.fr>
12704
12705 * src/files.c (output_files): Add default extensions.
12706
12707 2001-09-22 Akim Demaille <akim@epita.fr>
12708
12709 * src/conflicts.c (finalize_conflicts): Rename as...
12710 (free_conflicts): this.
12711
12712 2001-09-22 Akim Demaille <akim@epita.fr>
12713
12714 * src/gram.c (gram_free): Rename back as...
12715 (dummy): this.
12716 (output_token_translations): Free `token_translations'.
12717 * src/symtab.c (free_symtab): Free the tag field.
12718
12719 2001-09-22 Akim Demaille <akim@epita.fr>
12720
12721 Remove `translations' as it is always set to true.
12722
12723 * src/gram.h: Adjust.
12724 * src/reader.c (packsymbols, parse_token_decl): Adjust
12725 * src/print.c (print_grammar): Adjust.
12726 * src/output.c (output_token_translations): Adjust.
12727 * src/lex.c (lex): Adjust.
12728 * src/gram.c: Be sure the set pointers to NULL.
12729 (dummy): Rename as...
12730 (gram_free): this.
12731
12732 2001-09-22 Akim Demaille <akim@epita.fr>
12733
12734 * configure.in: Invoke AM_LIB_DMALLOC.
12735 * src/system.h: Use dmalloc.
12736 * src/LR0.c: Be sure to have pointers initialized to NULL.
12737 (allocate_itemsets): Allocate kernel_items only if needed.
12738
12739 2001-09-22 Akim Demaille <akim@epita.fr>
12740
12741 * configure.in: Bump to 1.29b.
12742 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
12743 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
12744 need xmalloc.c in calc.y.
12745 From Pascal Bart.
12746
12747 2001-09-21 Akim Demaille <akim@epita.fr>
12748
12749 Version 1.29a.
12750 * Makefile.maint, config/config.guess, config/config.sub,
12751 * config/missing: Update from masters.
12752 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
12753 upon package.m4.
12754 * configure.in (ALL_LINGUAS): Add `tr'.
12755
12756 2001-09-21 Akim Demaille <akim@epita.fr>
12757
12758 * tests/Makefile.am (package.m4): Move to...
12759 ($(srcdir)/$(TESTSUITE)): here.
12760
12761 2001-09-20 Akim Demaille <akim@epita.fr>
12762
12763 * src/complain.c: No longer try to be standalone: use system.h.
12764 Don't assume __STDC__ is defined to 1. Just test if it is defined.
12765 * src/complain.h: Likewise.
12766 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
12767 Remove the unused variable `n'.
12768 From Albert Chin-A-Young.
12769
12770 2001-09-18 Marc Autret <autret_m@epita.fr>
12771
12772 * doc/bison.1: Update.
12773 * doc/bison.texinfo (Bison Options): Update --defines and --graph
12774 descriptions.
12775 (Option Cross Key): Update.
12776 Add --graph.
12777
12778 2001-09-18 Marc Autret <autret_m@epita.fr>
12779
12780 * tests/regression.at: New test (comment in %union).
12781
12782 2001-09-18 Marc Autret <autret_m@epita.fr>
12783
12784 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
12785 do that.
12786 Reported by Keith Browne.
12787
12788 2001-09-18 Marc Autret <autret_m@epita.fr>
12789
12790 * tests/output.at: Add tests for --defines and --graph.
12791
12792 2001-09-18 Marc Autret <autret_m@epita.fr>
12793
12794 * tests/output.at: Removes tests of %{header,src}_extension features.
12795
12796 2001-09-18 Akim Demaille <akim@epita.fr>
12797
12798 * tests/Makefile.am (package.m4): New.
12799 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
12800 (_AT_CHECK_CALC_ERROR): Likewise.
12801 Factor the `, ' part of verbose error messages.
12802
12803 2001-09-18 Marc Autret <autret_m@epita.fr>
12804
12805 * src/getargs.c (longopts): Declare --defines and --graph as options
12806 with optional arguments.
12807 * src/files.h: Add extern declarations.
12808 * src/files.c (spec_graph_file, spec_defines_file): New.
12809 (output_files): Update.
12810 Remove CPP-outed code.
12811
12812 2001-09-18 Marc Autret <autret_m@epita.fr>
12813
12814 Turn off %{source,header}_extension feature.
12815
12816 * src/files.c (compute_exts_from_gf): Update.
12817 (compute_exts_from_src): Update.
12818 (output_files): CPP-out useless code.
12819 * src/files.h: Remove {header,source}_extension extern declarations.
12820 * src/reader.c (parse_dquoted_param): CPP-out.
12821 (parse_header_extension_decl): Remove.
12822 (parse_source_extension_decl): Remove.
12823 (read_declarations): Remove cases tok_{hdrext,srcext}.
12824 * src/lex.c (percent_table): Remove {header,source}_extension entries.
12825 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
12826
12827 2001-09-10 Akim Demaille <akim@epita.fr>
12828
12829 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
12830 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
12831 (AT_CHECK_OUTPUT): this.
12832 Merely check ls' exit status, its output is useless.
12833
12834 2001-09-10 Akim Demaille <akim@epita.fr>
12835
12836 * tests/calc.at: Use m4_match.
12837 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
12838
12839 2001-09-10 Marc Autret <autret_m@epita.fr>,
12840 Akim Demaille <akim@epita.fr>
12841
12842 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
12843 enum color_e.
12844 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
12845 to `normal'.
12846 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
12847 * src/lex.h: Adjust prototype.
12848 (token_t): Add `tok_undef'.
12849 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
12850 (parse_percent_token): Now returns token_t.
12851 Add default statement in switch.
12852 (lex): Separate `c' as an input variable, from the token_t result
12853 part.
12854 (unlexed): Is a token_t.
12855
12856 2001-09-10 Akim Demaille <akim@epita.fr>
12857
12858 * configure.in: Bump to 1.29a.
12859
12860 2001-09-07 Akim Demaille <akim@epita.fr>
12861
12862 Version 1.29.
12863
12864 2001-08-30 Akim Demaille <akim@epita.fr>
12865
12866 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
12867 * m4/atconfig.m4: Remove.
12868 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
12869 * tests/bison: New.
12870 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
12871 m4_if, m4_patsubst, and m4_regexp.
12872 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
12873 `input' file instead of echo.
12874
12875 2001-08-29 Akim Demaille <akim@epita.fr>
12876
12877 Bump to 1.28e.
12878
12879 2001-08-29 Akim Demaille <akim@epita.fr>
12880
12881 Version 1.28d.
12882
12883 2001-08-29 Paul Eggert <eggert@twinsun.com>
12884
12885 * src/bison.simple (yyparse): Don't take the address of an
12886 item before the start of an array, as that doesn't conform to
12887 the C Standard.
12888
12889 2001-08-29 Robert Anisko <anisko_r@epita.fr>
12890
12891 * doc/bison.texinfo (Location Tracking Calc): New node.
12892
12893 2001-08-29 Paul Eggert <eggert@twinsun.com>
12894
12895 * src/output.c (output): Do not define const, as this now
12896 causes more problems than it cures.
12897
12898 2001-08-29 Akim Demaille <akim@epita.fr>
12899
12900 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
12901 the nodes.
12902 Be sure to tag the `detailmenu'.
12903
12904 2001-08-29 Akim Demaille <akim@epita.fr>
12905
12906 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
12907 download in a tmp dir.
12908
12909 2001-08-28 Marc Autret <autret_m@epita.fr>
12910
12911 * config/depcomp: New file.
12912
12913 2001-08-28 Marc Autret <autret_m@epita.fr>
12914
12915 * doc/bison.1 (mandoc): Adjust.
12916 From Juan Manuel Guerrero.
12917
12918 2001-08-28 Marc Autret <autret_m@epita.fr>
12919
12920 * src/print_graph.c (print_state): Fix.
12921
12922 2001-08-27 Marc Autret <autret_m@epita.fr>
12923
12924 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
12925 char * members.
12926 Echo modifications to the functions prototypes.
12927 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
12928
12929 2001-08-27 Marc Autret <autret_m@epita.fr>
12930
12931 * src/vcg.c: Include `xalloc.h'.
12932 (add_colorentry): New.
12933 (add_classname): New.
12934 (add_infoname): New.
12935 * src/vcg.h: Add new prototypes.
12936
12937 2001-08-27 Akim Demaille <akim@epita.fr>
12938
12939 * Makefile.maint: Sync. again with CVS Autoconf.
12940
12941 2001-08-27 Akim Demaille <akim@epita.fr>
12942
12943 * Makefile.maint: Formatting changes.
12944 (po-update, cvs-update, update): New targets.
12945 (AMTAR): Remove.
12946
12947 2001-08-27 Akim Demaille <akim@epita.fr>
12948
12949 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
12950 * Makefile.maint: Sync. with CVS Autoconf.
12951
12952 2001-08-27 Marc Autret <autret_m@epita.fr>
12953
12954 * src/vcg.h (struct infoname_s): New.
12955 (struct colorentry_s): New.
12956 (graph_s): New fields {vertical,horizontal}_order in structure.
12957 Add `infoname' field.
12958 Add `colorentry' field;
12959 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
12960 (G_HORIZONTAL_ORDER): New.
12961 (G_INFONAME): New.
12962 (G_COLORENTRY): New.
12963 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
12964 Add output of `infoname'.
12965 Add output of `colorentry'.
12966
12967 2001-08-27 Marc Autret <autret_m@epita.fr>
12968
12969 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
12970 This one shadowed a global parameter.
12971
12972 2001-08-24 Marc Autret <autret_m@epita.fr>
12973
12974 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
12975 instead of `unsigned'.
12976 (print_state): Do not call obstack_object_size () in obstack_grow ()
12977 to avoid macro variables shadowing.
12978
12979 2001-08-23 Marc Autret <autret_m@epita.fr>
12980
12981 * src/lex.c (percent_table): Typo: s/naem/name/.
12982 Add graph option.
12983 Normalize new options declarations.
12984
12985 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
12986
12987 * tests/suite.at: Exercise %header_extension and %source_extension.
12988
12989 2001-08-16 Marc Autret <autret_m@epita.fr>
12990
12991 * src/reader.c (parse_dquoted_param): New.
12992 (parse_header_extension_decl): Use it.
12993 (parse_source_extension_decl): Likewise.
12994
12995 2001-08-16 Marc Autret <autret_m@epita.fr>
12996
12997 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
12998 (get_xxxx_str): Use assert () instead of complain ().
12999 Remove return invokations in default cases.
13000 (get_decision_str): Modify default behaviour. Remove second argument.
13001 Echo modifications on calls.
13002 (output_graph): Fix.
13003
13004 2001-08-16 Marc Autret <autret_m@epita.fr>
13005
13006 * src/getargs.c (usage): Update with ``-g, --graph''.
13007
13008 2001-08-16 Marc Autret <autret_m@epita.fr>
13009
13010 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
13011 (Option Cross Key): Likewise.
13012 * doc/bison.1: Update.
13013
13014 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
13015
13016 * src/output.c (output_master_parser): Don't finish action_obstack.
13017 (output_parser): Don't care about the muscle action, here.
13018 (prepare): Copy the action_obstack in the action muscle.
13019 (output): Free action_obstack.
13020
13021 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
13022
13023 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
13024 will contain `%union' declaration.
13025 (parse_union_decl): Delete #line directive output.
13026 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
13027 informations about %union.
13028 (parse_union_decl): Copy the union_obstack in the muscle stype.
13029 * src/bison.simple: Add new #line directive.
13030 Add typdef %%stype YYSTYPE.
13031
13032 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
13033
13034 * src/bison.simple: Add new `#line' directive.
13035
13036 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
13037
13038 * src/bison.simple: New `#line' directive.
13039 * src/output.c (output_parser): Support new dynamic muscle input_line.
13040
13041 2001-09-22 Marc Autret <autret_m@epita.fr>
13042
13043 * src/output.c (output_master_parser): New.
13044 (output_parser): Be more re-entrant.
13045
13046 2001-09-21 Marc Autret <autret_m@epita.fr>
13047
13048 * src/reader.c (copy_definition, parse_union_decl): Update and use
13049 `linef' muscle.
13050 (copy_action): Likewise.
13051 Use obstack_1grow ().
13052 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
13053
13054 2001-09-21 Marc Autret <autret_m@epita.fr>
13055
13056 * src/options.c (option_table): Adjust.
13057 * src/lex.c (parse_percent_token): Fix.
13058
13059 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
13060
13061 * src/options.c (symtab.h): Include it, need by lex.h.
13062
13063 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
13064
13065 * src/lex.c (parse_percent_token): Change type of variable `tx', which
13066 is now an option_table_struct*.
13067 (option_strcmp): New function option_strcmp.
13068 (parse_percent_token): Call option_strcmp.
13069 * src/getargs.c (xalloc.h, options.h): Include it.
13070 (getargs): Call create_long_option_table.
13071 (getargs): Free longopts at the end of the function.
13072 (shortopts): Move in options.c.
13073 * src/options.c (create_long_option_table): New function. Convert
13074 information from option_table to option structure.
13075 * src/reader.c (options.h): Include it.
13076
13077 * src/Makefile.am: Adjust.
13078 * src/options.c (option_table): Create from longopts and percent_table.
13079 * src/getargs.c (longopts): Delete.
13080 * src/lex.c (struct percent_table_struct): Delete.
13081 (percent_table): Delete.
13082 (options.h): Include it.
13083 * src/options.c: Create.
13084 * src/options.h: Create.
13085 Declare enum opt_access_e.
13086 Define struct option_table_struct.
13087
13088 2001-09-20 Marc Autret <autret_m@epita.fr>
13089
13090 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
13091 sections of Bison.
13092
13093 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
13094
13095 * src/bison.simple: s/%%filename/%%skeleton.
13096 * src/muscle_tab.c (getargs.h): Include it.
13097 (muscle_init): Insert new muscle skeleton.
13098
13099 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
13100
13101 * src/output.c (output_parser): Delete unused variable actions_dumped.
13102
13103 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
13104
13105 * src/output.c (output): Delete call to reader_output_yylsp.
13106 * src/reader.c (reader): Likewise.
13107 * src/reader.h: Delete declaration of reader_output_yylsp.
13108
13109 2001-09-02 Marc Autret <autret_m@epita.fr>
13110
13111 * src/reader.c: Include muscle_tab.h.
13112 (parse_union_decl): Update.
13113 (parse_macro_decl): Rename parse_muscle_decl.
13114 Update to use renamed functions and variable.
13115 (read_declarations, copy_action, read_additionnal_code, : Updated
13116 with correct variables and functions names.
13117 (packsymbols, reader): Likewise.
13118
13119 * src/reader.h (muscle_obstack): Extern declaration update.
13120
13121 * src/output.c: Include muscle_tab.h
13122 In all functions using macro_insert, change by using muscle_insert ().
13123 (macro_obstack): Rename muscle_obstack.
13124 Echo modifications in the whole file.
13125 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
13126 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
13127 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
13128
13129 * src/muscle_tab.h: Update double inclusion macros.
13130 (macro_entry_s): Rename muscle_entry_s.
13131 Update prototypes.
13132
13133 * src/muscle_tab.c: Include muscle_tab.h.
13134 Rename macro_tabble to muscle_table.
13135 (mhash1, mhash2, mcmp): Use muscle_entry.
13136 (macro_init): Rename muscle_init. Update.
13137 (macro_insert): Rename muscle_insert. Update.
13138 (macro_find): Rename muscle_find. Update.
13139
13140 * src/main.c: Include muscle_tab.h.
13141 (main): Call muscle_init ().
13142 * src/Makefile.am (bison_SOURCES): Echo modifications.
13143
13144 2001-09-02 Marc Autret <autret_m@epita.fr>
13145
13146 Now the files macro_tab.[ch] are named muscle_tab.[ch].
13147
13148 * src/muscle_tab.c, src/muscle_tab.h: Add files.
13149
13150 2001-09-02 Marc Autret <autret_m@epita.fr>
13151
13152 * src/macrotab.c, src/macrotab.h: Remove.
13153
13154 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
13155
13156 * src/reader.c (copy_guard): Use muscle to specify the `#line'
13157 filename.
13158
13159 2001-09-01 Marc Autret <autret_m@epita.fr>
13160
13161 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
13162 to an explicit value to activate the feature. We do it here.
13163
13164 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
13165
13166 * src/output.c (prepare): Delete the `filename' muscule insertion.
13167 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
13168 (parse_union_decl): Likewise.
13169 * src/macrotab.c (macro_init): Initialize filename by infile.
13170
13171 2001-08-31 Marc Autret <autret_m@epita.fr>
13172
13173 * src/bison.simple (YYLSP_NEEDED): New definition.
13174 * src/output.c (prepare): Add macro insertion of `locations_flag'
13175
13176 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
13177
13178 * src/output.c (prepare): Delete insertion of previous muscles,
13179 and insert the `prefix' muscles.
13180 * src/macrotab.c (macro_init): Likewise.
13181 (macro_init): Initialization prefix directive by `yy'.
13182 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
13183 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
13184 yylval, yydebug, yyerror, yynerrs and yyparse.
13185 New directive `#define' to substitute yydebug, ... with option
13186 name_prefix.
13187
13188 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
13189
13190 * src/main.c (main): Standardize.
13191 * src/output.c (output_table_data, output_parser): Likewise.
13192 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
13193
13194 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
13195
13196 * src/reader.c (read_additionnal_code): Rename %%user_code to
13197 %%epilogue.
13198 * src/output.c (output): Rename %%declarations to %%prologue.
13199 * src/bison.simple: Echo modifications.
13200
13201 2001-08-31 Marc Autret <autret_m@epita.fr>
13202
13203 * src/reader.c (readgram): CleanUp.
13204 (output_token_defines): Likewise.
13205 (packsymbols): Likewise.
13206 (reader): Likewise.
13207 * src/output.c (output): CPP-out useless code.
13208
13209 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
13210
13211 * src/reader.c (reader): Delete obsolete call to function
13212 output_trailers and output_headers.
13213 * src/output.h: Remove obsolete functions prototypes of output_headers
13214 and output_trailers.
13215
13216 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
13217
13218 * src/main.c: Include macrotab.h.
13219 * src/macrotab.h (macro_entry_s): Constify fields.
13220 Adjust functions prototypes.
13221 * src/macrotab.c (macro_insert): Constify key and value.
13222 (macro_find): Constify key.
13223 (macro_insert): Include 'xalloc.h'
13224 (macro_insert): Use XMALLOC.
13225 (macro_find): Constify return value.
13226 * src/output.c (output_table_data): Rename table to table_data.
13227 (output_parser): Constify macro_key, macro_value.
13228
13229 2001-08-30 Marc Autret <autret_m@epita.fr>
13230
13231 * src/reader.c (parse_skel_decl): New.
13232 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
13233 * src/lex.h (token_t): New token `tok_skel'.
13234 * src/lex.c (percent_table): Add skeleton option entry.
13235 Standardize.
13236
13237 2001-08-29 Marc Autret <autret_m@epita.fr>
13238
13239 * src/bison.simple: Add %%user_code directive at the end.
13240 * src/reader.c (read_additionnal_code): New.
13241 (reader): Use it.
13242 * src/output.c (output_program): Remove.
13243 (output): Update.
13244
13245 2001-08-28 Marc Autret <autret_m@epita.fr>
13246
13247 * src/output.c (output_actions): Clean up.
13248 (output_gram): CPP-out useless code.
13249 * src/reader.c (reader): Clean up, CPP-out useless code.
13250
13251 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
13252
13253 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
13254 directive.
13255 * src/bison.simple: Add `%%definitions'.
13256
13257 2001-08-28 Marc Autret <autret_m@epita.fr>
13258
13259 * config/depcomp: New file.
13260
13261 2001-08-27 Paul Eggert <eggert@twinsun.com>
13262
13263 * src/bison.simple (yyparse): Don't take the address of an
13264 item before the start of an array, as that doesn't conform to
13265 the C Standard.
13266
13267 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
13268
13269 * src/output.c (output): Remove the initialization of the macro
13270 obstack. It was done too late here.
13271
13272 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
13273 completely wrong.
13274 (reader): Initialize the macro obstack here, since we need it to grow
13275 '%define' directives.
13276
13277 * src/reader.h: Declare the macro obstack as extern.
13278
13279 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
13280
13281 * src/output.c (output_parser): Fix. Store single '%' characters in
13282 the output obstack instead of throwing them away.
13283
13284 2001-08-27 Akim Demaille <akim@epita.fr>
13285
13286 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
13287
13288 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13289
13290 * lib/Makefile.am: Adjust.
13291
13292 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13293
13294 * src/bison.simple: Update and add '%%' directives.
13295
13296 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13297
13298 * src/reader.c (reader): Remove calls to 'output_headers' and
13299 'output_trailers'. Remove some C output.
13300 (readgram): Disable a piece of code that was writing a default
13301 definition for 'YYSTYPE'.
13302 (reader_output_yylsp): Remove.
13303 (packsymbols): Output token defintions to a macro.
13304 (copy_definition): Disable C output.
13305
13306 * src/reader.c (parse_macro_decl): New function used to parse macro
13307 declarations.
13308 (copy_string2): Put the body of copy_string into this new function.
13309 Add a parameter to let the caller choose whether he wants to copy the
13310 string delimiters or not.
13311 (copy_string): Be a simple call to copy_string2 with the last argument
13312 bound to true.
13313 (read_declarations): Add case for macro definition.
13314 (copy_identifier): New.
13315 (parse_macro_decl): Read macro identifiers using copy_identifier
13316 rather than lex.
13317
13318 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13319
13320 * src/output.c (prepare): Add prefixed names.
13321 (output_parser): Output semantic actions.
13322 (output_parser): Fix bug on '%%line' directives.
13323
13324 * src/output.c (output_headers): Remove. The C code printed by this
13325 function should now be in the skeletons.
13326 (output_trailers): Remove.
13327 (output): Disable call to 'reader_output_yylsp'.
13328 (output_rule_data): Do not output tables to the table obstack.
13329
13330 * src/output.c: Remove some C dedicated output.
13331 Improve the use of macro and output obstacks.
13332 (output_defines): Remove.
13333
13334 * src/output.c (output_token_translations): Associate 'translate'
13335 table with a macro. No output to the table obstack.
13336 (output_gram): Same for 'rhs' and 'prhs'.
13337 (output_stos): Same for 'stos'.
13338 (output_rule_data): Same for 'r1' and 'r2'.
13339 (token_actions): Same for 'defact'.
13340 (goto_actions): Same for 'defgoto'.
13341 (output_base): Same for 'pact' and 'pgoto'.
13342 (output_table): Same for 'table'.
13343 (output_check): Same for 'check'.
13344
13345 * src/output.c (output_table_data): New function.
13346 (output_short_table): Remove.
13347 (output_short_or_char_table): Remove.
13348
13349 * src/output.c (output_parser): Replace most of the skeleton copy code
13350 with something new. Skeletons are now processed character by character
13351 rather than line by line, and Bison looks for '%%' macros. This is the
13352 first step in making Bison's output process (a lot) more flexible.
13353 (output_parser): Use the macro table.
13354
13355 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13356
13357 * src/main.c (main): Initialize the macro table.
13358
13359 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13360
13361 * src/lex.c (percent_table): Add tok_define.
13362 * src/lex.h: Add tok_define.
13363
13364 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13365
13366 * src/macrotab.c: New file.
13367 * src/macrotab.h: New file.
13368 * src/Makefile.am: Update.
13369
13370 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13371
13372 * lib/hash.c: New file.
13373 * lib/hash.h: New file.
13374 * lib/Makefile.am: Update.
13375
13376 2001-08-15 Akim Demaille <akim@epita.fr>
13377
13378 Version 1.28c.
13379
13380 2001-08-15 Marc Autret <autret_m@epita.fr>
13381
13382 * src/reader.c (readgram): Indent output macro YYSTYPE.
13383 (packsymbols): Likewise.
13384 (output_token_defines): Likewise.
13385 * src/files.c: Standardize.
13386 (compute_header_macro): New.
13387 (defines_obstack_save): New. Use compute_header_macro.
13388 (output_files): Update. Use defines_obstack_save.
13389
13390 2001-08-15 Akim Demaille <akim@epita.fr>
13391
13392 * doc/bison.texinfo (Table of Symbols): Document
13393 YYSTACK_USE_ALLOCA.
13394
13395 2001-08-15 Akim Demaille <akim@epita.fr>
13396
13397 * missing: Update from CVS Automake.
13398 * config/config.guess, config/config.sub, config/texinfo.tex:
13399 Update from gnu.org.
13400
13401 2001-08-15 Akim Demaille <akim@epita.fr>
13402
13403 * Makefile.maint: Sync with CVS Autoconf.
13404
13405 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
13406
13407 * doc/bison.texinfo: Include GNU Free Documentation License from
13408 `fdl.texi'.
13409 * doc/fdl.texi: Add to package.
13410
13411 2001-08-14 Marc Autret <autret_m@epita.fr>
13412
13413 Turn on %{source,header}_extension features.
13414
13415 * src/lex.c (percent_table): Un-CPP out header_extension and
13416 source_extension.
13417 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
13418 (compute_exts_from_src): Remove conditions. It restores priorities
13419 between options.
13420
13421 2001-08-14 Marc Autret <autret_m@epita.fr>
13422
13423 * src/files.c (compute_base_names): Add extensions computing when
13424 `--file-prefix' used.
13425 Standardize function calls.
13426
13427 2001-08-13 Marc Autret <autret_m@epita.fr>
13428
13429 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
13430 defining it (defined but null disables alloca).
13431
13432 2001-08-13 Marc Autret <autret_m@epita.fr>
13433
13434 * src/bison.simple (_yy_memcpy): CPP reformat.
13435
13436 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
13437
13438 * tests/atconfig.in (CPPFLAGS): Fix.
13439
13440 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
13441
13442 * doc/bison.texinfo: Include GNU General Public License from
13443 `gpl.texi'.
13444 * doc/gpl.texi: Add to package.
13445
13446 2001-08-10 Marc Autret <autret_m@epita.fr>
13447
13448 * src/print_graph.h: Fix.
13449 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
13450
13451 2001-08-10 Akim Demaille <akim@epita.fr>
13452
13453 * src/system.h: Provide default declarations for stpcpy, strndup,
13454 and strnlen.
13455
13456 2001-08-10 Robert Anisko <anisko_r@epita.fr>
13457
13458 * doc/bison.texinfo (Locations): Update @$ stuff.
13459
13460 2001-08-09 Robert Anisko <anisko_r@epita.fr>
13461
13462 * src/bison.simple (YYLLOC_DEFAULT): Update.
13463 (yyparse): Adjust.
13464
13465 2001-08-08 Marc Autret <autret_m@epita.fr>
13466
13467 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
13468 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
13469 Reported by Fabrice Bauzac.
13470
13471 2001-08-08 Marc Autret <autret_m@epita.fr>
13472
13473 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
13474 * src/vcg.c (output_node): Fix.
13475 * src/vcg.h: Cleanup.
13476 * src/print_graph.c: Add comments.
13477 (node_output_size): New global variable. Simplify the formatting of
13478 the VCG graph output.
13479 (print_actions): Unused code is now used. It notifies the final state
13480 and no action states in the VCG graph. It also give the reduce actions.
13481 The `shift and goto' edges are red and the `go to state' edges are
13482 blue.
13483 Get the current node name and node_obstack by argument.
13484 (node_obstack): New variable.
13485 (print_state): Manage node_obstack.
13486 (print_core): Use node_obstack given by argument.
13487 A node is not only computed here but in print_actions also.
13488 (print_graph): CPP out useless code instead of commenting it.
13489
13490 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
13491
13492 * tests/atconfig.in (CPPFLAGS): Fix.
13493
13494 2001-08-07 Akim Demaille <akim@epita.fr>
13495
13496 * src/print_graph.c (quote): New.
13497 (print_core): Use it.
13498
13499 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
13500
13501 * src/vcg.c (complain.h): Include it.
13502 Unepitaize `return' invocations.
13503 [NDEBUG] (main): Remove.
13504 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
13505 * src/files.c (open_files): Initialize graph_obstack.
13506 * src/print_graph.c (print_actions): CPP out useless code.
13507 (print_core): Don't output the last `\n' in labels.
13508 Use `quote'.
13509 * src/files.c (output_files): Output the VCG file.
13510 * src/main.c (main): Invoke print_graph ();
13511
13512 2001-08-06 Marc Autret <autret_m@epita.fr>
13513
13514 Automaton VCG graph output.
13515 Using option ``-g'' or long option ``--graph'', you can generate
13516 a gram_filename.vcg file containing a VCG description of the LALR (1)
13517 automaton of your grammar.
13518
13519 * src/main.c: Call to print_graph() function.
13520 * src/getargs.h: Update.
13521 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
13522 (graph_flag): New flag.
13523 (longopts): Update.
13524 (getargs): Add case `g'.
13525 * src/files.c (graph_obstack): New obstack struct.
13526 (open_files): Initialize new obstack.
13527 (output_files): Saves graph_obstack if required.
13528 * src/files.h (graph_obstack): New extern declaration.
13529 * src/Makefile.am: Add new source files.
13530
13531 2001-08-06 Marc Autret <autret_m@epita.fr>
13532
13533 * src/print_graph.c, src/print_graph.h (graph): New.
13534 * src/vcg.h: New file.
13535 * src/vcg.c: New file, VCG graph handling.
13536
13537 2001-08-06 Marc Autret <autret_m@epita.fr>
13538
13539 Add of %source_extension and %header_extension which specify
13540 the source or/and the header output file extension.
13541
13542 * src/files.c (compute_base_names): Remove initialisation of
13543 src_extension and header_extension.
13544 (compute_exts_from_gf): Update.
13545 (compute_exts_from_src): Update.
13546 (output_files): Update.
13547 * src/reader.c (parse_header_extension_decl): New.
13548 (parse_source_extension_decl): New.
13549 (read_declarations): New case statements for the new tokens.
13550 * src/lex.c (percent_table): Add entries for %source_extension
13551 and %header_extension.
13552 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
13553
13554 2001-08-06 Marc Autret <autret_m@epita.fr>
13555
13556 * configure.in: Bump to 1.28c.
13557 * doc/bison.texinfo: Texinfo thingies.
13558
13559 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
13560
13561 * tests/atconfig.in (CPPFLAGS): Add.
13562 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
13563
13564 2001-08-03 Akim Demaille <akim@epita.fr>
13565
13566 Version 1.28b.
13567
13568 2001-08-03 Akim Demaille <akim@epita.fr>
13569
13570 * tests/Makefile.am (check-local): Ship testsuite.
13571 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
13572 Include `string.h'.
13573
13574 2001-08-03 Akim Demaille <akim@epita.fr>
13575
13576 * configure.in: Try using -Wformat when compiling.
13577
13578 2001-08-03 Akim Demaille <akim@epita.fr>
13579
13580 * configure.in: Bump to 1.28b.
13581
13582 2001-08-03 Akim Demaille <akim@epita.fr>
13583
13584 * src/complain.c: Adjust strerror_r portability issues.
13585
13586 2001-08-03 Akim Demaille <akim@epita.fr>
13587
13588 Version 1.28a.
13589
13590 2001-08-03 Akim Demaille <akim@epita.fr>
13591
13592 * src/getargs.c, src/getarg.h (skeleton)): Constify.
13593 * src/lex.c (literalchar): Avoid name clashes on `buf'.
13594 * src/getargs.c: Include complain.h.
13595 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
13596 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
13597
13598 2001-08-03 Akim Demaille <akim@epita.fr>
13599
13600 * src/reader.c (readgram): Display hidden chars in error messages.
13601
13602 2001-08-03 Akim Demaille <akim@epita.fr>
13603
13604 Update to gettext 0.10.39.
13605
13606 2001-08-03 Akim Demaille <akim@epita.fr>
13607
13608 * lib/strspn.c: New.
13609
13610 2001-08-01 Marc Autret <autret_m@epita.fr>
13611
13612 * doc/bison.texinfo: Update.
13613 * doc/bison.1 (mandoc): Update.
13614 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
13615 * src/files.c: Support output files extensions computing.
13616 (src_extension): New static variable.
13617 (header_extension): New static variable.
13618 (tr): New function.
13619 (get_extension_index): New function, gets the index of an extension
13620 filename in a string.
13621 (compute_exts_from_gf): New function, computes extensions from the
13622 grammar file extension.
13623 (compute_exts_from_src): New functions, computes extensions from the
13624 C source file extension, file given by ``-o'' option.
13625 (compute_base_names): Update.
13626 (output_files): Update.
13627
13628 2001-08-01 Robert Anisko <anisko_r@epita.fr>
13629
13630 * doc/bison.texi: Document @$.
13631 (Locations): New section.
13632
13633 2001-07-18 Akim Demaille <akim@epita.fr>
13634
13635 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
13636 * config/prev-version.txt, config/move-if-change: New.
13637 * Makefile.am: Adjust.
13638
13639 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
13640
13641 * src/bison.simple (yyparse): Suppress warning `comparaison
13642 between signed and unsigned'.
13643
13644 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
13645
13646 * src/getargs.h (raw_flag): Remove.
13647 * src/getargs.c: Die on `-r'/`--raw'.
13648 * src/lex.c (parse_percent_token): Die on `%raw'.
13649 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
13650 * tests/calc.at: Suppress test with option `--raw'.
13651
13652 2001-07-14 Akim Demaille <akim@epita.fr>
13653
13654 * config/: New.
13655 * configure.in: Require Autoconf 2.50.
13656 Update to gettext 0.10.38.
13657
13658 2001-03-16 Akim Demaille <akim@epita.fr>
13659
13660 * doc/bison.texinfo: ANSIfy the examples.
13661
13662 2001-03-16 Akim Demaille <akim@epita.fr>
13663
13664 * getargs.c (skeleton): New variable.
13665 (longopts): --skeleton is a new option.
13666 (shortopts, getargs): -S is a new option.
13667 * getargs.h: Declare skeleton.
13668 * output.c (output_parser): Use it.
13669
13670 2001-03-16 Akim Demaille <akim@epita.fr>
13671
13672 * m4/strerror_r.m4: New.
13673 * m4/error.m4: Run AC_FUNC_STRERROR_R.
13674 * lib/error.h, lib/error.c: Update.
13675
13676 2001-03-16 Akim Demaille <akim@epita.fr>
13677
13678 * src/getargs.c (longopts): Clean up.
13679
13680 2001-02-21 Akim Demaille <akim@epita.fr>
13681
13682 * src/reader.c (gensym): `gensym_count' is your own.
13683 Use a static buf to create the symbol name, as token_buffer is no
13684 longer a buffer.
13685
13686 2001-02-08 Akim Demaille <akim@epita.fr>
13687
13688 * src/conflicts.c (conflict_report): Be sure not to append to res
13689 between two calls, which could happen if both first sprintf were
13690 skipped, but not the first cp += strlen.
13691
13692 2001-02-08 Akim Demaille <akim@epita.fr>
13693
13694 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
13695 New, from fileutils 4.0.37.
13696 * configure.in: Require Autoconf 2.49c. I took some time before
13697 making this decision. This is the only way out for portability
13698 issues in Bison, it would mean way too much duplicate effort to
13699 import in Bison features implemented in 2.49c since 2.13.
13700 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
13701
13702 2001-02-02 Akim Demaille <akim@epita.fr>
13703
13704 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
13705 * lib/xalloc.h, lib/xmalloc.c: Update.
13706
13707 2001-01-19 Akim Demaille <akim@epita.fr>
13708
13709 Get rid of the ad hoc handling of token_buffer in the scanner: use
13710 the obstacks.
13711
13712 * src/lex.c (token_obstack): New.
13713 (init_lex): Initialize it. No longer call...
13714 (grow_token_buffer): this. Remove it.
13715 Adjust all the places which used it to use the obstack.
13716
13717 2001-01-19 Akim Demaille <akim@epita.fr>
13718
13719 * src/lex.h: Rename all the tokens:
13720 s/\bENDFILE\b/tok_eof/g;
13721 s/\bIDENTIFIER\b/tok_identifier/g;
13722 etc.
13723 Let them be enums, not #define, to ease debugging.
13724 Adjust all the code.
13725
13726 2001-01-18 Akim Demaille <akim@epita.fr>
13727
13728 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
13729 * src/lex.c (maxtoken, grow_token_buffer): Static.
13730
13731 2001-01-18 Akim Demaille <akim@epita.fr>
13732
13733 Since we now use obstacks, more % directives can be enabled.
13734
13735 * src/lex.c (percent_table): Also accept `%yacc',
13736 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
13737 `%debug'.
13738 Handle the actions for `%semantic_parser' and `%pure_parser' here,
13739 instead of returning a token.
13740 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
13741 * src/reader.c (read_declarations): Adjust.
13742 * src/files.c (open_files): Don't call `compute_base_names', don't
13743 compute `attrsfile' since they depend upon data which might be
13744 *in* the input file now.
13745 (output_files): Do it here.
13746 * src/output.c (output_headers): Document the fact that this patch
13747 introduces a guaranteed SEGV for semantic parsers.
13748 * doc/bison.texinfo: Document them.
13749 * tests/suite.at: Exercise these %options.
13750
13751 2000-12-20 Akim Demaille <akim@epita.fr>
13752
13753 Also handle the output file (--verbose) with obstacks.
13754
13755 * files.c (foutput): Remove.
13756 (output_obstack): New.
13757 Adjust all dependencies.
13758 * src/conflicts.c: Return a string.
13759 * src/system.h (obstack_grow_string): Rename as...
13760 (obstack_sgrow): this. Be ready to work with non literals.
13761 (obstack_fgrow4): New.
13762
13763 2000-12-20 Akim Demaille <akim@epita.fr>
13764
13765 * src/files.c (open_files): Fix the computation of short_base_name
13766 in the case of `-o foo.tab.c'.
13767
13768 2000-12-20 Akim Demaille <akim@epita.fr>
13769
13770 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
13771 (copy_dollar): Now that everything uses obstacks, get rid of the
13772 FILE * parameters.
13773
13774 2000-12-20 Akim Demaille <akim@epita.fr>
13775
13776 * src/files.c (open_files): Actually the `.output' file is based
13777 on the short_base_name, not base_name.
13778 * tests/suite.at (Checking output file names): Adjust.
13779
13780 2000-12-20 Akim Demaille <akim@epita.fr>
13781
13782 * src/bison.s1: Remove, we now use directly...
13783 * src/bison.simple: this.
13784 * src/Makefile.am: Use pkgdata instead of data.
13785
13786 2000-12-20 Akim Demaille <akim@epita.fr>
13787
13788 * src/files.c (guard_obstack): New.
13789 (open_files): Initialize it.
13790 (output_files): Dump it...
13791 * src/files.h: Export it.
13792 * src/reader.c (copy_guard): Use it.
13793
13794 2000-12-19 Akim Demaille <akim@epita.fr>
13795
13796 * src/files.c (outfile, defsfile, actfile): Removed as global
13797 vars.
13798 (open_files): Don't compute them.
13799 (output_files): Adjust.
13800 (base_name, short_base_name): Be global.
13801 Adjust dependencies.
13802
13803 2000-12-19 Akim Demaille <akim@epita.fr>
13804
13805 * src/files.c (strsuffix): New.
13806 (stringappend): Be just like strcat but allocate.
13807 (base_names): Eve out from open_files.
13808 Try to simplify the rather hairy computation of base_name and
13809 short_base_name.
13810 (open_files): Use it.
13811 * tests/suite.at (Checking output file names): New test.
13812
13813 2000-12-19 Akim Demaille <akim@epita.fr>
13814
13815 * src/system.h (obstack_grow_literal_string): Rename as...
13816 (obstack_grow_string): this.
13817 * src/output.c (output_parser): Recognize `%% actions' instead of
13818 `$'.
13819 * src/bison.s1: s/$/%% actions/.
13820 * src/bison.hairy: Likewise.
13821
13822 2000-12-19 Akim Demaille <akim@epita.fr>
13823
13824 * src/output.c (output_parser): Compute the `#line' lines when
13825 there are.
13826 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
13827 Suggested by Hans Aberg.
13828
13829 2000-12-19 Akim Demaille <akim@epita.fr>
13830
13831 Let the handling of the skeleton files be local to the procedures
13832 that use it.
13833
13834 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
13835 longer static.
13836 (fparser, open_extra_files): Remove.
13837 (open_files, output_files): Don't take care of fparser.
13838 * src/files.h: Adjust.
13839 * src/output.c (output_parser): Open and close the file to the
13840 skeleton.
13841 * src/reader.c (read_declarations): When %semantic_parser, open
13842 fguard.
13843
13844 2000-12-19 Akim Demaille <akim@epita.fr>
13845
13846 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
13847 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
13848
13849 2000-12-19 Akim Demaille <akim@epita.fr>
13850
13851 * src/files.c (open_files): Yipee! We no longer need all the code
13852 looking for `/tmp' since we have no tmp file.
13853
13854 2000-12-19 Akim Demaille <akim@epita.fr>
13855
13856 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
13857 New macros.
13858 * src/files.c (open_files): Less dependency on MSDOS etc.
13859
13860 2000-12-14 Akim Demaille <akim@epita.fr>
13861
13862 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
13863 Provide a default definition.
13864 Use it when executing the default @ action.
13865 * src/reader.c (reader_output_yylsp): No longer include
13866 `timestamp' and `text' in the default YYLTYPE.
13867
13868 2000-12-12 Akim Demaille <akim@epita.fr>
13869
13870 * src/reader.c (copy_definition, parse_union_decl, copy_action)
13871 (copy_guard): Quote the file names.
13872 Reported by Laurent Mascherpa.
13873
13874 2000-12-12 Akim Demaille <akim@epita.fr>
13875
13876 * src/output.c (output_headers, output_program, output): Be sure
13877 to escape special characters when outputting filenames.
13878 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
13879 (output_headers): Don't depend on them, Use ACTSTR.
13880
13881 2000-11-17 Akim Demaille <akim@epita.fr>
13882
13883 * lib/obstack.h: Formatting changes.
13884 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
13885 prevents type checking.
13886 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
13887 cast the value to (void *): assigning a `foo *' to a `void *'
13888 variable is valid.
13889 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
13890 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
13891 append characters.
13892
13893 2000-11-17 Akim Demaille <akim@epita.fr>
13894
13895 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
13896 as...
13897 (suite.m4, regression.m4, calc.m4): these.
13898 * tests/atgeneral.m4: Update from CVS Autoconf.
13899
13900 2000-11-17 Akim Demaille <akim@epita.fr>
13901
13902 * tests/regression.m4 (%union and --defines): New test,
13903 demonstrating a current bug in the obstack implementation.
13904
13905 2000-11-17 Akim Demaille <akim@epita.fr>
13906
13907 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
13908 macros.
13909 Use them to declare the variables which are global or local to
13910 `yyparse'.
13911
13912 2000-11-17 Akim Demaille <akim@epita.fr>
13913
13914 * acconfig.h: Remove, no longer used.
13915
13916 2000-11-07 Akim Demaille <akim@epita.fr>
13917
13918 * src: s/Copyright (C)/Copyright/g.
13919
13920 2000-11-07 Akim Demaille <akim@epita.fr>
13921
13922 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
13923 defining.
13924 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
13925
13926 2000-11-07 Akim Demaille <akim@epita.fr>
13927
13928 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
13929 Merge in a single CPP if/else.
13930
13931 2000-11-07 Akim Demaille <akim@epita.fr>
13932
13933 * src/output.c (output): Remove useless variables.
13934 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
13935 argument `data' for consistency with the prototypes.
13936 Qualify it `const'.
13937 (obstack_copy, obstack_copy0): Rename the second argument as
13938 `address' for consistency. Qualify it `const'.
13939 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
13940 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
13941 `const' their input argument (`data' or `address').
13942 Adjust the corresponding macros to include `const' in casts.
13943
13944 2000-11-03 Akim Demaille <akim@epita.fr>
13945
13946 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
13947 s/PFILE1/BISON_HAIRY/.
13948 Adjust dependencies.
13949
13950 2000-11-03 Akim Demaille <akim@epita.fr>
13951
13952 For some reason, this was not applied.
13953
13954 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
13955 `unlink': it's no longer used.
13956
13957 2000-11-03 Akim Demaille <akim@epita.fr>
13958
13959 * src/files.c (skeleton_find): New function, eved out of...
13960 (open_files, open_extra_files): here.
13961
13962 2000-11-03 Akim Demaille <akim@epita.fr>
13963
13964 Don't use `atexit'.
13965
13966 * src/files.c (obstack_save): New function.
13967 (done): Rename as...
13968 (output_files): this.
13969 Use `obstack_save'.
13970 * src/main.c (main): Don't use `atexit' to register `done', since
13971 it no longer has to remove tmp files, just call `output_files'
13972 when there are no errors.
13973
13974 2000-11-02 Akim Demaille <akim@epita.fr>
13975
13976 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
13977 `unlink': it's no longer used.
13978 * src/files.h: Formatting changes.
13979
13980 2000-11-02 Akim Demaille <akim@epita.fr>
13981
13982 Remove the last uses of mktemp and unlink/delete.
13983
13984 * src/files.c (fdefines, ftable): Removed.
13985 (defines_ostack, table_obstack): New.
13986 Adjust dependencies of the former into uses of the latter.
13987 * src/output.c (output_short_or_char_table, output_short_table):
13988 Convert to using obstacks.
13989 * src/reader.c (copy_comment2): Accept one FILE * and two
13990 obstacks.
13991 (output_token_defines, reader_output_yylsp): Use obstacks.
13992 * src/system.h (obstack_fgrow3): New.
13993 * po/POTFILES.in: Adjust.
13994
13995 2000-11-01 Akim Demaille <akim@epita.fr>
13996
13997 Change each use of `fattrs' into a use of `attrs_obstack'.
13998
13999 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
14000 * src/files.c (fattrs): Remove.
14001 (attrs_obstack): New.
14002 Adjust all dependencies.
14003 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
14004
14005 2000-11-01 Akim Demaille <akim@epita.fr>
14006
14007 Introduce obstacks.
14008 Change each use of `faction' into a use of `action_obstack'.
14009
14010 * lib/obstack.h, lib/obstack.c: New files.
14011 * src/files.c (faction): Remove.
14012 (action_obstack): New.
14013 Adjust all dependencies.
14014
14015 2000-10-20 Akim Demaille <akim@epita.fr>
14016
14017 * lib/quote.h (PARAMS): New macro. Use it.
14018
14019 2000-10-16 Akim Demaille <akim@epita.fr>
14020
14021 * src/output.c (output_short_or_char_table): New function.
14022 (output_short_table, output_token_translations): Use it.
14023 (goto_actions): Use output_short_table.
14024
14025 2000-10-16 Akim Demaille <akim@epita.fr>
14026
14027 * src/symtab.c (bucket_new): New function.
14028 (getsym): Use it.
14029
14030 * src/output.c (output_short_table): New argument to display the
14031 comment associated with the table.
14032 Adjust dependencies.
14033 (output_gram): Use it.
14034 (output_rule_data): Nicer output layout for YYTNAME.
14035
14036 2000-10-16 Akim Demaille <akim@epita.fr>
14037
14038 * src/lex.c (read_typename): New function.
14039 (lex): Use it.
14040 * src/reader.c (copy_dollar): Likewise.
14041
14042 2000-10-16 Akim Demaille <akim@epita.fr>
14043
14044 * src/reader.c (copy_comment2): Expect the input stream to be on
14045 the `/' which is suspected to open a comment, instead of being
14046 called after `//' or `/*' was read.
14047 (copy_comment, copy_definition, parse_union_decl, copy_action)
14048 (copy_guard): Adjust.
14049
14050 2000-10-16 Akim Demaille <akim@epita.fr>
14051
14052 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
14053 `read_signed_integer'.
14054
14055 2000-10-16 Akim Demaille <akim@epita.fr>
14056
14057 * src/reader.c (copy_dollar): New function.
14058 (copy_guard, copy_action): Use it.
14059
14060 2000-10-16 Akim Demaille <akim@epita.fr>
14061
14062 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
14063 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
14064 New files, from Fileutils 4.0.27.
14065 * src/main.c (printable_version): Remove.
14066 * src/lex.c, src/reader.c: Use `quote'.
14067
14068 2000-10-04 Akim Demaille <akim@epita.fr>
14069
14070 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
14071
14072 2000-10-04 Akim Demaille <akim@epita.fr>
14073
14074 * doc/bison.texinfo: Various typos spotted by Neil Booth.
14075
14076 2000-10-04 Akim Demaille <akim@epita.fr>
14077
14078 When a literal string is used to define two different tokens,
14079 `bison -v' segfaults.
14080 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
14081
14082 * tests/regression.m4: New file.
14083 Include the core of the sample provided by Piotr Gackiewicz.
14084 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
14085 properly.
14086
14087 2000-10-04 Akim Demaille <akim@epita.fr>
14088
14089 * src/reader.c (parse_expect_decl): Keep `count' within the size
14090 of `buffer'.
14091 From Neil Booth.
14092
14093 2000-10-02 Paul Eggert <eggert@twinsun.com>
14094
14095 * bison.s1 (yyparse): Assign the default value
14096 unconditionally, to avoid a GCC warning and make the parser a
14097 tad smaller.
14098
14099 2000-10-02 Akim Demaille <akim@epita.fr>
14100
14101 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
14102 options.
14103
14104 2000-10-02 Akim Demaille <akim@epita.fr>
14105
14106 * src/derives.c, src/print.c, src/reduce.c: To ease the
14107 translation, move some `\n' out of the translated strings.
14108
14109 2000-10-02 Akim Demaille <akim@epita.fr>
14110
14111 The location tracking mechanism is precious for parse error
14112 messages. Nevertheless, it is enabled only when `@n' is used in
14113 the grammar, which is a different issue (you can use it in error
14114 message, but not in the grammar per se). Therefore, there should
14115 be another means to enable it.
14116
14117 * src/getargs.c (getargs): Support `--locations'.
14118 (usage): Report it.
14119 * src/getargs.h (locationsflag): Export it.
14120 * src/lex.c (percent_table): Support `%locations'.
14121 * src/reader.c (yylsp_needed): Remove this variable, now replaced
14122 with `locationsflag'.
14123 * doc/bison.texinfo: Document `--locations' and `%locations'.
14124 Sort the options.
14125 * tests/calc.m4: Test it.
14126
14127 For regularity of the names, replace each
14128 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
14129 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
14130 In addition replace each `flag' with `_flag'.
14131
14132 2000-10-02 Akim Demaille <akim@epita.fr>
14133
14134 Also test parse error messages, including with YYERROR_VERBOSE.
14135
14136 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
14137 associative).
14138 Use it to check the computations.
14139 Use it to check `nonassoc' is honored.
14140 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
14141 `--yyerror-verbose'.
14142 (_AT_CHECK_CALC): Adjust to this option.
14143 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
14144
14145 2000-10-02 Akim Demaille <akim@epita.fr>
14146
14147 Test also `--verbose', `--defines' and `--name-prefix'. Testing
14148 the latter demonstrates a flaw in the handling of non debugging
14149 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
14150 was used in order to simplify:
14151
14152 #if YYDEBUG
14153 if (yydebug)
14154 {
14155 ...
14156 }
14157 #endif
14158
14159 into
14160
14161 if (yydebug)
14162 {
14163 ...
14164 }
14165
14166 unfortunately this leads to a CPP conflict when
14167 `--name-prefix=foo' is used since it produces `#define yydebug
14168 foodebug'.
14169
14170 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
14171 (YYDPRINTF): New macro.
14172 Spread its use.
14173 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
14174 the bison options.
14175 Also test `--verbose', `--defines' and `--name-prefix'.
14176
14177 2000-10-02 Akim Demaille <akim@epita.fr>
14178
14179 Improve the readability of the produced parsers.
14180
14181 * src/bison.s1: Formatting changes.
14182 Improve the comment related to the `$' mark.
14183 (yydefault): Don't fall through to `yyresume': `goto' there.
14184 * src/output.c (output_parser): When the `$' is met, skip the end
14185 of its line.
14186 New variable, `number_of_dollar_signs', to check there's exactly
14187 one `$' in the parser skeleton.
14188
14189 2000-10-02 Akim Demaille <akim@epita.fr>
14190
14191 * lib/xstrdup.c: New file, from the fileutils.
14192 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
14193 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
14194 instead of strlen + xmalloc + strcpy.
14195 * src/symtab.c (copys): Remove, use xstrdup instead.
14196
14197 2000-10-02 Akim Demaille <akim@epita.fr>
14198
14199 * src/gram.h (associativity): New enum type which replaces the
14200 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
14201 `right_assoc', `left_assoc' and `non_assoc'.
14202 Adjust all dependencies.
14203 * src/reader.c: Formatting changes.
14204 (LTYPESTR): Don't define it, use it as a literal in
14205 `reader_output_yylsp'.
14206 * src/symtab.h (symbol_class): New enum type which replaces the
14207 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
14208 `sunknown', `stoken and `snterm'.
14209
14210 2000-10-02 Akim Demaille <akim@epita.fr>
14211
14212 * src/getargs.c (fixed_outfiles): Rename as...
14213 (yaccflag): for consistency and accuracy.
14214 Adjust dependencies.
14215
14216 2000-10-02 Akim Demaille <akim@epita.fr>
14217
14218 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
14219 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
14220 difficult and introduced a lot of core dump. It turns out that
14221 Bison used an implementation of `xmalloc' based on `calloc', and
14222 at various places it does depend upon the initialization to 0. I
14223 have not tried to isolate the pertinent places, and all the former
14224 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
14225 someone should address this issue.
14226
14227 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
14228 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
14229 files.
14230 Adjust dependencies.
14231 * src/warshall.h: New file.
14232 Propagate.
14233
14234 2000-10-02 Akim Demaille <akim@epita.fr>
14235
14236 Various anti-`extern in *.c' changes.
14237
14238 * src/system.h: Include `assert.h'.
14239
14240 2000-10-02 Akim Demaille <akim@epita.fr>
14241
14242 * src/state.h (nstates, final_state, first_state, first_shift)
14243 (first_reduction): Move their exportation from here...
14244 * src/LR0.h: to here.
14245 Adjust dependencies.
14246 * src/getargs.c (statisticsflag): New variable.
14247 Add support for `--statistics'.
14248 Adjust dependencies.
14249
14250 Remove a lot of now useless `extern' statements in most files.
14251
14252 2000-10-02 Akim Demaille <akim@epita.fr>
14253
14254 * src/LR0.h: New file.
14255 Propagate its use.
14256
14257 2000-10-02 Akim Demaille <akim@epita.fr>
14258
14259 * src/print.h: New file.
14260 Propagate its use.
14261 * src/print.c: Formatting and ordering changes.
14262 (verbose, terse): Replace with...
14263 (print_results): this new function.
14264 Adjust dependencies.
14265
14266 2000-10-02 Akim Demaille <akim@epita.fr>
14267
14268 * src/conflicts.c (conflict_report): New function.
14269 (conflict_log, verbose_conflict_log): Replace with...
14270 (print_conflicts): this function.
14271 Adjust dependencies.
14272 * src/conflicts.h: New file.
14273 Propagate its inclusion.
14274
14275 2000-10-02 Akim Demaille <akim@epita.fr>
14276
14277 * src/nullable.h: New file.
14278 Propagate its inclusion.
14279 * src/nullable.c: Formatting changes.
14280
14281 2000-10-02 Akim Demaille <akim@epita.fr>
14282
14283 * src/reduce.h: New file.
14284 Propagate its inclusion.
14285 * src/reduce.c: Topological sort and other formatting changes.
14286 (bool, TRUE, FALSE): Move their definition to...
14287 * src/system.h: here.
14288
14289 2000-10-02 Akim Demaille <akim@epita.fr>
14290
14291 * src/files.c: Formatting changes.
14292 (tryopen, tryclose, openfiles): Rename as...
14293 (xfopen, xfclose, open_files): this.
14294 (stringappend): static.
14295 * src/files.h: Complete the list of exported symbols.
14296 Propagate its use.
14297
14298 2000-10-02 Akim Demaille <akim@epita.fr>
14299
14300 * src/reader.h: New file.
14301 Propagate its use instead of tedious list of `extern' and
14302 prototypes.
14303 * src/reader.c: Formatting changes, topological sort,
14304 s/register//.
14305
14306 2000-10-02 Akim Demaille <akim@epita.fr>
14307
14308 * src/lex.h: Prototype `lex.c' exported functions.
14309 * src/reader.c: Adjust.
14310 * src/lex.c: Formatting changes.
14311 (safegetc): Rename as...
14312 (xgetc): this.
14313
14314 2000-10-02 Akim Demaille <akim@epita.fr>
14315
14316 * src/lalr.h: New file.
14317 Propagate its inclusion instead of prototypes and `extern'.
14318 * src/lalr.c: Formatting changes, topological sorting etc.
14319
14320 2000-10-02 Akim Demaille <akim@epita.fr>
14321
14322 * src/output.c (token_actions): Introduce a temporary array,
14323 YYDEFACT, that makes it possible for this function to use
14324 output_short_table.
14325
14326 2000-10-02 Akim Demaille <akim@epita.fr>
14327
14328 `user_toknums' is output as a `short[]' in `output.c', while it is
14329 defined as a `int[]' in `reader.c'. For consistency with the
14330 other output tables, `user_toknums' is now defined as a table of
14331 shorts.
14332
14333 * src/reader.c (user_toknums): Be a short table instead of an int
14334 table.
14335 Adjust dependencies.
14336
14337 Factor the short table outputs.
14338
14339 * src/output.c (output_short_table): New function.
14340 * src/output.c (output_gram, output_stos, output_rule_data)
14341 (output_base, output_table, output_check): Use it.
14342
14343 2000-10-02 Akim Demaille <akim@epita.fr>
14344
14345 * src/output.c (output): Topological sort of the functions, in
14346 order to get rid of the `static' prototypes.
14347 No longer use `register'.
14348 * src/output.h: New file.
14349 Propagate its inclusion in files explicitly prototyping functions
14350 from output.c.
14351
14352 2000-09-21 Akim Demaille <akim@epita.fr>
14353
14354 * src/atgeneral.m4: Update from Autoconf.
14355
14356 2000-09-21 Akim Demaille <akim@epita.fr>
14357
14358 * src/closure.h: New file.
14359 * src/closure.c: Formatting changes, topological sort over the
14360 functions, use of closure.h.
14361 (initialize_closure, finalize_closure): Rename as...
14362 (new_closure, free_closure): these. Adjust dependencies.
14363 * src/LR0.c: Formatting changes, topological sort, use of
14364 cloture.h.
14365 (initialize_states): Rename as...
14366 (new_states): this.
14367 * src/Makefile.am (noinst_HEADERS): Adjust.
14368
14369 2000-09-20 Akim Demaille <akim@epita.fr>
14370
14371 * src/acconfig.h: Don't protect config.h against multiple
14372 inclusion.
14373 Don't define PARAMS.
14374 * src/system.h: Define PARAMS.
14375 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
14376 purpose of config.h. system.h must not try to fix wrong
14377 definitions in config.h.
14378
14379 2000-09-20 Akim Demaille <akim@epita.fr>
14380
14381 * src/derives.h: New file.
14382 * src/main.c, src/derives.h: Use it.
14383 Formatting changes.
14384 * src/Makefile.am (noinst_HEADERS): Adjust.
14385
14386 2000-09-20 Akim Demaille <akim@epita.fr>
14387
14388 * tests/atgeneral.m4: Update from Autoconf.
14389 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
14390 (AT_CHECK_CALC): New macros.
14391 Use these macros to test bison with options `', `--raw',
14392 `--debug', `--yacc', `--yacc --debug'.
14393
14394 2000-09-19 Akim Demaille <akim@epita.fr>
14395
14396 * src/output.c: Formatting changes.
14397 * src/machine.h: Remove, leaving its contents in...
14398 * src/system.h: here.
14399 Include stdio.h.
14400 Adjust all dependencies on stdio.h and machine.h.
14401 * src/getargs.h: New file.
14402 Let all `extern' declarations about getargs.c be replaced with
14403 inclusion of `getargs.h'.
14404 * src/Makefile.am (noinst_HEADERS): Adjust.
14405
14406 * tests/calc.m4 (yyin): Be initialized in main, not on the global
14407 scope.
14408 (yyerror): Returns void, not int.
14409 * doc/bison.texinfo: Formatting changes.
14410
14411 2000-09-19 Akim Demaille <akim@epita.fr>
14412
14413 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
14414 portable.
14415
14416 2000-09-18 Akim Demaille <akim@epita.fr>
14417
14418 * configure.in: Append WARNING_CFLAGS to CFLAGS.
14419 * src/Makefile.am (INCLUDES): Don't.
14420 Be ready to fetch headers in lib/.
14421
14422 2000-09-18 Akim Demaille <akim@epita.fr>
14423
14424 * doc/bison.texinfo: Update the copyright.
14425 ANSIfy and GNUify the examples.
14426 Remove the old menu.
14427
14428 2000-09-18 Akim Demaille <akim@epita.fr>
14429
14430 First set of tests: use the `calc' example from the documentation.
14431
14432 * src/bison.s1 (yyparse): Condition the code using `yytname' which
14433 is defined only when YYDEBUG is.
14434 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
14435 * src/files.c (tryopen, tryclose): Formatting changes.
14436 Move to the top and be static.
14437 * src/reader.c (read_signed_integer): Likewise.
14438 * tests/calc.m4: New file.
14439 * Makefile.am, suite.m4: Adjust.
14440 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
14441
14442 2000-09-18 Akim Demaille <akim@epita.fr>
14443
14444 Add support for an Autotest test suite for Bison.
14445
14446 * m4/m4.m4, m4/atconfig.m4: New files.
14447 * m4/Makefile.am (EXTRA_DIST): Adjust.
14448 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
14449 files.
14450 * src/getargs.c: Display a more standard --version message.
14451 * src/reader.c (reader): Formatting changes.
14452 No longer depend upon VERSION_STRING.
14453 * configure.in: No longer use `dnl'.
14454 Set up the test suite and the new directory `tests/.
14455 (VERSION_STRING): Remove.
14456
14457 2000-04-14 Akim Demaille <akim@epita.fr>
14458
14459 * src/reader.c (copy_comment2): New function, same as former
14460 `copy_comment', but outputs into two FILE *.
14461 (copy_comment): Use it.
14462 (parse_union_decl): Use it.
14463 (get_type, parse_start_decl): Use the same `invalid' message.
14464 (parse_start_decl, parse_union_decl): Use the same `multiple'
14465 message.
14466 (parse_union_decl, copy_guard, copy_action): Use the same
14467 `unmatched' message.
14468 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
14469
14470 2000-03-31 Akim Demaille <akim@epita.fr>
14471
14472 * src/files.c (tryopen, tryclose): Move to the top.
14473 Be static.
14474
14475 2000-03-31 Akim Demaille <akim@epita.fr>
14476
14477 * src/main.c (main): Don't call `done', exit does it.
14478
14479 2000-03-31 Akim Demaille <akim@epita.fr>
14480
14481 * allocate.c: s/return (foo)/return foo/.
14482 * lalr.c: Likewise.
14483 * LR0.c: Likewise.
14484 * output.c: Likewise.
14485 * reader.c: Likewise.
14486 * symtab.c: Likewise.
14487 * vmsgetargs.c: Likewise.
14488
14489 2000-03-31 Akim Demaille <akim@epita.fr>
14490
14491 Clean up the error reporting functions.
14492
14493 * src/report.c: New file.
14494 * src/report.h: Likewise.
14495 * src/Makefile.am: Adjust.
14496 * m4/error.m4: New file.
14497 * m4/Makefile.am: Adjust.
14498 * configure.in (jm_PREREQ_ERROR): Call it.
14499 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
14500 Remove.
14501 (fatal, fatals): Remove. All callers use complain.c::fatal.
14502 (warn, warni, warns, warnss, warnss): Remove. All callers use
14503 complain.c::complain.
14504 (toomany): Remove, use fatal instead.
14505 * src/files.c (done): No argument, use complain_message_count.
14506 * src/main.c (main): Register `done' to `atexit'.
14507
14508 * src/getargs.c (usage): More `fputs', less `fprintf'.
14509
14510 2000-03-28 Akim Demaille <akim@epita.fr>
14511
14512 * lib/: New directory.
14513 * Makefile.am (SUBDIRS): Adjust.
14514 * configure.in: Adjust.
14515 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
14516 useless.
14517 * src/alloca.c: Moved to lib/.
14518 * src/getopt.c: Likewise.
14519 * src/getopt1.c: Likewise.
14520 * src/getopt.h: Likewise.
14521 * src/ansi2knr.c: Likewise.
14522 * src/ansi2knr.1: Likewise.
14523 * src/Makefile.am: Adjust.
14524 * lib/Makefile.am: New file.
14525
14526 2000-03-28 Akim Demaille <akim@epita.fr>
14527
14528 * src/getargs.c (usage): Refresh the help message.
14529
14530 2000-03-17 Akim Demaille <akim@epita.fr>
14531
14532 * src/getopt1.c: Updated from textutils 2.0e
14533 * src/getopt.c: Likewise.
14534 * src/getopt.h: Likewise.
14535
14536 2000-03-17 Akim Demaille <akim@epita.fr>
14537
14538 * src/Makefile.am (bison.simple): Fix the awk program: quote only
14539 the file name, not the whole `#line LINE FILE'.
14540
14541 2000-03-17 Akim Demaille <akim@epita.fr>
14542
14543 On syntax errors, report the token on which we choked.
14544
14545 * src/bison.s1 (yyparse): In the label yyerrlab, when
14546 YYERROR_VERBOSE, add yychar in msg.
14547
14548 2000-03-17 Akim Demaille <akim@epita.fr>
14549
14550 * src/reader.c (copy_at): New function.
14551 (copy_guard): Use it.
14552 (copy_action): Use it.
14553
14554 2000-03-17 Akim Demaille <akim@epita.fr>
14555
14556 Be kind to translators, save some useless translations.
14557
14558 * src/main.c (banner): New function.
14559 (fatal_banner): Use it.
14560 (warn_banner): Use it.
14561
14562 2000-03-17 Akim Demaille <akim@epita.fr>
14563
14564 * src/reader.c (copy_definition): Use copy_string and
14565 copy_comment. Removed now unused `match', `ended',
14566 `cplus_comment'.
14567 (copy_comment, copy_string): Moved, to be visible from
14568 copy_definition.
14569
14570 2000-03-17 Akim Demaille <akim@epita.fr>
14571
14572 * src/reader.c (copy_string): Declare `static inline'. No
14573 problems with inline, since it is checked by configure.
14574 (copy_comment): Likewise.
14575
14576 2000-03-17 Akim Demaille <akim@epita.fr>
14577
14578 * src/reader.c (packsymbols): Formatting changes.
14579
14580 2000-03-17 Akim Demaille <akim@epita.fr>
14581
14582 * src/reader.c (copy_comment): New function, factored out from:
14583 (copy_action): Use it. Removed now unused `match', `ended',
14584 `cplus_comment'.
14585 (copy_guard): Likewise.
14586
14587 2000-03-17 Akim Demaille <akim@epita.fr>
14588
14589 * src/reader.c (copy_string): New function, factored out from:
14590 (copy_action): Use it.
14591 (copy_guard): Likewise.
14592
14593 2000-03-17 Akim Demaille <akim@epita.fr>
14594
14595 Change the handling of @s so that they behave exactly like $s.
14596 There is now a pseudo variable @$ (readble and writable), location
14597 of the lhs of the rule (by default ranging from the location of
14598 the first symbol of the rhs, to the location of the last symbol,
14599 or, if the rhs is empty, YYLLOC).
14600
14601 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
14602 yyval.
14603 (yyparse): When providing a default semantic action, provide a
14604 default location action.
14605 (after the $): No longer change `*YYLSP', just stack YYLOC the
14606 same way you stack YYVAL.
14607 * src/reader.c (read_declarations): Use warns.
14608 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
14609 (copy_action, case '@'): Likewise.
14610 Use a standard error message, to save useless work from
14611 translators.
14612
14613 2000-03-17 Akim Demaille <akim@epita.fr>
14614
14615 * src/bison.s1: Formatting and cosmetics changes.
14616 * src/reader.c: Likewise.
14617 Update the Copyright notice.
14618
14619 2000-03-17 Akim Demaille <akim@epita.fr>
14620
14621 * src/bison.s1 (#line): All set to `#line' only, since the
14622 Makefile now handles them.
14623
14624 2000-03-16 Akim Demaille <akim@epita.fr>
14625
14626 * src/output.c (output_rule_data): Output the documentation of
14627 some of the tables.
14628 (Copyright notice): Update.
14629 Formatting changes.
14630
14631 2000-03-16 Akim Demaille <akim@epita.fr>
14632
14633 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
14634 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
14635 One `#if YYDEBUG' remains, since it uses variables which are
14636 defined only if `YYDEBUG != 0'.
14637
14638 2000-03-16 Akim Demaille <akim@epita.fr>
14639
14640 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
14641 and related variables so that the similarities are highlighted.
14642
14643 2000-03-16 Akim Demaille <akim@epita.fr>
14644
14645 * src/bison.s1: Properly indent CPP directives.
14646
14647 2000-03-16 Akim Demaille <akim@epita.fr>
14648
14649 * src/bison.s1: Properly indent the `alloca' CPP section.
14650
14651 2000-03-16 Akim Demaille <akim@epita.fr>
14652
14653 Do not hard code values of directories in `configure.in'.
14654 Update the `configure' tool chain.
14655
14656 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
14657 src/makefile.am.
14658 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
14659 (AC_OUTPUT): Add m4/Makefile.
14660 Bump to bison 1.28a, 1.29 has never been released.
14661 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
14662 handled via src/Makefile.am.
14663 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
14664 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
14665 autoheader.
14666 * Makefile.am (SUBDIRS): Add m4.
14667 (ACLOCAL_AM_FLAGS): New variable.
14668 (AUTOMAKE_OPTIONS): Add check-news.
14669 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
14670 the proper line number and file name.
14671 (DEFS): Propagate the location of bison library files and of the
14672 locale files.
14673 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
14674 builddir.
14675 * acinclude.m4: Remove, replaced by the directory m4.
14676 * m4/Makefile.am (EXTRA_DIST): New variable.
14677 * m4/gettext.m4: New file, from the fileutils.
14678 * m4/lcmessage.m4: Likewise
14679 * m4/progtest.m4: Likewise.
14680 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
14681
14682 2000-03-10 Akim Demaille <akim@epita.fr>
14683
14684 * src/closure.c:
14685 Formatting changes of various comments.
14686 Respect the GNU coding standards at various places.
14687 Don't use `_()' when no translation is needed.
14688
14689 1999-12-13 Jesse Thilo <jthilo@gnu.org>
14690
14691 * src/files.c:
14692 OS/2 honors TMPDIR environment variable.
14693
14694 1999-12-13 Jesse Thilo <jthilo@gnu.org>
14695
14696 * doc/bison.texinfo: Tweaked spelling and grammar.
14697 Updated ISBN.
14698 Removed reference to price of printed copy.
14699 Mention BISON_SIMPLE and BISON_HAIRY.
14700
14701 1999-12-13 Jesse Thilo <jthilo@gnu.org>
14702
14703 * configure.in, NEWS:
14704 Bison 1.29 released.
14705
14706 1999-10-27 Jesse Thilo <jthilo@gnu.org>
14707
14708 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
14709 Added reference card.
14710
14711 1999-07-26 Jesse Thilo <jthilo@gnu.org>
14712
14713 * po/ru.po: Added Russian translation.
14714
14715 1999-07-26 Jesse Thilo <jthilo@gnu.org>
14716
14717 * configure.in: Added Russian translation.
14718
14719 1999-07-06 Jesse Thilo <jthilo@gnu.org>
14720
14721 * configure.in, NEWS, README:
14722 Released version 1.28.
14723
14724 1999-06-14 Jesse Thilo <jthilo@gnu.org>
14725
14726 * src/system.h:
14727 Squashed redefinition warning on some systems.
14728
14729 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
14730 Have configure build version string instead of relying on ANSI string
14731 concatentation.
14732
14733 1999-06-14 Jesse Thilo <jthilo@gnu.org>
14734
14735 * po/POTFILES.in: Got rid of version.c.
14736
14737 1999-06-14 Jesse Thilo <jthilo@gnu.org>
14738
14739 * acconfig.h, configure.in:
14740 Have configure build version string instead of relying on ANSI string
14741 concatentation.
14742
14743 1999-06-08 Jesse Thilo <jthilo@gnu.org>
14744
14745 * doc/bison.1:
14746 Dropped mention of `+' for long-named options.
14747
14748 1999-05-30 Jesse Thilo <jthilo@gnu.org>
14749
14750 * src/files.c: Added <unistd.h> for unlink().
14751
14752 * src/Makefile.am, src/system.h:
14753 I18n fixes.
14754
14755 1999-05-30 Jesse Thilo <jthilo@gnu.org>
14756
14757 * README: Added a FAQ list.
14758
14759 * configure.in, acconfig.h:
14760 I18n fixes.
14761
14762 1999-05-30 Jesse Thilo <jthilo@gnu.org>
14763
14764 * doc/FAQ, doc/Makefile.am:
14765 Added a FAQ list.
14766
14767 1999-05-19 Jesse Thilo <jthilo@gnu.org>
14768
14769 * src/alloc.h, src/symtab.h, src/version.c:
14770 Protected inclusion of "config.h" with HAVE_CONFIG_H.
14771
14772 1999-04-18 Jesse Thilo <jthilo@gnu.org>
14773
14774 * src/.cvsignore, src/Makefile.am:
14775 Reorganized: sources in `src', documentation in `doc'.
14776
14777 * src/lex.c (literalchar):
14778 fixed the code for escaping double quotes (thanks
14779 Jonathan Czisny.)
14780
14781 1999-04-18 Jesse Thilo <jthilo@gnu.org>
14782
14783 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
14784 Adjusted paths to reflect directory reorganization.
14785
14786 1999-04-18 Jesse Thilo <jthilo@gnu.org>
14787
14788 * doc/.cvsignore, doc/Makefile.am:
14789 Reorganized: sources in `src', documentation in `doc'.
14790
14791 1999-04-18 Jesse Thilo <jthilo@gnu.org>
14792
14793 * configure.in:
14794 Updated AC_INIT file to reflect directory reorganization.
14795
14796 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
14797 Reorganized: sources in `src', documentation in `doc'.
14798
14799 1999-04-13 Jesse Thilo <jthilo@gnu.org>
14800
14801 * src/allocate.c:
14802 Don't declare calloc() and realloc() if not necessary.
14803
14804 1999-04-13 Jesse Thilo <jthilo@gnu.org>
14805
14806 * configure.in, acconfig.h, acinclude.m4:
14807 Don't declare calloc() and realloc() if not necessary.
14808
14809 1999-03-23 Jesse Thilo <jthilo@gnu.org>
14810
14811 * po/.cvsignore: Added i18n support.
14812
14813 1999-03-23 Jesse Thilo <jthilo@gnu.org>
14814
14815 * acconfig.h, configure.in, Makefile.am:
14816 Added i18n support.
14817
14818 1999-03-22 Jesse Thilo <jthilo@gnu.org>
14819
14820 * src/bison.s1: Fixed #line numbers.
14821
14822 1999-03-15 Jesse Thilo <jthilo@gnu.org>
14823
14824 * po/es.po, po/fr.po, po/nl.po, po/de.po:
14825 Added PO files from Translation Project.
14826
14827 1999-03-03 Jesse Thilo <jthilo@gnu.org>
14828
14829 * Makefile.am:
14830 Added support for non-ANSI compilers (ansi2knr).
14831
14832 1999-02-16 Jesse Thilo <jthilo@gnu.org>
14833
14834 * configure.in: Bumped version number to 1.27.
14835
14836 * Makefile.am:
14837 Added `bison.simple' to list of files removed by `make distclean'.
14838
14839 1999-02-12 Jesse Thilo <jthilo@gnu.org>
14840
14841 * src/files.c, src/files.h:
14842 Defined locations of parser files in config.h instead of Makefile.
14843
14844 1999-02-12 Jesse Thilo <jthilo@gnu.org>
14845
14846 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
14847 Defined locations of parser files in config.h instead of Makefile.
14848
14849 1999-02-09 Jesse Thilo <jthilo@gnu.org>
14850
14851 * Makefile.am:
14852 Removed inappropriate use of $< macro.
14853
14854 1999-02-05 Jesse Thilo <jthilo@gnu.org>
14855
14856 * po/Makefile.in.in, po/POTFILES.in:
14857 Add `po' directory skeleton.
14858
14859 1999-01-27 Jesse Thilo <jthilo@gnu.org>
14860
14861 * README: Document help-bison list.
14862
14863 * configure.in: Add check for mkstemp().
14864
14865 1999-01-20 Jesse Thilo <jthilo@gnu.org>
14866
14867 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
14868 Hush a few compiler warnings.
14869
14870 * src/files.c:
14871 Add tryclose(), which verifies that fclose was successful.
14872 Hush a couple of compiler warnings.
14873
14874 1999-01-20 Jesse Thilo <jthilo@gnu.org>
14875
14876 * Makefile.am, OChangeLog:
14877 ChangeLog is now automatically generated. Include the old version as
14878 OChangeLog.
14879
14880 1999-01-14 Jesse Thilo <jthilo@gnu.org>
14881
14882 * 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:
14883 Update FSF address.
14884
14885 1999-01-14 Jesse Thilo <jthilo@gnu.org>
14886
14887 * doc/bison.texinfo: Fix formatting glitch.
14888
14889 * doc/bison.texinfo: Update FSF address.
14890
14891 1999-01-14 Jesse Thilo <jthilo@gnu.org>
14892
14893 * acconfig.h: Update FSF address.
14894
14895 1999-01-08 Jesse Thilo <jthilo@gnu.org>
14896
14897 * src/system.h:
14898 Don't define PACKAGE here, since config.h defines it.
14899
14900 1998-12-30 Jesse Thilo <jthilo@gnu.org>
14901
14902 * src/reader.c: Update copyright date.
14903
14904 * src/main.c:
14905 Ditch sprintf to statically-sized buffers in fatal/warn functions in
14906 favor of output directly to stderr (avoids buffer overruns).
14907
14908 * src/reader.c: Some checks for premature EOF.
14909
14910 * 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:
14911 Use prototypes if the compiler understands them.
14912
14913 * src/files.c: Honor TMPDIR on Unix hosts.
14914 Use prototypes if the compiler understands them.
14915
14916 * src/reader.c:
14917 Fix a couple of buffer overrun bugs.
14918 Use prototypes if the compiler understands them.
14919
14920 * src/system.h: Include unistd.h and ctype.h.
14921 Use #ifdef instead of #if for NLS symbols.
14922
14923 1998-12-30 Jesse Thilo <jthilo@gnu.org>
14924
14925 * doc/bison.texinfo:
14926 Delete comment "consider using @set for edition number, etc..." since
14927 we now are doing so.
14928
14929 1998-12-30 Jesse Thilo <jthilo@gnu.org>
14930
14931 * configure.in:
14932 Use prototypes if the compiler understands them.
14933
14934 * NEWS: Document 1.26 highlights.
14935
14936 * Makefile.am: Require Automake 1.3 or later.
14937
14938 * acconfig.h:
14939 Use prototypes if the compiler understands them.
14940
14941 1998-12-29 Jesse Thilo <jthilo@gnu.org>
14942
14943 * src/version.c:
14944 Use VERSION symbol from automake for version number.
14945
14946 1998-12-29 Jesse Thilo <jthilo@gnu.org>
14947
14948 * acconfig.h, configure.in, version.cin:
14949 Use VERSION symbol from automake for version number.
14950
14951 1998-11-28 Jesse Thilo <jthilo@gnu.org>
14952
14953 * Makefile.am:
14954 Distribute original version of simple parser (bison.s1), not built
14955 version (bison.simple).
14956
14957 1998-11-28 Jesse Thilo <jthilo@gnu.org>
14958
14959 * doc/bison.texinfo: Add info dir entry.
14960
14961 * doc/bison.texinfo:
14962 Let automake put version number into documentation.
14963
14964 1998-11-26 Jesse Thilo <jthilo@gnu.org>
14965
14966 * src/bison.cld, src/build.com, src/vmshlp.mar:
14967 Add non-RCS files from /gd/gnu/bison.
14968
14969 1998-11-26 Jesse Thilo <jthilo@gnu.org>
14970
14971 * doc/bison.1:
14972 Document the BISON_HAIRY and BISON_SIMPLE variables.
14973
14974 1998-11-25 Jesse Thilo <jthilo@gnu.org>
14975
14976 * src/version.c: Build version.c automatically.
14977
14978 * src/reader.c:
14979 Fix token numbering (used to start at 258, not 257).
14980
14981 * src/system.h: Include config.h.
14982
14983 * src/getargs.c: Update bug report address.
14984
14985 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
14986 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
14987
14988 1998-11-25 Jesse Thilo <jthilo@gnu.org>
14989
14990 * Makefile.am:
14991 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
14992
14993 * configure.in, version.cin:
14994 Build version.c automatically.
14995
14996 * AUTHORS: Add AUTHORS file.
14997
14998 * README: Update bug report address.
14999
15000 * bison.simple:
15001 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
15002
15003 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
15004 Add automake stuff.
15005
15006 1998-11-25 Jesse Thilo <jthilo@gnu.org>
15007
15008 * doc/bison.texinfo: Clean up some formatting.
15009
15010 1998-05-05 Richard Stallman <rms@gnu.org>
15011
15012 * doc/bison.texinfo:
15013 Explain better why to make a pure parser.
15014
15015 1998-01-05 Richard Stallman <rms@gnu.org>
15016
15017 * src/files.c (openfiles):
15018 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
15019 find a temporary directory, if possible. Do not unlink files while
15020 they are open.
15021
15022 1997-08-25 Richard Stallman <rms@gnu.org>
15023
15024 * src/reader.c (stack_offset;):
15025 Change some warni to warns.
15026
15027 * src/lex.c (literalchar): Use warns, not warni.
15028
15029 1997-06-28 Richard Stallman <rms@gnu.org>
15030
15031 * src/bison.s1: Add a Bison version comment.
15032
15033 * src/main.c (fatal, warn, berror):
15034 Use program_name.
15035
15036 1997-06-28 Richard Stallman <rms@gnu.org>
15037
15038 * Makefile.in (bison_version): New variable.
15039 (dist): Use that variable.
15040 (bison.s1): Substitute the Bison version into bison.simple.
15041
15042 * bison.simple: Add a Bison version comment.
15043
15044 1997-06-18 Richard Stallman <rms@gnu.org>
15045
15046 * src/main.c (fatal, warn, berror):
15047 Make error messages standard.
15048 (toomany): Improve error message text.
15049
15050 * 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:
15051 new.h renamed to alloc.h.
15052
15053 1997-06-18 Richard Stallman <rms@gnu.org>
15054
15055 * Makefile.in: new.h renamed to alloc.h.
15056
15057 1997-05-24 Richard Stallman <rms@gnu.org>
15058
15059 * src/lex.c (literalchar):
15060 Fix the code for escaping \, " and '.
15061
15062 (lex): Avoid trouble when there are many chars
15063 to discard in a char literal with just several chars in it.
15064
15065 1997-05-17 Richard Stallman <rms@gnu.org>
15066
15067 * src/bison.s1:
15068 Use malloc, if using alloca is troublesome.
15069 (YYSTACK_USE_ALLOCA): New flag macro.
15070 Define it for some systems and compilers.
15071 (YYSTACK_ALLOC): New macro.
15072 (yyparse): Use YYSTACK_ALLOC to allocate stack.
15073 If it was malloc'd, free it.
15074
15075 1997-05-17 Richard Stallman <rms@gnu.org>
15076
15077 * bison.simple:
15078 Use malloc, if using alloca is troublesome.
15079 (YYSTACK_USE_ALLOCA): New flag macro.
15080 Define it for some systems and compilers.
15081 (YYSTACK_ALLOC): New macro.
15082 (yyparse): Use YYSTACK_ALLOC to allocate stack.
15083 If it was malloc'd, free it.
15084
15085 1997-04-23 Richard Stallman <rms@gnu.org>
15086
15087 * src/bison.s1:
15088 (alloca) [__hpux]: Always define as __builtin_alloca.
15089
15090 1997-04-23 Richard Stallman <rms@gnu.org>
15091
15092 * bison.simple:
15093 (alloca) [__hpux]: Always define as __builtin_alloca.
15094
15095 1997-04-22 Richard Stallman <rms@gnu.org>
15096
15097 * src/bison.s1:
15098 [__hpux]: Include alloca.h (right for HPUX 10)
15099 instead of declaring alloca (right for HPUX 9).
15100
15101 * src/bison.s1 (__yy_memcpy):
15102 Declare arg `count' as unsigned int.
15103 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
15104
15105 1997-04-22 Richard Stallman <rms@gnu.org>
15106
15107 * bison.simple:
15108 [__hpux]: Include alloca.h (right for HPUX 10)
15109 instead of declaring alloca (right for HPUX 9).
15110
15111 * bison.simple (__yy_memcpy):
15112 Declare arg `count' as unsigned int.
15113 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
15114
15115 1997-01-03 Richard Stallman <rms@gnu.org>
15116
15117 * src/allocate.c: [__STDC__ or _MSC_VER]:
15118 Declare calloc and realloc to return void *.
15119
15120 1997-01-02 Richard Stallman <rms@gnu.org>
15121
15122 * src/system.h:
15123 [_MSC_VER]: Include stdlib.h and process.h.
15124 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
15125
15126 * src/main.c (main): Return FAILURE as a value.
15127 (printable_version): Declare arg as int, not char.
15128
15129 1997-01-02 Richard Stallman <rms@gnu.org>
15130
15131 * Makefile.in (dist):
15132 Explicitly check for symlinks, and copy them.
15133
15134 1996-12-19 Richard Stallman <rms@gnu.org>
15135
15136 * src/files.c:
15137 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
15138
15139 1996-12-18 Paul Eggert <eggert@gnu.org>
15140
15141 * src/bison.s1 (yyparse):
15142 If __GNUC__ and YYPARSE_PARAM are both defined,
15143 declare yyparse to have a void * argument.
15144
15145 1996-12-18 Paul Eggert <eggert@gnu.org>
15146
15147 * bison.simple (yyparse):
15148 If __GNUC__ and YYPARSE_PARAM are both defined,
15149 declare yyparse to have a void * argument.
15150
15151 1996-12-17 Richard Stallman <rms@gnu.org>
15152
15153 * src/reduce.c (nbits): Add some casts.
15154
15155 1996-08-12 Richard Stallman <rms@gnu.org>
15156
15157 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
15158
15159 1996-08-12 Richard Stallman <rms@gnu.org>
15160
15161 * bison.simple: Test _MSDOS as well as _MSDOS_.
15162
15163 1996-07-31 Richard Stallman <rms@gnu.org>
15164
15165 * src/bison.s1:
15166 [__sun && __i386]: Include alloca.h.
15167
15168 1996-07-31 Richard Stallman <rms@gnu.org>
15169
15170 * bison.simple:
15171 [__sun && __i386]: Include alloca.h.
15172
15173 1996-07-30 Richard Stallman <rms@gnu.org>
15174
15175 * src/bison.s1: Comment change.
15176
15177 * src/bison.s1: Test _MSDOS_, not MSDOS.
15178
15179 1996-07-30 Richard Stallman <rms@gnu.org>
15180
15181 * bison.simple: Comment change.
15182
15183 * bison.simple: Test _MSDOS_, not MSDOS.
15184
15185 1996-06-01 Richard Stallman <rms@gnu.org>
15186
15187 * 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:
15188 Insert `_' macro around many string constants.
15189
15190 * src/main.c:
15191 Insert `_' macro around many string constants.
15192
15193 (main): Call setlocale, bindtextdomain and textdomain.
15194
15195 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
15196 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
15197 [ENABLE_NLS]: Include libintl.h.
15198 [ENABLE_NLS] (gettext): Define.
15199 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
15200 (N_, PACKAGE, LOCALEDIR): New macros.
15201
15202 1996-06-01 Richard Stallman <rms@gnu.org>
15203
15204 * POTFILES.in: New file.
15205
15206 * Makefile.in (allocate.o):
15207 Define target explicitly.
15208
15209 * Makefile.in (CFLAGS): Set to @CFLAGS@.
15210 (LDFLAGS): Set to @LDFLAGS@.
15211 (configure): Run autoconf only if preceding `cd' succeeds.
15212 (bison.s1): Redirect output to temporary file then move the
15213 temporary to the target, rather than redirecting directly to bison.s1.
15214 (clean): Remove config.status and config.log.
15215 (distclean): Don't remove config.status here.
15216
15217 1996-05-12 Richard Stallman <rms@gnu.org>
15218
15219 * src/bison.s1:
15220 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
15221
15222 1996-05-12 Richard Stallman <rms@gnu.org>
15223
15224 * bison.simple:
15225 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
15226
15227 1996-05-11 Richard Stallman <rms@gnu.org>
15228
15229 * src/bison.s1 (__yy_memcpy):
15230 Really reorder the args, as was supposedly done on Feb 14 1995.
15231 (yyparse): Calls changed accordingly.
15232
15233 1996-05-11 Richard Stallman <rms@gnu.org>
15234
15235 * Makefile.in (dist): Don't use $(srcdir).
15236
15237 * bison.simple (__yy_memcpy):
15238 Really reorder the args, as was supposedly done on Feb 14 1995.
15239 (yyparse): Calls changed accordingly.
15240
15241 1996-01-27 Richard Stallman <rms@gnu.org>
15242
15243 * src/output.c (output_rule_data):
15244 Test YYERROR_VERBOSE in the conditional
15245 around the definition of ttyname.
15246
15247 1995-12-29 Richard Stallman <rms@gnu.org>
15248
15249 * src/bison.s1:
15250 Fix line numbers in #line commands.
15251
15252 1995-12-29 Richard Stallman <rms@gnu.org>
15253
15254 * bison.simple:
15255 Fix line numbers in #line commands.
15256
15257 1995-12-27 Richard Stallman <rms@gnu.org>
15258
15259 * src/bison.s1 (YYPARSE_PARAM_DECL):
15260 In C++, make it always null.
15261 (YYPARSE_PARAM_ARG): New macro.
15262 (yyparse): Use YYPARSE_PARAM_ARG.
15263
15264 1995-12-27 Richard Stallman <rms@gnu.org>
15265
15266 * bison.simple (YYPARSE_PARAM_DECL):
15267 In C++, make it always null.
15268 (YYPARSE_PARAM_ARG): New macro.
15269 (yyparse): Use YYPARSE_PARAM_ARG.
15270
15271 1995-11-29 Richard Stallman <rms@gnu.org>
15272
15273 * doc/bison.texinfo:
15274 Describe literal string tokens, %raw, %no_lines, %token_table.
15275
15276 1995-11-29 Daniel Hagerty <hag@gnu.org>
15277
15278 * doc/bison.texinfo: Fixed update date
15279
15280 1995-10-16 Richard Stallman <rms@gnu.org>
15281
15282 * src/version.c: Version 1.25.
15283
15284 1995-10-16 Richard Stallman <rms@gnu.org>
15285
15286 * NEWS: *** empty log message ***
15287
15288 1995-10-16 Richard Stallman <rms@gnu.org>
15289
15290 * doc/bison.1, doc/bison.rnh:
15291 Add new options.
15292
15293 1995-10-15 Richard Stallman <rms@gnu.org>
15294
15295 * src/vmsgetargs.c, src/getargs.c:
15296 Added -n, -k, and -raw switches.
15297 (noparserflag, toknumflag, rawtoknumflag): New variables.
15298
15299 * src/symtab.h (SALIAS):
15300 New #define for adding aliases to %token.
15301 (struct bucket): Added `alias' field.
15302
15303 * src/reduce.c (reduce_grammar):
15304 Revise error message.
15305 (print_notices): Remove final `.' from error message.
15306
15307 * src/reader.c (reader_output_yylsp):
15308 New function.
15309 (readgram): Use `#if 0' around code that accepted %command
15310 inside grammar rules: The documentation doesn't allow it,
15311 and it will fail since the %command processors scan for the next %.
15312 (parse_token_decl): Extended the %token
15313 declaration to allow a multi-character symbol as an alias.
15314 (parse_thong_decl): New function.
15315 (read_declarations): Added %thong declarations.
15316 (read_declarations): Handle NOOP to deal with allowing
15317 % declarations as another means to specify the flags.
15318 (readgram): Allow %prec prior to semantics embedded in a rule.
15319 (skip_to_char, read_declarations, copy_definition)
15320 (parse_token_decl, parse_start_decl, parse_type_decl)
15321 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
15322 (get_type_name, copy_guard, copy_action, readgram)
15323 (get_type, packsymbols): Revised most error messages.
15324 Changed `fatal' to `warnxxx' to avoid aborting for error.
15325 Revised and use multiple warnxxx functions to avoid using VARARGS1.
15326 (read_declarations): Improve the error message for
15327 an invalid character. Do not abort.
15328 (read_declarations, copy_guard, copy_action): Use
15329 printable_version to avoid unprintable characters in printed output.
15330 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
15331 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
15332 Allow the type of a non-terminal can be given
15333 more than once, as long as all specifications give the same type.
15334
15335 * src/output.c:
15336 (output_headers, output_trailers, output, output_gram)
15337 (output_rule_data): Implement noparserflag variable.
15338 Implement toknumflag variable.
15339 (output): Call reader_output_yylsp to output LTYPESTR.
15340
15341 * src/main.c (main):
15342 If reader sees an error, don't process the grammar.
15343 (fatals): Updated to not use VARARGS1.
15344 (printable_version, int_to_string, warn, warni, warns, warnss)
15345 (warnsss): New error reporting functions. Avoid abort for error.
15346
15347 * src/lex.h:
15348 Added THONG and NOOP for alias processing.
15349 Added SETOPT for the new code that allows setting options with %flags.
15350
15351 * src/lex.c:
15352 Include getopt.h. Add some extern decls.
15353 (safegetc): New function to deal with EOF gracefully.
15354 (literalchar); new function to deal with reading \ escapes.
15355 (lex): Use literalchar.
15356 (lex): Implemented "..." tokens.
15357 (literalchar, lex, parse_percent_token): Made tokenbuffer
15358 always contain the token. This includes growing the token
15359 buffer while reading an integer.
15360 (parse_percent_token): Replaced if-else statement with percent_table.
15361 (parse_percent_token): Added % declarations as another
15362 way to specify the flags -n, -l, and -r. Also added hooks for
15363 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
15364 major changes to files.c.
15365 (lex) Retain in the incoming stream a character following
15366 an incorrect '/'.
15367 (skip_white_space, lex): Revised most error messages
15368 and changed fatal to warn to avoid aborting.
15369 (percent_table): Added %thong declarations.
15370
15371 * src/gram.h: Comment changes.
15372
15373 * src/files.c (openfiles, open_extra_files, done):
15374 Add faction flag
15375 and actfile file. Handle noparserflag. Both for -n switch.
15376
15377 * src/conflicts.c (resolve_sr_conflict):
15378 Remove use of alloca.
15379
15380 1995-06-01 Jim Meyering <meyering@gnu.org>
15381
15382 * doc/bison.texinfo: *** empty log message ***
15383
15384 1995-05-06 Richard Stallman <rms@gnu.org>
15385
15386 * src/bison.s1: Comment change.
15387
15388 1995-05-06 Richard Stallman <rms@gnu.org>
15389
15390 * bison.simple: Comment change.
15391
15392 1995-05-03 Richard Stallman <rms@gnu.org>
15393
15394 * src/version.c: Version now 1.24.
15395
15396 * src/bison.s1: Change distribution terms.
15397
15398 * src/version.c: Version now 1.23.
15399
15400 1995-05-03 Richard Stallman <rms@gnu.org>
15401
15402 * doc/bison.texinfo:
15403 Rewrite "Conditions for Using Bison".
15404 Update version to 1.24.
15405
15406 1995-05-03 Richard Stallman <rms@gnu.org>
15407
15408 * bison.simple: Change distribution terms.
15409
15410 1995-02-23 Richard Stallman <rms@gnu.org>
15411
15412 * src/files.c: Test __VMS_POSIX as well as VMS.
15413
15414 1995-02-14 Jim Meyering <meyering@gnu.org>
15415
15416 * src/bison.s1 (__yy_memcpy):
15417 Renamed from __yy_bcopy to avoid
15418 confusion. Reverse FROM and TO arguments to be consistent with
15419 those of memcpy.
15420
15421 1995-02-14 Jim Meyering <meyering@gnu.org>
15422
15423 * bison.simple (__yy_memcpy):
15424 Renamed from __yy_bcopy to avoid
15425 confusion. Reverse FROM and TO arguments to be consistent with
15426 those of memcpy.
15427
15428 1994-11-10 David J. MacKenzie <djm@gnu.org>
15429
15430 * NEWS: reformat
15431
15432 * NEWS: New file.
15433
15434 * Makefile.in (DISTFILES): Include NEWS.
15435
15436 * Makefile.in (DISTFILES):
15437 Include install-sh, not install.sh.
15438
15439 * configure.in: Update to Autoconf v2 macro names.
15440
15441 1994-10-05 David J. MacKenzie <djm@gnu.org>
15442
15443 * Makefile.in: fix typo
15444
15445 * Makefile.in (prefix, exec_prefix):
15446 Let configure set them.
15447
15448 1994-09-28 David J. MacKenzie <djm@gnu.org>
15449
15450 * Makefile.in: Set datadir to $(prefix)/share.
15451
15452 1994-09-15 Richard Stallman <rms@gnu.org>
15453
15454 * src/bison.s1:
15455 Update copyright notice and GPL version.
15456
15457 1994-09-15 Richard Stallman <rms@gnu.org>
15458
15459 * bison.simple:
15460 Update copyright notice and GPL version.
15461
15462 1994-07-12 Richard Stallman <rms@gnu.org>
15463
15464 * src/reduce.c, src/reader.c:
15465 entered into RCS
15466
15467 1994-05-05 David J. MacKenzie <djm@gnu.org>
15468
15469 * Makefile.in: entered into RCS
15470
15471 1994-03-26 Richard Stallman <rms@gnu.org>
15472
15473 * src/bison.s1: entered into RCS
15474
15475 1994-03-26 Richard Stallman <rms@gnu.org>
15476
15477 * bison.simple: entered into RCS
15478
15479 1994-03-25 Richard Stallman <rms@gnu.org>
15480
15481 * src/main.c: entered into RCS
15482
15483 1994-03-24 Richard Stallman <rms@gnu.org>
15484
15485 * src/conflicts.c: entered into RCS
15486
15487 1994-01-02 Richard Stallman <rms@gnu.org>
15488
15489 * Makefile.in: *** empty log message ***
15490
15491 1993-11-21 Richard Stallman <rms@gnu.org>
15492
15493 * src/bison.s1: *** empty log message ***
15494
15495 1993-11-21 Richard Stallman <rms@gnu.org>
15496
15497 * doc/bison.texinfo: entered into RCS
15498
15499 * doc/bison.texinfo: *** empty log message ***
15500
15501 1993-11-21 Richard Stallman <rms@gnu.org>
15502
15503 * bison.simple: *** empty log message ***
15504
15505 1993-10-25 David J. MacKenzie <djm@gnu.org>
15506
15507 * doc/bison.texinfo: *** empty log message ***
15508
15509 1993-10-19 Richard Stallman <rms@gnu.org>
15510
15511 * src/bison.s1: *** empty log message ***
15512
15513 1993-10-19 Richard Stallman <rms@gnu.org>
15514
15515 * bison.simple: *** empty log message ***
15516
15517 1993-10-14 Richard Stallman <rms@gnu.org>
15518
15519 * src/bison.s1: *** empty log message ***
15520
15521 1993-10-14 Richard Stallman <rms@gnu.org>
15522
15523 * bison.simple: *** empty log message ***
15524
15525 1993-09-14 David J. MacKenzie <djm@gnu.org>
15526
15527 * doc/bison.texinfo: *** empty log message ***
15528
15529 1993-09-13 Noah Friedman <friedman@gnu.org>
15530
15531 * Makefile.in: *** empty log message ***
15532
15533 1993-09-10 Richard Stallman <rms@gnu.org>
15534
15535 * src/conflicts.c: *** empty log message ***
15536
15537 * src/system.h: entered into RCS
15538
15539 1993-09-10 Richard Stallman <rms@gnu.org>
15540
15541 * doc/bison.1: entered into RCS
15542
15543 1993-09-06 Noah Friedman <friedman@gnu.org>
15544
15545 * src/version.c: entered into RCS
15546
15547 1993-09-06 Noah Friedman <friedman@gnu.org>
15548
15549 * Makefile.in: *** empty log message ***
15550
15551 1993-07-30 David J. MacKenzie <djm@gnu.org>
15552
15553 * Makefile.in: *** empty log message ***
15554
15555 1993-07-24 Richard Stallman <rms@gnu.org>
15556
15557 * src/bison.s1: *** empty log message ***
15558
15559 1993-07-24 Richard Stallman <rms@gnu.org>
15560
15561 * bison.simple: *** empty log message ***
15562
15563 1993-07-08 David J. MacKenzie <djm@gnu.org>
15564
15565 * Makefile.in: *** empty log message ***
15566
15567 1993-07-04 Richard Stallman <rms@gnu.org>
15568
15569 * src/bison.s1: *** empty log message ***
15570
15571 1993-07-04 Richard Stallman <rms@gnu.org>
15572
15573 * bison.simple: *** empty log message ***
15574
15575 1993-06-26 David J. MacKenzie <djm@gnu.org>
15576
15577 * src/getargs.c: entered into RCS
15578
15579 1993-06-26 David J. MacKenzie <djm@gnu.org>
15580
15581 * doc/bison.texinfo: *** empty log message ***
15582
15583 * doc/bison.1: New file.
15584
15585 1993-06-25 Richard Stallman <rms@gnu.org>
15586
15587 * src/getargs.c: New file.
15588
15589 1993-06-16 Richard Stallman <rms@gnu.org>
15590
15591 * src/bison.s1: *** empty log message ***
15592
15593 1993-06-16 Richard Stallman <rms@gnu.org>
15594
15595 * bison.simple: *** empty log message ***
15596
15597 1993-06-03 Richard Stallman <rms@gnu.org>
15598
15599 * src/bison.s1: New file.
15600
15601 1993-06-03 Richard Stallman <rms@gnu.org>
15602
15603 * doc/bison.texinfo: *** empty log message ***
15604
15605 1993-06-03 Richard Stallman <rms@gnu.org>
15606
15607 * bison.simple: New file.
15608
15609 1993-05-19 Richard Stallman <rms@gnu.org>
15610
15611 * doc/bison.texinfo: New file.
15612
15613 1993-05-07 Noah Friedman <friedman@gnu.org>
15614
15615 * Makefile.in: *** empty log message ***
15616
15617 1993-04-28 Noah Friedman <friedman@gnu.org>
15618
15619 * src/reader.c: *** empty log message ***
15620
15621 1993-04-23 Noah Friedman <friedman@gnu.org>
15622
15623 * src/alloc.h: entered into RCS
15624
15625 1993-04-20 David J. MacKenzie <djm@gnu.org>
15626
15627 * src/version.c: *** empty log message ***
15628
15629 * src/files.c, src/allocate.c:
15630 entered into RCS
15631
15632 * src/reader.c: *** empty log message ***
15633
15634 * src/lex.c: entered into RCS
15635
15636 * src/conflicts.c: New file.
15637
15638 * src/symtab.c: entered into RCS
15639
15640 * src/alloc.h: New file.
15641
15642 * src/LR0.c: entered into RCS
15643
15644 1993-04-18 Noah Friedman <friedman@gnu.org>
15645
15646 * src/reader.c: New file.
15647
15648 * src/version.c: *** empty log message ***
15649
15650 1993-04-18 Noah Friedman <friedman@gnu.org>
15651
15652 * Makefile.in: *** empty log message ***
15653
15654 1993-04-17 Noah Friedman <friedman@gnu.org>
15655
15656 * Makefile.in: *** empty log message ***
15657
15658 1993-04-15 Richard Stallman <rms@gnu.org>
15659
15660 * src/main.c, src/files.c:
15661 New file.
15662
15663 1993-04-15 Noah Friedman <friedman@gnu.org>
15664
15665 * configure.in: entered into RCS
15666
15667 * configure.in: *** empty log message ***
15668
15669 * configure.in: New file.
15670
15671 1993-04-14 Richard Stallman <rms@gnu.org>
15672
15673 * Makefile.in: New file.
15674
15675 1993-04-13 Richard Stallman <rms@gnu.org>
15676
15677 * src/version.c: New file.
15678
15679 1993-03-25 Richard Stallman <rms@gnu.org>
15680
15681 * src/output.c: entered into RCS
15682
15683 1992-09-25 Richard Stallman <rms@gnu.org>
15684
15685 * configure.bat: entered into RCS
15686
15687 1992-06-22 Richard Stallman <rms@gnu.org>
15688
15689 * src/vmsgetargs.c: entered into RCS
15690
15691 1992-06-22 Richard Stallman <rms@gnu.org>
15692
15693 * doc/bison.rnh: entered into RCS
15694
15695 1992-04-20 David J. MacKenzie <djm@gnu.org>
15696
15697 * README: entered into RCS
15698
15699 1992-01-22 Richard Stallman <rms@gnu.org>
15700
15701 * src/machine.h: entered into RCS
15702
15703 1991-12-21 Richard Stallman <rms@gnu.org>
15704
15705 * src/lalr.c, src/closure.c:
15706 entered into RCS
15707
15708 1991-12-20 Richard Stallman <rms@gnu.org>
15709
15710 * src/state.h: entered into RCS
15711
15712 1991-12-18 Richard Stallman <rms@gnu.org>
15713
15714 * src/print.c, src/nullable.c, src/derives.c:
15715 entered into RCS
15716
15717 1991-11-03 David J. MacKenzie <djm@gnu.org>
15718
15719 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
15720 entered into RCS
15721
15722 1988-09-09 Richard Stallman <rms@gnu.org>
15723
15724 * src/bison.hairy: entered into RCS
15725
15726 1987-12-16 Richard Stallman <rms@gnu.org>
15727
15728 * REFERENCES: entered into RCS
15729
15730
15731 -----
15732
15733 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
15734 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free
15735 Software Foundation, Inc.
15736
15737 Copying and distribution of this file, with or without
15738 modification, are permitted provided the copyright notice and this
15739 notice are preserved.