]> git.saurik.com Git - bison.git/blob - ChangeLog
Update TODO.
[bison.git] / ChangeLog
1 2008-11-15 Akim Demaille <demaille@gostai.com>
2
3 * TODO: Update.
4
5 2008-11-15 Akim Demaille <demaille@gostai.com>
6
7 Formatting changes.
8 * tests/input.at: here.
9
10 2008-11-15 Akim Demaille <demaille@gostai.com>
11
12 Remove duplicate header inclusion.
13 * src/LR0.c: here.
14
15 2008-11-15 Akim Demaille <demaille@gostai.com>
16
17 * src/parse-gram.h, src/parse-gram.c: Regen.
18
19 2008-11-15 Akim Demaille <demaille@gostai.com>
20
21 Support parametric types.
22
23 There are two issues to handle: first scanning nested angle
24 bracket pairs to support types such as std::pair< std::string,
25 std::list<std::string> > >.
26
27 Another issue is to address idiosyncracies of C++: do not glue two
28 closing angle brackets together (otherwise it's operator>>), and
29 avoid sticking blindly a TYPE to the opening <, as it can result
30 in '<:' which is a digraph for '['.
31
32 * src/scan-gram.l (brace_level): Rename as...
33 (nesting): this.
34 (SC_TAG): New.
35 Implement support for complex tags.
36 (tag): Accept
37 , but not <.
38 * data/lalr1.cc (b4_symbol_value, b4_symbol_value_template)
39 (b4_symbol_variant): Leave space around types as parameters.
40 * examples/variant.yy: Use nested template types and leading ::.
41 * src/parse-gram.y (TYPE, TYPE_TAG_ANY, TYPE_TAG_NONE, type.opt):
42 Rename as...
43 (TAG, TAG_ANY, TAG_NONE, tag.opt): these.
44 * tests/c++.at: Test parametric types.
45
46 2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
47
48 Test token.prefix.
49 This is not sufficient, but we test at least that the make_SYMBOL
50 interface is not affected by token.prefix. A more general test
51 will be implemented when the support of token.prefix is generalized
52 to more skeletons.
53
54 * tests/c++.at: One more variant test, using token.prefix.
55
56 2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
57
58 Test the make_TOKEN interface.
59 * tests/c++.at (AT_CHECK_VARIANTS): Require and use locations.
60 Factor the common code in yylex.
61 Use it to test "%define lex_symbol".
62
63 2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
64
65 Formatting change.
66
67 2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
68
69 Simplify code for variants bench marks.
70 * etc/bench.pl.in (&generate_grammar_list): Define and use
71 location_type.
72 Factor the common code in yylex.
73
74 2008-11-15 Akim Demaille <demaille@gostai.com>
75
76 Better error message.
77 * bootstrap (find_tool): Fix the error message.
78
79 2008-11-15 Akim Demaille <demaille@gostai.com>
80
81 Update variant.yy to newest interface.
82 * examples/variant.yy: Define lex_symbol.
83 Adjust.
84
85 2008-11-15 Akim Demaille <demaille@gostai.com>
86
87 Don't use locations in variant.yy.
88 * examples/variant.yy: Adjust to not using locations.
89
90 2008-11-15 Akim Demaille <demaille@gostai.com>
91
92 Comment changes.
93 * data/local.mk, etc/local.mk, examples/local.mk: Use Automake
94 comments for the license.
95
96 2008-11-15 Akim Demaille <demaille@gostai.com>
97
98 Remove tests/Makefile.am.
99 * tests/Makefile.am: Rename as...
100 * tests/local.mk: this.
101 * Makefile.am, configure.ac: Adjust.
102 * Makefile.am (DISTCLEANFILES): Define.
103 (maintainer-check, maintainer-xml-check, maintainer-push-check):
104 Remove, we no longer need to bounce to the real targets.
105
106 2008-11-15 Akim Demaille <demaille@gostai.com>
107
108 Comment changes.
109
110 2008-11-15 Akim Demaille <demaille@gostai.com>
111
112 djgpp/local.mk.
113 * Makefile.am (EXTRA_DIST): Move djgpp related part to...
114 * djgpp/local.mk: this new file.
115
116 2008-11-15 Akim Demaille <demaille@gostai.com>
117
118 Remove doc/Makefile.am.
119 * doc/Makefile.am: Rename as...
120 * doc/local.mk: this.
121 Adjust paths
122 * Makefile.am, configure.ac: Adjust.
123 * Makefile.am (MOSTLYCLEANFILES): New.
124 * src/local.mk: Adjust.
125
126 2008-11-15 Akim Demaille <demaille@gostai.com>
127
128 Move sc_tight_scope into maint.mk.
129 It does not work, and I don't know how it was supposed to work: it
130 seems to be looking for sources in the build tree. I just moved
131 it at a better place, fixing it is still required.
132
133 * src/local.mk (echo): Remove.
134 (sc_tight_scope): Move to...
135 * maint.mk: here.
136
137 2008-11-15 Akim Demaille <demaille@gostai.com>
138
139 Regen.
140 * src/parse-gram.h, src/parse-gram.h: Regen.
141
142 2008-11-15 Akim Demaille <demaille@gostai.com>
143
144 Remove src/Makefile.am.
145 * src/Makefile.am: Rename as...
146 * src/local.mk: this.
147 Prefix all the paths with src/.
148 (AUTOMAKE_OPTIONS): Build object files in the sub dirs.
149 (AM_CPPFLAGS): Find find in builddir/src.
150 (YACC): Move the flags into...
151 (AM_YFLAGS): here.
152 * maint.mk (sc_tight_scope): Disable.
153 It used to bounce to the version in src/Makefile.am which is now
154 part of this very Makefile.
155 * Makefile.am, configure.ac: Adjust.
156 * src/scan-code-c.c, src/scan-code.l: We can no longer rely on
157 include "..." to find files "here": we are no longer in src/, so
158 qualify the includes with src/.
159 * doc/Makefile.am (PREPATH): No longer include the top_builddir
160 prefix.
161 (.x.1): Adjust to be able to create src/foo from the top level
162 Makefile, instead of going bounce to src/Makefile the creation of
163 foo.
164
165 2008-11-15 Akim Demaille <demaille@gostai.com>
166
167 Remove useless variable.
168 * doc/Makefile.am (srcsrcdir): Remove.
169
170 2008-11-15 Akim Demaille <demaille@gostai.com>
171
172 Remove data/Makefile.am.
173 * data/Makefile.am: Rename as...
174 * data/local.mk: this.
175 Adjust paths.
176 * Makefile.am, configure.ac: Adjust.
177
178 2008-11-15 Akim Demaille <demaille@gostai.com>
179
180 Remove etc/Makefile.am.
181 * etc/Makefile.am: Rename as...
182 * etc/local.mk: this.
183 Adjust.
184 * Makefile.am, configure.ac: Adjust.
185
186 2008-11-15 Akim Demaille <demaille@gostai.com>
187
188 Remove examples/local.mk.
189 examples/calc++/Makefile.am might be interesting to keep as is, since
190 it is an example in itself.
191
192 * examples/Makefile.am: Rename as...
193 * examples/local.mk: this.
194 Adjust.
195 * Makefile.am, configure.ac: Adjust.
196
197 2008-11-15 Akim Demaille <demaille@gostai.com>
198
199 Remove build-aux/Makefile.am.
200 Recursive Makefiles are really way too slow, let's get rid of some of
201 them.
202
203 * build-aux/Makefile.am: Rename as...
204 * build-aux/local.mk: this.
205 Adjust paths.
206 * Makefile.am, configure.ac: Adjust.
207
208 2008-11-15 Akim Demaille <demaille@gostai.com>
209
210 Provide convenience constructors for locations and positions.
211 * data/location.cc (position::position): Accept file, line and
212 column as arguments with default values.
213 Always qualify initial line and column literals as unsigned.
214 (location::location): Provide convenience constructors.
215
216 2008-11-15 Akim Demaille <demaille@gostai.com>
217
218 Instead of using make_symbol<TOK_FOO>, generate make_FOO for each
219 token type.
220 Using template buys us nothing, and makes it uselessly complex to
221 construct a symbol. Besides, it could not be generalized to other
222 languages, while make_FOO would work in C/Java etc.
223
224 * data/lalr1.cc (b4_symbol_): New.
225 (b4_symbol): Use it.
226 (b4_symbol_constructor_declaration_)
227 (b4_symbol_constructor_definition_): Instead of generating
228 specializations of an overloaded template function, just generate
229 several functions whose names are forged from the token names
230 without the token.prefix.
231 (b4_symbol_constructor_declarations): Generate them for all the
232 symbols, not just by class of symbol type, now that instead of
233 specializing a function template by the token, we generate a
234 function named after the token.
235 (b4_symbol_constructor_specialization_)
236 (b4_symbol_constructor_specializations): Remove.
237 * etc/bench.pl.in: Adjust to this new API.
238
239 2008-11-13 Akim Demaille <demaille@gostai.com>
240
241 %define token.prefix.
242 Provide a means to add a prefix to the name of the tokens as
243 output in the generated files. Because of name clashes, it is
244 good to have such a prefix such as TOK_ that protects from names
245 such as EOF, FILE etc. But it clutters the grammar itself.
246
247 * data/bison.m4 (token.prefix): Empty by default.
248 * data/c.m4 (b4_token_enum, b4_token_define): Use it.
249 * data/lalr1.cc (b4_symbol): Ditto.
250
251 2008-11-13 Akim Demaille <demaille@gostai.com>
252
253 Compute at M4 time some of the subtractions.
254 * data/lalr1.cc (b4_substract): New.
255 (b4_rhs_data): Use it.
256
257 2008-11-13 Akim Demaille <demaille@gostai.com>
258
259 symbol::token.
260 This allows the user to get the type of a token returned by yylex.
261
262 * data/lalr1.cc (symbol::token): New.
263 (yytoknum_): Define when %define lex_symbol, independently of
264 %debug.
265 (yytoken_number_): Move into...
266 (symbol::token): here, since that's the only use.
267 The other one is YYPRINT which was not officially supported
268 by lalr1.cc, and anyway it did not work since YYPRINT uses this
269 array under a different name (yytoknum).
270
271 2008-11-13 Akim Demaille <demaille@gostai.com>
272
273 YYERRCODE.
274 * TODO (YYERRCODE): Mention the case of $undef.
275
276 2008-11-13 Akim Demaille <demaille@gostai.com>
277
278 TODO: YYPRINT.
279 * TODO (YYPRINT): New.
280
281 2008-11-13 Akim Demaille <demaille@gostai.com>
282
283 Comment changes.
284 * data/lalr1.cc, data/yacc.c: Fix the description of the
285 yytranslate and yytoknum tables.
286
287 2008-11-13 Akim Demaille <demaille@gostai.com>
288
289 Define make_symbol in the header.
290 To reach good performances these functions should be inlined (yet
291 this is to measure precisely). To this end they must be available
292 to the caller.
293
294 * data/lalr1.cc (b4_symbol_constructor_definition_): Qualify
295 location_type with the class name.
296 Since will now be output in the header, declare "inline".
297 No longer use b4_symbol_constructor_specializations, but
298 b4_symbol_constructor_definitions in the header.
299 Don't call it in the *.cc file.
300
301 2008-11-13 Akim Demaille <demaille@gostai.com>
302
303 Define yytranslate in the header for lex_symbol.
304 * data/lalr1.cc: Move the invocation of b4_yytranslate_definition
305 into the header file when using %define lex_symbol.
306 (yytranslate_): Declare inline.
307
308 2008-11-13 Akim Demaille <demaille@gostai.com>
309
310 Define the constructors of symbol_type in
311 b4_symbol_constructor_definitions.
312 The constructors are called by the make_symbol functions, which a
313 forthcoming patch will move elsewhere. Hence the interest of
314 putting them together.
315
316 The stack_symbol_type does not need to be moved, it is used only
317 by the parser.
318
319 * data/lalr1.cc: Move symbol_type and symbol_base_type
320 constructors into...
321 (b4_symbol_constructor_definitions): here.
322 Adjust.
323
324 2008-11-13 Akim Demaille <demaille@gostai.com>
325
326 Make it easier to move the definition of yytranslate_.
327 Forthcoming changes will make it possible to use yytranslate_
328 from outside the parser implementation file.
329
330 * data/lalr1.cc (b4_yytranslate_definition): New.
331 Use it.
332
333 2008-11-13 Akim Demaille <demaille@gostai.com>
334
335 Remove useless class specification.
336 * data/lalr1.cc (b4_symbol_constructor_specialization_): No need
337 to refer to the class name to use a type defined by the class for
338 arguments of member functions.
339
340 2008-11-13 Akim Demaille <demaille@gostai.com>
341
342 Finer input type for yytranslate.
343 This patch is debatable: the tradition expects yylex to return an int
344 which happens to correspond to token_number (which is an enum). This
345 allows for instance to return characters (such as '*' etc.). But this
346 goes against the stronger typing I am trying to have with the new
347 lex interface which return a symbol_type. So in this case, feed
348 yytranslate_ with a token_type.
349
350 * data/lalr1.cc (yytranslate_): When in %define lex-symbol,
351 expect a token_type.
352
353 2008-11-13 Akim Demaille <demaille@gostai.com>
354
355 Honor lex-params in %define lex_symbol mode.
356 * data/lalr1.cc: Use b4_lex_param.
357
358 2008-11-13 Akim Demaille <demaille@gostai.com>
359
360 Simplify names.
361 * src/output.c (symbol_definitions_output): Rename symbol
362 attributes type_name and has_type_name as type and has_type.
363 * data/lalr1.cc: Adjust uses.
364
365 2008-11-13 Akim Demaille <demaille@gostai.com>
366
367 Use b4_type_names for the union type.
368 The union used to compute the size of the variant used to iterate
369 over the type of all the symbols, with a lot of redundancy. Now
370 iterate over the lists of symbols having the same type-name.
371
372 * data/lalr1.cc (b4_char_sizeof_): New.
373 (b4_char_sizeof): Use it.
374 Adjust to be called with a list of numbers instead of a single
375 number.
376 Adjust its caller for new-line issues.
377
378 2008-11-13 Akim Demaille <demaille@gostai.com>
379
380 Define the "identifier" of a symbol.
381 Symbols may have several string representations, for instance if
382 they have an alias. What I call its "id" is a string that can be
383 used as an identifier. May not exist.
384
385 Currently the symbols which have the "tag_is_id" flag set are
386 those that don't have an alias. Look harder for the id.
387
388 * src/output.c (is_identifier): Move to...
389 * src/symtab.c (is_identifier): here.
390 * src/symtab.h, src/symtab.c (symbol_id_get): New.
391 * src/output.c (symbol_definitions_output): Use it to define "id"
392 and "has_id".
393 Remove the definition of "tag_is_id".
394 * data/lalr1.cc: Use the "id" and "has_id" whereever "tag" and
395 "tag_is_id" were used to produce code.
396 We still use "tag" for documentation.
397
398 2008-11-11 Akim Demaille <demaille@gostai.com>
399
400 Locations are no longer required by lalr1.cc.
401 * data/lalr1.cc (_b4_args, b4_args): New.
402 Adjust all uses of locations to make them optional.
403 * tests/c++.at (AT_CHECK_VARIANTS): No longer use the locations.
404 (AT_CHECK_NAMESPACE): Check the use of locations.
405 * tests/calc.at (_AT_DATA_CALC_Y): Adjust to be usable with or
406 without locations with lalr1.cc.
407 Test these cases.
408 * tests/output.at: Check lalr1.cc with and without location
409 support.
410 * tests/regression.at (_AT_DATA_EXPECT2_Y, _AT_DATA_DANCER_Y):
411 Don't use locations.
412
413 2008-11-11 Akim Demaille <demaille@gostai.com>
414
415 AT_FULL_COMPILE.
416 * tests/local.at (AT_FULL_COMPILE): New.
417 * tests/actions.at, tests/calc.at, tests/regression.at: Use it.
418
419 2008-11-11 Akim Demaille <demaille@gostai.com>
420
421 Support parens in calc++.
422 * doc/bison.texinfo (Calc++ Scanner, Calc++ Parser): Support parens.
423 * examples/calc++/test (run): Check the expected output.
424 Adjust callers.
425 Check parens too.
426
427 2008-11-11 Akim Demaille <demaille@gostai.com>
428
429 Simplify lalr1.cc since %defines is mandatory.
430 * data/lalr1.cc: Remove useless calls to b4_defines_if.
431
432 2008-11-11 Akim Demaille <demaille@gostai.com>
433
434 TODO: yyfmt.
435 * TODO (yysyntax_error): New item.
436
437 2008-11-11 Akim Demaille <demaille@gostai.com>
438
439 Prefer M4 to CPP.
440 * data/lalr1.cc: Use b4_error_verbose_if instead of #if
441 YYERROR_VERBOSE.
442
443 2008-11-11 Akim Demaille <demaille@gostai.com>
444
445 Support i18n of the parse error messages.
446 * TODO (lalr1.cc/I18n): Remove.
447 * data/lalr1.cc (yysyntax_error_): Support the translation of the
448 error messages, as done in yacc.c.
449 Stay within the yy* pseudo namespace.
450
451 2008-11-11 Akim Demaille <demaille@gostai.com>
452
453 More TODO.
454 * TODO (single stack, yysyntax_error): New.
455
456 2008-11-11 Akim Demaille <demaille@gostai.com>
457
458 Make it possible to return a symbol_type from yylex.
459 * data/lalr1.cc (b4_lex_symbol_if): New.
460 (parse): When lex_symbol is defined, expected yylex to return the
461 complete lookahead.
462 * etc/bench.pl.in (generate_grammar_list): Extend to support this
463 yylex interface.
464 (bench_variant_parser): Exercise it.
465
466 2008-11-11 Akim Demaille <demaille@gostai.com>
467
468 Remove useless bench case.
469 * etc/bench.pl.in (bench_variant_parser): VARIANT_DESTROY is
470 no longer used.
471
472 2008-11-11 Akim Demaille <demaille@gostai.com>
473
474 Improve display of directives.
475 * etc/bench.pl.in (parse_term): Don't add useless eol.
476
477 2008-11-11 Akim Demaille <demaille@gostai.com>
478
479 Use string_cast in the bench.
480 * etc/bench.pl.in (generate_grammar_list): Define and use
481 string_cast.
482
483 2008-11-11 Akim Demaille <demaille@gostai.com>
484
485 Replace yychar with a Boolean.
486 * data/lalr1.cc (parse::yychar): Replace by...
487 (parse::yyempty): this.
488
489 2008-11-11 Akim Demaille <demaille@gostai.com>
490
491 Factor the tables.
492 * TODO: New item.
493
494 2008-11-11 Akim Demaille <demaille@gostai.com>
495
496 Let yytranslate handle the eof case.
497 * data/lalr1.cc (yytranslate_): Handle the EOF case.
498 Adjust callers.
499 No longer expect yychar to be equal to yyeof_, rather, test the
500 lookahead's (translated) kind.
501
502 2008-11-11 Akim Demaille <demaille@gostai.com>
503
504 yychar cannot be empty in yyerrlab.
505 * TODO (yychar == yyempty_): New.
506 * data/lalr1.cc: Remove the handling of this case.
507 This eases forthcoming changes related to yychar and yytranslate.
508
509 2008-11-11 Akim Demaille <demaille@gostai.com>
510
511 Bench: syntactic sugar for %define/#define.
512 * etc/bench.pl.in (parse_dirs): Support %d and #d with arguments.
513 (&bench_push_parser, bench_variant_parser): Use this feature.
514 (&eat): New.
515 Use it.
516
517 2008-11-11 Akim Demaille <demaille@gostai.com>
518
519 Less memory pressure on the "list" bench.
520 * etc/bench.pl.in (generate_grammar_list): Do not accumulate all
521 the values, to limit memory pressure.
522
523 2008-11-11 Akim Demaille <demaille@gostai.com>
524
525 Introduce make_symbol.
526 make_symbol provides a means to construct a full symbol (kind,
527 value, location) in a single shot. It is meant to be a Symbol
528 constructor, parameterized by the symbol kind so that overloading
529 would prevent incorrect kind/value pairs. Unfortunately
530 parameterized constructors do not work well in C++ (unless the
531 parameter also appears as an argument, which is not acceptable),
532 hence the use of a function instead of a constructor.
533
534 * data/lalr1.cc (b4_symbol_constructor_declaration_)
535 (b4_symbol_constructor_declarations)
536 (b4_symbol_constructor_specialization_)
537 (b4_symbol_constructor_specializations)
538 (b4_symbol_constructor_definition_)
539 (b4_symbol_constructor_definitions): New.
540 Use them where appropriate to generate declaration, declaration of
541 the specializations, and implementations of the templated
542 overloaded function "make_symbol".
543 (variant::variant): Always define a default ctor.
544 Also provide a copy ctor.
545 (symbol_base_type, symbol_type): New ctor overloads for value-less
546 symbols.
547 (symbol_type): Now public, so that functions such as yylex can use
548 it.
549
550 2008-11-11 Akim Demaille <demaille@gostai.com>
551
552 Inform m4 whether a tag is a valid id.
553 * src/output.c (is_identifier): New.
554 (symbol_definitions_output): Use it to define tag_is_id.
555 But maybe this should be done at m4 level?
556
557 2008-11-11 Akim Demaille <demaille@gostai.com>
558
559 Test 214 was failing: it greps with a pattern containing [ ]*
560 which obviously meant to catch spaces and tabs, but contained only
561 spaces. Tabulations in sources are a nuisance, so to simplify the
562 matter, get rid of all the tabulations in the Java sources. The
563 other skeletons will be treated equally later.
564
565 * data/java.m4, data/lalr1.java: Untabify.
566 * tests/java.at: Simplify AT_CHECK_JAVA_GREP invocations:
567 tabulations are no longer generated.
568
569 2008-11-11 Paolo Bonzini <bonzini@gnu.org>
570
571 * bootstrap.conf: Replace m4/warning.m4 with warnings module.
572 * configure.ac: Adjust usage.
573 * lib/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
574 * src/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
575 * tests/atlocal.in: Replace $(WARNING_*FLAGS) with $(WARN_*FLAGS).
576
577 2008-11-10 Di-an Jan <dianj@freeshell.org>
578
579 Workaround Java's ``code too large'' problem for parser tables
580 in most cases, by using one function per initialization.
581 * data/java.m4 (b4_typed_parser_table, b4_integral_parser_table): New.
582 * data/lalr1.java (yypact_, yydefact_, yypgoto_, yydefgoto_,
583 yytable_, yycheck_, yystos_, yytoken_number_, yyr1_, yyr2_, yyrhs_
584 yyprhs_, yyrline_, yytranslate_table_): Use b4_integral_parser_table.
585 (yytname_): Use b4_typed_parser_table.
586 * doc/bison.texinfo (Java Bison Interface): Add note on Java's
587 ``code too large'' error.
588
589 2008-11-10 Di-an Jan <dianj@freeshell.org>
590
591 * NEWS: Document them.
592
593 General Java skeleton improvements.
594 * configure.ac (gt_JAVACOMP): Request target of 1.4, which allows
595 using gcj < 4.3 in the testsuite, according to comments in
596 gnulib/m4/javacomp.m4.
597 * data/java.m4 (stype, parser_class_name, lex_throws, throws,
598 location_type, position_type): Remove extraneous brackets from
599 b4_percent_define_default.
600 (b4_lex_param, b4_parse_param): Remove extraneous brackets from
601 m4_define and m4_define_default.
602 * data/lalr1.java (b4_pre_prologue): Change to b4_user_post_prologue,
603 which marks the end of user code with appropriate syncline, like all
604 the other skeletons.
605 (b4_user_post_prologue): Add. Don't silently drop.
606 (yylex): Remove.
607 (parse): Inline yylex.
608 * doc/bison.texinfo (bisonVersion, bisonSkeleton): Document.
609 (%{...%}): Fix typo of %code imports.
610 * tests/java.at (AT_JAVA_COMPILE): Add "java" keyword.
611
612 Support annotations on parser class with %define annotations.
613 * data/lalr1.java (annotations): Add to parser class modifier.
614 * doc/bison.texinfo (Java Parser Interface): Document
615 %define annotations.
616 (Java Declarations Summary): Document %define annotations.
617 * tests/java.at (Java parser class modifiers): Test annotations.
618
619 Do not generate code for %error-verbose unless requested.
620 * data/lalr1.java (errorVerbose): Rename to yyErrorVerbose.
621 Make private. Make conditional on %error-verbose.
622 (getErrorVerbose, setErrorVerbose): New.
623 (yytnamerr_): Make conditional on %error-verbose.
624 (yysyntax_error): Make some code conditional on %error-verbose.
625 * doc/bison.texinfo (Java Bison Interface): Remove the parts
626 about %error-verbose having no effect.
627 (getErrorVerbose, setErrorVerbose): Document.
628
629 Move constants for token names to Lexer interface.
630 * data/lalr1.java (Lexer): Move EOF, b4_token_enums(b4_tokens) here.
631 * data/java.m4 (b4_token_enum): Indent for move to Lexer interface.
632 (parse): Qualify EOF to Lexer.EOF.
633 * doc/bison.texinfo (Java Parser Interface): Move documentation of
634 EOF and token names to Java Lexer Interface.
635 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove Calc qualifier.
636
637 Make yyerror public.
638 * data/lalr1.java (Lexer.yyerror): Use longer parameter name.
639 (yyerror): Change to public. Add Javadoc comments. Use longer
640 parameter names. Make the body rather than the declarator
641 conditional on %locations.
642 * doc/bison.texinfo (yyerror): Document. Don't mark as protected.
643
644 Allow user to add code to the constructor with %code init.
645 * data/java.m4 (b4_init_throws): New, for %define init_throws.
646 * data/lalr1.java (YYParser.YYParser): Add b4_init_throws.
647 Add %code init to the front of the constructor body.
648 * doc/bison.texinfo (YYParser.YYParser): Document %code init
649 and %define init_throws.
650 (Java Declarations Summary): Document %code init and
651 %define init_throws.
652 * tests/java.at (Java %parse-param and %lex-param): Adjust grep.
653 (Java constructor init and init_throws): Add tests.
654
655 2008-11-10 Akim Demaille <demaille@gostai.com>
656
657 Update TODO.
658 * TODO (-D): is implemented.
659 (associativity): Same precedence must have the same associativity.
660 For instance, how can a * b / c be parsed if * is %left and / is
661 %right?
662 (YYERRORCODE, YYFAIL, YYBACKUP): New.
663
664 2008-11-10 Akim Demaille <demaille@gostai.com>
665
666 Formatting changes.
667
668 2008-11-10 Akim Demaille <demaille@gostai.com>
669
670 More information about the symbols.
671 * src/output.c (type_names_output): Document all the symbols,
672 including those that don't have a type-name.
673 (symbol_definitions_output): Define "is_token" and
674 "has_type_name".
675 * data/lalr1.cc (b4_type_action_): Skip symbols that have an empty
676 type-name, now that they are defined too in b4_type_names.
677
678 2008-11-10 Akim Demaille <demaille@gostai.com>
679
680 Regen.
681
682 2008-11-10 Akim Demaille <demaille@gostai.com>
683
684 Make parser::yytranslate static.
685 Small speedup (1%) on the list grammar. And makes yytranslate_
686 available in non member functions.
687
688 * data/lalr1.cc (yytranslate_): Does not need to be a instance
689 function.
690
691 2008-11-10 Akim Demaille <demaille@gostai.com>
692
693 Avoid trailing spaces.
694 * data/c.m4: b4_comment(TEXT): Don't indent empty lines.
695 * data/lalr1.cc: Don't indent before rule and symbol actions, as
696 they can be empty, and anyway this incorrectly indents the first
697 action.
698
699 2008-11-10 Akim Demaille <demaille@gostai.com>
700
701 Comment changes.
702
703 2008-11-10 Akim Demaille <demaille@gostai.com>
704
705 Use "enum" for integral constants.
706 This is just nicer to read, I observed no speedup.
707
708 * data/lalr1.cc (yyeof_, yylast_, yynnts_, yyempty_, yyfinal_)
709 (yterror_, yyerrcode_, yyntokens_): Define as members of an enum.
710 (yyuser_token_number_max_, yyundef_token_): Move into...
711 (yytranslate_): here.
712
713 2008-11-10 Akim Demaille <demaille@gostai.com>
714
715 Shortcuts in bench directives.
716 * etc/bench.pl.in (parse_dirs): New.
717 Use it.
718 (bench_variant_parser, bench_fusion_parser): Use %s and %d.
719 Create the benches in "benches/".
720
721 2008-11-10 Akim Demaille <demaille@gostai.com>
722
723 Formatting changes.
724 * data/lalr1.cc: here.
725
726 2008-11-10 Akim Demaille <demaille@gostai.com>
727
728 Adjust verbose message to using emacs.
729 * etc/bench.pl.in: Inform compilation-mode when we change the
730 directory.
731 (generate_grammar_list): Recognize %define "variant" in addition
732 to %define variant.
733
734 2008-11-10 Akim Demaille <demaille@gostai.com>
735
736 Classify symbols by type-name.
737 * src/uniqstr.h (UNIQSTR_CMP): New.
738 * src/output.c (symbol_type_name_cmp, symbols_by_type_name)
739 (type_names_output): New.
740 (muscles_output): Use it.
741 * data/lalr1.cc (b4_symbol_action_): Remove.
742 (b4_symbol_case_, b4_type_action_): New.
743 Adjust uses of b4_symbol_action_ to use b4_type_action_.
744
745 2008-11-10 Akim Demaille <demaille@gostai.com>
746
747 Change the handling of the symbols in the skeletons.
748 Before we were using tables which lines were the symbols and which
749 columns were things like number, tag, type-name etc. It is was
750 difficult to extend: each time a column was added, all the numbers had
751 to be updated (you asked for colon $2, not for "tag"). Also, it was
752 hard to filter these tables when only a subset of the symbols (say the
753 tokens, or the nterms, or the tokens that have and external number
754 *and* a type-name) was of interest.
755
756 Now instead of monolithic tables, we define one macro per cell. For
757 instance "b4_symbol(0, tag)" is a macro name which contents is
758 self-decriptive. The macro "b4_symbol" provides easier access to
759 these cells.
760
761 * src/output.c (type_names_output): Remove.
762 (symbol_numbers_output, symbol_definitions_output): New.
763 (muscles_output): Call them.
764 (prepare_symbols): Define b4_symbols_number.
765
766 2008-11-10 Akim Demaille <demaille@gostai.com>
767
768 --trace=muscles
769 * src/getargs.h, src/getargs.c (trace_muscle): New.
770 (trace_types, trace_args): Support it.
771 * src/output.c (output_skeleton): Use it.
772
773 2008-11-10 Akim Demaille <demaille@gostai.com>
774
775 muscles_output.
776 * src/output.c (muscles_output): New, extracted from...
777 (output_skeleton): here.
778 Adjust.
779
780 2008-11-10 Akim Demaille <demaille@gostai.com>
781
782 Formatting changes.
783
784 2008-11-10 Akim Demaille <demaille@gostai.com>
785
786 Update the variant example.
787 * examples/variant.yy: Formatting changes.
788 One stage build.
789
790 2008-11-10 Akim Demaille <demaille@gostai.com>
791
792 Support constructor with an argument.
793 This improves the "list" bench by 2%.
794
795 * data/lalr1.cc (variant::build): Add an overloaded version with
796 an argument.
797 * tests/c++.at (AT_CHECK_VARIANT): Check it.
798
799 2008-11-10 Akim Demaille <demaille@gostai.com>
800
801 Test variants.
802 * tests/c++.at (AT_CHECK_VARIANTS): New.
803 Use it with and without %define assert.
804
805 2008-11-10 Akim Demaille <demaille@gostai.com>
806
807 Add %precedence support.
808 Unfortunately it is not possible to reuse the %prec directive. This
809 is because to please POSIX, we do not require to end the rules with a
810 semicolon. As a result,
811
812 foo: bar %prec baz
813
814 is ambiguous: either a rule which precedence is that of baz, or a rule,
815 and then a declaration of the precedence of the token baz.
816
817 * doc/bison.texinfo: Document %precedence.
818 (Precedence Only): New.
819 * src/assoc.h, src/assoc.c (precedence_assoc): New.
820 * src/conflicts.c (resolve_sr_conflict): Support it.
821 * src/scan-gram.l, src/parse-gram.y (%precedence): New token.
822 Parse it.
823 * tests/calc.at: Use %precedence for NEG.
824 * tests/conflicts.at (%precedence does not suffice)
825 (%precedence suffices): New tests.
826
827 2008-11-09 Akim Demaille <demaille@gostai.com>
828
829 Make benches in a sub dirs.
830 * etc/bench.pl.in ($dir): New.
831 Use it.
832 Check the use of constructors with an argument.
833 (bench_variant_parser): Fix.
834
835 2008-11-09 Akim Demaille <demaille@gostai.com>
836
837 fix eof condition
838
839 2008-11-09 Akim Demaille <demaille@gostai.com>
840
841 Fix --help.
842
843 2008-11-09 Akim Demaille <demaille@gostai.com>
844
845 Require the generation of parse-gram.output.
846 * src/Makefile.am (YACC): Pass --report=all.
847
848 2008-11-09 Akim Demaille <demaille@gostai.com>
849
850 Formatting changes.
851
852 2008-11-09 Akim Demaille <demaille@gostai.com>
853
854 Update TODO.
855 * TODO: Remove obsolete items.
856 Update others.
857
858 2008-11-09 Akim Demaille <demaille@gostai.com>
859
860 Enhance bench.pl.
861 * etc/bench.pl.in (parse, parse_expr, parse_term, parse_fact)
862 (@token, $grammar, $bench): New.
863 (generate_grammar_variant): Rename as...
864 (generate_grammar_list): this.
865 (generate_grammar): Adjust.
866 (bench_grammar): Rename as...
867 (bench): this.
868 Use it in the various bench-marking routines.
869 (-b, -g): New options.
870
871 2008-11-09 Akim Demaille <demaille@gostai.com>
872
873 Use a static hierarchy for symbols in the C++ parser.
874 * data/lalr1.cc (symbol_base_type, symbol_type)
875 (stack_symbol_type): Make it a static hierarchy.
876 Adjust dependencies.
877
878 2008-11-09 Akim Demaille <demaille@gostai.com>
879
880 bench.pl -d, --directive.
881 * etc/bench.pl.in (@directive): New.
882 (&bench_grammar): Use it.
883 (&bench_list_grammar): New, to provide access to the "variant"
884 grammar.
885 Use it.
886 (getopts): Support -d, --directive.
887
888 2008-11-09 Akim Demaille <demaille@gostai.com>
889
890 Use inline for small operations.
891 * data/lalr1.cc (symbol_base_type, symbol_type)
892 (stack_symbol_type): Declare constructor and other operations as
893 inline.
894 (yy_destroy_): Inline.
895
896 2008-11-09 Akim Demaille <demaille@gostai.com>
897
898 Introduce a hierarchy for symbols.
899 * data/lalr1.cc (symbol_base_type, symbol_type): New.
900 (data_type): Rename as...
901 (stack_symbol_type): this.
902 Derive from symbol_base_type.
903 (yy_symbol_value_print_): Merge into...
904 (yy_symbol_print_): this.
905 Rename as...
906 (yy_print_): this.
907 (yydestruct_): Rename as...
908 (yy_destroy_): this.
909 (b4_symbols_actions, YY_SYMBOL_PRINT): Adjust.
910 (parser::parse): yyla is now of symbol_type.
911 Use its type member instead of yytoken.
912
913 2008-11-09 Akim Demaille <demaille@gostai.com>
914
915 Rename data_type and stack_symbol_type.
916 * data/lalr1.cc (data_type): Rename as...
917 (stack_symbol_type): this.
918
919 2008-11-09 Akim Demaille <demaille@gostai.com>
920
921 Handle semantic value and location together.
922 * data/lalr1.cc (b4_symbol_actions): Bounce $$ and @$ to
923 yydata.value and yydata.location.
924 (yy_symbol_value_print_, yy_symbol_print_, yydestruct_)
925 (YY_SYMBOL_PRINT): Now take semantic value and location as a
926 single arg.
927 Adjust all callers.
928 (yydestruct_): New overload for a stack symbol.
929
930 2008-11-09 Akim Demaille <demaille@gostai.com>
931
932 Push a complete symbol, not connected parts.
933 * data/lalr1.cc (yypush_): Take a data_type&, not disconnected
934 state, value and location.
935 Adjust callers.
936
937 2008-11-09 Akim Demaille <demaille@gostai.com>
938
939 Agregate yylval and yylloc.
940 * data/lalr1.cc (parser::yylval, parser::yylloc): Replace by...
941 (parser::yyla): this.
942
943 2008-11-09 Akim Demaille <demaille@gostai.com>
944
945 Rely on the state stack to display reduction traces.
946 To display rhs symbols before a reduction, we used information
947 about the rule reduced, which required the tables yyrhs and
948 yyprhs. Now use rely only on the state stack to get the same
949 information.
950
951 * data/lalr1.cc (b4_rhs_data, b4_rhs_state): New.
952 Use them.
953 (parser::yyrhs_, parser::yyprhs_): Remove.
954 (parser::yy_reduce_print_): Use the state stack.
955
956 2008-11-09 Akim Demaille <demaille@gostai.com>
957
958 Fuse yyval and yyloc into yylhs.
959 * data/lalr1.cc (b4_lhs_value, b4_lhs_location): Adjust to using
960 yylhs.
961 (parse): Replace yyval and yyloc with yylhs.value and
962 yylhs.location.
963 After a user action, compute yylhs.state earlier.
964 (yyerrlab1): Do not play tricks with yylhs.location, rather, use a
965 fresh error_token.
966
967 2008-11-09 Di-an Jan <dianj@freeshell.org>
968
969 Remove unused variable.
970 * src/output.c (type_names_output): Remove unused variable sep.
971
972 2008-11-09 Paolo Bonzini <bonzini@gnu.org>
973
974 Change tests/output.at quoting.
975 * tests/output.at (AT_CHECK_OUTPUT): Use conventional m4 quoting when
976 expanding arguments.
977
978 2008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
979
980 Don't add a semicolon to actions for %skeleton or %language.
981 It breaks Java test cases as reported by Akim Demaille.
982 * src/scan-code.l: Implement.
983
984 2008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
985
986 Clean up %skeleton and %language priority implementation.
987 * src/getargs.c (skeleton_prio): Use default_prio rather than 2, and
988 remove static qualifier because others will soon need to see it.
989 (language_prio): Likewise.
990 (getargs): Use command_line_prio rather than 0.
991 * src/getargs.h (command_line_prio, grammar_prio, default_prio): New
992 enum fields.
993 (skeleton_prio): Extern it.
994 (language_prio): Extern it.
995 * src/parse-gram.y: Use grammar_prio rather than 1.
996
997 2008-11-07 Akim Demaille <demaille@gostai.com>
998
999 Moving push traces into yypush_.
1000 * data/lalr1.cc (yypush_): Now takes a optional trace message.
1001 Adjust all uses.
1002
1003 2008-11-07 Akim Demaille <demaille@gostai.com>
1004
1005 The single-stack C++ parser is now the standard one.
1006 * data/lalr1.cc: Rename as...
1007 * data/lalr1-split.cc: this.
1008 * data/lalr1-fusion.cc: Rename as...
1009 * data/lalr1.cc: this.
1010 * etc/bench.pl.in: Adjust.
1011
1012 2008-11-07 Akim Demaille <demaille@gostai.com>
1013
1014 Avoid empty-if warnings.
1015 Reported by Quentin Hocquet.
1016
1017 * data/lalr1-fusion.cc (YY_SYMBOL_PRINT, YY_REDUCE_PRINT)
1018 (YY_STACK_PRINT): Provide some contents even when !YYDEBUG.
1019
1020 2008-11-07 Akim Demaille <demaille@gostai.com>
1021
1022 Pass command line location to skeleton_arg and language_argmatch.
1023 * src/getargs.h, src/getargs.c (skeleton_arg, language_argmatch):
1024 The location argument is now mandatory.
1025 Adjust all dependencies.
1026 (getargs): Use command_line_location.
1027
1028 2008-11-07 Akim Demaille <demaille@gostai.com>
1029
1030 -D, --define.
1031 * src/getargs.c (usage): Document -D.
1032 Fix help string for --locations.
1033 (command_line_location): New.
1034 (short_options, long_options, getargs): Support -D, --define.
1035 (getargs): Move -d support at the right place.
1036 * doc/bison.texinfo (Bison Options): Update.
1037 * tests/input.at (%define, --define): New.
1038
1039 2008-11-07 Akim Demaille <demaille@gostai.com>
1040
1041 Initialize the muscle table before parsing the command line.
1042 * src/getargs.c (quotearg.h, muscle_tab.h): Include.
1043 (getargs): Define file_name.
1044 * src/main.c (main): Initialize muscle_tab before calling
1045 getargs.
1046 * src/muscle_tab.c (muscle_init): No longer define file_name, as
1047 its value is not available yet.
1048
1049 2008-11-07 Akim Demaille <demaille@gostai.com>
1050
1051 Locations without columns for command line arguments.
1052 * src/location.c (location_print): Don't display negative columns.
1053 * src/location.h: Document this.
1054
1055 2008-11-07 Akim Demaille <demaille@gostai.com>
1056
1057 Fix --help.
1058 * src/getargs.c (usage): Fix help string for -W.
1059
1060 2008-11-07 Akim Demaille <demaille@gostai.com>
1061
1062 Handle more general types of option arguments.
1063 * build-aux/cross-options.pl: The argument ends at the first
1064 space, not the first non-symbol character.
1065 Use @var for each word appearing the argument description.
1066
1067 2008-11-07 Akim Demaille <demaille@gostai.com>
1068
1069 Destroy the variants that remain on the stack in case of error.
1070 * data/lalr1-fusion.cc (yydestruct_): Invoke the variant's
1071 destructor.
1072 Display the value only if yymsg is nonnull.
1073 (yyreduce): Invoke yydestruct_ when popping lhs symbols.
1074
1075 2008-11-07 Akim Demaille <demaille@gostai.com>
1076
1077 Add "%define assert" to variants.
1078 This is used to help the user catch cases where some value gets
1079 ovewritten by a new one. This should not happen, as this will
1080 probably leak.
1081
1082 Unfortunately this uncovered a bug in the C++ parser itself: the
1083 lookahead value was not destroyed between two calls to yylex. For
1084 instance if the previous lookahead was a std::string, and then an int,
1085 then the value of the std::string was correctly taken (i.e., the
1086 lookahead was now an empty string), but std::string structure itself
1087 was not reclaimed.
1088
1089 This is now done in variant::build(other&) (which is used to take the
1090 value of the lookahead): other is not only stolen from its value, it
1091 is also destroyed. This incurs a new performance penalty of a few
1092 percent, and union becomes faster again.
1093
1094 * data/lalr1-fusion.cc (variant::build(other&)): Destroy other.
1095 (b4_variant_if): New.
1096 (variant::built): New.
1097 Use it whereever the status of the variant changes.
1098 * etc/bench.pl.in: Check the penalty of %define assert.
1099
1100 2008-11-07 Akim Demaille <demaille@gostai.com>
1101
1102 Use "%define variant" in bench.pl.
1103 * etc/bench.pl.in: No longer use the pseudo directive %variants,
1104 just use %define variants.
1105
1106 2008-11-07 Akim Demaille <demaille@gostai.com>
1107
1108 Regen.
1109 * src/parse-gram.h, src/parse-gram.c: Regen.
1110
1111 2008-11-04 Joel E. Denny <jdenny@ces.clemson.edu>
1112
1113 Fix user actions without a trailing semicolon.
1114 Reported by Sergei Steshenko at
1115 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00001.html>.
1116 * THANKS (Sergei Steshenko): Add.
1117 * src/scan-code.l (SC_RULE_ACTION): Fix it.
1118 * tests/regression.at (Fix user actions without a trailing semicolon):
1119 New test case.
1120
1121 2008-11-04 Akim Demaille <demaille@gostai.com>
1122
1123 Use b4_copyright_years.
1124 * data/yacc.c (b4_copyright_years): New.
1125 Fix its value according to the comments in the file.
1126 Use it and undefine it.
1127
1128 2008-11-04 Akim Demaille <demaille@gostai.com>
1129
1130 Formatting changes.
1131 * data/lalr1-fusion.cc, src/parse-gram.y: here.
1132
1133 2008-11-04 Akim Demaille <demaille@gostai.com>
1134
1135 Formatting changes.
1136 * data/lalr1-fusion.cc: here.
1137
1138 2008-11-04 Akim Demaille <demaille@gostai.com>
1139
1140 Use strict on bench.pl.
1141 * etc/bench.pl.in (&run, &generate_grammar): New.
1142 Rename the grammar generating functions for consistency.
1143 Change the interface so that the list of benches to run is passed
1144 as (optionless) arguments.
1145 (&compile): Use &run.
1146
1147 2008-11-04 Akim Demaille <demaille@gostai.com>
1148
1149 Remove spurious initial empty lines.
1150 * data/glr.c, data/glr.cc, data/lalr1.cc, data/lalr1.java,
1151 * data/yacc.c: End the @output lines with an @.
1152
1153 2008-11-04 Akim Demaille <demaille@gostai.com>
1154
1155 Improve the display of sizes.
1156 * etc/bench.p.in: Higher precision.
1157 Sort by decreasing size.
1158
1159 2008-11-04 Akim Demaille <demaille@gostai.com>
1160
1161 Don't memcpy C++ structures.
1162 * data/lalr1-fusion.cc (b4_symbol_variant): Adjust additional
1163 arguments.
1164 (variant::build): New overload for
1165 copy-construction-that-destroys.
1166 (variant::swap): New.
1167 (parser::yypush_): Use it in variant mode.
1168
1169 2008-11-04 Akim Demaille <demaille@gostai.com>
1170
1171 Better defaults for bench.pl.
1172 * etc/bench.pl.in ($verbose, $cflags, $iterations): Change the
1173 default values.
1174 Adjust &verbose uses.
1175 (-q, --quiet): New.
1176
1177 2008-11-04 Akim Demaille <demaille@gostai.com>
1178
1179 Make variant.yy more complex.
1180 std::list cannot be copied via memcpy, they are more demanding than
1181 std::string. Use one std::list to strengthen the test.
1182
1183 * examples/variant.yy: Use lalr1-fusion.cc, not lalr1.cc.
1184 Adjust.
1185 Create a list of strings, instead of a single large string.
1186
1187 2008-11-04 Akim Demaille <demaille@gostai.com>
1188
1189 bench.pl --bench.
1190 * etc/bench.pl.in (--bench, $bench): New.
1191
1192 2008-11-04 Akim Demaille <demaille@gostai.com>
1193
1194 Sort methods.
1195 * data/lalr1-fusion.cc (destroy): Use as() in its definition.
1196 Define it after as().
1197
1198 2008-11-04 Akim Demaille <demaille@gostai.com>
1199
1200 Useless parens.
1201 * data/lalr1-fusion.cc (b4_rhs_location): Remove useless parens.
1202
1203 2008-11-04 Akim Demaille <demaille@gostai.com>
1204
1205 Issue missing synclines after user actions.
1206 * data/c.m4 (b4_case): Issue synclines on the output file.
1207
1208 2008-11-04 Akim Demaille <demaille@gostai.com>
1209
1210 Remove trailing empty line.
1211 * data/lalr1-fusion.cc: Don't add an empty line after the user's
1212 epilogue.
1213
1214 2008-11-04 Akim Demaille <demaille@gostai.com>
1215
1216 Fix output of copyright years.
1217 * data/bison.m4 (b4_copyright): Fix the indentation of the
1218 copyright year paragraph.
1219 Use b4_copyright_years when no years are given.
1220 * data/lalr1.cc, data/lalr1-fusion.cc, data/location.cc
1221 (b4_copyright_years): New.
1222 Use it.
1223
1224 2008-11-04 Akim Demaille <demaille@gostai.com>
1225
1226 Avoid the spurious initial empty line.
1227 * data/lalr1-fusion.cc, data/location.cc: Put a trailing "@" at
1228 the end of @output request to suppress the empty line that
1229 results.
1230
1231 2008-11-04 Akim Demaille <demaille@gostai.com>
1232
1233 Remove parser::rhs_number_type.
1234 * data/lalr1-fusion.cc (rhs_number_type): No longer define it.
1235 (yyrhs_): Use b4_table_define.
1236
1237 2008-11-04 Akim Demaille <demaille@gostai.com>
1238
1239 Fix iteration type.
1240 * data/lalr1-fusion.cc: Use an int to iterate up to an int.
1241
1242 2008-11-04 Akim Demaille <demaille@gostai.com>
1243
1244 Factor the declaration of the integer tables.
1245 * data/lalr1-fusion.cc (b4_table_define): New.
1246 Use it.
1247
1248 2008-11-03 Akim Demaille <demaille@gostai.com>
1249
1250 Fix indentation of tables in lalr1.cc
1251 * data/lalr1-fusion.cc: Fix the indentation.
1252
1253 2008-11-03 Akim Demaille <demaille@gostai.com>
1254
1255 Destroy the lhs symbols after reduction.
1256 * data/lalr1-fusion.cc (parse): After the user action, when in
1257 variant mode, destroy the lhs symbols.
1258
1259 2008-11-03 Akim Demaille <demaille@gostai.com>
1260
1261 Simplify yysyntax_error_ use.
1262 * data/lalr1-fusion.cc (yysyntax_error_): Always pass it the token
1263 type, but make it unnamed in the declaration when it is not used.
1264
1265 2008-11-03 Akim Demaille <demaille@gostai.com>
1266
1267 Let yy::variant::build return an lvalue.
1268 * data/lalr1-fusion.cc (variant::build): Return a reference to the
1269 object.
1270
1271 2008-11-03 Akim Demaille <demaille@gostai.com>
1272
1273 Define yy::variant only when needed.
1274 * data/lalr1-fusion.cc (yy::variant): Define only if variants are
1275 used.
1276
1277 2008-11-03 Akim Demaille <demaille@gostai.com>
1278
1279 Bench the three-stack lalr1.cc.
1280 * etc/bench.pl.in: Bench the three-stack lalr1.cc vs. the
1281 one-stack one.
1282
1283 2008-11-03 Akim Demaille <demaille@gostai.com>
1284
1285 Fail on parse error in calc++.
1286 * doc/bison.texinfo (calc++.cc): Propagate failures to the exit
1287 status.
1288 * examples/calc++/test ($me, $number, $exit, run): New.
1289 Use them to propagate errors to the exit status.
1290
1291 2008-11-03 Akim Demaille <demaille@gostai.com>
1292
1293 Don't specify the skeleton twice in the example.
1294 * examples/calc++/Makefile.am: Don't pass -S to Bison, the grammar
1295 file does what is needed.
1296
1297 2008-11-03 Akim Demaille <demaille@gostai.com>
1298
1299 bench: Improve output.
1300 * etc/bench.pl.in (bench_grammar): Tune the printf format.
1301
1302 2008-11-03 Akim Demaille <demaille@gostai.com>
1303
1304 bench: check impact of %debug on variants.
1305 * etc/bench.pl.in (variant_grammar): Fix the computation of
1306 $variant.
1307 Generate a grammar file that can work with or without %debug.
1308 Do use the @directive.
1309 (bench_variant_parser): Check impact of %debug.
1310 (@directives): Rename all the occurrences to...
1311 (@directive): this, for consistency.
1312
1313 2008-11-03 Akim Demaille <demaille@gostai.com>
1314
1315 bench: report the size too.
1316 * etc/bench.pl.in ($iterations): Defaults to -3.
1317 (&bench_grammar): Require hireswallclock.
1318 Compute and display the size of the result.
1319 More comments.
1320
1321 2008-11-03 Akim Demaille <demaille@gostai.com>
1322
1323 bench: More use of the verbosity level.
1324 * etc/bench.pl.in ($verbose, &verbose): New.
1325 Use them.
1326 More POD documentation.
1327
1328 2008-11-03 Akim Demaille <demaille@gostai.com>
1329
1330 bench.pl: a command line interface
1331 * etc/bench.pl.in: More doc.
1332 Some fixes in the documentation.
1333 ($cflags, $iterations, &help, &getopt): New.
1334 Use them.
1335 (&variant_grammar): Let the number of stages be 10 times what is
1336 specified.
1337
1338 2008-11-03 Akim Demaille <demaille@gostai.com>
1339
1340 Bench the use of Boost.Variants.
1341 * etc/bench.pl.in ($cxx, &variant_grammar, &bench_variant_parser):
1342 New.
1343 (&compile): Be ready to compile C++ parsers.
1344 (&bench_push_parser): Move debug information to the outermost
1345 level.
1346 * THANKS: Add Michiel De Wilde.
1347
1348 2008-11-03 Akim Demaille <demaille@gostai.com>
1349
1350 bench.pl: Pass directives as a list instead of as a string.
1351 * etc/bench.pl.in (&directives): New.
1352 (&triangular_grammar, &calc_grammar): Use it to format the Bison
1353 directives.
1354 (&triangular_grammar): Do use the directives (were ignored).
1355 (&bench_grammar, &bench_push_parser): Adjust to pass lists of
1356 directives.
1357
1358 2008-11-03 Akim Demaille <demaille@gostai.com>
1359
1360 Improve genericity of bench.pl.
1361 * etc/bench.pl.in (&bench_grammar): Take the set of benches as
1362 argument.
1363 (&bench_push_parser): New.
1364 Call it.
1365
1366 2008-11-03 Akim Demaille <demaille@gostai.com>
1367
1368 Add documentation to bench.pl.
1369 * etc/bench.pl.in: Comment changes.
1370
1371 2008-11-03 Akim Demaille <demaille@gostai.com>
1372
1373 Fuse the three stacks into a single one.
1374
1375 In order to make it easy to perform benchmarks to ensure that
1376 there are no performance loss, lalr1.cc is forked into
1377 lalr1-fusion.cc. Eventually, lalr1-fusion.cc will replace
1378 lalr1.cc.
1379
1380 Meanwhile, to make sure that lalr1-fusion.cc is correctly
1381 exercized by the test suite, the user must install a symbolic link
1382 from lalr1.cc to it.
1383
1384 Instead of having three stacks (state, value, location), use a
1385 stack of triples. This considerably simplifies the code (and it
1386 will be easier not to require locations as currently does the C++
1387 parser), and also gives a 10% speedup according to
1388 etc/bench (probably mainly since memory allocation is done once
1389 instead of three times).
1390
1391 Another motivation is to make it easier to destruct properly
1392 semantic values: now that they are bound to their state (hence
1393 symbol type) it will be easier to call the appropriate destructor.
1394
1395 These changes should probably benefit the C parser too.
1396
1397 * data/lalr1.cc: Copy as...
1398 * data/lalr1-fusion.cc: this new file.
1399 (b4_rhs_value, b4_rhs_location): New definitions overriding those
1400 from c++.m4.
1401 (state_stack_type, semantic_stack_type, location_stack_type)
1402 (yystate_stack_, yysemantic_stack_, yylocation_stack_): Remove.
1403 (data_type, stack_type, yystack_): New.
1404 (YYLLOC_DEFAULT, yypush_): Adjust.
1405 (yyerror_range): Now based on data_type, not location_type.
1406
1407 2008-11-03 Akim Demaille <demaille@gostai.com>
1408
1409 Push the state, value, and location at the same time.
1410 This is needed to prepare a forthcoming patch that fuses the three
1411 stacks into one.
1412
1413 * data/lalr1.cc (parser::yypush_): New.
1414 (parser::yynewstate): Change the semantics: instead of arriving to
1415 this label when value and location have been pushed, but yystate
1416 is to be pushed on the state stack, now the three of them must
1417 have been pushed before. yystate still must be the new state.
1418 This allows to use yypush_ everywhere instead of individual
1419 handling of the stacks.
1420
1421 2008-11-03 Akim Demaille <demaille@gostai.com>
1422
1423 Prefer references to pointers.
1424 * data/lalr1.cc (b4_symbol_actions): New, overrides the default C
1425 definition to use references instead of pointers.
1426 (yy_symbol_value_print_, yy_symbol_print_, yydestruct_):
1427 Take the value and location as references.
1428 Adjust callers.
1429
1430 2008-11-03 Akim Demaille <demaille@gostai.com>
1431
1432 stack::size instead of stack::height.
1433 * data/lalr1.cc (stack::height): Rename as...
1434 (stack::size): this.
1435 Fix the output type.
1436 Comment changes.
1437
1438 2008-11-03 Akim Demaille <demaille@gostai.com>
1439
1440 Use variants to support objects as semantic values.
1441 This patch was inspired by work by Michiel De Wilde. But he used
1442 Boost variants which (i) requires Boost on the user side, (ii) is
1443 slow, and (iii) has useless overhead (the parser knows the type of
1444 the semantic value there is no reason to duplicate this
1445 information as Boost.Variants do).
1446
1447 This implementation reserves a buffer large enough to store the
1448 largest objects. yy::variant implements this buffer. It was
1449 implemented with Quentin Hocquet.
1450
1451 * src/output.c (type_names_output): New.
1452 (output_skeleton): Invoke it.
1453 * data/c++.m4 (b4_variant_if): New.
1454 (b4_symbol_value): If needed, provide a definition for variants.
1455 * data/lalr1.cc (b4_symbol_value, b4_symbol_action_)
1456 (b4_symbol_variant, _b4_char_sizeof_counter, _b4_char_sizeof_dummy)
1457 (b4_char_sizeof, yy::variant): New.
1458 (parser::parse): If variants are requested, define
1459 parser::union_type, parser::variant, change the definition of
1460 semantic_type, construct $$ before running the user action instead
1461 of performing a default $$ = $1.
1462 * examples/variant.yy: New.
1463 Based on an example by Michiel De Wilde.
1464
1465 2008-11-03 Akim Demaille <demaille@gostai.com>
1466
1467 Parameterize the extraction of semantic values.
1468 To make future changes easier, no longer rely on ".TYPE" being the
1469 way to get a semantic value.
1470
1471 * data/c.m4 (b4_symbol_value): New.
1472 Use it.
1473 * data/c++.m4, data/yacc.c: Use it.
1474 * data/glr.c: Use b4_symbol_value.
1475 (b4_rhs_data): New.
1476 Use it.
1477
1478 2008-11-03 Akim Demaille <demaille@gostai.com>
1479
1480 Prepare easier M4 changes.
1481 * data/lalr1.cc: Use escaped [] instead of literals to prepare
1482 future changes.
1483
1484 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
1485
1486 Initiate further development.
1487 * NEWS: Create an empty section for new entries.
1488 * gnulib: Update submodule to HEAD.
1489
1490 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
1491
1492 * NEWS: Version 2.4.
1493
1494 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
1495
1496 Prepare for next release.
1497 * NEWS: Briefly mention changes since 2.3b.
1498 * README: Say GNU m4 1.4.6, which we've been requiring in release
1499 announcements already, not 1.4.3, which breaks the build.
1500
1501 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
1502
1503 Say %language is experimental.
1504 We're thinking of extending it's effect on output file naming. See the
1505 thread at
1506 <http://lists.gnu.org/archive/html/bison-patches/2008-10/msg00003.html>.
1507 * NEWS: Say it's experimental.
1508 * doc/bison.texinfo (Decl Summary): Say it's experimental, and so don't
1509 recommend it over %skeleton for now.
1510 (Bison Options): Likewise.
1511 (C++ Bison Interface): Use %skeleton not %language.
1512 (Calc++ Parser): Use %skeleton not %language.
1513 * src/getargs.c (usage): Say it's experimental.
1514
1515 2008-11-01 Di-an Jan <dianj@freeshell.org>
1516 Paolo Bonzini <bonzini@gnu.org>
1517
1518 Support all Java parser class modifiers.
1519 * data/java.m4 (b4_percent_define_get3): New.
1520 (b4_final_if, b4_strictfp_if): New.
1521 * data/lalr1.java (final, strictfp, extends, implements): Support.
1522 * doc/bison.texinfo (final, strictfp, extends, implements): Add
1523 documentation.
1524 * tests/java.at (AT_CHECK_JAVA_MINIMAL): New.
1525 (AT_CHECK_JAVA_MINIMAL_W_LEXER): New.
1526 (AT_CHECK_JAVA_GREP): New.
1527 (Java parser class modifiers): New test.
1528 (Java parser class extends and implements): New test.
1529
1530 Model exception propagation better with throws and lex_throws.
1531 * data/java.m4 (b4_list2): New.
1532 (throws): Change default.
1533 * data/lalr1.java (yyaction): Add throws.
1534 (parse): Add lex_throws in addition to throws.
1535 * doc/bison.texinfo (throws, lex_throws): Add documentation.
1536 * tests/java.at (Java throws specifications): New test.
1537
1538 Improve documentation for Java parsers.
1539 * doc/bison.texinfo (Java Parsers): Add subsections.
1540 Don't quote first argument of %define.
1541 (Java Bison Interface): Document output files. Move documentation
1542 of parser class and merge into Java Parser Interface. Document
1543 features that error out. Document directives with no effect.
1544 Move note about Javadoc higher.
1545 (Java Semantic Values): Explicitly mention stype.
1546 Document that generic types cannot be used.
1547 (Java Location Values): Use @deftypeivar. Document constructors.
1548 Correct return value for toString.
1549 (Java Parser Interface): List undocumented constants/fields.
1550 Move documentation of fields added by %parse-param closer to list
1551 of members. Document that token names are added as fields.
1552 Document constructors accurately. Remove error method.
1553 (Java Scanner Interface): Move note on %pure-parser to Java Bison
1554 Interface. Describe %code lexer and yylex accutately.
1555 Remove documentation that does not match the code.
1556 (Java Action Features): New.
1557 (Java Differences): Add reference. Add item on semantic values.
1558 Add note about @{ ... @}. Clarify %% epilogue placement.
1559 (Java Declarations Summary): New.
1560
1561 Fix Java skeleton.
1562 * data/java.m4 (b4_prefix): Correct quoting for m4_define_default.
1563 (b4_remove_comma): Quote test argument.
1564 (b4_identification): Remove "bison" field.
1565 * tests/java.at (Java parser class and package names): New test.
1566 (Java %parse-param and %lex-param): New test.
1567 (Java stype, position_class and location_class): New test.
1568
1569 2008-10-31 Di-an Jan <dianj@freeshell.org>
1570
1571 * data/lalr1.jave: Update copyright years.
1572 (YYParser): Correct name of "generated from" file in Javadoc:
1573 use b4_file_name instead of @ofile@.
1574 (Location constructor): Correct Javadoc parameter name.
1575 (yylloc): Add missing opening m4 quote after b4_location_if.
1576 This removes a stray [ in the Javadoc of Lexer.getStartPos.
1577 (Lexer.yyerror): Fix incorrect m4 and Javadoc.
1578 (YYParser constructor): Correct Javadoc parameter name.
1579
1580 2008-10-30 Joel E. Denny <jdenny@ces.clemson.edu>
1581
1582 Always put auxiliary code files in the same dir as other output files.
1583 * src/files.c (compute_file_name_parts): When the user specifies
1584 --output but not --file-prefix, extract the directory prefix from the
1585 file prefix not from the grammar file name. This affects the location
1586 of files like location.hh generated by the C++ skeleton. The includes
1587 in the other output files require this fix.
1588 * tests/output.at (AT_CHECK_OUTPUT): Automatically create directories
1589 for expected output files.
1590 (Output files): Add a test for the above.
1591
1592 2008-10-29 Joel E. Denny <jdenny@ces.clemson.edu>
1593
1594 * gnulib: Update submodule to HEAD.
1595
1596 2008-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
1597
1598 Update copyright year.
1599 * src/files.c: Here.
1600
1601 2008-10-28 Di-an Jan <dianj@freeshell.org> (tiny change)
1602
1603 Don't overwrite the input file.
1604 * src/files.c (output_file_name_check): Fatal error if using input file
1605 for output.
1606 * tests/output.at: (AT_CHECK_CONFLICTING_OUTPUT): Add return status
1607 argument.
1608 (Conflicting output files): Add test.
1609
1610 2008-10-28 Akim Demaille <demaille@gostai.com>
1611
1612 Space changes.
1613 * data/lalr1.cc: Formatting changes.
1614
1615 2008-10-28 Akim Demaille <demaille@gostai.com>
1616
1617 Don't define debugging functions when !YYDEBUG.
1618 * data/lalr1.cc (debug_stream, set_debug_stream)
1619 (debug_level_type, debug_level, set_debug_level): Don't
1620 declare them when YYDEBUG is not defined.
1621 The implementation are already YYDEBUG-aware.
1622
1623 2008-10-28 Akim Demaille <demaille@gostai.com>
1624
1625 Prefer "continue" for empty loop bodies.
1626 * etc/bench.pl.in: Use "continue" instead of {}.
1627
1628 2008-10-28 Akim Demaille <demaille@gostai.com>
1629
1630 Space and comments changes.
1631 * data/c++.m4, data/glr.c, data/lalr1.cc: Copyright year changes.
1632 * data/c.m4, data/lalr1.cc: Space changes.
1633
1634 2008-10-28 Akim Demaille <demaille@gostai.com>
1635
1636 Make gnulib a submodule.
1637 * gnulib: New.
1638 * .gitmodules (gnulib): New.
1639
1640 2008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
1641
1642 Fix yyerror_range for user-defined location type in C++. Reported by
1643 Georg Sauthoff at
1644 <http://lists.gnu.org/archive/html/bug-bison/2008-08/msg00008.html>.
1645 * data/lalr1.cc (parse): Change type of yyerror_range to location_type.
1646 * THANKS (Georg Sauthoff): Add.
1647
1648 2008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
1649
1650 Update several administrative files mainly to facilitate releasing.
1651 * HACKING (Administrivia): Make the git-merge-changelog notes more
1652 helpful.
1653 (Test suite): Don't say lalr1.cc is not exercised in the test suite.
1654 (Release Procedure): Update for git and add numerous details that were
1655 previously missing.
1656 * Makefile.am (EXTRA_DIST): Remove Makefile.cfg and Makefile.maint.
1657 * maint.mk (announcement): Don't list bison as a bootstrap tool so
1658 that announcements don't claim we bootstrapped with whatever bison
1659 happened to be in PATH. Add flex as a bootstrap tool.
1660 * Makefile.maint: Remove, previously replaced by maint.mk.
1661 * Makefile.cfg: Remove, and migrate settings to...
1662 * cfg.mk: ... here for the sake of `make announcement'.
1663 * bootstrap.conf (gnulib_modules): Add announce-gen.
1664 * README: Say GNU Bison instead of just Bison. Suggested by Karl
1665 Berry.
1666
1667 2008-10-08 Di-an Jan <dianj@freeshell.org> (tiny change)
1668
1669 Small but important bugfixes for the Java skeleton.
1670 * data/lalr1.java (yyerror): Change Location to b4_location_type.
1671 (yy_symbol_print): Call toString on yyvaluep.
1672
1673 2008-08-29 Akim Demaille <demaille@gostai.com>
1674
1675 Clarify UPDATED use.
1676 * doc/bison.texinfo: It refers to the last edition of this file,
1677 not to the release date of Bison.
1678 Reported by Joel E. Denny.
1679
1680 2008-08-29 Akim Demaille <demaille@gostai.com>
1681
1682 * README: Update FAQ pointer.
1683 Reported by Joel E. Denny.
1684
1685 2008-08-27 Eric Blake <ebb9@byu.net>
1686
1687 Resync m4sugar from autoconf.
1688 * data/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine)
1689 (m4_init): Adjust to latest m4.git changes.
1690 (m4_mapall_sep, _m4_list_cmp, m4_version_compare): Reduce side
1691 effects.
1692 * data/m4sugar/foreach.m4 (_m4_shiftn): Fix off-by-one bug.
1693 (_m4_list_cmp): Reduce side effects.
1694
1695 2008-08-27 Akim Demaille <demaille@gostai.com>
1696
1697 Check yyerrok in calc.at.
1698 * tests/calc.at (calc.y): Use yyerrok on "( error )".
1699 (AT_CHECK_CALC): Add a check that ensures that yyerrok works as
1700 expected.
1701
1702 2008-08-27 Akim Demaille <demaille@gostai.com>
1703
1704 Support yyerrok in lalr1.cc.
1705 YYBACKUP is still to import back into lalr1.cc.
1706 * data/lalr1.cc (yyerrork, yyclearin, YYRECOVERING): Define.
1707
1708 2008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
1709
1710 For maintainer-check*, don't recompile for a $(VERSION) update.
1711 * cfg.mk: New file.
1712 (_is-dist-target): Override the one in GNUmakefile.
1713 * Makefile.am (EXTRA_DIST): Add cfg.mk.
1714
1715 2008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
1716
1717 Update for recent change to gnulib.
1718 * src/parse-gram.y: Don't include strverscmp.h. It comes from
1719 string.h now.
1720
1721 2008-08-15 Eric Blake <ebb9@byu.net>
1722
1723 Remaining m4sugar merge from autoconf.
1724 * data/m4sugar/m4sugar.m4: Copy entire file from autoconf.
1725 * data/m4sugar/foreach.m4: New file, copied from autoconf.
1726 * data/Makefile.am (dist_m4sugar_DATA): Distribute it.
1727 * src/output.c (output_skeleton): Tell m4 how to find it.
1728
1729 Partial m4sugar merge from autoconf: m4_map.
1730 * data/m4sugar/m4sugar.m4 (m4_fst): Delete.
1731 (m4_map, m4_map_sep, _m4_map): Rewrite more efficiently.
1732 (m4_apply, _m4_apply, m4_mapall, m4_mapall_sep): New macros.
1733 * data/java.m4 (b4_token_enums): Use more efficient short-circuit
1734 for empty list.
1735 * data/c.m4 (b4_token_defines, b4_token_enums, b4_c_ansi_formals):
1736 Likewise.
1737 (b4_parse_param_for): Avoid m4_fst, now that autoconf no longer
1738 declares it.
1739
1740 2008-08-07 Joel E. Denny <jdenny@ces.clemson.edu>
1741
1742 Keep .version and PACKAGE_VERSION in sync.
1743 * Makefile.am ($(top_srcdir)/.version): Declare configure as a
1744 dependency, and add comments justifying this in more detail. Discussed
1745 starting at
1746 <http://lists.gnu.org/archive/html/bison-patches/2008-07/msg00022.html>.
1747
1748 2008-08-06 Eric Blake <ebb9@byu.net>
1749
1750 Partial m4sugar merge from autoconf: m4_shiftn.
1751 * data/m4sugar/m4sugar.m4 (m4_shiftn): Faster implementation.
1752 (m4_shift2, m4_shift3): New macros.
1753 (m4_case, m4_bmatch, m4_bpatsubsts, m4_join): Adjust clients.
1754 * data/c.m4 (b4_c_function_def, b4_c_ansi_function_def)
1755 (b4_c_ansi_function_decl, b4_c_function_call): Likewise.
1756 * data/java.m4 (b4_remove_comma): Likewise.
1757
1758 Partial m4sugar merge from autoconf: m4_wrap vs. m4 1.6.
1759 * data/m4sugar/m4sugar.m4 (m4_unquote, m4_wrap_lifo): New macros.
1760 (m4_wrap): Guarantee FIFO order, in spite of m4 1.6.
1761 (m4_init): Consolidate wrapped text into single m4_wrap.
1762 * data/bison.m4 (b4_check_user_names_wrap): Stick with LIFO order
1763 in wrapped text.
1764
1765 2008-08-05 Eric Blake <ebb9@byu.net>
1766
1767 Partial m4sugar merge from autoconf: builtins, version.m4.
1768 * data/m4sugar/m4sugar.m4 (changeword): Nuke.
1769 (m4_prepend): Remove, as it is unused and inherently quadratic,
1770 whereas m4_append is linear in newer m4.
1771 (m4_mkstemp): New builtin.
1772 (m4_symbols): Make rename conditional.
1773 (m4_version_prereq): Ensure fatal error if used in bison, which
1774 intentionally lacks version.m4.
1775
1776 Fix comments in m4sugar.
1777 * data/m4sugar/m4sugar.m4: Comment changes, borrowed from autoconf.
1778
1779 2008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
1780
1781 Update for recent .gitignore fix in Gnulib.
1782 * bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates
1783 anchored .gitignore entries.
1784
1785 2008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
1786
1787 Set gnu or gnits strictness.
1788 * configure.ac (AM_INIT_AUTOMAKE): Set gnu strictness during
1789 development and gnits strictness for releases. Based on Eric Blake's
1790 suggestion at
1791 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00019.html>.
1792
1793 2008-07-31 Paolo Bonzini <bonzini@gnu.org>
1794
1795 * NEWS: Clarify documentation of %language.
1796
1797 2008-07-31 Paolo Bonzini <bonzini@gnu.org>
1798
1799 Support usage of git-merge-changelog.
1800 * .gitattributes: New.
1801 * HACKING: Document usage of git-merge-changelog.
1802 * bootstrap: Install git-merge-changelog entries in .git/config
1803 if appropriate.
1804
1805 2008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
1806
1807 Remove remaining dependence on CVS Id keyword.
1808 * ChangeLog: For the sake of people still using CVS, don't use dollars
1809 when mentioning Id.
1810 * data/xslt/bison.xsl: Remove Id from header comments, where it was
1811 unusual anyway.
1812 * data/xslt/xml2dot.xsl: Likewise.
1813 * data/xslt/xml2text.xsl: Likewise.
1814 * data/xslt/xml2xhtml.xsl: Likewise.
1815 * doc/Doxyfile.in (PROJECT_NUMBER): Don't use ID.
1816 * doc/Makefile.am (neutralize): Remove, no longer needed.
1817 (.x.1): Don't use neutralize.
1818 (edit): Don't substitute for ID.
1819 (Doxyfile): Don't define Id, and thus don't depend on ChangeLog.
1820
1821 2008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
1822
1823 Fix dependence on computed configure variables.
1824 * doc/Makefile.am (common_dep): Depend on $(top_srcdir)/configure not
1825 $(top_srcdir)/configure.ac so that changes to computed variables, such
1826 as PACKAGE_VERSION, are seen.
1827 * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
1828
1829 2008-07-20 Joel E. Denny <jdenny@ces.clemson.edu>
1830
1831 Update copyright dates for recent changes.
1832 * Makefile.am: Here.
1833 * src/Makefile.am: Here.
1834 * src/reduce.c: Here.
1835 * tests/reduce.at: Here.
1836
1837 2008-07-18 Joel E. Denny <jdenny@ces.clemson.edu>
1838
1839 Use git-version-gen for version names between releases.
1840 * .cvsignore (.tarball-version, GNUmakefile, *~): Add.
1841 * .gitignore (/.tarball-version, /GNUmakefile, /*~): Add.
1842 * .prev-version: New.
1843 * .version.in: Remove.
1844 * ChangeLog: Remove the Id previously used for capturing the CVS
1845 revision.
1846 * GNUmakefile: Remove, now copied from Gnulib.
1847 * Makefile.am: Add code suggested by comments in
1848 build-aux/git-version-gen.
1849 (EXTRA_DIST): Remove GNUmakefile, handled by Gnulib. Add maint.mk,
1850 .prev-version, and .version.
1851 * NEWS (2.3b+): Rename to...
1852 (?.?): ... this because we're dropping the "+" version naming scheme,
1853 but, in general, we still can't be sure of our next release name.
1854 * bootstrap: Add a quick hack to remove from .gitignore the
1855 GNUmakefile entry that gnulib adds. We already have a /GNUmakefile
1856 entry. This should really be fixed in gnulib instead.
1857 * bootstrap.conf (gnulib_modules): Add gnumakefile.
1858 * configure.ac (AC_INIT): Set version name by invoking
1859 build-aux/git-version-gen.
1860 (AC_CONFIG_FILES): Remove .version, now generated by
1861 build-aux/git-version-gen.
1862 * maint.mk: New, copied from coreutils.
1863 * doc/.cvsignore (bison.1): Add.
1864 * doc/.gitignore (/bison.1): Add.
1865 * doc/bison.1: Remove, generated.
1866 * src/.cvsignore (revision.c): Remove.
1867 * src/.gitignore (/revision.c): Remove.
1868 * src/Makefile.am (bison_SOURCES): Remove revision.c and revision.h.
1869 (BUILT_SOURCES): Remove revision.c.
1870 (revision.c): Remove.
1871 * src/getargs.c (version): Don't print revision after the VERSION.
1872 * src/revision.h: Remove.
1873
1874 2008-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
1875
1876 Fix untranslatable composition of sentences. Reported by Goran
1877 Uddeborg at
1878 <http://lists.gnu.org/archive/html/bug-bison/2008-06/msg00000.html>.
1879 * THANKS (Goran Uddeborg): Add.
1880 * src/reduce.c (reduce_print): Report the number of nonterminals and
1881 rules useless in the grammar in separate sentences.
1882 * tests/reduce.at (Useless Rules): Update output.
1883 (Reduced Automaton): Likewise.
1884 (Underivable Rules): Likewise.
1885 (Empty Language): Likewise.
1886
1887 2008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
1888
1889 Fix some .gitignore and .cvsignore problems.
1890 * bootstrap (insert_sorted_if_absent): Replace all uses with...
1891 (insert_vc_ignore): ... this new function, which prepends `/' to all
1892 .gitignore entries before passing them to insert_sorted_if_absent.
1893 * bootstrap.conf (vc_ignore): Set to '.cvsignore .gitignore' so that
1894 .cvsignore files are maintained even though Bison developers run
1895 bootstrap while using Git.
1896 * .cvsignore (*.patch *.log log patches applied): Remove, apparently
1897 unneeded by Bison.
1898 (gnulib): Add.
1899 * .gitignore (/*.patch *.log log patches applied): Remove, broken and
1900 unneeded. Reported by Eric Blake.
1901 * lib/.gitignore (/*~): Add.
1902 * po/.cvsignore, runtime-po/.cvsignore: Sync with .gitignore.
1903 * examples/calc++/.gitignore (/calc++.exe): Add. Reported by Eric
1904 Blake.
1905 * src/.gitignore (/bison.exe): Add. Reported by Eric Blake.
1906
1907 2008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
1908
1909 Improve forward-compatibility with GNU M4. Reported by Eric Blake at
1910 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00000.html>.
1911 * bootstrap.conf (gnulib_modules): Add unsetenv.
1912 * lib/.gitignore, lib/.cvsignore (/unsetenv.c): Add.
1913 * m4/.gitignore, m4/.cvsignore (/environ.m4): Add.
1914 (/setenv.m4): Add.
1915 * src/output.c (output_skeleton): For the m4 invocation, pass -dV as
1916 the first argument because it may become position-dependent, and unset
1917 POSIXLY_CORRECT so Bison's skeletons have access to GNU M4 extensions.
1918 Add comments explaining these issues in more detail.
1919
1920 2008-07-14 Joel E. Denny <jdenny@ces.clemson.edu>
1921
1922 Add .gitignore everywhere based on .cvsignore.
1923 * .gitignore: New.
1924 * build-aux/.gitignore: New.
1925 * data/.gitignore: New.
1926 * doc/.gitignore: New.
1927 * etc/.gitignore: New.
1928 * examples/.gitignore: New.
1929 * examples/calc++/.gitignore: New.
1930 * lib/.gitignore: New.
1931 * m4/.gitignore: New.
1932 * po/.gitignore: New.
1933 * runtime-po/.gitignore: New.
1934 * src/.gitignore: New.
1935 * tests/.gitignore: New.
1936
1937 2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
1938
1939 * NEWS (2.3b+): New section, empty for now.
1940 * configure.ac (AC_INIT): 2.3b -> 2.3b+.
1941
1942 2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
1943
1944 * NEWS (2.3b): Update release date since there has been a delay in
1945 getting the announcements and tarballs out.
1946
1947 2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
1948
1949 * NEWS: Version 2.3b.
1950 * configure.ac (AC_INIT): Likewise.
1951 (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
1952
1953 2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
1954
1955 * HACKING: Don't say don't mention HACKING in the ChangeLog. We've
1956 been doing it for years.
1957 (Test suite): Mention maintainer-push-check and maintainer-xml-check.
1958 (Release Procedure): Add FIXME about make alpha being unmaintained.
1959
1960 2008-05-13 Joel E. Denny <jdenny@ces.clemson.edu>
1961
1962 * data/yacc.c: Reformat m4 a little for readability.
1963 * src/lalr.c (build_relations): Correct comment.
1964
1965 2008-05-12 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1966
1967 DJGPP specific issue.
1968 * djgpp/config.sed: Fixes required to run configure scripts generated
1969 by autoconf 2.62.
1970
1971 2008-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
1972
1973 * HACKING (Release Procedure): translation@iro.umontreal.ca is now
1974 coordinator@translationproject.org.
1975
1976 2008-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
1977
1978 * THANKS: Add Eric Blake.
1979
1980 2008-04-23 Eric Blake <ebb9@byu.net>
1981
1982 Revert prior patch, by working around autoconf regression.
1983 * tests/output.at (m4_expand): Add workaround for autoconf 2.62.
1984 ("Output file name: ("): Uncomment test.
1985 ("Output file name: )"): Likewise.
1986 Based on an idea from Noah Misch.
1987
1988 2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
1989
1990 Work-around an Autoconf 2.62 AT_SETUP bug that was not present in
1991 2.61. Reported by Juan Manuel Guerrero at
1992 <http://lists.gnu.org/archive/html/bug-bison/2008-04/msg00011.html>.
1993 * tests/output.at ("Output file name: ("): Comment out test case for
1994 now.
1995 ("Output file name: )"): Likewise.
1996
1997 2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
1998
1999 * GNUmakefile: Update git-version-gen invocation so make dist
2000 succeeds.
2001
2002 2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2003
2004 Update to the current gnulib CVS repository, and fix trigraph handling
2005 in Bison.
2006 * bootstrap: Update gnulib CVS repository URL.
2007 (symlink_to_dir): Encapsulate the code that guarantees the destination
2008 directory exists into...
2009 (check_dst_dir): ... this new function, and...
2010 (cp_mark_as_generated): ... reuse it here so that bootstrap doesn't
2011 fail when copying files into lib/uniwidth/.
2012 * src/output.c (prepare_symbols): When writing yytname muscles, where
2013 symbol names will be encoded in C-string literals, tell quotearg to
2014 escape trigraphs. This used to be the default in gnulib.
2015 * tests/regression.at (Token definitions): Because of the change in
2016 gnulib's quotearg behavior, string_as_id in parse-gram.y no longer
2017 escapes trigraphs in symbol names. Thus, yytname no longer has
2018 trigraphs unnecessarily doubly escaped. Update test case output.
2019 Extend test case to be sure Bison's own error messages will no longer
2020 have trigraphs in symbol names unnecessarily escaped once.
2021
2022 2008-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
2023
2024 Fix make dist infinite loop reported by Juan Manuel Guerrero at
2025 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00009.html>.
2026 * .cvsignore: Add .version.
2027 * .version.in: New.
2028 * bootstrap.conf (gnulib_modules): Add git-version-gen.
2029 * configure.ac (AC_CONFIG_FILES): Add .version.
2030 * build-aux/.cvsignore: Add git-version-gen.
2031
2032 2008-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
2033
2034 * NEWS (2.3a+): Mention that -g now takes an argument.
2035 * doc/bison.texinfo (Bison Options): Reword -W entry a little for
2036 consistency. Update the -g and -x entries now that they take
2037 arguments. Use brackets to indicate optional arguments.
2038 * src/getargs.c (usage): Explain the relationship between arguments of
2039 long and short options more completely. Document --defines and -d
2040 separately since the former takes an argument but, for POSIX Yacc, the
2041 latter does not.
2042 (short_options): Let -W take an optional argument like --warnings.
2043 (getargs): Sort cases.
2044
2045 2008-02-28 Akim Demaille <demaille@gostai.com>
2046
2047 * doc/bison.texinfo: Fix a few typos.
2048
2049 2008-02-28 Akim Demaille <akim@epita.fr>
2050
2051 * doc/bison.texinfo (Bison Options): Document -W.
2052 Based on Joel E. Denny's NEWS entry, and Automake's documentation.
2053
2054 2008-02-28 Akim Demaille <akim@epita.fr>
2055
2056 * src/getargs.c (short_options): Split and sort for readability.
2057 -g and -x take optional arguments, just like their long options.
2058 * build-aux/cross-options.pl: Use /x to make the regexp easier to
2059 understand.
2060 Fix the handling of $opt which resulted in all the argument to be
2061 considered as optional.
2062
2063 2008-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
2064
2065 * NEWS (2.3a+): Don't say %language is experimental. Mention Java and
2066 say its interface is experimental.
2067 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
2068 Java.
2069 (Bison Options): In the -L and --language entry, mention Java.
2070 (Java Bison Interface): Say the interface is experimental.
2071 * src/getargs.c (usage): Mention -L and --language.
2072
2073 * NEWS (2.3a+): Say the push parsing interface is experimental.
2074 * doc/bison.texinfo (Push Decl): Likewise.
2075 (Decl Summary): Likewise in the "%define api.push_pull" entry.
2076 (Push Parser Function): Likewise.
2077 (Pull Parser Function): Likewise.
2078 (Parser Create Function): Likewise.
2079 (Parser Delete Function): Likewise.
2080 (Table of Symbols): Likewise in the yypstate_delete, yypstate_new,
2081 yypull_parse, and yypush_parse entries.
2082
2083 * NEWS (2.3a+): Mention XML support, and say the schema is
2084 experimental.
2085 * doc/bison.texinfo (Bison Options): Mention -x and --xml.
2086 * src/getargs.c (usage): Say the XML schema is experimental.
2087
2088 * NEWS (2.3a+): Say option instead of flag.
2089
2090 2008-02-21 Wojciech Polak <polak@gnu.org>
2091
2092 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
2093 text.
2094
2095 2008-02-20 Joel E. Denny <jdenny@ces.clemson.edu>
2096
2097 Fix impure push parser compile error reported by Bob Rossi at
2098 <http://lists.gnu.org/archive/html/help-bison/2008-02/msg00023.html>.
2099 * data/yacc.c: Clean up whitespace in the output a little.
2100 (yypstate_allocated): Define for impure push parsers regardless of
2101 whether the pull interface is also requested.
2102 * tests/push.at (Push Parsing: Multiple impure instances): Extend to
2103 check impure push parsers without the pull interface.
2104
2105 * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
2106 yyerror takes arguments specified by %parse-param while yypstate_new
2107 does not.
2108 * doc/bison.texinfo (Parser Create Function): Document that
2109 yypstate_new returns 0 for multiple impure parser instances.
2110 * tests/push.at (Push Parsing: Multiple impure instances): Update
2111 expected stderr output.
2112
2113 2008-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
2114
2115 * runtime-po/POTFILES.in (push.c): Remove.
2116
2117 2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
2118
2119 * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
2120 * data/push.c: Rename to...
2121 * data/yacc.c: ... this, overwriting it.
2122 * etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
2123 `%push-pull-parser' -> `%define api.push_pull "both"'.
2124 Remove old yacc.c tests, and update push.c tests to yacc.c.
2125
2126 2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
2127
2128 * data/bison.m4 (b4_percent_code_get): Output %code block comments like
2129 `"%code top" blocks' instead of `%code "top" blocks'.
2130 * data/push.c: Import yacc.c changes from 2008-01-09 and 2007-08-03.
2131 Clean up whitespace in the output a little.
2132
2133 2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
2134
2135 Fix documentation problems reported by Tim Josling at
2136 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
2137 * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
2138 * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
2139 integers. Explain the effect of literal string aliases on error
2140 messages. Copy token 0 documentation from the C++ skeleton
2141 documentation.
2142
2143 2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
2144
2145 Accept a token number in a %left, %right, or %nonassoc for POSIX
2146 conformance. Reported by Tim Josling at
2147 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00010.html>.
2148 * NEWS (2.3a+): Mention.
2149 * doc/bison.texinfo (Precedence Decl): Describe how literal strings
2150 and code numbers are treated by precedence declarations.
2151 * src/parse-gram.y (precedence_declaration): Use symbols.prec instead
2152 of symbols.1.
2153 (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
2154 of symbol.
2155 (symbol.prec): New, just like symbol but allows INT.
2156 * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
2157 longer holds.
2158 * tests/regression.at (Token number in precedence declaration): New
2159 test case.
2160
2161 2008-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2162
2163 DJGPP specific issues.
2164 * djgpp/config.bat: Add filenames that are not 8.3 clean and that must
2165 be changed. Copyright timestamp adjusted.
2166 * djgpp/config.sed: Add filenames that are not 8.3 clean and that must
2167 be changed. Copyright timestamp adjusted.
2168 * djgpp/config.site: Copyright timestamp adjusted.
2169 * djgpp/config_h.sed: Copyright timestamp adjusted.
2170 * djgpp/djunpack.bat: Copyright timestamp adjusted.
2171 * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
2172 filename translation list.
2173 * djgpp/subpipe.c (init_subpipe): Check the environment variables
2174 TMPDIR, TMP and TEMP, in that order, to determinate where the temp
2175 files shall be created. Before trying to use the temp dir where the
2176 environment variable points to check that the dir really exists. If
2177 not default to the cwd as temp dir. Copyright timestamp adjusted.
2178 * djgpp/subpipe.h: Copyright timestamp adjusted.
2179 * djgpp/testsuite.sed: Copyright timestamp adjusted.
2180
2181 2008-01-30 Paul Eggert <eggert@cs.ucla.edu>
2182
2183 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
2184
2185 2008-01-09 Paul Eggert <eggert@cs.ucla.edu>
2186
2187 * data/yacc.c (yyparse): Correct the comment when locations aren't used.
2188 Problem reported by Claudio Saavedra in
2189 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
2190
2191 2008-01-05 Wojciech Polak <polak@gnu.org>
2192
2193 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
2194 document's title with the input grammar file name.
2195
2196 2007-12-22 Joel E. Denny <jdenny@ces.clemson.edu>
2197
2198 Automate regression testing of the XML/XSLT implementation. Discussed
2199 starting at
2200 <http://lists.gnu.org/archive/html/bison-patches/2007-11/msg00021.html>.
2201 * configure.ac (XSLTPROC): New substitution.
2202 * Makefile.am (maintainer-xml-check): New phony target invoking...
2203 * tests/Makefile.am (maintainer-xml-check): ... this new phony target
2204 invoking make maintainer-check with BISON_TEST_XML=1.
2205 * tests/atlocal.in (XSLTPROC): New.
2206 * tests/local.at (AT_BISON_CHECK): New macro to (1) instruct Valgrind
2207 not to report reachable memory when Bison is expected to have a
2208 non-zero exit status and (2) to compare XML/XSLT output with --graph
2209 and --report=all output for every working grammar when
2210 BISON_TEST_XML=1.
2211 (AT_BISON_CHECK_NO_XML): Likewise, but skip XML checks.
2212 (AT_BISON_CHECK_XML): New.
2213 (AT_QUELL_VALGRIND): New.
2214 * tests/testsuite.at (ORIGINAL_AT_CHECK): Remove this and...
2215 (AT_CHECK): ... don't redefine this since this was the old way to
2216 quell Valgrind.
2217 * tests/actions.at: Rewrite all AT_CHECK invocations for bison as
2218 AT_BISON_CHECK invocations.
2219 * tests/c++.at: Likewise.
2220 * tests/calc.at: Likewise.
2221 * tests/conflicts.at: Likewise.
2222 * tests/cxx-type.at: Likewise.
2223 * tests/existing.at: Likewise.
2224 * tests/glr-regression.at: Likewise.
2225 * tests/headers.at: Likewise.
2226 * tests/input.at: Likewise.
2227 * tests/java.at: Likewise.
2228 * tests/output.at: Likewise.
2229 * tests/push.at: Likewise.
2230 * tests/reduce.at: Likewise.
2231 * tests/regression.at: Likewise.
2232 * tests/sets.at: Likewise.
2233 * tests/skeletons.at: Likewise.
2234 * tests/synclines.at: Likewise.
2235 * tests/torture.at: Likewise.
2236 (Big triangle): Use AT_BISON_CHECK_NO_XML instead since this grammar
2237 tends to hang xsltproc.
2238 (Big horizontal): Likewise.
2239
2240 2007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
2241
2242 In XML output, remove redundant class attribute on symbol element.
2243 * data/xslt/bison.xsl (xsl:key name="bison:symbolByName"): New.
2244 * data/xslt/xml2xhtml.xsl (xsl:template match="symbol"): Use it to
2245 look up a symbol to determine whether it's a nonterminal or terminal.
2246 * src/gram.c (rule_rhs_print_xml): Remove class attribute.
2247 * src/state.c (state_rule_lookahead_tokens_print_xml): Likewise.
2248
2249 Add prec/assoc information to XML output.
2250 * src/gram.c (grammar_rules_print_xml): For each rule that has a
2251 %prec, add a percent_prec attribute.
2252 * src/print-xml.c (print_grammar): For each terminal that has a
2253 precedence or associativity, add a prec or assoc attribute.
2254 (xml_indent): New.
2255 (xml_puts): Use xml_indent.
2256 (xml_printf): Use xml_indent.
2257 * src/print-xml.h (xml_indent): Prototype.
2258
2259 * tests/existing.at (GNU pic Grammar): Fix a rule miscopied from
2260 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
2261
2262 2007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
2263
2264 * data/xslt/bison.xsl (bison:ruleNumber): Rename to...
2265 (bison:ruleByNumber): ... this for clarity.
2266 * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
2267 * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
2268 (xsl:template match="reduction"): Update.
2269 (xsl:template match="item"): Update.
2270 (xsl:template match="reduction"): Update.
2271
2272 In the XML output, don't print the list of rules where symbols appear.
2273 Compute it in XSLT instead. Discussed at
2274 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00024.html>.
2275 * data/xslt/bison.xsl (bison:ruleByLhs): New.
2276 (bison:ruleByRhs): New.
2277 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Use
2278 bison:ruleByRhs.
2279 (xsl:template match="terminal/rule"): Remove.
2280 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
2281 bison:ruleByRhs.
2282 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
2283 Remove.
2284 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Use
2285 bison:ruleByRhs and mode="number-link" for rule template.
2286 (xsl:template match="terminal/rule"): Remove.
2287 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
2288 bison:ruleByRhs and mode="number-link" for rule template.
2289 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
2290 Rewrite as...
2291 (xsl:template match="rule" mode="number-link"): ... this.
2292 * src/print-xml.c (print_grammar): Don't print the list of rules.
2293
2294 2007-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
2295
2296 Don't let --report affect XML output; always print all information.
2297 Discussed at
2298 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
2299 * src/conflicts.c (log_resolution): Implement.
2300 * src/print-xml.c (print_core): Implement.
2301 (print_state): Implement.
2302 (print_xml): Implement.
2303
2304 * NEWS (2.3a+): Fix quotes.
2305 * src/parse-gram.y (prologue_declaration): For consistency with -v,
2306 don't let %verbose clear the list specified by --report.
2307
2308 2007-11-26 Akim Demaille <akim@epita.fr>
2309
2310 * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
2311
2312 2007-11-24 Joel E. Denny <jdenny@ces.clemson.edu>
2313
2314 In the XML output, list useless and unused symbols and rules with the
2315 useful ones and add a "usefulness" attribute. Discussed starting at
2316 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00017.html>.
2317 * src/gram.c (grammar_rules_partial_print_xml): Remove.
2318 (grammar_rules_print_xml): Print all rules instead of just those
2319 useful in the grammar, and add a "usefulness" attribute.
2320 * src/gram.h (grammar_rules_partial_print_xml): Remove prototype.
2321 * src/print-xml.c (print_rules_useless_in_parser): Remove.
2322 (print_grammar): Print all nonterminals instead of just useful ones,
2323 and add a "usefulness" attribute to nonterminals and terminals.
2324 (print_xml): Don't print a separate "reductions" or
2325 "rules-useless-in-parser" element.
2326 * src/reduce.c (reduce_output): Use reduce_token_unused_in_grammar.
2327 (reduce_xml): Remove.
2328 (reduce_token_unused_in_grammar): New.
2329 (reduce_nonterminal_useless_in_grammar): New.
2330 * src/reduce.h (reduce_xml): Remove prototype.
2331 (reduce_token_unused_in_grammar): Add prototype.
2332 (reduce_nonterminal_useless_in_grammar): Add prototype.
2333 * data/xslt/xml2text.xsl: Update for XML changes.
2334 * data/xslt/xml2xhtml.xsl: Update for XML changes.
2335 * tests/reduce.at (Useless Terminals): Update output.
2336 (Useless Rules): Update output.
2337 (Reduced Automaton): Update output.
2338
2339 Say "Terminals unused in grammar" instead of "Unused terminals".
2340 * NEWS (2.3a+): Update.
2341 * doc/bison.texinfo (Understanding): Update example output.
2342 * src/reduce.c (reduce_output): Implement.
2343 * data/xslt/xml2text.xsl: Implement.
2344 * data/xslt/xml2xhtml.xsl: Implement.
2345
2346 2007-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
2347
2348 Accept --report-file=FILE to override the default `.output' filename.
2349 * NEWS (2.3a+): Mention.
2350 * doc/bison.texinfo (Bison Options): Add an entry.
2351 * src/files.c (compute_output_file_names): Don't override
2352 spec_verbose_file if already set.
2353 * src/getargs.c (usage): Document --report-file.
2354 (REPORT_FILE_OPTION): New anonymous enum member.
2355 (long_options): Add entry for it.
2356 (getargs): Add case for it setting spec_verbose_file.
2357
2358 * build-aux/cross-options.pl: Don't record a short option just because
2359 there's an arg.
2360 * doc/.cvsignore: Add yacc.1.
2361
2362 2007-11-14 Akim Demaille <akim@epita.fr>
2363
2364 * doc/yacc.1.in: New.
2365 * configure.ac, doc/Makefile.am: Adjust.
2366 * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
2367 config.h symbol.
2368 Use AC_SUBST for assignments too.
2369 * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
2370
2371 2007-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
2372
2373 * src/gram.c: Remove comments that duplicate comments in gram.h.
2374
2375 When reporting useless rules and nonterminals, say "useless in grammar"
2376 instead of "useless", and say "useless in parser" instead of "never
2377 reduced". Discussed starting at
2378 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00033.html>.
2379 * NEWS (2.3a+): Mention this change.
2380 * data/xslt/xml2text.xsl: Update output text and expected input XML
2381 element names to match changes below.
2382 * data/xslt/xml2xhtml.xsl: Likewise.
2383 (xsl:template match="bison-xml-report"): Add missing entry in Table of
2384 Contents: "Rules useless in parser due to conflicts".
2385 * doc/bison.texinfo (Decl Summary): Reword a little.
2386 (Understanding): Update example output for changes below.
2387 * src/gram.c: (rule_useful_p): Rename to...
2388 (rule_useful_in_grammar_p): ... this.
2389 (rule_useless_p): Rename to...
2390 (rule_useless_in_grammar_p): ... this.
2391 (rule_never_reduced_p): Rename to...
2392 (rule_useless_in_parser_p): ... this.
2393 (grammar_rules_print): Update for renames.
2394 (grammar_rules_print_xml): Update for renames.
2395 (grammar_rules_never_reduced_report): Rename to...
2396 (grammar_rules_useless_report): ... this since it is used for either
2397 kind of useless rule.
2398 * src/gram.h: Reword comments and update function names in prototypes.
2399 * src/main.c (main): Say "rule useless in parser due to conflicts".
2400 * src/print-xml.c (print_rules_never_reduced): Rename to...
2401 (print_rules_useless_in_parser): ... this, and rename output XML
2402 element "rules-never-reduced" to "rules-useless-in-parser".
2403 (print_xml): Update for rename.
2404 * src/print.c (print_results): Say "Rules useless in parser due to
2405 conflicts".
2406 * src/reduce.c (reduce_grammar_tables): Say "rule useless in grammar".
2407 (nonterminals_reduce): Say "nonterminal useless in grammar".
2408 (reduce_output): Say "Nonterminals useless in grammar".
2409 Say "Rules useless in grammar".
2410 (reduce_xml): Rename output XML element "useless" to
2411 "useless-in-grammar".
2412 (reduce_print): Don't report the count of grammatically useless rules
2413 as "rules never reduced" just because %yacc is specified.
2414 In the correct report of this count, say nonterminal(s) and rule(s)
2415 "useless in grammar".
2416 * tests/conflicts.at (S/R in initial): Update expected output.
2417 (Defaulted Conflicted Reduction): Likewise.
2418 (Unreachable States After Conflict Resolution): Likewise.
2419 * tests/existing.at (GNU pic Grammar): Likewise.
2420 * tests/reduce.at (Useless Nonterminals): Likewise.
2421 (Useless Rules): Likewise.
2422 (Reduced Automaton): Likewise.
2423 (Underivable Rules): Likewise.
2424 (Empty Language): Likewise.
2425
2426 2007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
2427
2428 * data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
2429 here document and before the EOF so that BSD's implementation of Bourne
2430 shell doesn't parse the delimiter as part of the here document.
2431 * doc/.cvsignore: Add cross-options.texi.
2432 * src/getargs.c (usage): Add a blank line after the warning categories.
2433
2434 2007-11-08 Paolo Bonzini <bonzini@gnu.org>
2435
2436 * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
2437
2438 2007-11-05 Akim Demaille <akim@epita.fr>
2439
2440 Remove Id: from bison.1.
2441 * doc/Makefile.am (remove_time_stamp): Include the sed invocation.
2442 (perl -0777 -pi -e 's/\.PP\nId): New.
2443 (.x.1): Use it to ignore the version control revision.
2444
2445 2007-11-05 Akim Demaille <demaille@gostai.com>
2446
2447 * build-aux/Makefile.am: Ship cross-options.pl.
2448 * doc/Makefile.am: Always refer to cross-options.texi with
2449 $(srcdir).
2450 (MAINTAINERCLEANFILES): Add it.
2451
2452 2007-11-04 Akim Demaille <demaille@gostai.com>
2453
2454 Generate the long/short option cross-table.
2455 * build-aux/cross-options.pl: New.
2456 * doc/Makefile.am (cross-options.texi): New.
2457 * doc/bison.texinfo: Use it.
2458
2459 2007-11-04 Akim Demaille <demaille@gostai.com>
2460
2461 Generate bison.1 using help2man.
2462 * doc/common.x, doc/bison.x: New.
2463 * doc/Makefile.am (bison.1, .x.1): New.
2464 The code is taken from autoconf-2.61/man/Makefile.am.
2465 * configure.ac: Look for help2man.
2466
2467 2007-11-04 Akim Demaille <demaille@gostai.com>
2468
2469 Complete --help.
2470 * src/getargs.c (usage): Document -W, make it clear that -d,
2471 -g and -x have optional arguments.
2472
2473 2007-11-04 Akim Demaille <demaille@gostai.com>
2474
2475 Find sha1sum when named gsha1sum.
2476 * bootstrap (find_tool): New.
2477 ($SHA1SUM): New.
2478
2479 2007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
2480
2481 Deprecate %pure-parser and add `%define api.pure'. Discussed starting
2482 at
2483 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00006.html>.
2484 * NEWS (2.3a+): Mention.
2485 * data/bison.m4 (b4_pure_if): Don't define it here.
2486 * data/c.m4 (b4_identification): Depend on individual skeletons to
2487 define b4_pure_flag, b4_push_flag, or b4_pull_flag if they use the
2488 values of the %define variables api.pure or api.push_pull. Define
2489 YYPURE, YYPUSH, and YYPULL accordingly.
2490 * data/glr.c: Define b4_pure_if based on `%define api.pure' unless
2491 glr.cc has already defined b4_pure_flag.
2492 * data/push.c: Define b4_pure_if based on `%define api.pure'.
2493 Remove YYPUSH and YYPULL since they're back in b4_identification again.
2494 * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
2495 * doc/bison.texinfo (Pure Decl): Update.
2496 (Push Decl): Update.
2497 (Decl Summary): Add api.pure to %define entry.
2498 In %pure-parser entry, say it's deprecated and reference %define.
2499 (Pure Calling): Update.
2500 (Error Reporting): Update.
2501 (C++ Scanner Interface): Update.
2502 (How Can I Reset the Parser): Update.
2503 (Table of Symbols): In %pure-parser entry, say it's deprecated and
2504 reference %define.
2505 * src/getargs.c (pure_parser): Remove global variable.
2506 * src/getargs.h (pure_parser): Remove extern.
2507 * src/output.c (prepare): Don't define pure_flag muscle.
2508 * src/parse-gram.y (prologue_declaration): Implement %pure-parser as a
2509 wrapper around `%define api.pure'.
2510 * tests/calc.at (Simple LALR Calculator): Update.
2511 (Simple GLR Calculator): Update.
2512 * tests/cxx-type.at (GLR: Resolve ambiguity, pure, no locations):
2513 Update.
2514 (GLR: Resolve ambiguity, pure, locations): Update.
2515 (GLR: Merge conflicting parses, pure, no locations): Update.
2516 (GLR: Merge conflicting parses, pure, locations): Update.
2517 * tests/glr-regression.at (Uninitialized location when reporting
2518 ambiguity): Update
2519 * tests/input.at (Unused %define api.pure): New test case.
2520 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
2521 AT_PURE_IF and AT_PURE_AND_LOC_IF.
2522 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
2523
2524 2007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
2525
2526 %define push_pull -> %define api.push_pull. Discussed starting at
2527 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
2528 * data/push.c: Expect the new name.
2529 * data/yacc.c: Likewise.
2530 * doc/bison.texinfo (Push Decl): Update.
2531 (Decl Summary): Update %define entry.
2532 (Push Parser Function): Update.
2533 (Pull Parser Function): Update.
2534 (Parser Create Function): Update.
2535 (Parser Delete Function): Update.
2536 * tests/calc.at (Simple LALR Calculator): Update.
2537 * tests/input.at (%define enum variables): Update.
2538 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
2539 (Push Parsing: Multiple impure instances): Update.
2540 (Push Parsing: Unsupported Skeletons): Update.
2541 * tests/torture.at (Exploding the Stack Size with Alloca): Update.
2542 (Exploding the Stack Size with Malloc): Update.
2543
2544 * NEWS (2.3a+): Add an entry for the push parser, and clean up the
2545 other entries some.
2546
2547 2007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
2548
2549 For the XML output's terminal element, rename @number to @token-number,
2550 and add @symbol-number. In the nonterminal element, rename @number to
2551 @symbol-number. Discussed starting at
2552 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
2553 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
2554 renames.
2555 (xsl:template match="nonterminal"): Likewise.
2556 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
2557 (xsl:template match="nonterminal"): Likewise.
2558 * src/print-xml.c (print_grammar): Implement.
2559
2560 2007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2561
2562 * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
2563 2007-10-11 change, the child elements here are items not rules.
2564 (xsl:template match="item"): New.
2565 (xsl:template match="rule"): Update for new reduced itemset.
2566 (xsl:template match="point"): Remove.
2567 (xsl:template match="empty"): For consistency with --graph, don't
2568 output "/* empty */".
2569 * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
2570 line-wrap, don't pass a negative value as first-line-length since this
2571 won't work with the following changes.
2572 (xsl:template name="line-wrap"): Simplify slightly.
2573 (xsl:template name="ws-search"): Eliminate recursion.
2574 * src/print_graph.c (print_core): Don't print a reduction's lookahead
2575 set next to an item whose dot is not at the end of the RHS even if it
2576 happens to be associated with the same rule.
2577
2578 2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
2579
2580 Add %define lr.keep_unreachable_states.
2581 * NEWS (2.3a+): Mention it in the entry for unreachable state removal.
2582 * doc/bison.texinfo (Decl Summary): Mention it in the %define entry.
2583 * src/main.c (main): Implement it.
2584 * tests/conflicts.at (Unreachable States After Conflict Resolution):
2585 Extend to test it, and fix a typo.
2586
2587 2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
2588
2589 * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
2590 * doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
2591 the example .output text.
2592 * tests/regression.at (Extra lookahead sets in report): Improve wording
2593 of comments.
2594
2595 2007-10-17 Wojciech Polak <polak@gnu.org>
2596
2597 * src/print-xml.c (print_grammar): Renamed
2598 <terminal> and <nonterminal> attributes:
2599 "type" to "number" and "symbol" to "name".
2600 * data/xslt/xml2text.xsl (xsl:template match="terminal"):
2601 Use new attribute names.
2602 (xsl:template match="nonterminal"): Likewise.
2603 * data/xslt/xml2xhtml.xsl: Likewise.
2604
2605 2007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
2606
2607 * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
2608 (Option Cross Key): Likewise.
2609
2610 * src/print-xml.c (print_core): Don't print a reduction's lookahead set
2611 next to an item whose dot is not at the end of the RHS even if it
2612 happens to be associated with the same rule.
2613 * src/print.c (print_core): Likewise.
2614 * tests/conflicts.at (Unresolved SR Conflicts): Update output.
2615 (Resolved SR Conflicts): Update output.
2616 * tests/regression.at (Extra lookahead sets in report): New test case.
2617
2618 2007-10-11 Wojciech Polak <polak@gnu.org>
2619
2620 * src/print-xml.c (print_core): Remove item set
2621 redundancy.
2622 * data/xslt/bison.xsl (bison:ruleNumber): New key.
2623 Improve processing time. Suggested by Joel E. Denny.
2624 * data/xslt/xml2dot.xsl (xsl:template name="escape"):
2625 Write xsl:param "required" attribute as comment.
2626 * data/xslt/xml2text.xsl (xsl:template match="item"): New.
2627 (xsl:template match="rule"): Support new reduced itemset.
2628 (xsl:template match="point"): Remove.
2629 * data/xslt/xml2xhtml.xsl: Likewise.
2630
2631 2007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
2632
2633 * src/getargs.c (version): Update copyright year.
2634
2635 2007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
2636
2637 Make xml2dot.xsl and --graph produce the same output.
2638 * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a `&#10;'
2639 instead of a `\n'. That is, don't add escapes yet or they'll be doubly
2640 escaped later.
2641 (xsl:template name="output-node"): Use the new escape template instead
2642 of the string-replace template directly.
2643 (xsl:template name="output-edge"): Likewise.
2644 (xsl:template name="escape"): New, escapes backslashes and newlines in
2645 addition to quotation marks.
2646 * src/graphviz.c (start_graph, output_node, output_edge): Add
2647 whitespace to output for legibility.
2648
2649 Make xml2text.xsl and --report produce the same output, and remove the
2650 XML "conflicts" element since a conflict summary is easily extracted
2651 from the automaton.
2652 * data/xslt/bison.xsl: New.
2653 (xsl:template match="state" mode="bison:count-conflicts): New.
2654 * data/xslt/xml2text.xsl: Import bison.xsl.
2655 (xsl:template match="bison-xml-report"): Instead of styling the
2656 "conflicts" element, style the "automaton" element with mode
2657 "conflicts". Unlike the former, the latter lists S/R and R/R
2658 conflicts for a state on the same line.
2659 (xsl:template match="conflicts"): Remove.
2660 (xsl:template match="conflict"): Remove.
2661 (xsl:template match="terminal"): Line-wrap the list of rules in which
2662 the terminal is used.
2663 (xsl:template match="nonterminal"): Likewise for nonterminals.
2664 (xsl:template match="automaton" mode="conflicts"): New.
2665 (xsl:template match="state" mode="conflicts"): New.
2666 (xsl:template name="line-wrap"): New.
2667 (xsl:template name="ws-search"): New.
2668 * data/xslt/xml2xhtml.xsl: Import bison.xsl.
2669 (xsl:template match="bison-xml-report"): Instead of styling the
2670 "conflicts" element, style the "automaton" element with mode
2671 "conflicts."
2672 (xsl:template match="conflicts"): Remove.
2673 (xsl:template match="conflict"): Remove.
2674 (xsl:template match="automaton" mode="conflicts"): New.
2675 (xsl:template match="state" mode="conflicts): New.
2676 * src/conflicts.c (conflicts_output_xml): Remove.
2677 * src/conflicts.h (conflicts_output_xml): Remove prototype.
2678 * src/print-xml.c (print_xml): Don't invoke conflicts_output_xml.
2679 * src/print.c (print_grammar): Consistently wrap at the 66th column so
2680 the corresponding XSLT is easier. Also, never wrap between a word and
2681 the comma that follows it.
2682
2683 2007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
2684
2685 Improve C++ namespace support. Discussed starting at
2686 <http://lists.gnu.org/archive/html/help-bison/2007-09/msg00016.html>.
2687 * data/c++.m4: (b4_namespace_ref, b4_namespace_open,
2688 b4_namespace_close): New macros that interpret the %define variable
2689 "namespace" so its value can contain "::" to indicate nested
2690 namespaces.
2691 * data/glr.cc (b4_namespace): Don't define, and replace all uses with
2692 the above macros.
2693 * data/lalr1.cc (b4_namespace): Likewise.
2694 * data/location.cc (b4_namespace): Likewise.
2695 * doc/bison.texinfo (Decl Summary): Move `%define push_pull' entry
2696 inside a new table in the general %define entry. Document `%define
2697 namespace' there as well. Point the %name-prefix entry to it since it
2698 explains it more completely in the case of C++.
2699 (C++ Bison Interface): Mention `%define namespace' instead of
2700 %name-prefix.
2701 (Table of Symbols): Remove the `%define push_pull' entry. The %define
2702 entry suffices.
2703 * tests/c++.at (Relative namespace references): New test case.
2704 (Absolute namespace references): New test case.
2705 (Syntactically invalid namespace references): New test case.
2706 * tests/input.at (C++ namespace reference errors): New test case.
2707
2708 2007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
2709
2710 Add syncline support and location accessor to internal %define
2711 interfaces.
2712 * data/bison.m4 (b4_percent_define_get_loc): New.
2713 (b4_percent_define_get_syncline): New.
2714 (b4_percent_define_flag_if): Use b4_percent_define_get_loc.
2715 (b4_percent_define_default): Record defining location as line 1 rather
2716 than 0 for the sake of synchronizing #line's, and define
2717 b4_percent_define_syncline(VARIABLE).
2718 (b4_percent_define_check_values): Use b4_percent_define_get_loc.
2719 * src/muscle_tab.c (muscle_syncline_grow): New.
2720 (muscle_code_grow): Use muscle_syncline_grow.
2721 (muscle_percent_define_insert): Use muscle_percent_define_get_loc, and
2722 define b4_percent_define_syncline(VARIABLE).
2723 (muscle_percent_define_get_loc): New.
2724 (muscle_percent_define_get_syncline): New.
2725 (muscle_percent_define_flag_if): Use muscle_percent_define_get_loc, and
2726 remove some unused variables.
2727 (muscle_percent_define_default): Record defining location as line 1
2728 rather than 0 for the sake of synchronizing #line's, and define
2729 b4_percent_define_syncline(VARIABLE).
2730 (muscle_percent_define_check_values): Use
2731 muscle_percent_define_get_loc.
2732 * src/muscle_tab.h (muscle_percent_define_get_loc): Prototype.
2733 (muscle_percent_define_get_syncline): Prototype.
2734 * tests/skeletons.at (%define Boolean variables: invalid skeleton
2735 defaults): Update output for location change.
2736 (Complaining during macro argument expansion): Extend to test
2737 b4_percent_define_get_loc and b4_percent_define_get_syncline errors.
2738
2739 2007-10-07 Joel E. Denny <jdenny@ces.clemson.edu>
2740
2741 Fix some error-reporting macro bugs.
2742 * data/bison.m4 (b4_cat): New.
2743 (b4_error, b4_error_at): Use b4_cat to send error directives directly
2744 to stdout so they don't become arguments to other macros. Update
2745 comments and add examples.
2746 (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
2747 add examples.
2748 (b4_fatal, b4_fatal_at): Likewise, and invoke m4_exit(1) immediately
2749 after printing the error directive so that M4 doesn't report subsequent
2750 problems that are induced by this problem.
2751 * src/scan-skel.l: Recognize @` digraph outside of directive arguments
2752 instead of just in them. Recognize @\n in both places. Both expand to
2753 the empty string. Needed by b4_cat.
2754 * tests/skeletons.at (Complaining during macro argument expansion):
2755 New test case.
2756 (Fatal errors make M4 exit immediately): New test case.
2757
2758 2007-10-04 Joel E. Denny <jdenny@ces.clemson.edu>
2759
2760 Implement --print-datadir.
2761 * src/getargs.c (usage): Mention.
2762 (PRINT_DATADIR_OPTION): New anonymous enum member.
2763 (long_options): Add entry for it.
2764 (getargs): Add case for it calling compute_pkgdatadir.
2765 * src/output.c (output_skeleton): Encapsulate data directory
2766 computation from here...
2767 (prepare): ... and from here...
2768 (compute_pkgdatadir): ... into this new function.
2769 * src/output.h (compute_pkgdatadir): Prototype.
2770
2771 2007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
2772
2773 * src/print-xml.c (escape_bufs): New static global variable
2774 replacing...
2775 (xml_escape_n): ... the static local variable buf here.
2776 (print_xml): Free memory for escape_bufs.
2777 * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
2778
2779 2007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
2780
2781 Replace `%push-parser' and `%push-pull-parser' with
2782 `%define push_pull "push"' and `%define push_pull "both"'.
2783 `%define push_pull "pull"' is the default.
2784 * doc/bison.texinfo (Push Decl, Push Parser Function,
2785 Pull Parser Function, Parser Create Function, Parser Delete Function):
2786 Update declarations.
2787 (Decl Summary, Table of Symbols): Replace %push-parser and
2788 %push-pull-parser entries with a %define push_pull entry.
2789 * data/bison.m4 (b4_percent_define_check_values): New macro.
2790 (b4_pull_if, b4_push_if, b4_use_push_for_pull_if): Move these
2791 definitions...
2792 * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
2793 definitions...
2794 * data/push.c: ... to here and compute them from the value of the
2795 %define variable push_pull.
2796 * data/c-skel.m4: Instead of choosing the push.c skeleton for push
2797 parsing requests here...
2798 * data/yacc.c: ... hack this to switch to push.c any time
2799 b4_use_push_pull_flag or the %define variable push_pull is set. This
2800 will go away when we mv push.c yacc.c.
2801 * data/c++-skel.m4, data/glr.c, data/java-skel.m4: Don't report that
2802 push parsing is not supported since unused %define variables are
2803 reported anyway.
2804 * src/getargs.c, src/getargs.h (pull_parser, push_parser): Remove.
2805 * src/muscle_tab.h (muscle_percent_define_check_values): Update
2806 comments for consistency with b4_percent_define_check_values.
2807 * src/output.c (prepare): Don't insert b4_pull_flag and b4_push_flag
2808 muscles.
2809 * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
2810 Remove.
2811 (prologue_declaration): Remove %push-parser and %push-pull-parser
2812 rules.
2813 * src/scan-gram.l (%push-parser, %push-pull-parser): Remove rules.
2814 * tests/calc.at: Update declarations.
2815 * tests/input.at (%define enum variables): New test case.
2816 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
2817 declaration.
2818 (Push Parsing: Multiple impure instances): Update declaration.
2819 (Push Parsing: Unsupported Skeletons): New test case.
2820 * tests/torture.at (Exploding the Stack Size with Alloca): Update
2821 declaration.
2822 (Exploding the Stack Size with Malloc): Update declaration.
2823
2824 2007-09-24 Wojciech Polak <polak@gnu.org>
2825
2826 Add XSLT transformations.
2827
2828 * data/xslt/xml2dot.xsl: Transform XML into DOT.
2829 * data/xslt/xml2text.xsl: Transform XML into plain text.
2830 * data/xslt/xml2xhtml.xsl: Transform XML into XHTML.
2831 * data/Makefile.am (xsltdir): New variable.
2832 (dist_xslt_DATA): Add xslt/*.xsl files.
2833
2834 2007-09-23 Paul Eggert <eggert@cs.ucla.edu>
2835
2836 * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.
2837 Problem reported by Wojciech Polak.
2838 * src/print-xml.c (xml_puts): Work even if LEVEL exceeds INT_MAX/2.
2839 (xml_printf): Undo change I made on 21 September; that is,
2840 indent 2 spaces, not 1.
2841
2842 2007-09-23 Joel E. Denny <jdenny@ces.clemson.edu>
2843
2844 Pacify ./configure --enable-gcc-warnings.
2845 * src/print-xml.c, src/print-xml.h (xml_puts): Make third argument
2846 `char const *' instead of `char *'.
2847 * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused
2848 local variable `sep'.
2849
2850 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
2851
2852 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
2853 elsewhere.
2854 * src/print-xml.c: Prefer "const" after types; that's more consistent.
2855 (xml_printf): Indent just 1 space for level.
2856 (e_char, xlate_char): Remove.
2857 (xml_escape_string): Rewrite to avoid undefined behavior (used
2858 storage that was freed from the stack).
2859 (xml_escape_n): Don't bother checking for subscript error.
2860
2861 2007-09-21 Wojciech Polak <polak@gnu.org>
2862
2863 Add Bison XML Automaton Report.
2864
2865 Add support for an -x option to generate an XML report.
2866 It is not documented yet.
2867 * src/print-xml.c: New file.
2868 * src/print-xml.h: Likewise.
2869 * lib/timevar.def (TV_XML): New var.
2870 * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
2871 * src/conflicts.c: Include print-xml.h.
2872 (solved_conflicts_xml_obstack): New var.
2873 (log_resolution, conflicts_solve, conflicts_free):
2874 Add support for XML report.
2875 (conflicts_output_val): New function.
2876 * src/conflicts.h (conflicts_output_val): New decl.
2877 * src/files.c (spec_xml_file): New var.
2878 (compute_output_file_names, output_file_names_free): Add XML support.
2879 * src/files.h (spec_xml_file): New decl.
2880 * src/getargs.c (xml_flag): New var.
2881 (usage, short_options, long_options, getargs): Add XML support.
2882 * src/getargs.h (xml_flag): New decl.
2883 * src/gram.c: Include print-xml.h.
2884 (rule_lhs_print_xml, rule_rhs_print_xml):
2885 (grammar_rules_partial_print_xml, grammar_rules_print_xml):
2886 New functions.
2887 * src/gram.h: Declare external ones.
2888 * src/main.c: Include print-xml.h.
2889 (main): Add XML support.
2890 * src/reduce.c: Include print-xml.h.
2891 (reduce_xml): New function.
2892 * src/reduce.h: Declare it.
2893 * src/state.c: Include print-xml.h.
2894 (state_new): Add XML support.
2895 (state_rule_lookahead_tokens_print_xml): New function.
2896 * src/state.h: Declare it.
2897 (struct state): New member solved_conflicts_xml.
2898 * src/symtab.c (symbol_class_get_string): New function.
2899 * src/symtab.h: Declare it.
2900
2901 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
2902
2903 * GNUmakefile: Switch to coreutils's version.
2904 * bootstrap: Likewise.
2905 * Makefile.cfg: Adjust to new GNUmakefile.
2906 * README-hacking: Likewise.
2907
2908 Import from gnulib:
2909
2910 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
2911 Bruno Haible <bruno@clisp.org>
2912
2913 * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
2914 and is a script that invokes bison. Tighten the code. Add comments.
2915
2916 2007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
2917
2918 Spell "boolean" as "Boolean". Reported by Akim Demaille.
2919 * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
2920 * doc/bison.texinfo (Decl Summary): Fix.
2921 * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
2922 * tests/input.at (Boolean %define variables): Update output.
2923 * tests/skeletons.at (%define boolean variables: invalid skeleton
2924 defaults): Rename to...
2925 (%define Boolean variables: invalid skeleton defaults): ... this and
2926 update output.
2927
2928 2007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
2929
2930 In impure push mode, don't allow more than one yypstate to be allocated
2931 since multiple impure parsers would corrupt yynerrs.
2932 * data/push.c (yypstate_allocated): New static global variable
2933 initialized to 0.
2934 (yypull_parse): If yypstate_new returns 0, don't report it as memory
2935 exhaustion if yypstate_allocated is 1, but still return 2.
2936 (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
2937 already 1. Otherwise, set it to 1.
2938 (yypstate_delete): Set it to 0.
2939 * tests/push.at (Push Parsing: Multiple impure instances): New test
2940 case.
2941
2942 2007-08-17 Bob Rossi <bob@brasko.net>
2943
2944 * doc/bison.texinfo (Push Decl): Document the push parser.
2945 (Table of Symbols): Ditto.
2946 (Pure Decl): Ditto.
2947 (Decl Summary): Ditto.
2948 (Multiple Parsers, Push Parser Function, Pull Parser Function,
2949 Parser Create Function, Parser Delete Function):
2950 Add new push parser symbols.
2951 (Table of Symbols): Document push-parser, push-pull-parser,
2952 yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
2953
2954 2007-08-15 Paul Eggert <eggert@cs.ucla.edu>
2955
2956 Update to GPLv3.
2957 * doc/gpl-3.0.texi: New file.
2958 * doc/gpl.texi: Remove.
2959 * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
2960 * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
2961 * README-hacking, TODO, bootstrap, bootstrap.conf:
2962 * configure.ac, data/Makefile.am, data/README, data/bison.m4:
2963 * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
2964 * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
2965 * data/lalr1.cc, data/lalr1.java, data/location.cc:
2966 * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
2967 * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
2968 * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
2969 * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
2970 * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
2971 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
2972 * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
2973 * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
2974 * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
2975 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
2976 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
2977 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
2978 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
2979 * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
2980 * lib/timevar.c, lib/timevar.def, lib/timevar.h:
2981 * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
2982 * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
2983 * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
2984 * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
2985 * src/complain.c, src/complain.h, src/conflicts.c:
2986 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
2987 * src/files.h, src/flex-scanner.h, src/getargs.c:
2988 * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
2989 * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
2990 * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
2991 * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
2992 * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
2993 * src/print.c, src/print.h, src/print_graph.c:
2994 * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
2995 * src/reduce.h, src/relation.c, src/relation.h:
2996 * src/revision.h, src/scan-code.h, src/scan-code.l:
2997 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
2998 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
2999 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
3000 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
3001 * tests/Makefile.am, tests/actions.at, tests/c++.at:
3002 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
3003 * tests/existing.at, tests/glr-regression.at:
3004 * tests/headers.at, tests/input.at, tests/java.at:
3005 * tests/local.at, tests/output.at, tests/push.at:
3006 * tests/reduce.at, tests/regression.at, tests/sets.at:
3007 * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
3008 * tests/torture.at:
3009 Update to GPLv3.
3010
3011 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
3012
3013 Get rid of broken %no-parser, -n, and --no-parser implementation and
3014 documentation.
3015 * TODO: Don't mention them.
3016 * doc/bison.1: Likewise.
3017 * doc/bison.texinfo (Decl Summary): Likewise.
3018 (Bison Options): Likewise.
3019 (Option Cross Key): Likewise.
3020 * src/getargs.c (no_parser_flag): Remove global variable.
3021 (usage): Don't print description of -n and --no-parser.
3022 (long_options): Remove --no-parser entry here.
3023 (getargs): Remove -n case in the switch here.
3024 * src/getargs.h (no_parser_flag): Remove extern.
3025 * tests/regression.at (Web2c Actions): Remove comment that mentions
3026 --no-parser.
3027
3028 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
3029
3030 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
3031 name user variables starting with `yy'. Just pass NULL instead of a
3032 dummy local &yylval to yypush_parse.
3033 * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
3034 starting with `yy'.
3035
3036 2007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
3037
3038 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
3039 true since it's then always used regardless of whether yyoverflow is
3040 defined. Reported by Christian Burger at
3041 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
3042 * THANKS: Add Christian Burger.
3043
3044 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
3045 node names: say "Decl Summary" not "Bison Declaration Summary".
3046
3047 2007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
3048
3049 * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
3050 determine whether this function has already complained about an invalid
3051 value for a %define boolean variable, don't check whether Bison has
3052 ever examined the value. As written, the check was a tautology.
3053 Instead, record and check for this complaint using a separate muscle.
3054
3055 2007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
3056
3057 Fix push parsing memory leak reported by Brandon Lucia at
3058 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
3059 * THANKS: Add Brandon Lucia.
3060 * data/push.c (yypstate_delete): Free the stack if it was reallocated
3061 but the parse never completed and thus freed it.
3062 * tests/Makefile.am (TESTSUITE_AT): Add push.at.
3063 * tests/testsuite.at: Include push.at.
3064 * test/push.at: New.
3065 (Push Parsing: Memory Leak for Early Deletion): New test case.
3066
3067 2007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
3068
3069 Improve handling of multiple S/R conflicts in the same state and of S/R
3070 conflicts involving multiple reductions.
3071 * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
3072 set for a state here or Bison will abort if it is reassigned on a
3073 later conflicted reduction in the same state.
3074 Similarly, don't finalize and assign the solved conflicts report here
3075 or it will be lost if it is reassigned on a later conflicted reduction
3076 in the same state.
3077 (set_conflicts): Instead, assign them both here after all S/R conflicts
3078 in the state have been fully examined.
3079 * src/print.c (shift_set): Rename to...
3080 (no_reduce_set): ... this.
3081 (print_reductions): Update for rename, and add %nonassoc error action
3082 tokens to no_reduce_set so that, when printing the first remaining
3083 reduction on an error action token, the reduction is enclosed in
3084 brackets.
3085 (print_results): Update for rename.
3086 * tests/conflicts.at (Solved conflicts report for multiple reductions
3087 in a state): New test case.
3088 (%nonassoc error actions for multiple reductions in a state): New test
3089 case.
3090
3091 * src/main.c (main): Don't depend on C99 features.
3092
3093 2007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
3094
3095 * build-aux/.cvsignore: Add compile.
3096 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
3097 uniwidth.
3098
3099 2007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
3100
3101 * bootstrap (slurp): Create target directories that don't exist.
3102 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
3103
3104 2007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
3105
3106 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
3107 than item number.
3108 * closure.c (closure): Likewise.
3109 * state.h (reductions): Comment sorting of rules.
3110 (state): Comment sorting of items.
3111
3112 2007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
3113
3114 Fix C++ test cases after recent Gnulib changes. Discussed starting at
3115 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
3116 * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
3117 definition in order to avoid Gnulib headers since we don't use config.h
3118 here.
3119 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
3120 rather than AT_DATA so that config.h is included.
3121
3122 2007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
3123
3124 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
3125 instead of fprintf. Guard these functions with #if YYDEBUG instead of
3126 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
3127 and so that YYFPRINTF is guaranteed to be defined here.
3128
3129 2007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
3130
3131 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
3132 with...
3133 (muscle_percent_define_check_values): ... this more helpful function.
3134 Again, it's not used yet, but it will be.
3135 * src/muscle_tab.h: Likewise.
3136
3137 Improve some comments in parser table construction.
3138 * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
3139 (generate_states): Don't mention ruleset, which is internal to closure.
3140 * src/closure.c (closure): Explain sorting of core and itemset, which
3141 is required for this function to behave correctly.
3142 * src/closure.h (closure): Mention sorting.
3143
3144 2007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
3145
3146 * src/lalr.c (state_lookahead_tokens_count): For code readability,
3147 move the check for disabled transitions to an aver since conflict
3148 resolution hasn't happened yet.
3149
3150 * src/lalr.c (state_lookahead_tokens_count): Remove the check that
3151 labels a state as inconsistent just because it has error transitions.
3152 The original form of this check appeared in revision 1.1 of lalr.c,
3153 which was committed on 1991-12-21. Now (at least), changing the
3154 consistency label on such a state appears to have no useful effect in
3155 any of the places it is examined, which I enumerate below. The key
3156 point to understanding each item in this enumeration is that a state
3157 with an error transition is labelled consistent in the first place only
3158 if it has no rules, so the check cannot matter for states that have
3159 rules. (1) Labelling a state as inconsistent will cause set_conflicts
3160 to try to identify its conflicts, and a state must have *rules* to have
3161 conflicts. (2) Labelling a state as inconsistent will affect how
3162 action_row sets the default *rule* for the state. (3) Labelling a
3163 state as inconsistent will cause build_relations to add lookback edges
3164 to *rules* in that state.
3165 * src/state.h (struct state): Word the comment for member consistent
3166 more carefully.
3167
3168 2007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
3169
3170 Don't depend on C99 features.
3171 * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
3172 * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
3173 * src/reader.c (check_and_convert_grammar): Fix for-loop.
3174 * src/state.c (state_mark_reachable_states): Fix for-loop.
3175 (state_remove_unreachable_states): Fix for-loop.
3176
3177 Don't widen struct state with member reachable just to temporarily
3178 record reachability. Instead, use a local bitset.
3179 * src/state.h (struct state): Remove member.
3180 * src/state.c (state_new): Don't initialize it.
3181 (state_mark_reachable_states): Rename to...
3182 (state_record_reachable_states): ... this, and use bitset.
3183 (state_remove_unreachable_states): Use bitset.
3184
3185 2007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
3186
3187 * src/Makefile.am (yacc): Quote target action commands properly so
3188 that the yacc script isn't corrupt. Reported by Hans Aberg at
3189 <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
3190
3191 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
3192 the case of pure parsers. Reported by Frans Englich at
3193 <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
3194 * THANKS: Add Frans Englich.
3195
3196 * NEWS (2.3a+): In the %code entry, reference section `Bison
3197 Declaration Summary' from the manual now since the %code summary has
3198 moved there.
3199 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
3200 in the rules section must be terminated by semicolons.
3201
3202 2007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
3203
3204 Extend the front-end API for %define variables to more completely
3205 mirror the back-end. This will be useful in the future.
3206 * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
3207 Update comments to mention the new front-end counterparts of these
3208 macros.
3209 * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
3210 for muscle_string_decode and muscle_location_decode.
3211 (muscle_string_decode): New static function.
3212 (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
3213 (muscle_percent_define_get, muscle_percent_define_ifdef): New
3214 functions.
3215 (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
3216 muscle_percent_define_get to mimic the b4_percent_define_flag_if
3217 implementation more closely.
3218 (muscle_percent_define_invalid_value): New function.
3219 * src/muscle_tab.h (muscle_percent_define_get,
3220 muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
3221 Prototype.
3222
3223 2007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
3224
3225 * NEWS (2.3a+): Mention yesterday's state-removal change.
3226 (2.3a): Remove the %language entry, which was added after 2.3a.
3227 * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
3228 src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
3229 src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
3230 tests/existing.at: Update copyright date.
3231
3232 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
3233
3234 If conflict resolution makes states unreachable, remove those states,
3235 report rules that are then unused, and don't report conflicts in those
3236 states.
3237 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
3238 New global function.
3239 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
3240 function.
3241 * src/main.c (main): After conflict resolution, remove the unreachable
3242 states and update all data structures that reference states by number.
3243 * src/state.c (state_new): Initialize each state's reachable member to
3244 false.
3245 (state_mark_reachable_states): New static function.
3246 (state_remove_unreachable_states): New global function.
3247 * src/state.h (struct state): Add member bool reachable.
3248 (state_remove_unreachable_states): Prototype.
3249 * tests/conflicts.at (Unreachable States After Conflict Resolution):
3250 New test case.
3251 * tests/existing.at (GNU pic Grammar): Update test case output now that
3252 an unused rule is discovered.
3253
3254 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
3255
3256 Minor code cleanup in parser table construction.
3257 * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
3258 (new_itemsets, save_reductions): Update for rename to nitemset.
3259 * src/closure.c (nritemset): Rename to...
3260 (nitemset): ... this since the "r" appears to meaningless and isn't
3261 used in the comments.
3262 (closure): Update for rename.
3263 * src/closure.h (nritemset): Update extern to...
3264 (nitemset): ... this.
3265 * src/lalr.c (LA): Fix a typo in comments.
3266 * src/print.c (print_core): Update for rename to nitemset.
3267 * src/print_graph.c (print_graph): Likewise.
3268 * src/state.h: Fix some typos in header comments.
3269
3270 2007-04-04 Paul Eggert <eggert@cs.ucla.edu>
3271
3272 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
3273 still sticks to ASCII. Sorry!
3274
3275 * README-hacking: New file, taken mostly from coreutils, with changes
3276 for Bison. Contains much of the contents of:
3277 * README-cvs: Remove.
3278 * bootstrap: Sync from gnulib.
3279 * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
3280 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
3281
3282 2007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
3283
3284 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
3285 Setzer.
3286 (Java Differences): Fix some typos.
3287 * THANKS: Add Sebastian Setzer.
3288
3289 2007-03-07 Paolo Bonzini <bonzini@gnu.org>
3290
3291 * data/java.m4 (b4_single_class_if): Remove.
3292 (b4_abstract_if): Look at "%define abstract".
3293 (b4_lexer_if): New.
3294 (b4_union_name): Rename...
3295 (b4_yystype): ... to this. Map to "%define stype".
3296 (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
3297 b4_maybe_throws): Fix quoting.
3298 (b4_lex_param_call): Move below to keep b4_*_param_decl close.
3299 * data/lalr1.java (Lexer interface): Always define.
3300 (Lexer interface within parser class): Remove.
3301 (YYLexer class): New, used when "%code lexer" is present.
3302 (constructor): When "%code lexer" is used, pass %lex-param
3303 to the lexer constructor.
3304 (yylex, yyparse): Remove %lex-param from method invocations
3305 (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
3306
3307 * doc/bison.texinfo (Java Bison Interface): Mention "%define
3308 abstract". Rename "%define union_name" to "%define stype".
3309 Rename method names according to previous patch.
3310 (Java Scanner Interface): Describe "%code lexer" instead of
3311 "%pure-parser" and "%define single_class".
3312 (Java Differences): Mention "%code lexer".
3313
3314 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
3315 Include scanner here, using macros from tests/local.at.
3316 (AT_DATA_CALC_Y): Remove final argument.
3317 (_AT_CHECK_JAVA_CALC): Likewise.
3318 (AT_CHECK_JAVA_CALC): Likewise. Test all four combinations
3319 of %locations and %error-verbose.
3320 (main): Test with and without %lex-param.
3321 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
3322 (AT_BISON_OPTION_POPDEFS): Pop it.
3323
3324 2007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3325
3326 DJGPP spefic issue. Inhibit the use of disallowed characters for
3327 file name genertion on Win98, WinXP, etc. These are |<>":?*\
3328 and concern testsuite case 46.
3329 * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
3330 * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
3331 * djgpp/config.bat: Inhibit the use of disallowed characters.
3332
3333 2007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
3334
3335 Miscellaneous %define and %code cleanup.
3336 * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
3337 values are interpreted.
3338 * doc/bison.texinfo (Decl Summary): Clean up and extend %define
3339 documentation a little more.
3340 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
3341 muscle_percent_define_insert, muscle_percent_code_grow): New
3342 functions/macros.
3343 * src/muscle_tab.h (muscle_percent_define_insert,
3344 muscle_percent_code_grow): Prototype.
3345 * src/parse-gram.y (prologue_declaration): Use
3346 muscle_percent_define_insert and muscle_percent_code_grow when parsing
3347 %define and %code directives.
3348
3349 Make it easy to share %define boolean variables between the front-end
3350 and back-end. Though not used yet, this will be useful in the future.
3351 * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
3352 Bison uses of names rather than just skeleton uses of names.
3353 (b4_percent_define_get, b4_percent_define_ifdef): Rename
3354 b4_percent_define_skeleton_variables(VARIABLE) to
3355 b4_percent_define_bison_variables(VARIABLE).
3356 (b4_percent_code_get, b4_percent_code_ifdef): Rename
3357 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
3358 b4_percent_code_bison_qualifiers(QUALIFIER).
3359 (b4_check_user_names_wrap): Update for renames.
3360 * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
3361 muscle_percent_define_default): New functions mimicking
3362 b4_percent_define_flag_if and b4_percent_define_default.
3363
3364 For %define variables, report locations for invalid values and
3365 redefinitions.
3366 * data/bison.m4 (b4_percent_define_flag_if): Read
3367 b4_percent_define_loc(VARIABLE) to report the location of an invalid
3368 value for VARIABLE.
3369 (b4_percent_define_default): Save a special location in
3370 b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
3371 must later be reported as invalid.
3372 * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
3373 functions.
3374 (muscle_percent_define_insert): Record the location of VARIABLE in
3375 muscle percent_define_loc(VARIABLE), and use it to report the previous
3376 location for a redefinition.
3377 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
3378 (muscle_percent_define_default): Update like b4_percent_define_default.
3379 (muscle_grow_user_name_list): Rename to...
3380 (muscle_user_name_list_grow): ... this for consistency and use
3381 muscle_location_grow.
3382 * src/muscle_tab.h (muscle_location_grow): Prototype.
3383 * tests/input.at (%define errors): Update expected output.
3384 * tests/skeletons.at (%define boolean variables: invalid skeleton
3385 defaults): New test case.
3386
3387 2007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
3388
3389 * src/print.c (lookahead_set, state_default_rule): Remove.
3390 (print_reductions): Replace state_default_rule invocation with
3391 equivalent use of yydefact, which was computed in token_actions in
3392 tables.c.
3393 (print_results): Don't allocate lookahead_set.
3394
3395 2007-02-27 Paolo Bonzini <bonzini@gnu.org>
3396
3397 * data/lalr1.java: Prefix all private members with yy.
3398
3399 2007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
3400
3401 Use YYFPRINTF instead of fprintf where appropriate. Reported by
3402 Sebastien Fricker at
3403 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
3404 * THANKS: Add Sebastien Fricker.
3405 * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
3406 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
3407 accept a variable number of arguments.
3408
3409 2007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
3410
3411 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
3412
3413 2007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3414
3415 * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
3416 * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
3417 * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
3418
3419 2007-02-11 Paul Eggert <eggert@cs.ucla.edu>
3420
3421 Undo my 2007-02-07 change, switching back to the c-strcase module
3422 introduced in the 2007-02-03 change. Bruno Haible reported that
3423 the 2007-02-07 change would be dangerous in Turkish if we add a
3424 language whose name contains "i", since "i" is not lowercase "I"
3425 in Turkish.
3426 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.
3427 * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
3428 c-strcasecomp.c, c-strncasecmp.c. Remove strcasecmp.c, strncasecmp.c.
3429 * m4/.cvsignore: Remove strcase.m4.
3430 * src/getargs.c: Revert 2007-02-07 change, as follows.
3431 Include c-strcase.h.
3432 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
3433
3434 2007-02-11 Bruno Haible <bruno@clisp.org>
3435
3436 Enable the Java related testsuite tests when the only Java compiler
3437 found is a gcj < 4.3. Discussed at
3438 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
3439 * configure.ac (gt_JAVACOMP): Don't specify a target_version.
3440
3441 2007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
3442
3443 * data/Makefile.am: Update copyright date.
3444 * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
3445 yypstate_new returns NULL.
3446 (yypstate_new): Return NULL if malloc does.
3447 * src/reader.c (packgram): Move translation of rule actions from the
3448 beginning of packgram to...
3449 (check_and_convert_grammar): ... here right before packgram is invoked
3450 so it's easier to write more complete comments, and remove redundant
3451 code.
3452
3453 2007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
3454
3455 As in semantic actions, make @$ in %initial-action, %destructor, and
3456 %printer imply %locations.
3457 * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
3458 scanning @$.
3459 * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
3460 (@$ in %initial-action implies %locations,
3461 @$ in %destructor implies %locations,
3462 @$ in %printer implies %locations): ... these new test cases.
3463
3464 2007-02-07 Paul Eggert <eggert@cs.ucla.edu>
3465
3466 Undo most of the 2007-02-03 change, switching to the strcase module
3467 now that gnulib strcase has been fixed.
3468 * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase.
3469 * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
3470 c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c
3471 * m4/.cvsignore: Add strcase.m4.
3472 * src/getargs.c: Revert 2007-02-03 change, as follows.
3473 Don't include c-strcase.h.
3474 (language_argmatch): Use strcasecmp rather than c_strcasecmp.
3475 strcasecmp has "unspecified behavior" outside the POSIX locale,
3476 but it works fine in practice if at least one argument is ASCII,
3477 as is the case in Bison.
3478
3479 2007-02-07 Paolo Bonzini <bonzini@gnu.org>
3480
3481 * tests/java.at: Skip tests if only one of javac/java is present.
3482 Reported by Joel E. Denny.
3483 * tests/atlocal.in: Adjust copyright years.
3484
3485 2007-02-05 Paolo Bonzini <bonzini@gnu.org>
3486
3487 * data/lalr1.java (Stack): Work around old verifiers that disallow
3488 access to the private fields of an inner class, from the outer class.
3489 We can make Stack's fields public because user code doesn't have access
3490 to the instance of Stack used by parse(). Reported by Paul Eggert.
3491
3492 2007-02-03 Paul Eggert <eggert@cs.ucla.edu>
3493
3494 * .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
3495 the right spot for these files?
3496 * bootstrap.conf (gnulib_modules): Add c-strcase.
3497 * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
3498 c-strncasecmp.c.
3499 * src/getargs.c: Include c-strcase.h.
3500 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
3501 to avoid unspecified behavior.
3502
3503 2007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
3504
3505 * doc/bison.texinfo (Decl Summary): Correct typo.
3506
3507 2007-01-30 Paolo Bonzini <bonzini@gnu.org>
3508
3509 * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
3510 Complain if the value does not match empty, "true" or "false".
3511 * data/c++.m4: Adjust default definitions of %define variables.
3512 * data/java.m4: Adjust default definitions of %define variables.
3513 * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
3514 to above behavior.
3515 * tests/input.at (Boolean %define variables): Test new behavior.
3516
3517 2007-01-29 Paolo Bonzini <bonzini@gnu.org>
3518
3519 * NEWS: Mention java.
3520 * TODO: Remove things that are done.
3521 * bootstrap.conf: Add javacomp-script and javaexec-script.
3522 * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
3523
3524 * data/Makefile.am: Add new files.
3525 * data/java-skel.m4: New.
3526 * data/java.m4: New.
3527 * data/lalr1.java: New.
3528
3529 * doc/bison.texinfo: Put "A Complete C++ Example" under
3530 C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers
3531 under Other Languages.
3532
3533 * src/getargs.c (valid_languages): Add Java.
3534 * src/getargs.h (struct bison_language): Update size of string fields.
3535
3536 * tests/Makefile.am: Add java.at.
3537 * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
3538 * tests/java.at: New.
3539 * tests/testsuite.at: Include it.
3540
3541 2007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
3542
3543 Clean up.
3544 * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
3545 at_directive_argv arguments so these no longer have to be global
3546 variables. Also, update the implementation for the following changes.
3547 (fail_for_at_directive_too_many_args,
3548 fail_for_at_directive_too_few_args): Add at_directive_name argument.
3549 (at_directive_name): Remove as at_directive_argv[0] will be used for
3550 this now.
3551 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
3552 for the directive name.
3553 (at_directive_argc, at_directive_argv): Make these local within
3554 skel_lex instead of global.
3555 (INITIAL): Update directive start action for above changes.
3556 (SC_AT_DIRECTIVE_ARG): Rename to...
3557 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
3558 (SC_AT_DIRECTIVE_SKIP_WS): Update.
3559 (scan_skel): Move yylex_destroy to...
3560 (skel_scanner_free): ... here.
3561 * tests/skeletons.at (installed skeleton file name): Rename to...
3562 (installed skeleton file names): ... this.
3563
3564 2007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
3565
3566 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
3567 node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
3568 Summary" not "Directives".
3569 * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
3570 %code entry in "Decl Summary" rather than the one in "Table of Symbols"
3571 since the former is now the more complete one.
3572 (Prologue Alternatives): Likewise and do the same for %defines.
3573 (Table of Symbols): Add summary of %code, add summary of %define, and
3574 move full %code documentation to...
3575 (Decl Summary): ... here for consistency with other entries in these
3576 sections.
3577 Move %define entry in order to keep this list alphabetized.
3578 Reword %define entry a little to put less emphasis on the skeleton
3579 concept, which most users shouldn't have to think about.
3580
3581 2007-01-26 Paul Eggert <eggert@cs.ucla.edu>
3582
3583 Adjust to recent gnulib changes.
3584 * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
3585 Add string.h, string_.h, unistd_.h, wchar_.h.
3586 * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
3587 * src/system.h: Don't include <stpcpy.h>; this is now done by
3588 <string.h>.
3589
3590 2007-01-23 Paolo Bonzini <bonzini@gnu.org>
3591
3592 Simplify implementation of unqualified %code, implement macros for
3593 uniform treatment of boolean %define flags. Document %define.
3594 * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
3595 b4_percent_code_ifdef): New.
3596 (b4_percent_code_get): Map unqualified %code to b4_percent_code().
3597 * data/c++.m4: Define default value for global_tokens_and_yystype.
3598 * data/glr.cc: Likewise.
3599 * data/location.cc: Use b4_percent_define_flag_if.
3600
3601 * doc/bison.texinfo (Decl Summary): Document %define.
3602
3603 * src/parse-gram.y (Unqualified %code): Change muscle name to
3604 b4_percent_code().
3605 (content.opt): Default to empty.
3606
3607 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
3608
3609 Implement support for relative and absolute skeleton file names.
3610 Discussed starting at
3611 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
3612 * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
3613 (Bison Options): Document in --skeleton entry.
3614 * src/output.c (output_skeleton): Use strncpy rather than strcpy since
3615 full_skeleton can't necessarily hold all of pkgdatadir.
3616 If the specified skeleton file name contains a `/', don't prepend
3617 pkgdatadir.
3618 * src/parse-gram.y (prologue_declaration): If the specified skeleton
3619 file name contains a `/', prepend the grammar file directory.
3620 * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
3621 * skeletons.at: New file.
3622 (relative skeleton file names): New test case.
3623 (installed skeleton file names): New test case.
3624 * tests/testsuite.at: Include skeletons.at.
3625
3626 * bootstrap: Update copyright to 2007.
3627
3628 2007-01-17 Paolo Bonzini <bonzini@gnu.org>
3629
3630 * bootstrap: Remove occurrences of .#bootmp from the files.
3631
3632 2007-01-17 Akim Demaille <akim@epita.fr>
3633
3634 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
3635 nonterminals.
3636 Use per-type %printer.
3637
3638 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
3639
3640 * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
3641 data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
3642 djgpp/config.site, src/files.c, src/files.h, src/main.c,
3643 src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
3644 src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
3645 tests/glr-regression.at, tests/input.at, tests/local.at,
3646 tests/output.at, tests/torture.at: Update copyright to 2007.
3647
3648 2007-01-16 Akim Demaille <akim@epita.fr>
3649
3650 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
3651 error code.
3652 (Calc++ Scanner): Exit with failure if we can't open the input
3653 file.
3654 Accept "-" standing for stdin.
3655 (Calc++ Top Level): Print the result only if the parsing was
3656 successful.
3657
3658 2007-01-16 Akim Demaille <akim@epita.fr>
3659
3660 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
3661
3662 2007-01-15 Paolo Bonzini <bonzini@gnu.org>
3663 and Joel E. Denny <jdenny@ces.clemson.edu>
3664
3665 Clean up %define and %code implementation in M4 some. Most
3666 importantly, rename all related macros to be in the b4_percent_define
3667 and b4_percent_code namespaces. Also, complete support for `.' in
3668 %define variable names and %code qualifiers.
3669 * data/bison.m4 (b4_check_user_names): Check for special
3670 "SKELETON-NAMESPACE(name)" macros instead of using two nested
3671 m4_foreach loops.
3672 (b4_get_percent_define, b4_get_percent_code): Rename to...
3673 (b4_percent_define_get, b4_percent_code_get): ... these.
3674 Extend documentation with examples.
3675 For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
3676 b4_percent_define_skeleton_variables and
3677 b4_percent_code_skeleton_qualifiers.
3678 Expect any value for the %define variable `foo' to be stored in the
3679 macro named `b4_percent_define(foo)'; expect any %code blocks for the
3680 qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
3681 expect any unqualified %code blocks to be stored in a macro named
3682 `b4_percent_code_unqualified'.
3683 Use m4_indir so that %define variable names and %code qualifiers can
3684 contain `.', which is allowed by the grammar parser.
3685 (b4_percent_define_default): New macro to set a default value for a
3686 %define variable.
3687 (m4_wrap): Update wrapped code, and fix some underquoting.
3688 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
3689 Expect grammar uses of %define variables and %code qualifiers to be
3690 defined in b4_percent_define_user_variables and
3691 b4_percent_code_user_qualifiers.
3692 * data/c++.m4: Use b4_percent_define_default rather than
3693 m4_define_default. Fix some underquoting. Skeleton usage of %define
3694 variable define_location_comparison now implies skeleton usage of
3695 %define variable filename_type.
3696 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
3697 data/push.c, data/yacc.c: Update macro names.
3698 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
3699 muscle names.
3700
3701 2007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3702
3703 DJGPP specific issues.
3704
3705 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
3706 default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
3707
3708 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
3709
3710 * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
3711 run parsers in all tests so that Valgrind is invoked during
3712 maintainer-check-valgrind.
3713 (Duplicate representation of merged trees): Free all semantic values.
3714 (Duplicated user destructor for lookahead): Likewise.
3715
3716 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
3717
3718 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
3719 command-line prefix.
3720 * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
3721 ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
3722 miss Valgrind messages.
3723 (Exploding the Stack Size with Malloc): Likewise.
3724
3725 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
3726
3727 Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
3728 locals. Reported by Juan Manuel Guerrero at
3729 <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
3730 * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
3731 Fix some indentation also.
3732 * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
3733 explaining this issue.
3734
3735 2007-01-09 Paolo Bonzini <bonzini@gnu.org>
3736 and Joel E. Denny <jdenny@ces.clemson.edu>
3737
3738 Simplify union and prologue handling, and escape union and lex/parse
3739 params with digraphs.
3740 * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
3741 values to the empty string since these are no longer guaranteed
3742 initialized by the front-end.
3743 * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
3744 braces around b4_user_stype since this is no longer done by the
3745 front-end.
3746 * src/files.c, src/files.h (pre_prologue_obstack,
3747 post_prologue_obstack): Remove.
3748 * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
3749 comments here. Use MUSCLE_OBSTACK_SGROW so that values are escaped
3750 with digraphs. This fixes lex params and parse params.
3751 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
3752 * src/output.c (prepare): Remove muscle insertion of the prologues.
3753 (output): Remove freeing of pre_prologue_obstack and
3754 post_prologue_obstack.
3755 * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
3756 than prologue_augment for prologue parsing so you don't need prologue
3757 obstacks.
3758 (grammar_declaration): For %union RHS, use `braceless' instead of
3759 "{...}" so that braces are already stripped and code is escaped with
3760 digraphs.
3761 * src/reader.c (prologue_augment): Remove.
3762 (reader): Remove initialization of pre_prologue_obstack and
3763 post_prologue_obstack.
3764 * src/reader.h (prologue_augment): Remove.
3765
3766 * data/c.m4: Remove stray parenthesis.
3767
3768 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
3769
3770 Remove quotes from variables names in %define directives and from
3771 qualifiers in %code directives, and restrict the characters that are
3772 allowed in them to M4-friendly ones. For %define, continue to support
3773 the quoted form as a deprecated feature. Discussed starting at
3774 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
3775 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
3776 %code.
3777 * doc/bison.texinfo (Prologue Alternatives): Update.
3778 (Decl Summary): In %defines entry, update mention of `%code requires'
3779 and `%code provides'.
3780 (C++ Location Values): Update %define uses.
3781 (Calc++ Parser Interface): Likewise.
3782 (Calc++ Parser): Likewise, and update `%code requires' uses.
3783 (Table of Symbols): Update %code documentation.
3784 * src/parse-gram.y (prologue_declaration): For %define variables, use
3785 `variable' instead of `STRING'.
3786 (grammar_declaration): For %code qualifiers, use `ID' instead of
3787 `STRING'.
3788 (variable): New nonterminal that takes an `ID' or a `STRING'.
3789 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
3790 and %define uses.
3791 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
3792 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
3793 (%define errors): Update %define uses.
3794
3795 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
3796
3797 * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
3798 instead of muscle_insert for %define values so that M4-special
3799 characters are replaced with digraphs.
3800 * tests/input.at (%define errors): Extend to check weird values.
3801
3802 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
3803
3804 Instead of having skeletons declare all valid %define variables and
3805 %code qualifiers, provide macros that retrieve the associated values
3806 and build these lists automatically. Thus Bison will now warn when a
3807 variable or qualifier is not used by the skeleton in the current
3808 invocation regardless of whether it might sometimes be used by that
3809 skeleton in other invocations. Also, move all %define value macros to
3810 the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
3811 form, which is replaced by %code.
3812 * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
3813 (b4_check_user_names): ... this, and change the series of valid name
3814 arguments to a single list argument for names used in the skeleton
3815 similar to the existing list argument for names used in the grammar.
3816 Warn instead of complaining.
3817 (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
3818 values and %code code, to format %code code properly, and to build
3819 lists of all %define variables and %code qualifiers used in the
3820 skeleton: b4_skeleton_percent_define_variables and
3821 b4_skeleton_percent_code_qualifiers.
3822 (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
3823 Remove, and...
3824 (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
3825 the skeleton names lists can finish building first. In place of
3826 b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
3827 expect the lists b4_user_percent_define_variables and
3828 b4_user_percent_code_qualifiers.
3829 * data/c++.m4: Where setting default values for b4_parser_class_name,
3830 b4_location_type, b4_filename_type, b4_namespace, and
3831 b4_define_location_comparison, update their names to the
3832 b4_percent_define_ namespace.
3833 * data/glr.c: Don't use b4_check_percent_define_variables and
3834 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
3835 * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
3836 (b4_parser_class_name, b4_namespace): Define these using
3837 b4_get_percent_define for parser_class_name and namespace.
3838 * data/location.cc: Use b4_get_percent_define.
3839 * data/push.c: Don't use b4_check_percent_define_variables and
3840 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
3841 * data/yacc.c: Likewise, and don't call m4_exit in
3842 b4_use_push_for_pull_if or m4_wrap code will never execute.
3843 * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
3844 Rename to...
3845 (muscle_grow_user_name_list): ... this for consistency with the
3846 terminology used in bison.m4.
3847 * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
3848 %define variable names, and rename muscle used_percent_define_variables
3849 to user_percent_define_variables.
3850 (grammar_declaration): Rename muscle used_percent_code_qualifiers to
3851 user_percent_code_qualifiers.
3852 (content): Remove.
3853 (content.opt): Replace content RHS with STRING RHS so %define "NAME"
3854 {CODE} form is no longer accepted.
3855 * tests/input.at (Reject bad %code qualifiers): Rename to...
3856 (Reject unused %code qualifiers): ... this, and update test output.
3857 (%define error): Update test output.
3858
3859 2007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
3860
3861 Check for unrecognized %define variables similar to checking for
3862 unrecognized %code qualifiers. Check for redefined %define variables.
3863 * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
3864 generalizes...
3865 (b4_check_percent_code_qualifiers): ... this, which now wraps it.
3866 (b4_check_percent_define_variables): New, also wraps it.
3867 * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
3868 variables using b4_check_percent_define_variables.
3869 * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
3870 all those exercised in the test suite and all those listed in the
3871 `Default values' section of c++.m4. Are there others?
3872 * data/push.c, data/yacc.c: Declare no valid %define variables.
3873 * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
3874 similar to muscle_find, but it works even when the muscle stores a
3875 const value.
3876 (muscle_grow_used_name_list): New function for constructing the used
3877 name list muscles that b4_check_for_unrecognized_names requires.
3878 * src/parse-gram.y (prologue_declaration): Warn if a variable is
3879 %define'd more than once. Define the b4_used_percent_define_variables
3880 muscle with muscle_grow_used_name_list.
3881 (grammar_declaration): Abbreviate %code code with
3882 muscle_grow_used_name_list.
3883 * tests/input.at (%define errors): New.
3884
3885 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
3886
3887 Provide warn_at, complain_at, and fatal_at function callbacks to the
3888 skeletons, and use this for %code qualifier complaints.
3889 * data/bison.m4 (b4_error_at): New, invoked by...
3890 (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
3891 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
3892 @fatal_at(...@) directives.
3893 (b4_check_percent_code_qualifiers): Rewrite to expect locations for
3894 qualifiers in b4_used_percent_code_qualifiers and to use
3895 b4_complain_at.
3896 * src/location.c, src/location.h (boundary_set_from_string): New global
3897 function.
3898 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
3899 function.
3900 * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
3901 to b4_used_percent_code_qualifiers.
3902 * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
3903 function.
3904 (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
3905 (lineno): Rename to...
3906 (out_lineno): ... this so I don't misunderstand it again.
3907 (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
3908 here; these newlines are in the input but not the output file.
3909 (SC_AT_DIRECTIVE_ARG): Likewise. Extract directive execution to...
3910 (at_directive_perform): ... this new static function, and add handling
3911 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
3912 directives.
3913 * tests/input.at (Reject bad %code qualifiers): Update test output with
3914 locations and extend.
3915
3916 * tests/output.at (Output file name: [, Output file name: ]): Remove
3917 bogus comment about these tests failing.
3918
3919 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
3920
3921 Clean up b4_check_percent_code_qualifiers a little.
3922 * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
3923 in b4_used_percent_code_qualifiers to be double-M4-quoted. Rewrite
3924 documentation and add examples.
3925 * src/parse-gram.y (grammar_declaration): Double-M4-quote those
3926 qualifiers here.
3927
3928 2007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
3929
3930 Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
3931 unreliable -- especially when they're hidden inside another macro.
3932 * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
3933 data/c.m4: Remove m4_divert(-1).
3934 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
3935 data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
3936 m4_divert_push(0) and m4_divert_pop(0).
3937 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
3938 an m4_wrap([m4_divert_pop(0)]) to the M4. Diversion -1, which is
3939 pushed and popped by m4sugar, should be first on the stack.
3940
3941 Provide warn, complain, and fatal function callbacks to the skeletons.
3942 This provides more flexibility than m4_fatal, improves the error
3943 message format, and captures messages for translation. Discussed
3944 starting at
3945 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
3946 * data/bison.m4 (b4_error): New, invoked by...
3947 (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
3948 skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
3949 directives. Because these M4 macros might be called when the current
3950 diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
3951 the previous removal of uses of m4_divert, which caused trouble.
3952 (b4_check_percent_code_qualifiers): Use b4_complain instead of
3953 m4_fatal to report unrecognized %code qualifiers.
3954 * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
3955 push parser requests.
3956 * data/glr.c: Use b4_complain instead of m4_fatal to report
3957 non-deterministic push parser requests.
3958 Update @output usage to @output(...@) form.
3959 * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
3960 report missing %defines. Update @output usage to @output(...@) form.
3961 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
3962 @output(...@) form.
3963 * src/main.c (main): Invoke skel_scanner_free.
3964 * src/scan-skel.h (skel_scanner_free): Prototype new function.
3965 * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
3966 obstack_for_string from flex-scanner.h.
3967 (YY_DECL): Use to declare skel_lex static.
3968 (decode_at_digraphs): Remove; now handled in the new
3969 SC_AT_DIRECTIVE_ARG start condition.
3970 (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
3971 functions.
3972 (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
3973 at_directive_argv): New static globals.
3974 (INITIAL): Use fail_for_invalid_at.
3975 Don't parse `@output file_name\n' or `@basename(...@)'. Instead,
3976 recognize the start of a generalized `@directive(...@)' form and
3977 start...
3978 (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
3979 directive args (using the new obstack_for_string), to decode the
3980 contained @ diagraphs, and to perform the directive. It recognizes
3981 @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
3982 @output(...@).
3983 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
3984 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
3985 `@,'.
3986 (scan_skel): Initialize obstack_for_string on the first call.
3987 (skel_scanner_free): New function to free obstack_for_string.
3988 * tests/input.at (Reject bad %code qualifiers): Update test output.
3989
3990 2007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
3991
3992 Consolidate the 4 prologue alternative directives (%code, %requires,
3993 %provides, and %code-top) into a single %code directive with an
3994 optional qualifier field. Discussed at
3995 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
3996 * NEWS (2.3a+): Rewrite the existing entry for the prologue
3997 alternatives.
3998 * doc/bison.texinfo (Prologue Alternatives): Update.
3999 (Decl Summary): Update to %code "requires" and %code "provides".
4000 (Calc++ Parser): Update to %code "requires".
4001 (Table of Symbols): Remove entries for %requires, %provides, and
4002 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
4003 * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
4004 are replaced by b4_percent_code_provides and b4_percent_code_requires,
4005 which are skeleton-specific.
4006 (b4_check_percent_code_qualifiers): New. A skeleton can use this to
4007 declare what %code qualifiers it supports and to complain if any other
4008 qualifiers were used in the grammar.
4009 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
4010 and b4_user_code([b4_percent_code_provides]) in place of
4011 b4_user_requires and b4_user_provides.
4012 * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
4013 Add b4_user_code([b4_percent_code_top]) and
4014 b4_user_code([b4_percent_code]).
4015 Invoke b4_check_percent_code_qualifiers.
4016 * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
4017 PERCENT_REQUIRES): Remove.
4018 (grammar_declaration): Remove RHS's for %code-top, %provides, and
4019 %requires. Rewrite the %code RHS as the unqualified form defining the
4020 muscle b4_percent_code. Add another RHS for the qualified %code form,
4021 which defines muscles of the form b4_percent_code_QUALIFIER and the
4022 b4_used_percent_code_qualifiers muscle.
4023 * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
4024 PERCENT_REQUIRES): Remove.
4025 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
4026 %code "requires" and %code "provides".
4027 * tests/input.at (Reject bad %code qualifiers): New.
4028
4029 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
4030
4031 Use the new code_props interface for destructors and printers.
4032 * src/symtab.h (symbol, semantic_type): Remove destructor_location and
4033 printer_location members, and change the type of the destructor and
4034 printer members to code_props.
4035 (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
4036 symbol_printer_get, semantic_type_destructor_set,
4037 semantic_type_printer_set, default_tagged_destructor_set,
4038 default_tagless_destructor_set, default_tagged_printer_set,
4039 default_tagless_printer_set): Use code_props in arguments and return
4040 types in place of char const * and location.
4041 (symbol_destructor_location_get, symbol_printer_location_get): Remove
4042 since the locations are now contained in the return of
4043 symbol_destructor_get and symbol_printer_get.
4044 * src/output.c (symbol_destructors_output, symbol_printers_output):
4045 Replace with...
4046 (symbol_code_props_output): ... this to eliminate duplicate code.
4047 (output_skeleton): Update to use symbol_code_props_output.
4048 * src/reader.c (symbol_should_be_used): Update use of
4049 symbol_destructor_get.
4050 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
4051 Update uses of the various _destructor_set and _printer_set functions.
4052 * src/symtab.c: (default_tagged_destructor_location,
4053 default_tagless_destructor_location, default_tagged_printer_location,
4054 default_tagless_printer_location): Remove since we...
4055 (default_tagged_destructor, default_tagless_destructor,
4056 default_tagged_printer, default_tagless_printer): ... change the type
4057 of these to code_props.
4058 (symbol_new, semantic_type_new, symbol_destructor_set,
4059 semantic_type_destructor_set, symbol_destructor_get,
4060 symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
4061 symbol_check_alias_consistency, default_tagged_destructor_set,
4062 default_tagless_destructor_set, default_tagged_printer_set,
4063 default_tagless_printer_set): Update.
4064 (symbol_destructor_location_get, symbol_printer_location_get): Remove.
4065 (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
4066 code_props members.
4067 (symbol_print): Use SYMBOL_CODE_PRINT.
4068
4069 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
4070
4071 Use the new code_props interface for rule actions.
4072 * src/symlist.h (symbol_list): Replace action, action_location, and
4073 used members with a code_props action_props member.
4074 * src/reader.c (symbol_should_be_used, grammar_rule_check,
4075 grammar_midrule_action, grammar_current_rule_merge_set,
4076 grammar_current_rule_symbol_append, packgram): Update.
4077 * src/scan-code.h (translate_rule_action): Remove, no longer used.
4078 * src/scan-code.l (handle_action_dollar): Update.
4079 (translate_rule_action): Remove, no longer used.
4080 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
4081
4082 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
4083
4084 Use the new code_props interface in parse-gram.y.
4085 * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
4086 Update all uses of translate_* functions to use the new code_props
4087 interface and to use gram_scanner_last_string_free and
4088 code_scanner_last_string_free where possible.
4089 (grammar_declaration): symbol_list_destructor_set and
4090 symbol_list_printer_set now perform the translation, so don't do it
4091 here. Use gram_scanner_last_string_free where possible.
4092 * src/scan-code.h, src/scan-code.l (translate_symbol_action,
4093 translate_code): Remove, no longer used.
4094 * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
4095 symbol_list_printer_set): Perform code translation here rather than
4096 depending on the caller to do so.
4097
4098 * src/symlist.h (struct symbol_list): Correct some documentation typos.
4099 * src/scan-gram.h (gram_last_string): Remove declaration.
4100 * src/scan-gram.l (last_string): Declare it static.
4101
4102 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
4103
4104 Encapsulate code properties and related functionality for the various
4105 destructors, printers, and actions into a code_props structure and
4106 interface. This patch merely implements code_props in scan-code.h and
4107 scan-code.l. Future patches will rewrite other modules to use it.
4108 Discussed starting at
4109 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
4110 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
4111 consistently initialize const structs that have an empty location
4112 field.
4113 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
4114 to ensure consistency.
4115 * src/scan-code.h (code_props): New structure.
4116 (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
4117 function, macro, and const global variable for initializing a
4118 code_props with no code.
4119 (code_props_plain_init, code_props_symbol_action_init,
4120 code_props_rule_action_init, code_props_translate_code): The rest of
4121 the new code_props functional interface. Among other things, the init
4122 functions set the code_props kind field so that
4123 code_props_translate_code will know whether to behave like
4124 translate_symbol_action, translate_rule_action, or translate_code.
4125 These old translate functions must remain until all other modules are
4126 updated to use the new code_props interface.
4127 (code_scanner_last_string_free): New function similar to
4128 gram_scanner_last_string_free.
4129 (code_scanner_free): Add documentation.
4130 * src/scan-code.l: Implement the new interface.
4131 (code_lex): Make it static, add a code_props* argument, and remove the
4132 rule argument.
4133 (last_string): New static global similar to the one in scan-gram.l.
4134 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
4135 instead of rule.
4136 (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
4137 code_props since Bison may one day use this information for destructors
4138 and printers.
4139 (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
4140 (handle_action_dollar): Use symbol_list_n_get and set used flag
4141 directly since symbol_list_n_used_set is removed.
4142 (translate_action): Add a code_props* argument and remove the rule,
4143 action, and location arguments. Pass the code_props* on to code_lex.
4144 (translate_rule_action, translate_symbol_action, translate_code):
4145 Rewrite as wrappers around the new code_props interface.
4146 * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
4147 it would eventually need to break the encapsulation of code_props.
4148
4149 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
4150
4151 * etc/.cvsignore: New.
4152
4153 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
4154
4155 Add maintainer-push-check to run maintainer-check using push parsing in
4156 place of pull parsing where available.
4157 * Makefile.am (maintainer-push-check): New.
4158 * data/bison.m4 (b4_use_push_for_pull_if): New.
4159 * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
4160 appropriately based on their existing values.
4161 (yypush_parse): Don't print push-parser-specific diagnostics if push
4162 parsing is being used in place of pull parsing.
4163 * data/yacc.c: If push parsing should replace pull parsing, redirect to
4164 push.c.
4165 * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
4166 variable, and insert b4_use_push_for_pull_flag into muscles.
4167 * tests/Makefile.am (maintainer-push-check): New.
4168
4169 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
4170
4171 * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
4172 (whether successful or failed) so that yypush_parse can be invoked
4173 again to start a new parse using the same yypstate.
4174 * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
4175 check multiple yypull_parse invocations on the same yypstate. For pull
4176 mode, extend to check multiple yyparse invocations.
4177 (Exploding the Stack Size with Alloca): Extend to try with
4178 %push-pull-parser.
4179 (Exploding the Stack Size with Malloc): Likewise.
4180
4181 * tests/calc.at (Simple LALR Calculator): Don't specify
4182 %skeleton "push.c" since %push-pull-parser implies that now.
4183 * tests/headers.at (export YYLTYPE): Don't check for the push
4184 declarations. Otherwise, this test case can't be used to see if push
4185 mode can truly emulate pull mode.
4186 * tests/input.at (Torturing the Scanner): Likewise.
4187 * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
4188 (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
4189 AT_YACC_IF, which now includes the case of push mode since %skeleton
4190 need not be used for push mode. This will be more intuitive once
4191 push.c is renamed to yacc.c.
4192
4193 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
4194
4195 For push mode, convert yyparse from a macro to a function, invoke yylex
4196 instead of passing a yylexp argument to yypull_parse, and don't
4197 generate yypull_parse or yyparse unless %push-pull-parser is declared.
4198 Discussed starting at
4199 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
4200 * data/bison.m4 (b4_pull_if): New.
4201 * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
4202 * data/push.c: Improve M4 quoting a little.
4203 (b4_generate_macro_args, b4_parenthesize): Remove.
4204 (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
4205 any time a pull parser is requested.
4206 Don't #define this as a wrapper around yypull_parse. Instead, when
4207 both push and pull are requested, make it a function that does that
4208 same thing.
4209 (yypull_parse): If there's a b4_prefix, #define this to
4210 b4_prefix[pull_parse] when both push and pull are requested.
4211 Don't define this as a function unless both push and pull are
4212 requested.
4213 Remove the yylexp argument and hard-code yylex invocation instead.
4214 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
4215 %push-parser.
4216 * src/getargs.c (pull_parser): New global initialized to true.
4217 * getargs.h (pull_parser): extern it.
4218 * src/output.c (prepare): Insert pull_flag muscle.
4219 * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
4220 (prologue_declaration): Set both push_parser and pull_parser = true for
4221 %push-pull-parser. Set push_parser = true and pull_parser = false for
4222 %push-parser.
4223 * src/scan-gram.l: Don't accept %push_parser as an alternative to
4224 %push-parser since there's no backward-compatibility concern here.
4225 Scan %push-pull-parser.
4226 * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
4227 instead of %push-parser.
4228 * tests/headers.at (export YYLTYPE): Make yylex static, and don't
4229 prototype it in the module that calls yyparse.
4230 * tests/input.at (Torturing the Scanner): Likewise.
4231 * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
4232
4233 2006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
4234
4235 Update etc/bench.pl. Optimize push mode a little (the yyn change
4236 deserves most of the credit).
4237 * Makefile.am (SUBDIRS): Add etc subdirectory.
4238 * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
4239 * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
4240 yytoken, yyval, and yyloc declarations to...
4241 (yyparse or yypush_parse): ... here to improve performance. For
4242 yypush_parse invocations after the first, be sure to assign yyn its old
4243 value again.
4244 (yypstate_new): Don't bother initializing the yyresult field since the
4245 initial value isn't used.
4246 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
4247 remove the #define that, in push mode, set it to yyps->NAME.
4248 * etc/Makefile.am: New.
4249 * etc/bench.pl: Remove and build it instead from...
4250 * etc/bench.pl.in: ... this new file. Use @abs_top_builddir@ to invoke
4251 "tests/bison" from the build directory by default rather than just
4252 invoking "bison" from $PATH.
4253 (calc_grammar): Update push parser code: don't declare yylval globally,
4254 don't define yyparse_wrapper, and don't #define yyparse.
4255 (bench_grammar): Update to check all working combinations of yacc.c,
4256 push.c, impure, pure, pull, and push.
4257
4258 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
4259
4260 For push mode, add pull wrappers around yypush_parse.
4261 * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
4262 (yypull_parse): New function wrapping yypush_parse.
4263 (yyparse): New #define wrapping yypull_parse.
4264 * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
4265 is declared.
4266 * tests/headers.at (export YYLTYPE): Make yylex global. For push mode,
4267 prototype yylex in the module that calls yyparse, and don't prototype
4268 yyparse there. Otherwise, the yyparse expansion won't compile.
4269 * tests/input.at (Torturing the Scanner): Likewise.
4270
4271 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
4272
4273 Enable push parsers to operate in impure mode. Thus, %push-parser no
4274 longer implies %pure-parser. The point of this change is to move
4275 towards being able to test the push parser code by running the entire
4276 test suite as if %push-parser had been declared.
4277 * data/push.c (yypush_parse): For impure mode, remove the
4278 yypushed_char, yypushed_val, and yypushed_loc arguments.
4279 Instead, declare these as local variables initialized to the global
4280 yychar, yylval, and yylloc.
4281 For the first yypush_parse invocation only, restore the initial values
4282 of these global variables when it's time to read a token since they
4283 have been overwritten.
4284 * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
4285 %push-parser.
4286 * tests/calc.at (Simple LALR(1) Calculator): Always declare
4287 %pure-parser along with %push-parser since this test case was designed
4288 for pure push parsers.
4289 * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
4290 (AT_YACC_OR_PUSH_IF): New.
4291 (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
4292 add a note that it's still wrong for some cases (as it has been for a
4293 while).
4294 (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
4295 %push-parser no longer implies %pure-parser.
4296
4297 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
4298
4299 Remove some unnecessary differences between the pull parser code and
4300 the push parser code. This patch enables yynerrs in push mode.
4301 * data/push.c: Reformat M4 a little.
4302 (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
4303 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
4304 because push mode is on. Instead, if pure mode is on, move yynerrs
4305 to...
4306 (b4_declare_parser_state_variables): ... here.
4307 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
4308 to yyps->NAME so it can be used in yypush_parse.
4309 (yypush_parse): Don't omit uses of yynerrs in push mode.
4310
4311 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
4312
4313 Fix bug such that the first pushed token's value and location are
4314 sometimes overwritten (sometimes by %initial-action) before being used.
4315 * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
4316 yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
4317 For the first yypush_parse invocation, initialize yychar to YYEMPTY to
4318 more closely mimic the pull parser logic.
4319 Don't copy the pushed token to yychar, yylval, and yylloc until it's
4320 time to read a token, which is after any initialization of yylval and
4321 yylloc.
4322 (gottoken): Rename label to...
4323 (yyread_pushed_token): ... for clarity and to avoid infringing on the
4324 user namespace.
4325
4326 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
4327
4328 Rearrange initialization of the parser state variables so that the
4329 skeleton doesn't have to have a copy for pull mode and another for push
4330 mode. This patch also fixes at least a bug such that yylloc was not
4331 initialized (with b4_location_initial_line and
4332 b4_location_initial_column) upon calling yypush_parse. However, that
4333 initialization now overwrites the first token's location;
4334 %initial-action assigning @$ already did the same thing, and both bugs
4335 will be fixed in a later patch.
4336 * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
4337 (b4_declare_parser_state_variables): Remove initialization of yytoken,
4338 yyss, yyvs, yyls, and yystacksize.
4339 (yypstate_new): Remove initialization of some yypstate fields: yystate,
4340 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
4341 yylsp.
4342 (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
4343 yyps->NAME so it can be used in yypush_parse.
4344 (yyparse or yypush_parse): For yypush_parse, don't print the
4345 "Starting parse" diagnostic for invocations after the first.
4346 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
4347 yypush_parse, only do it for the first invocation.
4348 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
4349 initialization to occur in yypush_parse but only on the first
4350 invocation.
4351
4352 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
4353
4354 * data/push.c: Add CPP guards around push parser declarations in both
4355 the header and the code file.
4356 In the code file, move the push parser declarations to the same place
4357 they appear in the header file.
4358 Clean up the M4 some, especially the inconsistent underquoting in
4359 some b4_c_function_def and b4_c_function_decl uses.
4360
4361 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
4362
4363 Encapsulate the push parser state variables into an M4 macro so the
4364 push skeleton doesn't have to list them again for pull mode's yyparse.
4365 For push mode, remove yypush_parse's local equivalents of these
4366 variables to eliminate unnecessary copying between the two sets at
4367 run-time. This patch also fixes at least a bug related to multiple
4368 %initial-action invocations in push mode.
4369 * data/push.c (b4_declare_parser_variables): Rename to...
4370 (b4_declare_scanner_communication_variables): ... this for clarity and
4371 update both uses.
4372 (b4_declare_yyparse_variables): Remove and move its contents to the one
4373 spot where it was invoked.
4374 (b4_declare_parser_state_variables): New macro containing the parser
4375 state variables required by push mode.
4376 (struct yypstate): Replace all fields but yynew with
4377 b4_declare_parser_state_variables.
4378 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
4379 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
4380 each NAME in this list to yyps->NAME so it can be used in yypush_parse.
4381 (yyparse or yypush_parse): For yyparse in pull mode, replace local
4382 parser state variable declarations with
4383 b4_declare_parser_state_variables.
4384 Don't initialize parser state variables when calling yypush_parse since
4385 yypstate_new already does that.
4386 Invoke the user's initial action only upon the first yypush_parse
4387 invocation.
4388 Remove all code that copies between the local parser state variables
4389 and the yypstate.
4390
4391 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
4392
4393 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
4394 prevent a name collision in a future patch where these names will
4395 sometimes be #define'd.
4396 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
4397 since it no longer has the same name as the existing argument.
4398 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
4399
4400 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4401 and Joel E. Denny <jdenny@ces.clemson.edu>
4402
4403 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
4404 that the argument is case-insensitive, and there's no `=' here.
4405 For the %skeleton entry, mention that %language is better.
4406 (Bison Options): Likewise for --language and --skeleton. Move the
4407 --skeleton entry so that the `Tuning the parser' section is sorted
4408 alphabetically on long options.
4409 (C++ Bison Interface): Don't use the word skeleton. Don't explain the
4410 %language directive in detail here; cross-reference the %language
4411 documentation instead.
4412 (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
4413 `%require "2.3b"' so that the example is always up-to-date.
4414 (Table of Symbols): Add entries for %language and %skeleton.
4415 * examples/extexi (normalize): Instead of replacing every %require
4416 argument with the current Bison version, just substitute for
4417 `@value{VERSION}'. This guarantees that we're testing what actually
4418 appears in the documentation.
4419 * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
4420 rather than `@VERSION@'.
4421
4422 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
4423
4424 * NEWS: Reword the %language news a bit, and put it earlier.
4425
4426 * src/getargs.c (skeleton_arg): Last arg is now location const *.
4427 Rewrite to simplify the logic.
4428 (language_argmatch): Likewise.
4429 (program_name): We now own this var.
4430 * src/getargs.h (struct bison_language): Use char[] rather than
4431 const char *.
4432
4433 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
4434 Java is supported.
4435 * src/complain.c (program_name): Remove decl; no longer needed.
4436 * src/main.c (program_name): Remove; now belongs to getargs.
4437
4438 2006-12-18 Paolo Bonzini <bonzini@gnu.org>
4439
4440 * NEWS: Document %language.
4441
4442 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
4443
4444 * data/c-skel.m4, data/c++-skel.m4: New files.
4445 * data/glr.c: Complain on push parsers.
4446
4447 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
4448 over %skeleton.
4449 (Decl Summary): Document %language and %skeleton.
4450 (Command line): Document -L.
4451
4452 * examples/extexi: Rewrite %require directive.
4453 * examples/calc++/Makefile.am: Pass VERSION to extexi.
4454
4455 * src/files.c (compute_exts_from_gc): Look in language structure
4456 for .y extension.
4457 (compute_file_name_parts): Check whether .tab should be added.
4458 * src/getargs.c (valid_languages, skeleton_prio, language_prio):
4459 (language, skeleton_arg, language_argmatch): New.
4460 (long_options): Add --language.
4461 (getargs): Use skeleton_arg, add -L/--language.
4462 * src/getargs.h: Include location.h.
4463 (struct bison_language, language, skeleton_arg, language_argmatch): New.
4464 * src/output.c (prepare): Pick default skeleton from struct language.
4465 Don't dispatch C skeletons here.
4466 * src/parse-gram.y (PERCENT_LANGUAGE): New.
4467 (prologue_declaration): Add "%language" rule, use skeleton_arg.
4468 * src/scan-gram.l ("%language"): New rule.
4469
4470 * tests/calc.at: Test %skeleton and %language.
4471 * tests/local.at (AT_SKEL_CC_IF): Look for %language.
4472 (AT_GLR_IF): Look for %skeleton "glr.cc".
4473 (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
4474 (AT_YACC_IF): Reject %language.
4475
4476 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
4477
4478 * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
4479 since it wasn't used; only the typedef name 'semantic_type' is needed.
4480 Also, omit trailing white space.
4481
4482 * bootstrap: Sync from coreutils.
4483 (gnulib_extra_files): Add build-aux/announce.gen.
4484 (slurp): Adjust .gitignore files like .cvsignore files.
4485 * build-aux/announce-gen: Remove from CVS, since bootstrap
4486 now creates this.
4487
4488 2006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
4489
4490 Make %push-parser imply %pure-parser. This fixes several bugs; see
4491 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
4492 * src/parse-gram.y (prologue_declaration): For %push-parser, also set
4493 pure_parser = true.
4494 * data/push.c: Don't bother testing b4_push_if when deciding whether
4495 to expand b4_declare_parser_variables globally.
4496 (yypush_parse): Likewise in here.
4497
4498 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
4499 (yy_reduce_print): Reformat M4 for readability.
4500
4501 2006-12-15 Bob Rossi <bob@brasko.net>
4502 and Joel Denny <jdenny@ces.clemson.edu>
4503
4504 * data/push.c (yypstate): Add typedef, and update all uses of
4505 struct yypstate to just yypstate.
4506 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
4507
4508 2006-12-14 Bob Rossi <bob@brasko.net>
4509
4510 * data/push.c (yypush_parse): Declare prototype regardless of
4511 %locations option.
4512
4513 2006-12-14 Bob Rossi <bob@brasko.net>
4514
4515 * data/push.c (yyparse): Remove the prototype and the #define when in
4516 push-parser mode.
4517
4518 2006-12-13 Bob Rossi <bob@brasko.net>
4519
4520 * data/push.c (yypstate_init): Rename to...
4521 (yypstate_new): ... this and use b4_c_function_def.
4522 (yypstate_delete): New.
4523 (yypush_parse): Change parameters yynval and yynlloc to be const.
4524 * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
4525 yypstate_delete functions.
4526
4527 2006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
4528
4529 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
4530 strange test case titles. Reported by Bob Rossi.
4531
4532 2006-12-13 Paul Eggert <eggert@cs.ucla.edu>
4533
4534 * TODO: Add pointer to Sylvain Schmitz's work on static detection
4535 of potential ambiguities in GLR grammers.
4536
4537 2006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
4538
4539 * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
4540 `bison ', use m4_index instead of m4_substr since chopping up a string
4541 containing M4-special characters causes problems here.
4542
4543 Fix a couple of bugs related to special characters in user-specified
4544 file names, and make it easier for skeletons to compute output file
4545 names with the same file name prefix as Bison-computed output file
4546 names.
4547 * data/glr.cc, data/push.c, data/yacc.c: In @output, use
4548 b4_parser_file_name and b4_spec_defines_file instead of
4549 @output_parser_name@ and @output_header_name@, which are now redundant.
4550 * data/glr.c, data/lalr1.cc: Likewise. Also, in header #include's, use
4551 b4_parser_file_name, b4_spec_defines_file, and the new
4552 @basename(FILENAME@) instead of @output_parser_name@ and
4553 @output_header_name@, which inappropriately escaped the file names as
4554 C string literals.
4555 * src/files.c (all_but_ext): Remove static qualifier.
4556 (compute_output_file_names): Move `free (all_but_ext)' to...
4557 (output_file_names_free): ... here since all_but_ext is needed later.
4558 * src/files.h (all_but_ext): Extern.
4559 * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
4560 exactly what MUSCLE_INSERT_STRING used to do.
4561 (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
4562 characters are escaped properly.
4563 * src/output.c (prepare): Define muscle file_name_all_but_ext as
4564 all_but_ext.
4565 For pkgdatadir muscle, maintain previous functionality by using
4566 MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING. The problem
4567 is that b4_pkgdatadir is used inside m4_include in the skeletons, so
4568 digraphs would never be expanded. Hopefully no one has M4-special
4569 characters in his Bison installation path.
4570 * src/scan-skel.l: Don't parse @output_header_name@ and
4571 @output_parser_name@ anymore since they're now redundant.
4572 In @output, use decode_at_digraphs.
4573 Parse a new @basename command that invokes last_component.
4574 (decode_at_digraphs): New.
4575 (BASE_QPUTS): Remove unused.
4576 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
4577 (Output file name): New tests.
4578
4579 2006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
4580
4581 Warn about output files that are generated by the skeletons and that
4582 conflict with other output files.
4583 * data/glr.c: Don't generate the header file here when glr.cc does.
4584 * src/files.c (file_names, file_names_count): New static globals.
4585 (compute_output_file_names): Invoke output_file_name_check for files
4586 not generated by the skeletons and remove existing checks.
4587 (output_file_name_check): New function that warns about conflicting
4588 output file names.
4589 (output_file_names_free): Free file_names.
4590 * src/files.h (output_file_name_check): Declare.
4591 * src/scan-skel.l: Invoke output_file_name_check for files generated by
4592 the skeletons.
4593 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
4594 (Conflicting output files): New tests.
4595
4596 2006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4597
4598 * doc/bison.texinfo: Fix a couple of typos.
4599
4600 2006-12-08 Bob Rossi <bob@brasko.net>
4601
4602 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
4603 Rename to...
4604 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
4605 update all uses.
4606 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
4607 (yypush_parse): Rename yypvars argument to yyps and remove redundant
4608 local pv.
4609 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
4610 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
4611
4612 2006-12-07 Bob Rossi <bob@brasko.net>
4613 and Joel Denny <jdenny@ces.clemson.edu>
4614
4615 * data/push.c (yypvarsinit): Change return type from void* to struct
4616 yypvars*. No longer cast to void* on return.
4617 (struct yypvars): Remove yylen since it need not be remembered between
4618 yypushparse invocations.
4619 (yypushparse): Don't copy between yylen and pv->yylen.
4620
4621 2006-12-05 Bob Rossi <bob@brasko.net>
4622
4623 * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
4624 (yypushparse): Add yynchar, yynlval, yynlloc parameters.
4625 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
4626 (struct yypvars): Remove b4_declare_parser_variables.
4627 (yypvarsinit): Remove init code for removed variables.
4628 (global scope): Do not declare b4_declare_parser_variables if
4629 push or pure mode.
4630 (yypushparse): Add b4_declare_parser_variables.
4631 Init new local variables, and remove init code for removed
4632 yypvars variables.
4633 (yyparse): Delete.
4634 * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
4635 and yyparse for other modes.
4636 (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
4637 * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
4638 (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
4639 (AT_PURE_LEX_IF): True if pure or push parser.
4640
4641 2006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
4642
4643 Document Yacc prologue alternatives and default %destructor's and
4644 %printer's as experimental. Don't mention Java yet. Discussed at
4645 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
4646 * NEWS (2.3a+): Say they're experimental. Remove any mention of Java.
4647 (2.3a): Annotate this entry to say the old forms of these features were
4648 also experimental.
4649 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
4650 Table of Symbols): Say they're experimental. Comment out any mention
4651 of Java (we'll want this back eventually).
4652
4653 2006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
4654
4655 Support a file name argument to %defines. Deprecate `=' in
4656 %file-prefix, %name-prefix, and %output. Discussed at
4657 <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
4658 * NEWS (2.3a+): Mention.
4659 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
4660 form of %defines, and remove `=' from entries for %file-prefix,
4661 %name-prefix, and %output.
4662 * src/parse-gram.y (prologue_declaration): Implement.
4663 * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
4664 LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
4665 all but one occurrence of %name-prefix.
4666 * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
4667 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
4668 * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
4669 occurrence of each of %file-prefix and %output. Add check for %defines
4670 with argument.
4671 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
4672 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
4673 Remove the `=' from %output.
4674
4675 2006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
4676
4677 Don't escape $ in test case titles since Autoconf 2.61 now does that
4678 correctly.
4679 * tests/actions.at (Default %printer and %destructor are not for error
4680 or $undefined): Here.
4681 (Default %printer and %destructor are not for $accept): Here.
4682 * tests/input.at (Invalid $n and @n): Here.
4683
4684 2006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
4685
4686 Rename <!> to <>. Discussed starting at
4687 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
4688 * NEWS (2.3a+): Update.
4689 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
4690 Update.
4691 * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
4692 * src/scan-gram.l (INITIAL): Implement.
4693 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
4694 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
4695 comment.
4696 * tests/actions.at (Default tagless %printer and %destructor,
4697 Default tagged and per-type %printer and %destructor,
4698 Default %printer and %destructor are not for error or $undefined,
4699 Default %printer and %destructor are not for $accept,
4700 Default %printer and %destructor for mid-rule values): Update.
4701 * tests/input.at (Default %printer and %destructor redeclared,
4702 Unused values with default %destructor): Update.
4703
4704 2006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
4705
4706 Don't let %prec take a nonterminal.
4707 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
4708 token.
4709 * tests/input.at (%prec takes a token): New test checking that %prec
4710 won't take a nonterminal.
4711
4712 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
4713
4714 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
4715 it was double-quoted.
4716 * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
4717 grammar is maintained with Bison's highest standards.
4718 * src/getargs.c: Fix some typos in Doxygen comments.
4719
4720 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
4721
4722 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
4723 later. Reported by Paul Eggert in
4724 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
4725 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
4726 * src/scan-code.l (translate_action): Don't bother invoking
4727 yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
4728 (code_scanner_free): Instead of invoking
4729 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
4730 which frees more.
4731 * src/scan-gram.l (gram_scanner_free): Likewise.
4732 * src/scan-skel.l (scan_skel): Likewise.
4733
4734 2006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
4735
4736 * src/files.c (tr): Change return type to void.
4737 * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
4738 has been called previously for the same key.
4739 (muscle_find): Return storage instead of value so that
4740 --enable-gcc-warnings doesn't produce warnings that the return discards
4741 const. aver that the value and storage are the same since storage
4742 could potentially be NULL when value is not.
4743 * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
4744 same as 0.
4745
4746 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
4747
4748 * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
4749 the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
4750 us a slightly cleaner distribution, and also works.
4751 * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
4752 gnulib changes.
4753
4754 2006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
4755 and Paul Eggert <eggert@cs.ucla.edu>
4756
4757 Don't let Bison leak memory except when it complains.
4758 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
4759 (spec_defines_file, dir_prefix): Now char *, not const char *,
4760 since they are freed.
4761 * src/files.c: Likewise.
4762 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
4763 Likewise.
4764 (tr): Now operates in-place. All uses changed.
4765 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
4766 values.
4767 (compute_file_name_parts, compute_output_file_names): Don't store
4768 read-only data in variables that will be freed.
4769 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
4770 src_extension, and header_extension.
4771 (output_file_names_free): New public function to free
4772 spec_verbose_file, spec_graph_file, spec_defines_file,
4773 parser_file_name, and dir_prefix.
4774 * src/getargs.c (getargs): Don't store read-only data in variables that
4775 will be freed.
4776 * src/main.c (main): Invoke output_file_names_free, code_scanner_free
4777 (which previously existed but was unused), and quotearg_free.
4778 * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
4779 * src/muscle_tab.c: Likewise.
4780 (muscle_entry): Make the value char const *,
4781 and add a new storage member that is char * and can be freed.
4782 (muscle_entry_free): New private function.
4783 (muscle_init): Use it instead of free.
4784 (muscle_insert, muscle_grow): Update and use new storage member.
4785 (muscle_code_grow): Free the string passed to muscle_grow
4786 since it's not needed anymore.
4787 * src/parse-gram.y (%union): Make `chars' member a `char const *', and
4788 add a new `char *code' member.
4789 ("{...}"): Declare semantic type as code.
4790 * src/scan-code.h (translate_rule_action):
4791 (translate_symbol_action, translate_code, translate_action): Return
4792 `char const *' rather than `char *' since external code should not free
4793 these strings.
4794 * src/scan-code.l: Likewise.
4795 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
4796 which is "{...}" in the parser.
4797 * tests/Makefile.am (maintainer-check-valgrind): Set
4798 VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
4799 Valgrind.
4800 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
4801 complain.
4802 * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
4803 expecting a non-zero exit status sets --leak-check=summary and
4804 --show-reachable=no for Valgrind. Bison unabashedly leaks memory in
4805 this case, and we don't want to hear about it.
4806
4807 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
4808
4809 * bootstrap (runtime-po/Makevars): Derive from po/Makevars
4810 instead of from the template, to simplify configuration a bit.
4811 * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
4812 and m4/wint_t.m4, as they are needed with the latest gnulib.
4813
4814 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
4815
4816 Disable unset/unused mid-rule value warnings by default, and recognize
4817 --warnings=midrule-values to enable them. Discussed starting at
4818 <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
4819 * NEWS (2.3a+): Mention.
4820 * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
4821 warnings): Add entry for midrule-values subargument.
4822 * src/reader.c (symbol_should_be_used): Don't return true just because
4823 the value is a set/used mid-rule value unless
4824 --warnings=midrule-values was specified.
4825 * tests/input.at (Unused values, Unused values before symbol
4826 declarations): Run tests with and without --warnings=midrule-values.
4827
4828 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
4829 than LIST_FREE directly.
4830
4831 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
4832
4833 Finish implementing --warnings=error, which should not be implied by
4834 --warnings=all (or by its synonyms -W and --warnings without
4835 subarguments).
4836 * src/complain.c (set_warning_issued): New function to report that
4837 warnings are being treated as errors and to record an error if so.
4838 Invoke...
4839 (warn_at, warn): ... here.
4840 * src/getargs.c (warnings_args, warnings_types): Reorder so that
4841 "error - warnings are errors" does not appear above "all - all of the
4842 above".
4843 (getargs): For -W and --warnings without subarguments, don't let
4844 FLAGS_ARGMATCH set warnings_error in warnings_flag.
4845 * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
4846
4847 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
4848
4849 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
4850 empty subargument list. For example: `bison --warnings= parser.y'.
4851
4852 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
4853
4854 * data/push.c, data/yacc.c: Make sure there's a newline at the end of
4855 the parser header file so that gcc doesn't warn.
4856
4857 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
4858
4859 Split the default %destructor/%printer into two kinds: <*> and <!>.
4860 Discussed starting at
4861 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
4862 * NEWS (2.3a+): Mention.
4863 * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
4864 previous change today related to mid-rules.
4865 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
4866 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
4867 (TYPE_TAG_ANY): Add as <*>.
4868 (TYPE_TAG_NONE): Add as <!>.
4869 (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
4870 for <*> and <!>.
4871 * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
4872 (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
4873 * src/symlist.c (symbol_list_default_new): Split into tagged and
4874 tagless versions.
4875 (symbol_list_destructor_set, symbol_list_printer_set): Split
4876 SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
4877 SYMLIST_DEFAULT_TAGLESS.
4878 * src/symlist.h: Update symbol_list_default*_new prototypes.
4879 (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
4880 SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
4881 * src/symtab.c (default_destructor, default_destructor_location,
4882 default_printer, default_printer_location): Split each into tagged and
4883 tagless versions.
4884 (symbol_destructor_get, symbol_destructor_location_get,
4885 symbol_printer_get, symbol_printer_location_get): Implement tagged
4886 default and tagless default cases.
4887 (default_destructor_set, default_printer_set): Split each into tagged
4888 and tagless versions.
4889 * src/symtab.h: Update prototypes.
4890 * tests/actions.at (Default %printer and %destructor): Rename to...
4891 (Default tagless %printer and %destructor): ... this, and extend.
4892 (Per-type %printer and %destructor): Rename to...
4893 (Default tagged and per-type %printer and %destructor): ... this, and
4894 extend.
4895 (Default %printer and %destructor for user-defined end token): Extend.
4896 (Default %printer and %destructor are not for error or $undefined):
4897 Update.
4898 (Default %printer and %destructor are not for $accept): Update.
4899 (Default %printer and %destructor for mid-rule values): Extend.
4900 * tests/input.at (Default %printer and %destructor redeclared): Extend.
4901 (Unused values with default %destructor): Extend.
4902
4903 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
4904
4905 Don't apply the default %destructor/%printer to an unreferenced midrule
4906 value. Mentioned at
4907 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
4908 * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
4909 like $@n instead of just @n so that the default %destructor/%printer
4910 logic doesn't see them as user-defined symbols.
4911 (symbol_is_dummy): Check for both forms of the name.
4912 * src/reader.c (packgram): Remove the `$' from each midrule symbol
4913 name for which the midrule value is referenced in any action.
4914 * tests/actions.at (Default %printer and %destructor for mid-rule
4915 values): New test.
4916 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
4917 for change to dummy symbol names.
4918
4919 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
4920
4921 Warn about unset midrule $$ if the corresponding $n is used.
4922 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
4923 $n usage.
4924 (packgram): Before invoking grammar_rule_check on any rule, make sure
4925 all actions have already been scanned in order to set `used' flags.
4926 Otherwise, checking that a midrule's $$ is set will not always work
4927 properly because the midrule check must forward-reference the midrule's
4928 parent rule.
4929 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
4930 warning.
4931
4932 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
4933
4934 More improvements to the documentation of the prologue alternatives:
4935 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
4936 Bison manual.
4937 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
4938 some text to clarify the relative importance of the new directives and
4939 to show how these directives may be viewed as code labels.
4940
4941 2006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
4942
4943 Similar to the recently removed %before-header, add %code-top as the
4944 alternative to the pre-prologue. Mentioned at
4945 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
4946 Also, let the prologue alternatives appear in the grammar section.
4947 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
4948 (prologue_declaration): Move the existing prologue alternatives to...
4949 (grammar_declaration): ... here and add %code-top.
4950 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
4951
4952 Clean up and extend documentation for the prologue alternatives.
4953 * NEWS (2.3a+): Describe prologue alternatives.
4954 * doc/bison.texinfo (Prologue): Move discussion of prologue
4955 alternatives to...
4956 (Prologue Alternatives): ... this new section, and extend it to discuss
4957 all 4 directives in detail.
4958 (Table of Symbols): Clean up discussion of prologue alternatives and
4959 add %code-top.
4960
4961 2006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4962
4963 DJGPP specific issues.
4964
4965 * djgpp/config.bat: config.hin has been moved to lib. Adjust
4966 config.bat accordingly.
4967 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
4968 * djgpp/config.site: Likewise.
4969
4970 2006-10-16 Paolo Bonzini <bonzini@gnu.org>
4971
4972 Replace %*-header with %provides, %requires, %code. See discussion at
4973 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
4974
4975 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
4976 (b4_user_start_header): Remove.
4977 * data/glr.c: Use new macros instead of b4_*start_header
4978 and b4_*end_header.
4979 * data/glr.cc: Likewise.
4980 * data/lalr1.cc: Likewise.
4981 * data/push.c: Likewise.
4982 * data/yacc.c: Likewise.
4983
4984 * doc/bison.texinfo: Remove %before-header, rename
4985 %{start,end,after}-header to %requires, %provides, %code.
4986
4987 * src/parse-gram.y: Likewise (also rename token names accordingly).
4988 * src/scan-gram.l: Likewise.
4989 * tests/actions.at: Likewise.
4990
4991 2006-10-14 Paul Eggert <eggert@cs.ucla.edu>
4992
4993 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
4994 Problem reported by Joel E. Denny.
4995
4996 2006-10-14 Jim Meyering <jim@meyering.net>
4997
4998 (Sync from coreutils.)
4999 Work also when the working directory (with e.g. coreutils sources)
5000 is version controlled with git, rather than CVS.
5001 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
5002 rather than CVS.
5003 In messages and comments, say e.g., "checked-out sources",
5004 rather than "CVS sources".
5005 (version_controlled_file): New function. Work for git as well as
5006 for CVS. Don't use grep's -q option.
5007 (slurp): Call it here, in place of CVS-specific code.
5008
5009 2006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
5010
5011 Fix testsuite for ./configure --enable-gcc-warnings:
5012 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
5013 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
5014 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
5015 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
5016 * test/regression.at (Diagnostic that expects two alternatives):
5017 Likewise.
5018
5019 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
5020
5021 * bootstrap.conf (gnulib_modules): Add config-h.
5022 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
5023 worry about HAVE_CONFIG_H.
5024 * lib/abitset.c: Likewise.
5025 * lib/bitset.c: Likewise.
5026 * lib/bitset_stats.c: Likewise.
5027 * lib/bitsetv-print.c: Likewise.
5028 * lib/bitsetv.c: Likewise.
5029 * lib/ebitset.c: Likewise.
5030 * lib/get-errno.c: Likewise.
5031 * lib/lbitset.c: Likewise.
5032 * lib/subpipe.c: Likewise.
5033 * lib/timevar.c: Likewise.
5034 * lib/vbitset.c: Likewise.
5035 * lib/bitset.c: Include "bitset.h" first, to test interface.
5036 * lib/bitset_stats.c: Include "bitset_stats.h" first.
5037 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
5038 * lib/bitsetv.c: Include "bitsetv.h" first.
5039 * lib/get-errno.c: Include "get-errno.h" first.
5040 * m4/.cvsignore: Add config-h.m4.
5041 * tests/actions.at (Default %printer and %destructor for ...):
5042 Adjust expected line numbers in output to reflect removal of #if
5043 HAVE_CONFIG_H lines.
5044 * tests/glr-regression.at (Missed %merge type warnings when ...):
5045 Likewise.
5046 * tests/regression.at (Braced code in declaration in rules section):
5047 Likewise.
5048 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
5049 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
5050 Include <config.h> unconditionally.
5051
5052 * bootstrap: Sync from coreutils, as follows:
5053
5054 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
5055
5056 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
5057 variable was sometimes used without being initialized. This
5058 messed up the installation of the INSTALL file in some cases.
5059
5060 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
5061
5062 * bootstrap (usage, main program, symlink_to_gnulib): Add option
5063 --copy. Inspired by a suggestion from Bruno Haible.
5064
5065 2006-10-03 Jim Meyering <jim@meyering.net>
5066
5067 * bootstrap: Undo last change to this file, since now gnulib-tool
5068 sticks with the automake default in generating dependencies.
5069
5070 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
5071
5072 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
5073 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
5074
5075 * doc/bison.1: Add copyright notice.
5076
5077 * data/glr.c: Don't include <stdarg.h>; not used.
5078
5079 * NEWS: The -g and --graph options now output graphs in Graphviz
5080 DOT format, not VCG format.
5081 * doc/bison.1: Likewise.
5082 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
5083 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
5084 of this change in
5085 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
5086 * TODO: Remove Graphviz entry.
5087 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
5088 remove vcg.c, vcg.h, vcg_defaults.h.
5089 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
5090 * src/graphviz.c, src/graphviz.h: New files.
5091 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
5092 * src/files.h: Make comment more generic.
5093 * src/main.c (main): Likewise.
5094 * src/print_graph.h: Likewise.
5095 * src/getargs.c (usage): Make usage description more generic.
5096 * src/print_graph.c: Include graphviz.h rather than vcg.h.
5097 (static_graph, fgraph): Remove. All uses changed to pass
5098 arguments instead of sharing a static var.
5099 (print_core, print_actions, print_state, print_graph):
5100 Output graphviz format rather than VCG format.
5101 * tests/.cvsignore: Remove *.vcg; add *.dot.
5102 * tests/output.at: Expect *.dot files, not *.vcg files.
5103
5104 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
5105 accommodates the 2006-10-08 change.
5106
5107 2006-10-11 Bob Rossi <bob@brasko.net>
5108
5109 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
5110 (b4_yyssa, b4_yyerror_range): New macros.
5111 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
5112 (yypvarsinit): Remove init of removed fields.
5113 (yypushparse): Remove use of removed fields; use new macros instead.
5114
5115 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
5116
5117 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
5118 in a push parser. Reindent slightly to match yacc.c better.
5119
5120 2006-10-11 Bob Rossi <bob@brasko.net>
5121
5122 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
5123 yymsg_alloc fields.
5124 (yypvarsinit, yypushparse): Remove init of removed fields.
5125 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
5126
5127 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
5128
5129 * THANKS: Add Paolo Bonzini and Bob Rossi.
5130
5131 2006-10-08 Paolo Bonzini <bonzini@gnu.org>
5132
5133 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
5134 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
5135 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
5136 b4_define_user_cde and uses): Remove.
5137 (b4_comment, b4_prefix, b4_sync_start): New.
5138 * data/bison.m4: New file, with most of the content removed from c.m4.
5139 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
5140 * src/output.c (output_skeleton): Pass bison.m4.
5141 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
5142 only if specified.
5143
5144 2006-10-05 Paul Eggert <eggert@cs.ucla.edu>
5145
5146 Fix test failure reported by Tom Lane in
5147 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
5148 and try to make such failures easier to catch in the future.
5149 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
5150 that's now the caller's responsibility.
5151 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
5152 Set yychar = YYEOF if it's negative.
5153 * tests/actions.at (yylex): Abort if asked to read past EOF.
5154 * tests/conflicts.at (yylex): Likewise.
5155 * tests/cxx-type.at (yylex): Likewise.
5156 * tests/glr-regression.at (yylex): Likewise.
5157 * tests/input.at (yylex): Likewise.
5158 * tests/regression.at (yylex): Likewise.
5159 * tests/torture.at (yylex): Likewise.
5160
5161 2006-10-01 Paul Eggert <eggert@cs.ucla.edu>
5162
5163 Fix problems with translating English-language diagnostics.
5164 * bootstrap: Fix bug introduced in recent bootstrap changes, with
5165 respect to bison-runtime pot generation. The YY_ stuff
5166 wasn't being captured.
5167 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
5168 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
5169 * runtime-po/POTFILES.in: Add data/push.c.
5170
5171 2006-09-29 Paul Eggert <eggert@cs.ucla.edu>
5172
5173 Merge bootstrap changes from coreutils.
5174
5175 2006-09-28 Jim Meyering <jim@meyering.net>
5176
5177 Automatically generated dependencies are important even
5178 when all of the sources in a directory come from gnulib.
5179 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
5180 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
5181
5182 2006-09-23 Jim Meyering <jim@meyering.net>
5183
5184 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
5185
5186 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5187
5188 * bootstrap: Add support for --force.
5189 (usage): New function. Describe usage less tersely.
5190 (CVS_only_file): New var.
5191
5192 2006-09-21 Paul Eggert <eggert@cs.ucla.edu>
5193
5194 * data/push.c (YYPUSH_MORE): Make it an enum instead.
5195 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
5196 Adjust white space and comments to match GNU style better.
5197
5198 2006-09-20 Bob Rossi <bob@brasko.net>
5199
5200 * data/push.c (yyresult_get): Remove function.
5201 (YYPUSH_MORE): Add #define.
5202 (yypushparse): Modify return value.
5203
5204 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5205
5206 * stamp-h.in: Remove; no longer needed.
5207 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
5208 Remove config.h, config.hin, intl (no longer created).
5209 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
5210 stamp-h1.
5211
5212 Sync bootstrap from coreutils, as follows:
5213
5214 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
5215
5216 * bootstrap (symlink_to_gnulib): New function.
5217 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
5218 to copies-of-gnulib.
5219 (cp_mark_as_generated, slurp, gnulib_files):
5220 Avoid making a copy if it's the same as the old version.
5221 (gnulib_files): Add support for this variable (used by Bison).
5222
5223 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5224
5225 * src/getargs.c (usage): Rework to use conventions similar to
5226 coreutils, to make translation a bit easier and the code a bit
5227 smaller. Problem reported by Tim Van Holder.
5228
5229 2006-09-15 Paul Eggert <eggert@cs.ucla.edu>
5230
5231 Use some of gnulib's new modules, taken from coreutils.
5232
5233 * bootstrap: Sync from coreutils, except add support for gnulib_files.
5234 * bootstrap.conf: New file.
5235 (gnulib_modules): Add configmake, inttypes, unistd.
5236 (XGETTEXT_OPTIONS): Add complain, complain_at,
5237 fatal, fatal_at, warn, warn_at, unexpected_end.
5238 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
5239 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
5240 (gl_EARLY): Add.
5241 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
5242 (gl_INIT): Add
5243 (GNULIB_AUTOCONF_SNIPPET): Remove.
5244 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
5245 the pickiest.
5246 * lib/.cvsignore: Add inttypes_.h.
5247 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
5248 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
5249 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
5250 no-longer-necessary initializations.
5251 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
5252 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
5253 use the unistd module.
5254 * src/system.h: Likewise.
5255 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
5256 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
5257 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
5258 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
5259 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
5260 * src/system.h: Include inttypes.h unconditionally, now that we
5261 use the inttypes module. Don't bother to include stdint.h, since
5262 inttypes.h now does that for us.
5263 (LOCALEDIR): Remove, now that we use the configmake module.
5264 * src/getargs.c: Include configmake.h.
5265 * src/main.c: Likewise.
5266 * src/output.c: Likewise.
5267 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
5268 not from $abs_top_builddir, since config.h moved.
5269
5270
5271 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
5272 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
5273
5274 * src/parse-gram.y (symbol_declaration): Don't put statements
5275 before declarations; it's not portable to C89.
5276 * src/scan-code.l (handle_action_at): Likewise.
5277
5278 * src/scan-code.l: Always initialize braces_level; the old code
5279 left it uninitialized and therefore had undefined behavior.
5280
5281 Don't attempt to redefine 'assert', since it runs afoul of
5282 systems where standard headers (mistakenly) include <assert.h>.
5283 Instead, define and use our own alternative, called 'aver'.
5284 * src/reader.c: Don't include assert.h, since we no longer
5285 use assert.
5286 * src/scan-code.l: Likewise.
5287 * src/system.h (assert): Remove, replacing with....
5288 (aver): New function, taking a bool arg. All uses changed.
5289 * src/tables.c (pack_vector): Ensure that aver arg is bool,
5290 not merely an integer.
5291
5292 2006-09-15 Bob Rossi <bob@brasko.net>
5293
5294 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
5295 * data/c.m4 (YYPUSH): New.
5296 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
5297 * src/getargs.c (push_parser): New var.
5298 * src/getargs.h (push_parser): New declaration.
5299 * src/output.c (prepare): Add macro insertion of `push_flag'.
5300 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
5301 (prologue_declaration): Parse %push-parser.
5302 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
5303 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
5304 list of removed lines from the traces observed.
5305 (AT_CHECK_CALC_LALR): Added push parser tests.
5306
5307 2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
5308
5309 * NEWS: Version 2.3a.
5310 * configure.ac (AC_INIT): Likewise.
5311
5312 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
5313 "#define YYSTYPE int" that caused "make maintainer-check" to fail
5314 due to header ordering dependencies. I don't know why the #define
5315 was there.
5316
5317 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
5318 runtime cost when YYDEBUG is not defined, and so that some tests
5319 that used to fail now work. Problem and initial suggestion by
5320 Paolo Bonzini.
5321 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
5322 * data/glr.cc (b4_parser_class_name):
5323 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
5324 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
5325 (yydebug_) [YYDEBUG]: New member.
5326 (yycdebug_): Now defined only if YYDEBUG.
5327 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
5328 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
5329 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
5330 if YYYDEBUG.
5331 (debug_stream, set_debug_stream, debug_level, set_debug_level):
5332 Define only if YYDEBUG.
5333 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
5334 set_debug_level.
5335 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
5336 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
5337 AT_CHECK_CALC_GLR_CC that are working now.
5338
5339 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
5340
5341 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
5342 We don't need them in glr.cc, and glr.c defines them.
5343 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
5344 assumes that defining it to anything is the same as defining
5345 it to 1. Problem reported by Paolo Bonzini.
5346
5347 2006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
5348
5349 * data/c.m4 (b4_null, b4_case): Define.
5350 * src/output.c (prepare_symbols): Use b4_null.
5351 (user_actions_output): Use b4_case.
5352
5353 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
5354
5355 * data/glr.c (b4_shared_declarations): Put start-header first,
5356 before any #includes that we generate, so that feature-test
5357 macros work. Problem reported by Michael Deutschmann in
5358 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
5359 * data/lalr1.cc: Likewise.
5360 * doc/bison.texinfo (Prologue): Document that feature-test macros
5361 should be defined before any Bison declarations.
5362 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
5363 that depend on location.hh after, not before, Bison decls, since
5364 we now include location.hh after the first user prologue.
5365
5366 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
5367 Sander Brandenburg in
5368 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
5369 Also, fix minor white space and comment issues.
5370 (Prologue): Mention that it's better to define feature-test macros
5371 before Bison declarations. Problem reported by Michael Deutschmann.
5372
5373 * README-cvs: Fix typo: "&" should be "&&". Problem reported
5374 by Jim Meyering.
5375 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
5376 This adjusts to recent gnulib changes.
5377
5378 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
5379
5380 Finish implementation of per-type %destructor/%printer. Discussed
5381 starting at
5382 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
5383 and
5384 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
5385 * NEWS (2.3+): Add a description of this feature to the default
5386 %destructor/%printer description.
5387 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
5388 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
5389 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
5390 list node contains a semantic type.
5391 * src/symtab.c, src/symtab.h: Extend with a table that associates
5392 semantic types with their %destructor's and %printer's.
5393 (semantic_type_from_uniqstr, semantic_type_get,
5394 semantic_type_destructor_set, semantic_type_printer_set): New functions
5395 composing the public interface of that table.
5396 (symbol_destructor_get, symbol_destructor_location_get,
5397 symbol_printer_get, symbol_printer_location_get): If there's no
5398 per-symbol %destructor/%printer, look up the per-type before trying
5399 the default.
5400 * tests/actions.at (Per-type %printer and %destructor): New test case.
5401 * tests/input.at (Default %printer and %destructor redeclared):
5402 Extend to check that multiple occurrences of %symbol-default in a
5403 single %destructor/%printer declaration is an error.
5404 (Per-type %printer and %destructor redeclared, Unused values with
5405 per-type %destructor): New test cases.
5406
5407 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
5408
5409 Require default %destructor/%printer to be declared using
5410 %symbol-default instead of an empty symbol list, and start working on
5411 new per-type %destructor/%printer. Discussed at
5412 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
5413 * NEWS (2.3+): Add %symbol-default to example.
5414 * bison.texinfo (Freeing Discarded Symbols): Likewise.
5415 (Table of Symbols): Add entry for %symbol-default.
5416 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
5417 (generic_symlist, generic_symlist_item): New nonterminals for creating
5418 a list in which each item is a symbol, semantic type, or
5419 %symbol-default.
5420 (grammar_declaration): Use generic_symlist in %destructor and %printer
5421 declarations instead of symbols.1 or an empty list.
5422 (symbol_declaration, precedence_declaration, symbols.1): Update actions
5423 for changes to symbol_list.
5424 * src/reader.c: Update for changes to symbol_list.
5425 * src/scan-code.l: Likewise.
5426 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
5427 * src/symlist.c, src/symlist.h: Extend such that a list node may
5428 represent a semantic type or a %symbol-default in addition to just an
5429 ordinary symbol. Add switched functions for setting %destructor's and
5430 %printer's.
5431 * tests/actions.at, tests/input.at: Add %symbol-default to all default
5432 %destructor/%printer declarations.
5433
5434 2006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
5435
5436 Whether the default %destructor/%printer applies to a particular symbol
5437 isn't a question of whether the user *declares* that symbol (in %token,
5438 for example). It's a question of whether the user by any means
5439 *defines* the symbol at all (by simply using a char token, for
5440 example). $end is defined by Bison whereas any other token with token
5441 number 0 is defined by the user. The error token is always defined by
5442 Bison regardless of whether the user declares it with %token, but we
5443 may one day let the user define error as a nonterminal instead.
5444 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
5445 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
5446 the meaning of "user-defined".
5447 * tests/actions.at (Default %printer and %destructor for user-declared
5448 end token): Rename to...
5449 (Default %printer and %destructor for user-defined end token): ...
5450 this.
5451
5452 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
5453 computation of whether to apply the default, don't maintain a list of
5454 every Bison-defined symbol. Instead, just check for a first character
5455 of '$', which a user symbol cannot have, and check for the error token.
5456
5457 2006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
5458
5459 Don't apply the default %destructor or %printer to the error token,
5460 $undefined, or $accept. This change fits the general rule that the
5461 default %destructor and %printer are only for user-declared symbols,
5462 and it solves several difficulties that are described in the new test
5463 cases listed below.
5464 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
5465 * tests/actions.at (Default %printer and %destructor are not for error
5466 or $undefined, Default %printer and %destructor are not for $accept):
5467 New test cases.
5468
5469 2006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
5470
5471 Allow %start after the first rule.
5472 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
5473 when parsing the first rule.
5474 (check_and_convert_grammar): Search for it here after all grammar
5475 declarations have been parsed. Skip midrules, which have dummy LHS
5476 nonterminals.
5477 * src/symtab.c (symbol_is_dummy): New function.
5478 * src/symtab.h (symbol_is_dummy): Declare it.
5479 * tests/input.at (%start after first rule): New test.
5480
5481 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
5482
5483 Redo some of the previous commit: add back the ability to use
5484 non-aliased/undeclared string literals since it might be useful to
5485 those declaring %token-table.
5486 * src/reader.c (check_and_convert_grammar): Undo changes in previous
5487 commit: don't worry about complaints from symbols_pack.
5488 * src/symtab.c (symbol_new, symbol_class_set,
5489 symbol_check_alias_consistency): Undo changes in previous commit: count
5490 each string literal as a new symbol and token, assign it a symbol
5491 number, and don't complain about non-aliased string literals.
5492 (symbols_pack): Since symbol_make_alias still does not decrement symbol
5493 and token counts but does still set aliased tokens to the same number,
5494 symbol_pack_processor now leaves empty slots in the symbols array.
5495 Remove those slots.
5496 * tests/regression.at (Undeclared string literal): Remove test case
5497 added in previous commit since non-aliased string literals are allowed
5498 again.
5499 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
5500 remove unnecessary string literal declarations.
5501 * tests/sets.at (Firsts): Likewise.
5502
5503 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
5504
5505 Don't allow an undeclared string literal, but allow a string literal to
5506 be used before its declaration.
5507 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
5508 symbols_pack complained.
5509 * src/symtab.c (symbol_new): Don't count a string literal as a new
5510 symbol.
5511 (symbol_class_set): Don't count a string literal as a new token, and
5512 don't assign it a symbol number since symbol_make_alias does that.
5513 (symbol_make_alias): It's not necessary to decrement the symbol and
5514 token counts anymore. Don't assume that an alias declaration occurs
5515 before any uses of the identifier or string, and thus don't assert that
5516 one of them has the highest symbol number so far.
5517 (symbol_check_alias_consistency): Complain if there's a string literal
5518 that wasn't declared as an alias.
5519 (symbols_pack): Bail if symbol_check_alias_consistency failed since
5520 symbol_pack asserts that every token has been assigned a symbol number
5521 although undeclared string literals have not.
5522 * tests/regression.at (String alias declared after use, Undeclared
5523 string literal): New test cases.
5524 (Characters Escapes, Web2c Actions): Declare string literals as
5525 aliases.
5526 * tests/sets.at (Firsts): Likewise.
5527
5528 2006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
5529
5530 In the grammar scanner, STRING_FINISH unclosed constructs and return
5531 them to the parser in order to improve error messages.
5532 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
5533 SC_BRACED_CODE, SC_PROLOGUE): Implement.
5534 * tests/input.at (Unclosed constructs): New test case.
5535 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
5536 seen.
5537
5538 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
5539 unused global.
5540
5541 2006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
5542
5543 Handle string aliases for character tokens correctly.
5544 * src/symtab.c (symbol_user_token_number_set): If the token has an
5545 alias, check and set its alias's user token number instead of its own,
5546 which is set to indicate the alias. Previously, every occurrence of
5547 the character token in the grammar overwrote that alias indicator with
5548 the character code.
5549 * tests/input.at (String aliases for character tokens): New test.
5550
5551 2006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
5552
5553 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
5554
5555 2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
5556
5557 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
5558 to prevent failures when building on older platforms.
5559 Check for autopoint failure.
5560 Set XGETTEXT_OPTIONS to values that check for C format strings,
5561 so that translators are warned about them (this also helps
5562 prevent core dumps).
5563
5564 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
5565 function, since it simplifies our code a bit.
5566
5567 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
5568 rather than -W, so we don't get bogus warnings about sign comparisons.
5569 Add -Wpointer-arith, since that warning is useful (it reports code
5570 that does not conform to C89 and that some compilers reject).
5571 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
5572 since it's no longer needed.
5573
5574 2006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
5575
5576 Clean up scanners a bit.
5577 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
5578 definitions so gcc won't warn when obstack_for_string is unused.
5579 * src/scan-code.l: config.h and system.h are already #include'd by
5580 scan-code-c.c, so get rid of them here.
5581 * src/scan-gram.l: Likewise.
5582 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
5583 definitions rather than duplicating the rest of it.
5584 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
5585
5586 2006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
5587
5588 Suppress signed/unsigned comparison warnings for yycheck.
5589 * data/c.m4 (b4_safest_int_type): New macro.
5590 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
5591 a signed int type, cast it to b4_safest_int_type first.
5592 * data/yacc.c: Likewise.
5593 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
5594 also overwritten.
5595
5596 2006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5597
5598 * doc/bison.texinfo: Fix some typos.
5599
5600 2006-08-02 Paul Eggert <eggert@cs.ucla.edu>
5601
5602 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
5603 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
5604
5605 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
5606 the latest gnulib does this a different way.
5607 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
5608 translation was patched, so stop omitting it.
5609
5610 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
5611
5612 Enable declaration of default %printer/%destructor. Make the parser
5613 use these for all user-declared grammar symbols for which the user does
5614 not declare a specific %printer/%destructor. Thus, the parser uses it
5615 for token 0 if the user declares it but not if Bison generates it as
5616 $end. Discussed starting at
5617 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
5618 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
5619 and
5620 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
5621 * NEWS (2.3+): Mention.
5622 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
5623 declare a %destructor for a mid-rule's semantic value. It's just
5624 impossible to declare one specific to it.
5625 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
5626 code. Describe default %destructor form.
5627 * src/parse-gram.y (grammar_declaration): Parse default
5628 %printer/%destructor declarations.
5629 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
5630 and symbol_destructor_location_get rather than accessing the destructor
5631 and destructor_location members of struct symbol.
5632 (symbol_printers_output): Likewise but for %printer's.
5633 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
5634 again.
5635 * src/symtab.c (default_destructor, default_destructor_location,
5636 default_printer, default_printer_location): New static global
5637 variables to record the default %destructor and %printer.
5638 (symbol_destructor_get, symbol_destructor_location_get,
5639 symbol_printer_get, symbol_printer_location_get): New functions to
5640 compute the appropriate %destructor and %printer for a symbol.
5641 (default_destructor_set, default_printer_set): New functions to set the
5642 default %destructor and %printer.
5643 * src/symtab.h: Prototype all those new functions.
5644 * tests/actions.at (Default %printer and %destructor): New test to
5645 check that the right %printer and %destructor are called, that they're
5646 not called for $end, and that $$ and @$ work correctly.
5647 (Default %printer and %destructor for user-declared end token): New
5648 test to check that the default %printer and %destructor are called for
5649 a user-declared end token.
5650 * tests/input.at (Default %printer and %destructor redeclared, Unused
5651 values with default %destructor): New tests to check related grammar
5652 warnings and errors.
5653
5654 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
5655
5656 Clean up handling of %destructor for the end token (token 0).
5657 Discussed starting at
5658 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
5659 and
5660 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
5661
5662 Make the skeletons consistent in how they pop the end token and invoke
5663 its %destructor.
5664 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
5665 state, which has token number 0, since this would invoke the
5666 %destructor for the end token.
5667 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
5668 until after shifting the end token, or else it won't be popped.
5669 * data/yacc.c (yyparse): Likewise.
5670
5671 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
5672 it's the end token. Upon termination, destroy an unshifted lookahead
5673 even when it's the end token.
5674 * data/lalr1.cc (yy::parser::parse): Likewise.
5675 * data/yacc.c (yyparse): Likewise.
5676
5677 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
5678 value warnings for the end token when the user gives the end token a
5679 %destructor.
5680
5681 * tests/actions.at (Printers and Destructors): Test all the above.
5682
5683 2006-07-24 Paul Eggert <eggert@cs.ucla.edu>
5684
5685 Update to latest gnulib and gettext versions.
5686 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
5687 Add fopen-safer.
5688 (gnulib_files): Add m4/warning.m4. Don't worry about files
5689 overwritten by autopoint.
5690 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
5691 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
5692 rejects them.
5693 Don't use autoreconf; instead, invoke autopoint etc. by hand,
5694 so that we can remove the intl files at a better time.
5695 (intl_files_to_remove): Remove aclocal.m4, since it gets
5696 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
5697 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
5698 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5699 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
5700 Remove datarootdir hack; no longer needed.
5701 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
5702 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
5703 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
5704 strdup.h.
5705 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
5706 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
5707
5708 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
5709
5710 * bootstrap: Adjust to today's change to gnulib-tool by invoking
5711 it with --assume-autoconf='latest-stable'.
5712
5713 2006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
5714
5715 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
5716 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
5717 YYSTYPE' and `{'.
5718 * src/muscle_tab.h (muscle_grow): Replace the header comments with
5719 those from muscle_tab.c since the old ones are misleading.
5720
5721 2006-07-13 Akim Demaille <akim@epita.fr>
5722
5723 Support %define "KEY" {VALUE}.
5724 * src/scan-code.h, src/scan-code.l (translate_action)
5725 (translate_rule_action, translate_symbol_action, translate_code):
5726 Return char *, not const char *.
5727 * src/parse-gram.y (declaration): Rename as...
5728 (prologue_declaration): this.
5729 (string_content): Remove this nonterminal, use STRING.
5730 (braceless, content, content.opt): New nonterminal.
5731 Use them.
5732 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
5733 as value.
5734 * src/scan-gram.l (getargs.h): Don't include it.
5735
5736 2006-07-12 Paul Eggert <eggert@cs.ucla.edu>
5737
5738 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
5739 rather than a for-loop that declares a local bool variable. This
5740 should work around a compatibility problem with a Cray x1e C++
5741 compiler reported by Hung Nguyen in
5742 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
5743 The for-loop was introduced in the 2004-11-17 change but I don't
5744 know why it was needed.
5745
5746 2006-07-12 Akim Demaille <akim@epita.fr>
5747
5748 * data/c.m4: Comment changes.
5749
5750 2006-07-10 Akim Demaille <akim@lrde.epita.fr>
5751
5752 * src/complain.c (error_message, ERROR_MESSAGE): New.
5753 To factor...
5754 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
5755 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
5756
5757 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
5758
5759 * NEWS: Instead of %union, you can define and use your own union type
5760 YYSTYPE if your grammar contains at least one <type> tag.
5761 Your YYSTYPE need not be a macro; it can be a typedef.
5762 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
5763 (Union Decl, Decl Summary): Document this.
5764 * data/glr.c (YYSTYPE): Implement this.
5765 * data/glr.cc (YYSTYPE): Likewise.
5766 * data/lalr1.cc (YYSTYPE): Likewise.
5767 * data/yacc.c (YYSTYPE): Likewise.
5768 * src/output.c (prepare): Output tag_seen_flag.
5769 * src/parse-gram.y (declaration, grammar_declaration):
5770 Use 'union_seen' rather than 'typed' to determine whether
5771 %union has been seen, since grammars can now be typed without
5772 %union.
5773 (symbol_declaration, type.opt, symbol_def):
5774 Keep track of whether a tag has been seen.
5775 * src/reader.c (union_seen, tag_seen): New vars.
5776 (typed): remove.
5777 * src/reader.h (union_seen, tag_seen, typed): Likewise.
5778 * src/scan-code.l (untyped_var_seen): New variable.
5779 (handle_action_dollar): Adjust to above changes.
5780 (handle_action_dollar, handle_action_at):
5781 Improve overflow checking for outlandish numbers.
5782 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
5783 avoid new diagnostics generated by above changes.
5784 * tests/regression.at (YYSTYPE typedef): Add test to check
5785 for type tags without %union.
5786
5787 * src/symlist.c (symbol_list_length): Return int, not unsigned
5788 int, since callers expect int. This may need to get revisited
5789 once we have proper integer overflow checking.
5790
5791 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
5792 object is now static.
5793
5794 * src/getargs.c (flags_argmatch): Return void, not int,
5795 to pacify ./configure --enable-gcc-warnings.
5796
5797 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
5798 since last_string is already defined to FLEX_PREFIX (last_string).
5799
5800 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
5801
5802 Implement --warnings/-W.
5803 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
5804 replaced by...
5805 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
5806 Adjust callers.
5807 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
5808 (warnings_args, warnings_types): New.
5809 (getargs, short_options, long_options): Accept -W/--warnings.
5810 Sort the options by alphabetical order, upper case letter right
5811 before its lower case.
5812
5813 2006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
5814
5815 Change %merge result type clash warnings to errors. Discussed at
5816 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
5817 * src/reader.c (record_merge_function_type): Use complain_at.
5818 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
5819 declared later): Update test case results.
5820
5821 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
5822
5823 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
5824 to be in alphabetical order.
5825 (trace_args): Spelling fixes.
5826
5827 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
5828
5829 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
5830 so they don't collide with user-defined macros.
5831 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
5832 this was never guaranteed, and now that we're using gnulib stdint,
5833 which defines int_fast16_t to long int, the problem is exposed.
5834
5835 2006-07-08 Paul Eggert <eggert@cs.ucla.edu>
5836
5837 * data/c.m4 (b4_basename): Simplify a bit, since we don't
5838 need the full POSIX semantics (and weren't implementing them
5839 anyway).
5840
5841 Adjust to Autoconf 2.60 and today's gnulib.
5842 * bootstrap (gnulib_modules): Add stdint.
5843 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
5844 no longer copies it.
5845 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
5846 since stdint needs the former and wcwidth (which is now required
5847 by mbswidth) needs the latter.
5848 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
5849 work around a compatibility glitch between gettext 0.14.6 and
5850 Autoconf 2.60.
5851 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
5852 Do not check for uintptr_t, since new stdint module does the right
5853 thing.
5854 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
5855 Add stdint.h, stdint_.h, wcwidth.h.
5856 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
5857 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
5858 stdint.m4, wchar_t.m4, wcwidth.m4.
5859 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
5860 usual order for ../lib/*.h files.
5861 (file_name_split): Use last_component, not base_name, to adjust
5862 to gnulib changes.
5863 * src/parse-gram.h: Include <strverscmp.h> in the usual order
5864 for ../lib/*.h files.
5865 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
5866 Define unconditionally, since we now assume the stdint module.
5867 * src/scan-skel.l: Include <dirname.h>.
5868 (BASE_QPUTS): Use last_component, not base_name.
5869 * src/system.h: Include <unlocked-io.h> in the usual order
5870 for ../lib/*.h files. Include <stdint.h> unconditionally,
5871 since we now use the stdint module.
5872 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
5873 HAVE_UINTPTR_T, since we now use the stdint module.
5874 (base_name): Remove decl, since files now include <dirname.h>
5875 to get the decl.
5876
5877 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
5878
5879 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
5880 New, default to 1.
5881 * data/yacc.c, data/glr.c, data/location.cc: Use them.
5882 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
5883 default.
5884 * tests/calc.at: Adjust.
5885
5886 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
5887
5888 * data/c.m4 (b4_basename): New.
5889 (b4_syncline): Also output the location of its invocation (from
5890 the skeleton).
5891 (b4_user_action, b4_define_user_action, b4_user_actions)
5892 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
5893 (b4_user_stype): New.
5894 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
5895
5896 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
5897
5898 In the grammar file, the first column is 1 not 0 on the first line as
5899 on every other line.
5900 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
5901 * tests/input.at (Torturing the Scanner): Update output.
5902
5903 * src/scan-gram.l (scanner_cursor): Declare it static.
5904
5905 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
5906
5907 In warnings, say "previous declaration" rather than "first
5908 declaration".
5909 * src/symtab.c (redeclaration): Do that here.
5910 * src/reader.c (record_merge_function_type): In the case of a result
5911 type clash, report the previous declaration rather than the very first
5912 one in the grammar file.
5913 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
5914 declared later): Add a third declaration to check this behavior.
5915 * tests/input.at (Incompatible Aliases): Update output.
5916
5917 2006-06-27 Akim Demaille <akim@epita.fr>
5918
5919 * doc/Doxyfile.in: New.
5920 * doc/Makefile.am: Use it.
5921 * src/lalr.h, src/symtab.h: Initial doxygenation.
5922
5923 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
5924
5925 Don't miss %merge result type warnings just because the LHS types are
5926 declared after the %merge. This continues the effort of the previous
5927 patch.
5928 * src/reader.c (get_merge_function): Don't set the merger type yet.
5929 (record_merge_function_type): New function for setting the merger type
5930 and checking for clashes.
5931 (grammar_current_rule_merge_set): Set the location of the %merge for
5932 the current rule.
5933 (packgram): Invoke record_merge_function_type for each rule now that
5934 all symbol type declarations have been parsed.
5935 * src/reader.h (merger_list.type_declaration_location): New member
5936 storing the location of the first %merge from which the type for this
5937 merging function was derived.
5938 * src/symlist.h (symbol_list.merger_declaration_location): New member
5939 storing the location of a rule's %merge, if any.
5940 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
5941 declared later): New test to catch the error fixed by the above patch.
5942
5943 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
5944
5945 Get action warnings (grammar_rule_check) right even when symbol
5946 declarations appear after the rules. Discussed at
5947 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
5948 and
5949 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
5950 Don't mistake the type of $$ in a midrule to be that of its parent
5951 rule's $$.
5952 * src/reader.c (grammar_current_rule_end): Don't invoke
5953 grammar_rule_check yet since not all symbol declarations may have been
5954 parsed yet.
5955 (grammar_midrule_action): Likewise.
5956 Don't record whether the midrule's $$ has been used yet since actions
5957 haven't been translated yet.
5958 Record the midrule's parent rule and its RHS index within the parent
5959 rule.
5960 (grammar_current_rule_action_append): Don't translate the action yet
5961 since not all symbol declarations may have been parsed yet and, thus,
5962 warnings about types for $$, $n, @$, and @n can't be reported yet.
5963 (packgram): Translate the action and invoke grammar_rule_check now that
5964 all symbol declarations have been parsed.
5965 * src/scan-code.l (handle_action_dollar): Now that this is invoked
5966 after parsing the entire grammar file, the symbol list here in the case
5967 of a midrule is actually the midrule's empty RHS, so reference its
5968 parent rule's RHS where necessary.
5969 On the other hand, now that you can already know it's a midrule, you
5970 aren't forced to think $$ has the same type as its parent rule's $$.
5971 (handle_action_at): In the case of a midrule, reference the parent rule
5972 where necessary.
5973 * src/symlist.c (symbol_list_new): Initialize new midrule-related
5974 members.
5975 (symbol_list_length): Now that this is invoked after all rules have
5976 been parsed, a NULL symbol (rather than a NULL symbol list node)
5977 terminates a rule. symbol_list_print already does this correctly.
5978 * src/symlist.h (symbol_list.midrule_parent_rule,
5979 symbol_list.midrule_parent_rhs_index): New members so that midrules can
5980 remember their relationships with their parents.
5981 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
5982 fixed by the above patch.
5983 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
5984 implementing...
5985 (Unused values): ... this old test case and...
5986 (Unused values before symbol declarations): ... this new test case.
5987 This one is the same as `Unused values' except that all symbol
5988 declarations appear after the rules in order to catch the rest of the
5989 errors fixed by the above patch.
5990
5991 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
5992
5993 More cleanup.
5994 * src/reader.c (current_rule): Declare it static since it's no longer
5995 used outside this file.
5996 (grammar_current_rule_action_append): Remove redundant arguments from
5997 translate_rule_action invocation.
5998 * src/reader.h (current_rule): Remove this unused extern.
5999 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
6000 * src/scan-code.l (translate_rule_action): Likewise.
6001
6002 2006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
6003
6004 Clean up yesterday's patch.
6005 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
6006 to...
6007 * src/reader.c (grammar_current_rule_action_append): ... here for
6008 consistency with grammar_current_rule_symbol_append.
6009 * tests/regression.at (Braced code in declaration in rules section):
6010 Make yyerror and yylex static as usual.
6011
6012 2006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
6013
6014 Fix bug that mistakes braced code in a declaration in the rules section
6015 to be a rule action. Mentioned at
6016 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
6017 * src/scan-gram.l: Move midrule action detection from the start of the
6018 scanning of any braced code to...
6019 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
6020 action. For readability, use $2 and @2 rather than the equivalent
6021 global variables.
6022 * tests/regression.at (Braced code in declaration in rules section):
6023 New test to catch the error fixed by the above patch.
6024
6025 Work on code readability some.
6026 * src/scan-code.l (current_rule): Get rid of this misleading and
6027 redundant declaration: it's actually extern'ed in reader.h.
6028 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
6029 translate_action): Add a rule argument and use it instead of the global
6030 current_rule.
6031 (translate_rule_action): This already receives current_rule through an
6032 argument, so pass it on to translate_action instead of assigning
6033 current_rule to current_rule.
6034 (translate_symbol_action, translate_code): Pass rule = NULL to
6035 translate_action.
6036
6037 2006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
6038
6039 Rename %before-definitions to %start-header and %after-definitions to
6040 %end-header. Don't use these declarations to separate pre-prologue
6041 blocks from post-prologue blocks. Add new order-independent
6042 declarations %before-header and %after-header as alternatives to the
6043 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
6044 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
6045 * NEWS (2.3+): Update for these changes.
6046 * data/glr.c (b4_before_definitions): Update to...
6047 (b4_start_header): ... this.
6048 (b4_after_definitions): Update to...
6049 (b4_end_header): ... this.
6050 * data/glr.cc: Likewise.
6051 * data/lalr1.cc: Likewise.
6052 * data/yacc.c: Likewise.
6053 * doc/bison.texinfo (The prologue): Update names, and replace remaining
6054 prologue blocks with %*-header declarations.
6055 (Calc++ Parser): Likewise.
6056 (Decl Summary): Update names.
6057 (Table of Symbols): Update description.
6058 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
6059 (PERCENT_END_HEADER): ... this.
6060 (PERCENT_BEFORE_DEFINITIONS): Update to...
6061 (PERCENT_START_HEADER): ... this.
6062 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
6063 (declaration): Update token names and m4 macro names.
6064 When parsing %end-header and %start-header, invoke translate_code
6065 before muscle_code_grow, and no longer set global booleans to remember
6066 whether these declarations have been seen.
6067 Parse new %after-header and %before-header.
6068 * src/reader.c (before_definitions, after_definitions): Remove.
6069 (prologue_augment): Accept a new bool argument to specify whether to
6070 augment the pre-prologue or post-prologue.
6071 * src/reader.h (before_definitions, after_definitions): Remove these
6072 extern's.
6073 (prologue_augment): Add new bool argument.
6074 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
6075 (PERCENT_END_HEADER): ... this.
6076 (PERCENT_BEFORE_DEFINITIONS): Update to...
6077 (PERCENT_START_HEADER): ... this.
6078 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
6079 * tests/actions.at (Printers and Destructors): Update names.
6080
6081 2006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
6082
6083 Add comparison operators for C++ location classes. Discussed at
6084 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
6085 * data/c++.m4 (b4_define_location_comparison): New boolean %define
6086 declaration indicating whether filename_type has an operator==. If
6087 filename_type is `std::string', it defaults to `1', `0' otherwise.
6088 * data/location.cc: Iff b4_define_location_comparison is `1', add
6089 operator== and operator!= for class position and for class location.
6090
6091 Some minor fixes.
6092 * src/scan-action.l: Remove unused file.
6093 * src/symtab.c (symbol_printer_set): Use printer_location not
6094 destructor_location.
6095 * src/symtab.h (struct symbol): Replace incorrect source comment for
6096 printer members.
6097 * tests/input.at (Incompatible Aliases): Update output with correct
6098 printer location.
6099
6100 2006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
6101
6102 Don't put the pre-prologue in the header file. For the yacc.c code
6103 file and the glr.c header and code files, move the pre-prologue before
6104 the token definitions. Add new %before-definitions and
6105 %after-definitions to declare code that will go in both the header file
6106 and code file. Discussed at
6107 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
6108 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
6109 and
6110 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
6111 * NEWS (2.3+): Describe these changes.
6112 * data/glr.c (b4_pre_prologue): Move from within to before...
6113 (b4_shared_declarations): ... this.
6114 Add new b4_before_definitions before b4_token_enums.
6115 Add new b4_after_definitions at the end.
6116 * data/glr.cc (b4_pre_prologue): Replace with...
6117 (b4_before_definitions): ... this in the header file.
6118 (b4_after_definitions): New near the end of the header file.
6119 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
6120 code file right before including the header file.
6121 (b4_before_definitions): New in the previous position of
6122 b4_pre_prologue in the header file.
6123 (b4_after_definitions): New near the end of the header file.
6124 * data/yacc.c: Clean up some m4 quoting especially in the header file.
6125 (b4_token_enums_defines): In the code file, move to right before
6126 YYSTYPE for consistency with the header file.
6127 (b4_before_definitions): New right before b4_token_enums_defines in
6128 both the header and code file.
6129 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
6130 header and code file.
6131 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
6132 of prologues for %union dependencies.
6133 (Decl Summary): In %defines description, mention the effect of
6134 %before-definitions and %after-definitions on the header file.
6135 (Calc++ Parser): Forward declare driver in a %before-definitions rather
6136 than in the pre-prologue so that make check succeeds.
6137 (Table of Symbols): Add entries for %before-definitions and
6138 %after-definitions.
6139 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
6140 %before-definitions.
6141 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
6142 (declaration): Parse those declarations and append to
6143 b4_before_definitions and b4_after_definitions, respectively.
6144 * src/reader.c (before_definitions, after_definitions): New bools to
6145 track whether those declarations have been seen.
6146 (prologue_augment): Add to the post-prologue if %union,
6147 %before-definitions, or %after-definitions has been seen.
6148 * src/reader.h (before_definitions, after_definitions): New extern's.
6149 * src/scan-gram.l: Scan the new declarations.
6150 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
6151 prologue block in a %before-definitions or a %after-definitions based
6152 on whether the %union is declared.
6153 * tests/regression.at (Early token definitions with --yacc, Early token
6154 definitions without --yacc): Move tests for token definitions into the
6155 post-prologue since token names are no longer defined in the
6156 pre-prologue.
6157
6158 2006-06-20 Akim Demaille <akim@epita.fr>
6159
6160 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
6161 (symbol_get): Use it.
6162 * src/parse-gram.y: Use it.
6163
6164 2006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
6165
6166 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
6167 build succeeds when configured with --enable-gcc-warnings.
6168
6169 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
6170
6171 * src/parse-gram.y (char_name): New function.
6172 (CHAR, STRING, string_content): For %printer, properly escape.
6173 (ID): Prefer fputs to fprintf.
6174 (id): Reindent to be consistent with other rules.
6175 Properly quote char.
6176
6177 The Translation Project changed its way of publishing translations
6178 to maintainers. I haven't received any responses to my request
6179 for supporting the old way, or for documenting the new way. I
6180 have modified 'bootstrap' to use screen scraping
6181 (in this case, HTML scraping). This is unreliable and inelegant,
6182 but I don't see any better way. Yuck.
6183 * bootstrap (TP_URL, WGET_COMMAND): New vars.
6184 (get_translations): New function, which uses HTML scraping to
6185 deduce locations of latest translations.
6186 Use this function to grab both bison and bison-runtime .po files.
6187 Don't bother priming the pump for the runtime-po domain any more,
6188 as it's now translated better than bison is.
6189
6190 2006-06-19 Akim Demaille <akim@epita.fr>
6191
6192 * src/scan-gram.l: No longer "parse" things after `%union' until
6193 `{'. Rather, return a single "%union" token.
6194 No longer make symbols: return strings, and leave the conversion
6195 to symbols to the parser.
6196 (SC_PRE_CODE, token_type): Remove.
6197 * src/parse-gram.y (%union): New field `character'.
6198 Sort tokens.
6199 (CHAR): New token.
6200 (ID, ID_COLON): Now that the scanner no longer makes them
6201 identifiers, adjust all uses to invoke symbol_get.
6202 (id_colon): New, wraps the conversion from string to symbol.
6203 (%union): Accept a possible union_name.
6204 (symbol): Now can be a char.
6205 * data/c.m4 (b4_union_name): Leave a default value.
6206 * data/glr.c, data/yacc.c: Use it.
6207
6208 2006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
6209
6210 For associating token numbers with token names for "yacc.c", don't use
6211 #define statements unless `--yacc' is specified; always use enum
6212 yytokentype. Most important discussions start at:
6213 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
6214 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
6215 and
6216 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
6217 * NEWS (2.3+): Mention.
6218 * data/c.m4 (b4_yacc_if): New.
6219 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
6220 token #define's.
6221 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
6222 on token name definitions.
6223 * src/getargs.c (usage): Capitalize `Yacc' in English.
6224 * src/output.c (prepare): Define b4_yacc_flag.
6225 * tests/regression.at (Early token definitions): Test that tokens names
6226 are defined before the pre-prologue not just before the post-prologue.
6227 Remove this test case and copy to...
6228 (Early token definitions with --yacc): ... this to test #define's.
6229 (Early token definitions without --yacc): ... and this to test enums.
6230
6231 2006-06-11 Paul Eggert <eggert@cs.ucla.edu>
6232
6233 * NEWS: Reword the post-2.3 change to not be so optimistic about
6234 removing the old "look-ahead" spelling.
6235 Update previous look-ahead/lookahead change reports.
6236 * REFERENCES: look-ahead -> lookahead (since that's
6237 what he actually wrote).
6238 * doc/refcard.tex: look ahead -> lookahead,
6239 look-ahead -> lookahead
6240
6241 2006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
6242
6243 For consistency, use `lookahead' instead of `look-ahead' or
6244 `look_ahead'. Discussed starting at
6245 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
6246 and then at
6247 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
6248 * NEWS: For the next release, note the change to `--report'.
6249 * TODO, doc/bison.1: Update English.
6250 * doc/bison.texinfo: Update English.
6251 (Understanding Your Parser, Bison Options): Document as
6252 `--report=lookahead' rather than `--report=look-ahead'.
6253 * src/conflicts.c: Update English in comments.
6254 (lookahead_set): Rename from look_ahead_set.
6255 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
6256 (resolve_sr_conflict): Rename local look_ahead_tokens to
6257 lookahead_tokens, and update other uses.
6258 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
6259 count_rr_conflicts, conflicts_free): Update uses.
6260 * src/getargs.c (report_args): Move "lookahead" before alternate
6261 spellings.
6262 (report_types): Update uses.
6263 (usage): For `--report' usage description, state `lookahead' spelling
6264 rather than `look-ahead'.
6265 * src/getargs.h (report.report_lookahead_tokens): Rename from
6266 report_look_ahead_tokens.
6267 * src/lalr.c: Update English in comments.
6268 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
6269 (state_lookahead_tokens_count): Rename from
6270 state_look_ahead_tokens_count.
6271 Rename local n_look_ahead_tokens to n_lookahead_tokens.
6272 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
6273 Rename local n_look_ahead_tokens to n_lookahead_tokens.
6274 Update other uses.
6275 Update English in output.
6276 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
6277 * src/print.c: Update English in comments.
6278 (lookahead_set): Rename from look_ahead_set.
6279 (print_reduction): Rename argument lookahead_token from
6280 look_ahead_token.
6281 (print_core, state_default_rule, print_reductions, print_results):
6282 Update uses.
6283 * src/print_graph.c: Update English in comments.
6284 (print_core): Update uses.
6285 * src/state.c: Update English in comments.
6286 (reductions_new): Update uses.
6287 (state_rule_lookahead_tokens_print): Rename from
6288 state_rule_look_ahead_tokens_print, and update other uses.
6289 * src/state.h: Update English in comments.
6290 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
6291 (state_rule_lookahead_tokens_print): Rename from
6292 state_rule_look_ahead_tokens_print.
6293 * src/tables.c: Update English in comments.
6294 (conflict_row, action_row): Update uses.
6295 * tests/glr-regression.at
6296 (Incorrect lookahead during deterministic GLR,
6297 Incorrect lookahead during nondeterministic GLR): Rename
6298 print_look_ahead to print_lookahead.
6299 * tests/torture.at: Update English in comments.
6300 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
6301 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
6302 (Many lookahead tokens): Update uses.
6303 * data/glr.c: Update English in comments.
6304 * lalr1.cc: Likewise.
6305 * yacc.c: Likewise.
6306 * src/conflicts.h: Likewise.
6307 * src/lalr.h: Likewise.
6308 * src/main.c: Likewise.
6309 * src/output.c: Likewise.
6310 * src/parse-gram.c: Likewise.
6311 * src/tables.h: Likewise.
6312 * tests/calc.at: Likewise.
6313
6314 2006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
6315
6316 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
6317
6318 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
6319
6320 * TODO: Add request from Nelson H. F. Beebe to be able to install
6321 Bison without installing the yacc script.
6322
6323 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
6324
6325 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
6326 and yytext if they're already #define'd.
6327 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
6328 * src/scan-code-c.c: ... here.
6329 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
6330 <config.h>.
6331
6332 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
6333
6334 Get Bison to build again when configured with --enable-gcc-warnings.
6335 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
6336 missing #include's.
6337 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
6338 loc argument as it shadows a global.
6339 * src/scan-gram.l: Remove stray comma that prevents boundary_set
6340 invocation.
6341
6342 * src/.cvsignore: Add scan-code.c.
6343
6344 2006-06-07 Akim Demaille <akim@epita.fr>
6345
6346 * src/scan-gram.l: Move the "add a trailing ; to actions" code
6347 to...
6348 * src/scan-code.l: here.
6349 * tests/input.at (Torturing the Scanner): Fix another location
6350 error.
6351
6352 2006-06-07 Akim Demaille <akim@epita.fr>
6353
6354 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
6355
6356 2006-06-06 Akim Demaille <akim@epita.fr>
6357
6358 Extract the parsing of user actions from the grammar scanner.
6359 As a consequence, the relation between the grammar scanner and
6360 parser is much simpler. We can also split "composite tokens" back
6361 into simple tokens.
6362 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
6363 * src/scan-gram.l (add_column_width, adjust_location): Move to and
6364 rename as...
6365 * src/location.h, src/location.c (add_column_width)
6366 (location_compute): these.
6367 Fix the column count: the initial column is 0.
6368 (location_print): Be robust to ending column being 0.
6369 * src/location.h (boundary_set): New.
6370 * src/main.c: Adjust to scanner_free being renamed as
6371 gram_scanner_free.
6372 * src/output.c: Include scan-code.h.
6373 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
6374 Use boundary_set.
6375 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
6376 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
6377 which is now, again, a separate token.
6378 Adjust all dependencies.
6379 Whereever actions with $ and @ are used, use translate_code.
6380 (action): Remove this nonterminal which is now useless.
6381 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
6382 (grammar_current_rule_action_append): Use translate_code.
6383 (packgram): Bound check ruleno, itemno, and rule_length.
6384 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
6385 (last_string, last_braced_code_loc, max_left_semantic_context)
6386 (scanner_initialize, scanner_free, scanner_last_string_free)
6387 (gram_out, gram_lineno, YY_DECL_): Move to...
6388 * src/scan-gram.h: this new file.
6389 (YY_DECL): Rename as...
6390 (GRAM_DECL): this.
6391 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
6392 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
6393 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
6394 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
6395 Move these declarations, and...
6396 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
6397 these to...
6398 * src/flex-scanner.h: this new file.
6399 * src/scan-gram.l (rule_length, rule_length_overflow)
6400 (increment_rule_length): Remove.
6401 (last_braced_code_loc): Rename as...
6402 (gram_last_braced_code_loc): this.
6403 Adjust to the changes of the parser.
6404 Move all the handling of $ and @ into...
6405 * src/scan-code.l: here.
6406 * src/scan-gram.l (handle_dollar, handle_at): Remove.
6407 (handle_action_dollar, handle_action_at): Move to...
6408 * src/scan-code.l: here.
6409 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
6410 scan-code.h, scan-code-c.c, scan-gram.h.
6411 (EXTRA_bison_SOURCES): Add scan-code.l.
6412 (BUILT_SOURCES): Add scan-code.c.
6413 (yacc): Be robust to white spaces.
6414
6415 * tests/conflicts.at, tests/input.at, tests/reduce.at,
6416 * tests/regression.at: Adjust the column numbers.
6417 * tests/regression.at: Adjust the error message.
6418
6419 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
6420
6421 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
6422 Use Akim's wording from
6423 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
6424
6425 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
6426
6427 Between Bison releases, manually append `+' to the previous Bison
6428 release number, and use that as a signal to automatically print the
6429 ChangeLog's CVS Id keyword from --version. Discussed starting at
6430 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
6431 * ChangeLog: Add Id header.
6432 * configure.ac (AC_INIT): Append `+' to `2.3'.
6433 * src/.cvsignore: Add revision.c.
6434 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
6435 (BUILT_SOURCES): Add revision.c.
6436 (revision.c): New target rule. This file defines a new global variable
6437 named revision. It initializes it with either the Id from ChangeLog
6438 or, if VERSION doesn't contain `+', with the empty string.
6439 * src/getargs.c (version): Print the value of revision.
6440 * src/revision.h: Extern revision.
6441
6442 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
6443
6444 * NEWS: Version 2.3.
6445 * configure.ac (AC_INIT): Likewise.
6446
6447 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
6448
6449 * data/glr.c (YYRECOVERING): Define to be a function-like macro
6450 with no arguments, not as an object-like macro. This is for
6451 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
6452 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
6453 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
6454 Document this.
6455
6456 2006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
6457
6458 * src/getargs.c (usage): Back out yesterday's modification of the
6459 --help output so that we don't have to wait for translation before
6460 releasing 2.3.
6461
6462 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
6463
6464 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
6465 Problem reported by Akim Demaille.
6466
6467 2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
6468
6469 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
6470
6471 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
6472
6473 * data/yacc.c (yy_reduce_print): Omit trailing white space in
6474 generated source code. Problem reported by Frans Englich in
6475 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
6476
6477 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>
6478
6479 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
6480 shell, not within 'make', so that 'make' by an ordinary builder
6481 (using GNU make) does not worry about configuring gzip. This also
6482 works around a bug reported independently by Keith Thompson and by
6483 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
6484 stderr rather than stdout, messing up the build logs.
6485
6486 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
6487
6488 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
6489 to make sure that YYID will never be unused. This fixes a 'make
6490 maintainer-check' failure caused by the recent changes to the 'Trivial
6491 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
6492 not used.
6493 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
6494
6495 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
6496
6497 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
6498 state before an empty RHS is always resolved here. Only the location
6499 of that state is guaranteed to be resolved, and that's enough. This
6500 fixes the remaining bug reported by Derek M. Jones in
6501 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
6502 * tests/glr-regression.at (Uninitialized location when reporting
6503 ambiguity): Test the above case.
6504 Also, the embedded comments in this test case claim it checks the case
6505 of an empty RHS that has inherited the initial location. However, the
6506 corresponding LHS was already resolved, so yyresolveLocations didn't
6507 actually have reason to modify it. Fix this by forcing
6508 nondeterministic operation at the beginning of the parse.
6509
6510 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
6511
6512 * data/c.m4 (b4_yy_symbol_print_generate):
6513 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
6514 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
6515 of the bugs reported today by Derek M Jones in
6516 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
6517 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
6518 defined to be a type name without parens or brackets.
6519 (Location Type): Similarly for YYLTYPE.
6520 * tests/regression.at (Trivial grammars): Put in a test for this
6521 bug that will be caught by 'make maintainer-check' (though not,
6522 alas, by 'make check' unless your compiler is picky).
6523
6524 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
6525
6526 * NEWS: Version 2.2.
6527 * configure.ac (AC_INIT): Likewise.
6528
6529 2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
6530
6531 * data/glr.c (yyreportTree): Make room in yystates for the state
6532 preceding the RHS. This fixes the segmentation fault reported by Derek
6533 M. Jones in
6534 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
6535 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
6536 to the user. Reported for yyreportTree by Derek M. Jones later in the
6537 same thread.
6538 * THANKS: Add Derek M. Jones.
6539 Update my email address.
6540 Fix typo in Steve Murphy's name.
6541
6542 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
6543
6544 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
6545 checking against YYLAST that caused the parser to miss a potential
6546 alternative in its diagnostic.
6547 Problem reported by Maria Jose Moron Fernandez in
6548 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
6549 * data/lalr1.cc (yysyntax_error_): Likewise.
6550 * data/yacc.c (yysyntax_error): Likewise.
6551 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
6552 tokens, in case we run into an older C compiler.
6553 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
6554 Use them to check for the off-by-one error fixed above.
6555
6556 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
6557 YYSIZE_T, not size_t.
6558 * tests/regression.at (Trivial grammars): New test, to catch
6559 the error fixed by the above patch.
6560
6561 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
6562
6563 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
6564 scheme.
6565 Reported by Steve Murphy.
6566
6567 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
6568
6569 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
6570 * data/glr.cc: b4_location_flag is now b4_locations_flag.
6571
6572 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
6573
6574 Implement --trace=m4.
6575 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
6576 * src/output.c (output_skeleton): When set, pass -dV to m4.
6577
6578 Factor the handling of flags in m4.
6579 * src/output.c (prepare): Rename the muscle names debug, defines,
6580 error_verbose to debug_flag, defines_flag, error_verbose_flag.
6581 * data/c.m4: Adjust.
6582 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
6583 Use b4_define_flag_if to define other b4_FLAG_if macros.
6584 (b4_location_if): As a consequence, rename as...
6585 (b4_locations_if): this, for consistency.
6586 Adjust all the skeletons.
6587
6588 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
6589
6590 * etc/bench.pm: Shorten bench names.
6591
6592 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
6593
6594 * src/output.h, src/output.c (error_verbose): Move to...
6595 * src/getargs.h, src/getargs.c: here.
6596 Sort the flags.
6597 Adjust dependencies.
6598
6599 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
6600
6601 * data/c.m4 (b4_copyright): Put the special exception for Bison
6602 skeletons here, so we don't have to put it in each skeleton. All
6603 uses changed. Suggested by Akim Demaille. Also, wrap the
6604 copyright notice, in case it is longer than 80 columns. Replace
6605 comma by newline after title.
6606
6607 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
6608
6609 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
6610 incompatibility, not a bug. Mention that it wasn't fixed as of
6611 flex 2.5.33.
6612
6613 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
6614
6615 * examples/extexi: Enforce the precedence of concatenation over
6616 >>.
6617 Reported by Tommy Nordgren.
6618
6619 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
6620
6621 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
6622 with the member "token".
6623 Reported by Martin Nylin.
6624
6625 2006-05-08 Paul Eggert <eggert@cs.ucla.edu>
6626
6627 * data/glr.c: Switch to Bison 2.2 special-exception language in
6628 the copyright notice. Use more-regular format for titles and
6629 copyright notices.
6630 * data/glr.cc: Likewise.
6631 * data/location.cc: Likewise.
6632 * data/yacc.cc: Likewise.
6633 * doc/bison.texinfo (Conditions): Document this.
6634 * NEWS: likewise. Upgrade version to 2.2.
6635
6636 2006-04-27 Akim Demaille <akim@lrde.epita.fr>
6637
6638 * data/glr.cc: Remove dead code.
6639
6640 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
6641
6642 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
6643 that variable and the line breaks the bootstrap. Problem reported
6644 by Juan M. Guerrero.
6645
6646 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
6647
6648 * doc/bison.texinfo (Multiple start-symbols): New.
6649
6650 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
6651
6652 * etc/README, etc/bench.pl: New.
6653
6654 2006-04-03 Akim Demaille <akim@lrde.epita.fr>
6655
6656 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
6657 rule.
6658 Reported by Mickael Labau.
6659 * tests/input.at (Torturing the Scanner): Test it.
6660
6661 2006-03-16 Paul Eggert <eggert@cs.ucla.edu>
6662
6663 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
6664 Problem reported by Bob Rossi.
6665
6666 2006-03-13 Paul Eggert <eggert@cs.ucla.edu>
6667
6668 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
6669 and didn't really work.
6670 For the index, use @ifnotinfo, not @iftex.
6671 Minor cleanups of spacing and terminology.
6672
6673 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
6674
6675 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
6676 of AT_NAME_PREFIX when %name-prefix is not used.
6677
6678 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
6679
6680 Apply --prefix to C++ skeletons too: they change the namespace.
6681 The test suite already exercize these cases.
6682 * data/c++.m4 (b4_namespace): New.
6683 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
6684 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
6685 * data/yacc.c, data/glr.c: Remove a useless `[]'.
6686 * doc/bison.texinfo: Document it.
6687 (Option Cross Key): Use @multitable in all formats. It looks
6688 nicer, even in TeX outputs.
6689 (Rules): Use the same code whatever the output type is.
6690 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
6691 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
6692 * tests/calc.at: Use it, instead of hard coding `yy'.
6693
6694 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
6695
6696 * TODO: Remove dead items.
6697
6698 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
6699
6700 * doc/FAQ: Remove, merged into...
6701 * doc/bison.texinfo (FAQ): this.
6702 * doc/Makefile.am (EXTRA_DIST): Adjust.
6703
6704 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
6705
6706 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
6707 even if empty.
6708 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
6709 * doc/bison.texinfo (Calc++ Scanner): Use it.
6710
6711 2006-03-09 Paul Eggert <eggert@cs.ucla.edu>
6712
6713 Fix two nits reported by twlevo, plus one more that I discovered.
6714
6715 * src/assoc.h (assoc_to_string): Give a name to the arg, as
6716 this is the usual Bison style.
6717 * src/location.h (location_print): Likewise.
6718
6719 * src/reader.h (token_name): Likewise.
6720
6721 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
6722
6723 Fix some nits reported by twlevo.
6724 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
6725 and "POSIX". Use more-modern syntax for URLs. Mention C++
6726 and ask for Java. Don't hardwire OS version numbers. Add
6727 copyright notice.
6728 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
6729 * src/conflicts.c (solved_conflicts_obstack): Now static.
6730
6731 2006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
6732
6733 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
6734 page. Say "you can use it" not "you may use it" as on the web page;
6735 we're describing capabilities not granting permission.
6736
6737 2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
6738
6739 * data/glr.c (yyresolveLocations): Rename local variables to avoid
6740 shadowing warnings. Use usual patter for iterating through RHS.
6741 * tests/glr-regression.at
6742 (Uninitialized location when reporting ambiguity):
6743 Modify yylex so that it uses its argument, rather than trying
6744 to rely on ARGSUSED (which doesn't work for gcc with warnings).
6745 const char -> char const.
6746
6747 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
6748 Don't use tabs inside commands; it messes up 'ps'.
6749 Problem reported by twlevo.
6750
6751 2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
6752
6753 * tests/glr-regression.at (Uninitialized location when reporting
6754 ambiguity): New test case.
6755 * data/glr.c (yyresolveLocations): New function, which uses
6756 YYLLOC_DEFAULT.
6757 (yyresolveValue): Invoke yyresolveLocations before reporting an
6758 ambiguity.
6759 * doc/bison.texinfo (Default Action for Locations): Note
6760 YYLLOC_DEFAULT's usage for ambiguity locations.
6761 (GLR Semantic Actions): Cross-reference those notes.
6762
6763 2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
6764
6765 * tests/glr-regression.at (Leaked semantic values when reporting
6766 ambiguity): Remove unnecessary union and type declarations.
6767 (Leaked lookahead after nondeterministic parse syntax error): New test
6768 case.
6769 * data/glr.c (yyparse): Check for zero stacks remaining before
6770 attempting to shift the lookahead so that you don't lose it.
6771
6772 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
6773
6774 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
6775 * tests/glr-regression.at (Leaked semantic values when reporting
6776 ambiguity): New test case.
6777 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
6778 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
6779 now unnecessary yystackp parameter.
6780 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
6781 destructors can be called.
6782
6783 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
6784 in existing testcases.
6785
6786 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
6787
6788 Don't leak semantic values for parent RHS when a user action cuts the
6789 parser, and clean up related code a bit.
6790 * tests/glr-regression.at (Leaked merged semantic value if user action
6791 cuts parse): Rename to...
6792 (Leaked semantic values if user action cuts parse): ... this. Add check
6793 for leaked parent RHS values.
6794 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
6795 between an unresolved state (non-empty chain of semantic options) and
6796 an incomplete one (signaled by an empty chain).
6797 (yyresolveStates): Document the interface. Move all manipulation of a
6798 successfully or unsuccessfully resolved yyGLRState to...
6799 (yyresolveValue): ... here so that yyresolveValue always leaves a
6800 yyGLRState with consistent data and thus is easier to understand.
6801 Remove the yyvalp and yylocp parameters since they are always just
6802 taken from the yys parameter. When reporting a discarded merged value
6803 in debugging output, note that it is incompletely merged. Document the
6804 interface.
6805 (yyresolveAction): If resolving any of the RHS states fails, destroy
6806 them all rather than leaking them. Thus, as long as user actions are
6807 written to clean up the RHS correctly, yyresolveAction always cleans up
6808 the RHS of a semantic option. Document the interface.
6809
6810 2006-02-27 Paul Eggert <eggert@cs.ucla.edu>
6811
6812 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
6813 led to a segmentation fault in GNU Pascal. Problem reported
6814 by Waldek Hebisch.
6815
6816 2006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
6817
6818 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
6819 mid-rule action inside a nonterminal symbol in order to declare a
6820 destructor for its semantic value.
6821
6822 2006-02-16 Paul Eggert <eggert@cs.ucla.edu>
6823
6824 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
6825 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
6826 __cplusplus && ! defined _STDLIB_H && !
6827 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
6828 defined free))]: Include <stdlib.h> rather than rolling our own
6829 declarations of malloc and free, to avoid problems with
6830 incompatible declarations (using 'throw') C++'s stdlib.h. This
6831 should fix Debian bug 340012
6832 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
6833 reported by Guillaume Melquiond.
6834
6835 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
6836
6837 * NEWS: Clarify symbols versus types in unused-value warnings.
6838
6839 * configure.ac (AC_INIT): Bump version number.
6840
6841 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
6842
6843 * NEWS: Version 2.1a.
6844 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
6845 since C99 requires this.
6846
6847 2006-02-11 Paul Eggert <eggert@cs.ucla.edu>
6848
6849 * m4/c-working.m4: New file.
6850 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
6851
6852 2006-02-10 Paul Eggert <eggert@cs.ucla.edu>
6853
6854 * Makefile.maint: Merge from coreutils.
6855
6856 2006-02-09 Paul Eggert <eggert@cs.ucla.edu>
6857
6858 More portability fixes for problems summarized by Nelson H. F. Beebe.
6859
6860 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
6861 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
6862 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
6863 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
6864 messes up because C++ code is compiled in 32-bit mode but linked
6865 in 64-bit mode.
6866
6867 2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
6868
6869 More portability fixes for problems summarized by Nelson H. F. Beebe.
6870
6871 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
6872 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
6873
6874 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
6875 nodist_PROGRAMS, since we don't need to actually compile the
6876 example if we're just doing a plain 'make'. This avoids bothering
6877 the installer unnecessarily about problems due to weird C++
6878 compilers.
6879
6880 2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
6881
6882 More portability fixes for problems summarized by Nelson H. F. Beebe.
6883
6884 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
6885 than #include "...", and compile with -I'.'. The old method was
6886 not portable, according to Posix and the C standard, and it does
6887 not work with Sun C 5.7, where previous #line directives affect
6888 the working directory used in later #include "..." directives.
6889
6890 2006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
6891
6892 Various DJGGP specific issues in /djgpp
6893
6894 2006-02-02 Paul Eggert <eggert@cs.ucla.edu>
6895
6896 More portability fixes for problems summarized by Nelson H. F. Beebe.
6897
6898 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
6899 '#include <map>' works and that you can apply ++ to iterators.
6900
6901 2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
6902
6903 Work around portability problems summarized by Nelson H. F. Beebe in
6904 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
6905
6906 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
6907 that '#include <string>' works.
6908
6909 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
6910 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
6911 "warning: sorry: semantics of inline function static data `const
6912 unsigned char translate_table[262]' are wrong (you'll wind up with
6913 multiple copies)".
6914
6915 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
6916 or, xor to not_, and_, or_, and xor_, respectively. This works
6917 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
6918 random system header somewhere that includes the equivalent of
6919 <iso646.h>.
6920
6921 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
6922 -E" works; it apparently doesn't work with PathScale EKO Compiler
6923 Suite Version 2.0.
6924
6925 2006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
6926
6927 During deterministic GLR operation, user actions should be able to
6928 influence the parse by changing yychar. To make this easier to fix and
6929 to make glr.c easier to evolve in general, don't maintain yytoken in
6930 parallel with yychar; just compute yytoken when needed.
6931 * tests/glr-regression.at (Incorrect lookahead during deterministic
6932 GLR): Check that setting yychar in a user action has the intended
6933 effect.
6934 * data/glr.c (yyGLRStack): Remove yytokenp member.
6935 (yyclearin): Don't set *yytokenp.
6936 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
6937 yychar rather than *yytokenp to determine the current lookahead.
6938 Compute yytoken locally when needed.
6939 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
6940 point to.
6941
6942 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
6943 after `--report' documentation.
6944
6945 2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
6946
6947 * src/parse-gram.y (grammar_declaration): Location of printer
6948 symbol is @1, not list->location. Bug reported by twlevo.
6949 * tests/input.at (Incompatible Aliases): Adjust to above change.
6950
6951 2006-01-29 Paul Eggert <eggert@cs.ucla.edu>
6952
6953 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
6954 all the test at once. This makes the output easier to read in the
6955 normal case.
6956
6957 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
6958 got from <http://bro-ids.org/download.html>. The bug is that
6959 when two actions appeared in succession, the second one was
6960 scanned before the first one was added to the grammar rule
6961 as a midrule action. Bison then output the incorrect warning
6962 "parse.y:905.17-906.36: warning: unused value: $3".
6963 * src/parse-gram.y (BRACED_CODE, action): These are no longer
6964 associated with a value.
6965 (rhs): Don't invoke grammar_current_rule_action_append.
6966 (action): Invoke it here instead.
6967 * src/reader.c (grammar_midrule_action): Now extern.
6968 (grammar_current_rule_action_append): Don't invoke
6969 grammar_midrule_action; that is now the scanner's job.
6970 * src/reader.h (last_string, last_braced_code_loc):
6971 (grammar_midrule_action): New decls.
6972 * src/scan-gram.l (last_string): Now extern, sigh.
6973 (last_braced_code_loc): New extern variable.
6974 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
6975 rule already has an action.
6976 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
6977 * tests/input.at (AT_CHECK_UNUSED_VALUES):
6978 Add some tests to check that the above changes fixed the bug.
6979
6980 2006-01-27 Paul Eggert <eggert@cs.ucla.edu>
6981
6982 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
6983 All used changed. Check whether the symbol has a destructor,
6984 not whether it is typed.
6985 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
6986 that the values are still reported as unused. All line numbers
6987 adjusted.
6988
6989 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
6990
6991 Work around a bug in bro 0.8, which underparenthesizes its
6992 definition of YYLLOC_DEFAULT.
6993 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
6994 their arguments.
6995 * data/lalr1.cc: Likewise.
6996 * data/yacc.cc: Likewise.
6997
6998 2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
6999
7000 Work around a bug in Pike 7.0, and give the Pike folks a
7001 better way to override the usual int widths.
7002 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
7003 user can override the types.
7004 (short): #undef, to work around a bug in Pike 7.0.
7005 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
7006 (union yyalloc.yyss): Use yytype_int16 rather than short.
7007 All uses changed.
7008 (yysigned_char): Remove.
7009 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
7010 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
7011 * tests/regression.at (Web2c Actions): Adjust to above changes.
7012
7013 * src/reader.c (check_and_convert_grammar): New function.
7014 (reader): Close the input file even if something went wrong during
7015 parsing. Minor file descriptor leak reported by twlevo.
7016
7017 * src/assoc.c (assoc_to_string): Use a default: abort (); case
7018 to pacify gcc -Wswitch-default.
7019 * src/scan-gram.l (adjust_location): Use a default: break; case
7020 to pacify gcc -Wswitch-default.
7021 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
7022 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
7023 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
7024 Move these decls to scan-skel.l, since they don't need to be
7025 visible elsewhere.
7026 * src/scan-skel.l: Accept the above decls.
7027 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
7028 is used.
7029
7030 2006-01-21 Paul Eggert <eggert@cs.ucla.edu>
7031
7032 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
7033 since we don't want to insist on a version number at the start
7034 of the changelog every time.
7035 * Makefile.maint: Sync from coreutils a bit better.
7036 (sc_trailing_blank): Renamed from sc_trailing_space.
7037 All uses changed.
7038 (sc_no_if_have_config_h, sc_require_config_h):
7039 (sc_prohibit_assert_without_use): New rules.
7040 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
7041 (sc_dd_max_sym_length): Fix leading spaces in rule.
7042 (sc_system_h_headers): Prefix with @.
7043 (sc_useless_cpp_parens, m4-check): Output line numbers.
7044 (changelog-check): Allow version only in head.
7045 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
7046 satisfy new Makefile.maint rule.
7047 * data/glr.c: Likewise.
7048 * data/glr.cc: Likewise.
7049 * data/lalr1.cc: Likewise.
7050 * data/yacc.c: Likewise.
7051 * lib/ebitsetv.c: Likewise.
7052 * lib/lbitset.c: Likewise.
7053 * lib/subpipe.c: Likewise.
7054 * lib/timevar.c: Likewise.
7055 * src/system.h: Likewise.
7056 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
7057 * djgpp/Makefile.maint: Add copyright notice.
7058 * djgpp/README.in: Likewise.
7059 * djgpp/config.bat: Likewise.
7060 * djgpp/config.site: Likewise.
7061 * djgpp/config_h.sed: Likewise.
7062 * djgpp/djunpack.bat: Likewise.
7063 * djgpp/config.sed: Fix copyright notice to match standard format.
7064 * djgpp/subpipe.h: Likewise.
7065 * lib/bitsetv-print.c: Likewise.
7066 * lib/bitsetv.c: Likewise.
7067 * lib/subpipe.h: Likewise.
7068 * lib/timevar.c: Likewise.
7069 * lib/timevar.h: Likewise.
7070 * djgpp/subpipe.c: Use standard recipe for config.h.
7071 * lib/abitset.c: Likewise.
7072 * lib/bitset.c: Likewise.
7073 * lib/bitset_stats.c: Likewise.
7074 * lib/bitsetv-print.c: Likewise.
7075 * lib/bitsetv.c: Likewise.
7076 * lib/ebitsetv.c: Likewise.
7077 * lib/get-errno.c: Likewise.
7078 * lib/lbitset.c: Likewise.
7079 * lib/subpipe.c: Likewise.
7080 * lib/timevar.c: Likewise.
7081 * lib/vbitset.c: Likewise.
7082 * tests/local.at: Likewise.
7083 * src/scan-gram.l: Don't include verify.h, since system.h does
7084 that for us.
7085 * .x-sc_require_config_h: New file.
7086 * .x-sc_unmarked_diagnostics: New file.
7087
7088 2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
7089
7090 Be a bit more systematic about using 'abort'.
7091 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
7092 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
7093 Put 'default: abort ();' before some other case, to satisfy older
7094 pedantic compilers.
7095 * lib/bitset_stats.c (bitset_stats_init): Likewise.
7096 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
7097 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
7098 * src/conflicts.c (resolve_sr_conflict): Likewise.
7099 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
7100 (get_decision_str, get_orientation_str, get_node_alignment_str):
7101 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
7102 (get_linestyle_str, get_arrowstyle_str): Likewise.
7103 * src/conflicts.c (resolve_sr_conflict):
7104 Use a default case rather than one for the one remaining enum
7105 value, to catch invalid enum values as well.
7106 * src/lalr.c (set_goto_map, map_goto):
7107 Prefer "assert (FOO);" to "if (!FOO) abort ();".
7108 * src/nullable.c (nullable_compute, token_definitions_output):
7109 Likewise.
7110 * src/reader.c (packgram, reader): Likewise.
7111 * src/state.c (transitions_to, state_new, state_reduction_find):
7112 Likewise.
7113 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
7114 (symbol_pack): Likewise.
7115 * src/tables.c (conflict_row, pack_vector): Likewise.
7116 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
7117 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
7118 * src/system.h: Don't include <assert.h>.
7119 (assert): New macro.
7120
7121 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
7122 (Destructor Decl, Parser Function, Pure Calling):
7123 Describe rules for braces inside C code more carefully.
7124
7125 2006-01-19 Paul Eggert <eggert@cs.ucla.edu>
7126
7127 Fix some porting glitches found by Nelson H. F. Beebe.
7128 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
7129 compilers that don't understand that abort () does not return.
7130 * src/state.c (transitions_to): Likewise.
7131 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
7132 that '#include <cstdlib>' works.
7133 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
7134 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
7135 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
7136 for the benefit of some pre-C99 compilers.
7137
7138 * bootstrap: Undo changes to gnulib files that autoreconf made.
7139
7140 Minor fixups to get 'make maintainer-check' to work.
7141 * configure.ac: Don't use -Wnested-externs, as it's incompatible
7142 with the new verify.h implementation.
7143 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
7144 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
7145 * data/yacc.c (YYUSE): Likewise.
7146 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
7147 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
7148 * src/parse-gram.y (declaration): Don't pass a string constant
7149 to a function that expects char *, since GCC might complain
7150 about the constant value.
7151 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
7152 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
7153 before #defining them.
7154 * tests/glr-regression.at
7155 (Incorrectly initialized location for empty right-hand side in GLR):
7156 In yyerror, use the msg arg.
7157 (Corrupted semantic options if user action cuts parse):
7158 (Incorrect lookahead during deterministic GLR):
7159 (Incorrect lookahead during nondeterministic GLR):
7160 Don't name a local var 'index'; it shadows string.h's 'index'.
7161
7162 2006-01-19 Akim Demaille <akim@epita.fr>
7163
7164 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
7165 location, not just parts of it.
7166
7167 2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
7168
7169 * NEWS: Document the fact that multiple %unions are now allowed.
7170 * doc/bison.texinfo (Union Decl): Likewise.
7171 * TODO: This feature is now implemented, so remove it from
7172 the wishlist.
7173
7174 * Makefile.maint: Merge with coreutils Makefile.maint.
7175 (CVS_LIST): Use build-aux version if available.
7176 (VERSION_REGEXP): New macro.
7177 (syntax-check-rules): Add sc_no_if_have_config_h,
7178 sc_prohibit_assert_without_use, sc_require_config_h,
7179 sc_useless_cpp_parens.
7180 (sc_obsolete_symbols): Check for O_NDELAY.
7181 (sc_dd_max_sym_length): Track coreutils.
7182 (sc_unmarked_diagnostics): Look in all files, not just *.c.
7183 (sc_useless_cpp_parens): New rule.
7184 (news-date-check): Look for version or today's date.
7185 (changelog-check): Don't require version number near head.
7186 (copyright-check): Use current year instead of hardwiring 2005.
7187 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
7188 (announcement): Add --gpg-key-ID.
7189
7190 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
7191 with "file system".
7192
7193 Avoid undefined behavior that addressed just before the start of an
7194 array. Problem reported by twlevo.
7195 * src/reader.c (packgram): Prepend a new sentinel before ritem.
7196 * src/lalr.c (build_relations): Rely on new sentinel.
7197 * src/gram.c (gram_free): Adjust to new sentinel.
7198
7199 2006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
7200
7201 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
7202 yylookaheadNeeds. All uses updated.
7203 (yysplitStack): Rename local yynewLookaheadStatuses to
7204 yynewLookaheadNeeds.
7205 * data/glr-regression.at (Incorrect lookahead during nondeterministic
7206 GLR): In comments, change `lookahead status' to `lookahead need'.
7207
7208 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7209
7210 * data/glr.c (yysplitStack): A little stylistic rewrite.
7211
7212 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7213
7214 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
7215
7216 2006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
7217
7218 * doc/bison.texinfo: Fix some typos.
7219 (GLR Semantic Actions): New subsection discussing special
7220 considerations because GLR semantic actions might be deferred.
7221 (Actions): Mention look-ahead usage of yylval.
7222 (Actions and Locations): Mention look-ahead usage of yylloc.
7223 (Special Features for Use in Actions): Add YYEOF entry and mention it
7224 in the yychar entry.
7225 In the yychar entry, remove mention of the local yychar case (pure
7226 parser) since this is irrelevant information when writing semantic
7227 actions and since it's already discussed in `Table of Symbols' where
7228 yychar is otherwise described as an external variable.
7229 In the yychar entry, don't call it the `current' look-ahead since it
7230 isn't when semantic actions are deferred.
7231 In the yychar and yyclearin entries, add note about deferred semantic
7232 actions.
7233 Add yylloc and yylval entries discussing look-ahead usage.
7234 (Look-Ahead Tokens): When discussing yychar, don't call it the
7235 `current' look-ahead, and do mention yylval and yylloc.
7236 (Error Recovery): Cross-reference `Action Features' when mentioning
7237 yyclearin.
7238 (Table of Symbols): In the yychar entry, don't call it the `current'
7239 look-ahead.
7240 In the yylloc and yylval entries, mention look-ahead usage.
7241
7242 2006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
7243
7244 * tests/glr-regression.at: Update copyright year to 2006.
7245
7246 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7247
7248 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
7249 use during nondeterministic operation to track which stacks have
7250 actually needed the current lookahead.
7251 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
7252 Allocate, deallocate, resize, and otherwise shuffle space for
7253 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
7254 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
7255 appropriately during nondeterministic operation.
7256 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
7257 members to store the current lookahead to be used by the deferred
7258 user action.
7259 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
7260 from which the RHS is taken. Set the lookahead members of the new
7261 yySemanticOption according to the lookahead status for stack yyk.
7262 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
7263 yyaddDeferredAction.
7264 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
7265 members of yySemanticOption before invoking yyuserAction, and then set
7266 them back to their current values afterward.
7267 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
7268 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
7269 * tests/glr-regression.at: Remove `.' from the ends of recent test case
7270 titles for consistency.
7271 (Leaked merged semantic value if user action cuts parse): In order to
7272 suppress lint warnings, use arguments in merge function, and assign
7273 char value < 128 in main.
7274 (Incorrect lookahead during deterministic GLR): New test case.
7275 (Incorrect lookahead during nondeterministic GLR): New test case.
7276
7277 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7278
7279 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
7280 !yyvaluep as signal that no semantic value is available to print.
7281 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
7282 to print a semantic value.
7283
7284 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7285
7286 * tests/glr-regression.at: For consistency with my newer test cases,
7287 don't thank myself.
7288
7289 2006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
7290
7291 * data/glr.c (yyresolveValue): When merging semantic options, if at
7292 least one user action succeeds but a later one cuts the parse, then
7293 destroy the semantic value before returning rather than leaking it.
7294 (yyresolveStates): If a user action cuts the parse and thus
7295 yyresolveValue fails, ignore the (unset) semantic value rather than
7296 corrupting the yyGLRState, and empty the semantic options list since
7297 the user actions should have called all necessary destructors.
7298 Simplify code with YYCHK.
7299 * tests/glr-regression.at (Corrupted semantic options if user action
7300 cuts parse): New test case.
7301 (Undesirable destructors if user action cuts parse): New test case.
7302 Before applying any of this patch, this test case never actually failed
7303 for me... but only because the corrupted semantic options usually
7304 masked this bug.
7305 (Leaked merged semantic value if user action cuts parse): New test
7306 case.
7307
7308 2006-01-05 Akim Demaille <akim@epita.fr>
7309
7310 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
7311
7312 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
7313
7314 * data/c.m4 (b4_c_modern): New macro, with a new provision for
7315 _MSC_VER. Problem reported by Cenzato Marco.
7316 (b4_c_function_def): Use it.
7317 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
7318 b4_c_modern.
7319 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
7320 than rolling our own.
7321
7322 2006-01-04 Akim Demaille <akim@epita.fr>
7323
7324 Also warn about non-used mid-rule values.
7325 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
7326 member.
7327 (symbol_list_new): Adjust.
7328 * src/reader.c (symbol_typed_p): New.
7329 (grammar_rule_check): Use it.
7330 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
7331 Check its rule.
7332 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
7333 Use it.
7334 * tests/actions.at (Exotic Dollars): Adjust.
7335
7336 2006-01-04 Akim Demaille <akim@epita.fr>
7337
7338 * src/reader.c (grammar_midrule_action): If $$ is set in a
7339 mid-rule, move the `used' bit to its lhs.
7340 * tests/input.at (Unused values): New.
7341 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
7342
7343 2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
7344
7345 * doc/bison.texinfo (Bison Options): Say more accurately what
7346 --yacc does.
7347 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
7348 about declarations in the grammar when in Yacc mode, as POSIX does
7349 not require a diagnostic when the grammar uses extensions.
7350
7351 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
7352
7353 Warn about dubious constructions like "%token T T".
7354 Reported by twlevo.
7355 * src/symtab.h (struct symbol.declared): New member.
7356 * src/symtab.c (symbol_new): Initialize it to false.
7357 (symbol_class_set): New arg DECLARING, specifying whether
7358 this is a declaration that we want to warn about, if there
7359 is more than one of them. All uses changed.
7360
7361 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
7362 Allow multiple %union directives, whose contents concatenate.
7363 * src/parse-gram.y (grammar_declaration): Likewise.
7364 Use muscle_code_grow, so that we don't need stype_line any more.
7365 All uses changed.
7366
7367 * src/muscle_tab.c (muscle_grow): Fix comment.
7368
7369 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
7370 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
7371 Update copyright year to 2006.
7372
7373 2006-01-03 Akim Demaille <akim@epita.fr>
7374
7375 Have glr.cc pass (some of) the calc.at tests.
7376 * data/glr.cc (b4_parse_param_orig): New.
7377 (b4_parse_param): Improve its definition, and bound it more
7378 clearly in the skeleton.
7379 (b4_epilogue): Append, instead of prepending, in order to keep
7380 #line consistency.
7381 Simplify the generation of auxiliary functions: locations and
7382 purity are mandated.
7383 (b4_global_tokens_and_yystype): Honor it.
7384 * data/location.cc (c++.m4): Don't include it.
7385 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
7386 and AT_SKEL_CC_IF.
7387 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
7388 AT_LALR1_CC_IF.
7389 Be sure to initialize the first position's filename.
7390 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
7391 mandated anyway.
7392 (AT_CHECK_CALC_GLR_CC): New.
7393 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
7394
7395 2006-01-02 Akim Demaille <akim@epita.fr>
7396
7397 * src/output.c (output_skeleton): Don't hard wire the inclusion of
7398 c.m4.
7399 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
7400 * data/glr.cc: Do not include stack.hh.
7401
7402 2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
7403
7404 * data/glr.c: Reformat whitespace with tabs.
7405 (b4_lpure_formals): Remove this unused m4 macro.
7406 * tests/cxx-type.at: Reformat whitespace with tabs.
7407 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
7408 since it's a member. Rename type to isNterm for clarity.
7409
7410 2005-12-29 Akim <akim@sulaco.local>
7411
7412 Let glr.cc catch up with symbol_value_print.
7413 * data/glr.cc (b4_yysymprint_generate): Replace by...
7414 (b4_yy_symbol_print_generate): this.
7415 (yy_symbol_print, yy_symbol_value_print): Declare them.
7416
7417 2005-12-28 Paul Eggert <eggert@cs.ucla.edu>
7418
7419 * src/location.h (boundary): Note that a line or column equal
7420 to INT_MAX indicates an overflow.
7421 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
7422 (rule_length_overflow, increment_rule_length, add_column_width):
7423 New functions.
7424 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
7425 (<SC_BRACED_CODE>"}"):
7426 Use increment_rule_length rather than incrementing it by hand.
7427 (adjust_location, handle_syncline): Diagnose overflow.
7428 (handle_action_dollar, handle_action_at):
7429 Fix bug with monstrosities like $-2147483648.
7430 Remove now-unnecessary checks.
7431 (scan_integer): Verify assumptions and remove now-unnecessary checks.
7432 (convert_ucn_to_byte): Verify assumptions.
7433 (handle_syncline): New arg LOC. All callers changed.
7434 Don't store through a value derived from char const * pointer.
7435
7436 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
7437 GCC warnings.
7438
7439 2005-12-27 Paul Eggert <eggert@cs.ucla.edu>
7440
7441 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
7442 Remove unnecessary forward static decls.
7443
7444 2005-12-27 Akim Demaille <akim@epita.fr>
7445
7446 * src/reader.c (grammar_current_rule_check): Also check that $$
7447 is used.
7448 Take the rule to check as argument, hence rename as...
7449 (grammar_rule_check): this.
7450 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
7451 Rename as...
7452 (grammar_rule_begin, grammar_rule_end): these, for consistency.
7453 (grammar_midrule_action, grammar_symbol_append): Now static.
7454 * tests/torture.at (input): Don't rely on the default action
7455 being always performed.
7456 * tests/calc.at: "Set" $$ even when the action is "cut" with
7457 YYERROR or other.
7458 * tests/actions.at (Exotic Dollars): Instead of using unused
7459 values, check that the warning is issued.
7460
7461 2005-12-22 Paul Eggert <eggert@cs.ucla.edu>
7462
7463 * NEWS: Improve wording for unused-value warnings.
7464
7465 2005-12-22 Akim Demaille <akim@epita.fr>
7466
7467 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
7468 (b4_yysymprint_generate): Rename as...
7469 (b4_yy_symbol_print_generate): this.
7470 Generate yy_symbol_print instead of yysymprint.
7471 Generate also yy_symbol_value_print, and use it.
7472
7473 2005-12-22 Akim Demaille <akim@epita.fr>
7474
7475 * NEWS: Warn about unused values.
7476 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
7477 a `used' member.
7478 (symbol_list_n_get, symbol_list_n_used_set): New.
7479 (symbol_list_n_type_name_get): Use symbol_list_n_get.
7480 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
7481 * src/reader.c (grammar_current_rule_check): Check that values are
7482 used.
7483 * src/symtab.c (symbol_print): Accept 0.
7484 * tests/existing.at: Remove the type information.
7485 Empty the actions.
7486 Remove useless actions (beware of mid-rule actions: perl -000
7487 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
7488 * tests/actions.at (Exotic Dollars): Use unused values.
7489 * tests/calc.at: Likewise.
7490 * tests/glr-regression.at (No users destructors if stack 0 deleted):
7491 Likewise.
7492
7493 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
7494 rule_useful_p.
7495
7496 2005-12-21 Paul Eggert <eggert@cs.ucla.edu>
7497
7498 Undo 2005-12-01 tentative license wording change. The wording is
7499 still being reviewed by the lawyers, and we don't want to wait for
7500 them before publishing a test release. For now, revert to the
7501 previous wording.
7502 * NEWS: Undo 2005-12-01 change.
7503 * data/glr.c: Revert to previous license wording.
7504 * data/glr.cc: Likewise.
7505 * data/lalr1.cc: Likewise.
7506 * data/location.cc: Likewise.
7507 * data/yacc.c: Likewise.
7508
7509 * NEWS: Reword %destructor vs YYABORT etc.
7510 * data/glr.c: Use American spacing, for consistency.
7511 * data/glr.cc: Likewise.
7512 * data/lalr1.cc: Likewise.
7513 * data/yacc.c: Likewise.
7514 * data/yacc.c: Reformat comments slightly.
7515 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
7516 for consistency. Fix some spelling errors and reword recently-included
7517 text slightly.
7518 * tests/cxx-type.at: Cast results of malloc, for C++.
7519
7520 2005-12-21 Joel E. Denny <address@hidden>
7521
7522 * tests/cxx-type.at: Construct a tree, count the parents of shared
7523 nodes, and free each node once and only once. Previously, the memory
7524 for semantic values was leaked instead.
7525
7526 2005-12-21 Joel E. Denny <address@hidden>
7527
7528 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
7529 (yylval, yylloc): If pure, #define to yystackp->yyval and
7530 yystackp->yyloc similar to yychar and yynerrs.
7531 (yyparse): If pure, remove local yylval and yylloc. Add local
7532 yystackp to accommodate pure definitions of yylval and yylloc.
7533 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
7534 yylvalp and yyllocp to &yylval and &yylloc.
7535 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
7536 namespace. Previously, nerrs and char were missing, but lval and lloc
7537 weren't necessary.
7538 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
7539 yylvalp and yyllocp parameters since, if pure, these are now always
7540 accessible through yystackp. If not pure, they are still accessible
7541 globally.
7542 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
7543 `if (YYID (N))' to pacify lint.
7544
7545 2005-12-21 Akim Demaille <akim@epita.fr>
7546
7547 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
7548 destroy the RHS symbols of a rule.
7549 * data/yacc.c (yylen): Initialize to 0.
7550 Keep its value to the number of items to possibly shift.
7551 In particular, a regular successful parse that ends on YYFINAL by
7552 a (internal) YYACCEPT must not have yylen != 0.
7553 (yyerrorlab, yyreturn): Pop the RHS.
7554 Reorder a bit to emphasize the `shifting' bits of code.
7555 (YYPOPSTACK): Now accept a number of items to pop.
7556 * data/lalr1.cc: Likewise.
7557 * data/glr.c: Formatting changes.
7558 Use goto instead of fall through.
7559 * doc/bison.texinfo (Destructor Decl): Complete.
7560
7561 2005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
7562
7563 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
7564 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
7565 * djgpp/config.bat: Replace every occurence of the file name
7566 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
7567 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
7568 * djgpp/config.sed: Replace every occurence of the file name
7569 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
7570 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
7571 * djgpp/djunpack.bat: DJGPP specific file.
7572 * djgpp/fnchange.lst: DJGPP specific file.
7573 * djgpp/README.in: Add new information about how to unpack the bison
7574 source on MSDOS and other systems which have 8.3 file name restrictions
7575 using djunpack.bat and fnchange.lst.
7576
7577 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
7578
7579 * bootstrap (build_cvs_prefix): Remove; unused.
7580 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
7581 when getting gnulib.
7582
7583 2005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
7584
7585 * data/glr.c: Reorder typedef declarations for structs to match order
7586 of struct declarations.
7587 Rename yystack everywhere to yystackp except in yyparse where it's not
7588 a pointer.
7589 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
7590 consistency.
7591 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
7592 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
7593 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
7594 lint.
7595
7596 2005-12-09 Paul Eggert <eggert@cs.ucla.edu>
7597
7598 * tests/sets.at (Accept): Fix typos in regular expression used to
7599 sed out the final state number.
7600
7601 Work around portability problem on Solaris 10: flex-generated
7602 files include <stdio.h> before <config.h>, which messes up
7603 because the latter defines __EXTENSIONS__. Address the problem
7604 by creating two new little files that include <config.h> first,
7605 then include the flex-generated files. Rewrite everyone else
7606 to include <config.h> first, as well.
7607 * lib/timevar.c: Always include "config.h".
7608 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
7609 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
7610 (EXTRA_bison_SOURCES): New macro.
7611 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
7612 * src/system.h: Don't include config.h.
7613 * src/LR0.c: Include <config.h> first.
7614 * src/assoc.c: Likewise.
7615 * src/closure.c: Likewise.
7616 * src/complain.c: Likewise.
7617 * src/conflicts.c: Likewise.
7618 * src/derives.c: Likewise.
7619 * src/files.c: Likewise.
7620 * src/getargs.c: Likewise.
7621 * src/gram.c: Likewise.
7622 * src/lalr.c: Likewise.
7623 * src/location.c: Likewise.
7624 * src/main.c: Likewise.
7625 * src/muscle_tab.c: Likewise.
7626 * src/nullable.c: Likewise.
7627 * src/output.c: Likewise.
7628 * src/parse-gram.y: Likewise.
7629 * src/print.c: Likewise.
7630 * src/print_graph.c: Likewise.
7631 * src/reader.c: Likewise.
7632 * src/reduce.c: Likewise.
7633 * src/relation.c: Likewise.
7634 * src/state.c: Likewise.
7635 * src/symlist.c: Likewise.
7636 * src/symtab.c: Likewise.
7637 * src/tables.c: Likewise.
7638 * src/uniqstr.c: Likewise.
7639 * src/vcg.c: Likewise.
7640
7641 * src/parse-gram.y: Fix minor problems uncovered by lint.
7642 (current_lhs, current_lhs_location): Now static.
7643 (current_assoc): Remove unused variable.
7644
7645 Cleanups so that Bison-generated parsers have less lint.
7646 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
7647 Prepend /*ARGSUSED*/, for lint's sake.
7648 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
7649 definition if 'lint' is defined.
7650 (YYID): New macro (or function, if lint).
7651 All uses of /*CONSTCOND*/0 replaced by YYID(0).
7652 * data/yacc.c: Likewise.
7653 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
7654 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
7655 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
7656 is C++ only.
7657 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
7658 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
7659 Use YYID(0) rather than 0, for lint.
7660 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
7661 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
7662
7663 2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
7664
7665 * tests/glr-regression.at
7666 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
7667 Close memory leak reported by twlevo.
7668
7669 2005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
7670
7671 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
7672 all stacks.
7673 (yyparse): Iterate another stack in order to call user destructors.
7674 * tests/glr-regression.at (No users destructors if stack 0 deleted):
7675 New test case.
7676 (Duplicated user destructor for lookahead): This test now is expected
7677 to succeed.
7678
7679 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
7680
7681 * NEWS: Document the following change.
7682 * data/yacc.c: Say "parser skeleton" rather than "file", since
7683 it's no longer just a file.
7684 * data/glr.c: Grant a special exception for C GLR parsers, that
7685 reads like the already-existing exception for C LALR(1) parsers.
7686 * data/glr.cc: Likewise.
7687 * data/lalr1.cc: Likewise.
7688 * data/location.cc: Likewise.
7689 * data/yacc.c: Reword the "written by" statement to clarify that
7690 it was the parser skeleton, not the entire output file.
7691 * data/glr.c: Written by Paul Hilfinger.
7692 * data/glr.cc: Written by Akim Demaille.
7693 * data/lalr1.cc: Likewise.
7694
7695 2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
7696
7697 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
7698 Fix typos in previous change that broke 'make check'.
7699 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
7700 supported in C.
7701 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
7702 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
7703 We can revert this once things settle down.
7704
7705 * src/conflicts.c (conflicts_print): Don't print file name twice
7706 when %expect fails because there were no conflicts.
7707 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
7708 change.
7709 * tests/conflicts.at (%expect not enough, %expect too much):
7710 (%expect with reduce conflicts): Adjust to new behavior.
7711
7712 2005-11-18 Akim Demaille <akim@epita.fr>
7713
7714 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
7715 errors.
7716 * NEWS: Document this.
7717 * doc/bison.texinfo (Expect Decl): Likewise.
7718
7719 2005-11-16 Akim Demaille <akim@epita.fr>
7720
7721 Generalize the display of semantic values and locations in traces.
7722 * data/glr.c (yy_reduce_print): Fix indices (again).
7723 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
7724 literal integers.
7725 * data/lalr1.cc (yyreduce_print): Rename as...
7726 (yy_reduce_print): this.
7727 Display values and locations.
7728 * data/yacc.c (yy_reduce_print): Likewise.
7729 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
7730 (yysymprint): Move higher to be visible from yy_reduce_print).
7731 (yyparse): Adjust.
7732 * tests/calc.at: Adjust the expected length of the traces.
7733
7734 2005-11-14 Akim Demaille <akim@epita.fr>
7735
7736 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
7737 from 1 to N, while values and location start at 0.
7738 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
7739
7740 2005-11-14 Akim Demaille <akim@epita.fr>
7741
7742 * data/glr.c (yy_reduce_print): Fix the $ number.
7743
7744 2005-11-14 Akim Demaille <akim@epita.fr>
7745
7746 "Use" parse parameters.
7747 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
7748 * data/glr.c, data/glr.cc: Use them.
7749 * data/glr.c (YYUSE): Have a C++ definition that supports
7750 non-pointer types.
7751
7752 2005-11-14 Akim Demaille <akim@epita.fr>
7753
7754 * data/glr.c (yyexpandGLRStack): Declare only if defined.
7755
7756 2005-11-14 Akim Demaille <akim@epita.fr>
7757
7758 * data/glr.cc: New.
7759 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
7760
7761 2005-11-12 Akim Demaille <akim@epita.fr>
7762
7763 Let position and location be PODs.
7764 * data/location.cc (position::initialize, location::initialize): New.
7765 (position::position, location::location): Define only if
7766 b4_location_constructors is defined.
7767 * data/lalr1.cc (b4_location_constructors): Define it for backward
7768 compatibility.
7769 * doc/bison.texinfo (Initial Action Decl): Use initialize.
7770
7771 2005-11-12 Akim Demaille <akim@epita.fr>
7772
7773 * data/lalr1.cc: Move the body of the ctor and dtor into the
7774 parser file (instead of the header).
7775 Wrap the implementations in a "namespace yy".
7776
7777 2005-11-12 Akim Demaille <akim@epita.fr>
7778
7779 Have glr.c include its header file when created.
7780 * data/glr.c (b4_shared_declarations): New.
7781 Output them verbatim in the parser if !%defines, otherwise
7782 output then in the header file, and include it instead.
7783
7784 2005-11-11 Akim Demaille <akim@epita.fr>
7785
7786 * data/glr.c: Comment changes.
7787
7788 2005-11-11 Akim Demaille <akim@epita.fr>
7789
7790 When yydebug, report semantic and location values for reductions.
7791 * data/glr.c (yy_reduce_print): Report the semantic values and the
7792 locations.
7793 (YY_REDUCE_PRINT): Adjust.
7794 (yyglrReduce): Use them.
7795 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
7796 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
7797 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
7798 traces.
7799
7800 2005-11-10 Akim Demaille <akim@epita.fr>
7801
7802 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
7803 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
7804 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
7805
7806 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
7807
7808 * m4/cxx.m4, examples/Makefile.am: Don't build
7809 examples/calc++ if no C++ compiler is available. (trivial change)
7810
7811 2005-11-09 Akim Demaille <akim@epita.fr>
7812
7813 * src/scan-skel.l: Use a couple of asserts.
7814
7815 2005-11-03 Akim Demaille <akim@epita.fr>
7816
7817 In some (weird) cases, the final state number is incorrect.
7818 Reported by Alexandre Duret-Lutz.
7819 * src/LR0.c (state_list_append): Remove the computation of
7820 final_state.
7821 (save_reductions): Do it here.
7822 (get_state): Alpha conversion.
7823 (generate_states): Use a for loop.
7824 * src/gram.h (item_number_is_rule_number)
7825 (item_number_is_symbol_number): New.
7826 * src/state.c: Use assert.
7827 * src/system.h: Include assert.h.
7828 * tests/sets.at (Accept): New.
7829
7830 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7831
7832 * data/glr.c (yyfill): Adjust comment.
7833 (yyresolveAction): Initialize default location properly
7834 for empty right-hand sides.
7835 (yydoAction): Ditto.
7836 Add comment explaining apparently dead code.
7837 * tests/glr-regression.at
7838 (Incorrectly initialized location for empty right-hand side in GLR):
7839 New test.
7840
7841 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
7842
7843 * bootstrap (cleanup_gnulib): New function. Use it to clean up
7844 gnulib when interrupted. This fixes some race conditions and
7845 works around some portability problems (one noted by Paul
7846 Hilfinger).
7847
7848 2005-10-22 Akim <akim@epita.fr>
7849
7850 * Makefile.cfg: Adjust to config -> build-aux.
7851 Reported by twledo.
7852
7853 2005-10-21 Akim Demaille <akim@epita.fr>
7854
7855 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
7856 the %parse-params.
7857 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
7858 * data/yacc.c (b4_Pure_if): Rename as...
7859 (b4_yacc_pure_if): this.
7860 (YY_SYMBOL_PRINT, yyparse): Adjust.
7861 * doc/bison.texinfo: Formatting changes.
7862
7863 2005-10-21 Akim Demaille <akim@epita.fr>
7864
7865 Finish the transition config -> build-aux.
7866 * configure.ac, Makefile.am: Use build-aux.
7867 * config/prev-version, config/announce-gen, config/Makefile.am:
7868 Move to...
7869 * build-aux/prev-version, build-aux/announce-gen,
7870 * build-aux/Makefile.am: here.
7871
7872 2005-10-14 Akim Demaille <akim@epita.fr>
7873
7874 * examples/calc++/test: Use set -x only when VERBOSE.
7875
7876 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
7877
7878 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
7879 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
7880
7881 2005-10-13 Akim Demaille <akim@epita.fr>
7882
7883 * src/scan-skel.l: Output the base name parts of the parser and
7884 header file names.
7885 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
7886 additional checks.
7887 Use this to exercise C++ outputs in subdirs.
7888 Reported by Oleg Smolsky.
7889
7890 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
7891
7892 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
7893 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
7894 Problem reported by John P. Hartmann.
7895 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
7896 already defined it.
7897
7898 2005-10-12 Akim Demaille <akim@epita.fr>
7899
7900 * src/parse-gram.y (version_check): Exit 63 to please missing
7901 (stands for "version mismatch).
7902 * tests/input.at, doc/bison.texinfo: Adjust.
7903
7904 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
7905
7906 Work around portability problems with Visual Age C compiler
7907 (xlc and xlC_r) reported by John P. Hartmann.
7908 * data/location.cc (initial_column, initial_line): Remove.
7909 All uses replaced by 0 and 1.
7910 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
7911 that xlc complains about.
7912 * src/scan-skel.l (skel_wrap): Likewise.
7913 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
7914 as __STDC__.
7915 * data/yacc.c (YYMODERN_C): New macro, which also looks at
7916 __STDC_VERSION__. Use it everywhere instead of looking at
7917 __STDC__ and __cplusplus.
7918
7919 2005-10-10 Akim Demaille <akim@epita.fr>
7920
7921 * examples/calc++/test: Be quiet unless VERBOSE.
7922
7923 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
7924
7925 * data/c.m4 (yydestruct, yysymprint):
7926 Use YYUSE instead of casting to void.
7927 * data/glr.c (YYUSE): New macro.
7928 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
7929 Use it instead of rolling our own.
7930 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
7931 (YYCHK1):
7932 Use /*CONSTCOND*/ to suppress lint warnings.
7933 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
7934 (YY_STACK_PRINT): Use 'false' not '0'.
7935 (YYUSE): New macro.
7936 (yysymprint_, yydestruct_): Use it instead of rolling our own.
7937 * data/yacc.c (YYUSE): New macro.
7938 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
7939 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
7940 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
7941
7942
7943 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
7944 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
7945
7946 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
7947
7948 Undo the parts of the unlocked-I/O change that substituted
7949 putc or puts for printf. This might hurt performance a bit,
7950 but some people prefer the printf style.
7951 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
7952 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
7953 All uses replaced by YYFPRINTF and YYDPRINTF.
7954 * data/yacc.c: Likewise.
7955 * lib/bitset.c (bitset_print): Likewise.
7956 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
7957 putc and puts.
7958 * lib/lbitset.c (debug_lbitset): Likewise.
7959 * src/closure.c (print_firsts, print_fderives): Likewise.
7960 * src/gram.c (grammar_dump): Likewise.
7961 * src/lalr.c (look_ahead_tokens_print): Likewise.
7962 * src/output.c (escaped_output): Likewise.
7963 (user_actions_output): Break apart two printfs.
7964 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
7965 * src/reduce.c (reduce_print): Likewise.
7966 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
7967 * src/system.h: Include unlocked-io.h rathe than stdio.h.
7968
7969 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
7970 Use assignments rather than casts-to-void to suppress
7971 unused-variable warnings. This pacifies 'lint'.
7972 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
7973 unused-variable warnings.
7974
7975 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
7976
7977 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
7978
7979 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
7980
7981 Use unlocked I/O for a minor performance improvement on hosts like
7982 GNU/Linux and Solaris that support unlocked I/O. The basic idea
7983 is to use the gnlib unlocked-io module, and to prefer putc and
7984 puts to printf when either will work (since the latter doesn't
7985 come in an unlocked flavor).
7986 * bootstrap (gnulib_modules): Add unlocked-io.
7987 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
7988 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
7989 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
7990 and similarly for puts and putc and printf.
7991 * data/yacc.c: Likewise.
7992 * lib/bitset.c (bitset_print): Likewise.
7993 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
7994 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
7995 to printf.
7996 * lib/lbitset.c (debug_lbitset): Likewise.
7997 * src/closure.c (print_firsts, print_fderives): Likewise.
7998 * src/gram.c (grammar_dump): Likewise.
7999 * src/lalr.c (look_ahead_tokens_print): Likewise.
8000 * src/output.c (escaped_output): Likewise.
8001 (user_actions_output): Coalesce two printfs.
8002 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
8003 * src/reduce.c (reduce_print): Likewise.
8004 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
8005 * src/system.h: Include unlocked-io.h rather than stdio.h.
8006
8007 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
8008 this confuses xgettext.
8009
8010 2005-10-02 Akim Demaille <akim@epita.fr>
8011
8012 * bootstrap (gnulib_modules): Add strverscmp.
8013 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
8014 * m4/.cvsignore: Add strverscmp.m4.
8015 * src/parse-gram.y (%require): New token, new rule.
8016 (version_check): New.
8017 * src/scan-gram.l (%require): Adjust.
8018 * tests/input.at (AT_REQUIRE): New.
8019 Use it.
8020 * doc/bison.texinfo (Require Decl): New.
8021 (Calc++ Parser): Use %require.
8022
8023 2005-10-02 Akim Demaille <akim@epita.fr>
8024
8025 * data/location.cc: New.
8026
8027 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
8028 Akim Demaille <akim@epita.fr>
8029
8030 Make sure -odir/foo.cc creates dir/location.hh etc.
8031 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
8032 (spec_file_prefix, spec_verbose_file, spec_graph_file)
8033 (spec_defines_file): Now const.
8034 (dir_prefix): New.
8035 (short_base_name): Remove.
8036 * src/files.c: Adjust.
8037 (dirname.h): Include.
8038 (base_name): Don't prototype it.
8039 (finput): Remove, duplicates gram_in.
8040 (full_base_name, short_base_name): Replace by...
8041 (all_but_ext, all_but_tab_ext): these.
8042 (compute_base_names): Rename as...
8043 (compute_file_name_parts): this.
8044 Update to compute the new variables, including dir_prefix.
8045 Adjust dependencies.
8046 * src/output.c (prepare): Output them.
8047 * src/reader.c: Adjust to use gram_in, not finput.
8048 * src/scan-skel.l (@dir_prefix@): New.
8049
8050 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8051
8052 * lib/subpipe.c: New function end_of_output_subpipe() added
8053 to allow support for non-posix systems. This is a no-op function
8054 for posix systems.
8055
8056 * lib/subpipe.h: New function end_of_output_subpipe() added
8057 to allow support for non-posix systems. This is a no-op function
8058 for posix systems.
8059
8060 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
8061 handle the lack of pipe/fork functionality on non-posix systems.
8062
8063 * djgpp/Makefile.maint: DJGPP specific file.
8064
8065 * djgpp/README.in: DJGPP specific file.
8066
8067 * djgpp/config.bat: DJGPP specific configuration file.
8068
8069 * djgpp/config.sed: DJGPP specific configuration file.
8070
8071 * djgpp/config.site: DJGPP specific configuration file.
8072
8073 * djgpp/config_h.sed: DJGPP specific configuration file.
8074
8075 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
8076
8077 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
8078
8079 2005-10-02 Akim Demaille <akim@epita.fr>
8080
8081 * data/location.cc: New, extract from...
8082 * data/lalr1.cc: here.
8083 (location.hh): Include it after the user prologue, in case the
8084 filename type is defined by the user.
8085 Forward declation location and position before the pre-prologue.
8086 (yyresult_): Rename as...
8087 (yyresult): this, it's a local variable, not an attribute.
8088 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
8089
8090 2005-10-01 Akim Demaille <akim@epita.fr>
8091
8092 * examples/extexi: Restore the #line generation.
8093
8094 2005-09-30 Akim Demaille <akim@epita.fr>,
8095 Alexandre Duret-Lutz <adl@gnu.org>
8096
8097 Move the token type and YYSTYPE in the parser class.
8098 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
8099 (parser::token): New, from the moved free definition of tokens.
8100 (parser::semantic_value): Now a full definition instead of an
8101 indirection to YYSTYPE.
8102 (b4_post_prologue): No longer included in the header file, but
8103 in the implementation file.
8104 * doc/bison.texi (C+ Language Interface): Update.
8105 * src/parse-gram.y: Support unary %define.
8106 * tests/actions.at: Define global_tokens_and_yystype for backward
8107 compatibility until we update the tests.
8108 * tests/calc.at: Idem.
8109 (first_line, first_column, last_line, last_column): Define for lalr1.cc
8110 to simplify the code.
8111
8112 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
8113
8114 Port to SunOS 4.1.4, which lacks strtoul and strerror.
8115 Ah, the good old days! Problem reported by Peter Klein.
8116 * bootstrap (gnulib_modules): Add strerror, strtoul.
8117 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
8118 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
8119
8120 2005-09-29 Akim Demaille <akim@epita.fr>
8121
8122 * data/c.m4 (b4_error_verbose_if): New.
8123 * data/lalr1.cc: Use it.
8124 (YYERROR_VERBOSE_IF): Remove.
8125 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
8126 parser members, replaced by...
8127 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
8128 local variables.
8129 (yysyntax_error_): Takes the state number as argument.
8130 (yyreduce_print_): Use the argument yyrule, not the former
8131 attribute yyn_.
8132
8133 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
8134
8135 * bootstrap (gnulib_modules): Add verify.
8136 * lib/.cvsignore: Add verify.h.
8137 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
8138 * src/system.h (verify): Remove.
8139 Include verify.h instead.
8140 * src/tables.c (tables_generate): Use new API for 'verify'.
8141
8142 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
8143
8144 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
8145 local variables whose names begin with 'yy'.
8146 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
8147 Trivial changes from Joel E. Denny.
8148
8149 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
8150 it itself.
8151 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
8152 don't use alloca any more.
8153
8154 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
8155 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
8156 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
8157 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
8158 to match yacc.c, to test more hosts.
8159
8160 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
8161
8162 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
8163 doesn't affect behavior.
8164 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
8165 Solaris, AIX, MSC.
8166 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
8167 This works a bit better with glibc, if user code has already included
8168 stdlib.h.
8169 * doc/bison.texinfo (Bison Parser): Document that users can't
8170 arbitrarily use malloc and free for other purposes. Document
8171 that <alloca.h> and <malloc.h> might be included.
8172 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
8173 user must declare alloca.
8174
8175 * HACKING (release): Forwarn the Translation Project about
8176 stable releses.
8177
8178 2005-09-20 Akim Demaille <akim@epita.fr>
8179
8180 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
8181
8182 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
8183
8184 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
8185 (YYSTACK_ALLOC_MAXIMUM): Use it.
8186 (yysyntax_error): New function.
8187 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
8188 multiple syntax errors are reported, and alloca is being used.
8189 Instead, reallocate buffers twice as big each time, so that
8190 we waste at most half the allocated memory. Start with a small
8191 (128-byte) buffer that will suffice in most cases anyway.
8192 Use yysyntax_error to do most of the work.
8193
8194 * doc/bison.texinfo (Error Reporting, Table of Symbols):
8195 yynerrs is the number of errors reported, not the number of
8196 errors encountered.
8197
8198 * tests/glr-regression.at (Duplicated user destructor for lookahead):
8199 Mark it as expected to fail.
8200 Cast result of malloc; problem reported by twlevo@xs4all.nl.
8201 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
8202 Don't start user-code symbols with "yy", to avoid name space problems.
8203
8204 2005-09-19 Akim Demaille <akim@epita.fr>
8205
8206 Remove the traits, failed experiment.
8207 It never proved useful, and anyway because of the current
8208 definition, it was not possible to have several specialization of
8209 this traits, making it useless.
8210 * data/lalr1.cc (yy:traits): Remove.
8211 Inline its definitions in the parser class.
8212
8213 2005-09-19 Akim Demaille <akim@epita.fr>
8214
8215 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
8216 least Mac OSX with a /usr/local install of gettext.
8217
8218 2005-09-19 Akim Demaille <akim@epita.fr>
8219
8220 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
8221 and yytoken for similarity with the other skeletons.
8222
8223 2005-09-19 Akim Demaille <akim@epita.fr>
8224
8225 * NEWS, configure.ac: update version number to 2.1a.
8226
8227 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
8228
8229 * NEWS: Version 2.1.
8230
8231 * NEWS: Remove notice of yytname change, since it was never in an
8232 official release.
8233 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
8234 diagnostic.
8235 * src/output.c (prepare): Likewise.
8236 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
8237 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
8238 is not defined. This is an awful hack, but it's enough for now.
8239 All callers changed.
8240 * tests/glr-regression-at (make_value): Args are const pointers now,
8241 to avoid GCC warning.
8242 (Duplicated user destructor for lookahead): New test. Currently
8243 skipped. It fails on my host but I'm not sure it'll always fail.
8244
8245 2005-09-16 Akim Demaille <akim@epita.fr>
8246
8247 * src/symtab.h (struct symbol): Declare the printer and destructor
8248 as const, to avoid accidental calls to free.
8249 (symbol_destructor_set, symbol_printer_set): Adjust.
8250 * src/symtab.c: Adjust.
8251
8252 2005-09-16 Akim Demaille <akim@epita.fr>
8253
8254 * data/c.m4 (b4_token_enums): New.
8255 (b4_token_defines): Rename as...
8256 (b4_token_enums_defines): this.
8257 (b4_token_defines): New, output only the #defines.
8258 * data/yacc.c, data/glr.c: Adjust.
8259 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
8260 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
8261 as default values.
8262
8263 2005-09-16 Akim Demaille <akim@epita.fr>
8264
8265 * data/lalr1.cc (yylex_): Remove, inline its code.
8266 (yyreport_syntax_error_): Remove, replaced by...
8267 (yysyntax_error_): this which returns a string and leaves to the
8268 caller the call to the users' error function.
8269 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
8270 Move from members of the parser object...
8271 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
8272 to local variables of the parse function.
8273
8274 2005-09-16 Akim Demaille <akim@epita.fr>
8275
8276 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
8277 since it's in Bison's name space.
8278
8279 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
8280
8281 * data/glr.c (yyresolveValue): Add default case to pacify
8282 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
8283
8284 * NEWS: Document when yyparse started to return 2.
8285 * doc/bison.texinfo (Parser Function): Document when yyparse
8286 returns 2.
8287
8288 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
8289 (b4_filename_type): Renamed back from b4_file_name_type. All uses
8290 changed.
8291 (class position): file_name -> filename (reverting). All uses changed.
8292
8293 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
8294
8295 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
8296 do anything if $@ exists. This reverts part of the 2005-07-07
8297 patch.
8298
8299 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
8300
8301 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
8302 contains obsolete information and isn't worth distributing as a
8303 separate file anyway.
8304 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
8305 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
8306 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
8307 (yyparse): Abort if user code uses longjmp to throw an unexpected
8308 value.
8309
8310 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
8311
8312 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
8313 Suggested by twlevo@xs4all.nl.
8314
8315 * data/glr.c (YYCHK1): Do not assume YYE is in range.
8316 This avoids a diagnostic from gcc -Wswitch-enum.
8317 Problem reported by twlevo@xs4all.nl.
8318
8319 * doc/bison.texinfo: Don't use "filename", as per GNU coding
8320 standards. Use "file name" or "file" or "name", depending on
8321 the context.
8322 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
8323 not to hack/foo.tab.c.
8324 (Calc++ Top Level): 2nd arg of main is not const.
8325 * data/glr.c: b4_filename -> b4_file_name.
8326 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
8327 All uses changed.
8328 (class position): filename -> file_name. All uses changed.
8329 * data/yacc.c: b4_filename -> b4_file_name.
8330 * lib/bitset.h: filename -> file_name in local vars.
8331 * lib/bitset_stats.c: Likewise.
8332 * src/files.c: Likewise.
8333 * src/scan-skel.l ("@output ".*\n): Likewise.
8334 * src/files.c (file_name_split): Renamed from filename_split.
8335 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
8336
8337 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
8338
8339 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
8340 to accommodate latest gnulib.
8341
8342 * tests/glr-regression.at (Duplicate representation of merged trees):
8343 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
8344
8345 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
8346 needed.
8347
8348 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
8349
8350 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
8351 All uses changed. Invoke user destructor after an error during a
8352 split parse (trivial change from Joel E. Denny).
8353
8354 * tests/glr-regression.at
8355 (User destructor after an error during a split parse): New test case.
8356 Problem reported by Joel E. Denny in:
8357 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
8358
8359 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
8360
8361 * README-cvs: Give URLs for recommended tools.
8362 Mention Gzip version problem, and bootstrapping issues.
8363 Remove troubleshooting section, as it's somewhat obsolete.
8364
8365 * bootstrap (no_cache): New var, to accommodate different wget
8366 variants. Use it instead of '-C off'. Problem reported by
8367 twlevo@xs4all.nl.
8368
8369 * data/glr.c (yydestroyStackItem): New function.
8370 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
8371 debugging information. Problem reported by Joel E. Denny.
8372
8373 2005-08-25 Akim Demaille <akim@epita.fr>
8374
8375 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
8376
8377 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
8378
8379 * data/glr.c (yyrecoverSyntaxError, yyreturn):
8380 Don't invoke destructor on unresolved entries.
8381 * tests/glr-regression.at
8382 (User destructor for unresolved GLR semantic value): New test case.
8383 Problem reported by Joel E. Denny in:
8384 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
8385
8386 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
8387
8388 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
8389 Add strnlen.c.
8390 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
8391 lib-prefix.m4, po.m4.
8392
8393 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
8394 in yydestruct diagnostic, since it might not be an error.
8395 Problem reported by Joel Denny near end of
8396 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
8397 * data/lalr1.cc (yyerturn): Likewise.
8398 * data/yacc.c (yyreturn): Likewise.
8399 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
8400
8401 * src/files.c: Remove obsolete FIXME comment.
8402
8403 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
8404 with the other templates, and to fix bogus run-on messages such
8405 as the one reported at the end of
8406 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
8407 All callers changed to avoid the newline.
8408 (yyprocessOneStack): Output two lines rather than one, to accommodate
8409 the above change. This changes the debug output format slightly.
8410
8411 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
8412 reported by Joel E. Denny in
8413 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
8414 (trivial change).
8415 * tests/glr-regression.at (Duplicate representation of merged trees):
8416 New test, from Joel E. Denny in:
8417 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
8418 * THANKS: Add Joel E. Denny.
8419
8420 * configure.ac (AC_INIT): Bump to 2.0c.
8421
8422 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
8423
8424 * NEWS: Version 2.0b.
8425
8426 * Makefile.am (SUBDIRS): Put examples before tests, so that
8427 "make check" doesn't finish with "All 1 tests passed".
8428
8429 * tests/regression.at (Token definitions): Don't rely on
8430 AT_PARSER_CHECK for data that contains backslashes. It currently
8431 uses 'echo', and 'echo' isn't portable if its argument contains
8432 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
8433 that the byte '\0xff' is not printable in the C locale; it is,
8434 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
8435 not printable, so use '\0x81' to test.
8436
8437 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
8438 version of GCC, since the macro is used with non-GCC compilers.
8439
8440 Fix core dump reported by Pablo De Napoli in
8441 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
8442 * tests/regression.at (Invalid inputs with {}): New test.
8443 * src/parse-gram.y (token_name): Translate type before using
8444 it as an index.
8445
8446 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
8447 the user's name space. All uses changed to __attribute__
8448 ((__unused__)).
8449 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
8450 Add __attribute__ ((__noreturn__)).
8451
8452 * etc/clcommit: Remove. We weren't using it, and it failed
8453 "make maintainer-distcheck".
8454 * Makefile.maint: Merge from coreutils.
8455 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
8456 (syntax-check-rules): Change list of rules as described below.
8457 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
8458 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
8459 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
8460 (sc_trailing_space): New rules.
8461 (sc_xalloc_h_in_src): Remove.
8462 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
8463 (sc_space_tab, sc_error_exit_success, sc_changelog):
8464 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
8465 (makefile-check, po-check, author_mark_check):
8466 (makefile_path_separator_check, copyright-check):
8467 Use grep -n, to make it easier to find violations.
8468 Use CVS_LIST and CVS_LIST_EXCEPT.
8469 (header_regexp, h_re): Remove.
8470 (dd_c): New macro.
8471 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
8472 (my-distcheck): Use more-modern GCC flags.
8473 (signatures, %.asc): Remove.
8474 (rel-files, announcement): Remove signatures.
8475 Restore old updating code, even though we don't use it, so
8476 that we're the same as coreutils.
8477 (alpha, beta, major): Depend on news-date-check.
8478 Make the upload commands.
8479
8480 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
8481 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
8482 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
8483 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
8484 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
8485 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
8486 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
8487 * tests/sets.at: Likewise.
8488
8489 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
8490 we comment out the Autoconf version number.
8491 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
8492 it's error-prone and "make maintainer-distcheck" rejects it.
8493
8494 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
8495 Indent calls to "error" to pacify "make maintainer-distcheck",
8496 when the calls are not intended to be translated.
8497 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
8498
8499 * src/Makefile.am (DEFS): Use +=, to pacify
8500 "make maintainer-distcheck".
8501 (bison_SOURCES): Add scan-skel.h.
8502 (sc_tight_scope): New rule, from coreutils.
8503
8504 * src/files.c (src_extension, header_extension):
8505 Now static, not extern.
8506 * src/getargs.c (short_options): Likewise.
8507 * src/muscle_tab.c (muscle_table): Likewise.
8508 * src/parse-gram.y (current_class, current_type, current_prec):
8509 Likewise.
8510 * src/reader.c (grammar_end, previous_rule_end): Likewise.
8511 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
8512 * src/main.c (main): Cast bindtextdomain and textdomain calls to
8513 void, to avoid warning when NLS is disabled.
8514 * src/output.c: Include scan-skel.h.
8515 (scan_skel): Remove decl, since scan-skel.h does this.
8516 (output_skeleton):
8517 Indent calls to "error" to pacify "make maintainer-distcheck".
8518 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
8519 * src/reader.h (gram_end, gram_lineno): New decls to pacify
8520 "make maintainer-distcheck".
8521 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
8522 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
8523 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
8524 (skel_lex_destroy, scan_skel): Move these decls to...
8525 * src/scan-skel.h: New file.
8526 * src/uniqstr.c (uniqstr_assert):
8527 Indent calls to "error" to pacify "make maintainer-distcheck".
8528
8529 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
8530 not @VAR@.
8531
8532 * tests/torture.at: Revamp to avoid misuse of atoi that
8533 "make maintainer-distcheck" complained about.
8534
8535 * examples/extexi (message): Don't print a message more than once,
8536 and omit line-number decoration that makes Emacs compile think
8537 that informative messages are worth worrying about.
8538
8539 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
8540
8541 * configure.ac: Update version number.
8542
8543 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
8544 accidentally.
8545 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
8546 autogenerated by the maintainer.
8547 * examples/calc++/.cvsignore: Add *.yy.
8548
8549 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
8550 * lib/bitset_stats.c (bitset_stats_init): Likewise.
8551 * lib/bitsetv.c (bitsetv_alloc): Likewise.
8552
8553 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
8554
8555 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
8556 from maintainer-distcheck about casting the argument of 'free'.
8557
8558 * NEWS: Mention recent yytname changes.
8559 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
8560
8561 * bootstrap: For translations that have not yet been upgraded to
8562 the new runtime-po domain, prime the pump by extracting the
8563 relevant strings from the obsolete translations. This code can be
8564 removed once the bison-runtime domain has been translated by each
8565 team.
8566
8567 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
8568 now that token names are already quoted.
8569
8570 Fix problem reported by Anthony Heading.
8571 * data/glr.c (YYTOKEN_TABLE): New macro.
8572 (yytname): Define if YYTOKEN_TABLE.
8573 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
8574 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
8575 (YYERROR_VERBOSE): Define the same way the other skeletons do.
8576 * src/output.c (prepare_symbols): Output token_table_flag.
8577
8578 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
8579
8580 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
8581 again if the first call fails.
8582
8583 * data/glr.c (yytnamerr): New function.
8584 (yyreportSyntaxError): Use it to dequote most string literals.
8585 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
8586 with other skeletons. All uses changed.
8587 (yytnameerr_): New function.
8588 (yyreport_syntax_error): Use it to dequote most string literals.
8589 * data/yacc.c (yytnamerr): New function.
8590 (yyerrlab): Use it to decode most string literals.
8591 * doc/bison.texinfo (Decl Summary, Calling Convention):
8592 Clarify quoting convention of yytname.
8593 * src/output.c (prepare_symbols): Quote all names. This undoes
8594 the 2005-04-17 change, which is now accomplished (mostly) via
8595 changes in the parsers as described above.
8596 * tests/regression.at (Token definitions, Web2c Actions):
8597 Undo most 2005-04-17 change here, too.
8598
8599 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
8600
8601 Fix more problems reported by twlevo@xs4all.nl.
8602 * tests/cxx-type.at: Don't pipe output of ./types through sed to
8603 remove trailing spaces. This loses the exit status of ./types,
8604 and isn't needed since ./types shouldn't be emitting trailing
8605 spaces.
8606 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
8607 as the stack isn't valid in that case.
8608
8609 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
8610 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
8611 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
8612 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
8613 is used.
8614 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
8615 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
8616 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
8617 Likewise.
8618
8619 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
8620 overly-picky compilers that reject 'char *foo = "bar";'.
8621
8622 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
8623 to FILE * parameter, not to stderr. This fixes a typo introduced
8624 in the 2005-07-12 change.
8625
8626 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
8627 warnings from GCC 4.
8628
8629 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
8630 (yyglrShiftDefer, yysplitStack):
8631 Remove unused parameters b4_pure_formals. All uses changed.
8632 (yyglrShift): Remove unused parameters b4_user_formals.
8633 All uses changed.
8634 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
8635
8636 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
8637
8638 Destructor cleanups and regularization among the three skeletons.
8639 * NEWS: Document the behavior changes.
8640 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
8641 stack before failing, as the cleanup code will do it for us now.
8642 * data/lalr1.cc (yyerrlab): Likewise.
8643 * data/glr.c (yyparse): Pop everything off the stack before
8644 freeing it, so that destructors get called properly.
8645 * data/lalr1.cc (yyreturn): Likewise.
8646 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
8647 This is more consistent.
8648 * doc/bison.texinfo (Destructor Decl): Mention more reasons
8649 why destructors might be called. 1.875 -> 2.1.
8650 (Destructor Decl, Decl Summary, Table of Symbols):
8651 Some English-language cleanups for %destructor.
8652 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
8653 Add output line for destructor of start symbol.
8654 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
8655 because of that same extra output line.
8656
8657 * NEWS: Document minor wording changes in diagnostics of
8658 Bison-generated parsers.
8659 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
8660 Remove unused formals. All uses changed.
8661 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
8662 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
8663 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
8664 Rename yyoverflowab to yyexhaustedlab.
8665 When memory exhaustion occurs during syntax-error reporting,
8666 report it separately rather than in a single diagnostic; this
8667 eases translation.
8668 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
8669 (Memory Exhausted): Renamed from Parser Stack Overflow.
8670 Revamp wording slightly to prefer "memory exhaustion".
8671 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
8672
8673 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
8674
8675 Add i18n support to the GLR skeleton. Partially fix the C++
8676 skeleton; a C++ expert needs to finish this. Remove debugging
8677 msgids; there's little point to having them translated, since they
8678 can be understood only by someone who can read the
8679 (English-language) source code.
8680
8681 Generate runtime-po/bison-runtime.pot automatically, so that we
8682 don't have to worry about garbage getting in that file. We'll
8683 make sure after the next official release that old msgids don't
8684 get lost. See
8685 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
8686
8687 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
8688 Now auto-generated.
8689 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
8690 Fix typos in explanations of the runtime file.
8691 * bootstrap: Change gettext keyword from YYI18N to YY_.
8692 Use standard Makefile.in.in in runtime-po, since we'll arrange
8693 for backward-compatible bison-runtime.po files in a different way.
8694 * data/glr.c (YY_): New macro, from yacc.c.
8695 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
8696 Translate messages intended for users.
8697 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
8698 the wording in the other skeletons. We don't know that the memory
8699 is virtual.
8700 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
8701 Use same method that yacc.c uses.
8702 Don't translate debugging messages.
8703 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
8704 it doesn't work (yet), and requires C++ expertise to fix.
8705 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
8706 Move defn to a more logical place, to be consistent with other
8707 skeletons.
8708 Don't translate debugging messages.
8709 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
8710 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
8711 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
8712 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
8713
8714 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
8715 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
8716 void, not int.
8717 * tests/glr-regression.at (Badly Collapsed GLR States):
8718 Likewise.
8719 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
8720 yylex should return 0 at EOF rather than aborting.
8721
8722 Improve tests for stack overflow in GLR parser.
8723 Problem reported by twlevo@xs4all.nl.
8724 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
8725 All uses removed.
8726 (yyStackOverflow): Just longjmp, but with value 2 so that caller
8727 can handle the problem.
8728 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
8729 (yyparse): New local variable yyresult to record the result.
8730 Use result of setjmp to set it, rather than storing itinto
8731 struct.
8732 (yyDone): Remove label.
8733 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
8734 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
8735 if YYABORT is used).
8736 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
8737 yyparse status; put status > 1 into diagnostic.
8738 Check that status==2 works.
8739 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
8740 Use exit status 3 for failure to open (which shouldn't happen).
8741
8742 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
8743
8744 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
8745 1 on syntax error; just let yyparse do its thing.
8746 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
8747 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
8748 (Exploding the Stack Size with Alloca):
8749 (Exploding the Stack Size with Malloc):
8750 Expect exit status 2, not 1, since the parser is supposed to blow
8751 its stack. Problem reported by twlevo@xs4all.nl.
8752
8753 * data/glr.c (yyparse): Don't assume that the initial calls
8754 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
8755 Print a stack-overflow message and fail instead.
8756 Initialize the line-number information before creating the stack,
8757 so that the stack-overflow message can report line zero safely.
8758
8759 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
8760
8761 Fix problems reported by twlevo@xs4all.nl.
8762 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
8763 (yyuserMerge): Provide a default case if b4_mergers is empty.
8764 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
8765 * tests/glr-regression.at
8766 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
8767 Add casts to pacify C++ compilers.
8768 * tests/glr-regression.at (Improper merging of GLR delayed action
8769 sets): Declare yylex before using it.
8770 * tests/Makefile.am (maintainer-check-g++): Fix a stray
8771 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
8772 test for valgrind; valgrind is independent of g++.
8773 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
8774 for compatibility with POSIX 1003.1-2001 (if running coreutils).
8775 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
8776 Use a destructor, so that we can expand the stack. Change
8777 YYSTYPE to char * so that we can free it. Cast result of malloc.
8778
8779 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
8780
8781 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
8782 a valgrind failure. Problem reported by twlevo@xs4all.nl.
8783
8784 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
8785
8786 * PACKAGING: New file, suggested by Bruno Haible and taken from
8787 similar wording in gettext's PACKAGING file.
8788 * NEWS: Mention PACKAGING.
8789 * Makefile.am (EXTRA_DIST): Add PACKAGING.
8790
8791 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
8792
8793 * NEWS: Document recent i18n improvements.
8794 * bootstrap: Get runtime translations into runtime-po.
8795 Create runtime-po files automatically, if possible.
8796 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
8797 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
8798 does not infringe on the user's name space.
8799 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
8800 * doc/bison.texinfo (Internationalization): Revamp the English
8801 and Texinfo syntax a bit, to try to make it clearer.
8802 (Bison Options, Option Cross Key): Mention --print-localedir.
8803 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
8804 YYENABLE_NLS. Quote a bit more.
8805 * runtime-po/.cvsignore: New file.
8806 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
8807 * runtime-po/Rules-quot: Remove; now created by bootstrap.
8808 * runtime-po/quot.sed: Likewise.
8809 * runtime-po/boldquot.sed: Likewise.
8810 * runtime-po/en@quot.header: Likewise.
8811 * runtime-po/en@boldquot.header: Likewise.
8812 * runtime-po/insert-header.sin: Likewise.
8813 * runtime-po/remove-potcdate.sin: Likewise.
8814 * runtime-po/Makevars: Likewise.
8815 * runtime-po/LINGUAS: Likewise.
8816 * runtime-po/de.po: Likewise; we will rely on the translation project
8817 to maintain this, so "bootstrap" should get it.
8818 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
8819 its value.
8820 * src/main.c (main): Bind the bison-runtime domain, too.
8821
8822 2005-07-12 Bruno Haible <bruno@clisp.org>
8823
8824 * data/yacc.c: Include <libintl.h> when NLS is enabled.
8825 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
8826 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
8827 * runtime-po: New directory.
8828 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
8829 $(DOMAIN).pot-update rule, so that old messages are never dropped.
8830 * runtime-po/Rules-quot: New file, copied from po/.
8831 * runtime-po/quot.sed: Likewise.
8832 * runtime-po/boldquot.sed: Likewise.
8833 * runtime-po/en@quot.header: Likewise.
8834 * runtime-po/en@boldquot.header: Likewise.
8835 * runtime-po/insert-header.sin: Likewise.
8836 * runtime-po/remove-potcdate.sin: Likewise.
8837 * runtime-po/Makevars: New file.
8838 * runtime-po/POTFILES.in: New file.
8839 * runtime-po/LINGUAS: New file.
8840 * runtime-po/bison-runtime.pot: New file.
8841 * runtime-po/de.po: New file.
8842 * m4/bison.m4: New file.
8843 * Makefile.am (SUBDIRS): Add runtime-po.
8844 (aclocaldir, aclocal_DATA): New variables.
8845 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
8846 Define aclocaldir.
8847 * src/getargs.c (usage): Document --print-localedir option.
8848 (PRINT_LOCALEDIR_OPTION): New enum item.
8849 (long_options): Add --print-localedir option.
8850 (getargs): Handle --print-localedir option.
8851 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
8852 (Internationalization): New section.
8853
8854 2005-07-12 Akim Demaille <akim@epita.fr>
8855
8856 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
8857 for consistency with the rest of the code.
8858 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
8859 Add separators.
8860
8861 2005-07-12 Akim Demaille <akim@epita.fr>
8862
8863 * src/parse-gram.y: Use %printer instead of YYPRINT.
8864
8865 2005-07-12 Akim Demaille <akim@epita.fr>
8866
8867 * src/symtab.h, src/symtab.c (symbol_print): New.
8868 * src/symlist.h, src/symlist.c (symbol_list_print): New.
8869 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
8870
8871 2005-07-12 Akim Demaille <akim@epita.fr>
8872
8873 * data/glr.c (b4_syncline): Fix (swap) the definitions of
8874 b4_at_dollar and b4_dollar_dollar.
8875
8876 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
8877
8878 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
8879 and Pennello's paper.
8880
8881 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
8882
8883 * data/yacc.c (yyparse): Undo previous patch. Instead,
8884 set yylsp[0] and yyvsp[0] only if the initial action
8885 sets yylloc and yylval, respectively.
8886
8887 * data/yacc.c (yyparse): In the initial action, set
8888 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
8889 This avoids the use of undefined variables if the initial
8890 action does not set yylloc and/or yylval.
8891
8892 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
8893
8894 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
8895 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
8896 Remove from CVS. These files are automatically generated.
8897 * examples/extexi: Clarify that this file is now part of Bison,
8898 not GNU M4, and that it works with any POSIX-compatible Awk.
8899 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
8900 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
8901 so that we also get calc++-parser.yy. Geneate it.
8902 Use $(AWK), not gawk, since any conforming Awk will do.
8903 Put comment before action, since older 'make' can't handle comment
8904 in action.
8905 $(BUILT_SOURCES): List all built sources, not just some of them.
8906 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
8907 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
8908 $($(calc_sources_generated)): Remove unnecessary test for existence
8909 of target. (This had a shell syntax error anyway; a stray "x".)
8910 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
8911 calc++-parser.yy.
8912 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
8913
8914 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
8915 implied by the other modules.
8916
8917 2005-07-06 Akim Demaille <akim@epita.fr>
8918
8919 Bind examples/calc++ to the package.
8920 * examples/calc++/Makefile: Remove, replaced by...
8921 * examples/calc++/Makefile.am: ... this new file.
8922 * examples/calc++/test: Remove input.
8923 * examples/calc++/compile: Remove.
8924 * examples/Makefile.am: New.
8925 * configure.ac, Makefile.am: Adjust.
8926 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
8927
8928 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
8929
8930 * data/glr.c (yyFail): Drastically simplify; since the format argument
8931 never had any % directives, we can simply pass it to yyerror.
8932 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
8933 be modified later, as that is the usual style in glr.c.
8934 Problems reported by Paul Hilfinger.
8935
8936 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
8937 and size overflow errors.
8938 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
8939 in case the user prolog sets feature-test macros like _GNU_SOURCE.
8940 (YYSIZEMAX): New macro.
8941 (yystpcpy): New function, taken from yacc.c.
8942 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
8943 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
8944 so that we don't have to maintain their signatures.
8945 (yyFail): Check for buffer overflow, by using vsnprintf rather
8946 than vsprintf. Allocate a bigger buffer if possible.
8947 Report an error if buffer allocation fails.
8948 (yyStackOverflow): New function.
8949 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
8950 the initialization was successful. It might fail if storage was
8951 exhausted.
8952 (yyexpandGLRStack): Add more checks for storage allocation failure.
8953 Use yyStackOverflow to report failures.
8954 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
8955 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
8956 Don't assume stack number fits in int.
8957 (yysplitStack): Check for storage allocation failure.
8958 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
8959 can print diagnostics on storage allocation failure. All callers
8960 changed.
8961 (yyresolveValue): Use yybool for boolean.
8962 (yyreportSyntaxError): Check for size-calculation overflow.
8963 This code is taken from yacc.c.
8964 (yyparse): Check for storage allocation errors when allocating
8965 the initial stack.
8966
8967 2005-07-05 Akim Demaille <akim@epita.fr>
8968
8969 Extract calc++ from the documentation.
8970 * doc/bison.texinfo (Calc++): Add the extraction marks.
8971 * examples/extexi: New, from the aborted GNU Programming 2E.
8972 Separate the different paragraph of a file with empty lines.
8973 * examples/Makefile: Use it to extract the whole calc++ example.
8974
8975 2005-06-24 Akim Demaille <akim@epita.fr>
8976
8977 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
8978 class typedefs.
8979
8980 2005-06-22 Akim Demaille <akim@epita.fr>
8981
8982 * doc/bison.texinfo (C++ Language Interface): First stab.
8983 (C++ Parsers): Remove.
8984
8985 2005-06-22 Akim Demaille <akim@epita.fr>
8986
8987 * data/lalr1.cc (yylex_): Honor %lex-param.
8988
8989 2005-06-22 Akim Demaille <akim@epita.fr>
8990
8991 Start a set of simple examples.
8992 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
8993 * examples/calc++/calc++-driver.hh,
8994 * examples/calc++/calc++-parser.yy,
8995 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
8996 * examples/calc++/compile, examples/calc++/test: New.
8997
8998 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
8999
9000 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
9001 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
9002 which stems from the 2005-05-27 patch.
9003
9004 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
9005
9006 * data/glr.c: Modify treatment of unused parameters to permit use
9007 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
9008
9009 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
9010
9011 Fix infringement on user name space reported by Janos Zoltan Szabo.
9012 * data/yacc.c (yyparse): strlen -> yystrlen.
9013
9014 2005-05-30 Akim Demaille <akim@epita.fr>
9015
9016 * data/lalr1.cc (_): New.
9017 Translate the various messages.
9018
9019 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
9020
9021 Fix infringement on user name space reported by Bruno Haible.
9022 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
9023 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
9024 the user's name space.
9025 (alloca): Include <stdlib.h> to get it, if it's not built in.
9026 (YYMALLOC, YYFREE): Define only if needed.
9027 (malloc, free): Declare, but only if needed, as this infringes on
9028 the user name space.
9029
9030 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
9031
9032 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
9033 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
9034 with %d format.
9035 * lib/ebitset.c (min, max): Undef before defining.
9036 * lib/vbitset.c (min, max): Likewise.
9037 * lib/subpipe.c (create_subpipe): Save local variables in case
9038 vfork clobbers them.
9039
9040 2005-05-24 Bruno Haible <bruno@clisp.org>
9041
9042 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
9043 error message syntax used by gcc-4.0.
9044
9045 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
9046
9047 * README: Mention m4 1.4.3. Remove obsolete advice about
9048 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
9049
9050 * bootstrap: Remove workaround for problem I encountered with
9051 gettext 0.14.1; it seems to be fixed now.
9052
9053 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
9054
9055 * NEWS: Version 2.0a.
9056
9057 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
9058 the previous change.
9059
9060 Various maintainer cleanups.
9061 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
9062 conftest*, for benefit of CVS commands run at the same time as
9063 "configure". Add build-aux, since "bootstrap" now creates it and
9064 its subfiles.
9065 * Makefile.cfg (move_if_change): Remove.
9066 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
9067 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
9068 (po_repo, do-po-update, po-update, wget_files, get-targets):
9069 (config.guess-url_prefix, config.sub-url_prefix):
9070 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
9071 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
9072 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
9073 Remove.
9074 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
9075 this is now the recommended name.
9076 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
9077 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
9078 ylwrap. These files now go into build-aux.
9079 * config/move-if-change: Remove.
9080 * config/prev-version.txt: Bump from 1.75 to 2.0.
9081
9082 * bootstrap: Add stdio-safer, unistd-safer modules.
9083 Remove m4/glibc2.m4 (introduced by latest gnulib, but
9084 we don't need it).
9085 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
9086 fopen-safer.c, stdio-safer.h, unistd-safer.h.
9087 * lib/subpipe.c: Include "unistd-safer.h".
9088 (create_subpipe): Make sure all the newly-created
9089 file descriptors are > 2, so that diagnostics don't
9090 get sent down them (which might cause Bison to hang, in theory).
9091 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
9092 * src/files.c (xfopen): Use fopen_safer, not fopen.
9093
9094 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
9095 yesterday's yacc.c fix.
9096
9097 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
9098
9099 * data/glr.c, data/lalr1.cc: Update copyright date.
9100
9101 Fix a destructor bug reported by Wolfgang Spraul in
9102 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
9103 * data/yacc.c (yyabortlab): Don't call destructor, and
9104 don't set yychar to EMPTY.
9105 (yyoverflowlab): Don't call destructor.
9106 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
9107 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
9108 since we no longer output the message "discarding lookahead token
9109 end of input ()".
9110
9111 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
9112
9113 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
9114 fix a small glitch in debugging output.
9115 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
9116 after YY_SYMBOL_PRINT where needed.
9117
9118 (struct yyGLRState): Add some comments.
9119 (struct yySemanticOption): Add some comments.
9120 (union yyGLRStackItem): Add comment.
9121
9122 (yymergeOptionSets): Correct this to properly perform the union,
9123 avoiding infinite reported by Michael Rosien.
9124 Update comment.
9125
9126 * tests/glr-regression.at: Add test for GLR merging error reported
9127 by M. Rosien.
9128
9129 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
9130
9131 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
9132 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
9133 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
9134 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
9135 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
9136 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
9137 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
9138 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
9139 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
9140 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
9141 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
9142 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
9143 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
9144 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
9145 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
9146 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
9147 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
9148 src/derives.h, src/files.c, src/files.h, src/getargs.c,
9149 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
9150 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
9151 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
9152 src/output.h, src/parse-gram.c, src/parse-gram.h,
9153 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
9154 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
9155 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
9156 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
9157 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
9158 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
9159 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
9160 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
9161 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
9162 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
9163 tests/reduce.at, tests/regression.at, tests/sets.at,
9164 tests/synclines.at, tests/testsuite.at, tests/torture.at:
9165 Update FSF postal mail address.
9166
9167 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
9168
9169 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
9170 Problem reported by Ralf Menzel.
9171
9172 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
9173
9174 * tests/actions.at: Test that stack overflow invokes destructors.
9175 From Marcus Holland-Moritz.
9176 * data/yacc.c (yyerrlab): Move the code that destroys the stack
9177 from here....
9178 (yyreturn): to here. That way, destructors are called properly
9179 even if the stack overflows, or the user calls YYACCEPT or
9180 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
9181 (yyoverflowlab): Destroy the lookahead.
9182
9183 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
9184
9185 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
9186
9187 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
9188
9189 * NEWS: Bison-generated C parsers no longer quote literal strings
9190 associated with tokens.
9191 * src/output.c (prepare_symbols): Don't escape strings,
9192 since users don't want to see C escapes.
9193 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
9194 in diagnostics.
9195 * tests/input.at (Torturing the Scanner): Likewise.
9196 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
9197
9198 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
9199
9200 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
9201 the data size is known to be too small and we can't increase it.
9202 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
9203
9204 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
9205
9206 * src/parse-gram.y: Include quotearg.h.
9207 (string_as_id): Quote $1 before using it as a key, since the
9208 lexer no longer quotes it for us.
9209 (string_content): Don't strip quotes, since lexer no longer
9210 quotes it for us.
9211 * src/scan-gram.l: Include quotearg.h.
9212 ("\""): Omit quote.
9213 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
9214 a key, since the rest of the lexer doesn't quote it.
9215 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
9216 * tests/regression.at (Token definitions): Check for backslashes
9217 in token strings.
9218
9219 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
9220 (YYSIZE_T): Define to unsigned long int when using an older compiler.
9221 (yyparse): Revamp code to generate long syntax error message, to
9222 make it easier to translate, and to avoid problems with arithmetic
9223 overflow. Change "virtual memory" to "memory" in diagnostic, since
9224 we don't know whether the memory is virtual.
9225
9226 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
9227
9228 * NEWS: Bison-generated C parsers now use the _ macro to
9229 translate strings.
9230 * data/yacc.c (_) [!defined _]: New macro.
9231 All English strings wrapped inside this macro.
9232 * doc/bison.texinfo (Bison Parser): Document _.
9233 * po/POTFILES.in: Include src/parse-gram.c, since it now
9234 includes translateable strings that parse-gram.y doesn't.
9235
9236 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
9237
9238 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
9239 reverting the 2004-10-11 change to this function.
9240 (symbol_check_alias_consistency): Don't call symbol_type_set
9241 if the type name is already correct.
9242 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
9243
9244 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
9245
9246 * tests/regression.at (Token definitions): Don't use a token named
9247 c, as that generates a "#define c ..." that runs afoul of buggy
9248 stdlib.h that uses the identifier c as a member of struct
9249 drand48_data. Problem reported by Horst Wente.
9250
9251 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
9252
9253 * bootstrap: Change translation URL from
9254 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
9255 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
9256 redirection glitches. Problem reported by twlevo@xs4all.nl.
9257
9258 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
9259
9260 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
9261 after operands; POSIX says this isn't portable for the c99 command.
9262
9263 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
9264
9265 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
9266 immediately if a data overrun has occurred; this may help us track
9267 down what may be a spurious failure on MacOS.
9268
9269 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
9270
9271 Respond to problems reported by twlevo@xs4all.nl.
9272
9273 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
9274
9275 * src/vcg.h: Comment fix.
9276 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
9277 (G_CMAX): Change to -1 instead of INT_MAX.
9278
9279 * data/yacc.c (yyparse): Omit spaces before #line.
9280
9281 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
9282
9283 * src/tables.c (state_number_to_vector_number): Put it inside an
9284 "#if 0", since it's not currently used. Problem reported by
9285 Roland McGrath.
9286
9287 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
9288
9289 * src/output.c (escaped_output): Renamed from
9290 escaped_file_name_output, since we now use it for symbol tags as
9291 well. All uses changed.
9292 (symbol_destructors_output, symbol_printers_output):
9293 Escape symbol tags too.
9294 Problem reported by Matyas Forstner in
9295 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
9296
9297 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
9298 not needed.
9299 * src/output.c (user_actions_output, token_definitions_output,
9300 symbol_destructors_output, symbol_printers_output): Likewise.
9301 * src/reader.c (prologue_augment): Likewise.
9302 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
9303
9304 * src/vcg.c (output_edge): Don't quote linestyle arg.
9305 Problem reported by twlevo@xs4all.nl.
9306
9307 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
9308
9309 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
9310 example, reported by Derek M Jones. Also, make the example even
9311 more outrageous, to better illustrate how bad the problem is.
9312
9313 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
9314
9315 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
9316 putsym. Typo reported by Sebastian Piping.
9317
9318 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
9319
9320 * doc/bison.texinfo (Language and Grammar): some -> same
9321 (Epilogue): int he -> in the
9322 Typos reported by Sebastian Piping via Justin Pence.
9323
9324 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
9325
9326 * tests/glr-regression.at (Improper handling of embedded actions
9327 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
9328 embedded actions and $-N in GLR parsers", work around an Autoconf bug
9329 with dollar signs in test names.
9330 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
9331 for a similar reason.
9332
9333 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
9334
9335 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
9336 wants to redefine G_VIEW.
9337
9338 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
9339
9340 * src/vcg.c (get_view_str): Remove case for normal_view.
9341 Problem reported by twlevo@xs4all.nl.
9342
9343 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
9344
9345 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
9346 Problem reported by twlevo@xs4all.nl.
9347
9348 * doc/bison.texinfo: Change @dircategory from "GNU programming
9349 tools" to "Software development". Requested by Richard Stallman
9350 via Karl Berry.
9351
9352 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
9353
9354 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
9355 Problem reported by twlevo@xs4all.nl.
9356
9357 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
9358
9359 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
9360 keyword; it's not needed with modern compilers, and it doesn't
9361 affect correctness with older compilers. Suggested by
9362 twlevo@xs4all.nl.
9363
9364 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
9365
9366 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
9367 gcc -Wswitch-default.
9368 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
9369 * data/yacc.c (yyparse): Likewise.
9370
9371 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
9372
9373 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
9374 already. Let config.h define any nonstandard values.
9375
9376 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
9377
9378 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
9379 for the benefit of slower hosts. Problem reported by
9380 Nelson H. F. Beebe.
9381
9382 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
9383
9384 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
9385 being defined and not used.
9386 * data/lalr1.cc (yyparse): Likewise.
9387 Use "if (false)" rather than "if (0)".
9388
9389 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
9390
9391 * TODO: Mention that we should allow NUL bytes in tokens.
9392
9393 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
9394
9395 * src/scan-skel.l (<<EOF>>): Don't close standard output.
9396 Problem reported by Hans Aberg.
9397
9398 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
9399
9400 * src/getargs.c (version): Happy new year; update overall
9401 program copyright date from 2004 to 2005.
9402
9403 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
9404 Problem reported by Hans Aberg.
9405 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
9406 (Output file names.): Add a test for the case when standard output
9407 is closed.
9408
9409 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
9410
9411 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
9412 to fix an oversight in the Bison 2.0 manual.
9413
9414 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
9415
9416 * NEWS: Version 2.0. Reformat the existing news items since
9417 1.875, so that related items are grouped together.
9418 * configure.ac (AC_INIT): Bump version to 2.0.
9419 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
9420
9421 * tests/torture.at (Exploding the Stack Size with Alloca): Set
9422 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
9423 otherwise, we're not testing alloca. Unfortunately there's no
9424 simple way to consult HAVE_ALLOCA here.
9425
9426 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
9427 for yymsg, too.
9428
9429 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
9430 hand. This avoids a warning about comparing int to size_t when
9431 GCC warnings are enabled.
9432
9433 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
9434
9435 * NEWS: Bison-generated parsers no longer default to using the
9436 alloca function (when available) to extend the parser stack, due
9437 to widespread problems in unchecked stack-overflow detection.
9438 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
9439 responsibility to set it to a positive value. This lets the user
9440 specify a value that is not a preprocessor constant.
9441 * data/yacc.c (YYMAXDEPTH): Likewise.
9442 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
9443 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
9444 to be a compile-time constant. However, explain the constraints on it.
9445 Also, explain the constraints on YYINITDEPTH.
9446 (Table of Symbols): Explain that alloca is no longer the default.
9447 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
9448 to 1.
9449
9450 * doc/bison.texinfo (Location Default Action): Mention that n must
9451 be zero when k is zero. Suggested by Frank Heckenbach.
9452
9453 2004-12-22 Akim Demaille <akim@epita.fr>
9454
9455 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
9456 (parser::state_type, parser::semantic_type, parser::location_type):
9457 Private, not public.
9458 (parser::parse): Return ints, not bool.
9459 Returning a bool introduces a problem: 0 corresponds to false, and
9460 it seems weird to return false on success. Returning true changes
9461 the conventions for yyparse.
9462 Alternatively we could return void and send an exception.
9463 There is no clear consensus (yet?).
9464 (state_stack, semantic_stack, location_stack): Rename as...
9465 (state_stack_type, semantic_stack_type, location_stack_type): these.
9466 Private, not public.
9467 * tests/c++.at: New.
9468 * tests/testsuite.at, tests/Makefile.am: Adjust.
9469
9470 2004-12-21 Akim Demaille <akim@epita.fr>
9471
9472 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
9473
9474 2004-12-21 Akim Demaille <akim@epita.fr>
9475
9476 Don't impose std::string for filenames.
9477
9478 * data/lalr1.cc (b4_filename_type): New.
9479 (position::filename): Use it.
9480 (parser.hh): Move the inclusion of stack.hh and location.hh below
9481 the user code, so that needed headers for the filename type can be
9482 included first.
9483 Forward declare them before the user code.
9484 * tests/Makefile.am (check-local, installcheck-local): Pass
9485 TESTSUITEFLAGS to the TESTSUITE.
9486
9487 2004-12-20 Akim Demaille <akim@epita.fr>
9488
9489 Use more STL like names: my_class instead of MyClass.
9490
9491 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
9492 (SemanticStack, SemanticType, StateStack, StateType)
9493 (TokenNumberType, Stack, Slice, Traits, Parser::location)
9494 (Parser::value): Rename as...
9495 (location_stack, location_type, rhs_number_type, semantic_stack)
9496 (semantic_type, state_stack, state_type, token_number_type, stack)
9497 (slice, traits, parser::yylloc, parser::yylval): these.
9498
9499 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
9500
9501 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
9502
9503 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
9504 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
9505
9506 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
9507
9508 Remove uses of 'short int' and 'unsigned short int'. This raises
9509 some arbitrary limits. It uses more memory but nowadays that's
9510 not much of an issue.
9511
9512 This change does not affect the generated parsers; that's a different
9513 task, as some users will want to conserve memory there.
9514
9515 Ideally we should use size_t to represent all object counts, and
9516 something like ptrdiff_t to represent signed differences of object
9517 counts; but that will require more code-cleanup than I have the
9518 time to do right now.
9519
9520 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
9521 Use size_t, not int or short int, to count objects.
9522 * src/closure.c (nritemset, closure): Likewise.
9523 * src/closure.h (nritemset, closure): Likewise.
9524 * src/nullable.c (nullable_compute): Likewise.
9525 * src/print.c (print_core): Likewise.
9526 * src/print_graph.c (print_core): Likewise.
9527 * src/state.c (state_compare, state_hash): Likewise.
9528 * src/state.h (struct state): Likewise.
9529 * src/tables.c (default_goto, goto_actions): Likewise.
9530
9531 * src/gram.h (rule_number, rule): Use int, not short int.
9532 * src/output.c (prepare_rules): Likewise.
9533 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
9534 errs, reductions): Likewise.
9535 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
9536 Likewise.
9537 * src/tables.c (vector_number, tally, action_number,
9538 ACTION_NUMBER_MINIMUM): Likewise.
9539 * src/output.c (muscle_insert_short_int_table): Remove.
9540
9541 2004-12-17 Akim Demaille <akim@epita.fr>
9542
9543 * data/lalr1.cc: Extensive Doxygenation.
9544 (error_): Rename as...
9545 (error): this, since it is visible to the user.
9546 Adjust callers.
9547 (Parser::message): Now an automatic variable from...
9548 (Parser::yyreport_syntax_error_): here.
9549 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
9550 Parser::error.
9551 * tests/input.at: Escape $.
9552
9553 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
9554
9555 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
9556 Parenthesize rhs to avoid obscure problems with mistakes like
9557 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
9558 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
9559 b4_rhs_location): Likewise.
9560 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
9561 b4_rhs_location): Likewise.
9562
9563 2004-12-16 Akim Demaille <akim@epita.fr>
9564
9565 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
9566 yacc.c: be sure to stay within yycheck_.
9567 * tests/actions.at: Re-enable C++ tests.
9568
9569 2004-12-16 Akim Demaille <akim@epita.fr>
9570
9571 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
9572 real.
9573
9574 2004-12-16 Akim Demaille <akim@epita.fr>
9575
9576 Use #define to handle the %name-prefix.
9577
9578 * data/glr.c, data/yacc.c: Comment changes.
9579 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
9580 so that one can refer to yylex in the parser file, and have it
9581 renamed, as is the case with other skeletons.
9582
9583 2004-12-16 Akim Demaille <akim@epita.fr>
9584
9585 Move lalr1.cc internals into yy*.
9586
9587 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
9588 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
9589 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
9590 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
9591 (empty_, final_, terror_, errcode_, ntokens_)
9592 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
9593 (looka_, ilooka_, error_range_, nerrs_):
9594 Rename as...
9595 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
9596 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
9597 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
9598 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
9599 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
9600 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
9601 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
9602 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
9603 these.
9604
9605 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
9606
9607 Fix some problems reported by twlevo at xs4all.
9608 * src/symtab.c (symbol_new): Report an error if the input grammar
9609 contains too many symbols. This is better than calling abort() later.
9610 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
9611 (struct node, struct graph):
9612 Rename member expand to stretch. All uses changed.
9613 (struct graph): Remove member layoutalgorithm. All uses removed.
9614 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
9615 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
9616 All uses changed.
9617 (N_STRETCH): Rename from N_EXPAND. All uses changed.
9618
9619 2004-12-15 Akim Demaille <akim@epita.fr>
9620
9621 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
9622 Add more Doxygen comments.
9623 (symprint_, stack_print_, reduce_print_, destruct_, pop)
9624 (report_syntax_error_, translate_): Rename as...
9625 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
9626 (yypop_, yyreport_syntax_error_, yytranslate_): this.
9627
9628 2004-12-15 Akim Demaille <akim@epita.fr>
9629
9630 * data/lalr1.cc (lex_): Rename as...
9631 (yylex_): this.
9632 Move the trace here.
9633 Take the %name-prefix into account.
9634 Reported by Alexandre Duret-Lutz.
9635
9636 2004-12-15 Akim Demaille <akim@epita.fr>
9637
9638 Simplify the C++ parser constructor.
9639
9640 * data/lalr1.cc (debug_): Rename as...
9641 (yydebug_): so that the parser's internals are always in the yy*
9642 pseudo namespace.
9643 Adjust uses.
9644 (b4_parse_param_decl): Remove the leading comma as it is now only
9645 called as unique argument list.
9646 (Parser::Parser): Remove the constructor accepting a location and
9647 an initial debugging level.
9648 Remove from the other ctor the argument for the debugging level.
9649 (debug_level_type, debug_level, set_debug_level): New.
9650
9651 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
9652 constructor calls.
9653
9654 2004-12-15 Akim Demaille <akim@epita.fr>
9655
9656 Remove b4_root related material: failure experiment
9657 (which goal was to allow to derive from a class).
9658
9659 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
9660 definitions and uses.
9661
9662 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
9663
9664 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
9665 not 2, since it's not portable to subtract 1 from the start of an
9666 array. The new item 0 is never set or used. All uses changed.
9667
9668 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
9669 the default definition of YYLLOC_DEFAULT. Problem reported
9670 by Frank Heckenbach.
9671
9672 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
9673
9674 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
9675 the normal case and one for the error case. Just use the
9676 first one uniformly. Problem reported by Frank Heckenbach.
9677 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
9678 use exactly the same macro in both places.
9679 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
9680 so that the normal-case YYRHSLOC works for the error case too.
9681 All uses changed.
9682 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
9683 (YYLLOC_DEFAULT): Use the same macro as glr.c.
9684 * doc/bison.texinfo (Location Default Action): Don't claim that
9685 we have an array of locations. Use the same macro for both glr
9686 and lalr parsers. Mention YYRHSLOC. Mention what happens when
9687 the index is 0.
9688
9689 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
9690
9691 * HACKING: Update email addresses to send announcements to.
9692
9693 * configure.ac (AC_INIT): Bump version to 1.875f.
9694
9695 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
9696
9697 * NEWS: Version 1.875e.
9698 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
9699
9700 * src/scan-skel.l: Include "complain.h", for "fatal".
9701
9702 * src/relation.h (relation_print, relation_digraph):
9703 Relation sizes are of type relation_node, not size_t (this is
9704 merely a doc fix, since the two types are equivalent).
9705 (relation_transpose): Relation sizes are of type relation_node,
9706 not int.
9707 * src/relation.c: Likewise.
9708 (top, infinity): Now of type relation_node, not int.
9709 (traverse, relation_transpose): Use relation_node, not int.
9710
9711 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
9712 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
9713 (yyparse): Remove unused local introduced in 2004-10-25 patch.
9714
9715 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
9716 specifying whether the test should be skipped. Use it tp
9717 specify that the [%defines %skeleton "lalr1.cc"] tests currently
9718 fail on some hosts, and should be skipped.
9719
9720 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
9721
9722 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
9723 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
9724 unless otherwise specified below.
9725
9726 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
9727 to allocate kernel_base, kernel_items, kernel_size, since
9728 they needn't be initialized to 0.
9729 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
9730 * src/closure.c (new_closure): Likewise, for itemset.
9731 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
9732 * src/lalr.c (set_goto_map): Likewise, for temp_map.
9733 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
9734 (build_relations): Likewise for edge, states1, includes.
9735 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
9736 * src/reader.c (packgram): Likewise, for ritem, rules.
9737 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
9738 * src/relation.c (relation_digraph): Likewise for VERTICES.
9739 (relation_transpose): Likewise for new_R, end_R.
9740 * src/symtab.c (symbols_token_translations_init): Likewise for
9741 token_translations.
9742 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
9743 (token_actions): Likewise for yydefact, actrow, conflrow,
9744 conflict_list.
9745 (save_column): Likewise for froms[symno], tos[symno].
9746 (goto_actions): Likewise for state_count.
9747 (pack_table): Likewise for base, pos, check.
9748 (tables_generate): Likewise for width.
9749
9750 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
9751 for initial core. Just have a separate core, so we needn't worry
9752 about whether kernel_size and kernel_base are initialized.
9753
9754 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
9755 kernel_size, kernel_items): Remove unnecessary initialization.
9756 * src/conflicts.c (conflicts): Likewise.
9757 * src/derives.c (derives): Likewise.
9758 * src/muscle_tablc (muscle_insert): Likewise.
9759 * src/relation.c (relation_digraph): Likewise.
9760 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
9761 conflrow, conflict_table, conflict_list, table, check):
9762 Likewise.
9763
9764 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
9765 This is because all callers pass unsigned int.
9766 * src/closure.h (new_closure): Likewise.
9767
9768 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
9769 (build_relations): Initialize includes[i] in all cases.
9770 * src/reader.c (packgram): Always initialize rules[ruleno].prec
9771 and rules[ruleno].precsym. Initialize members in order.
9772 * src/relation.c (relation_transpose): Always initialize new_R[i]
9773 and end_R[i].
9774 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
9775
9776 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
9777 conflict_list[0] was always 0, but now it isn't initialized.
9778
9779 * src/table.c (table_grow): When conflict_table grew, the grown
9780 area wasn't cleared. Fix this.
9781
9782 * lib/.cvsignore: Add strdup.c, strdup.h.
9783 * m4/.cvsignore: Add strdup.m4.
9784
9785 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
9786
9787 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
9788 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
9789 GOTO_NUMBER_MAXIMUM, since we occasionally compute
9790 ngotos + 1 without checking for overflow.
9791 (build_relations): Use END_NODE, not -1, to denote end of edges.
9792 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
9793 build_relations): Use goto_number, not int, for goto numbers.
9794 * src/tables.c (save_column, default_goto): Likewise.
9795
9796 2004-11-23 Akim Demaille <akim@epita.fr>
9797
9798 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
9799 of #defining from yystype.
9800 Don't typedef yystype, C++ does not need it.
9801 This lets it possible to forward declare it as union.
9802
9803 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
9804
9805 * bootstrap (gnulib_modules): Add extensions.
9806 Problem reported by Jim Meyering.
9807
9808 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
9809
9810 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
9811 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
9812 src/system.h, src/tables.c: XFREE -> free, to accommodate
9813 recent change to gnulib xalloc.h.
9814 Problem reported by Jim Meyering.
9815
9816 2004-11-17 Akim Demaille <akim@epita.fr>
9817
9818 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
9819
9820 2004-11-17 Akim Demaille <akim@epita.fr>,
9821 Alexandre Duret-Lutz <adl@gnu.org>
9822
9823 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
9824 changes.
9825 (YYCDEBUG): Adjust.
9826 Use it instead of cdebug_.
9827 (Parser::debug_stream, Parser::set_debug_stream): New.
9828 (Parser::symprint_): Define cdebug_ for temporary backward
9829 compatibility.
9830 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
9831 debug_stream ().
9832
9833 2004-11-17 Akim Demaille <akim@epita.fr>
9834
9835 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
9836 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
9837 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
9838 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
9839
9840 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
9841
9842 * data/glr.c (yyloc_default): Remove; not used.
9843 Problem reported by Frank Heckenbach.
9844
9845 2004-10-25 Akim Demaille <akim@epita.fr>
9846
9847 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
9848 Introduce another definition to address simple location arrays.
9849 (yyGLRStack): New member: yyerror_range.
9850 (yyrecoverSyntaxError, yyparse): Update it.
9851 (yyrecoverSyntaxError): Use it when shifting the error token to
9852 have an accurate range, equivalent to the one computed by both
9853 yacc.c and lalr1.cc.
9854 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
9855 that column numbers start at column 0, as per GNU Coding
9856 Standards, the others tests, and the doc.
9857 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
9858 Adjust to the above change (first column is 0).
9859 And adjust the location of the "<error>", now covering the whole
9860 line.
9861
9862 2004-10-22 Akim Demaille <akim@epita.fr>
9863 and Paul Eggert <eggert@cs.ucla.edu>
9864
9865 Remove some arbitrary limits on goto numbers and relations.
9866 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
9867 initial values, since they're never used.
9868 (set_goto_map): ngotos is now unsigned, so test for overflow
9869 by seeing whether it wraps around to zero.
9870 * src/lalr.h (goto_number): Now size_t, not short int.
9871 (GOTO_NUMBER_MAXIMUM): Remove.
9872 * src/relation.c (relation_print, traverse, relation_transpose):
9873 Check for END_NODE rather than looking at sign.
9874 * src/relation.h (END_NODE): New macro.
9875 (relation_node): Now size_t, not short int.
9876
9877 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
9878
9879 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
9880 keyword, not an identifier. Problem reported by Baron Schwartz in
9881 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
9882
9883 2004-10-11 Akim Demaille <akim@epita.fr>
9884
9885 * src/symtab.c (symbol_check_alias_consistency): Also check
9886 type names, destructors, and printers.
9887 Reported by Alexandre Duret-Lutz.
9888 Recode the handling of associativity and precedence in terms
9889 of symbol_precedence_set.
9890 Accept no redeclaration at all, not even equal to the previous
9891 value.
9892 (redeclaration): New.
9893 Use it to factor redeclaration complaints.
9894 (symbol_make_alias): Don't set the type of the alias, let
9895 symbol_check_alias_consistency do it as for other features.
9896 * src/symtab.h (symbol): Add new member prec_location, and
9897 type_location.
9898 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
9899 * tests/input.at (Incompatible Aliases): New.
9900
9901 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
9902
9903 .cvsignore fixes to accommodate gnulib changes,
9904 and the practice of naming build directories "_build".
9905 * .cvsignore: Add "_*". Sort.
9906 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
9907 * m4/.cvsignore: Add "*_gl.m4".
9908
9909 2004-10-06 Akim Demaille <akim@epita.fr>
9910
9911 * src/parse-gram.y (add_param): Fix the truncation of trailing
9912 spaces.
9913
9914 2004-10-05 Akim Demaille <akim@epita.fr>
9915
9916 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
9917 whether the reducion was empty or not. This leaves room to
9918 improve the use of YYLLOC_DEFAULT in such a case.
9919 lalr1.cc is still experimental, so changing this is acceptable.
9920 And finally, there are probably not many users who changed the
9921 handling of locations in GLR, so changing is admissible too.
9922
9923 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
9924 empty reduction, set @$ to an empty location ending the previously
9925 stacked symbol.
9926 Adjust uses to make sure the code is triggered on empty
9927 reductions.
9928 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
9929 expected output: empty reductions have empty locations.
9930
9931 2004-09-29 Akim Demaille <akim@epita.fr>
9932
9933 * data/lalr1.cc: Move towards a more standard C++ coding style
9934 for templates: Class < T > -> Class<T>.
9935
9936 2004-09-29 Akim Demaille <akim@epita.fr>
9937
9938 * data/lalr1.cc: Reinstall the former ctor, for sake of
9939 compatibility, but warn it will be removed.
9940 Move towards a more standard C++ coding style (i.e., type *var ->
9941 type* var).
9942
9943 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
9944
9945 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
9946 since it's less likely to work if NULs are involved in the future.
9947
9948 2004-09-27 Akim Demaille <akim@epita.fr>
9949
9950 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
9951
9952 2004-09-27 Akim Demaille <akim@epita.fr>
9953
9954 * data/lalr1.cc (b4_parse_param_decl_1): New.
9955 (b4_parse_param_decl): Use it to have different names between attribute
9956 and argument names.
9957 (b4_cc_constructor_call): Likewise.
9958
9959 2004-09-24 Akim Demaille <akim@epita.fr>
9960
9961 * src/parse-gram.y (add_param): Strip the leading and trailing
9962 blanks from a formal argument declaration.
9963 (YY_LOCATION_PRINT): New.
9964
9965 2004-09-24 Akim Demaille <akim@epita.fr>
9966
9967 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
9968 after the location.
9969
9970 2004-09-24 Akim Demaille <akim@epita.fr>
9971
9972 * doc/bison.texinfo (Table of Symbols): Sort.
9973
9974 2004-09-21 Akim Demaille <akim@epita.fr>
9975
9976 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
9977 the useless parentheses.
9978 Suggested by Paul Eggert.
9979
9980 2004-09-20 Akim Demaille <akim@epita.fr>
9981
9982 Let the initial-action act on the look-ahead, and use it for the
9983 "initial push" (corresponding to an hypothetical beginning-of-file).
9984 And let lalr1.cc honor %initial-action.
9985
9986 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
9987 example.
9988 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
9989 (Parser::Parser): Remove the ctor that used to initialize it.
9990 (Parser::parse): Like in the other skeletons, issue the "starting
9991 parse" message before any action.
9992 Honor %initial-action.
9993 Initialize the stacks with the lookahead.
9994 * data/yacc.c: Let $$ and @$ in %initial-action designate the
9995 look-ahead.
9996 Push them in the stacks.
9997 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
9998
9999 2004-09-20 Akim Demaille <akim@epita.fr>
10000
10001 * doc/bison.texinfo (Initial Action Decl): New.
10002
10003 2004-09-20 Akim Demaille <akim@epita.fr>
10004
10005 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
10006 clearer criterion to define it.
10007 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
10008 When reducing on an empty RHS, use the latest stacked location as
10009 location.
10010 yylloc is not always available.
10011 * data/glr.c: Likewise.
10012 Also, honor initial-actions.
10013
10014 2004-09-20 Akim Demaille <akim@epita.fr>
10015
10016 * data/yacc.c (YY_LOCATION_PRINT): New.
10017 Define when we know YYLTYPE's structure, i.e., when the default
10018 YYLLOC_DEFAULT is used.
10019 * data/c.m4 (b4_yysymprint_generate): Use it.
10020 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
10021 value of the result.
10022 (error_start_): Replace with...
10023 (error_range_): this location array.
10024 This allows to replace code relying on the implementation of
10025 locations by portable code.
10026 * data/yacc.c (yylerrsp): Replace with...
10027 (yyerror_range): this.
10028 Every time a token is popped, update yyerror_range[0], to have an
10029 accurate location for the error token.
10030 * data/glr.c (YY_LOCATION_PRINT): New.
10031 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
10032 deference a pointer.
10033 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
10034 report the location in %printers.
10035
10036 * src/scan-skel.l: Instead of abort, report error messages to ease
10037 understanding skeleton scanning failures.
10038
10039 2004-09-16 Akim Demaille <akim@epita.fr>
10040
10041 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
10042 (iterator, const_iterator): these, to be more in the C++ spirit.
10043 Also, return reverse iterators so that when displaying the stack
10044 we display its bottom first.
10045 (Parser::stack_print_, Parser::reduce_print_): Match the messages
10046 from yacc.c.
10047 We should probably use vector here though.
10048
10049 2004-09-16 Akim Demaille <akim@epita.fr>
10050
10051 Have more complete shift traces.
10052
10053 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
10054 to report Shifts instead of ad hoc YYDPRINTF invocations,
10055 including for the error token.
10056 * data/lalr1.cc (symprint_): Output the location.
10057 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
10058 output the location within the %printer.
10059 Activate GLR tests, at least to make sure they compile properly.
10060 They still don't pass though.
10061 * tests/calc.at: Adjust expect verbose output, since now "Entering
10062 state..." is on a different line than the "Shifting" message.
10063
10064 2004-09-08 Akim Demaille <akim@epita.fr>
10065
10066 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
10067 Bison directive from the Bison file to the invocation of this
10068 macro, so that these directives are passed to
10069 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
10070 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
10071 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
10072 the extra Bison directives instead of the whole series.
10073 Change the grammar so that there are recoverable errors, and
10074 unrecoverable errors. Now we can have the parser give up before
10075 consuming the whole input. As a result we now can observe that
10076 the lookahead is freed when needed.
10077 Change the parser source to parse argv[1] instead of a hard coded
10078 string.
10079 Simplify yylex, and give a value and location to EOF.
10080 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
10081 passed directives already coded in the file.
10082 Add some tests to check the location of "error".
10083 For some tests, the C++ parser is correct, and not yacc.c.
10084 For other tests, they provide different, but unsatisfying, values,
10085 so keep the C++ value so that at least one parser is "correct"
10086 according to the test suite.
10087 (Actions after errors): Remove, this is subsumed by the
10088 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
10089
10090 2004-09-06 Akim Demaille <akim@epita.fr>
10091
10092 * data/lalr1.cc: Adjust the indentation of the labels.
10093 (Parser::pop): New.
10094 Use it.
10095
10096 2004-09-06 Akim Demaille <akim@epita.fr>
10097
10098 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
10099 argument, an informative message.
10100 Call YY_SYMBOL_PRINT.
10101 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
10102 * data/lalr1.cc (destruct_): Likewise.
10103 In addition, no longer depend on b4_yysymprint_generate and
10104 b4_yydestruct_generate to generate these functions, do it "by
10105 hand".
10106
10107 2004-09-03 Akim Demaille <akim@epita.fr>
10108
10109 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
10110 invoked, yydestruct the lookahead.
10111 * tests/calc.at (Calculator $1): Update the expected lengths of
10112 traces: there is an added line for the discarded lookahead.
10113 * doc/bison.texinfo (Destructor Decl): Some rewording.
10114 Define "discarded" symbols.
10115
10116 2004-09-02 Akim Demaille <akim@epita.fr>
10117
10118 * data/lalr1.cc (translate_, destruct_): No reason to be static.
10119
10120 2004-09-02 Akim Demaille <akim@epita.fr>
10121
10122 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
10123 (YYDSYMPRINTF): Rename as...
10124 (YY_SYMBOL_PRINT): this.
10125 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
10126 two.
10127 Use it instead of direct symprint_ calls.
10128 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
10129 one.
10130
10131 2004-09-02 Akim Demaille <akim@epita.fr>
10132
10133 * data/lalr1.cc (b4_yysymprint_generate): New.
10134 (symprint_): New member function, defined when YYDEBUG.
10135 Use it consistently instead of token/nterm debugging output by
10136 hand.
10137 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
10138 %printer calls to use cdebug_ when using lalr1.cc.
10139
10140 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
10141
10142 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
10143 with #ifdef YYDEBUG.
10144
10145 2004-08-26 Akim Demaille <akim@epita.fr>
10146
10147 * doc/bison.texinfo (Implementing Loops): Rename as...
10148 (Implementing Gotos/Loops): this.
10149
10150 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
10151
10152 Adjust to latest gnulib.
10153 * bootstrap (gnulib_modules): Add xalloc-die.
10154 Set LC_ALL=C so that file names sort consistently.
10155 Prefer the gnulib copies of gettext.m4, glibc21.m4,
10156 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
10157 uintmax_t.m4, ulonglong.m4.
10158 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
10159 po.m4 since we are now using _gl.m4 instead.
10160
10161 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
10162
10163 * src/scan-action.l: Remove. Scanning of semantic actions is
10164 handled in scan-gram.l.
10165
10166 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
10167
10168 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
10169
10170 * src/location.h (struct): The file member is a uniqstr.
10171 (equal_boundaries): Use UNIQSTR_EQ for comparison.
10172
10173 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
10174
10175 Fix bug with non-%union parsers that have printers or destructors,
10176 which led to a Bison core dump. Reported by Peter Fales in
10177 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
10178
10179 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
10180 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
10181 not to our own type.
10182 * src/output.c (symbol_destructors_output, symbol_printers_output):
10183 Don't assume %union.
10184 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
10185 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
10186 UNION-FLAG. All callers changed.
10187 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
10188 Use type char, not unsigned int, when declaring an array of char;
10189 this lets us remove a cast.
10190 (Printers and Destructors): Add non-%union test cases.
10191
10192 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
10193
10194 * doc/bison.texinfo: Minor editorial changes, mostly to the new
10195 GLR writeups. E.g., avoid frenchspacing and the future tense,
10196 change "lookahead" to "look-ahead", and change "wrt" to "with
10197 respect to".
10198
10199 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
10200
10201 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
10202 New sections, split off from the GLR Parsers section. Put the new
10203 Simple GLR Parser near the start of the GLR section, for clarity.
10204 Rewrite connective text.
10205
10206 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
10207
10208 * doc/bison.texinfo (Simple GLR Parsers): New section.
10209
10210 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
10211
10212 * NEWS, TODO, doc/bison.texinfo:
10213 Use "look-ahead" instead of "lookahead", to be consistent.
10214 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
10215 while we're fixing "look-ahead".
10216 * src/conflicts.c (shift_set): Renamed from shiftset.
10217 (look_ahead_set): Renamed from lookaheadset.
10218 * src/print.c: Likewise.
10219 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
10220 name for "lookahead".
10221 (report_types, usage): Likewise.
10222 * src/getargs.h (report_look_ahead_tokens): Renamed from
10223 report_lookaheads.
10224 * src/lalr.c (compute_look_ahead_tokens): Renamed from
10225 compute_lookaheads.
10226 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
10227 (look_ahead_tokens_print): Renamed from lookaheads_print.
10228 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
10229 state_rule_lookaheads_print.
10230 * src/state.h: Likewise.
10231 (reductions.look_ahead_tokens): Renamed from lookaheads.
10232 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
10233 AT_DATA_LOOKAHEADS_GRAMMAR.
10234
10235 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
10236
10237 * README: Update location of patched M4 distribution.
10238
10239 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
10240
10241 Don't assume the C++ compiler takes the same arguments as the C compiler
10242 (trivial change).
10243 * configure.ac (O0CXXFLAGS): New var.
10244 * tests/atlocal.in (CXXFLAGS): Use it.
10245
10246 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
10247
10248 Fix some "make check" problems with C++ reported by
10249 Albert Chin-A-Young for Tru64 C++ in this thread:
10250 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
10251
10252 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
10253 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
10254 Output to a .cc file for C++, not to a .c file.
10255 * tests/calc.at (AT_CHECK_CALC): Likewise.
10256 * tests/regression.at (AT_CHECK_DANCER): Likewise.
10257 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
10258
10259 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
10260
10261 * tests/calc.at, tests/actions.at: Workaround for SGI
10262 C++ compiler. (trivial change)
10263
10264 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
10265
10266 Spent a few hours checking out which prerequisite versions the
10267 current sources actually require. I went all the way back to
10268 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
10269 a seemingly endless set of combinations of versions more recent
10270 than that. The bottom line is that the current sources require
10271 fairly recent versions of the build tools, and it'll be some work
10272 to change this.
10273 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
10274 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
10275 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
10276 Add comments explaining why those particular versions are
10277 currently needed.
10278
10279 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
10280 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
10281 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
10282
10283 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
10284 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
10285
10286 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
10287
10288 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
10289 0.11.5. Suggested by Bruno Haible.
10290 * bootstrap: Remove gettext version checking.
10291
10292 * doc/bison.texinfo (Decl Summary): Also mention that %union
10293 can depend on prerequisite types. Problem reported by Tim
10294 Van Holder.
10295
10296 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
10297
10298 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
10299 * README-alpha: Don't tell people not to package this.
10300
10301 * bootstrap: Don't assume $(...) works; use `...` instead.
10302 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
10303 gettext better.
10304
10305 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
10306 put into the -d output file, and mention what to do if YYSTYPE is
10307 defined as a macro.
10308
10309 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
10310
10311 Undo change made earlier today: it caused autopoint to not bring
10312 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
10313 autopoint's.
10314
10315 * bootstrap: Check that gettext version matches what's in
10316 configure.ac. Warn users to ignore robots.txt ERROR 404.
10317 * bootstrap: Undo today's earlier change (logged below).
10318 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
10319
10320 The gettext version checking is causing more trouble than it's
10321 curing; remove it. Problem reported by Paul Hilfinger.
10322
10323 * bootstrap: Issue a warning that one can expect a message
10324 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
10325 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
10326
10327 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
10328
10329 Ensure that the C++ compiler used for testing actually works on a
10330 simple test program; if not, skip the C++-related tests. Problem
10331 reported by Vin Shelton in:
10332 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
10333
10334 * m4/cxx.m4: New file.
10335 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
10336 * tests/atlocal.in (BISON_CXX_WORKS): Add.
10337 * tests/local.at (AT_COMPILE_CXX): Use it.
10338
10339 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
10340
10341 * data/glr.c (yylloc): Output this macro even if locations are not
10342 being generated, as the GLR parser needs it even in that case.
10343 Problem reported by Troy A. Johnson
10344 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
10345
10346 * configure.ac (AC_INIT): Update to 1.875e.
10347
10348 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
10349
10350 * NEWS: Version 1.875d.
10351 * configure.ac (AC_INIT): Likewise.
10352 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
10353
10354 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
10355 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
10356 lalr1.cc runs afoul of the first, and the last two are no longer
10357 supported by GCC 3.4.0.
10358 * README: Mention GNU m4 1.4 or later; mention m4 patches.
10359 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
10360
10361 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
10362
10363 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
10364 unsigned int, for compatibility with latest gnulib hash module.
10365 * src/state.c (state_hash, state_hasher): Likewise.
10366 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
10367 * src/uniqstr.c (hash_uniqstr): Likewise.
10368
10369 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
10370
10371 * NEWS: Unescaped newlines are no longer allowed in char & strings.
10372
10373 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
10374 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
10375 character and string literals.
10376 (unexpected_end): New function.
10377 (unexpected_eof): Use it.
10378 (unexpected_newline): New function.
10379 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
10380 actions.
10381
10382 * NEWS: Document %expect-rr.
10383
10384 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
10385 Fix typo by replacing $1 with $option.
10386 Remove more 'intl'-related files.
10387 Don't DEFUN AM_INTL_SUBDIR twice.
10388
10389 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
10390 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
10391 strtoul.c.
10392 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
10393 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
10394 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
10395 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
10396 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
10397 * src/.cvsignore: Add *.output.
10398
10399 * src/parse-gram.y: Put copyright notice inside %{ %} so it
10400 gets copied to the output file.
10401
10402 2004-04-28 Paul Eggert <eggert@twinsun.com>
10403
10404 Get files from the gnulib and po repositories, instead of relying
10405 on them being in our CVS. Upgrade to latest versions of gnulib
10406 and Automake.
10407
10408 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
10409 * bootstrap: Bootstrap from gnulib and po repositories.
10410 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
10411 * README-cvs: Document these changes. Remove version numbers from
10412 mentions of build tools, since they change so often. Mention Flex.
10413
10414 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
10415 (gl_USE_SYSTEM_EXTENSIONS): Add.
10416 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
10417 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
10418 does this for us.
10419 (AC_ISC_POSIX): Remove; we no longer support this
10420 ancient OS, as it gets in the way of latest Autoconf & gnulib.
10421 (AC_HEADER_STDC): Remove: we now assume C89 or better.
10422 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
10423 Do not check for C89 headers, except for locale.h which is used
10424 by the Yacc library and must port to K&R hosts.
10425 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
10426 Do not check for C89 functions, except for setlocale which is
10427 used by the Yacc library.
10428 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
10429 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
10430 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
10431 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
10432 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
10433 AM_GNU_GETTEXT): Remove; now done by:
10434 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
10435 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
10436 for us.
10437
10438 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
10439 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
10440 Define to empty, as gnulib.mk will do the rest for us.
10441 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
10442 for us.
10443 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
10444 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
10445
10446 * src/files.c: Include gnulib's xstrndup.h.
10447
10448 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
10449 (REALLOC): Use xnrealloc, for likewise.
10450 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
10451 (strnlen, memrchr): Remove decls; functions no longer used.
10452 Include <stpcpy.h>.
10453
10454 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
10455 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
10456 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
10457 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
10458 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
10459 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
10460 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
10461 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
10462 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
10463 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
10464 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
10465 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
10466 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
10467 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
10468 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
10469 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
10470 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
10471 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
10472 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
10473 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
10474 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
10475 Remove, as these files are now generated automatically
10476 by bootstrap or automake.
10477
10478 * po/ChangeLog: Remove: all but one entry was a duplicate
10479 of this file, and I moved that 2000-11-02 entry here.
10480
10481 * config/.cvsignore: Add Makefile, depcomp, install-sh.
10482 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
10483 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
10484 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
10485 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
10486 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
10487 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
10488 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
10489 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
10490 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
10491 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
10492 xstrndup.h.
10493 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
10494 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
10495 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
10496 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
10497 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
10498 * src/.cvsignore: Remove *_.c.
10499
10500
10501 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
10502 support it. (The latest stable gzip doesn't.)
10503
10504 2004-04-27 Paul Eggert <eggert@twinsun.com>
10505
10506 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
10507 case, as stos_ is now used by destructors due to the 2004-02-09
10508 change.
10509
10510 Remove more K&R C support.
10511 * lib/libiberty.y (PARAMS): Remove. All uses removed.
10512 * lib/subpipe.c (errno): Remove decl.
10513 Include <stdlib.h> unconditionally.
10514 (EXIT_FAILURE): Remove macro.
10515 * src/complain.c (vfprintf, strerror): Remove.
10516 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
10517 unconditionally.
10518 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
10519 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
10520 (strchr, strspn, memchr): Remove decls.
10521 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
10522 unconditionally. Do not declare perror.
10523 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
10524 unconditionally.
10525
10526 * src/complain.c (_): Remove useless defn, as system.h defines this.
10527
10528 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
10529 with latest obstack.h.
10530 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
10531 to procedure types, as obstack.h now does that for us.
10532 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
10533
10534 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
10535 so that this include file can stand alone.
10536 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
10537 does this now. Include subpipe.h first after config.h, to
10538 test whether it can stand alone.
10539
10540 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
10541 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
10542 unused declaration.
10543
10544 * tests/synclines.at (%union synch line): Put a dummy member in
10545 the union, because empty unions aren't allowed in C. Caught
10546 by GCC 3.4.0.
10547
10548 2004-04-13 Jim Meyering <jim@meyering.net>
10549
10550 * src/conflicts.c (conflicts_print): Correct format string typo:
10551 use `%%' to produce literal `%'. (trivial change)
10552
10553 2004-03-30 Paul Eggert <eggert@twinsun.com>
10554
10555 * src/getargs.c (version): Update copyright year to 2004.
10556
10557 * data/c.m4 (b4_int_type): Use 'short int' rather than
10558 'short', and similarly for 'long', 'unsigned', etc.
10559 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
10560 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
10561 yy_yypstack, yydumpstack): Likewise.
10562 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
10563 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
10564 Likewise.
10565 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
10566 yy_stack_print, yyparse): Likewise.
10567 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
10568 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
10569 * lib/bitset.c (bitset_print): Likewise.
10570 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
10571 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
10572 * lib/bitsetv.c (bitsetv_dump): Likewise.
10573 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
10574 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
10575 Likewise.
10576 * src/LR0.c (allocate_itemsets): Likewise.
10577 * src/gram.h (rule_number, rule): Likewise.
10578 * src/lalr.h (goto_number): Likewise.
10579 * src/nullable.c (nullable_compute): Likewise.
10580 * src/output.c (prepare_rules): Likewise.
10581 * src/relation.c (relation_print, relation_digraph): Likewise.
10582 * src/relation.h (relation_node): Likewise.
10583 * src/state.h (state_number, transitions, errs, reductions,
10584 struct state): Likewise.
10585 * src/symtab.h (symbol_number, struct symbol): Likewise.
10586 * src/tables.c (vector_number, tally, action_number,
10587 default_goto, goto_actions): Likewise.
10588 * tests/existing.at (GNU Cim Grammar): Likewise.
10589 * tests/regression.at (Web2c Actions): Likewise.
10590
10591 * src/output.c (muscle_insert_short_int_table): Renamed from
10592 muscle_insert_short_table. All uses changed.
10593
10594 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
10595
10596 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
10597 (declaration): Replace expected_conflicts with expected_sr_conflicts.
10598 Add %expect-rr rule.
10599
10600 * src/scan-gram.l: Recognize %expect-rr.
10601
10602 * src/conflicts.h (expected_sr_conflicts): Rename from
10603 expected_conflicts.
10604 (expected_rr_conflicts): Declare.
10605
10606 * src/conflicts.c (expected_sr_conflicts): Rename from
10607 expected_conflicts.
10608 (expected_rr_conflicts): Define.
10609 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
10610 for GLR parsers.
10611 Use expected_sr_conflicts in place of expected_conflicts.
10612 Warn if expected_rr_conflicts used in non-GLR parser.
10613
10614 * doc/bison.texinfo: Add documentation for %expect-rr.
10615
10616 2004-03-08 Paul Eggert <eggert@gnu.org>
10617
10618 Add support for hex token numbers. Suggested by Odd Arild Olsen in
10619 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
10620
10621 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
10622 in lalr1.cc.
10623 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
10624 * src/scan-gram.l (scan_integer): New function.
10625 ({int}): Use it.
10626 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
10627 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
10628 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
10629 Say "long int", not "long", for uniformity with GNU style.
10630
10631 2004-02-25 Paul Eggert <eggert@twinsun.com>
10632
10633 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
10634 compilers. This fixes a problem with Intel's C++ compiler being
10635 chatty, reported by Guido Trentalancia in
10636 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
10637
10638 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
10639
10640 Support %destructor and merge error locations in lalr1.cc.
10641
10642 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
10643 (Parser::stos_): Define unconditionally.
10644 (Parser::destruct_): New method. Generate its body with
10645 b4_yydestruct_generate.
10646 (Parser::error_start_): New attribute.
10647 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
10648 token which are discarded.
10649 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
10650 error_start_ when erroneous token are discarded.
10651 (Parser::parse) <yyerrlab1>: Compute the location of the error
10652 token so that it covers all the discarded tokens.
10653 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
10654 it can be called with `%skeleton "lalr1.cc"', and do that.
10655
10656 2004-02-02 Paul Eggert <eggert@twinsun.com>
10657
10658 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
10659 $(top_srcdir)/lib and ../lib. This fixes a bug reported
10660 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
10661 There's no need to mention top_builddir since Automake does that
10662 for us.
10663 (INCLUDES): Remove, as Automake says it's obsolescent.
10664 Contents migrated into AM_CPPFLAGS as described above.
10665 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
10666
10667 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
10668
10669 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
10670 (yyreportSyntaxError): Handle case where lookahead token is
10671 YYEMPTY.
10672
10673 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10674
10675 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
10676 resulting parsers are compilable with C++.
10677
10678 2003-12-23 Paul Eggert <eggert@twinsun.com>
10679
10680 * config/depcomp, config/install-sh: Sync with Automake 1.8.
10681 * src/output.c (output_skeleton): Rename local var.
10682 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
10683 Bison tokens, as this runs afoul of the 2003-10-07 change that
10684 disallowed NUL bytes in character constants or string literals.
10685
10686 * tests/local.at: Require Autoconf 2.59's Autotest.
10687 * tests/testsuite.at: Don't include local.at, since we now assume
10688 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
10689 including it.
10690 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
10691 multiple inclusion warnings.
10692
10693 2003-12-02 Akim Demaille <akim@epita.fr>
10694
10695 * doc/bison.texinfo (How Can I Reset the Parser): More about start
10696 conditions.
10697 From Bruno Haible.
10698
10699 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
10700
10701 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
10702
10703 2003-10-07 Paul Eggert <eggert@twinsun.com>
10704
10705 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
10706 if testsuite doesn't exist.
10707
10708 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
10709 literals, unfortunately.
10710 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
10711 Complain about NUL bytes in character constants or string literals.
10712
10713 2003-10-05 Paul Eggert <eggert@twinsun.com>
10714
10715 * NEWS: Don't document %no-default-prec, as it's still
10716 too experimental.
10717 * doc/bison.texinfo: Document %no-default-prec only if
10718 the defaultprec flag is set. Normally it's not.
10719
10720 2003-10-04 Paul Eggert <eggert@twinsun.com>
10721
10722 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
10723 non-modifiable lvalue, instead of a modifiable one.
10724 * doc/bison.texinfo (Actions): Document that $$ can
10725 be assigned to. Do not claim that $$ and $N are
10726 array element references: user code should not rely on this.
10727
10728 2003-10-01 Paul Eggert <eggert@twinsun.com>
10729
10730 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
10731 (grammar_declaration): Use it.
10732 * src/scan-gram.l: New token %no-default-prec.
10733 * tests/conflicts.at: Revamp tests to use %no-default-prec.
10734 * NEWS, doc/bison.texinfo: Document the above.
10735
10736 2003-10-01 Akim Demaille <akim@epita.fr>
10737
10738 VCG no longer supports long_straight_phase.
10739
10740 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
10741 * src/print_graph.c (print_graph): Adjust.
10742
10743 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
10744 and Paul Eggert <eggert@twinsun.com>
10745
10746 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
10747 Table of Symbols): Document %default-prec.
10748 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
10749 (grammar_declaration): Set default_prec on %default-prec.
10750 * src/scan-gram.l (%default-prec): New token.
10751 * src/reader.h (default_prec): New flag.
10752 * src/reader.c: Likewise.
10753 (packgram): Handle it.
10754 * tests/conflicts.at (%default-prec without %prec,
10755 %default-prec with %prec, %default-prec 1): New tests.
10756
10757 2003-09-30 Paul Eggert <eggert@twinsun.com>
10758
10759 * tests/testsuite.at: Include local.at, not input.at, fixing
10760 a typo in the 2003-08-25 patch.
10761
10762 2003-08-27 Akim Demaille <akim@epita.fr>
10763
10764 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
10765 GCC warnings.
10766
10767 2003-08-26 Akim Demaille <akim@epita.fr>
10768
10769 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
10770 "<\#" to avoid magic from Gnus when posting parts of this script.
10771
10772 2003-08-26 Akim Demaille <akim@epita.fr>
10773
10774 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
10775 (Parser::parse): here.
10776 Adjust: nerrs and errstatus is now replaced by...
10777 (Parser::nerrs_, Parser::errstatus_): New.
10778
10779 2003-08-25 Akim Demaille <akim@epita.fr>
10780
10781 * config/announce-gen, Makefile.cfg: New.
10782 * Makefile.am: Adjust.
10783 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
10784 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
10785
10786 2003-08-25 Akim Demaille <akim@epita.fr>
10787
10788 When reducing initial empty rules, Bison parser read an initial
10789 location that is not defined. This results in garbage, and that
10790 affects Bison's own parser. Therefore we need (i) to extend Bison
10791 to support a means to initialize this location, and (ii) to use
10792 this CVS Bison to fix CVS Bison's parser.
10793
10794 * src/reader.h, reader.c (epilogue_augment): Remove, replace
10795 with...
10796 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
10797 * src/parse-gram.y: Adjust.
10798 (%initial-action): New.
10799 (%error-verbose): Since we require CVS Bison, there is no reason
10800 not to use it.
10801 * src/scan-gram.l: Adjust.
10802 * src/Makefile.am (YACC): New, to make sure we use our own parser.
10803 * data/yacc.c (yyparse): Use b4_initial_action.
10804
10805 2003-08-25 Akim Demaille <akim@epita.fr>
10806
10807 * doc/bison.texinfo: Don't promote stdout for error messages.
10808
10809 2003-08-25 Akim Demaille <akim@epita.fr>
10810
10811 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
10812 From Alexandre Duret-Lutz.
10813
10814 2003-08-25 Akim Demaille <akim@epita.fr>
10815
10816 Version 1.875c.
10817
10818 2003-08-25 Akim Demaille <akim@epita.fr>
10819
10820 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
10821 Use them.
10822
10823 2003-08-25 Akim Demaille <akim@epita.fr>
10824
10825 * data/lalr1.cc (Parser::reduce_print_): New.
10826 Use it.
10827
10828 2003-08-25 Akim Demaille <akim@epita.fr>
10829
10830 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
10831 error recovery loops. This patch is based on
10832 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
10833 Also, augment the similarity between lalr1.cc and yacc.c.
10834 Note: the locations of error recovery rules are not correct yet.
10835
10836 * data/lalr1.cc: Comment changes to augment the similarity between
10837 lalr1.cc and yacc.c.
10838 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
10839 (yyerrlab1): Remove, but where it used to be (now the bottom part of
10840 yyerrlab), when hitting EOF, pop the whole stack here instead of
10841 merely falling thru the default error handling mechanism.
10842 (yyerrorlab): New label, with the old contents of YYERROR,
10843 plus the following change: pop the stack of rhs corresponding
10844 to the production that invoked YYERROR. That is how Yacc
10845 behaves (required by POSIX).
10846 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
10847 fail.
10848
10849 2003-08-25 Akim Demaille <akim@epita.fr>
10850
10851 Tune local.at so that people can "autom4te -l autotest calc.at -o
10852 calc" for instance, to extract a sub test suite.
10853
10854 * tests/testsuite.at: Move the initialization, Autotest version
10855 requirement, and AT_TESTED invocation into...
10856 * tests/local.at: here.
10857 * tests/testsuite.at: Include it for compatibility with Autoconf
10858 2.57.
10859 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
10860 be ignore.
10861
10862 2003-08-04 Paul Eggert <eggert@twinsun.com>
10863
10864 Rework code slightly to avoid gcc -Wtraditional warnings.
10865 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
10866 The returned value is now stored in *YY0. All callers changed.
10867 * src/output.c (merge_output): Adjust to the above change.
10868
10869 2003-07-26 Paul Eggert <eggert@twinsun.com>
10870
10871 * data/glr.c (YYASSERT): New macro.
10872 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
10873 yyresolveStates, yyprocessOneStack):
10874 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
10875 Derived from a suggestion by Frank Heckenbach.
10876
10877 2003-07-25 Paul Eggert <eggert@twinsun.com>
10878
10879 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
10880 for portability to K&R C (after ansi2knr, presumably). See
10881 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
10882 by Frank Heckenbach, though I have omitted the structure-initialization
10883 part of his glr-knr.diff patch since I recall that the Portable
10884 C Compiler didn't require that change.
10885
10886 Let the user specify how to allocate and free memory.
10887 Derived from a suggestion by Frank Heckenbach in
10888 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
10889 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
10890 All uses of free, malloc, realloc changed to use these macros,
10891 and unnecessary casts removed.
10892 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
10893
10894 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
10895
10896 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
10897 use s.empty() rather than s == "" to test for empty string; see
10898 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
10899 (trivial change)
10900
10901 2003-06-25 Akim Demaille <akim@epita.fr>
10902
10903 * config/depcomp, config/install-sh: Update from masters.
10904
10905 2003-06-20 Paul Eggert <eggert@twinsun.com>
10906
10907 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
10908 and return properly parenthesized result.
10909 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
10910 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
10911 Remove unnecessary parentheses from uses.
10912 * doc/bison.texinfo (Location Default Action): Describe the
10913 conventions for parentheses.
10914
10915 2003-06-19 Paul Eggert <eggert@twinsun.com>
10916
10917 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
10918 yyreportTree): Do not assume that size_t is the same width as int,
10919 when printing sizes. Print sizes using an unsigned format.
10920 Problem reported by Frank Heckenbach in
10921 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
10922
10923 Port to Forte Developer 7 C compiler.
10924 * data/glr.c (struct YYLTYPE): If locations are not being used,
10925 declare a single dummy member, as empty structs do not conform
10926 to the C standard.
10927 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
10928 the Forte Developer 7 C compiler complains that end-of-loop
10929 code is not reached.
10930
10931 2003-06-17 Paul Eggert <eggert@twinsun.com>
10932
10933 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
10934 avoid warnings from picky compilers about redefinition of PARAMS.
10935
10936 2003-06-17 Paul Eggert <eggert@twinsun.com>
10937
10938 Version 1.875b.
10939
10940 * NEWS: Document 1.875b.
10941
10942 * lib/bbitset.h: Do not include config.h; that's the includer's job.
10943 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
10944 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
10945 Don't use 'index' in comments, as it's a builtin fn on some hosts.
10946 * lib/bitset_stats.c: Include gettext.h unconditionally, as
10947 per recent gettext manual's suggestion.
10948 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
10949 Use prototypes, not old-style definitions.
10950 * lib/lbitset.c (lbitset_unused_clear): Likewise.
10951 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
10952 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
10953 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
10954 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
10955 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
10956 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
10957 vbitset_or_and_cmp, vbitset_copy): Likewise.
10958
10959 * lib/libiberty.h: Do not include config.h; that's the includer's job.
10960 Do not include <stdlib.h>.
10961 (PARAMS): Define unconditionally for C89.
10962 (ATTRIBUTE_NORETURN): Remove.
10963 (ATTRIBUTE_UNUSED): Define unconditionally.
10964
10965 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
10966 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
10967 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
10968 * lib/vbitset.c, lib/vbitset.h: New files.
10969 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
10970 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
10971 from libbitset.
10972
10973 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
10974 `How Can I Reset @code{yyparse}', since texinfo does not allow
10975 arbitrary @ in node names.
10976
10977 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
10978 shouldn't be needed according to the gettext 0.12.1 documentation
10979 but which seem to be needed anyway: codeset.m4 glibc21.m4
10980 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
10981 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
10982 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
10983
10984 * lib/.cvsignore: Add stdbool.h.
10985 * m4/.cvsignore: Add nls.m4, po.m4.
10986
10987 Upgrade to CVS gnulib.
10988 * stdbool_.h: File renamed from stdbool.h.in.
10989 * configure.ac (AM_STDBOOL_H): Invoke this instead of
10990 AC_HEADER_STDBOOL.
10991 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
10992 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
10993 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
10994 (MOSTLYCLEANFILES): New var.
10995 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
10996 (stdbool.h): New rule.
10997 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
10998 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
10999 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
11000 m4/quote.m4: Upgrade to today's gnulib.
11001
11002 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
11003 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
11004 the tests right now.
11005 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
11006 yyerror are declared before use; C99 requires this.
11007
11008 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11009
11010 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
11011 first.
11012 (yyrecoverSyntaxError): Correct the logic for setting and testing
11013 yyerrState.
11014 Correct comment on handling EOF.
11015 Allow states with only a default reduction, rather than failing
11016 (I can't quite reconstruct why these were not allowed before).
11017
11018 Fixes to avoid problem that $-N rules in GLR parsers can cause
11019 buffer overruns, corrupting state.
11020
11021 * src/output.c (prepare_rules): Output max_left_semantic_context
11022 definition.
11023 * src/reader.h (max_left_semantic_context): New variable declaration.
11024 * src/scan-gram.l (max_left_semantic_context): Define.
11025 (handle_action_dollar): Update max_left_semantic_context.
11026 * data/glr.c (YYMAXLEFT): New definition.
11027 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
11028 (yyresolveAction): Ditto.
11029
11030 Fixes to problems with location handling in GLR parsers reported by
11031 Frank Heckenbach (2003/06/05).
11032
11033 * data/glr.c (YYLTYPE): Make trivial if locations not used.
11034 (YYRHSLOC): Add parentheses, and define only if locations used.
11035 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
11036 locations not used.
11037 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
11038 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
11039
11040 * tests/cxx-type.at: Exercise location information; update tests
11041 to differentiate output with and without locations.
11042 Remove forward declarations of yylex and yyerror---caused errors
11043 because default YYLTYPE not yet defined.
11044 Change semantic actions to compute strings, rather than printing
11045 them directly (to test proper passing of semantics values). Change
11046 output to prefix notation and update test data and expected results.
11047 (yylex): Track locations.
11048 (stmtMerge): Return value rather than printing, and include arguments
11049 in value.
11050
11051 2003-06-03 Paul Eggert <eggert@twinsun.com>
11052
11053 Avoid warnings generated by GCC 2.95.4 when Bison is
11054 configured with --enable-gcc-warnings.
11055 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
11056 yy::]b4_parser_class_name[::translate_,
11057 yy::Stack::operator[] (unsigned),
11058 yy::Stack::operator[] (unsigned) const,
11059 yy::Slice::operator[] (unsigned),
11060 yy::Slice::operator[] (unsigned) const):
11061 Rename local vars to avoid warnings.
11062 * tests/glr-regression.at (Improper handling of embedded actions
11063 and $-N in GLR parsers): Remove unused local variable from yylex.
11064 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
11065 (void) as arg when not pure, since we now assume C89 when building
11066 Bison. Pacify GCC by using parameter.
11067
11068 2003-06-02 Paul Eggert <eggert@twinsun.com>
11069
11070 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
11071 yy::Location::lines, yy::Location::columns): Rename arguments
11072 to avoid shadowing; this removes a warning generated by GCC 3.3.
11073
11074 2003-06-01 Paul Eggert <eggert@twinsun.com>
11075
11076 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
11077 to g++, as GCC 3.3 complains if you do it.
11078 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
11079 everything that WARNING_CFLAGS has, except omit warnings
11080 not suitable for C++.
11081 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
11082 * tests/atlocal.in (CXXFLAGS): New var.
11083 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
11084
11085 Fix a GLR parser bug I reported in February; see
11086 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
11087 The problem was that GLR parsers did not conform to the C standard,
11088 because actions like { $1 = $2 + $3; } expanded to expressions
11089 that invoked YYFILL in separate subexpressions, and YYFILL assigned
11090 to a local variable. The C standard says that expressions
11091 like (var = f ()) + (var = f ()) have undefined behavior.
11092 Another problem was that GCC sometimes issues warnings that
11093 yyfill and its parameters are unused.
11094
11095 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
11096 as possibly unused.
11097 (yyfill): New function.
11098 (YYFILL): Use it.
11099 (yyuserAction): Change type of yynormal to bool, so that it matches
11100 the new yyfill signature. Mark it as possibly unused.
11101
11102
11103 Follow up on a bug I reported in February, where a Bison-generated
11104 parser can loop. Provide a test case and a fix for yacc.c. I
11105 don't have a fix for lalr1.cc or for glr.c, unfortunately.
11106 The original bug report is in:
11107 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
11108
11109 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
11110 macro's size was becoming unwieldy.
11111 (yyerrlab): Do not discard an empty lookahead symbol, as this
11112 might destroy garbage.
11113 (yyerrorlab): New label, with the old contents of YYERROR,
11114 plus the following change: pop the stack of rhs corresponding
11115 to the production that invoked YYERROR. That is how Yacc
11116 behaves, and POSIX requires this behavior.
11117 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
11118 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
11119 Define 'alarm' to do nothing if unistd.h is not available.
11120 Add a new rule "exp: '-' error;" to test the above change to
11121 data/yacc.c. Use 'alarm' to abort any test taking longer than
11122 10 seconds, as it's probably looping.
11123 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
11124 Also, the new yacc.c generates two fewer diagnostics for an
11125 existing test.
11126
11127 2003-05-24 Paul Eggert <eggert@twinsun.com>
11128
11129 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
11130 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
11131 This fixes a problem reported by John Bowman when the Compaq/HP
11132 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
11133 -ansi -Wall -gall).
11134 * data/yacc.c (union yyalloc): Likewise.
11135 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
11136
11137 Switch from 'int' to 'bool' where that makes sense.
11138
11139 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
11140 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
11141 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
11142 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
11143 Return or accept bool, not int. All callers changed.
11144 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
11145 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
11146 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
11147 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
11148 bitset_or_and_cmp_): Likewise.
11149 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
11150 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
11151 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
11152 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
11153 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
11154 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
11155 bitset_stats_or_and_cmp): Likewise.
11156 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
11157 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
11158 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
11159 ebitset_xor_cmp): Likewise.
11160 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
11161 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
11162 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
11163 lbitset_xor_cmp): Likewise.
11164 * lib/bbitset.h: Include <stdbool.h>.
11165 (struct bitset_vtable): The following members now return bool, not
11166 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
11167 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
11168 or_and_cmp).
11169 * src/conflicts.c (count_rr_conflicts): Likewise.
11170 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
11171 All uses changed.
11172 * lib/ebitset.c (ebitset_obstack_init): Likewise.
11173 * lib/lbitset.c (lbitset_obstack_init): Likewise.
11174 * src/getargs.c (debug_flag, defines_flag, locations_flag,
11175 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
11176 graph_flag): Likewise.
11177 * src/getargs.h (debug_flag, defines_flag, locations_flag,
11178 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
11179 graph_flag): Likewise.
11180 * src/output.c (error_verbose): Likewise.
11181 * src/output.h (error_verbose): Likewise.
11182 * src/reader.c (start_flag, typed): Likewise.
11183 * src/reader.h (typed): Likewise.
11184 * src/getargs.c (LOCATIONS_OPTION): New constant.
11185 (long_options, getargs): Use it.
11186 * src/lalr.c (build_relations): Use bool, not int.
11187 * src/nullable.c (nullable_compute): Likewise.
11188 * src/print.c (print_reductions): Likewise.
11189 * src/tables.c (action_row, pack_vector): Likewise.
11190 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
11191 * src/output.c (prepare): Use it.
11192 * src/output.c (token_definitions_output,
11193 symbol_destructors_output, symbol_destructors_output): Use string,
11194 not boolean integer, to keep track of whether to output separator.
11195 * src/print_graph.c (print_core): Likewise.
11196 * src/state.c (state_rule_lookaheads_print): Likewise.
11197
11198 * config/install-sh: Sync from automake 1.7.5.
11199
11200 2003-05-14 Paul Eggert <eggert@twinsun.com>
11201
11202 * src/parse-gram.y (rules_or_grammar_declaration): Require a
11203 semicolon after a grammar declaration, in the interest of possible
11204 future changes to the Bison input language.
11205 Do not allow a stray semicolon at the start of the grammar.
11206 (rhses.1): Allow one or more semicolons after any rule, including
11207 just before "|" as required by POSIX.
11208 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
11209 grammar.
11210
11211 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
11212
11213 %parse-param support for lalr1.cc.
11214
11215 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
11216 b4_cc_constructor_calls, b4_cc_constructor_call,
11217 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
11218 definitions.
11219 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
11220 parse-param arguments.
11221 (yy::b4_parser_class_name): Declare instance variables to
11222 hold parse-param arguments.
11223 * tests/calc.at: s/value/semantic_value/ because value clashes
11224 with a member of yy::b4_parser_class_name. Adjust C++ code
11225 to handle %parse-param. Enable %parse-param test in C++.
11226
11227 2003-05-12 Paul Eggert <eggert@twinsun.com>
11228
11229 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
11230 English a bit. Fix fclose typo. Change "const char" to "char
11231 const", and use ANSI C rather than K&R for "main". Suggest
11232 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
11233 and suggest yy_switch_to_buffer.
11234
11235 2003-05-05 Paul Eggert <eggert@twinsun.com>
11236
11237 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
11238 C89. This avoids a diagnostic on compilers that define __STDC__
11239 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
11240 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
11241
11242 2003-05-03 Paul Eggert <eggert@twinsun.com>
11243
11244 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
11245 Do not overrun array bounds.
11246 This should fix a bug reported today by Olatunji Oluwabukunmi in
11247 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
11248
11249 2003-04-29 Akim Demaille <akim@epita.fr>
11250
11251 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
11252 * src/getargs.c, src/getargs.h: here, as bool, not int.
11253 (nondeterministic_parser): New.
11254 * src/parse-gram.y, src/scan-gram.l: Support
11255 %nondeterministic-parser.
11256 * src/output.c (prepare): Use nondeterministic_parser instead
11257 of glr_parser where appropriate.
11258 * src/tables.c (conflict_row, action_row, save_row)
11259 (token_actions, token_actions, pack_vector): Ditto.
11260
11261 2003-04-29 Akim Demaille <akim@epita.fr>
11262
11263 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
11264
11265 2003-04-29 Akim Demaille <akim@epita.fr>
11266
11267 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
11268 with %pure-parser and %locations to exercise the patch from Yakov
11269 Markovitch below.
11270
11271 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
11272
11273 * data/yacc.c: (b4_lex_param): Corrected for the case where
11274 %lex-param is provided and %pure-parser isn't.
11275
11276 2003-04-27 Paul Eggert <eggert@twinsun.com>
11277
11278 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
11279 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
11280 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
11281 if it is not defined.
11282 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
11283
11284 2003-04-26 Paul Eggert <eggert@twinsun.com>
11285
11286 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
11287 Declare to be of type suitable for the ninf value itself, not of
11288 type suitable for the corresponding table, since the latter might
11289 be unsigned but the ninf value might be negative. This fixes a
11290 bug reported by Alexandre Duret-Lutz in
11291 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
11292
11293 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
11294 invokes it. We shouldn't invoke it twice because it will attempt
11295 to put error.o in the archive twice. This fixes a glitch reported
11296 by Martin Mokrejs in
11297 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
11298
11299 2003-04-21 Paul Eggert <eggert@twinsun.com>
11300
11301 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
11302 to gnulib.
11303
11304 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
11305
11306 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
11307 Fix obvious typo that results in uncompilable GLR parsers
11308 when both %pure-parser and %locations are used. (trivial change)
11309
11310 2003-04-17 Paul Eggert <eggert@twinsun.com>
11311
11312 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
11313 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
11314 Do not insert the expected token via unput, as this runs afoul
11315 of a POSIX-compatibility bug in flex 2.5.31.
11316 All uses changed to BEGIN the parent state,
11317 since we no longer insert the expected token via unput.
11318 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
11319 that is no longer emitted after the above change.
11320
11321 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
11322 the first one. This change is from Paul Hilfinger, and it fixes
11323 regression reported by Werner Lemberg in
11324 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
11325
11326 (resolve_sr_conflict): Don't invoke state_errs_set
11327 unless one or more tokens have been explicitly made errors.
11328 Otherwise, the above change causes Bison to abort.
11329
11330 * tests/existing.at (GNU pic Grammar): New test case, taken from
11331 Lemberg's email.
11332
11333 2003-03-31 Akim Demaille <akim@epita.fr>
11334
11335 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
11336
11337 2003-03-31 Akim Demaille <akim@epita.fr>
11338
11339 * src/output.c (prepare_symbols): Avoid trailing spaces in the
11340 output.
11341
11342 2003-03-31 Akim Demaille <akim@epita.fr>
11343
11344 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
11345 From Paul Hilfinger.
11346
11347 2003-03-29 Akim Demaille <akim@epita.fr>
11348
11349 * m4/error.m4: Do not put under dynamic conditions some code which
11350 expansion is under static control.
11351
11352 2003-03-29 Akim Demaille <akim@epita.fr>
11353
11354 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
11355
11356 2003-03-29 Akim Demaille <akim@epita.fr>
11357
11358 * doc/bison.texinfo (Strings are Destroyed): New.
11359
11360 2003-03-13 Paul Eggert <eggert@twinsun.com>
11361
11362 * .cvsignore: Add configure.lineno.
11363 * src/.cvsignore: Add yacc.
11364 * tests/.cvsignore: Add testsuite.log.
11365 * doc/fdl.texi: Sync with latest FSF version.
11366
11367 2003-03-12 Paul Eggert <eggert@twinsun.com>
11368
11369 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
11370 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
11371 cursor, instead of leaving it undefined. This fixes a bug
11372 reported by Tim Van Holder in
11373 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
11374 * tests/input.at (Torturing the Scanner): Test the scanner on
11375 an empty input file, which was Tim Van Holder's test case.
11376
11377 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
11378 <sys/resource.h> can be included, include sys/time.h and
11379 sys/times.h first, if available. This works around the SunOS
11380 4.1.4 porting bug reported by Bruce Becker in
11381 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
11382
11383 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
11384 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
11385 AC_HEADER_SYS_WAIT.
11386
11387 Merge changes from gnulib. This was prompted because the CVS
11388 snapshot didn't build on Solaris 7 due to strnlen problems.
11389
11390 These changes need to be merged back into gnulib:
11391 * lib/hash.c: Include <stdbool.h> unconditionally.
11392 * m4/onceonly.m4 (m4_quote): New macro.
11393 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
11394 Quote AC_FOREACH variable-expansions properly.
11395 The 2003-01-03 obstack.h change also needs merging.
11396 {end of changes requiring merging}
11397
11398 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
11399 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
11400 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
11401 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
11402 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
11403 New files, imported from gnulib.
11404 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
11405 above.
11406
11407 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
11408 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
11409 gnulib sources.
11410
11411 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
11412 Add.
11413 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
11414 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
11415 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
11416 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
11417 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
11418 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
11419 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
11420 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
11421 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
11422 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
11423 (jm_PREREQ_ARGMATCH): Remove.
11424 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
11425 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
11426
11427 * src/system.h: Include <stdbool.h> unconditionally.
11428
11429 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
11430 assuming at least C89 in the bitset code for some time now.
11431
11432 2003-03-03 Akim Demaille <akim@epita.fr>
11433
11434 * ro.po: New.
11435
11436 2003-03-02 Akim Demaille <akim@epita.fr>
11437
11438 * doc/bison.texinfo (Table of Symbols): Reactivate the
11439 documentation for %lex-param, and %parse-param.
11440
11441 2003-03-02 Akim Demaille <akim@epita.fr>
11442
11443 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
11444 generate verbose error messages.
11445 Use the number of tokens as an upper bound in yytname, as it
11446 cannot be a non terminal.
11447
11448 2003-03-02 Akim Demaille <akim@epita.fr>
11449
11450 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
11451 message.
11452
11453 2003-03-02 Akim Demaille <akim@epita.fr>
11454
11455 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
11456 Use them to exercise yycheck overrun.
11457 Based on Andrew Suffield's grammar.
11458
11459 2003-03-02 Akim Demaille <akim@epita.fr>
11460
11461 Create tests/local.at for Bison generic testing macros.
11462
11463 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
11464 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
11465 This new file.
11466 * tests/calc.at (AT_CHECK_CALC): Adjust.
11467 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
11468 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
11469 * tests/local.at: here.
11470 (AT_COMPILE_CXX): Tags the tests using it as c++.
11471 Ignore the test if CXX is not functional.
11472
11473 2003-03-01 Paul Eggert <eggert@twinsun.com>
11474
11475 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
11476 not loc->end, since loc->end might contain garbage and this leads
11477 to undefined behavior on some platforms.
11478 (id_loc, token_start): Use (IF_LINTed) initial values that do not
11479 depend on *loc, so that the reader doesn't give the the false
11480 impression that *loc is initialized.
11481 (<INITIAL>"%%"): Do not bother setting code_start, since its value
11482 does not survive the return.
11483
11484 2003-03-01 Akim Demaille <akim@epita.fr>
11485
11486 * src/scan-gram.l (code_start): Always initialize it when entering
11487 into yylex, as SC_EPILOGUE is activated *before* the corresponding
11488 yylex invocation. An alternative would be making it static, but
11489 then it starts with the second %%'s beginning, instead of its end.
11490
11491 2003-02-28 Paul Eggert <eggert@twinsun.com>
11492
11493 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
11494 around a UnixWare 7.1.1 porting bug reported by John Hughes in
11495 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
11496
11497 2003-02-26 Paul Eggert <eggert@twinsun.com>
11498
11499 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
11500 Remove Sequent/Pyramid discussion (nobody uses them any more).
11501 Merge VMS and MS-DOS discussion; these ports may well be dead
11502 but let's keep mentioning them for now. Put <> around email
11503 addresses. Add copyright notice.
11504
11505 2003-02-24 Paul Eggert <eggert@twinsun.com>
11506
11507 * data/glr.c (yy_reduce_print): yylineno -> yylno,
11508 to avoid collision with flex use of yylineno.
11509 Problem reported by Bruce Lilly in
11510 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
11511 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
11512 * data/yacc.c (yy_reduce_print): Likewise.
11513
11514 * config/depcomp: Sync with Automake 1.7.3.
11515
11516 2003-02-21 Akim Demaille <akim@epita.fr>
11517
11518 * data/lalr1.cc: Use temporary variables instead of casts to
11519 change integer types.
11520 Suggested by Paul Eggert.
11521
11522 2003-02-21 Akim Demaille <akim@epita.fr>
11523
11524 * doc/bison.texinfo: Use "location" consistently to refer to @n,
11525 to avoid confusions with lalr1.cc's notion of Position.
11526 Suggested by Paul Eggert.
11527
11528 2003-02-20 Akim Demaille <akim@epita.fr>
11529
11530 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
11531 before initial_columns.
11532 (location.hh): Use consistent variable names when defining the
11533 operator<<.
11534 Use "last" so that we subtract from Positions, not from unsigned.
11535
11536 2003-02-20 Akim Demaille <akim@epita.fr>
11537
11538 * data/lalr1.cc (position.hh): New subfile, including the extended
11539 and Doxygen'ed documentation of class Position.
11540 (location.hh): Use it.
11541 Document a` la Doxygen.
11542 With the help of Benoit Perrot.
11543
11544 2003-02-20 Akim Demaille <akim@epita.fr>
11545
11546 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
11547 AT_YACC_IF.
11548 Redefine AT_YYERROR_SEES_LOC_IF using it.
11549 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
11550 not defined.
11551 Don't use the location in yy::Parser::error_ and
11552 yy::Parser::print_ when not %locations.
11553 Activate more lalr1.cc tests.
11554
11555 2003-02-19 Akim Demaille <akim@epita.fr>
11556
11557 * data/lalr1.cc: When displaying a line number, be sure to make it
11558 an int.
11559
11560 2003-02-19 Akim Demaille <akim@epita.fr>
11561
11562 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
11563 Remove, useless.
11564 (YYABORT, YYACCEPT, YYERROR): New.
11565 * tests/calc.at: Renable the lalr1.cc test.
11566
11567 2003-02-19 Akim Demaille <akim@epita.fr>
11568
11569 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
11570 error recovery, mixing with/without pops and discarding of the
11571 lookahead.
11572 Exercise YYERROR.
11573 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
11574
11575 2003-02-17 Paul Eggert <eggert@twinsun.com>
11576
11577 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
11578 * tests/testsuite.at (AT_COMPILE): Use them.
11579 This fixes the testsuite problem reported by Robert Lentz in
11580 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
11581
11582 2003-02-12 Paul Eggert <eggert@twinsun.com>
11583
11584 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
11585 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
11586 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
11587 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
11588 Check for malloc failure, for consistency with yacc.c.
11589 (yytname_size): Remove, for consistency with yacc.c.
11590
11591 The bug still remains in data/lalr1.cc, as I didn't have time
11592 to fix it there.
11593
11594 2003-02-06 Akim Demaille <akim@epita.fr>
11595
11596 * configure.ac (GXX): Rename as...
11597 (CXX): this, to keep the original Autoconf semantics.
11598 Require 2.57.
11599 * data/lalr1.cc: Fix b4_copyright invocations.
11600 If YYDEBUG is not defined, don't depend upon name_ being defined.
11601 (location.hh): Include string and iostream.
11602 (Position::filename): New member.
11603 (Position::Position ()): New.
11604 (operator<< (Position)): New.
11605 (operator- (Position, int)): New.
11606 (Location::first, Location::last): Rename as...
11607 (Location::begin, Location::end): these, to mock the conventional
11608 iterator names.
11609 (operator<< (Location)): New.
11610 * tests/atlocal.in (CXX): New.
11611 * tests/testsuite.at (AT_COMPILE_CXX): New.
11612 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
11613 locations in a more synthetic way.
11614 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
11615 lalr1.cc is used.
11616 Adjust the C locations to match those from Emacs: first column is
11617 column 0.
11618 Change all the expected results.
11619 Conform to the GCS: simplify the locations when applicable.
11620 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
11621 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
11622 these CPP macros with the m4 macros new defined by...
11623 (AT_CHECK_PUSHDEFS): this, i.e.:
11624 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
11625 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
11626 New macros.
11627 (AT_CHECK_POPDEFS): Undefine them.
11628 (AT_CHECK_CALC_LALR1_CC): New.
11629 Use it for the first lalr1.cc test.
11630
11631 2003-02-04 Akim Demaille <akim@epita.fr>
11632
11633 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
11634 Location as is defined.
11635
11636 2003-02-04 Akim Demaille <akim@epita.fr>
11637
11638 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
11639 name_ being defined.
11640
11641 2003-02-03 Paul Eggert <eggert@twinsun.com>
11642
11643 * src/gram.h (start_symbol): Remove unused decl.
11644
11645 Use more-consistent naming conventions for local vars.
11646
11647 * src/derives.c (derives_compute): Change type of local var from
11648 int to rule_number.
11649 * src/gram.c (grammar_rules_partial_print): Likewise.
11650 * src/print.c (print_core): Likewise.
11651 * src/reduce.c (reduce_grammar_tables): Likewise.
11652
11653 * src/gram.c (grammar_dump): Change name of item_number *
11654 local var from r to rp.
11655 * src/nullable.c (nullable_compute): Likewise.
11656
11657 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
11658
11659 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
11660 for symbol or symbol_number var.
11661 * src/reader.c (grammar_start_symbol_set): Likewise.
11662 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
11663 Likewise.
11664 * src/state.c (transitions_to): Likewise.
11665 * src/state.h: Likewise.
11666 * src/tables.c (symbol_number_to_vector_number): Likewise.
11667
11668 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
11669 char * var.
11670
11671 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
11672 var.
11673
11674 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
11675 var.
11676
11677 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
11678 Use str, not s, for char * var. Use ch, not c, for character var.
11679 Use size for size var.
11680
11681 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
11682 char * var.
11683 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
11684 uniqstr var.
11685 * src/uniqstr.h: Likewise.
11686
11687 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
11688 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
11689 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
11690 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
11691 param to have same name as that of enum, so that we don't use
11692 "s" to stand for a non-state.
11693
11694 2003-02-02 Akim Demaille <akim@epita.fr>
11695
11696 * src/scan-skel.l: Scan more than one inert character per yylex
11697 invocation.
11698
11699 2003-02-01 Paul Eggert <eggert@twinsun.com>
11700
11701 Version 1.875a.
11702
11703 * po/LINGUAS: Add ms.
11704
11705 2003-01-30 Akim Demaille <akim@epita.fr>
11706
11707 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
11708
11709 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11710
11711 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
11712 of $1.
11713
11714 Changes in response to error report by S. Eken: GLR mode does not
11715 handle negative $ indices or $ indices in embedded rules correctly.
11716 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
11717
11718 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
11719 (b4_rhs_location): Ditto.
11720 (yyfill): New function to copy from stack tree into array
11721 incrementally.
11722 (yyuserAction): Modify to allow incremental move of semantic values
11723 to rhs array when in GLR mode.
11724 Define YYFILL to use in user-defined actions to fill semantic array
11725 as needed.
11726 Remove dummy use of yystack, as there is now a guaranteed use.
11727 (yydoAction): Modify to allow incremental move of semantic values
11728 to rhs array when in GLR mode.
11729 (yyresolveAction): Ditto.
11730 (yyglrShiftDefer): Update comment.
11731 (yyresolveStates): Use X == NULL for pointers, not !X.
11732 (yyglrReduce): Ditto.
11733 (yydoAction): Ditto
11734
11735 * tests/glr-regr1.at: Rename to ...
11736 * tests/glr-regression.at: Add new regression test for the problems
11737 described above (adapted from S. Eken).
11738 Update copyright notice.
11739 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
11740 * tests/Makefile.am: Ditto.
11741
11742 2003-01-28 Paul Eggert <eggert@twinsun.com>
11743
11744 * data/lalr1.cc: Do not use @output_header_name@ unless
11745 b4_defines_flag is set. This fixes two bugs reported by
11746 Tim Van Holder in
11747 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
11748 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
11749
11750 2003-01-21 Paul Eggert <eggert@twinsun.com>
11751
11752 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
11753 we don't need to worry about yyerrlab1 being reported as an
11754 "unused label" by non-GCC C compilers. The downside is that if
11755 locations are used then a couple of statements are duplicated each
11756 time YYERROR is invoked, but the upside is that the warnings
11757 should vanish.
11758 (yyerrlab1): Move code to YERROR.
11759 (yyerrlab2): Remove. Change uses back to yyerrlab1.
11760 This reverts some of the 2002-12-27 change.
11761
11762 2003-01-17 Paul Eggert <eggert@twinsun.com>
11763
11764 * src/output.c (symbol_printers_output): Fix typo that led
11765 to core dump. Problem reported by Antonio Rus in
11766 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
11767
11768 2003-01-13 Akim Demaille <akim@epita.fr>,
11769 Quoc Peyrot <chojin@lrde.epita.fr>,
11770 Robert Anisko <anisko_r@lrde.epita.fr>
11771
11772 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
11773 when the stacks contain one element, as the loop would otherwise
11774 free the last state, and then use the top state (the one we just
11775 popped). This means that the initial elements will not be freed
11776 explicitly, as is the case in yacc.c; it is not a problem, as
11777 these elements have fake values.
11778
11779 2003-01-11 Paul Eggert <eggert@twinsun.com>
11780
11781 * NEWS: %expect-violations are now just warnings, reverting
11782 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
11783 bootstrapping problem reported by Matthias Klose; see
11784 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
11785 * src/conflicts.c (conflicts_print): Likewise.
11786 * tests/conflicts.at (%expect not enough, %expect too much,
11787 %expect with reduce conflicts): Likewise.
11788 * doc/bison.texinfo (Expect Decl): Document this. Also mention
11789 that the warning is enabled if the number of conflicts changes
11790 (not necessarily increases).
11791
11792 * src/getargs.c (version): Update copyright year.
11793
11794 2003-01-09 Akim Demaille <akim@epita.fr>
11795
11796 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
11797
11798 2003-01-08 Paul Eggert <eggert@twinsun.com>
11799
11800 * Makefile.maint (WGETFLAGS):
11801 New macro, containing "-C off" to disable proxy caches.
11802 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
11803 (rel-check): Use $(WGET) instead of wget.
11804
11805 2003-01-06 Paul Eggert <eggert@twinsun.com>
11806
11807 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
11808 the GLR paper of Scott, Johnstone and Hussain.
11809
11810 2003-01-04 Paul Eggert <eggert@twinsun.com>
11811
11812 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
11813 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
11814 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
11815 (EXTRA_LIBRARIES): New var, for liby.a.
11816 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
11817 (EXTRA_SCRIPTS): New var, for yacc.
11818
11819 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
11820 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
11821 Problem reported by Nelson H. F. Beebe.
11822
11823 2003-01-03 Paul Eggert <eggert@twinsun.com>
11824
11825 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
11826 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
11827 when compiling Bison 1.875's `bitset bset = obstack_alloc
11828 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
11829
11830 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
11831 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
11832 grow to a huge size with typical invocation.
11833
11834 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
11835 Use the pattern recommended by Autoconf 2.57, except also protect
11836 against double-definition.
11837 * src/system.h: Likewise.
11838 Portability issues reported by Nelson H. F. Beebe.
11839
11840 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
11841 All uses changed. Provide a definition in both C and C++.
11842 (yytrue, yyfalse): Define even if defined (__cplusplus).
11843
11844 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
11845 Reported by Nelson H. F. Beebe.
11846
11847 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
11848
11849 2003-01-02 Paul Eggert <eggert@twinsun.com>
11850
11851 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
11852 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
11853 Bug reported by Nelson H. F. Beebe.
11854
11855 2003-01-01 Paul Eggert <eggert@twinsun.com>
11856
11857 * Version 1.875.
11858
11859 2002-12-30 Paul Eggert <eggert@twinsun.com>
11860
11861 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
11862 Moved here from...
11863 (<INITIAL>","): Here. This causes stray "," to be treated
11864 more uniformly.
11865
11866 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
11867 last brace in braced code when not in Yacc mode, for compatibility
11868 with Bison 1.35. This resurrects the 2001-12-15 patch to
11869 src/reader.c.
11870
11871 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
11872 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
11873
11874 2002-12-28 Paul Eggert <eggert@twinsun.com>
11875
11876 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
11877 that of SYM's type. This fixes Debian bug 168069, reported by
11878 Thomas Olsson.
11879
11880 2002-12-28 Paul Eggert <eggert@twinsun.com>
11881
11882 Version 1.75f.
11883
11884 Switch back to the Yacc style of conflict reports, undoing some
11885 of the 2002-07-30 change.
11886 * doc/bison.texinfo (Understanding): Use Yacc style for
11887 conflict reports. Also, use new way of locating rules.
11888 * src/conflicts.c (conflict_report):
11889 Renamed from conflict_report_yacc, removing the old
11890 'conflict_report'. Translate the entire conflict report at once,
11891 so that we don't assume that "," has the same interpretation in
11892 all languages.
11893 (conflicts_output): Use Yacc-style conflict report for each state,
11894 instead of our more-complicated style.
11895 (conflicts_print): Use Yacc-style conflict report, except print
11896 the input file name when not emulating Yacc.
11897 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
11898 Conflicted Reduction, %expect not enough, %expect too much,
11899 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
11900 * tests/existing.at (GNU Cim Grammar): Likewise.
11901 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
11902
11903 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
11904 fatal): Don't invoke fflush; it's not needed and it might even be
11905 harmful for stdout, as stdout might not be open.
11906 * src/reduce.c (reduce_print): Likewise.
11907
11908 2002-12-27 Paul Eggert <eggert@twinsun.com>
11909
11910 Fix a bug where error locations were not being recorded correctly.
11911 This problem was originally reported by Paul Hilfinger in
11912 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
11913
11914 * data/yacc.c (yyparse): New local var yylerrsp, to record the
11915 top of the location stack's error locations.
11916 (yyerrlab): Set it. When discarding a token, push its location
11917 onto yylerrsp so that we don't lose track of the error's end.
11918 (yyerrlab1): Now is only the target of YYERROR, so that we can
11919 properly record the location of the action that failed. For GCC
11920 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
11921 GCC warning about yyerrlab1 being unused if YYERROR is unused.
11922 (yyerrlab2): New label, which yyerrlab now falls through to.
11923 Compute the error's location by applying YYLLOC_DEFAULT to
11924 the locations of all the symbols that went into the error.
11925 * doc/bison.texinfo (Location Default Action): Mention that
11926 YYLLOC_DEFAULT is also invoked for syntax errors.
11927 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
11928 Error locations include the locations of all the tokens that were
11929 discarded, not just the last token.
11930
11931 2002-12-26 Paul Eggert <eggert@twinsun.com>
11932
11933 * src/files.c: Include quote.h.
11934 (compute_output_file_names): Warn if we detect conflicting
11935 outputs to the same file. This should catch the misunderstanding
11936 exemplified by Debian Bug 165349, reported by Bruce Stephens..
11937
11938 * src/conflicts.c (conflicts_print): If the user specifies
11939 "%expect N", report an error if there are any reduce/reduce
11940 conflicts. This is what the manual says should happen.
11941 This fixes Debian bug 130890, reported by Anthony DeRobertis.
11942 * tests/conflicts.at (%expect with reduce conflicts): New test.
11943
11944 Don't use m4_include on relative file names, as it doesn't work as
11945 desired if there happens to be a file with that name under ".".
11946
11947 * m4sugar/version.m4: Remove; it was included but it wasn't used.
11948 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
11949 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
11950 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
11951 * src/output.c (output_skeleton): Use full path names when
11952 specifying a file to include; don't rely on include path, as
11953 it's unreliable when the working file contains a file with
11954 that name.
11955
11956 2002-12-25 Paul Eggert <eggert@twinsun.com>
11957
11958 Remove obsolete references to bison.simple and bison.hairy.
11959 Problem mentioned by Aubin Mahe in
11960 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
11961 * data/glr.c: Comment fix.
11962 * doc/bison.1: Remove references. Also, mention "yacc".
11963
11964 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
11965 with -g option.
11966
11967 * src/parse-gram.y (declaration): Use enum "report_states" rather
11968 than its numeric value 1.
11969
11970 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
11971 opening a new one. This fixes Debian bug 165349, reported by
11972 Bruce Stephens.
11973
11974 2002-12-24 Paul Eggert <eggert@twinsun.com>
11975
11976 Version 1.75e.
11977
11978 * Makefile.maint (cvs-update): Don't assume that the shell
11979 supports $(...), as Solaris sh doesn't.
11980
11981 * src/parse-gram.y (lloc_default): Remove test for empty
11982 nonterminals at the end, since it didn't change the result.
11983
11984 2002-12-24 Paul Eggert <eggert@twinsun.com>
11985
11986 If the user does not define YYSTYPE as a macro, Bison now declares it
11987 using typedef instead of defining it as a macro. POSIX requires this.
11988 For consistency, YYLTYPE is also declared instead of defined.
11989
11990 %union directives can now have a tag before the `{', e.g., the
11991 directive `%union foo {...}' now generates the C code
11992 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
11993 The default union tag is `YYSTYPE', for compatibility with Solaris 9
11994 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
11995 instead of `yyltype'.
11996
11997 `yystype' and `yyltype' are now obsolescent macros instead of being
11998 typedefs or tags; they are no longer documented and will be
11999 withdrawn in a future release.
12000
12001 * data/glr.c (b4_location_type): Remove.
12002 (YYSTYPE): Renamed from yystype.
12003 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
12004 (struct YYLTYPE): Renamed from struct yyltype.
12005 (YYLTYPE): Renamed from yyltype.
12006 (yyltype, yystype): New (and obsolescent) macros,
12007 for backward compatibility.
12008 * data/yacc.c: Likewise.
12009
12010 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
12011 does not specify a union tag. This is for compatibility with
12012 Solaris 9 yacc.
12013
12014 * src/parse-gram.y (add_param): 2nd arg is now char * not char
12015 const *, since it is now modified by stripping surrounding { }.
12016 (current_braced_code): Remove.
12017 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
12018 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
12019 trailing " {...}". Now of type <chars>.
12020 (grammar_declaration): Adjust to bundled tokens.
12021 (code_content): Remove; stripping is now done by add_param.
12022 (print_token_value): Print contents of bundled tokens.
12023 (token_name): New function.
12024
12025 * src/reader.h (braced_code, current_braced_code): Remove.
12026 (token_name): New decl.
12027
12028 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
12029 token_type, not braced_code code_kind. All uses changed.
12030 (SC_PRE_CODE): New state, for scanning after a keyword that
12031 has (or usually has) an immediately-following braced code.
12032 (token_type): New local var, to keep track of which token type
12033 to return when scanning braced code.
12034 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
12035 <INITIAL>"%parse-param", <INITIAL>"%printer",
12036 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
12037 instead of returning a token type immediately.
12038 (<INITIAL>"{"): Set token type.
12039 (<SC_BRACED_CODE>"}"): Use it.
12040 (handle_action_dollar, handle_action_at): Now returns bool
12041 indicating success. Fail if ! current_rule; this prevents a core dump.
12042 (handle_symbol_code_dollar, handle_symbol_code_at):
12043 Remove; merge body into caller.
12044 (handle_dollar, handle_at): Complain in invalid contexts.
12045
12046 * NEWS, doc/bison.texinfo: Document the above.
12047 * NEWS: Fix years and program names in copyright notice.
12048
12049 2002-12-17 Paul Eggert <eggert@twinsun.com>
12050
12051 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
12052 Reporting, Table of Symbols): Omit mentions of %lex-param and
12053 %parse-param from the documentation for now.
12054
12055 2002-12-15 Paul Eggert <eggert@twinsun.com>
12056
12057 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
12058 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
12059 lookahead symbol, and which sets yychar in parser actions) and it
12060 disagreed with the Bison documentation. Bug
12061 reported by Andrew Walrond.
12062
12063 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
12064 as the caller now does that.
12065 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
12066 (YYEMPTY): Parenthesize right hand side, since others use it.
12067 (yyparse): Don't assume that our generated code is the only code
12068 that sets yychar.
12069
12070 2002-12-13 Paul Eggert <eggert@twinsun.com>
12071
12072 Version 1.75d.
12073
12074 POSIX requires a "yacc" command.
12075 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
12076 (MOSTLYCLEANFILES): Add yacc.
12077 (yacc): New rule.
12078 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
12079 as an alias for bison y.
12080
12081 * po/LINGUAS: Add da.
12082
12083 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
12084 problem with latest <getopt.h>.
12085 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
12086
12087 * doc/fdl.texi: Upgrade to 1.2.
12088 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
12089 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
12090 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
12091 gnulib.
12092 * config/install-sh: Sync with autotools.
12093
12094 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
12095 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
12096 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
12097 locations are requested.
12098 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
12099 locations are requested.
12100
12101 2002-12-12 Paul Eggert <eggert@twinsun.com>
12102
12103 Remove unportable casts and storage allocation tricks.
12104 While we're at it, remove almost all casts, since they
12105 usually aren't needed and are a sign of trouble.
12106
12107 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
12108
12109 * src/derives.c (derives_compute): Do not subtract NTOKENS from
12110 the pointer DSET returned by malloc; this isn't portable.
12111 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
12112 Similarly for DERIVES.
12113 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
12114 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
12115 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
12116
12117 * src/derives.c (derives_compute): Do not bother invoking
12118 int_of_rule_number, since rule numbers are integers.
12119
12120 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
12121 rather than XMALLOC (char, N).
12122
12123 * src/files.c (filename_split): Rewrite to avoid cast.
12124
12125 * src/gram.h (symbol_number_as_item_number,
12126 item_number_as_symbol_number, rule_number_as_item_number,
12127 item_number_as_rule_number):
12128 Now inline functions rather than macros, to avoid casts.
12129 * src/state.h (state_number_as_int): Likewise.
12130 * src/tables.c (state_number_to_vector_number,
12131 symbol_number_to_vector_number): Likewise.
12132
12133 * src/gram.h (int_of_rule_number): Remove; no longer used.
12134
12135 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
12136 since the resulting storage is always stored into.
12137
12138 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
12139 where it's needed.
12140
12141 * src/muscle_tab.c (muscle_m4_output):
12142 Now inline. Return bool, not int.
12143 * src/state.c (state_compare): Likewise.
12144 * src/symtab.c (symbol_check_defined,
12145 symbol_check_alias_consistency, symbol_pack, symbol_translation,
12146 hash_compare_symbol, hash_symbol):
12147 Likewise.
12148 * src/uniqstr.c (uniqstr_print): Likewise.
12149 * src/muscle_tab.c (muscle_m4_output_processor):
12150 New function, to avoid casts.
12151 * src/state.c (state_comparator, stage_hasher): Likewise.
12152 * src/symtab.c (symbol_check_defined_processor,
12153 symbol_check_alias_consistency_processor, symbol_pack_processor,
12154 symbol_translation_processor, hash_symbol_comparator,
12155 hash_symbol_hasher): Likewise.
12156 * src/uniqstr.c (uniqstr_print_processor): Likewise.
12157 * src/muscle_tab.c (muscles_m4_output):
12158 Use new functions instead of casting old functions unportably.
12159 * src/state.c (state_hash_new): Likewise.
12160 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
12161 symbols_token_translations_init):
12162 Likewise.
12163 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
12164
12165 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
12166 var instead of casting to long, to avoid casts.
12167 (prepare_states): Use MALLOC rather than alloca, so that we don't
12168 have to worry about alloca.
12169 * src/state.c (state_hash_lookup): Likewise.
12170
12171 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
12172 local var instead of casting to unsigned char, to avoid casts.
12173
12174 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
12175 STATE_ALLOC): Remove.
12176 (transitions_new, errs_new, reductions_new, state_new): Use malloc
12177 rather than calloc, and use offsetof to avoid allocating slightly
12178 too much storage.
12179 (state_new): Initialize all members.
12180
12181 * src/state.c (state_hash): Use unsigned accumulator, not signed.
12182
12183 * src/symtab.c (symbol_free): Remove; unused.
12184 (symbol_get): Remove cast in lhs of assignment.
12185 (symbols_do): Now static. Accept generic arguments, not
12186 hashing-related ones.
12187
12188 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
12189 (symbol_processor): Remove.
12190 (symbols_do): Remove decl; now static.
12191
12192 * src/system.h (alloca): Remove; decl no longer needed.
12193 (<stddef.h>): Include, for offsetof.
12194 (<inttypes.>, <stdint.h>): Include if available.
12195 (uintptr_t): New type, if system lacks it.
12196 (CALLOC, MALLOC, REALLOC): New macros.
12197 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
12198 new macros.
12199
12200 * src/tables.c (table_size): Now int, to pacify GCC.
12201 (table_grow, table_ninf_remap): Use signed table size.
12202 (save_row): Don't bother initializing locals when not needed.
12203 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
12204 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
12205
12206 * src/vcg.h: Correct misspellings.
12207
12208 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
12209
12210
12211 * src/getargs.c (getargs): Don't assume EOF == -1.
12212
12213 2002-12-09 Paul Eggert <eggert@twinsun.com>
12214
12215 Change identifier spellings to avoid collisions with names
12216 that are reserved by POSIX.
12217
12218 Don't use names ending in _t, since POSIX reserves them.
12219 For consistency, remove _e and _s endings -- they're weren't
12220 needed to remove ambiguity. All uses changed.
12221 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
12222 turn was just renamed from struniq_t.
12223 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
12224 which in turn was just renamed from struniq_processor_t.
12225 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
12226 in turn was renamed from hash_compare_struniq_t.
12227 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
12228 (state_list): Renamed from state_list_t.
12229 * src/assoc.h (assoc): Renamed from assoc_t.
12230 * src/conflicts.c (enum conflict_resolution): Renamed from
12231 enum conflict_resolution_e.
12232 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
12233 (rule_list): Renamed from rule_list_t.
12234 * src/getargs.h (enum trace): Renamed from enum trace_e.
12235 (enum report): Renamed from enum report_e.
12236 * src/gram.h (item_number): Renamed from item_number_t.
12237 (rule_number): Renamed from rule_number_t.
12238 (struct rule_s): Remove the "rule_s" part; not used.
12239 (rule): Renamed from rule_t.
12240 (rule_filter): Renamed from rule_filter_t.
12241 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
12242 (goto_list): Renamed from goto_list_t.
12243 * src/lalr.h (goto_number): Renamed from goto_number_t.
12244 * src/location.h (location): Renamed from location_t.
12245 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
12246 and moved here from:
12247 * src/muscle_tab.h (muscle_entry_t): here.
12248 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
12249 (rule_list): Renamed from rule_list_t.
12250 * src/print_graph.c (static_graph): Renamed from graph.
12251 * src/reader.h (braced_code): Renamed from braced_code_t.
12252 Remove brace_code_e tag.
12253 * src/relation.h (relation_node): Renamed from relation_node_t.
12254 (relation_nodes): Renamed from relation_nodes_t.
12255 (relation): Renamed from relation_t.
12256 * src/state.h (state_number): Renamed from state_number_t.
12257 (struct state): Renamed from struct state_s.
12258 (state): Renamed from state_t.
12259 (transitions): Renamed from transitions_t. Unused (and
12260 misspelled) transtion_s tag removed.
12261 (errs): Renamed from errs_t. Unused errs_s tag removed.
12262 (reductions): Renamed from reductions_t. Unused tag
12263 reductions_s removed.
12264 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
12265 (struct symbol_list): Renamed from struct symbol_list_s.
12266 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
12267 (struct symbol): Renamed from struct symbol_s.
12268 (symbol): Renamed from symbol_t.
12269 * src/tables.c (vector_number): Renamed from vector_number_t.
12270 (action_number): Renamed from action_t.
12271 * src/tables.h (base_number): Renamed from base_t.
12272 * src/vcg.h (enum color): Renamed from enum color_e.
12273 (enum textmode): Renamed from enum textmode_e.
12274 (enum shape): Renamed from enum shape_e.
12275 (struct colorentry): Renamed from struct colorentry_s.
12276 (struct classname): Renamed from struct classname_s.
12277 (struct infoname): Renamed from struct infoname_s.
12278 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
12279 (enum decision): Renamed from enum decision_e.
12280 (enum orientation): Renamed from enum orientation_e.
12281 (enum alignment): Renamed from enum alignment_e.
12282 (enum arrow_mode): Renamed from enum arrow_mode_e.
12283 (enum crossing_type): Renamed from enum crossing_type_e.
12284 (enum view): Renamed from enum view_e.
12285 (struct node): Renamed from struct node_s.
12286 (node): Renamed from node_t.
12287 (enum linestyle): Renamed from enum linestyle_e.
12288 (enum arrowstyle): Renamed from enum arrowstyle_e.
12289 (struct edge): Renamed from struct edge.
12290 (edge): Renamed from edge_t.
12291 (struct graph): Renamed from struct graph_s.
12292 (graph): Renamed from graph_t.
12293 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
12294 Rename value_t -> value.
12295 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
12296 value_t_as_yystype -> value_as_yystype.
12297
12298 Don't include <errno.h> in the mainstream code, since it
12299 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
12300 * lib/get-errno.c, lib/get-errno.h: New files.
12301 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
12302 get-errno.c.
12303 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
12304 * src/output.c (output_skeleton): Likewise.
12305 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
12306 instead of errno.
12307 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
12308 Likewise.
12309 (handle_action_dollar, handle_action_at): Likewise.
12310 * src/system.h: Do not include <errno.h>.
12311 (TAB_EXT): Renamed from EXT_TAB.
12312 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
12313
12314 Avoid str[a-z]*, since <string.h> reserves that name space.
12315 Change all instances of "struniq" in names to "uniqstr", and
12316 likewise for "STRUNIQ" and "UNIQSTR".
12317 * src/uniqstr.c: Renamed from src/struniq.c.
12318 * src/uniqstr.h: Renamed from src/struniq.h.
12319 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
12320 * src/files.c (strsuffix): Remove; unused.
12321 (concat2): Renamed from stringappend. Now static.
12322 * src/files.h (strsuffix, stringappend): Remove; unused.
12323 * src/parse-gram.y (<chars>): Renamed from <string>.
12324 (<uniqstr>): Renamed from <struniq>.
12325 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
12326 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
12327 (struct graph_s.expand): Renamed from struct graph_s.stretch.
12328 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
12329 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
12330 (N_EXPAND): Renamed from N_STRETCH.
12331
12332 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
12333 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
12334 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
12335 Remove; unused.
12336 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
12337 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
12338 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
12339 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
12340 (BASE_MAXIMUM): Renamed from BASE_MAX.
12341 (BASE_MINIMUM): Renamed from BASE_MIN.
12342 (ACTION_MAX): Remove; unused.
12343 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
12344 Unnecessary casts removed from above defines.
12345
12346
12347 Fix misspelling in names.
12348 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
12349 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
12350 G_NODE_ALIGNEMENT.
12351
12352
12353 * lib/timevar.c (timevar_report): Renamed from time_report,
12354 for consistency with other names.
12355 * lib/timevar.h (timevar_report): New decl.
12356 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
12357
12358
12359 Sort include-file uses.
12360
12361 Reorder all include files under src to be in the order "system.h".
12362 then the ../lib include files in angle brackets (alphabetized),
12363 then the . include files in double-quotes (alphabetized). Fix
12364 dependency breakages encountered in this process, as follows:
12365 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
12366 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
12367 * src/state.h: Include "symtab.h".
12368
12369 2002-12-08 Paul Eggert <eggert@twinsun.com>
12370
12371 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
12372 since this causes problems when __file__ contains character
12373 sequences like "@" that are treated specially by src/scan-skel.l.
12374 Instead, just use the file's basename. This fixes the bug
12375 reported by Martin Mokrejs in
12376 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
12377
12378 2002-12-06 Paul Eggert <eggert@twinsun.com>
12379
12380 Add support for rules that do not have trailing semicolons, as
12381 POSIX requires. Improve the quality of locations in Bison
12382 diagnostics.
12383
12384 * src/location.c: Include <quotearg.h>.
12385 (empty_location): Now const.
12386 (location_print): New function. Follow the recommendation of the
12387 GNU Coding Standards for locations that span file boundaries.
12388 * src/location.h: Do not include <quotearg.h>; no longer needed.
12389 (boundary): New type.
12390 (location_t): Use it. This allows locations to span file boundaries.
12391 All member uses changed: file -> start.file or end.file (as needed),
12392 first_line -> start.line, first_column -> start.column,
12393 last_line -> end.line, last_column -> end.column.
12394 (equal_boundaries): New function.
12395 (LOCATION_RESET, LOCATION_STEP): Remove.
12396 (LOCATION_PRINT): Remove. All callers changed to use location_print.
12397 (empty_location): Now const.
12398 (location_print): New decl.
12399 * src/parse-gram.y (lloc_default): New function, which handles
12400 empty locations more accurately.
12401 (YYLLOC_DEFAULT): Use it.
12402 (%token COLON): Remove.
12403 (%token ID_COLON): New token.
12404 (rules): Use it.
12405 (declarations, rules): Remove trailing semicolon.
12406 (declaration, rules_or_grammar_declaration):
12407 Allow empty (";") declaration.
12408 (symbol_def): Remove empty actions; no longer needed.
12409 (rules_or_grammar_declaration): Remove trailing semicolon.
12410 (semi_colon.opt): Remove.
12411 * src/reader.h: Include location.h.
12412 (scanner_cursor): New decl.
12413 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
12414 rolling our own.
12415 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
12416 of *loc.
12417 (STEP): Remove. No longer needed, now that adjust_location does
12418 the work. All uses removed.
12419 (scanner_cursor): New var.
12420 (adjust_location): Renamed from extend_location. It now sets
12421 *loc and adjusts the scanner cursor. All uses changed.
12422 Don't bother testing for CR.
12423 (handle_syncline): Remove location arg; now updates scanner cursor.
12424 All callers changed.
12425 (unexpected_end_of_file): Now accepts start boundary of token or
12426 comment, not location. All callers changed. Update scanner cursor,
12427 not the location.
12428 (SC_AFTER_IDENTIFIER): New state.
12429 (context_state): Renamed from c_context. All uses changed.
12430 (id_loc, code_start, token_start): New local vars.
12431 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
12432 processing of Yacc white space and equivalents here.
12433 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
12434 instead of returning ID immediately, since we need to search for
12435 a subsequent colon.
12436 (<INITIAL>"'", "\""): Save token_start.
12437 (<INITIAL>"%{", "{", "%%"): Save code_start.
12438 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
12439 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
12440 BEGIN context_state at end, not INITIAL.
12441 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
12442 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
12443 Return correct token start.
12444 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
12445 the start of a character, string or multiline comment is found.
12446 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
12447 Reduction): Adjust reported locations to match the more-precise
12448 results now expected.
12449 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
12450 * tests/reduce.at (Useless Rules, Reduced Automaton,
12451 Underivable Rules): Likewise.
12452 * tests/regression.at (Invalid inputs): No longer `expecting ";"
12453 or "|"' now that so many other tokens are allowed by the new grammar.
12454
12455 * src/complain.h (current_file): Remove duplicate decl;
12456 current_file is now owned by files.h.
12457 * src/complain.c, src/scan-gram.l: Include files.h.
12458
12459 2002-12-06 Paul Eggert <eggert@twinsun.com>
12460
12461 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
12462 promotes to int; it might be unsigned int.
12463 * data/yacc.c (yy_reduce_print): Likewise.
12464
12465 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
12466 be #defined in the prologue, not in the Bison declarations.
12467 This fixes Debian Bug 102878, reported by Shaul Karl.
12468
12469 2002-12-02 Paul Eggert <eggert@twinsun.com>
12470
12471 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
12472 * lib/strtoul.c: New file, from gnulib.
12473 This fixes a porting bug reported by Peter Klein in
12474 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
12475
12476 2002-11-30 Paul Eggert <eggert@twinsun.com>
12477
12478 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
12479 and put only a forward declaration in the prologue. This is for
12480 consistency with the other scanner helper functions.
12481
12482 Type clashes now generate warnings, not errors, since it
12483 appears that POSIX may allow some grammars with type clashes.
12484 * src/reader.c (grammar_current_rule_check): Warn about
12485 type clashes instead of complaining.
12486 * tests/input.at (Type Clashes): Expect warnings, not complaints.
12487
12488 Add Yacc library, since POSIX requires it.
12489 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
12490 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
12491 * lib/main.c, lib/yyerror.c: New files.
12492
12493 gram_error can be static; it need not be extern.
12494 * src/reader.h (gram_error): Remove decl.
12495 * src/parse-gram.y (gram_error): Now static. Add static decl.
12496 (print_token_value): Omit parameter names from forward decl,
12497 for consistency.
12498
12499 2002-11-29 Paul Eggert <eggert@twinsun.com>
12500
12501 * doc/bison.texinfo: Emphasize that yylex and yyerror must
12502 be declared before being used. E.g., one should typically
12503 declare them in the prologue. Use GNU coding style in examples.
12504 Put "const" consistently after the type it modifies. Mention
12505 that C99 supports "inline". Mention that yyerror traditionally
12506 returns "int".
12507
12508 %parse-param and %lex-param now take just one argument, the
12509 declaration; the argument name is deduced from the declaration.
12510
12511 * doc/bison.texinfo (Parser Function, Pure Calling, Error
12512 Reporting, Table of Symbols): Document this.
12513 * src/parse-gram.y (add_param): New function.
12514 (COMMA): Remove.
12515 (declaration): Implement new rule for %parse-param and %lex-param.
12516 * src/scan-gram.l: "," now elicits a warning, rather than being
12517 a token; this is more compatible with byacc.
12518 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
12519
12520 2002-11-27 Paul Eggert <eggert@twinsun.com>
12521
12522 Rename identifiers to avoid real and potential collisions.
12523
12524 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
12525 to avoid collision with lex macro described by Bruce Lilly in
12526 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
12527 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
12528 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
12529 * src/parse-gram.y (print_token_value): Renamed from yyprint.
12530 All uses changed.
12531 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
12532 The name "yycontrol" violates the name space rules, and this stuff
12533 wasn't being used anyway.
12534 (input): Remove action; this stuff wasn't being used.
12535 (gram_error): Rename local variable yylloc -> loc.
12536 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
12537 (YY_DECL): Don't use "yy" at start of local variables.
12538 All uses changed, e.g., yylloc -> loc.
12539 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
12540 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
12541 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
12542 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
12543
12544 * src/parse-gram.y (gram_error): loc is now const *.
12545 * src/reader.h (gram_error): Likewise.
12546
12547 2002-11-24 Paul Eggert <eggert@twinsun.com>
12548
12549 Version 1.75c.
12550
12551 * tests/actions.at (Actions after errors): Use an output format
12552 more similar to that of the Printers and Destructors test.
12553 Test the position of the ';' token too.
12554 (Printers and Destructors): Likewise.
12555 (Printers and Destructors: %glr-parser): Remove for now, to avoid
12556 unnecessarily alarming people when the test fails.
12557
12558 * data/yacc.c (yyerrlab1): Move this label down, so that the
12559 parser does not discard the lookahead token if the user code
12560 invokes YYERROR. This change is required for POSIX conformance.
12561
12562 * lib/error.c: Sync with gnulib.
12563
12564 2002-11-22 Paul Eggert <eggert@twinsun.com>
12565
12566 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
12567 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
12568 * lib/xmalloc.c: Likewise.
12569
12570 2002-11-20 Paul Eggert <eggert@twinsun.com>
12571
12572 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
12573
12574 2002-11-20 Paul Eggert <eggert@twinsun.com>
12575
12576 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
12577 should use `if (! x) abort ();' rather than `assert (x);', and
12578 anyway it's one less thing to worry about configuring.
12579
12580 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
12581 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
12582 and replace all instances of assert with abort.
12583 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
12584 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
12585
12586 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
12587 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
12588 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
12589 hash_find_entry, hash_rehash, hash_insert): Likewise.
12590 * src/conflicts.c (resolve_sr_conflict): Likewise.
12591 * src/lalr.c (set_goto_map, map_goto): Likewise.
12592 * src/nullable.c (nullable_compute): Likewise.
12593 * src/output.c (prepare_rules, token_definitions_output): Likewise.
12594 * src/reader.c (packgram, reader): Likewise.
12595 * src/state.c (state_new, state_free, state_transitions_set,
12596 state_reduction_find): Likewise.
12597 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
12598 symbol_pack): Likewise.
12599 * src/tables.c (conflict_row, pack_vector): Likewise.
12600 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
12601 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
12602 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
12603 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
12604
12605 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
12606 (ARGMATCH_CONSTRAINT): New macro.
12607 (ARGMATCH_ASSERT): Use it.
12608
12609 * src/system.h (verify): New macro.
12610 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
12611 rather than assert.
12612 * src/tables.c (tables_generate): Likewise.
12613
12614 * src/struniq.c (struniq_assert): Now returns void, and aborts
12615 if the assertion is false.
12616 (struniq_assert_p): Remove.
12617 * src/struniq.h: Likewise.
12618
12619 2002-11-18 Paul Eggert <eggert@twinsun.com>
12620
12621 * data/glr.c (yygetLRActions): Replace `yyindex' with
12622 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
12623 This fixes the regression with Sun ONE Studio 7 cc that I reported in
12624 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
12625
12626 2002-11-18 Akim Demaille <akim@epita.fr>
12627
12628 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
12629 space.
12630 From Tim Van Holder.
12631
12632 2002-11-17 Paul Eggert <eggert@twinsun.com>
12633
12634 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
12635 to "SyntaxError" for consistency with my 2002-11-15 change.
12636
12637 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
12638 not define to {}, since this breaks the common use of `YYDPRINTF
12639 ((...));' if a single statement is desired (e.g. before `else').
12640 Work around GCC warnings by surrounding corresponding calls with
12641 {} if needed.
12642 (yyhasResolvedValue): Remove unused function.
12643 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
12644 loop body.
12645 (yyreportSyntaxError): Renamed from yyreportParseError.
12646 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
12647 All uses changed.
12648 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
12649 extern when possible. Remove unused initializations.
12650
12651 2002-11-16 Akim Demaille <akim@epita.fr>
12652
12653 Augment the similarity between GLR and LALR traces.
12654
12655 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
12656 (YY_REDUCE_PRINT): New.
12657 (yyparse): Use them.
12658 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
12659 YYDPRINT here.
12660 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
12661 state reached after the reduction/recovery, since...
12662 (yyparse, yyprocessOneStack): Report the state we are entering in.
12663
12664 2002-11-16 Akim Demaille <akim@epita.fr>
12665
12666 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
12667 Add support for --trace=skeleton.
12668 * src/scan-skel.l: %option debug.
12669 Scan strings of non-@ or \n instead of character by character.
12670 (scan_skel): Handle trace_skeleton.
12671 (QPUTS): New.
12672 (@output_parser_name@, @output_header_name@): ``Restore'' their
12673 support (used to be M4 macros).
12674 * data/yacc.c: Quote larger chunks, a la glr.c.
12675 * data/lalr1.cc: Likewise.
12676 The header guards are no longer available, so use some other
12677 string than `YYLSP_NEEDED'.
12678
12679 2002-11-16 Akim Demaille <akim@epita.fr>
12680
12681 Make the ``Printers and Destructors'' test more verbose, taking
12682 `yacc.c''s behavior as (possibly wrong) reference.
12683
12684 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
12685 instead of fprint on stdout.
12686 Set and report the last_line of the symbols.
12687 Consistently display values and locations.
12688
12689 2002-11-16 Paul Eggert <eggert@twinsun.com>
12690
12691 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
12692
12693 2002-11-15 Paul Eggert <eggert@twinsun.com>
12694
12695 * tests/actions.at (Actions after errors): New test case.
12696
12697 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
12698 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
12699 tests/action.at, tests/calc.at, tests/conflicts.at,
12700 tests/cxx-type.at, tests/regression.at:
12701 "parse error" -> "syntax error" for POSIX compatibility.
12702 "parsing stack overflow..." -> "parser stack overflow" so
12703 that code matches Bison documentation.
12704
12705 2002-11-15 Akim Demaille <akim@epita.fr>
12706
12707 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
12708 take two BRACED_CODE, not two string_content.
12709 Free the scanner's obstack when we are done.
12710 (code_content): New.
12711 * tests/calc.at: Adjust.
12712 * doc/bison.texinfo: Adjust.
12713 Also, make sure to include the `,' for these declarations.
12714
12715 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
12716
12717 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
12718 definition; avoids potential autoreconf problems.
12719
12720 2002-11-15 Akim Demaille <akim@epita.fr>
12721
12722 Always check the value returned by yyparse.
12723
12724 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
12725 returned by yyparse.
12726 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
12727 Adjust calls.
12728 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
12729 returned by yyparse.
12730
12731 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12732
12733 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
12734 on input.at test.
12735
12736 2002-11-14 Paul Eggert <eggert@twinsun.com>
12737
12738 * src/output.c (output_skeleton): Call xfopen instead of
12739 duplicating xfopen's body.
12740
12741 Fix bugs reported by Nelson H. F. Beebe in
12742 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
12743
12744 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
12745 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
12746 Group compiler. Instead, use "$CC -E bar.c". Include the .h
12747 file twice in the grammar, as an extra check.
12748
12749 * tests/input.at (Torturing the Scanner): Surround the
12750 backslash-newline tests with "#if 0", to make it less likely that
12751 we'll run into compiler bugs. Bring back solitary \ inside
12752 comment, but add a closing comment to work around HP C bug. Don't
12753 test backslash-newline in C character constant.
12754
12755 2002-11-14 Akim Demaille <akim@epita.fr>
12756
12757 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
12758 status of the compiler.
12759 Calling `exit 1' is no longer needed.
12760 Reported by Nelson H. F. Beebe.
12761
12762 2002-11-14 Akim Demaille <akim@epita.fr>
12763
12764 * tests/atlocal.in (CPPFLAGS): We have config.h.
12765 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
12766 New.
12767 * tests/actions.at, tests/calc.at, tests/conflicts.at,
12768 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
12769 * tests/regression.at, tests/torture.at: Use them for all the
12770 grammars that are to be compiled.
12771 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
12772 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
12773 * doc/bison.texinfo (GLR Parsers): Document `inline'.
12774
12775 2002-11-14 Akim Demaille <akim@epita.fr>
12776
12777 * doc/bison.texinfo: Various formatting changes (alignments in
12778 samples, additional @group/@end group, GCS in samples.
12779 Use @deffn instead of simple @table to define the directives,
12780 macros, variables etc.
12781
12782 2002-11-13 Paul Eggert <eggert@twinsun.com>
12783
12784 Fix some bugs reported by Albert Chin-A-Young in
12785 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
12786
12787 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
12788 -o c"; the HP C compiler chatters during compilation.
12789 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
12790 * tests/headers.at (export YYLTYPE): Likewise.
12791
12792 * tests/input.at (Torturing the Scanner): Remove lines containing
12793 solitary backslashes, as they tickle a bug in the HP C compiler.
12794
12795 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
12796 comments, since they're not portable. Use GNU coding style.
12797
12798 2002-11-13 Akim Demaille <akim@epita.fr>
12799
12800 * data/yacc.c: Leave bigger chunks of quoted text.
12801 (YYDSYMPRINTF): New.
12802 Use it to report symbol activities.
12803 * data/glr.c (YYDSYMPRINTF): New.
12804 Use it.
12805
12806 2002-11-12 Paul Eggert <eggert@twinsun.com>
12807
12808 Version 1.75b.
12809
12810 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
12811 (yyglrReduce): Return yyok, not 0.
12812 This should avoid the enumerated-type warnings reported
12813 by Nelson H. F. Beebe in
12814 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
12815
12816 * lib/bbitset.h (BITSET_INLINE): Remove.
12817 * lib/bitset.h [! BITSET_INLINE]: Remove.
12818 (bitset_set, bitset_reset, bitset_test): Rename local vars
12819 to avoid shadowing warnings by GCC.
12820
12821 * data/glr.c (inline): Remove #define. It's the user's
12822 responsibility to #define it away, just like 'const'.
12823 This fixes one of the bugs reported by Nelson H. F. Beebe in
12824 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
12825
12826 * Makefile.maint (po-check): Scan .l and .y files instead of the
12827 .c and the .h files that they generate. This fixes the bug
12828 reported by Tim Van Holder in:
12829 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
12830 Look for N_ as well as for _. Try to avoid matching #define for
12831 N_ and _.
12832 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
12833 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
12834 * src/scan-gram.l: Revamp regular expressions so that " and '
12835 do not confuse xgettext.
12836
12837 * src/struniq.h (struniq_new): Do not declare the return type
12838 to be 'const'; this violates the C standard.
12839 * src/struniq.c (struniq_new): Likewise.
12840
12841 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
12842
12843 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
12844 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
12845 linker.
12846
12847 2002-11-12 Akim Demaille <akim@epita.fr>
12848
12849 * Makefile.maint: Sync with Autoconf:
12850 (local_updates): New.
12851
12852 2002-11-12 Akim Demaille <akim@epita.fr>
12853
12854 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
12855
12856 2002-11-12 Akim Demaille <akim@epita.fr>
12857
12858 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
12859 locations.
12860
12861 2002-11-12 Akim Demaille <akim@epita.fr>
12862
12863 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
12864 not yyvalue.
12865
12866 2002-11-12 Akim Demaille <akim@epita.fr>
12867
12868 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
12869 Use it to test the GLR parser.
12870
12871 2002-11-12 Akim Demaille <akim@epita.fr>
12872
12873 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
12874 defines it.
12875 * data/glr.c (yystos): New.
12876 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
12877 (YYDSYMPRINT): New.
12878 (yyval): Don't define it, it is handled via M4.
12879 (yyrecoverParseError): Free verbosely the discarded symbols.
12880 * data/yacc.c (yysymprint): Remove, rather...
12881 (b4_yysymprint_generate): invoke.
12882 * data/c.m4 (b4_yysymprint_generate): New.
12883 Accept pointers as arguments, as opposed to the version from
12884 yacc.c.
12885 (b4_yydestruct_generate): Likewise.
12886 * tests/cations.at (Printers and Destructors): Use Bison directives
12887 instead of CPP macros.
12888 Don't rely on internal details.
12889
12890 2002-11-12 Akim Demaille <akim@epita.fr>
12891
12892 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
12893 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
12894 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
12895 it against YYEMPTY and so forth), work on yytoken (i.e., set
12896 it to YYEMPTY etc.).
12897 (yydestruct): Replace with a b4_yydestruct_generate invocation.
12898 (b4_symbol_actions): Remove.
12899 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
12900 for 0, end-of-input.
12901
12902 2002-11-12 Akim Demaille <akim@epita.fr>
12903
12904 * doc/bison.texinfo (Destructor Decl): New.
12905
12906 2002-11-12 Akim Demaille <akim@epita.fr>
12907
12908 * src/tables.c (tables_generate): Use free for pointers that
12909 cannot be NULL, not XFREE.
12910 (pack_vector): Use assert, not fatal, for bound violations.
12911 * src/state.c (state_new): Likewise.
12912 * src/reader.c (reader): Likewise.
12913 * src/lalr.c (set_goto_map): Likewise.
12914 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
12915 the file name.
12916
12917 2002-11-12 Akim Demaille <akim@epita.fr>
12918
12919 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
12920 Restore.
12921 * src/scan-gram.l (last_string): Is global to the file, not to
12922 yylex.
12923 * src/parse-gram.y (input): Don't append the epilogue here,
12924 (epilogue.opt): do it here, and free the scanner's obstack.
12925 * src/reader.c (epilogue_set): Rename as...
12926 (epilogue_augment): this.
12927 * data/c.m4 (b4_epilogue): Defaults to empty.
12928
12929 2002-11-12 Akim Demaille <akim@epita.fr>
12930
12931 * src/getargs.c (long_options): Remove duplicates.
12932 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
12933 Remove.
12934 * doc/bison.rnh: Remove.
12935 * doc/bison.texinfo (VMS Invocation): Remove.
12936
12937 2002-11-12 Akim Demaille <akim@epita.fr>
12938
12939 * src/struniq.h, src/struniq.c (struniq_t): Is const.
12940 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
12941
12942 Use struniq for symbols.
12943
12944 * src/symtab.h (symbol_t): The tag member is a struniq.
12945 (symbol_type_set): Adjust.
12946 * src/symtab.c (symbol_new): Takes a struniq.
12947 (symbol_free): Don't free the tag member.
12948 (hash_compare_symbol_t, hash_symbol_t): Rename as...
12949 (hash_compare_symbol, hash_symbol): these.
12950 Use the fact that tags as struniqs.
12951 (symbol_get): Use struniq_new.
12952 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
12953 Returns a strniq.
12954 * src/reader.h (merger_list, grammar_currentmerge_set): The name
12955 and type members are struniqs.
12956 * src/reader.c (get_merge_function)
12957 (grammar_current_rule_merge_set): Adjust.
12958 (TYPE, current_type): Are struniq.
12959
12960 Use struniq for file names.
12961
12962 * src/files.h, src/files.c (infile): Split into...
12963 (grammar_file, current_file): these.
12964 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
12965 * src/reduce.c (reduce_print): Likewise.
12966 * src/getargs.c (getargs): Likewise.
12967 * src/complain.h, src/complain.c: Likewise.
12968 * src/main.c (main): Call struniqs_new early enough to use it for
12969 file names.
12970 Don't free the input file name.
12971
12972 2002-11-12 Akim Demaille <akim@epita.fr>
12973
12974 * src/symtab.c (symbol_free): Remove dead deactivated code:
12975 type_name are properly removed.
12976 Don't use XFREE to free items that cannot be NULL.
12977 * src/struniq.h, src/struniq.c: New.
12978 * src/main.c (main): Initialize/free struniqs.
12979 * src/parse-gram.y (%union): Add astruniq member.
12980 (yyprint): Adjust.
12981 * src/scan-gram.l (<{tag}>): Return a struniq.
12982 Free the obstack bit that used to store it.
12983 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
12984
12985 2002-11-11 Paul Eggert <eggert@twinsun.com>
12986
12987 Revamp to fix many (but not all) of the C- and M4-related quoting
12988 problems. Among other things, this fixes the Bison bug reported
12989 by Jan Hubicka when processing the Bash grammar; see:
12990 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
12991
12992 Use new @ escapes consistently. Represent brackets with @{ and @}
12993 rather than @<:@ and @:>@, since this works a bit better with dumb
12994 editors like vi. Represent @ with @@, since @ is now consistently
12995 an escape. Use @oline@ and @ofile@ rather than __oline__ and
12996 __ofile__, to avoid unexpected expansions. Similarly, use @output
12997 rather than #output.
12998
12999 * data/c.m4 (b4_copyright): Omit file name from comment, since
13000 the file name could contain "*/".
13001 (b4_synclines_flag): Don't quote the 2nd argument; it should already
13002 be quoted. All uses changed.
13003
13004 * data/glr.c: Use new @ escapes consistently.
13005 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
13006 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
13007 Remove, since they couldn't handle arbitrary characters in file
13008 names.
13009 * data/lalr1.cc: Likewise.
13010 * data/yacc.c: Likewise.
13011
13012 * src/files.c (output_infix): Remove; all uses removed.
13013 * src/files.h: Likewise.
13014
13015 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
13016 mishandled funny characters in file names, and anyway it isn't
13017 needed any more.
13018 * data/yacc.c: Likewise.
13019 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
13020
13021 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
13022 * data/yacc.c: Likewise.
13023
13024 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
13025 strings now.
13026 (muscle_init): Quote filename as a C string.
13027 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
13028 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
13029 * src/output.c (escaped_file_name_output): New function.
13030 (prepare_symbols): Quote tokens for M4.
13031 (prepare): Don't insert output_infix, output_prefix,
13032 output_parser_name, output_header_name; this is now down by scan-skel.
13033 Insert skeleton as a C string.
13034
13035 * src/output.c (user_actions_output, symbol_destructors_output,
13036 symbol_printers_output): Quote filenames for C and M4.
13037 * src/reader.c (prologue_augment, epilogue_set): Likewise.
13038
13039 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
13040 escapes other than \\ and \'; this simplifies the code.
13041 (<SC_STRING>): Likewise, for \\ and \".
13042 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
13043 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
13044 Use new escapes @{ and @} for [ and ].
13045
13046 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
13047 them with auto vars.
13048 Switch to new escape scheme, where @ is the escape character uniformly.
13049 Abort if a stray escape character is found. Avoid unbounded input
13050 buffer when parsing non-escaped text.
13051
13052 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
13053 __oline__, #output, $@, and @{ do not have unintended meanings.
13054
13055 2002-11-09 Paul Eggert <eggert@twinsun.com>
13056
13057 Fix the test failure due to GCC warnings described in
13058 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
13059 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
13060 evaluate to 0 if it's impossible for NINF to be in the respective
13061 table.
13062 (yygetLRActions, yyrecoverParseError): Use them.
13063
13064 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
13065 counted in the token inserted at end of file. Now takes
13066 location_t *, not location_t, so that the location can be
13067 adjusted. All uses changed.
13068
13069 * tests/regression.at (Invalid inputs): Adjust wording in
13070 diagnostic to match the new behavior.
13071
13072 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
13073 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
13074 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
13075 abort ();'. This reduces the runtime of the "Many lookaheads"
13076 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
13077 GCC 3.2.
13078
13079 2002-11-07 Paul Eggert <eggert@twinsun.com>
13080
13081 * src/parse-gram.y (CHARACTER): Remove unused token.
13082 All uses removed.
13083
13084 * src/scan-gram.l: Remove stack option. We no longer use the
13085 stack, since the stack was never deeper than 1; instead, use the
13086 new auto var c_context to record the stacked value.
13087
13088 Remove nounput option. At an unexpected end of file, we now unput
13089 the minimal input necessary to end cleanly; this simplifies the
13090 code.
13091
13092 Avoid unbounded token sizes where this is easy.
13093
13094 (unexpected_end_of_file): New function.
13095 Use it to systematize the error message on unexpected EOF.
13096 (last-string): Now auto, not static.
13097 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
13098 (scanner_last_string_free): Remove; not used.
13099 (percent_percent_count): Move decl to just before use.
13100 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
13101 not the (never otherwised-used) CHARACTER.
13102
13103 2002-11-07 Akim Demaille <akim@epita.fr>
13104
13105 Let yyerror always receive the msg as last argument, so that
13106 yyerror can be variadic.
13107
13108 * data/yacc.c (b4_yyerror_args): New.
13109 Use it when calling yyerror.
13110 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
13111 Use it when calling yyerror.
13112 * doc/bison.texinfo (Error Reporting): Adjust.
13113 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
13114 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
13115
13116 2002-11-06 Akim Demaille <akim@epita.fr>
13117
13118 #line should have quoted strings.
13119 Ideally, this should be done by m4_quotearg.
13120
13121 * src/scan-skel.l: Include quotearg.h.
13122 Quote __ofile__.
13123 * src/output.c (symbol_printers_output)
13124 (symbol_destructors_output): Quote the file name.
13125
13126 2002-11-06 Akim Demaille <akim@epita.fr>
13127
13128 * tests/regression.at (Invalid inputs): Adjust to the recent
13129 messages.
13130
13131 2002-11-06 Akim Demaille <akim@epita.fr>
13132
13133 Restore --no-lines.
13134 Reported by Jim Kent.
13135
13136 * data/c.m4 (b4_syncline): New.
13137 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
13138 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
13139 * src/output.c (user_actions_output): Likewise.
13140 (prepare): Define 'b4_synclines_flag'.
13141 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
13142
13143 2002-11-06 Akim Demaille <akim@epita.fr>
13144
13145 * src/main.c (main): Free `infile'.
13146 * src/scan-gram.l (handle_syncline): New.
13147 Recognize `#line'.
13148 * src/output.c (user_actions_output, symbol_destructors_output)
13149 (symbol_printers_output): Use the location's file name, not
13150 infile.
13151 * src/reader.c (prologue_augment, epilogue_set): Likewise.
13152
13153 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13154
13155 * src/tables.c (matching_state): Don't allow states to match if
13156 either has GLR conflict entries.
13157
13158 2002-11-05 Paul Eggert <eggert@twinsun.com>
13159
13160 * src/scan-gram.l: Use more accurate diagnostics, e.g.
13161 "integer out of range" rather than "invalid value".
13162 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
13163 accordingly.
13164
13165 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
13166 Also, remove one static variable in the scanner.
13167
13168 * src/scan-gram.l (braces_level): Now auto, not static.
13169 Initialize to zero if the compiler is being picky.
13170 (INITIAL): Clear braces_level instead of incrementing it.
13171 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
13172 as POSIX 1003.1-2001 requires.
13173 * src/system.h (IF_LINT): New macro, taken from coreutils.
13174 * configure.ac: Define "lint" if --enable-gcc-warnings.
13175
13176 2002-11-05 Akim Demaille <akim@epita.fr>
13177
13178 * src/scan-gram.l: When it starts with `%', complain about the
13179 whole directive, not just that `invalid character: %'.
13180
13181 2002-11-04 Akim Demaille <akim@epita.fr>
13182
13183 * Makefile.maint: Update from Autoconf.
13184 (update, cvs-update, po-update, do-po-update): New.
13185
13186 2002-11-04 Akim Demaille <akim@epita.fr>
13187
13188 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
13189 and yyerror.
13190 Have yyerror `use' its arguments.
13191 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
13192 returns true when location & yacc & pure & parse-param.
13193 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
13194
13195 2002-11-04 Akim Demaille <akim@epita.fr>
13196
13197 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
13198 clashes.
13199 * src/scan-gram.l: Use [\'] instead of ['] to pacify
13200 font-lock-mode.
13201 Use complain_at.
13202 Use quote, not quote_n since LOCATION_PRINT no longer uses the
13203 slot 0.
13204
13205 2002-11-03 Paul Eggert <eggert@twinsun.com>
13206
13207 * src/reader.c (get_merge_function, grammar_current_rule_check):
13208 Use consistent diagnostics for reporting type name clashes.
13209 Quote the types with <>, for consistency with Yacc.
13210 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
13211
13212 2002-11-03 Akim Demaille <akim@epita.fr>
13213
13214 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
13215 New.
13216 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
13217 (b4_parse_param): Remove.
13218 Use b4_identification.
13219 Propagate b4_pure_args where needed to pass them to yyerror.
13220 * data/glr.m4 (b4_parse_param): Remove.
13221 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
13222 (b4_lpure_formals): New.
13223 Use b4_identification.
13224 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
13225 b4_user_formals and b4_user_args.
13226 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
13227 (yyreportAmbiguity): When using a pure parser, also need
13228 the location, and the parse-params.
13229 Adjust callers.
13230 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
13231 When using a pure parser, also need the parse-params.
13232 Adjust callers.
13233 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
13234 (%pure-parser + %parse-param) LALR and GLR parsers.
13235 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
13236 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
13237 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
13238 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
13239 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
13240 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
13241 * doc/bison.texinfo: Untabify the whole file.
13242 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
13243 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
13244 (Error Reporting): Adjust to these new directives.
13245 Document %error-verbose, deprecate YYERROR_VERBOSE.
13246
13247 2002-11-03 Akim Demaille <akim@epita.fr>
13248
13249 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
13250 AT_CHECK_CALC_GLR invocations to use % directives, instead of
13251 command line options.
13252 * tests/cxx-type.at: Formatting changes.
13253
13254 2002-11-03 Paul Eggert <eggert@twinsun.com>
13255
13256 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
13257 to count columns correctly, and to check for invalid inputs.
13258
13259 Use mbsnwidth to count columns correctly. Account for tabs, too.
13260 Include mbswidth.h.
13261 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
13262 (extend_location): New function.
13263 (YY_LINES): Remove.
13264
13265 Handle CRLF in C code rather than in Lex code.
13266 (YY_INPUT): New macro.
13267 (no_cr_read): New function.
13268
13269 Scan UCNs, even though we don't fully handle them yet.
13270 (convert_ucn_to_byte): New function.
13271
13272 Handle backslash-newline correctly in C code.
13273 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
13274 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
13275 all uses changed.
13276 (tag, splice): New EREs. Do not allow NUL or newline in tags.
13277 Use {splice} wherever C allows backslash-newline.
13278 YY_STEP after space, newline, vertical-tab.
13279 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
13280
13281 (letter, id): Don't assume ASCII; e.g., spell out a-z.
13282
13283 ({int}, handle_action_dollar, handle_action_at): Check for integer
13284 overflow.
13285
13286 (YY_STEP): Omit trailing semicolon, so that it's more like C.
13287
13288 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
13289 as well as \000. Check for UCHAR_MAX, not 255.
13290 Allow \x with an arbitrary positive number of digits, as in C.
13291 Check for overflow here.
13292 Allow \? and UCNs, for compatibility with C.
13293
13294 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
13295 with quote slot used by complain_at.
13296
13297 * tests/input.at: Add tests for backslash-newline, m4 quotes
13298 in symbols, long literals, and funny escapes in strings.
13299
13300 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
13301 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
13302 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
13303 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
13304 * m4/mbswidth.m4: New file, from GNU coreutils.
13305
13306 * doc/bison.texinfo (Grammar Outline): Document // comments.
13307 (Symbols): Document that trigraphs have no special meaning in Bison,
13308 nor is backslash-newline allowed.
13309 (Actions): Document that trigraphs have no special meaning.
13310
13311 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
13312 no longer used.
13313
13314 2002-11-02 Paul Eggert <eggert@twinsun.com>
13315
13316 * src/reader.c: Don't include quote.h; not needed.
13317 (get_merge_function): Reword warning to be consistent with
13318 type clash diagnostic in grammar_current_rule_check.
13319
13320 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
13321 bug in trigraph handling.
13322
13323 * src/output.c (prepare_symbols): When printing token names,
13324 escape "[" as "@<:@" and likewise for "]".
13325
13326 * src/system.h (errno): Remove declaration, as we are now
13327 assuming C89 or better, and C89 guarantees errno.
13328
13329 2002-10-30 Paul Eggert <eggert@twinsun.com>
13330
13331 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
13332 Check for close failures.
13333 * src/files.h (xfclose): Return void, not int, since it always
13334 returned zero.
13335 * src/files.c (xfclose): Likewise. Report I/O error if ferror
13336 indicates one.
13337 * src/output.c (output_skeleton): Use xfclose rather than fclose
13338 and ferror. xfclose now checks ferror.
13339
13340 * data/glr.c (YYLEFTMOST_STATE): Remove.
13341 (yyreportTree): Use a stack-based leftmost state. This avoids
13342 our continuing battles with bogus warnings about initializers.
13343
13344 2002-10-30 Akim Demaille <akim@epita.fr>
13345
13346 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
13347 #if.
13348
13349 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13350
13351 * tests/glr-regr1.at: New test for reported regressions.
13352 * tests/testsuite.at: Add glr-regr1.at test.
13353 * tests/Makefile.am: Add glr-regr1.at test.
13354
13355 2002-10-24 Paul Eggert <eggert@twinsun.com>
13356
13357 Version 1.75a.
13358
13359 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
13360 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
13361 we use malloc. Don't assume 'A' through 'Z' are contiguous.
13362 Don't assume strdup exists; POSIX says its an XSI extension.
13363 Check for buffer overflow on input.
13364
13365 2002-10-24 Akim Demaille <akim@epita.fr>
13366
13367 * src/output.c (output_skeleton): Don't disable M4sugar comments
13368 too soon: it results in comments being expanded.
13369 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
13370 first output.
13371
13372 2002-10-24 Akim Demaille <akim@epita.fr>
13373
13374 * data/yacc.c (m4_int_type): New.
13375 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
13376 char' as only yacc.c wants K&R portability.
13377 * data/glr.c (yysigned_char): Remove.
13378 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
13379 Reported by Quoc Peyrot.
13380
13381 2002-10-23 Paul Eggert <eggert@twinsun.com>
13382
13383 * src/main.c (main): With --trace=time, report times even if a
13384 non-fatal error occurs. Formerly, the times were reported in some
13385 such cases but not in others.
13386 * src/reader.c (reader): Just return if a complaint has been issued,
13387 instead of exiting, so that 'main' can report times.
13388
13389 2002-10-22 Akim Demaille <akim@epita.fr>
13390
13391 * src/system.h: Include sys/types.
13392 Reported by Bert Deknuydt.
13393
13394 2002-10-23 Paul Eggert <eggert@twinsun.com>
13395
13396 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
13397 Suggested by Art Haas.
13398
13399 2002-10-22 Paul Eggert <eggert@twinsun.com>
13400
13401 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
13402 decl; not needed any more.
13403 * src/main.c (main): Use return to exit, undoing yesterday's change.
13404 The last OS that we could find where this wouldn't work is
13405 SunOS 3.5, and that's too old to worry about now.
13406
13407 * data/glr.c (struct yyltype): Define members even when not
13408 doing locations. This is more consistent with yacc.c, and it
13409 works around the following bug reports:
13410 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
13411 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
13412
13413 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
13414 @acronym consistently. Standardize on "Yacc" instead of "YACC",
13415 "Algol" instead of "ALGOL". Give a bit more history about BNF.
13416
13417 2002-10-22 Akim Demaille <akim@epita.fr>
13418
13419 * data/README: New.
13420
13421 2002-10-21 Paul Eggert <eggert@twinsun.com>
13422
13423 Be consistent about 'bool'; the old code used an enum in one
13424 module and an int in another, and this violates the C standard.
13425 * m4/stdbool.m4: New file, from coreutils 4.5.3.
13426 * configure.ac (AC_HEADER_STDBOOL): Add.
13427 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
13428 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
13429 * src/symtab.c (hash_compare_symbol_t): Likewise.
13430 * src/system.h (bool, false, true): Use a definition consistent
13431 with ../lib/hash.c. All uses changed.
13432
13433 * src/complain.c (warning_issued): Renamed from warn_message_count,
13434 so that we needn't worry about integer overflow (!).
13435 Now of type bool. All uses changed.
13436 (complaint_issued): Renamed from complain_message_count; likewise.
13437
13438 * src/main.c (main): Use exit to exit with failure.
13439
13440 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
13441 rather than 1 and 0.
13442 * src/main.c (main): Likewise.
13443 * src/getargs.c (getargs): Likewise.
13444 * src/reader.c (reader): Likewise.
13445
13446 * src/getarg.c (getargs): Remove duplicate code for
13447 "Try `bison --help'".
13448
13449 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
13450 What was that "2" for?
13451
13452 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
13453 * src/getargs.c (usage): Likewise.
13454
13455 * src/getargs.c (getargs): When there are too few operands, report
13456 the last one. When there are too many, report the first extra
13457 one. This is how diffutils does it.
13458
13459 2002-10-20 Paul Eggert <eggert@twinsun.com>
13460
13461 Remove K&R vestiges.
13462 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
13463 * src/complain.c (VA_START): Remove. Assume prototypes.
13464 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
13465 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
13466 fatal): Assume prototypes.
13467 * src/complain.h: Assume prototypes.
13468 * src/system.h (PARAMS): Remove.
13469 Include <limits.h> unconditionally, since it's guaranteeed even
13470 for a freestanding C89 compiler.
13471 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
13472 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
13473
13474 2002-10-20 Akim Demaille <akim@epita.fr>
13475
13476 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
13477 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
13478 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
13479 (yyresolveStates, yyresolveAction, yyresolveStack)
13480 (yyprocessOneStack): Use them.
13481 (yy_reduce_print): New.
13482 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
13483
13484 2002-10-20 Akim Demaille <akim@epita.fr>
13485
13486 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
13487 arguments and output `void'.
13488 (b4_c_function): Rename as...
13489 (b4_c_function_def): this.
13490 (b4_c_function_decl, b4_c_ansi_function_def)
13491 (b4_c_ansi_function_decl): New.
13492 Change the interpretation of the arguments: before `int, foo', now
13493 `int foo, foo'.
13494 * data/yacc.c (yyparse): Prototype and define thanks to these.
13495 Adjust b4_c_function_def uses.
13496 * data/glr.c (yyparse): Likewise, but ANSI only.
13497
13498 2002-10-20 Akim Demaille <akim@epita.fr>
13499
13500 * src/output.c (prepare): Move the definition of `tokens_number',
13501 `nterms_number', `undef_token_number', `user_token_number_max'
13502 to...
13503 (prepare_tokens): Here.
13504 (prepare_tokens): Rename as...
13505 (prepare_symbols): this.
13506 (prepare): Move the definition of `rules_number' to...
13507 (prepare_rules): here.
13508 (prepare): Move the definition of `last', `final_state_number',
13509 `states_number' to...
13510 (prepare_states): here.
13511 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
13512
13513 2002-10-20 Akim Demaille <akim@epita.fr>
13514
13515 * src/tables.h, src/tables.c, src/output.c: Comment changes.
13516
13517 2002-10-20 Akim Demaille <akim@epita.fr>
13518
13519 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
13520 * data/c.m4: here.
13521
13522 2002-10-20 Akim Demaille <akim@epita.fr>
13523
13524 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
13525 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
13526 `pair'.
13527 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
13528 `name' to...
13529 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
13530 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
13531 These.
13532
13533 2002-10-19 Paul Eggert <eggert@twinsun.com>
13534
13535 Do not create a temporary file, as that involves security and
13536 cleanup headaches. Instead, use a pair of pipes.
13537 Derived from a suggestion by Florian Krohm.
13538 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
13539 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
13540 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
13541 (BISON_PREREQ_SUBPIPE): Add.
13542 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
13543 Add subpipe.h, subpipe.c.
13544 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
13545 * po/POTFILES.in: Add lib/subpipe.c.
13546 * src/output.c: Include "subpipe.h".
13547 (m4_invoke): Remove decl.
13548 (scan_skel): New decl.
13549 (output_skeleton): Use pipe rather than temporary file for m4 input.
13550 Check that m4sugar.m4 is readable, to avoid deadlock.
13551 Check for pipe I/O error.
13552 * src/scan-skel.l (readpipe): Remove decl.
13553 (scan_skel): New function, to be used in place of m4_invoke.
13554 Read from stream rather than file.
13555
13556 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
13557 float, as this generates a warning on Solaris 8 + GCC 3.2 with
13558 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
13559 this generates a more-accurate value anyway.
13560
13561 * lib/timevar.c (timervar_accumulate): Rename locals to
13562 avoid confusion with similarly-named more-global.
13563 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
13564
13565 * src/output.c (prepare): Use xstrdup to convert char const *
13566 to char *, to avoid GCC warning.
13567
13568 2002-10-19 Akim Demaille <akim@epita.fr>
13569
13570 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
13571 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
13572 Use them to have `calc.y' ready for %pure-parser.
13573 * data/yacc.c (YYLEX): Pass a yylex return type to
13574 b4_c_function_call.
13575
13576 2002-10-19 Akim Demaille <akim@epita.fr>
13577
13578 Prototype support of %lex-param and %parse-param.
13579
13580 * src/parse-gram.y: Add the definition of the %lex-param and
13581 %parse-param tokens, plus their rules.
13582 Drop the `_' version of %glr-parser.
13583 Add the "," token.
13584 * src/scan-gram.l (INITIAL): Scan them.
13585 * src/muscle_tab.c: Comment changes.
13586 (muscle_insert, muscle_find): Rename `pair' as `probe'.
13587 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
13588 (muscle_entry_s): The `value' member is no longer const.
13589 Adjust all dependencies.
13590 * src/muscle_tab.c (muscle_init): Adjust: use
13591 MUSCLE_INSERT_STRING.
13592 Initialize the obstack earlier.
13593 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
13594 (muscle_pair_list_grow): New.
13595 * data/c.m4 (b4_c_function_call, b4_c_args): New.
13596 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
13597 * tests/calc.at: Use %locations, not --locations.
13598 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
13599
13600 2002-10-19 Akim Demaille <akim@epita.fr>
13601
13602 * src/getargs.c (usage): Take status as argument and exit
13603 accordingly.
13604 Report the traditional `Try ... --help' message when status != 0.
13605 (usage, version): Don't take a FILE * as arg, it is pointless.
13606 (getargs): When there is an incorrect number of arguments, make it
13607 an error, and report it GNUlically thanks to `usage ()'.
13608
13609 2002-10-18 Paul Eggert <eggert@twinsun.com>
13610
13611 * data/glr.c (yyreportParseError): Don't assume that sprintf
13612 yields the length of the printed string, as this is not true
13613 on SunOS 4.1.4. Reported by Peter Klein.
13614
13615 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
13616 * tests/conflicts.at (%nonassoc and eof): Likewise.
13617 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
13618
13619 2002-10-17 Akim Demaille <akim@epita.fr>
13620
13621 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
13622 * src/getargs.c (trace_types, trace_args): Adjust.
13623 * src/reader.c (grammar_current_rule_prec_set)
13624 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
13625 Standardize error messages.
13626 And s/@prec/%prec/!
13627 (reader): Use trace_flag to enable scanner/parser debugging,
13628 instead of an adhoc scheme.
13629 * src/scan-gram.l: Remove trailing debugging code.
13630
13631 2002-10-16 Paul Eggert <eggert@twinsun.com>
13632
13633 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
13634 MUSCLE_TAB_H.
13635
13636 * NEWS: Officially drop support for building Bison with K&R C,
13637 since it didn't work anyway and it's not worth worrying about.
13638 * Makefile.maint (wget_files): Remove ansi2knr.c.
13639 (ansi2knr.c-url_prefix): Remove.
13640 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
13641 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
13642 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
13643
13644 2002-10-15 Paul Eggert <eggert@twinsun.com>
13645
13646 Stop using the "enum_" trick for K&R-style function definitions;
13647 it confused me, and I was the author! Instead, assume that people
13648 who want to use K&R C compilers (when using these modules in GCC,
13649 perhaps?) will run ansi2knr.
13650
13651 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
13652 All uses of "enum_" changed to "enum ".
13653 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
13654 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
13655
13656 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
13657 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
13658 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
13659 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
13660 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
13661 abitset_not, abitset_ones, abitset_or, abitset_or_and,
13662 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
13663 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
13664 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
13665 Use function prototypes; this removes the need for declaring
13666 static functions simply to provide their prototypes.
13667 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
13668 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
13669 bitset_count_, bitset_create, bitset_dump, bitset_first,
13670 bitset_free, bitset_init, bitset_last, bitset_next,
13671 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
13672 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
13673 bitset_print, bitset_release_memory, bitset_toggle_,
13674 bitset_type_choose, bitset_type_get, bitset_type_name_get,
13675 debug_bitset): Likewise.
13676 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
13677 * lib/bitset_stats.c (bitset_log_histogram_print,
13678 bitset_percent_histogram_print, bitset_stats_and,
13679 bitset_stats_and_cmp, bitset_stats_and_or,
13680 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
13681 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
13682 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
13683 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
13684 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
13685 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
13686 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
13687 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
13688 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
13689 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
13690 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
13691 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
13692 bitset_stats_zero): Likewise.
13693 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
13694 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
13695 bitsetv_dump, debug_bitsetv): Likewise.
13696 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
13697 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
13698 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
13699 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
13700 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
13701 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
13702 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
13703 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
13704 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
13705 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
13706 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
13707 Likewise.
13708 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
13709 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
13710 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
13711 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
13712 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
13713 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
13714 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
13715 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
13716 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
13717 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
13718 lbitset_xor_cmp, lbitset_zero): Likewise.
13719
13720 2002-10-14 Akim Demaille <akim@epita.fr>
13721
13722 Version 1.75.
13723
13724 2002-10-14 Akim Demaille <akim@epita.fr>
13725
13726 * tests/Makefile.am (maintainer-check-posix): New.
13727
13728 2002-10-14 Akim Demaille <akim@epita.fr>
13729
13730 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
13731 member.
13732
13733 2002-10-14 Akim Demaille <akim@epita.fr>
13734
13735 * src/tables.c (table_ninf_remap): base -> tab.
13736 Reported by Matt Rosing.
13737
13738 2002-10-14 Paul Eggert <eggert@twinsun.com>
13739
13740 * tests/action.at, tests/calc.at, tests/conflicts.at,
13741 tests/cxx-type.at, tests/headers.at, tests/input.at,
13742 tests/regression.at, tests/synclines.at, tests/torture.at:
13743 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
13744 so that the tests still work even if POSIXLY_CORRECT is set.
13745 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
13746
13747 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
13748 for portability to K&R hosts. Fix typo: signed char is guaranteed
13749 only to 127, not to 128.
13750 * data/glr.c (yysigned_char): New type.
13751 * data/yacc.c (yysigned_char): Likewise.
13752 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
13753
13754 2002-10-13 Paul Eggert <eggert@twinsun.com>
13755
13756 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
13757 true due to limited range of data type" warning from GCC.
13758
13759 * data/c.m4 (b4_token_defines): Protect against double-inclusion
13760 by wrapping enum yytokentype's definition inside #ifndef
13761 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
13762
13763 2002-10-13 Akim Demaille <akim@epita.fr>
13764
13765 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
13766 Un yy- yyrhs to avoid the name clash with the global YYRHS.
13767
13768 2002-10-13 Akim Demaille <akim@epita.fr>
13769
13770 * Makefile.maint: Update from Autoconf 2.54.
13771 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
13772
13773 2002-10-13 Akim Demaille <akim@epita.fr>
13774
13775 * src/print.c (print_state): Separate the list of solved conflicts
13776 from the other items.
13777 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
13778
13779 2002-10-13 Akim Demaille <akim@epita.fr>
13780
13781 Let nondeterministic skeletons be usable with deterministic
13782 tables.
13783
13784 With the patch, GAWK compiled by GCC without -O2 passes its test
13785 suite using a GLR parser driven by LALR tables. It fails with -O2
13786 because `struct stat' gives two different answers on my machine:
13787 88 (definition of an auto var) and later 96 (memset on this var).
13788 Hence the stack is badly corrumpted. The headers inclusion is to
13789 blame: if I move the awk.h inclusion before GLR's system header
13790 inclusion, the two struct stat have the same size.
13791
13792 * src/tables.c (pack_table): Always create conflict_table.
13793 (token_actions): Always create conflict_list.
13794 * data/glr.c (YYFLAG): Remove, unused.
13795
13796 2002-10-13 Akim Demaille <akim@epita.fr>
13797
13798 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
13799 (O0FLAGS): New.
13800 (VALGRIND, GXX): New.
13801 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
13802 * tests/bison.in: Run $PREBISON a pre-command.
13803 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
13804 (maintainer-check-g++): New.
13805 * Makefile.am (maintainer-check): New.
13806
13807 2002-10-13 Akim Demaille <akim@epita.fr>
13808
13809 * data/glr.c: Formatting changes.
13810 Tweak some trace messages to match yacc.c's.
13811
13812 2002-10-13 Akim Demaille <akim@epita.fr>
13813
13814 GLR parsers sometimes raise parse errors instead of performing the
13815 default reduction.
13816 Reported by Charles-Henry de Boysson.
13817
13818 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
13819 check the length of the traces when %glr.
13820 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
13821 GLR's traces.
13822 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
13823 Test GLR parsers.
13824 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
13825 (yyltype): Remove the yy prefix from the member names.
13826 (yytable): Complete its comment.
13827 (yygetLRActions): Map error action number from YYTABLE from
13828 YYTABLE_NINF to 0.
13829 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
13830 (which was a bug: it should have been YYTABEL_NINF, and yet it was
13831 not satisfying as we could compare an YYACTION computed from
13832 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
13833 only value for error actions.
13834 (yyreportParseError): In verbose parse error messages, don't issue
13835 `error' in the list of expected tokens.
13836 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
13837 next action to perform to match glr.c's decoding.
13838 (yytable): Complete its comment.
13839
13840 2002-10-13 Paul Eggert <eggert@twinsun.com>
13841
13842 Fix problem reported by Henrik Grubbstroem in
13843 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
13844 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
13845 because the Bison parser reads the second action before reducing
13846 the first one.
13847 * src/scan-gram.l (rule_length): New static var.
13848 Use it to keep track of the rule length in the scanner, since
13849 we can't expect the parser to be in lock-step sync with the scanner.
13850 (handle_action_dollar, handle_action_at): Use this var.
13851 * tests/actions.at (Exotic Dollars): Test for the problem.
13852
13853 2002-10-12 Paul Eggert <eggert@twinsun.com>
13854
13855 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
13856 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
13857 Include <sys/time.h> when checking for clock_t and struct tms.
13858 Use same include order as source.
13859 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
13860 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
13861
13862 * lib/timevar.c: Update copyright date and clarify comments.
13863 (get_time) [IN_GCC]: Keep the GCC version for reference.
13864
13865 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
13866 GCC version as of today, then merge Bison's changes.
13867 Change "GCC" to "Bison" in copyright notice. timevar.def's
13868 author is Akim, so change that too.
13869
13870 * src/reader.c (grammar_current_rule_check):
13871 Don't worry about the default action if $$ is untyped.
13872 Prevents bogus warnings reported by Jim Gifford in
13873 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
13874
13875 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
13876 * data/glr.c, data/lalr1.cc, data/yacc.c:
13877 Output token definitions before the first part of user declarations.
13878 Fixes compatibility problem reported by Jim Gifford for kbd in
13879 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
13880
13881 2002-10-11 Paul Eggert <eggert@twinsun.com>
13882
13883 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
13884 (yyparse): here. This undoes some of the 2002-07-25 change.
13885 Compatibility problem reported by Ralf S. Engelschall with
13886 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
13887
13888 2002-10-11 Akim Demaille <akim@epita.fr>
13889
13890 * tests/regression.at Characters Escapes): New.
13891 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
13892 characters.
13893 Reported by Jan Nieuwenhuizen.
13894
13895 2002-10-11 Akim Demaille <akim@epita.fr>
13896
13897 * po/id.po: New.
13898
13899 2002-10-10 Paul Eggert <eggert@twinsun.com>
13900
13901 Portability fixes for bitsets; this also avoids several GCC
13902 warnings.
13903
13904 * lib/abitset.c: Include <stddef.h>, for offsetof.
13905 * lib/lbitset.c: Likewise.
13906
13907 * lib/abitset.c (abitset_bytes): Return a size that is aligned
13908 properly for vectors of objects. Do not assume that adding a
13909 header size to a multiple of a word size yields a value that is
13910 properly aligned for the whole union.
13911 * lib/bitsetv.c (bitsetv_alloc): Likewise.
13912
13913 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
13914 unique names for structures.
13915 * lib/ebitset.c (ebitset_bytes): Likewise.
13916 * lib/lbitset.c (lbitset_bytes): Likewise.
13917
13918 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
13919 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
13920 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
13921 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
13922 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
13923 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
13924 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
13925 to improve the type-checking that GCC can do.
13926 * lib/bitset.c (bitset_op4_cmp): Likewise.
13927 * lib/bitset_stats.c (bitset_stats_count,
13928 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
13929 bitset_stats_copy, bitset_stats_disjoint_p,
13930 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
13931 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
13932 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
13933 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
13934 bitset_stats_and_or_cmp, bitset_stats_andn_or,
13935 bitset_stats_andn_or_cmp, bitset_stats_or_and,
13936 bitset_stats_or_and_cmp): Likewise.
13937 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
13938 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
13939 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
13940 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
13941
13942 * lib/abitset.h: Include bitset.h, not bbitset.h.
13943 * lib/ebitset.h: Likewise.
13944 * lib/lbitset.h: Likewise.
13945
13946 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
13947 All instances of parameters of type enum bitset_opts are now of
13948 type enum_bitset_opts, to conform to the C Standard, and similarly
13949 for enum_bitset_type.
13950 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
13951 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
13952
13953 Do not use "struct bitset_struct" to mean different things in
13954 different modules. Not only is this confusing, it violates
13955 the C Standard, which requires that structure types in different
13956 modules must be compatible if one is to be passed to the other.
13957 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
13958 All instances of "struct bitset_struct *" replaced with "bitset".
13959 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
13960 (union bitset_union, struct abitset_struct, struct ebitset_struct,
13961 struct lbitset_struct, struct bitset_stats_struct): New types.
13962 All uses of struct bitset_struct changed to union bitset_union,
13963 etc.
13964 * lib/abitset.c (struct abitset_struct, abitset,
13965 struct bitset_struct): Remove.
13966 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
13967 struct bitset_struct): Remove.
13968 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
13969 bitset_struct): Remove.
13970 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
13971 Likewise.
13972
13973 Do not call a function of type T using a call that assumes the
13974 function is of a different type U. Standard C requires that a
13975 function must be called with a type that is compatible with its
13976 definition.
13977 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
13978 New decls.
13979 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
13980 New functions.
13981 * lib/ebitset.c (PFV): Remove.
13982 * lib/lbitset.c (PFV): Likewise.
13983 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
13984 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
13985 decls.
13986 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
13987 (ebitset_vtable): Use them.
13988 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
13989 lbitset_xor): New functions.
13990 (lbitset_vtable): Use them.
13991
13992 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
13993 Declare.
13994
13995 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
13996 GCC warning.
13997 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
13998 Use offsetof, for simplicity.
13999
14000 2002-10-06 Paul Eggert <eggert@twinsun.com>
14001
14002 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
14003 the same width as int. This reapplies a hunk of the 2002-08-12 patch
14004 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
14005 which was inadvertently undone by the 2002-09-30 patch.
14006 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
14007 the same width as int.
14008
14009 2002-10-04 Paul Eggert <eggert@twinsun.com>
14010
14011 Version 1.50.
14012
14013 * configure.ac (AC_INIT), NEWS: Increment version number.
14014
14015 * doc/bison.texinfo: Minor spelling, grammar, and white space
14016 fixes.
14017 (Symbols): Mention that any negative value returned from yylex
14018 signifies end-of-input. Warn about negative chars. Mention
14019 the portable Standard C character set.
14020
14021 The GNU coding standard says CFLAGS and YFLAGS are reserved
14022 for the installer to set.
14023 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
14024 * src/Makefile.am (AM_CFLAGS): Likewise.
14025 (AM_YFLAGS): Renamed from YFLAGS.
14026
14027 Fix some MAX and MIN problems.
14028 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
14029 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
14030 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
14031 * src/reader.c (reader): Use it.
14032
14033 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
14034 POSIX 1003.1-2001 has removed fgrep.
14035
14036 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14037
14038 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
14039 interpreted as signed.
14040 * lib/ebitset.c (ebitset_list): Fix bug.
14041
14042 2002-10-01 Paul Eggert <eggert@twinsun.com>
14043
14044 More fixes for 64-bit hosts and large bitsets.
14045
14046 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
14047 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
14048 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
14049 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
14050 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
14051 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
14052 bitset_count_): Likewise.
14053 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
14054 bitset_first, bitset_last): Likewise.
14055 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
14056 bitset_stats_list_reverse, bitset_stats_size,
14057 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
14058 Likewise.
14059 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14060 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
14061 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
14062 bitsetv_reflexive_transitive_closure): Likewise.
14063 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
14064 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
14065 Likewise.
14066 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
14067 Likewise.
14068
14069 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
14070 Use size_t, not unsigned int, to count bytes.
14071 * lib/abitset.h (abitset_bytes): Likewise.
14072 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
14073 Likewise.
14074 * lib/bitset.h (bitset_bytes): Likewise.
14075 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
14076 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
14077 * lib/bitsetv.c (bitsetv_alloc): Likewise.
14078 * lib/ebitset.c (ebitset_bytes): Likewise.
14079 * lib/ebitset.h (ebitset_bytes): Likewise.
14080 * lib/lbitset.c (lbitset_bytes): Likewise.
14081 * lib/lbitset.h (lbitset_bytes): Likewise.
14082
14083 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
14084 abitset_subset_p, abitset_disjoint_p, abitset_and,
14085 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
14086 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
14087 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
14088 abitset_or_and, abitset_or_and_cmp):
14089 Use bitset_windex instead of unsigned int.
14090 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
14091 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
14092 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
14093 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
14094 Likewise.
14095 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
14096
14097 * lib/bitset.c (bitset_print):
14098 Use proper printf formats for widths of integer types.
14099 * lib/bitset_stats.c (bitset_percent_histogram_print,
14100 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
14101 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14102 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
14103 * lib/lbitset.c (lbitset_bytes): Likewise.
14104
14105 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
14106 BITSET_SIZE_MAX): New macros.
14107 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
14108 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
14109 to BITSET_WINDEX_MAX.
14110
14111 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
14112 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
14113 since we now return the bitset_bindex type (not int).
14114
14115 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
14116 when computing sizes.
14117 * lib/ebitset.c (ebitset_elts_grow): Likewise.
14118
14119 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
14120 and avoid cast to unsigned.
14121
14122 2002-09-30 Akim Demaille <akim@epita.fr>
14123
14124 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
14125 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
14126 Updates from Michael Hayes.
14127
14128 2002-09-30 Art Haas <ahaas@neosoft.com>
14129
14130 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
14131 invocations.
14132 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
14133 defined.
14134
14135 2002-09-27 Akim Demaille <akim@epita.fr>
14136
14137 Version 1.49c.
14138
14139 2002-09-27 Akim Demaille <akim@epita.fr>
14140
14141 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
14142 (Because of AC_LIBSOURCE).
14143
14144 2002-09-27 Akim Demaille <akim@epita.fr>
14145
14146 Playing with Autoscan.
14147
14148 * configure.ac: Remove the old LIBOBJ tweaks.
14149 (AC_REPLACE_FUNCS): Add strrchr and strtol.
14150 * lib/strrchr.c: New.
14151 * lib/strtol.c: New, from the Coreutils 4.5.1.
14152
14153 2002-09-27 Akim Demaille <akim@epita.fr>
14154
14155 Playing with Autoscan.
14156
14157 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
14158 * lib/Makefile.am (libbison_a_SOURCES): No longer include
14159 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
14160 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
14161 Coreutils 4.5.1.
14162
14163 2002-09-24 Akim Demaille <akim@epita.fr>
14164
14165 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
14166 (Frequently Asked Questions, Parser Stack Overflow): New.
14167
14168 2002-09-13 Akim Demaille <akim@epita.fr>
14169
14170 Playing with autoscan.
14171
14172 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
14173 * src/files.c (skeleton_find): Remove, unused.
14174 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
14175 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
14176
14177 2002-09-13 Akim Demaille <akim@epita.fr>
14178
14179 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
14180 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
14181
14182 2002-09-13 Akim Demaille <akim@epita.fr>
14183
14184 * configure.ac: Require 2.54.
14185 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
14186 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
14187 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
14188 Remove, provided by Autoconf macros.
14189
14190 2002-09-12 Akim Demaille <akim@epita.fr>
14191
14192 * m4/prereq.m4: Update, from Coreutils 4.5.1.
14193
14194 2002-09-12 Akim Demaille <akim@epita.fr>
14195
14196 * m4/prereq.m4: Update, from Fileutils 4.1.5.
14197 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
14198 Reported by Martin Mokrejs.
14199
14200 2002-09-10 Akim Demaille <akim@epita.fr>
14201
14202 * src/parse-gram.y: Associate a human readable string to each
14203 token type.
14204 * tests/regression.at (Invalid inputs): Adjust.
14205
14206 2002-09-10 Gary V. Vaughan <gary@gnu.org>
14207
14208 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
14209 with an Autoconf-2.5x style configure.ac.
14210
14211 2002-09-06 Paul Eggert <eggert@twinsun.com>
14212
14213 * doc/bison.texinfo (Conditions): Make explicit that the GPL
14214 exception applies only to yacc.c. This is a modification of a
14215 patch originally suggested by Akim Demaille.
14216
14217 2002-09-06 Akim Demaille <akim@epita.fr>
14218
14219 * data/c.m4 (b4_copyright): Move the GPL exception comment from
14220 here to...
14221 * data/yacc.c: here.
14222
14223 * data/lalr1.cc (struct yyltype): Don't define it, since we use
14224 LocationType.
14225 (b4_ltype): Default to yy::Location from location.hh.
14226
14227 2002-09-04 Jim Meyering <jim@meyering.net>
14228
14229 * data/yacc.c: Guard the declaration of yytoknum also with
14230 `#ifdef YYPRINT', so it is declared only when used.
14231
14232 2002-09-04 Akim Demaille <akim@epita.fr>
14233
14234 * configure.in: Rename as...
14235 * configure.ac: this.
14236 Bump to 1.49c.
14237
14238 2002-09-04 Akim Demaille <akim@epita.fr>
14239
14240 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
14241 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
14242 translate maintainer only messages.
14243
14244 2002-08-12 Paul Eggert <eggert@twinsun.com>
14245
14246 Version 1.49b.
14247
14248 * Makefile.am (SUBDIRS): Remove intl.
14249 (DISTCLEANFILES): Remove.
14250 * NEWS: Mention that GNU M4 is now required. Clarify what is
14251 meant by "larger grammars". Mention the pt_BR translation.
14252 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
14253 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
14254 Bump version from 0.11.2 to 0.11.5.
14255 (BISON_PREREQ_STAGE): Remove.
14256 (AM_GNU_GETTEXT): Use external gettext.
14257 (AC_OUTPUT): Remove intl/Makefile.
14258
14259 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
14260
14261 * data/glr.c: Include string.h, for strlen.
14262 (yyreportParseError): Use size_t for yysize.
14263 (yy_yypstack): No longer nested inside yypstates, as nested
14264 functions are not portable. Do not assume size_t is the
14265 same width as int.
14266 (yypstates): Do not assume that ptrdiff_t is the same width
14267 as int, and similarly for yyposn and YYINDEX.
14268
14269 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
14270
14271 * lib/Makefile.am (INCLUDES): Do not include from the intl
14272 directory, which has been removed.
14273 * src/Makefile.am (INCLUDES): Likewise.
14274
14275 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
14276 (bitsets_sources, additional_bitsets_sources, timevars_sources):
14277 New vars.
14278
14279 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
14280 * tests/Makefile.am (EXTRA_DIST): Likewise.
14281
14282 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
14283 Do not assume that bitset_windex is the same width as unsigned.
14284
14285 * lib/abitset.c (abitset_unused_clear): Do not assume that
14286 bitset_word is the same width as int.
14287 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
14288 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
14289 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
14290 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
14291 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
14292
14293 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
14294 portability to one's complement hosts!).
14295 * lib/ebitset.c (ebitset_op1): Likewise.
14296 * lib/lbitset.c (lbitset_op1): Likewise.
14297
14298 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
14299 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
14300 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
14301 Sync with fileutils.
14302 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
14303 lib/gettext.h: Sync with diffutils.
14304
14305 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
14306 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
14307
14308 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
14309 PROTOTYPES to check for prototypes, and "defined __STDC__" to
14310 check for void *.
14311
14312 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
14313 size_t; the old version tried to do this but casted improperly.
14314 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
14315 (bitset_test): Now returns int, not unsigned long.
14316
14317 * lib/bitset_stats.c: Include "gettext.h".
14318 (_): New macro.
14319 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
14320 name locals "index", as it generates unnecessary warnings on some
14321 hosts that have an "index" function.
14322
14323 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
14324 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
14325 they need translation.
14326 * src/LR0.c (state_list_append, new_itemsets, get_state,
14327 append_states, generate_states): Likewise.
14328 * src/assoc.c (assoc_to_string): Likewise.
14329 * src/closure.c (print_closure, set_firsts, closure): Likewise.
14330 * src/gram.c (grammar_dump): Likewise.
14331 * src/injections.c (injections_compute): Likewise.
14332 * src/lalr.c (lookaheads_print): Likewise.
14333 * src/relation.c (relation_transpose): Likewise.
14334 * src/scan-gram.l: Likewise.
14335 * src/tables.c (table_grow, pack_vector): Likewise.
14336
14337 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
14338 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
14339 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
14340 * m4/mbstate_t.m4: Sync with fileutils.
14341 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
14342
14343 * po/LINGUAS: Add pt_BR.
14344 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
14345 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
14346 lib/timevar.c.
14347 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
14348 manual recommends.
14349 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
14350
14351 * src/complain.c (strerror_r): Remove decl; not needed.
14352 (strerror): Use same pattern as ../lib/error.c.
14353
14354 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
14355
14356 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
14357
14358 * src/main.c (main): Cast result of bindtextdomain and textdomain
14359 to void, to avoid a GCC warning when --disable-nls is in effect.
14360
14361 * src/scan-gram.l: Use strings rather than escapes when possible,
14362 to minimize the number of warnings from xgettext.
14363 (handle_action_dollar, handle_action_at): Don't use isdigit,
14364 as it mishandles negative chars and it may not work as expected
14365 outside the C locale.
14366
14367 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
14368 this is a GCC extension and is not portable to other compilers.
14369
14370 * src/system.h (alloca): Use same pattern as ../lib/error.c.
14371 Do not include <ctype.h>; no longer needed.
14372 Do not include <malloc.h>; no longer needed (and generates
14373 warnings on OpenBSD 3.0).
14374
14375 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
14376 it's not portable.
14377
14378 * tests/regression.at: Do not use 'cc -c input.c -o input';
14379 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
14380
14381 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
14382 exit status as failure, not just exit status 1. Sun C exits
14383 with status 2 sometimes.
14384
14385 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
14386 Use it for the two large tests.
14387
14388 2002-08-02 Akim Demaille <akim@epita.fr>
14389
14390 * src/conflicts.c (conflicts_output): Don't output rules never
14391 reduced here, since anyway that computation doesn't work.
14392 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
14393 (rule_useless_p, rule_never_reduced_p): New.
14394 (grammar_rules_partial_print): Use a filter instead of a range.
14395 Display the title only if needed.
14396 (grammar_rules_print): Adjust.
14397 (grammar_rules_never_reduced_report): New.
14398 * src/tables.c (action_row): Move the computation of rules never
14399 reduced to...
14400 (token_actions): here.
14401 * src/main.c (main): Make the parser before making the report, so
14402 that rules never reduced are computed.
14403 Call grammar_rules_never_reduced_report.
14404 * src/print.c (print_results): Report rules never reduced.
14405 * tests/conflicts.at, tests/reduce.at: Adjust.
14406
14407 2002-08-01 Akim Demaille <akim@epita.fr>
14408
14409 Instead of attaching lookaheads and duplicating the rules being
14410 reduced by a state, attach the lookaheads to the reductions.
14411
14412 * src/state.h (state_t): Remove the `lookaheads',
14413 `lookaheads_rule' member.
14414 (reductions_t): Add a `lookaheads' member.
14415 Use a regular array for the `rules'.
14416 * src/state.c (reductions_new): Initialize the lookaheads member
14417 to 0.
14418 (state_rule_lookaheads_print): Adjust.
14419 * src/state.h, src/state.c (state_reductions_find): New.
14420 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
14421 (count_rr_conflicts): Adjust.
14422 * src/lalr.c (LArule): Remove.
14423 (add_lookback_edge): Adjust.
14424 (state_lookaheads_count): New.
14425 (states_lookaheads_initialize): Merge into...
14426 (initialize_LA): this.
14427 (lalr_free): Adjust.
14428 * src/main.c (main): Don't free nullable and derives too early: it
14429 is used by --verbose.
14430 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
14431
14432 2002-08-01 Akim Demaille <akim@epita.fr>
14433
14434 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
14435 `rule_number_t**'.
14436 (set_derives, free_derives): Rename as...
14437 (derives_compute, derives_free): this.
14438 Adjust all dependencies.
14439 * src/nullable.c (set_nullable, free_nullable): Rename as...
14440 (nullable_compute, nullable_free): these.
14441 (rule_list_t): Store rule_t *, not rule_number_t.
14442 * src/state.c (state_rule_lookaheads_print): Directly compare rule
14443 pointers, instead of their numbers.
14444 * src/main.c (main): Call nullable_free, and derives_free earlier,
14445 as they were lo longer used.
14446
14447 2002-08-01 Akim Demaille <akim@epita.fr>
14448
14449 * lib/timevar.c (get_time): Include children time.
14450 * src/lalr.h (LA, LArule): Don't export them: used with the
14451 state_t.
14452 * src/lalr.c (LA, LArule): Static.
14453 * src/lalr.h, src/lalr.c (lalr_free): New.
14454 * src/main.c (main): Call it.
14455 * src/tables.c (pack_vector): Check whether loc is >= to the
14456 table_size, not >.
14457 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
14458 (tables_generate): do it, since that's also it which allocates
14459 them.
14460 Don't free LA and LArule, main does.
14461
14462 2002-07-31 Akim Demaille <akim@epita.fr>
14463
14464 Separate parser tables computation and output.
14465
14466 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
14467 (conflict_list, conflict_list_cnt, table, check, table_ninf)
14468 (yydefgoto, yydefact, high): Move to...
14469 * src/tables.h, src/tables.c: here.
14470 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
14471 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
14472 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
14473 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
14474 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
14475 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
14476 (action_row, save_row, token_actions, save_column, default_goto)
14477 (goto_actions, sort_actions, matching_state, pack_vector)
14478 (table_ninf_remap, pack_table, prepare_actions): Move to...
14479 * src/tables.c: here.
14480 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
14481 * src/output.c (token_actions, output_base, output_conflicts)
14482 (output_check): Merge into...
14483 (prepare_actions): this.
14484 (actions_output): Rename as...
14485 (user_actions_output): this.
14486 * src/main.c (main): Call tables_generate and tables_free.
14487
14488 2002-07-31 Akim Demaille <akim@epita.fr>
14489
14490 Steal GCC's --time-report support.
14491
14492 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
14493 stolen/adjusted from GCC.
14494 * m4/stage.m4: Remove time related checks.
14495 * m4/timevar.m4: New.
14496 * configure.in: Adjust.
14497 * src/system.h: Adjust to using timevar.h.
14498 * src/getargs.h, src/getargs.c: Support trace_time for
14499 --trace=time.
14500 * src/main.c (stage): Remove.
14501 (main): Replace `stage' invocations with timevar calls.
14502 * src/output.c: Insert pertinent timevar calls.
14503
14504 2002-07-31 Akim Demaille <akim@epita.fr>
14505
14506 Let --trace have arguments.
14507
14508 * src/getargs.h (enum trace_e): New.
14509 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
14510 (long_options, short_options): --trace/-T takes an optional
14511 argument.
14512 Change all the uses of trace_flag to reflect the new flags.
14513 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
14514
14515 Strengthen `stage' portability.
14516
14517 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
14518 * configure.in: Use it.
14519 Don't check for malloc.h and sys/times.h.
14520 * src/system.h: Include them when appropriate.
14521 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
14522 times and struct tms are available.
14523
14524 2002-07-30 Akim Demaille <akim@epita.fr>
14525
14526 In verbose parse error message, don't report `error' as an
14527 expected token.
14528 * tests/actions.at (Printers and Destructors): Adjust.
14529 * tests/calc.at (Calculator $1): Adjust.
14530 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
14531 error message, do not report the parser accepts the error token in
14532 that state.
14533
14534 2002-07-30 Akim Demaille <akim@epita.fr>
14535
14536 Normalize conflict related messages.
14537
14538 * src/complain.h, src/complain.c (warn, complain): New.
14539 * src/conflicts.c (conflicts_print): Use them.
14540 (conflict_report_yacc): New, extracted from...
14541 (conflicts_print): here.
14542 * tests/conflicts.at, tests/existing.at: Adjust.
14543
14544 2002-07-30 Akim Demaille <akim@epita.fr>
14545
14546 Report rules which are never reduced by the parser: those hidden
14547 by conflicts.
14548
14549 * src/LR0.c (save_reductions): Don't make the final state too
14550 different: save its reduction (accept) instead of having a state
14551 without any action (no shift or goto, no reduce).
14552 Note: the final state is now a ``regular'' state, i.e., the
14553 parsers now contain `reduce 0' as default reduction.
14554 Nevertheless, since they decide to `accept' when yystate =
14555 final_state, they still will not reduce rule 0.
14556 * src/print.c (print_actions, print_reduction): Adjust.
14557 * src/output.c (action_row): Track reduced rules.
14558 (token_actions): Report rules never reduced.
14559 * tests/conflicts.at, tests/regression.at: Adjust.
14560
14561 2002-07-30 Akim Demaille <akim@epita.fr>
14562
14563 `stage' was accidently included in a previous patch.
14564 Initiate its autoconfiscation.
14565
14566 * configure.in: Look for malloc.h and sys/times.h.
14567 * src/main.c (stage): Adjust.
14568 Report only when trace_flag.
14569
14570 2002-07-29 Akim Demaille <akim@epita.fr>
14571
14572 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
14573 state_number_t.
14574 (errs_t): symbol_t*, not symbol_number_t.
14575 (reductions_t): rule_t*, not rule_number_t.
14576 (FOR_EACH_SHIFT): New.
14577 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
14578 * src/print.c, src/print_graph.c: Adjust.
14579
14580 2002-07-29 Akim Demaille <akim@epita.fr>
14581
14582 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
14583
14584 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
14585 (endtoken, accept): these.
14586 * src/reader.c (reader): Set endtoken's default tag to "$end".
14587 Set undeftoken's tag to "$undefined" instead of "$undefined.".
14588 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
14589 Adjust.
14590
14591 2002-07-29 Akim Demaille <akim@epita.fr>
14592
14593 * src/reduce.c (reduce_grammar): When the language is empty,
14594 complain about the start symbol, not the axiom.
14595 Use its location.
14596 * tests/reduce.at (Empty Language): New.
14597
14598 2002-07-26 Akim Demaille <akim@epita.fr>
14599
14600 * src/reader.h, src/reader.c (gram_error): ... can't get
14601 yycontrol without making too strong assumptions on the parser
14602 itself.
14603 * src/output.c (prepare_tokens): Use the real 0th value of
14604 token_translations instead of `0'.
14605 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
14606 visible here.
14607 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
14608 for the time being: %locations ought to provide it to yyerror.
14609
14610 2002-07-25 Akim Demaille <akim@epita.fr>
14611
14612 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
14613 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
14614 * tests/regression.at (Web2c Actions): Adjust.
14615
14616 2002-07-25 Akim Demaille <akim@epita.fr>
14617
14618 Stop storing rules from 1 to nrules + 1.
14619
14620 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
14621 * src/nullable.c, src/output.c, src/print.c, src/reader.c
14622 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
14623 Iterate from 0 to nrules.
14624 Use rule_number_as_item_number and item_number_as_rule_number.
14625 Adjust to `derive' now containing possibly 0.
14626 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
14627 Handle the `- 1' part in rule numbers from/to item numbers.
14628 * src/conflicts.c (log_resolution): Fix the message which reversed
14629 shift and reduce.
14630 * src/output.c (action_row): Initialize default_rule to -1.
14631 (token_actions): Adjust.
14632 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
14633 expected output.
14634 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
14635
14636 2002-07-25 Akim Demaille <akim@epita.fr>
14637
14638 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
14639 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
14640 (b4_c_knr_arg_decl): New.
14641 * data/yacc.c: Use it to define yysymprint, yydestruct, and
14642 yyreport_parse_error.
14643
14644 2002-07-25 Akim Demaille <akim@epita.fr>
14645
14646 * data/yacc.c (yyreport_parse_error): New, extracted from...
14647 (yyparse): here.
14648 (yydestruct, yysymprint): Move above yyparse.
14649 Be K&R compliant.
14650
14651 2002-07-25 Akim Demaille <akim@epita.fr>
14652
14653 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
14654 replace...
14655 (b4_sint_type, b4_uint_type): these.
14656 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
14657 * tests/regression.at (Web2c Actions): Adjust.
14658
14659 2002-07-25 Akim Demaille <akim@epita.fr>
14660
14661 * src/gram.h (TIEM_NUMBER_MAX): New.
14662 (item_number_of_rule_number, rule_number_of_item_number): Rename
14663 as...
14664 (rule_number_as_item_number, item_number_as_rule_number): these.
14665 Adjust dependencies.
14666 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
14667 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
14668 (symbol_number_to_vector_number): New.
14669 (order): Of vector_number_t* type.
14670 (base_t, BASE_MAX, BASE_MIN): New.
14671 (froms, tos, width, pos, check): Of base_t type.
14672 (action_number_t, ACTION_MIN, ACTION_MAX): New.
14673 (actrow): Of action_number_t type.
14674 (conflrow): Of unsigned int type.
14675 (table_ninf, base_ninf): New.
14676 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
14677 (muscle_insert_int_table, muscle_insert_base_table)
14678 (muscle_insert_rule_number_table): New.
14679 (prepare_tokens): Output `toknum' as int_table.
14680 (action_row): Returns a rule_number_t.
14681 Use ACTION_MIN, not SHRT_MIN.
14682 (token_actions): yydefact is rule_number_t*.
14683 (table_ninf_remap): New.
14684 (pack_table): Use it for `base' and `table'.
14685 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
14686 replaced with...
14687 (YYPACT_NINF, YYTABLE_NINF): these.
14688 (yypact, yytable): Compute their types instead of hard-coded
14689 `short'.
14690 * tests/regression.at (Web2c Actions): Adjust.
14691
14692 2002-07-19 Akim Demaille <akim@epita.fr>
14693
14694 * src/scan-gram.l (id): Can start with an underscore.
14695
14696 2002-07-16 Akim Demaille <akim@epita.fr>
14697
14698 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
14699 Adjust all former `associativity' dependencies.
14700 * src/symtab.c (symbol_new): Default associativity is `undef', not
14701 `right'.
14702 (symbol_check_alias_consistence): Adjust.
14703
14704 2002-07-09 Akim Demaille <akim@epita.fr>
14705
14706 * doc/bison.texinfo: Properly set the ``header'' part.
14707 Use @dircategory ``GNU programming tools'' as per Texinfo's
14708 documentation.
14709 Use @copying.
14710
14711 2002-07-09 Akim Demaille <akim@epita.fr>
14712
14713 * lib/quotearg.h: Protect against multiple inclusions.
14714 * src/location.h (location_t): Add a `file' member.
14715 (LOCATION_RESET, LOCATION_PRINT): Adjust.
14716 * src/complain.c (warn_at, complain_at, fatal_at): Drop
14717 `error_one_per_line' support.
14718
14719 2002-07-09 Akim Demaille <akim@epita.fr>
14720
14721 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
14722 * src/reader.c (lineno): Remove.
14723 Adjust all dependencies.
14724 (get_merge_function): Take a location and use complain_at.
14725 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
14726 * tests/regression.at (Invalid inputs, Mixing %token styles):
14727 Adjust.
14728
14729 2002-07-09 Akim Demaille <akim@epita.fr>
14730
14731 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
14732 recovery rule, and forbid extensions when --yacc.
14733 (gram_error): Use complain_at.
14734 * src/reader.c (reader): Exit if there were parse errors.
14735
14736 2002-07-09 Akim Demaille <akim@epita.fr>
14737
14738 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
14739 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
14740 Reported by R Blake <blakers@mac.com>.
14741
14742 2002-07-09 Akim Demaille <akim@epita.fr>
14743
14744 * data/yacc.c: Output the copyright notive in the header.
14745
14746 2002-07-03 Akim Demaille <akim@epita.fr>
14747
14748 * src/output.c (froms, tos): Are state_number_t.
14749 (save_column): sp, sp1, and sp2 are state_number_t.
14750 (prepare): Rename `final' as `final_state_number', `nnts' as
14751 `nterms_number', `nrules' as `rules_number', `nstates' as
14752 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
14753 unused.
14754 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
14755 * data/lalr1.cc (nsym_): Remove, unused.
14756
14757 2002-07-03 Akim Demaille <akim@epita.fr>
14758
14759 * src/lalr.h, src/lalr.c (goto_number_t): New.
14760 * src/lalr.c (goto_list_t): New.
14761 Propagate them.
14762 * src/nullable.c (rule_list_t): New.
14763 Propagate.
14764 * src/types.h: Remove.
14765
14766 2002-07-03 Akim Demaille <akim@epita.fr>
14767
14768 * src/closure.c (print_fderives): Use rule_rhs_print.
14769 * src/derives.c (print_derives): Use rule_rhs_print.
14770 (rule_list_t): New, replaces `shorts'.
14771 (set_derives): Add comments.
14772 * tests/sets.at (Nullable, Firsts): Adjust.
14773
14774 2002-07-03 Akim Demaille <akim@epita.fr>
14775
14776 * src/output.c (prepare_actions): Free `tally' and `width'.
14777 (prepare_actions): Allocate and free `order'.
14778 * src/symtab.c (symbols_free): Free `symbols'.
14779 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
14780 * src/output.c (m4_invoke): Move to...
14781 * src/scan-skel.l: here.
14782 (<<EOF>>): Close yyout, and free its name.
14783
14784 2002-07-03 Akim Demaille <akim@epita.fr>
14785
14786 Fix some memory leaks, and fix a bug: state 0 was examined twice.
14787
14788 * src/LR0.c (new_state): Merge into...
14789 (state_list_append): this.
14790 (new_states): Merge into...
14791 (generate_states): here.
14792 (set_states): Don't ensure a proper `errs' state member here, do it...
14793 * src/conflicts.c (conflicts_solve): here.
14794 * src/state.h, src/state.c: Comment changes.
14795 (state_t): Rename member `shifts' as `transitions'.
14796 Adjust all dependencies.
14797 (errs_new): For consistency, also take the values as argument.
14798 (errs_dup): Remove.
14799 (state_errs_set): New.
14800 (state_reductions_set, state_transitions_set): Assert that no
14801 previous value was assigned.
14802 (state_free): New.
14803 (states_free): Use it.
14804 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
14805 temporary storage: use `errs' and `nerrs' as elsewhere.
14806 (set_conflicts): Allocate and free this `errs'.
14807
14808 2002-07-02 Akim Demaille <akim@epita.fr>
14809
14810 * lib/libiberty.h: New.
14811 * lib: Update the bitset implementation from upstream.
14812 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
14813 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
14814 * src/main.c: Adjust bitset stats calls.
14815
14816 2002-07-01 Paul Eggert <eggert@twinsun.com>
14817
14818 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
14819 char, so that negative chars don't collide with $.
14820
14821 2002-06-30 Akim Demaille <akim@epita.fr>
14822
14823 Have the GLR tests be `warning' checked, and fix the warnings.
14824
14825 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
14826 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
14827 (yyremoveDeletes): `yyi' and `yyj' are size_t.
14828 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
14829 (yyaddDeferredAction): static.
14830 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
14831 (yyreportParseError): yyprefix is const.
14832 yytokenp is used only when verbose.
14833 (yy__GNUC__): Replace with __GNUC__.
14834 (yypdumpstack): yyi is size_t.
14835 (yypreference): Un-yy local variables and arguments, to avoid
14836 clashes with `yyr1'. Anyway, we are not in the user name space.
14837 (yytname_size): be an int, as is compared with ints.
14838 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
14839 Use them.
14840 * tests/cxx-gram.at: Use quotation to protect $1.
14841 Use AT_COMPILE to enable warnings hunts.
14842 Prototype yylex and yyerror.
14843 `Use' argc.
14844 Include `string.h', not `strings.h'.
14845 Produce and prototype stmtMerge only when used.
14846 yylex takes a location.
14847
14848 2002-06-30 Akim Demaille <akim@epita.fr>
14849
14850 We spend a lot of time in quotearg, in particular when --verbose.
14851
14852 * src/symtab.c (symbol_get): Store a quoted version of the key.
14853 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
14854 Adjust all callers.
14855
14856 2002-06-30 Akim Demaille <akim@epita.fr>
14857
14858 * src/state.h (reductions_t): Rename member `nreds' as num.
14859 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
14860 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
14861
14862 2002-06-30 Akim Demaille <akim@epita.fr>
14863
14864 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
14865 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
14866 (shifts_to): Rename as...
14867 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
14868 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
14869 (TRANSITION_IS_DISABLED, transitions_to): these.
14870
14871 2002-06-30 Akim Demaille <akim@epita.fr>
14872
14873 * src/print.c (print_shifts, print_gotos): Merge into...
14874 (print_transitions): this.
14875 (print_transitions, print_errs, print_reductions): Align the
14876 lookaheads columns.
14877 (print_core, print_transitions, print_errs, print_state,
14878 print_grammar): Output empty lines separator before, not after.
14879 (state_default_rule_compute): Rename as...
14880 (state_default_rule): this.
14881 * tests/conflicts.at (Defaulted Conflicted Reduction),
14882 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
14883 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
14884
14885 2002-06-30 Akim Demaille <akim@epita.fr>
14886
14887 Display items as we display rules.
14888
14889 * src/gram.h, src/gram.c (rule_lhs_print): New.
14890 * src/gram.c (grammar_rules_partial_print): Use it.
14891 * src/print.c (print_core): Likewise.
14892 * tests/conflicts.at (Defaulted Conflicted Reduction),
14893 (Unresolved SR Conflicts): Adjust.
14894 (Unresolved SR Conflicts): Adjust and rename as...
14895 (Resolved SR Conflicts): this, as was meant.
14896 * tests/regression.at (Web2c Report): Adjust.
14897
14898 2002-06-30 Akim Demaille <akim@epita.fr>
14899
14900 * src/print.c (state_default_rule_compute): New, extracted from...
14901 (print_reductions): here.
14902 Pessimize, but clarify the code.
14903 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
14904
14905 2002-06-30 Akim Demaille <akim@epita.fr>
14906
14907 * src/output.c (action_row): Let default_rule be always a rule
14908 number.
14909
14910 2002-06-30 Akim Demaille <akim@epita.fr>
14911
14912 * src/closure.c (print_firsts, print_fderives, closure):
14913 Use BITSET_EXECUTE.
14914 * src/lalr.c (lookaheads_print): Likewise.
14915 * src/state.c (state_rule_lookaheads_print): Likewise.
14916 * src/print_graph.c (print_core): Likewise.
14917 * src/print.c (print_reductions): Likewise.
14918 * src/output.c (action_row): Likewise.
14919 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
14920
14921 2002-06-30 Akim Demaille <akim@epita.fr>
14922
14923 * src/print_graph.c: Use report_flag.
14924
14925 2002-06-30 Akim Demaille <akim@epita.fr>
14926
14927 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
14928 to...
14929 * src/relation.h, src/relation.c (traverse, relation_digraph)
14930 (relation_print, relation_transpose): New.
14931
14932 2002-06-30 Akim Demaille <akim@epita.fr>
14933
14934 * src/state.h, src/state.c (shifts_to): New.
14935 * src/lalr.c (build_relations): Use it.
14936
14937 2002-06-30 Akim Demaille <akim@epita.fr>
14938
14939 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
14940 (item_number_of_rule_number, rule_number_of_item_number): New.
14941 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
14942 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
14943 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
14944 Propagate their use.
14945 Much remains to be done, in particular wrt `shorts' from types.h.
14946
14947 2002-06-30 Akim Demaille <akim@epita.fr>
14948
14949 * src/symtab.c (symbol_new): Initialize the `printer' member.
14950
14951 2002-06-30 Akim Demaille <akim@epita.fr>
14952
14953 * src/LR0.c (save_reductions): Remove, replaced by...
14954 * src/state.h, src/state.c (state_reductions_set): New.
14955 (reductions, errs): Rename as...
14956 (reductions_t, errs_t): these.
14957 Adjust all dependencies.
14958
14959 2002-06-30 Akim Demaille <akim@epita.fr>
14960
14961 * src/LR0.c (state_list_t, state_list_append): New.
14962 (first_state, last_state): Now symbol_list_t.
14963 (this_state): Remove.
14964 (new_itemsets, append_states, save_reductions): Take a state_t as
14965 argument.
14966 (set_states, generate_states): Adjust.
14967 (save_shifts): Remove, replaced by...
14968 * src/state.h, src/state.c (state_shifts_set): New.
14969 (shifts): Rename as...
14970 (shifts_t): this.
14971 Adjust all dependencies.
14972 * src/state.h (state_t): Remove the `next' member.
14973
14974 2002-06-30 Akim Demaille <akim@epita.fr>
14975
14976 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
14977 escaped in slot 0.
14978
14979 2002-06-30 Akim Demaille <akim@epita.fr>
14980
14981 Use hash.h for the state hash table.
14982
14983 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
14984 (allocate_storage): Use state_hash_new.
14985 (free_storage): Use state_hash_free.
14986 (new_state, get_state): Adjust.
14987 * src/lalr.h, src/lalr.c (states): Move to...
14988 * src/states.h (state_t): Remove the `link' member, no longer
14989 used.
14990 * src/states.h, src/states.c: here.
14991 (state_hash_new, state_hash_free, state_hash_lookup)
14992 (state_hash_insert, states_free): New.
14993 * src/states.c (state_table, state_compare, state_hash): New.
14994 * src/output.c (output_actions): Do not free states now, since we
14995 still need to know the final_state number in `prepare', called
14996 afterwards. Do it...
14997 * src/main.c (main): here: call states_free after `output'.
14998
14999 2002-06-30 Akim Demaille <akim@epita.fr>
15000
15001 * src/state.h, src/state.c (state_new): New, extracted from...
15002 * src/LR0.c (new_state): here.
15003 * src/state.h (STATE_ALLOC): Move to...
15004 * src/state.c: here.
15005 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
15006 * src/state.h, src/state.c: here.
15007
15008 2002-06-30 Akim Demaille <akim@epita.fr>
15009
15010 * src/reader.c (gensym): Rename as...
15011 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
15012 (getsym): Rename as...
15013 (symbol_get): this.
15014
15015 2002-06-30 Akim Demaille <akim@epita.fr>
15016
15017 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
15018 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
15019 * src/output.c, src/print.c, src/print_graph.c: Propagate.
15020 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
15021
15022 2002-06-30 Akim Demaille <akim@epita.fr>
15023
15024 Make the test suite pass with warnings checked.
15025
15026 * tests/actions.at (Printers and Destructors): Improve.
15027 Avoid unsigned vs. signed issues.
15028 * tests/calc.at: Don't exercise the scanner here, do it...
15029 * tests/input.at (Torturing the Scanner): here.
15030
15031 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15032
15033 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
15034 reorganize first lines parallel to yacc.c.
15035
15036 2002-06-28 Akim Demaille <akim@epita.fr>
15037
15038 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
15039 (b4_token_enum, b4_token_defines): New, factored from...
15040 * data/lalr1.cc, data/yacc.c, glr.c: here.
15041
15042 2002-06-28 Akim Demaille <akim@epita.fr>
15043
15044 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
15045 unused variables.
15046 * src/output.c (merger_output): static.
15047
15048 2002-06-28 Akim Demaille <akim@epita.fr>
15049
15050 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
15051 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
15052 pacify GCC.
15053 * src/output.c (save_row): Initialize all the variables to pacify GCC.
15054
15055 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15056
15057 Accumulated changelog for new GLR parsing features.
15058
15059 * src/conflicts.c (count_total_conflicts): Change name to
15060 conflicts_total_count.
15061 * src/conflicts.h: Ditto.
15062 * src/output.c (token_actions): Use the new name.
15063 (output_conflicts): Change conflp => conflict_list_heads, and
15064 confl => conflict_list for better readability.
15065 * data/glr.c: Use the new names.
15066 * NEWS: Add self to GLR announcement.
15067
15068 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
15069
15070 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
15071 Akim Demaille.
15072
15073 * data/bison.glr: Change name to glr.c
15074 * data/glr.c: Renamed from bison.glr.
15075 * data/Makefile.am: Add glr.c
15076
15077 * src/getargs.c:
15078
15079 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
15080 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
15081
15082 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15083
15084 * data/bison.glr: Be sure to restore the
15085 current #line when returning to the skeleton contents after having
15086 exposed the input file's #line.
15087
15088 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15089
15090 * data/bison.glr: Bring up to date with changes to bison.simple.
15091
15092 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15093
15094 * data/bison.glr: Correct definitions that use b4_prefix.
15095 Various reformatting.
15096 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
15097 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
15098 yytokenp argument; now part of stack.
15099 (yychar): Define to behave as documented.
15100 (yyclearin): Ditto.
15101
15102 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15103
15104 * src/reader.h: Add declaration for free_merger_functions.
15105
15106 * src/reader.c (merge_functions): New variable.
15107 (get_merge_function): New function.
15108 (free_merger_functions): New function.
15109 (readgram): Check for %prec that is not followed by a symbol.
15110 Handle %dprec and %merge declarations.
15111 (packgram): Initialize dprec and merger fields in rules array.
15112
15113 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
15114 conflict_list_cnt, conflict_list_free): New variables.
15115 (table_grow): Also grow conflict_table.
15116 (prepare_rules): Output dprec and merger tables.
15117 (conflict_row): New function.
15118 (action_row): Output conflict lists for GLR parser. Don't use
15119 default reduction in conflicted states for GLR parser so that there
15120 are spaces for the conflict lists.
15121 (save_row): Also save conflict information.
15122 (token_actions): Allocate conflict list.
15123 (merger_output): New function.
15124 (pack_vector): Pack conflict table, too.
15125 (output_conflicts): New function to output yyconflp and yyconfl.
15126 (output_check): Allocate conflict_tos.
15127 (output_actions): Output conflict tables, also.
15128 (output_skeleton): Output b4_mergers definition.
15129 (prepare): Output b4_max_rhs_length definition.
15130 Use 'bison.glr' as default skeleton for GLR parsers.
15131
15132 * src/gram.c (glr_parser): New flag.
15133 (grammar_free): Call free_merger_functions.
15134
15135 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
15136 all pairs of conflicting reductions, rather than just all tokens
15137 causing conflicts. Needed to size conflict tables.
15138 (conflicts_output): Modify call to count_rr_conflicts for new
15139 interface.
15140 (conflicts_print): Ditto.
15141 (count_total_conflicts): New function.
15142
15143 * src/reader.h (merger_list): New type.
15144 (merge_functions): New variable.
15145
15146 * src/lex.h (tok_dprec, tok_merge): New token types.
15147
15148 * src/gram.h (rule_s): Add dprec and merger fields.
15149 (glr_parser): New flag.
15150
15151 * src/conflicts.h (count_total_conflicts): New function.
15152
15153 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
15154
15155 * doc/bison.texinfo (Generalized LR Parsing): New section.
15156 (GLR Parsers): New section.
15157 (Language and Grammar): Mention GLR parsing.
15158 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
15159 Correct typo ("tge" -> "the").
15160
15161 * data/bison.glr: New skeleton for GLR parsing.
15162
15163 * tests/cxx-gram.at: New tests for GLR parsing.
15164
15165 * tests/testsuite.at: Include cxx-gram.at.
15166
15167 * tests/Makefile.am: Add cxx-gram.at.
15168
15169 * src/parse-gram.y:
15170
15171 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
15172
15173 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
15174
15175 2002-06-27 Akim Demaille <akim@epita.fr>
15176
15177 * src/options.h, src/options.c: Remove.
15178 * src/getargs.c (short_options, long_options): New.
15179
15180 2002-06-27 Akim Demaille <akim@epita.fr>
15181
15182 * data/bison.simple, data/bison.c++: Rename as...
15183 * data/yacc.c, data/lalr1.cc: these.
15184 * doc/bison.texinfo (Environment Variables): Remove.
15185
15186 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
15187
15188 * src/getargs.c (report_argmatch): Initialize strtok().
15189
15190 2002-06-20 Akim Demaille <akim@epita.fr>
15191
15192 * data/bison.simple (b4_symbol_actions): New, replaces...
15193 (b4_symbol_destructor, b4_symbol_printer): these.
15194 (yysymprint): Be sure to call YYPRINT only for tokens, and using
15195 user token numbers.
15196
15197 2002-06-20 Akim Demaille <akim@epita.fr>
15198
15199 * data/bison.simple (yydestructor): Rename as...
15200 (yydestruct): this.
15201
15202 2002-06-20 Akim Demaille <akim@epita.fr>
15203
15204 * src/symtab.h, src/symtab.c (symbol_type_set)
15205 (symbol_destructor_set, symbol_precedence_set): The location is
15206 the last argument.
15207 Adjust all callers.
15208
15209 2002-06-20 Akim Demaille <akim@epita.fr>
15210
15211 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
15212 internals.
15213 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
15214 Takes a location.
15215 * src/symtab.h, src/symtab.c (symbol_class_set)
15216 (symbol_user_token_number_set): Likewise.
15217 Adjust all callers.
15218 Promote complain_at.
15219 * tests/input.at (Type Clashes): Adjust.
15220
15221 2002-06-20 Akim Demaille <akim@epita.fr>
15222
15223 * data/bison.simple (YYLEX): Fix the declaration when
15224 %pure-parser.
15225
15226 2002-06-20 Akim Demaille <akim@epita.fr>
15227
15228 * data/bison.simple (yysymprint): Don't print the token number,
15229 just its name.
15230 * tests/actions.at (Destructors): Rename as...
15231 (Printers and Destructors): this.
15232 Also exercise %printer.
15233
15234 2002-06-20 Akim Demaille <akim@epita.fr>
15235
15236 * data/bison.simple (YYDSYMPRINT): New.
15237 Use it to remove many of the #if YYDEBUG/if (yydebug).
15238
15239 2002-06-20 Akim Demaille <akim@epita.fr>
15240
15241 * src/symtab.h, src/symtab.c (symbol_t): printer and
15242 printer_location are new members.
15243 (symbol_printer_set): New.
15244 * src/parse-gram.y (PERCENT_PRINTER): New token.
15245 Handle its associated rule.
15246 * src/scan-gram.l: Adjust.
15247 (handle_destructor_at, handle_destructor_dollar): Rename as...
15248 (handle_symbol_code_at, handle_symbol_code_dollar): these.
15249 * src/output.c (symbol_printers_output): New.
15250 (output_skeleton): Call it.
15251 * data/bison.simple (yysymprint): New. Cannot be named yyprint
15252 since there are already many grammar files with a user `yyprint'.
15253 Replace the calls to YYPRINT to calls to yysymprint.
15254 * tests/calc.at: Adjust.
15255 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
15256 taking advantage of parser very internal details (stack size!).
15257
15258 2002-06-20 Akim Demaille <akim@epita.fr>
15259
15260 * src/scan-gram.l: Complete the scanner with the missing patterns
15261 to pacify Flex.
15262 Use `quote' and `symbol_tag_get' where appropriate.
15263
15264 2002-06-19 Akim Demaille <akim@epita.fr>
15265
15266 * tests/actions.at (Destructors): Augment to test locations.
15267 * data/bison.simple (yydestructor): Pass it the current location
15268 if locations are enabled.
15269 Prototype only when __STDC__ or C++.
15270 Change the argument names to move into the yy name space: there is
15271 user code here.
15272
15273 2002-06-19 Akim Demaille <akim@epita.fr>
15274
15275 * data/bison.simple (b4_pure_if): New.
15276 Use it instead of #ifdef YYPURE.
15277
15278 2002-06-19 Akim Demaille <akim@epita.fr>
15279
15280 * data/bison.simple (b4_location_if): New.
15281 Use it instead of #ifdef YYLSP_NEEDED.
15282
15283 2002-06-19 Akim Demaille <akim@epita.fr>
15284
15285 Prepare @$ in %destructor, but currently don't bind it in the
15286 skeleton, as %location use is not cleaned up yet.
15287
15288 * src/scan-gram.l (handle_dollar, handle_destructor_at)
15289 (handle_action_at): New.
15290 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
15291 a braced_code_t and a location as additional arguments.
15292 (handle_destructor_dollar): Instead of requiring `b4_eval', just
15293 unquote one when outputting `b4_dollar_dollar'.
15294 Adjust callers.
15295 * data/bison.simple (b4_eval): Remove.
15296 (b4_symbol_destructor): Adjust.
15297 * tests/input.at (Invalid @n): Adjust.
15298
15299 2002-06-19 Zack Weinberg <zack@codesourcery.com>
15300
15301 * doc/bison.texinfo: Document ability to have multiple
15302 prologue sections.
15303
15304 2002-06-18 Akim Demaille <akim@epita.fr>
15305
15306 * src/files.c (compute_base_names): When computing the output file
15307 names from the input file name, strip the directory part.
15308
15309 2002-06-18 Akim Demaille <akim@epita.fr>
15310
15311 * data/bison.simple.new: Comment changes.
15312 Reported by Andreas Schwab.
15313
15314 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
15315
15316 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
15317 there are no `label `yyoverflowlab' defined but not used' warnings
15318 when yyoverflow is defined.
15319
15320 2002-06-18 Akim Demaille <akim@epita.fr>
15321
15322 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
15323 new member.
15324 (symbol_destructor_set): Adjust.
15325 * src/output.c (symbol_destructors_output): Output the destructor
15326 locations.
15327 Output the symbol name.
15328 * data/bison.simple (b4_symbol_destructor): Adjust.
15329
15330 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
15331 and Akim Demaille <akim@epita.fr>
15332
15333 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
15334 what's left on the stack when the error recovery hits EOF.
15335 * tests/actions.at (Destructors): Complete to exercise this case.
15336
15337 2002-06-17 Akim Demaille <akim@epita.fr>
15338
15339 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
15340 arguments is really empty, not only equal to `[]'.
15341 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
15342 member.
15343 (symbol_destructor_set): New.
15344 * src/output.c (symbol_destructors_output): New.
15345 * src/reader.h (brace_code_t, current_braced_code): New.
15346 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
15347 (handle_dollar): Rename as...
15348 (handle_action_dollar): this.
15349 (handle_destructor_dollar): New.
15350 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
15351 (grammar_declaration): Use it.
15352 * data/bison.simple (yystos): Is always defined.
15353 (yydestructor): New.
15354 * tests/actions.at (Destructors): New.
15355 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
15356
15357 2002-06-17 Akim Demaille <akim@epita.fr>
15358
15359 * src/symlist.h, src/symlist.c (symbol_list_length): New.
15360 * src/scan-gram.l (handle_dollar, handle_at): Compute the
15361 rule_length only when needed.
15362 * src/output.c (actions_output, token_definitions_output): Output
15363 the full M4 block.
15364 * src/symtab.c: Don't access directly to the symbol tag, use
15365 symbol_tag_get.
15366 * src/parse-gram.y: Use symbol_list_free.
15367
15368 2002-06-17 Akim Demaille <akim@epita.fr>
15369
15370 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
15371 (symbol_list_prepend, get_type_name): Move to...
15372 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
15373 (symbol_list_prepend, symbol_list_n_type_name_get): here.
15374 Adjust all callers.
15375 (symbol_list_free): New.
15376 * src/scan-gram.l (handle_dollar): Takes a location.
15377 * tests/input.at (Invalid $n): Adjust.
15378
15379 2002-06-17 Akim Demaille <akim@epita.fr>
15380
15381 * src/reader.h, src/reader.c (symbol_list_new): Export it.
15382 (symbol_list_prepend): New.
15383 * src/parse-gram.y (%union): `list' is a new member.
15384 (symbols.1): New, replaces...
15385 (terms_to_prec.1, nterms_to_type.1): these.
15386 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
15387 Take a location as additional argument.
15388 Adjust all callers.
15389
15390 2002-06-15 Akim Demaille <akim@epita.fr>
15391
15392 * src/parse-gram.y: Move %token in the declaration section so that
15393 we don't depend upon CVS Bison.
15394
15395 2002-06-15 Akim Demaille <akim@epita.fr>
15396
15397 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
15398 * src/print.c (print_core): Use it.
15399
15400 2002-06-15 Akim Demaille <akim@epita.fr>
15401
15402 * src/conflicts.c (log_resolution): Accept the rule involved in
15403 the sr conflicts instead of the lookahead number that points to
15404 that rule.
15405 (flush_reduce): Accept the current lookahead vector as argument,
15406 instead of the index in LA.
15407 (resolve_sr_conflict): Accept the current number of lookahead
15408 bitset to consider for the STATE, instead of the index in LA.
15409 (set_conflicts): Adjust.
15410 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
15411
15412 2002-06-15 Akim Demaille <akim@epita.fr>
15413
15414 * src/state.h (state_t): Replace the `lookaheadsp' member, a
15415 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
15416 Adjust all dependencies.
15417 * src/lalr.c (initialize_lookaheads): Split into...
15418 (states_lookaheads_count, states_lookaheads_initialize): these.
15419 (lalr): Adjust.
15420
15421 2002-06-15 Akim Demaille <akim@epita.fr>
15422
15423 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
15424 out of...
15425 (grammar_rules_print): here.
15426 * src/reduce.c (reduce_output): Use it.
15427 * tests/reduce.at (Useless Rules, Reduced Automaton)
15428 (Underivable Rules): Adjust.
15429
15430 2002-06-15 Akim Demaille <akim@epita.fr>
15431
15432 Copy BYacc's nice way to report the grammar.
15433
15434 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
15435 New.
15436 Don't print the rules' location, it is confusing and useless.
15437 (rule_print): Use grammar_rhs_print.
15438 * src/print.c (print_grammar): Use grammar_rules_print.
15439
15440 2002-06-15 Akim Demaille <akim@epita.fr>
15441
15442 Complete and rationalize `useless thing' warnings.
15443
15444 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
15445 (symbol_tag_print): New.
15446 Use them everywhere in place of accessing directly the tag member.
15447 * src/gram.h, src/gram.c (rule_print): New.
15448 Use it where a rule used to be printed `by hand'.
15449 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
15450 (reduce_grammar_tables): Report the useless rules.
15451 (reduce_print): Useless things are a warning, not an error.
15452 Report it as such.
15453 * tests/reduce.at (Useless Nonterminals, Useless Rules):
15454 (Reduced Automaton, Underivable Rules): Adjust.
15455 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
15456 * tests/conflicts.at (Unresolved SR Conflicts)
15457 (Solved SR Conflicts): Adjust.
15458
15459 2002-06-15 Akim Demaille <akim@epita.fr>
15460
15461 Let symbols have a location.
15462
15463 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
15464 (getsym): Adjust.
15465 Adjust all callers.
15466 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
15467 Use location_t, not int.
15468 * src/symtab.c (symbol_check_defined): Take advantage of the
15469 location.
15470 * tests/regression.at (Invalid inputs): Adjust.
15471
15472 2002-06-15 Akim Demaille <akim@epita.fr>
15473
15474 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
15475 (input): Don't try to initialize yylloc here, do it in the
15476 scanner.
15477 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
15478 * src/gram.h (rule_t): Change line and action_line into location
15479 and action_location, of location_t type.
15480 Adjust all dependencies.
15481 * src/location.h, src/location.c (empty_location): New.
15482 * src/reader.h, src/reader.c (grammar_start_symbol_set)
15483 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
15484 (grammar_current_rule_symbol_append)
15485 (grammar_current_rule_action_append): Expect a location as argument.
15486 * src/reader.c (grammar_midrule_action): Adjust to attach an
15487 action's location as dummy symbol location.
15488 * src/symtab.h, src/symtab.c (startsymbol_location): New.
15489 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
15490 the line numbers.
15491
15492 2002-06-14 Akim Demaille <akim@epita.fr>
15493
15494 Grammar declarations may be found in the grammar section.
15495
15496 * src/parse-gram.y (rules_or_grammar_declaration): New.
15497 (declarations): Each declaration may end with a semicolon, not
15498 just...
15499 (grammar_declaration): `"%union"'.
15500 (grammar): Branch to rules_or_grammar_declaration.
15501
15502 2002-06-14 Akim Demaille <akim@epita.fr>
15503
15504 * src/main.c (main): Invoke scanner_free.
15505
15506 2002-06-14 Akim Demaille <akim@epita.fr>
15507
15508 * src/output.c (m4_invoke): Extracted from...
15509 (output_skeleton): here.
15510 Free tempfile.
15511
15512 2002-06-14 Akim Demaille <akim@epita.fr>
15513
15514 * src/parse-gram.y (directives, directive, gram)
15515 (grammar_directives, precedence_directives, precedence_directive):
15516 Rename as...
15517 (declarations, declaration, grammar, grammar_declaration)
15518 (precedence_declaration, precedence_declarator): these.
15519 (symbol_declaration): New.
15520
15521 2002-06-14 Akim Demaille <akim@epita.fr>
15522
15523 * src/files.c (action_obstack): Remove, unused.
15524 (output_obstack): Remove it, and all its dependencies, as it is no
15525 longer needed.
15526 * src/reader.c (epilogue_set): Build the epilogue in the
15527 muscle_obstack.
15528 * src/output.h, src/output.c (muscle_obstack): Move to...
15529 * src/muscle_tab.h, src/muscle_tab.h: here.
15530 (muscle_init): Initialize muscle_obstack.
15531 (muscle_free): New.
15532 * src/main.c (main): Call it.
15533
15534 2002-06-14 Akim Demaille <akim@epita.fr>
15535
15536 * src/location.h: New, extracted from...
15537 * src/reader.h: here.
15538 * src/Makefile.am (noinst_HEADERS): Merge into
15539 (bison_SOURCES): this.
15540 Add location.h.
15541 * src/parse-gram.y: Use location_t instead of Bison's.
15542 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
15543 Use location_t instead of ints.
15544
15545 2002-06-14 Akim Demaille <akim@epita.fr>
15546
15547 * data/bison.simple, data/bison.c++: Be sure to restore the
15548 current #line when returning to the skeleton contents after having
15549 exposed the input file's #line.
15550
15551 2002-06-12 Akim Demaille <akim@epita.fr>
15552
15553 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
15554 eager.
15555 * tests/actions.at (Exotic Dollars): New.
15556
15557 2002-06-12 Akim Demaille <akim@epita.fr>
15558
15559 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
15560 ['"/] too eagerly.
15561 * tests/input.at (Torturing the Scanner): New.
15562
15563 2002-06-11 Akim Demaille <akim@epita.fr>
15564
15565 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
15566 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
15567 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
15568 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
15569 * src/reader.c (reader): Use it.
15570
15571 2002-06-11 Akim Demaille <akim@epita.fr>
15572
15573 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
15574 Adjust all callers.
15575 (scanner_last_string_free): New.
15576
15577 2002-06-11 Akim Demaille <akim@epita.fr>
15578
15579 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
15580 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
15581 (last_string, YY_OBS_FREE): New.
15582 Use them when returning an ID.
15583
15584 2002-06-11 Akim Demaille <akim@epita.fr>
15585
15586 Have Bison grammars parsed by a Bison grammar.
15587
15588 * src/reader.c, src/reader.h (prologue_augment): New.
15589 * src/reader.c (copy_definition): Remove.
15590
15591 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
15592 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
15593 (grammar_current_rule_prec_set, grammar_current_rule_check)
15594 (grammar_current_rule_symbol_append)
15595 (grammar_current_rule_action_append): Export.
15596 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
15597 (symbol_list_action_append): Remove.
15598 Hook the routines from reader.
15599 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
15600 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
15601
15602 * src/reader.c (read_declarations): Remove, unused.
15603
15604 * src/parse-gram.y: Handle the epilogue.
15605 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
15606 (grammar_start_symbol_set): this.
15607 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
15608 * src/reader.c (readgram): Remove, unused.
15609 (reader): Adjust to insert eoftoken and axiom where appropriate.
15610
15611 * src/reader.c (copy_dollar): Replace with...
15612 * src/scan-gram.h (handle_dollar): this.
15613 * src/parse-gram.y: Remove `%thong'.
15614
15615 * src/reader.c (copy_at): Replace with...
15616 * src/scan-gram.h (handle_at): this.
15617
15618 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
15619 New.
15620
15621 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
15622 time being.
15623
15624 * src/reader.h, src/reader.c (grammar_rule_end): New.
15625
15626 * src/parse.y (current_type, current_class): New.
15627 Implement `%nterm', `%token' support.
15628 Merge `%term' into `%token'.
15629 (string_as_id): New.
15630 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
15631 type name.
15632
15633 * src/parse-gram.y: Be sure to handle properly the beginning of
15634 rules.
15635
15636 * src/parse-gram.y: Handle %type.
15637 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
15638
15639 * src/parse-gram.y: More directives support.
15640 * src/options.c: No longer handle source directives.
15641
15642 * src/parse-gram.y: Fix %output.
15643
15644 * src/parse-gram.y: Handle %union.
15645 Use the prologue locations.
15646 * src/reader.c (parse_union_decl): Remove.
15647
15648 * src/reader.h, src/reader.c (epilogue_set): New.
15649 * src/parse-gram.y: Use it.
15650
15651 * data/bison.simple, data/bison.c++: b4_stype is now either not
15652 defined, then default to int, or to the contents of %union,
15653 without `union' itself.
15654 Adjust.
15655 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
15656
15657 * src/output.c (actions_output): Don't output braces, as they are
15658 already handled by the scanner.
15659
15660 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
15661 characters to themselves.
15662
15663 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
15664 that the epilogue has a proper #line.
15665
15666 * src/parse-gram.y: Handle precedence/associativity.
15667
15668 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
15669 a terminal.
15670 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
15671 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
15672 at all to define terminals that cannot be emitted.
15673
15674 * src/scan-gram.l: Escape M4 characters.
15675
15676 * src/scan-gram.l: Working properly with escapes in user
15677 strings/characters.
15678
15679 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
15680 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
15681 grammar.
15682 Use more modest sizes, as for the time being the parser does not
15683 release memory, and therefore the process swallows a huge amount
15684 of memory.
15685
15686 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
15687 stricter %token grammar.
15688
15689 * src/symtab.h (associativity): Add `undef_assoc'.
15690 (symbol_precedence_set): Do nothing when passed an undef_assoc.
15691 * src/symtab.c (symbol_check_alias_consistence): Adjust.
15692
15693 * tests/regression.at (Invalid %directive): Remove, as it is now
15694 meaningless.
15695 (Invalid inputs): Adjust to the new error messages.
15696 (Token definitions): The new grammar doesn't allow too many
15697 eccentricities.
15698
15699 * src/lex.h, src/lex.c: Remove.
15700 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
15701 (copy_character, copy_string2, copy_string, copy_identifier)
15702 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
15703 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
15704 (parse_action): Remove.
15705 * po/POTFILES.in: Adjust.
15706
15707 2002-06-11 Akim Demaille <akim@epita.fr>
15708
15709 * src/reader.c (parse_action): Don't store directly into the
15710 rule's action member: return the action as a string.
15711 Don't require `rule_length' as an argument: compute it.
15712 (grammar_current_rule_symbol_append)
15713 (grammar_current_rule_action_append): New, eved out from
15714 (readgram): here.
15715 Remove `action_flag', `rulelength', unused now.
15716
15717 2002-06-11 Akim Demaille <akim@epita.fr>
15718
15719 * src/reader.c (grammar_current_rule_prec_set).
15720 (grammar_current_rule_check): New, eved out from...
15721 (readgram): here.
15722 Remove `xaction', `first_rhs': useless.
15723 * tests/input.at (Type clashes): New.
15724 * tests/existing.at (GNU Cim Grammar): Adjust.
15725
15726 2002-06-11 Akim Demaille <akim@epita.fr>
15727
15728 * src/reader.c (grammar_midrule_action): New, Eved out from
15729 (readgram): here.
15730
15731 2002-06-11 Akim Demaille <akim@epita.fr>
15732
15733 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
15734 New.
15735 (readgram): Use them as replacement of inlined code, crule and
15736 crule1.
15737
15738 2002-06-11 Akim Demaille <akim@epita.fr>
15739
15740 * src/reader.c (grammar_end, grammar_symbol_append): New.
15741 (readgram): Use them.
15742 Make the use of `p' as local as possible.
15743
15744 2002-06-10 Akim Demaille <akim@epita.fr>
15745
15746 GCJ's parser requires the tokens to be defined before the prologue.
15747
15748 * data/bison.simple: Output the token definition before the user's
15749 prologue.
15750 * tests/regression.at (Braces parsing, Duplicate string)
15751 (Mixing %token styles): Check the output from bison.
15752 (Early token definitions): New.
15753
15754 2002-06-10 Akim Demaille <akim@epita.fr>
15755
15756 * src/symtab.c (symbol_user_token_number_set): Don't complain when
15757 assigning twice the same user number to a token, so that we can
15758 use it in...
15759 * src/lex.c (lex): here.
15760 Also use `symbol_class_set' instead of hand written code.
15761 * src/reader.c (parse_assoc_decl): Likewise.
15762
15763 2002-06-10 Akim Demaille <akim@epita.fr>
15764
15765 * src/symtab.c, src/symtab.c (symbol_class_set)
15766 (symbol_user_token_number_set): New.
15767 * src/reader.c (parse_token_decl): Use them.
15768 Use a switch instead of ifs.
15769 Use a single argument.
15770
15771 2002-06-10 Akim Demaille <akim@epita.fr>
15772
15773 Remove `%thong' support as it is undocumented, unused, duplicates
15774 `%token's job, and creates useless e-mail traffic with people who
15775 want to know what it is, why it is undocumented, unused, and
15776 duplicates `%token's job.
15777
15778 * src/reader.c (parse_thong_decl): Remove.
15779 * src/options.c (option_table): Remove "thong".
15780 * src/lex.h (tok_thong): Remove.
15781
15782 2002-06-10 Akim Demaille <akim@epita.fr>
15783
15784 * src/symtab.c, src/symtab.c (symbol_type_set)
15785 (symbol_precedence_set): New.
15786 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
15787 (value_components_used): Remove, unused.
15788
15789 2002-06-09 Akim Demaille <akim@epita.fr>
15790
15791 Move symbols handling code out of the reader.
15792
15793 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
15794 (axiom): Move to...
15795 * src/symtab.h, src/symtab.c: here.
15796
15797 * src/gram.c (start_symbol): Remove: use startsymbol->number.
15798 * src/reader.c (startval): Rename as...
15799 * src/symtab.h, src/symtab.c (startsymbol): this.
15800 * src/reader.c: Adjust.
15801
15802 * src/reader.c (symbol_check_defined, symbol_make_alias)
15803 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
15804 (token_translations_init)
15805 Move to...
15806 * src/symtab.c: here.
15807 * src/reader.c (packsymbols): Move to...
15808 * src/symtab.h, src/symtab.c (symbols_pack): here.
15809 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
15810 argument.
15811
15812 2002-06-03 Akim Demaille <akim@epita.fr>
15813
15814 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
15815 then statements.
15816
15817 2002-06-03 Akim Demaille <akim@epita.fr>
15818
15819 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
15820 structs with non literals.
15821 * src/scan-skel.l: never-interactive.
15822 * src/conflicts.c (enum conflict_resolution_e): No trailing
15823 comma.
15824 * src/getargs.c (usage): Split long literal strings.
15825 Reported by Hans Aberg.
15826
15827 2002-05-28 Akim Demaille <akim@epita.fr>
15828
15829 * data/bison.c++: Use C++ ostreams.
15830 (cdebug_): New member.
15831
15832 2002-05-28 Akim Demaille <akim@epita.fr>
15833
15834 * src/output.c (output_skeleton): Be sure to allocate enough room
15835 for `/' _and_ for `\0' in full_skeleton.
15836
15837 2002-05-28 Akim Demaille <akim@epita.fr>
15838
15839 * data/bison.c++: Catch up with bison.simple:
15840 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15841 and Paul Eggert <eggert@twinsun.com>: `error' handing.
15842 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
15843 and popping traces.
15844
15845 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15846
15847 * src/output.c (output_skeleton): Put an explicit path in front of
15848 the skeleton file name, rather than relying on the -I directory,
15849 to partially alleviate effects of having a skeleton file lying around
15850 in the current directory.
15851
15852 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15853
15854 * src/conflicts.c (log_resolution): Correct typo:
15855 obstack_printf should be obstack_fgrow1.
15856
15857 2002-05-26 Akim Demaille <akim@epita.fr>
15858
15859 * src/state.h (state_t): `solved_conflicts' is a new member.
15860 * src/LR0.c (new_state): Set it to 0.
15861 * src/conflicts.h, src/conflicts.c (print_conflicts)
15862 (free_conflicts, solve_conflicts): Rename as...
15863 (conflicts_print, conflicts_free, conflicts_solve): these.
15864 Adjust callers.
15865 * src/conflicts.c (enum conflict_resolution_e)
15866 (solved_conflicts_obstack): New, used by...
15867 (log_resolution): this.
15868 Adjust to attach the conflict resolution to each state.
15869 Complete the description with the precedence/associativity
15870 information.
15871 (resolve_sr_conflict): Adjust.
15872 * src/print.c (print_state): Output its solved_conflicts.
15873 * tests/conflicts.at (Unresolved SR Conflicts)
15874 (Solved SR Conflicts): Exercise --report=all.
15875
15876 2002-05-26 Akim Demaille <akim@epita.fr>
15877
15878 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
15879 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
15880 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
15881 (token_number_t, item_number_as_token_number)
15882 (token_number_as_item_number, muscle_insert_token_number_table):
15883 Rename as...
15884 (symbol_number_t, item_number_as_symbol_number)
15885 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
15886 these, since it is more appropriate.
15887
15888 2002-05-26 Akim Demaille <akim@epita.fr>
15889
15890 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
15891 `Error:' lines.
15892 * data/bison.simple (yystos) [YYDEBUG]: New.
15893 (yyparse) [YYDEBUG]: Display the symbols which are popped during
15894 error recovery.
15895 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
15896
15897 2002-05-25 Akim Demaille <akim@epita.fr>
15898
15899 * doc/bison.texinfo (Debugging): Split into...
15900 (Tracing): this new section, its former contents, and...
15901 (Understanding): this new section.
15902 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
15903 by...
15904 (report_flag): this.
15905 Adjust all dependencies.
15906 (report_args, report_types, report_argmatch): New.
15907 (usage, getargs): Report/support -r, --report.
15908 * src/options.h
15909 (struct option_table_struct): Rename as..,
15910 (struct option_table_s): this.
15911 Rename the `set_flag' member to `flag' to match with getopt_long's
15912 struct.
15913 * src/options.c (option_table): Split verbose into an entry for
15914 %verbose, and another for --verbose.
15915 Support --report/-r, so remove -r from the obsolete --raw.
15916 * src/print.c: Attach full item sets and lookaheads reports to
15917 report_flag instead of trace_flag.
15918 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
15919
15920 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15921 and Paul Eggert <eggert@twinsun.com>
15922
15923 * data/bison.simple (yyparse): Correct error handling to conform to
15924 POSIX and yacc. Specifically, after syntax error is discovered,
15925 do not reduce further before shifting the error token.
15926 Clean up the code a bit by removing the labels yyerrdefault,
15927 yyerrhandle, yyerrpop.
15928 * NEWS: Document the above.
15929
15930 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15931
15932 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
15933 type; it isn't always big enough, since it doesn't necessarily
15934 include non-terminals.
15935 (yytranslate): Expand definition of yy_token_number_type, so that
15936 the latter can be removed.
15937 (yy_token_number_type): Remove, only one use.
15938 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
15939 don't use TokenNumberType as element type.
15940
15941 * tests/regression.at: Modify expected output to agree with change
15942 to yyr1 and yytranslate.
15943
15944 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
15945
15946 * src/reader.c (parse_action): Use copy_character instead of
15947 obstack_1grow.
15948
15949 2002-05-13 Akim Demaille <akim@epita.fr>
15950
15951 * tests/regression.at (Token definitions): Prototype yylex and
15952 yyerror.
15953
15954 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15955
15956 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
15957 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
15958 32-bit arithmetic.
15959 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
15960
15961 2002-05-07 Akim Demaille <akim@epita.fr>
15962
15963 * tests/synclines.at: Be sure to prototype yylex and yyerror to
15964 avoid GCC warnings.
15965
15966 2002-05-07 Akim Demaille <akim@epita.fr>
15967
15968 Kill GCC warnings.
15969
15970 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
15971 over the RHS of each rule.
15972 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
15973 * src/state.h (state_t): Member `nitems' is unsigned short.
15974 * src/LR0.c (get_state): Adjust.
15975 * src/reader.c (packgram): Likewise.
15976 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
15977 `Type'.
15978 (muscle_insert_int_table): Remove, unused.
15979 (prepare_rules): Remove `max'.
15980
15981 2002-05-06 Akim Demaille <akim@epita.fr>
15982
15983 * src/closure.c (print_firsts): Display of the symbol tags.
15984 (bitmatrix_print): Move to...
15985 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
15986 here.
15987 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
15988
15989 2002-05-06 Akim Demaille <akim@epita.fr>
15990
15991 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
15992 hash_do_for_each.
15993
15994 2002-05-06 Akim Demaille <akim@epita.fr>
15995
15996 * src/LR0.c (new_state, get_state): Instead of using the global
15997 `kernel_size' and `kernel_base', have two new arguments:
15998 `core_size' and `core'.
15999 Adjust callers.
16000
16001 2002-05-06 Akim Demaille <akim@epita.fr>
16002
16003 * src/reader.c (packgram): No longer end `ritem' with a 0
16004 sentinel: it is not used.
16005
16006 2002-05-05 Akim Demaille <akim@epita.fr>
16007
16008 New experimental feature: display the lookaheads in the report and
16009 graph.
16010
16011 * src/print (print_core): When --trace-flag, display the rules
16012 lookaheads.
16013 * src/print_graph.c (print_core): Likewise.
16014 Swap the arguments.
16015 Adjust caller.
16016
16017 2002-05-05 Akim Demaille <akim@epita.fr>
16018
16019 * tests/torture.at (Many lookaheads): New test.
16020
16021 2002-05-05 Akim Demaille <akim@epita.fr>
16022
16023 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
16024 (GENERATE_MUSCLE_INSERT_TABLE): this.
16025 (output_int_table, output_unsigned_int_table, output_short_table)
16026 (output_token_number_table, output_item_number_table): Replace with...
16027 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
16028 (muscle_insert_short_table, muscle_insert_token_number_table)
16029 (muscle_insert_item_number_table): these.
16030 Adjust all callers.
16031 (prepare_tokens): Don't free `translations', since...
16032 * src/reader.h, src/reader.c (grammar_free): do it.
16033 Move to...
16034 * src/gram.h, src/gram.c (grammar_free): here.
16035 * data/bison.simple, data/bison.c++: b4_token_number_max is now
16036 b4_translate_max.
16037
16038 2002-05-05 Akim Demaille <akim@epita.fr>
16039
16040 * src/output.c (output_unsigned_int_table): New.
16041 (prepare_rules): `i' is unsigned.
16042 `prhs', `rline', `r2' are unsigned int.
16043 Rename muscle `rhs_number_max' as `rhs_max'.
16044 Output muscles `prhs_max', `rline_max', and `r2_max'.
16045 Free rline and r1.
16046 * data/bison.simple, data/bison.c++: Adjust to use these muscles
16047 to compute types instead of constant types.
16048 * tests/regression.at (Web2c Actions): Adjust.
16049
16050 2002-05-04 Akim Demaille <akim@epita.fr>
16051
16052 * src/symtab.h (SALIAS, SUNDEF): Rename as...
16053 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
16054 Adjust dependencies.
16055 * src/output.c (token_definitions_output): Be sure not to output a
16056 `#define 'a'' when fed with `%token 'a' "a"'.
16057 * tests/regression.at (Token definitions): New.
16058
16059 2002-05-03 Paul Eggert <eggert@twinsun.com>
16060
16061 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
16062 for K&R C.
16063
16064 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
16065
16066 * Makefile.am (SUBDIRS): Remove intl.
16067 (EXTRA_DIST): Add config/config.rpath.
16068
16069 2002-05-03 Akim Demaille <akim@epita.fr>
16070
16071 * data/bison.simple (m4_if): Don't output empty enums.
16072 And actually, output valid enum definitions :(.
16073
16074 2002-05-03 Akim Demaille <akim@epita.fr>
16075
16076 * configure.bat: Remove, completely obsolete.
16077 * Makefile.am (EXTRA_DIST): Adjust.
16078 Don't distribute config.rpath...
16079 * config/Makefile.am (EXTRA_DIST): Do it.
16080
16081 2002-05-03 Akim Demaille <akim@epita.fr>
16082
16083 * configure.in (GETTEXT_VERSION): New.
16084 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
16085
16086 2002-05-03 Akim Demaille <akim@epita.fr>
16087
16088 * data/bison.simple (b4_token_enum): New.
16089 (b4_token_defines): Use it to output tokens both as #define and
16090 enums.
16091 Suggested by Paul Eggert.
16092 * src/output.c (token_definitions_output): Don't output spurious
16093 white spaces.
16094
16095 2002-05-03 Akim Demaille <akim@epita.fr>
16096
16097 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
16098
16099 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
16100
16101 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
16102 Update the stack class, give a try to deque as the default container.
16103
16104 2002-05-02 Akim Demaille <akim@epita.fr>
16105
16106 * data/bison.simple (yyparse): Do not implement @$ = @1.
16107 (YYLLOC_DEFAULT): Adjust to do it.
16108 * doc/bison.texinfo (Location Default Action): Fix.
16109
16110 2002-05-02 Akim Demaille <akim@epita.fr>
16111
16112 * src/reader.c (parse_braces): Merge into...
16113 (parse_action): this.
16114
16115 2002-05-02 Akim Demaille <akim@epita.fr>
16116
16117 * configure.in (ALL_LINGUAS): Remove.
16118 * po/LINGUAS, hr.po: New.
16119
16120 2002-05-02 Akim Demaille <akim@epita.fr>
16121
16122 Remove the so called hairy (semantic) parsers.
16123
16124 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
16125 * src/gram.h, src/gram.c (semantic_parser): Remove.
16126 (rule_t): Remove the guard and guard_line members.
16127 * src/lex.h (token_t): remove tok_guard.
16128 * src/options.c (option_table): Remove %guard and %semantic_parser
16129 support.
16130 * src/output.c, src/output.h (guards_output): Remove.
16131 (prepare): Adjust.
16132 (token_definitions_output): Don't output the `T'
16133 tokens (???).
16134 (output_skeleton): Don't output the guards.
16135 * src/files.c, src/files.c (attrsfile): Remove.
16136 * src/reader.c (symbol_list): Remove the guard and guard_line
16137 members.
16138 Adjust dependencies.
16139 (parse_guard): Remove.
16140 * data/bison.hairy: Remove.
16141 * doc/bison.texinfo (Environment Variables): Remove occurrences of
16142 BISON_HAIRY.
16143
16144 2002-05-02 Akim Demaille <akim@epita.fr>
16145
16146 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
16147 (parse_guard): Rename the formal argument `stack_offset' as
16148 `rule_length', which is more readable.
16149 Adjust callers.
16150 (copy_at, copy_dollar): Instead of outputting the hard coded
16151 values of $$, $n and so forth, output invocation to b4_lhs_value,
16152 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
16153 Note: this patch partially drops `semantic-parser' support: it
16154 always does `rule_length - n', where semantic parsers ought to
16155 always use `-n'.
16156 * data/bison.simple, data/bison.c++ (b4_lhs_value)
16157 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
16158
16159 2002-05-02 Akim Demaille <akim@epita.fr>
16160
16161 * configure.in (AC_INIT): Bump to 1.49b.
16162 (AM_INIT_AUTOMAKE): Short invocation.
16163
16164 2002-05-02 Akim Demaille <akim@epita.fr>
16165
16166 Version 1.49a.
16167
16168 2002-05-01 Akim Demaille <akim@epita.fr>
16169
16170 * src/skeleton.h: Remove.
16171
16172 2002-05-01 Akim Demaille <akim@epita.fr>
16173
16174 * src/skeleton.h: Fix the #endif.
16175 Reported by Magnus Fromreide.
16176
16177 2002-04-26 Paul Eggert <eggert@twinsun.com>
16178
16179 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
16180 Define if we define YYSTYPE and YYLTYPE, respectively.
16181 (YYCOPY): Fix [] quoting problem in the non-GCC case.
16182
16183 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
16184
16185 * src/scan-skel.l: Postprocess quadrigraphs.
16186
16187 * src/reader.c (copy_character): New function, used to output
16188 single characters while replacing `[' and `]' with quadrigraphs, to
16189 avoid troubles with M4 quotes.
16190 (copy_comment): Output characters with copy_character.
16191 (read_additionnal_code): Likewise.
16192 (copy_string2): Likewise.
16193 (copy_definition): Likewise.
16194
16195 * tests/calc.at: Exercise M4 quoting.
16196
16197 2002-04-25 Akim Demaille <akim@epita.fr>
16198
16199 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
16200 between `!' and the command.
16201 Reported by Paul Eggert.
16202
16203 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
16204
16205 * tests/calc.at: Exercise prologue splitting.
16206
16207 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
16208 `b4_post_prologue' instead of `b4_prologue'.
16209
16210 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
16211 muscles.
16212 (output): Free pre_prologue_obstack and post_prologue_obstack.
16213 * src/files.h, src/files.c (attrs_obstack): Remove.
16214 (pre_prologue_obstack, post_prologue_obstack): New.
16215 * src/reader.c (copy_definition): Add a parameter to specify the
16216 obstack to fill, instead of using attrs_obstack unconditionally.
16217 (read_declarations): Pass pre_prologue_obstack to copy_definition if
16218 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
16219
16220 2002-04-23 Paul Eggert <eggert@twinsun.com>
16221
16222 * data/bison.simple: Remove unnecessary commentary and white
16223 space differences from 1_29-branch.
16224 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
16225
16226 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
16227 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
16228 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
16229 constructors or destructors.
16230
16231 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
16232
16233 2002-04-23 Akim Demaille <akim@epita.fr>
16234
16235 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
16236 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
16237 location with columns.
16238 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
16239 All reported by Paul Eggert.
16240
16241 2002-04-22 Akim Demaille <akim@epita.fr>
16242
16243 * src/reduce.c (dump_grammar): Move to...
16244 * src/gram.h, src/gram.c (grammar_dump): here.
16245 Be sure to separate long item numbers.
16246 Don't read the members of a rule's prec if its nil.
16247
16248 2002-04-22 Akim Demaille <akim@epita.fr>
16249
16250 * src/output.c (table_size, table_grow): New.
16251 (MAXTABLE): Remove, replace uses with table_size.
16252 (pack_vector): Instead of dying when the table is too big, grow it.
16253
16254 2002-04-22 Akim Demaille <akim@epita.fr>
16255
16256 * data/bison.simple (yyr1): Its type is that of a token number.
16257 * data/bison.c++ (r1_): Likewise.
16258 * tests/regression.at (Web2c Actions): Adjust.
16259
16260 2002-04-22 Akim Demaille <akim@epita.fr>
16261
16262 * src/reader.c (token_translations_init): 256 is now the default
16263 value for the error token, i.e., it will be assigned another
16264 number if the user assigned 256 to one of her tokens.
16265 (reader): Don't force 256 to error.
16266 * doc/bison.texinfo (Symbols): Adjust.
16267 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
16268 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
16269 etc. instead of 10, 20, 30 (which was used to `jump' over error
16270 (256) and undefined (2)).
16271
16272 2002-04-22 Akim Demaille <akim@epita.fr>
16273
16274 Propagate more token_number_t.
16275
16276 * src/gram.h (token_number_as_item_number)
16277 (item_number_as_token_number): New.
16278 * src/output.c (GENERATE_OUTPUT_TABLE): New.
16279 Use it to create output_item_number_table and
16280 output_token_number_table.
16281 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
16282 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
16283 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
16284 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
16285
16286 2002-04-22 Akim Demaille <akim@epita.fr>
16287
16288 * src/output.h, src/output.c (get_lines_number): Remove.
16289
16290 2002-04-19 Akim Demaille <akim@epita.fr>
16291
16292 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
16293 as Lex/Flex'.
16294 (Debugging): More details about enabling the debugging features.
16295 (Table of Symbols): Describe $$, $n, @$, and @n.
16296 Suggested by Tim Josling.
16297
16298 2002-04-19 Akim Demaille <akim@epita.fr>
16299
16300 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
16301
16302 2002-04-10 Akim Demaille <akim@epita.fr>
16303
16304 * src/system.h: Rely on HAVE_LIMITS_H.
16305 Suggested by Paul Eggert.
16306
16307 2002-04-09 Akim Demaille <akim@epita.fr>
16308
16309 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
16310 full stderr, and strip it according to the bison options, instead
16311 of composing the error message from different bits.
16312 This makes it easier to check for several error messages.
16313 Adjust all the invocations.
16314 Add an invocation exercising the error token.
16315 Add an invocation demonstrating a stupid error message.
16316 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
16317 Adjust the tests.
16318 Error message are for stderr, not stdout.
16319
16320 2002-04-09 Akim Demaille <akim@epita.fr>
16321
16322 * src/gram.h, src/gram.c (error_token_number): Remove, use
16323 errtoken->number.
16324 * src/reader.c (reader): Don't specify the user token number (2)
16325 for $undefined, as it uselessly prevents using it.
16326 * src/gram.h (token_number_t): Move to...
16327 * src/symtab.h: here.
16328 (state_t.number): Is a token_number_t.
16329 * src/print.c, src/reader.c: Use undeftoken->number instead of
16330 hard coded 2.
16331 (Even though this 2 is not the same as above: the number of the
16332 undeftoken remains being 2, it is its user token number which
16333 might not be 2).
16334 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
16335 `user_token_number_max'.
16336 Output `undef_token_number'.
16337 * data/bison.simple, data/bison.c++: Use them.
16338 Be sure to map invalid yylex return values to
16339 `undef_token_number'. This saves us from gratuitous SEGV.
16340
16341 * tests/conflicts.at (Solved SR Conflicts)
16342 (Unresolved SR Conflicts): Adjust.
16343 * tests/regression.at (Web2c Actions): Adjust.
16344
16345 2002-04-08 Akim Demaille <akim@epita.fr>
16346
16347 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
16348 Adding #line.
16349 Remove the duplicate `typedefs'.
16350 (RhsNumberType): Fix the declaration and various other typos.
16351 Use __ofile__.
16352 * data/bison.simple: Use __ofile__.
16353 * src/scan-skel.l: Handle __ofile__.
16354
16355 2002-04-08 Akim Demaille <akim@epita.fr>
16356
16357 * src/gram.h (item_number_t): New, the type of item numbers in
16358 RITEM. Note that it must be able to code symbol numbers as
16359 positive number, and the negation of rule numbers as negative
16360 numbers.
16361 Adjust all dependencies (pretty many).
16362 * src/reduce.c (rule): Remove this `short *' pointer: use
16363 item_number_t.
16364 * src/system.h (MINSHORT, MAXSHORT): Remove.
16365 Include `limits.h'.
16366 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
16367 (shortcpy): Remove.
16368 (MAXTABLE): Move to...
16369 * src/output.c (MAXTABLE): here.
16370 (prepare_rules): Use output_int_table to output rhs.
16371 * data/bison.simple, data/bison.c++: Adjust.
16372 * tests/torture.at (Big triangle): Move the limit from 254 to
16373 500.
16374 * tests/regression.at (Web2c Actions): Ajust.
16375
16376 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
16377 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
16378 passes, but produces negative #line number, once fixed, GCC is
16379 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
16380 C), it passes.
16381 * src/state.h (state_h): Code input lines on ints, not shorts.
16382
16383 2002-04-08 Akim Demaille <akim@epita.fr>
16384
16385 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
16386 and then the grammar.
16387
16388 2002-04-08 Akim Demaille <akim@epita.fr>
16389
16390 * src/system.h: No longer using strndup.
16391
16392 2002-04-07 Akim Demaille <akim@epita.fr>
16393
16394 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
16395 * src/output.c (output_table_data): Return the longest number.
16396 (prepare_tokens): Output `token_number_max').
16397 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
16398 New.
16399 Use them to define yy_token_number_type/TokenNumberType.
16400 Use this type for yytranslate.
16401 * tests/torture.at (Big triangle): Push the limit from 124 to
16402 253.
16403 * tests/regression.at (Web2c Actions): Adjust.
16404
16405 2002-04-07 Akim Demaille <akim@epita.fr>
16406
16407 * tests/torture.at (Big triangle): New.
16408 (GNU AWK Grammar, GNU Cim Grammar): Move to...
16409 * tests/existing.at: here.
16410
16411 2002-04-07 Akim Demaille <akim@epita.fr>
16412
16413 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
16414 nritems.
16415 Adjust dependencies.
16416
16417 2002-04-07 Akim Demaille <akim@epita.fr>
16418
16419 * src/reader.c: Normalize increments to prefix form.
16420
16421 2002-04-07 Akim Demaille <akim@epita.fr>
16422
16423 * src/reader.c, symtab.c: Remove debugging code.
16424
16425 2002-04-07 Akim Demaille <akim@epita.fr>
16426
16427 Rename all the `bucket's as `symbol_t'.
16428
16429 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
16430 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
16431 * src/symtab.c, src/symtab.h (bucket): Rename as...
16432 (symbol_t): this.
16433 (symbol_list_new, bucket_check_defined, bucket_make_alias)
16434 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
16435 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
16436 (buckets_new, buckets_free, buckets_do): Rename as...
16437 (symbol_list_new, symbol_check_defined, symbol_make_alias)
16438 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
16439 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
16440 (symbols_new, symbols_free, symbols_do): these.
16441
16442 2002-04-07 Akim Demaille <akim@epita.fr>
16443
16444 Use lib/hash for the symbol table.
16445
16446 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
16447 EOF.
16448 * src/lex.c (lex): Set the `number' member of new terminals.
16449 * src/reader.c (bucket_check_defined, bucket_make_alias)
16450 (bucket_check_alias_consistence, bucket_translation): New.
16451 (reader, grammar_free, readgram, token_translations_init)
16452 (packsymbols): Adjust.
16453 (reader): Number the predefined tokens.
16454 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
16455 for predefined tokens.
16456 * src/symtab.h (bucket): Remove all the hash table related
16457 members.
16458 * src/symtab.c (symtab): Replace by...
16459 (bucket_table): this.
16460 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
16461 (buckets_new, buckets_do): New.
16462
16463 2002-04-07 Akim Demaille <akim@epita.fr>
16464
16465 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
16466 (start_symbol, max_user_token_number, semantic_parser)
16467 (error_token_number): Initialize.
16468 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
16469 Initialize.
16470 (reader): Don't.
16471 (errtoken, eoftoken, undeftoken, axiom): Extern.
16472
16473 2002-04-07 Akim Demaille <akim@epita.fr>
16474
16475 * src/gram.h (rule_s): prec and precsym are now pointers
16476 to the bucket giving the priority/associativity.
16477 Member `associativity' removed: useless.
16478 * src/reduce.c, src/conflicts.c: Adjust.
16479
16480 2002-04-07 Akim Demaille <akim@epita.fr>
16481
16482 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
16483 Properly escape the symbols' TAG when outputting them.
16484
16485 2002-04-07 Akim Demaille <akim@epita.fr>
16486
16487 * src/lalr.h (LA): Is a bitsetv, not bitset*.
16488
16489 2002-04-07 Akim Demaille <akim@epita.fr>
16490
16491 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
16492 (LArule): this, which is an array to rule_t*.
16493 * src/print.c, src/conflicts.c: Adjust.
16494
16495 2002-04-07 Akim Demaille <akim@epita.fr>
16496
16497 * src/gram.h (rule_t): Rename `number' as `user_number'.
16498 `number' is a new member.
16499 Adjust dependencies.
16500 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
16501
16502 2002-04-07 Akim Demaille <akim@epita.fr>
16503
16504 As a result of the previous patch, it is no longer needed
16505 to reorder ritem itself.
16506
16507 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
16508
16509 2002-04-07 Akim Demaille <akim@epita.fr>
16510
16511 Be sure never to walk through RITEMS, but use only data related to
16512 the rules themselves. RITEMS should be banished.
16513
16514 * src/output.c (output_token_translations): Rename as...
16515 (prepare_tokens): this.
16516 In addition to `translate', prepare the muscles `tname' and
16517 `toknum', which were handled by...
16518 (output_rule_data): this.
16519 Remove, and move the remainder of its outputs into...
16520 (prepare_rules): this new routines, which also merges content from
16521 (output_gram): this.
16522 (prepare_rules): Be sure never to walk through RITEMS.
16523 (output_stos): Rename as...
16524 (prepare_stos): this.
16525 (output): Always invoke prepare_states, after all, just don't use it
16526 in the output if you don't need it.
16527
16528 2002-04-07 Akim Demaille <akim@epita.fr>
16529
16530 * src/LR0.c (new_state): Display `nstates' as the name of the
16531 newly created state.
16532 Adjust to initialize first_state and last_state if needed.
16533 Be sure to distinguish the initial from the final state.
16534 (new_states): Create the itemset of the initial state, and use
16535 new_state.
16536 * src/closure.c (closure): Now that the initial state has its
16537 items properly set, there is no need for a special case when
16538 creating `ruleset'.
16539
16540 As a result, now the rule 0, reducing to $axiom, is visible in the
16541 outputs. Adjust the test suite.
16542
16543 * tests/conflicts.at (Solved SR Conflicts)
16544 (Unresolved SR Conflicts): Adjust.
16545 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
16546 * tests/conflicts.at (S/R in initial): New.
16547
16548 2002-04-07 Akim Demaille <akim@epita.fr>
16549
16550 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
16551 the RHS of the rules.
16552 * src/output.c (output_gram): Likewise.
16553
16554 2002-04-07 Akim Demaille <akim@epita.fr>
16555
16556 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
16557 bucket.
16558 Adjust all dependencies.
16559 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
16560 `number' of the buckets too.
16561 * src/gram.h: Include `symtab.h'.
16562 (associativity): Move to...
16563 * src/symtab.h: here.
16564 No longer include `gram.h'.
16565
16566 2002-04-07 Akim Demaille <akim@epita.fr>
16567
16568 * src/gram.h, src/gram.c (rules_rhs_length): New.
16569 (ritem_longest_rhs): Use it.
16570 * src/gram.h (rule_t): `number' is a new member.
16571 * src/reader.c (packgram): Set it.
16572 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
16573 the end of `rules', and count them out of `nrules'.
16574 (reduce_output, dump_grammar): Adjust.
16575 * src/print.c (print_grammar): It is no longer needed to check for
16576 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
16577 * tests/reduce.at (Reduced Automaton): New test.
16578
16579 2002-04-07 Akim Demaille <akim@epita.fr>
16580
16581 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
16582 lacking `+ 1' to nrules, Bison reported as useless a token if it
16583 was used solely to set the precedence of the last rule...
16584
16585 2002-04-07 Akim Demaille <akim@epita.fr>
16586
16587 * data/bison.c++, data/bison.simple: Don't output the current file
16588 name in #line, to avoid useless diffs between two identical
16589 outputs under different names.
16590
16591 2002-04-07 Akim Demaille <akim@epita.fr>
16592
16593 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
16594 Normalize loops to using `< nrules + 1', not `<= nrules'.
16595
16596 2002-04-07 Akim Demaille <akim@epita.fr>
16597
16598 * TODO: Update.
16599
16600 2002-04-07 Akim Demaille <akim@epita.fr>
16601
16602 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
16603 bucket.value as bucket.number.
16604
16605 2002-04-07 Akim Demaille <akim@epita.fr>
16606
16607 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
16608 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
16609 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
16610 RHS, instead of being an index in RITEMS.
16611
16612 2002-04-04 Paul Eggert <eggert@twinsun.com>
16613
16614 * doc/bison.texinfo: Update copyright date.
16615 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
16616 (Symbols): Warn about running Bison in one character set,
16617 but compiling and/or running in an incompatible one.
16618 Warn about character code 256, too.
16619
16620 2002-04-03 Paul Eggert <eggert@twinsun.com>
16621
16622 * src/bison.data (YYSTACK_ALLOC): Depend on whether
16623 YYERROR_VERBOSE is nonzero, not whether it is defined.
16624
16625 Merge changes from bison-1_29-branch.
16626
16627 2002-03-20 Paul Eggert <eggert@twinsun.com>
16628
16629 Merge fixes from Debian bison_1.34-1.diff.
16630
16631 * configure.in (AC_PREREQ): 2.53.
16632
16633 2002-03-20 Akim Demaille <akim@epita.fr>
16634
16635 * src/conflicts.c (log_resolution): Argument `resolution' is const.
16636
16637 2002-03-19 Paul Eggert <eggert@twinsun.com>
16638
16639 * src/bison.simple (YYCOPY): New macro.
16640 (YYSTACK_RELOCATE): Use it.
16641 Remove Type arg; no longer needed. All callers changed.
16642 (yymemcpy): Remove; no longer needed.
16643
16644 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
16645 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
16646
16647 2002-03-19 Akim Demaille <akim@epita.fr>
16648
16649 Test and fix the #line outputs.
16650
16651 * tests/atlocal.at (GCC): New.
16652 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
16653 (Prologue synch line, %union synch line, Postprologue synch line)
16654 (Action synch line, Epilogue synch line): New tests.
16655 * src/reader.c (parse_union_decl): Define the muscle stype_line.
16656 * data/bison.simple, data/bison.c++: Use it.
16657
16658 2002-03-19 Akim Demaille <akim@epita.fr>
16659
16660 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
16661 (Solved SR Conflicts, %expect not enough, %expect right)
16662 (%expect too much): Move to...
16663 * tests/conflicts.at: this new file.
16664
16665 2002-03-19 Akim Demaille <akim@epita.fr>
16666
16667 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
16668 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
16669 that we can move to enums for instance.
16670 * src/output.c (token_definitions_output): Output a list of
16671 `token-name, token-number' instead of the #define.
16672 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
16673
16674 2002-03-14 Akim Demaille <akim@epita.fr>
16675
16676 Use Gettext 0.11.1.
16677
16678 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
16679
16680 * data/bison.c++: Make the user able to add members to the generated
16681 parser by subclassing.
16682
16683 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
16684
16685 * src/reader.c (read_additionnal_code): `c' should be an integer, not
16686 a character.
16687 Reported by Nicolas Tisserand and Nicolas Burrus.
16688
16689 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
16690
16691 * src/reader.c: Warn about lacking semi-colons, do not complain.
16692
16693 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
16694
16695 * data/bison.c++: Remove a debug line.
16696
16697 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
16698
16699 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
16700 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
16701 provide a default implementation.
16702
16703 2002-03-04 Akim Demaille <akim@epita.fr>
16704
16705 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
16706 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
16707 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
16708 * tests/semantic.at (Parsing Guards): Similarly.
16709 * src/reader.at (readgram): Complain if the last rule is not ended
16710 with a semi-colon.
16711
16712 2002-03-04 Akim Demaille <akim@epita.fr>
16713
16714 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
16715 * src/closure.c: here.
16716 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
16717 RTC.
16718 * src/warshall.h, src/warshall.c: Remove.
16719 * tests/sets.at (Broken Closure): Adjust.
16720
16721 2002-03-04 Akim Demaille <akim@epita.fr>
16722
16723 * src/output.c (output_skeleton): tempdir is const.
16724 bytes_read is unused.
16725
16726 2002-03-04 Akim Demaille <akim@epita.fr>
16727
16728 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
16729 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
16730 Update.
16731 From Michael Hayes.
16732
16733 2002-03-04 Akim Demaille <akim@epita.fr>
16734
16735 * src/closure.c (closure): `r' is unused.
16736
16737 2002-03-04 Akim Demaille <akim@epita.fr>
16738
16739 * tests/sets.at (Broken Closure): Add the ending `;'.
16740 * src/reader.at (readgram): Complain if a rule is not ended with a
16741 semi-colon.
16742
16743 2002-03-04 Akim Demaille <akim@epita.fr>
16744
16745 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
16746 (count_sr_conflicts): Use bitset_count.
16747 * src/reduce.c (inaccessable_symbols): Ditto.
16748 (bits_size): Remove.
16749 * src/warshall.h, src/warshall.c: Convert to bitsetv.
16750
16751 2002-03-04 Akim Demaille <akim@epita.fr>
16752
16753 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
16754 * src/reduce.c: Remove the `bitset_zero's following the
16755 `bitset_create's, as now it is performed by the latter.
16756
16757 2002-03-04 Akim Demaille <akim@epita.fr>
16758
16759 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
16760 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
16761 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
16762 latest sources from Michael.
16763
16764 2002-03-04 Akim Demaille <akim@epita.fr>
16765
16766 * src/output.c (output): Don't free the grammar.
16767 * src/reader.c (grammar_free): New.
16768 * src/main.c (main): Call it and don't free symtab here.
16769
16770 2002-03-04 Akim Demaille <akim@epita.fr>
16771
16772 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
16773 before returning.
16774 Reported by Benoit Perrot.
16775
16776 2002-03-04 Akim Demaille <akim@epita.fr>
16777
16778 Use bitset operations when possible, not loops over bits.
16779
16780 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
16781 bitset_or.
16782 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
16783 * src/reduce.c (useless_nonterminals): Formatting changes.
16784 * src/warshall.c (TC): Use bitset_or.
16785
16786 2002-03-04 Akim Demaille <akim@epita.fr>
16787
16788 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
16789 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
16790 Ditto.
16791
16792 2002-03-04 Akim Demaille <akim@epita.fr>
16793
16794 * src/lalr.c (F): Now a bitset*.
16795 Adjust all dependencies.
16796
16797 2002-03-04 Akim Demaille <akim@epita.fr>
16798
16799 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
16800 Adjust all dependencies.
16801
16802 2002-03-04 Akim Demaille <akim@epita.fr>
16803
16804 * src/L0.c, src/LR0.h (nstates): Be size_t.
16805 Adjust comparisons (signed vs unsigned).
16806 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
16807 bitset*.
16808 Adjust all dependencies.
16809
16810 2002-03-04 Akim Demaille <akim@epita.fr>
16811
16812 * src/closure.c (firsts): Now, also a bitset.
16813 Adjust all dependencies.
16814 (varsetsize): Remove, now unused.
16815 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
16816
16817 2002-03-04 Akim Demaille <akim@epita.fr>
16818
16819 * src/print.c: Convert to use bitset.h, not hand coded iterations
16820 over ints.
16821
16822 2002-03-04 Akim Demaille <akim@epita.fr>
16823
16824 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
16825
16826 2002-03-04 Akim Demaille <akim@epita.fr>
16827
16828 * src/closure.c (ruleset): Be a bitset.
16829 (rulesetsize): Remove.
16830
16831 2002-03-04 Akim Demaille <akim@epita.fr>
16832
16833 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
16834 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
16835 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
16836 * src/closure.c (fderives): Be an array of bitsets.
16837
16838 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
16839
16840 * data/bison.c++: Merge the two generated headers. Insert a copyright
16841 notice in each output file.
16842
16843 2002-02-28 Akim Demaille <akim@epita.fr>
16844
16845 * data/bison.c++: Copy the prologue of bison.simple to fetch
16846 useful M4 definitions, such as b4_header_guard.
16847
16848 2002-02-25 Akim Demaille <akim@epita.fr>
16849
16850 * src/getargs.c (version): Give the name of the authors, and use a
16851 translator friendly scheme for the bgr
16852 copyright notice.
16853
16854 2002-02-25 Akim Demaille <akim@epita.fr>
16855
16856 * src/output.c (header_output): Remove, now handled completely via
16857 M4.
16858
16859 2002-02-25 Akim Demaille <akim@epita.fr>
16860
16861 * m4/m4.m4: New, from CVS Autoconf.
16862 * configure.in: Invoke it.
16863 * src/output.c (output_skeleton): Use its result instead of the
16864 hard coded name.
16865
16866 2002-02-25 Akim Demaille <akim@epita.fr>
16867
16868 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
16869 Fileutils 4.1.5.
16870 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
16871 * src/output.c (output_skeleton): Use mkstemp to create a real
16872 temporary file.
16873 Move the filling of `skeleton' and its muscle to...
16874 (prepare): here.
16875 (output): Move the definition of the prologue muscle to...
16876 (prepare): here.
16877 * src/system.h (DEFAULT_TMPDIR): New.
16878
16879 2002-02-14 Paul Eggert <eggert@twinsun.com>
16880
16881 Remove the support for C++ namespace cleanliness; it was
16882 causing more problems than it was curing, since it didn't work
16883 properly on some nonstandard C++ compilers. This can wait
16884 for a proper C++ parser.
16885
16886 * NEWS: Document this.
16887 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
16888 of C++, as it's treated like C now.
16889 * src/bison.simple (YYSTD): Remove.
16890 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
16891 Treat C++ just like Standard C instead of trying to support
16892 namespace cleanliness.
16893
16894 2002-02-14 Akim Demaille <akim@epita.fr>
16895
16896 * tests/regression.at (else): Adjust to Andreas' change.
16897
16898 2002-02-14 Akim Demaille <akim@epita.fr>
16899
16900 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
16901
16902 2002-02-13 Andreas Schwab <schwab@suse.de>
16903
16904 * src/output.c (output_rule_data): Don't output NULL, it might
16905 not be defined yet.
16906
16907 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
16908
16909 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
16910 (Copyright notice): Update.
16911
16912 2002-02-11 Akim Demaille <akim@epita.fr>
16913
16914 * tests/regression.at (%nonassoc and eof): Don't include
16915 nonportable headers.
16916
16917 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
16918
16919 * data/bison.c++: Correct error recovery. Make the user able to
16920 initialize the starting location.
16921
16922 2002-02-07 Akim Demaille <akim@epita.fr>
16923
16924 * tests/input.at: New.
16925
16926 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
16927
16928 * data/bison.c++: Replace some direct m4 expansions by constants. Be
16929 more consistent when naming methods and variables. Put preprocessor
16930 directives around tables only needed for debugging.
16931
16932 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
16933
16934 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
16935 C++ parsers.
16936 (yy::b4_name::parse): Use print_.
16937
16938 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
16939
16940 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
16941
16942 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
16943
16944 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
16945 C++ parsers.
16946 (yy::b4_name::parse): Build verbose error messages, and use error_.
16947
16948 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
16949
16950 * data/bison.c++: Fix m4 quoting in comments.
16951
16952 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
16953
16954 * data/bison.c++: Adjust the parser code. Fix some muscles that were
16955 not expanded by m4.
16956
16957 2002-02-05 Akim Demaille <akim@epita.fr>
16958
16959 * data/bison.c++: Adjust to the M4 back end.
16960 More is certainly needed.
16961
16962 2002-02-05 Akim Demaille <akim@epita.fr>
16963
16964 Give a try to M4 as a back end.
16965
16966 * lib/readpipe.c: New, from wdiff.
16967 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
16968 BISON_HAIRY.
16969 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
16970 specific values. Now it is m4 that performs the lookup.
16971 * src/parse-skel.y: Remove.
16972 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
16973 * src/output.c (actions_output, guards_output)
16974 (token_definitions_output): No longer keeps track of the output
16975 line number, hence remove the second argument.
16976 (guards_output): Check against the guard member of a rule, not the
16977 action member.
16978 Adjust callers.
16979 (output_skeleton): Don't look for the skeleton location, let m4 do
16980 that.
16981 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
16982 file will be used.
16983 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
16984 (prepare): Given that for the time being changesyntax is not
16985 usable in M4, rename the muscles using `-' to `_'.
16986 Define `defines_flag', `output_parser_name' and `output_header_name'.
16987 * src/output.h (actions_output, guards_output)
16988 (token_definitions_output): Adjust prototypes.
16989 * src/scan-skel.l: Instead of scanning the skeletons, it now
16990 processes the output of m4: `__oline__' and `#output'.
16991 * data/bison.simple: Adjust to be used by M4(sugar).
16992 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
16993 to date.
16994 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
16995 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
16996 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
16997 shamelessly stolen from CVS Autoconf.
16998
16999 2002-02-05 Akim Demaille <akim@epita.fr>
17000
17001 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
17002 * configure.in: Check for the declarations of free and malloc.
17003 * src/muscle_tab.c: Adjust.
17004
17005 2002-02-05 Akim Demaille <akim@epita.fr>
17006
17007 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
17008 which have no values.
17009
17010 2002-02-05 Akim Demaille <akim@epita.fr>
17011
17012 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
17013 * data/: here.
17014
17015 2002-01-29 Paul Eggert <eggert@twinsun.com>
17016
17017 * src/bison.simple (YYSIZE_T): Do not define merely because
17018 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
17019 On some platforms, <alloca.h> does not declare YYSTD (size_t).
17020
17021 2002-01-27 Akim Demaille <akim@epita.fr>
17022
17023 Fix `%nonassoc and eof'.
17024
17025 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
17026 which were not properly copied! Replace
17027 memcpy (res->errs, src->errs, src->nerrs);
17028 with
17029 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
17030 !!!
17031 * tests/regression.at (%nonassoc and eof): Adjust to newest
17032 Autotest: `.' is not in the PATH.
17033
17034 2002-01-27 Akim Demaille <akim@epita.fr>
17035
17036 * tests/sets.at (AT_EXTRACT_SETS): New.
17037 (Nullable): Use it.
17038 (Firsts): New.
17039
17040 2002-01-26 Akim Demaille <akim@epita.fr>
17041
17042 * tests/actions.at, tests/calc.at, tests/headers.at,
17043 * tests/torture.at: Adjust to the newest Autotest which no longer
17044 forces `.' in the PATH.
17045
17046 2002-01-25 Akim Demaille <akim@epita.fr>
17047
17048 * tests/regression.at (%nonassoc and eof): New.
17049 Suggested by Robert Anisko.
17050
17051 2002-01-24 Akim Demaille <akim@epita.fr>
17052
17053 Bison dumps core when trying to complain about broken input files.
17054 Reported by Cris van Pelt.
17055
17056 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
17057 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
17058 into...
17059 (Invalid inputs): Strengthen: exercise parse_percent_token.
17060
17061 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
17062
17063 * src/Makefile.am: Add bison.c++.
17064 * src/bison.c++: New skeleton.
17065
17066 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
17067
17068 * po/it.po: New.
17069
17070 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
17071
17072 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
17073
17074 2002-01-20 Marc Autret <marc@gnu.org>
17075
17076 * src/files.c (compute_output_file_names): Fix
17077
17078 2002-01-20 Marc Autret <marc@gnu.org>
17079
17080 * tests/output.at: New test.
17081 * src/files.c (compute_base_names): Don't map extensions when
17082 the YACC flag is set, use defaults.
17083 Reported by Evgeny Stambulchik.
17084
17085 2002-01-20 Marc Autret <marc@gnu.org>
17086
17087 * src/system.h: Need to define __attribute__ away for non-GCC
17088 compilers as well (i.e., the vendor C compiler).
17089 Suggested by Albert Chin-A-Young.
17090
17091 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
17092
17093 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
17094 canonical definition.
17095 * src/system.h: Use the canonical definition for PARAMS (avoids
17096 a conflict with the macro from lib/hash.h).
17097
17098 2002-01-11 Akim Demaille <akim@epita.fr>
17099
17100 * configure.in: Use AC_FUNC_STRNLEN.
17101 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
17102
17103 2002-01-09 Akim Demaille <akim@epita.fr>
17104
17105 * src/files.c, src/files.h (output_infix): New.
17106 (tab_extension): Remove.
17107 (compute_base_names): Compute the former, drop the latter.
17108 * src/output.c (prepare): Insert the muscles `output-infix', and
17109 `output-suffix'.
17110 * src/parse-skel.y (string, string.1): New.
17111 (section.header): Use it.
17112 (section.yacc): Remove.
17113 (prefix): Remove too.
17114 * src/scan-skel.l: Adjust.
17115 * src/bison.simple, src/bison.hairy: Adjust.
17116
17117 2002-01-09 Akim Demaille <akim@epita.fr>
17118
17119 * configure.in (WERROR_CFLAGS): Compute it.
17120 * src/Makefile.am (CFLAGS): Pass it.
17121 * tests/atlocal.in (CFLAGS): Idem.
17122 * src/files.c: Fix a few warnings.
17123 (get_extension_index): Remove, unused.
17124
17125 2002-01-08 Akim Demaille <akim@epita.fr>
17126
17127 * src/getargs.c (AS_FILE_NAME): New.
17128 (getargs): Use it to convert DOSish file names.
17129 * src/files.c (base_name): Rename as full_base_name to avoid
17130 clashes with `base_name ()'.
17131 (filename_split): New.
17132 (compute_base_names): N-th rewrite, using filename_split.
17133
17134 2002-01-08 Akim Demaille <akim@epita.fr>
17135
17136 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
17137 New, stolen from the Fileutils 4.1.
17138 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
17139 * configure.in: Check for the presence of memrchr, and of its
17140 prototype.
17141
17142 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
17143
17144 * lib/hash.h (__P): Added definition for this macro.
17145 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
17146 BUILT_SOURCES, to ensure they are generated first.
17147 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
17148 %error-verbose to allow bootstrapping with bison 1.30x.
17149
17150 2002-01-06 Akim Demaille <akim@epita.fr>
17151
17152 * src/reader.c (parse_braces): Don't fetch the next char, the
17153 convention is to fetch on entry.
17154 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
17155 'switch' without a following semicolon.
17156 * tests/regression.at (braces parsing): New.
17157
17158 2002-01-06 Akim Demaille <akim@epita.fr>
17159
17160 Bison is dead wrong in its RR conflict reports.
17161
17162 * tests/torture.at (GNU Cim Grammar): New.
17163 * src/conflicts.c (count_rr_conflicts): Fix.
17164
17165 2002-01-06 Akim Demaille <akim@epita.fr>
17166
17167 Creating package.m4 from configure.ac causes too many problems.
17168
17169 * tests/Makefile.am (package.m4): Create it by hand,
17170 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
17171
17172 2002-01-06 Akim Demaille <akim@epita.fr>
17173
17174 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
17175 skeleton.h.
17176
17177 2002-01-04 Paul Eggert <eggert@twinsun.com>
17178
17179 * doc/bison.texinfo (Debugging):
17180 Remove YYSTDERR; it's no longer defined or used.
17181 Also, s/cstdio.h/cstdio/.
17182
17183 2002-01-03 Akim Demaille <akim@epita.fr>
17184
17185 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
17186
17187 2002-01-03 Akim Demaille <akim@epita.fr>
17188
17189 * src/parse-skel.y (process_skeleton): Don't bind the parser's
17190 tracing code to --trace, wait for a better --trace option, with
17191 args.
17192
17193 2002-01-03 Akim Demaille <akim@epita.fr>
17194
17195 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
17196 The ISO C++ standard is extremely clear about it: stderr is
17197 considered a macro, not a regular symbol (see table 94 `Header
17198 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
17199 Therefore std:: does not apply to it. It still does with fprintf.
17200 Also, s/cstdio.h/cstdio/.
17201
17202 2002-01-03 Akim Demaille <akim@epita.fr>
17203
17204 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
17205 for non system headers.
17206
17207 2002-01-02 Akim Demaille <akim@epita.fr>
17208
17209 Equip the skeleton chain with location tracking, runtime trace,
17210 pure parser and scanner.
17211
17212 * src/parse-skel.y: Request a pure parser, locations, and prefix
17213 renaming.
17214 (%union): Having several members with the same type does not help
17215 type mismatches, simplify.
17216 (YYPRINT, yyprint): New.
17217 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
17218 (skel_error): this.
17219 Handle locations.
17220 * src/scan-skel.l: Adjust to these changes.
17221 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
17222 (LOCATION_PRINT, skel_control_t): New.
17223
17224 2001-12-30 Akim Demaille <akim@epita.fr>
17225
17226 * src/parse-skel.y: Get rid of the shift/reduce conflict:
17227 replace `gb' with BLANKS.
17228 * src/scan-skel.l: Adjust.
17229
17230 2001-12-30 Akim Demaille <akim@epita.fr>
17231
17232 * src/system.h: We don't need nor want bcopy.
17233 Throw away MS-DOS crap: we don't need getpid.
17234 * configure.in: We don't need strndup. It was even causing
17235 problems: because Flex includes the headers *before* us,
17236 _GNU_SOURCE is not defined by config.h, and therefore strndup was
17237 not visible.
17238 * lib/xstrndup.c: New.
17239 * src/scan-skel.l: Use it.
17240 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
17241 * src/parse-skel.y: Use %directives instead of #defines.
17242
17243 2001-12-30 Akim Demaille <akim@epita.fr>
17244
17245 * src/skeleton.h: New.
17246 * src/output.c (output_parser, output_master_parser): Remove, dead
17247 code.
17248 * src/output.h (get_lines_number, actions_output, guards_output)
17249 (token_definitions_output): Prototype them.
17250 * src/parse-skel.y: Add the license notice.
17251 Include output.h and skeleton.h.
17252 (process_skeleton): Returns void, and takes a single parameter.
17253 * src/scan-skel.l: Add the license notice.
17254 Include skeleton.h.
17255 Don't use %option yylineno: it seems that then Flex imagines
17256 REJECT has been used, and therefore it won't reallocate its
17257 buffers (which makes no other sense to me than a bug). It results
17258 in warnings for `unused: yy_flex_realloc'.
17259
17260 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
17261
17262 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
17263 (MUSCLE_INSERT_PREFIX): ...to there.
17264 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
17265 (MUSCLE_INSERT_PREFIX): Move from here...
17266
17267 * src/bison.hairy: Add a section directive. Put braces around muscle
17268 names. This parser skeleton is still broken, but Bison should not
17269 choke on a bad muscle 'syntax'.
17270 * src/bison.simple: Add a section directive. Put braces around muscle
17271 names.
17272
17273 * src/files.h (strsuffix, stringappend): Add declarations.
17274 (tab_extension): Add declaration.
17275 (short_base_name): Add declaration.
17276
17277 * src/files.c (strsuffix, stringappend): No longer static. These
17278 functions are used in the skeleton parser.
17279 (tab_extension): New.
17280 (compute_base_names): Use the computations done in this function
17281 to guess if the generated parsers should have '.tab' in their
17282 names.
17283 (short_base_name): No longer static.
17284
17285 * src/output.c (output_skeleton): New.
17286 (output): Disable call to output_master_parser, and give a try to
17287 a new skeleton handling system.
17288 (guards_output, actions_output): No longer static.
17289 (token_definitions_output, get_lines_number): No longer static.
17290
17291 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
17292
17293 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
17294 parse-skel.y.
17295
17296 * src/parse-skel.y: New file.
17297 * src/scan-skel.l: New file.
17298
17299 2001-12-29 Akim Demaille <akim@epita.fr>
17300
17301 %name-prefix is broken.
17302
17303 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
17304 Adjust all dependencies.
17305 * tests/headers.at (export YYLTYPE): Strengthen this test: use
17306 %name-prefix.
17307
17308 Renaming yylval but not yylloc is not consistent. Now we do.
17309
17310 * src/bison.simple: Prefix yylloc if used.
17311 * doc/bison.texinfo (Decl Summary): Document that.
17312
17313 2001-12-29 Akim Demaille <akim@epita.fr>
17314
17315 * doc/bison.texinfo: Promote `%long-directive' over
17316 `%long_directive'.
17317 Remove all references to fixed-output-files, yacc is enough.
17318
17319 2001-12-29 Akim Demaille <akim@epita.fr>
17320
17321 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
17322 user prologue. These are defaults.
17323 * tests/actions.at (Mid-rule actions): Make sure the user can
17324 define YYDEBUG and YYERROR_VERBOSE.
17325
17326 2001-12-29 Akim Demaille <akim@epita.fr>
17327
17328 * src/output.c (header_output): Don't forget to export YYLTYPE and
17329 yylloc.
17330 * tests/headers.at (export YYLTYPE): New, make sure it does.
17331 * tests/regression.at (%union and --defines, Invalid CPP headers):
17332 Move to...
17333 * tests/headers.at: here.
17334
17335 2001-12-29 Akim Demaille <akim@epita.fr>
17336
17337 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
17338
17339 2001-12-29 Akim Demaille <akim@epita.fr>
17340
17341 * tests/actions.at (Mid-rule actions): Output on a single line
17342 instead of several.
17343
17344 2001-12-29 Akim Demaille <akim@epita.fr>
17345
17346 * doc/bison.texinfo: Formatting changes.
17347
17348 2001-12-29 Akim Demaille <akim@epita.fr>
17349
17350 Don't store the token defs in a muscle, just be ready to output it
17351 on command. Now possible via `symbols'. Fixes a memory leak.
17352
17353 * src/output.c (token_definitions_output): New.
17354 (output_parser, header_output): Use it.
17355 * src/reader.c (symbols_save): Remove.
17356
17357 2001-12-29 Akim Demaille <akim@epita.fr>
17358
17359 * src/bison.simple: Do not provide a default for YYSTYPE and
17360 YYLTYPE before the user's prologue. Otherwise it's hardly... a
17361 default.
17362
17363 2001-12-29 Akim Demaille <akim@epita.fr>
17364
17365 Mid-rule actions are simply... ignored!
17366
17367 * src/reader.c (readgram): Be sure to attach mid-rule actions to
17368 the empty-rule associated to the dummy symbol, not to the host
17369 rule.
17370 * tests/actions.at (Mid-rule actions): New.
17371
17372 2001-12-29 Akim Demaille <akim@epita.fr>
17373
17374 Memory leak.
17375
17376 * src/reader.c (reader): Free grammar.
17377
17378 2001-12-29 Akim Demaille <akim@epita.fr>
17379
17380 Memory leak.
17381
17382 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
17383 since it allocates it for each state, although only one is needed.
17384 (allocate_storage): Do it here.
17385
17386 2001-12-29 Akim Demaille <akim@epita.fr>
17387
17388 * src/options.h, src/options.c (create_long_option_table): Rename
17389 as...
17390 (long_option_table_new): this, with a clearer prototype.
17391 (percent_table): Remove, unused,
17392 * src/getargs.c (getargs): Adjust.
17393
17394 2001-12-29 Akim Demaille <akim@epita.fr>
17395
17396 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
17397 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
17398 as states.
17399
17400 2001-12-29 Akim Demaille <akim@epita.fr>
17401
17402 * src/lalr.c (build_relations): Rename `states' as `states1'.
17403 Sorry, I don't understand exactly what it is, no better name...
17404
17405 2001-12-29 Akim Demaille <akim@epita.fr>
17406
17407 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
17408 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
17409 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
17410 as rules.
17411
17412 2001-12-29 Akim Demaille <akim@epita.fr>
17413
17414 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
17415 ago.
17416
17417 2001-12-29 Akim Demaille <akim@epita.fr>
17418
17419 * src/reader.c, src/reader.h (user_toknums): Remove.
17420 Adjust all users to use symbols[i]->user_token_number.
17421
17422 2001-12-29 Akim Demaille <akim@epita.fr>
17423
17424 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
17425 Adjust all users to use symbols[i]->prec or ->assoc.
17426
17427 2001-12-29 Akim Demaille <akim@epita.fr>
17428
17429 * src/reader.c, src/reader.h (tags): Remove.
17430 Adjust all users to use symbols[i]->tag.
17431
17432 2001-12-29 Akim Demaille <akim@epita.fr>
17433
17434 * src/gram.h, src/gram.c (symbols): New, similar to state_table
17435 and rule_table.
17436 * src/reader.c (packsymbols): Fill this table.
17437 Drop sprec.
17438 * src/conflicts.c (resolve_sr_conflict): Adjust.
17439 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
17440 single table.
17441 Use symbols[i]->tag instead of tags[i].
17442
17443 2001-12-29 Akim Demaille <akim@epita.fr>
17444
17445 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
17446 In addition, put a comment in there, to replace...
17447 * tests/regression.at (%union and C comments): Remove.
17448
17449 2001-12-29 Akim Demaille <akim@epita.fr>
17450
17451 * tests/regression.at (Web2c Actions): Blindly move the actual
17452 output as expected output. The contents *seem* right to me, but I
17453 can't pretend reading perfectly parser tables... Nonetheless, all
17454 the other tests pass correctly, the table look OK, even though the
17455 presence of `$axiom' is to be noted: AFAICS it is useless (but
17456 harmless).
17457
17458 2001-12-29 Akim Demaille <akim@epita.fr>
17459
17460 * src/reader.c (readgram): Don't add the rule 0 if there were no
17461 rules read. In other words, add it _after_ having performed
17462 grammar sanity checks.
17463 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
17464
17465 2001-12-29 Akim Demaille <akim@epita.fr>
17466
17467 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
17468 visible, and some states have now a different number.
17469
17470 2001-12-29 Akim Demaille <akim@epita.fr>
17471
17472 * src/reader.c (readgram): Bind the initial rule's lineno to that
17473 of the first rule.
17474 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
17475 (Solved SR Conflicts): Adjust rule 0's line number.
17476
17477 2001-12-29 Akim Demaille <akim@epita.fr>
17478
17479 Fix the `GAWK Grammar' failure.
17480
17481 * src/LR0.c (final_state): Initialize to -1 so that we do compute
17482 the reductions of the first state which was mistakenly confused
17483 with the final state because precisely final_state was initialized
17484 to 0.
17485 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
17486 now noticed by Bison.
17487 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
17488 have a reduction on $default.
17489
17490 2001-12-29 Akim Demaille <akim@epita.fr>
17491
17492 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
17493 rule line numbers.
17494 * src/closure.c (print_closure): Likewise.
17495 * src/derives.c (print_derives): Likewise.
17496 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
17497 now.
17498
17499 2001-12-29 Akim Demaille <akim@epita.fr>
17500
17501 * src/lalr.c (lookaheads_print): New.
17502 (lalr): Call it when --trace-flag.
17503 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
17504 are dumped.
17505
17506 2001-12-29 Akim Demaille <akim@epita.fr>
17507
17508 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
17509 when walking through ritem, even via rule->rhs.
17510 * src/reduce.c (dump_grammar, useful_production, reduce_output)
17511 (useful_production, useless_nonterminals): Likewise.
17512 (reduce_grammar_tables): Likewise, plus update nritems.
17513 * src/nullable.c (set_nullable): Likewise.
17514 * src/lalr.c (build_relations): Likewise.
17515 * tests/sets.at (Nullable): Adjust.
17516 Fortunately, now, the $axiom is no longer nullable.
17517
17518 2001-12-29 Akim Demaille <akim@epita.fr>
17519
17520 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
17521 the 0-sentinel.
17522 * src/gram.c (ritem_longest_rhs): Likewise.
17523 * src/reduce.c (nonterminals_reduce): Likewise.
17524 * src/print_graph.c (print_graph): Likewise.
17525 * src/output.c (output_rule_data): Likewise.
17526 * src/nullable.c (set_nullable): Likewise.
17527
17528 2001-12-29 Akim Demaille <akim@epita.fr>
17529
17530 * src/output.c: Comment changes.
17531
17532 2001-12-27 Paul Eggert <eggert@twinsun.com>
17533
17534 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
17535 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
17536 Sparc, as they were causing more porting problems than the
17537 (minor) performance improvement was worth.
17538
17539 Also, catch up with 1.31's YYSTD.
17540
17541 2001-12-27 Akim Demaille <akim@epita.fr>
17542
17543 * src/output.c (output_gram): Rely on nritems, not the
17544 0-sentinel. See below.
17545 Use -1 as separator, not 0.
17546 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
17547 Rely on -1 as separator in yyrhs, instead of 0.
17548 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
17549 twice `Now at end of input', therefore there are two lines less to
17550 expect.
17551
17552 2001-12-27 Akim Demaille <akim@epita.fr>
17553
17554 * tests/regression.at (Unresolved SR Conflicts):
17555 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
17556 below.
17557
17558 2001-12-27 Akim Demaille <akim@epita.fr>
17559
17560 * src/LR0.c (new_state): Recognize the final state by the fact it
17561 is reached by eoftoken.
17562 (insert_start_shifting_state, insert_eof_shifting_state)
17563 (insert_accepting_state, augment_automaton): Remove, since now
17564 these states are automatically computed from the initial state.
17565 (generate_states): Adjust.
17566 * src/print.c: When reporting a rule number to the user, substract
17567 1, so that the axiom rule is rule 0, and the first user rule is 1.
17568 * src/reduce.c: Likewise.
17569 * src/print_graph.c (print_core): For the time being, just as for
17570 the report, depend upon --trace-flags to dump the full set of
17571 items.
17572 * src/reader.c (readgram): Once the grammar read, insert the rule
17573 0: `$axiom: START-SYMBOL $'.
17574 * tests/set.at: Adjust: rule 0 is now displayed, and since the
17575 number of the states has changed (the final state is no longer
17576 necessarily the last), catch up.
17577
17578 2001-12-27 Akim Demaille <akim@epita.fr>
17579
17580 Try to make the use of the eoftoken valid. Given that its value
17581 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
17582 is used instead of > 0 where appropriate, (ii), depend upon nritems
17583 instead of the 0-sentinel.
17584
17585 * src/gram.h, src/gram.c (nritems): New.
17586 Expected to be duplication of nitems, but for the time being...
17587 * src/reader.c (packgram): Assert nritems and nitems are equal.
17588 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
17589 * src/closure.c (print_closure, print_fderives): Likewise.
17590 * src/gram.c (ritem_print): Likewise.
17591 * src/print.c (print_core, print_grammar): Likewise.
17592 * src/print_graph.c: Likewise.
17593
17594 2001-12-27 Akim Demaille <akim@epita.fr>
17595
17596 * src/main.c (main): If there are complains after grammar
17597 reductions, then output the report anyway if requested, then die.
17598 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
17599 * src/reader.c (eoftoken): New.
17600 (parse_token_decl): If the token being defined has value `0', it
17601 is the eoftoken.
17602 (packsymbols): No longer hack `tags' to insert `$' by hand.
17603 Be sure to preserve the value of the eoftoken.
17604 (reader): Make sure eoftoken is defined.
17605 Initialize nsyms to 0: now eoftoken is created just like the others.
17606 * src/print.c (print_grammar): Don't special case the eof token.
17607 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
17608 lie anyway, albeit pleasant.
17609 * tests/calc.at: Exercise error messages with eoftoken.
17610 Change the grammar so that empty input is invalid.
17611 Adjust expectations.
17612 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
17613
17614 2001-12-27 Akim Demaille <akim@epita.fr>
17615
17616 * configure.in: Check the protos of strchr ans strspn.
17617 Replace strchr if needed.
17618 * src/system.h: Provide the protos of strchr, strspn and memchr if
17619 missing.
17620 * lib/strchr.c: New.
17621 * src/reader.c (symbols_save): Use strchr.
17622
17623 2001-12-27 Akim Demaille <akim@epita.fr>
17624
17625 * src/print.c, src/print_graph.c (escape): New.
17626 Use it to quote the TAGS outputs.
17627 * src/print_graph.c (print_state): Now errors are in red, and
17628 reductions in green.
17629 Prefer high to wide: output the state number on a line of its own.
17630
17631 2001-12-27 Akim Demaille <akim@epita.fr>
17632
17633 * src/state.h, src/state.c (reductions_new): New.
17634 * src/LR0.c (set_state_table): Let all the states have a
17635 `reductions', even if reduced to 0.
17636 (save_reductions): Adjust.
17637 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
17638 * src/print.c (print_reductions, print_actions): Adjust.
17639 * src/output.c (action_row): Adjust.
17640
17641 2001-12-27 Akim Demaille <akim@epita.fr>
17642
17643 * src/state.h, src/state.c (errs_new, errs_dup): New.
17644 * src/LR0.c (set_state_table): Let all the states have an errs,
17645 even if reduced to 0.
17646 * src/print.c (print_errs, print_reductions): Adjust.
17647 * src/output.c (output_actions, action_row): Adjust.
17648 * src/conflicts.c (resolve_sr_conflict): Adjust.
17649
17650 2001-12-27 Akim Demaille <akim@epita.fr>
17651
17652 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
17653
17654 2001-12-27 Akim Demaille <akim@epita.fr>
17655
17656 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
17657 * src/print.c: here.
17658 (lookaheadset, shiftset): New, used as additional storage by
17659 print_reductions.
17660 (print_results): Adjust.
17661 (print_shifts, print_gotos, print_errs): New, extracted from...
17662 (print_actions): here.
17663 * src/print_graph.c (print_actions): Remove dead code.
17664
17665 2001-12-27 Akim Demaille <akim@epita.fr>
17666
17667 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
17668 `$n' and `@n'.
17669
17670 2001-12-27 Akim Demaille <akim@epita.fr>
17671
17672 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
17673 (build_relations): Adjust.
17674
17675 2001-12-27 Akim Demaille <akim@epita.fr>
17676
17677 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
17678 duplication.
17679
17680 2001-12-27 Akim Demaille <akim@epita.fr>
17681
17682 * src/reader.c (packgram): Catch nitems overflows.
17683
17684 2001-12-27 Akim Demaille <akim@epita.fr>
17685
17686 * src/files.c, src/files.h (guard_obstack): Remove.
17687 * src/output.c (output): Adjust.
17688 * src/reader.c (parse_braces): New, factoring...
17689 (copy_action, copy_guard): these two which are renamed as...
17690 (parse_action, parse_guard): these.
17691 As a voluntary consequence, using braces around guards is now
17692 mandatory.
17693
17694 2001-12-27 Akim Demaille <akim@epita.fr>
17695
17696 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
17697 * src/reader.c (symbol_list): `guard' and `guard_line' are new
17698 members.
17699 (symbol_list_new): Adjust.
17700 (copy_action): action_line is the first line, not the last.
17701 (copy_guard): Just as for actions, store the `action' only, not
17702 the switch/case/break flesh.
17703 Don't parse the user action that might follow the guard, let...
17704 (readgram): do it, i.e., now, there can be an action after a
17705 guard.
17706 In other words the guard is just explicitly optional.
17707 (packgram): Adjust.
17708 * src/output.c (guards_output): New.
17709 (output_parser): Call it when needed.
17710 (output): Also free the guard and attrs obstacks.
17711 * src/files.c, src/files.h (obstack_save): Remove.
17712 (output_files): Remove.
17713 As a result, if one needs the former `.act' file, using an
17714 appropriate skeleton which requires actions and guards is now
17715 required.
17716 * src/main.c (main): Adjust.
17717 * tests/semantic.at: New.
17718 * tests/regression.at: Use `input.y' as input file name.
17719 Avoid 8+3 problems by requiring input.c when the test needs the
17720 parser.
17721
17722 2001-12-27 Akim Demaille <akim@epita.fr>
17723
17724 * src/reader.c (symbol_list_new): Be sure to initialize all the
17725 fields.
17726
17727 2001-12-27 Akim Demaille <akim@epita.fr>
17728
17729 All the hacks using a final pseudo state are now useless.
17730
17731 * src/LR0.c (set_state_table): state_table holds exactly nstates.
17732 * src/lalr.c (nLA): New.
17733 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
17734 instead of lookaheadsp from the pseudo state (nstate + 1).
17735
17736 2001-12-27 Akim Demaille <akim@epita.fr>
17737
17738 * src/output.c (action_row, token_actions): Use a state_t instead
17739 of a integer, and nlookaheads instead of the following state's
17740 lookaheadsp.
17741
17742 2001-12-27 Akim Demaille <akim@epita.fr>
17743
17744 * src/conflicts.c (log_resolution, flush_shift)
17745 (resolve_sr_conflict, set_conflicts, solve_conflicts)
17746 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
17747 (conflicts_print, print_reductions): Use a state_t instead of an
17748 integer when referring to a state.
17749 As much as possible, depend upon nlookaheads, instead of the
17750 `lookaheadsp' member of the following state (since lookaheads of
17751 successive states are successive, the difference between state n + 1
17752 and n served as the number of lookaheads for state n).
17753 * src/lalr.c (add_lookback_edge): Likewise.
17754 * src/print.c (print_core, print_actions, print_state)
17755 (print_results): Likewise.
17756 * src/print_graph.c (print_core, print_actions, print_state)
17757 (print_graph): Likewise.
17758 * src/conflicts.h: Adjust.
17759
17760 2001-12-27 Akim Demaille <akim@epita.fr>
17761
17762 * src/bison.hairy: Formatting/comment changes.
17763 ANSIfy.
17764 Remove `register' indications.
17765 Add plenty of `static'.
17766
17767 2001-12-27 Akim Demaille <akim@epita.fr>
17768
17769 * src/output.c (prepare): Drop the muscle `ntbase' which
17770 duplicates ntokens.
17771 * src/bison.simple: Formatting/comment changes.
17772 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
17773 is an undocumented synonym.
17774
17775 2001-12-22 Akim Demaille <akim@epita.fr>
17776
17777 * src/output.c (output_table_data): Change the prototype to use
17778 `int' for array ranges: some invocations do pass an int, not a
17779 short.
17780 Reported by Wayne Green.
17781
17782 2001-12-22 Akim Demaille <akim@epita.fr>
17783
17784 Some actions of web2c.y are improperly triggered.
17785 Reported by Mike Castle.
17786
17787 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
17788 * tests/regression.at (Web2c): Rename as...
17789 (Web2c Report): this.
17790 (Web2c Actions): New.
17791
17792 2001-12-22 Akim Demaille <akim@epita.fr>
17793
17794 Reductions in web2c.y are improperly reported.
17795 Reported by Mike Castle.
17796
17797 * src/conflicts.c (print_reductions): Fix.
17798 * tests/regression.at (Web2c): New.
17799
17800 2001-12-18 Akim Demaille <akim@epita.fr>
17801
17802 Some host fail on `assert (!"foo")', which expands to
17803 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
17804 Reported by Nelson Beebee.
17805
17806 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
17807 `#define it_succeeded 0' and `assert (it_succeeded)'.
17808
17809 2001-12-17 Marc Autret <autret_m@epita.fr>
17810
17811 * src/bison.simple: Don't hard code the skeleton line and filename.
17812 * src/output.c (output_parser): Rename 'line' as 'output_line'.
17813 New line counter 'skeleton_line' (skeleton-line muscle).
17814
17815 2001-12-17 Paul Eggert <eggert@twinsun.com>
17816
17817 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
17818 YYDEBUG must be defined to a nonzero value.
17819
17820 * src/bison.simple (yytname): Do not assume that the user defines
17821 YYDEBUG to a properly parenthesized expression.
17822
17823 2001-12-17 Akim Demaille <akim@epita.fr>
17824
17825 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
17826 nlookaheads is a new member.
17827 Adjust all users.
17828 * src/lalr.h (nlookaheads): Remove this orphan declaration.
17829 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
17830 state.
17831
17832 2001-12-17 Akim Demaille <akim@epita.fr>
17833
17834 * src/files.h, src/files.c (open_files, close_files): Remove.
17835 * src/main.c (main): Don't open/close files, nor invoke lex_free,
17836 let...
17837 * src/reader.c (reader): Do it.
17838
17839 2001-12-17 Akim Demaille <akim@epita.fr>
17840
17841 * src/conflicts.c (print_reductions): Formatting changes.
17842
17843 2001-12-17 Akim Demaille <akim@epita.fr>
17844
17845 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
17846 (flush_reduce): New.
17847 (resolve_sr_conflict): Adjust.
17848
17849 2001-12-17 Akim Demaille <akim@epita.fr>
17850
17851 * src/output.c (output_obstack): Be static and rename as...
17852 (format_obstack): this, to avoid any confusion with files.c's
17853 output_obstack.
17854 * src/reader.h (muscle_obstack): Move to...
17855 * src/output.h: here, since it's defined in output.c.
17856
17857 2001-12-17 Akim Demaille <akim@epita.fr>
17858
17859 * src/output.c (action_row, save_column, default_goto)
17860 (sort_actions, matching_state, pack_vector): Better variable
17861 locality.
17862
17863 2001-12-17 Akim Demaille <akim@epita.fr>
17864
17865 * src/output.c: Various formatting changes.
17866
17867 2001-12-17 Akim Demaille <akim@epita.fr>
17868
17869 * src/files.c (output_files): Free the output_obstack.
17870 * src/main.c (main): Call print and print_graph conditionally.
17871 * src/print.c (print): Work unconditionally.
17872 * src/print_graph.c (print_graph): Work unconditionally.
17873 * src/conflicts.c (log_resolution): Output only if verbose_flag.
17874
17875 2001-12-16 Marc Autret <autret_m@epita.fr>
17876
17877 * src/output.c (actions_output): Fix. When we use %no-lines,
17878 there is one less line per action.
17879
17880 2001-12-16 Marc Autret <autret_m@epita.fr>
17881
17882 * src/bison.simple: Remove a useless #line directive.
17883 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
17884 * src/output.c (get_lines_number): New.
17885 (output_parser): Adjust, now takes care about the lines of a
17886 output muscles.
17887 Fix line numbering.
17888 (actions_output): Computes the number of lines taken by actions.
17889 (output_master_parser): Insert new skeleton which is the name of
17890 the output parser file name.
17891
17892 2001-12-15 Marc Autret <autret_m@epita.fr>
17893
17894 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
17895
17896 2001-12-15 Marc Autret <autret_m@epita.fr>
17897
17898 * src/output.c (output_gram): Keep track of the hairy one.
17899
17900 2001-12-15 Akim Demaille <akim@epita.fr>
17901
17902 Make `make distcheck' work.
17903
17904 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
17905 system.h which uses libgettext.h.
17906
17907 2001-12-15 Akim Demaille <akim@epita.fr>
17908
17909 * src/nullable.c (set_nullable): Useless rules must be skipped,
17910 otherwise, since we range over their symbols, we might look at a
17911 nonterminal which no longer ``exists'', i.e., it is not counted in
17912 `nvars', hence we overflow our arrays.
17913
17914 2001-12-15 Akim Demaille <akim@epita.fr>
17915
17916 The header can also be produced directly, without any obstack!
17917 Yahoo!
17918
17919 * src/files.c, src/files.h (defines_obstack): Remove.
17920 (compute_header_macro): Global.
17921 (defines_obstack_save): Remove.
17922 * src/reader.c (parse_union_decl): No longer output to
17923 defines_obstack: its content can be found in the `stype' muscle
17924 anyway.
17925 (output_token_translations): Merge into...
17926 (symbols_output): this.
17927 Rename as...
17928 (symbols_save): this.
17929 (reader): Adjust.
17930 * src/output.c (header_output): New.
17931 (output): Call it.
17932
17933 2001-12-15 Akim Demaille <akim@epita.fr>
17934
17935 * src/reader.c (parse_union_decl): Instead of handling two obstack
17936 simultaneously, use one to define the `stype' muscle, and use the
17937 value of the latter to fill defines_obstack.
17938 (copy_comment): Remove.
17939 (copy_comment2): Work for a single obstack.
17940 Rename as...
17941 (copy_comment): this.
17942
17943 2001-12-15 Akim Demaille <akim@epita.fr>
17944
17945 * src/lex.c, src/lex.h (xgetc): No longer static.
17946 * src/reader.c (parse_union_decl): Revamp.
17947
17948 2001-12-15 Akim Demaille <akim@epita.fr>
17949
17950 Still making progress in separating Bison into (i) input, (ii)
17951 process, (iii) output: now we can directly output the parser file
17952 without using table_obstack at all.
17953
17954 * src/files.c, src/files.h (table_obstack): Bye bye.
17955 (parser_file_name): New.
17956 * src/files.c (compute_output_file_names): Compute it.
17957 * src/output.c (actions_output, output_parser)
17958 (output_master_parser): To a file instead of an obstack.
17959
17960 2001-12-15 Akim Demaille <akim@epita.fr>
17961
17962 Attach actions to rules, instead of pre-outputting them to
17963 actions_obstack.
17964
17965 * src/gram.h (rule_t): action and action_line are new members.
17966 * src/reader.c (symbol_list): Likewise.
17967 (copy_action): Save the actions within the rule.
17968 (packgram): Save them in rule_table.
17969 * src/output.c (actions_output): New.
17970 (output_parser): Use it on `%%actions'.
17971 (output_rule_data): Don't free rule_table.
17972 (output): Do it.
17973 (prepare): Don't save the `action' muscle.
17974 * src/bison.simple: s/%%action/%%actions/.
17975
17976 2001-12-15 Akim Demaille <akim@epita.fr>
17977
17978 * src/reader.c (copy_action): When --yacc, don't append a `;'
17979 to the user action: let it fail if lacking.
17980 Suggested by Arnold Robbins and Tom Tromey.
17981
17982 2001-12-14 Akim Demaille <akim@epita.fr>
17983
17984 * src/lex.c (literalchar): Simply return the char you decoded, non
17985 longer mess around with obstacks and int pointers.
17986 Adjust all callers.
17987
17988 2001-12-14 Akim Demaille <akim@epita.fr>
17989
17990 * src/lex.c (literalchar): Don't escape the special characters,
17991 just decode them, and keep them as char (before, eol was output as
17992 the 2 char string `\n' etc.).
17993 * src/output.c (output_rule_data): Use quotearg to output the
17994 token strings.
17995
17996 2001-12-13 Paul Eggert <eggert@twinsun.com>
17997
17998 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
17999 Do not infringe on the global user namespace when using C++.
18000 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
18001 All uses of `fprintf' and `stderr' changed.
18002
18003 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
18004
18005 2001-12-13 Akim Demaille <akim@epita.fr>
18006
18007 The computation of nullable is broken: it doesn't handle empty
18008 RHS's properly.
18009
18010 * tests/torture.at (GNU AWK Grammar): New.
18011 * tests/sets.at (Nullable): New.
18012 * src/nullable.c (set_nullable): Instead of blindly looping over
18013 `ritems', loop over the rules, and then over their rhs's.
18014
18015 Work around Autotest bugs.
18016
18017 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
18018 frame, because Autotest understand lines starting with a `+' as
18019 traces from the shell. Then, they are not processed properly.
18020 Admittedly an Autotest bug, but we don't have time to wait for
18021 Autotest to catch up.
18022 * tests/regression.at (Broken Closure): Adjust to the new table
18023 frames.
18024 Move to...
18025 * tests/sets.at: here.
18026
18027 2001-12-13 Akim Demaille <akim@epita.fr>
18028
18029 * src/closure.c (closure): Use nrules instead of playing tricks
18030 with BITS_PER_WORD.
18031
18032 2001-12-13 Akim Demaille <akim@epita.fr>
18033
18034 * src/print.c (print_actions): Output the handling of `$' as the
18035 traces do: shifting the token EOF. Before EOF was treated as a
18036 nonterminal.
18037 * tests/regression.at: Adjust some tests.
18038 * src/print_graph.c (print_core): Complete the set of items via
18039 closure. The next-to-final and final states are still unsatisfying,
18040 but that's to be addressed elsewhere.
18041 No longer output the rule numbers, but do output the state number.
18042 A single loop for the shifts + gotos is enough, but picked a
18043 distinct color for each.
18044 (print_graph): Initialize and finalize closure.
18045
18046 2001-12-13 Akim Demaille <akim@epita.fr>
18047
18048 * src/reader.c (readgram): Remove dead code, an strip useless
18049 braces.
18050 (get_type): Remove, unused.
18051
18052 2001-12-12 Akim Demaille <akim@epita.fr>
18053
18054 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
18055 on that of lib/error.c.
18056
18057 2001-12-12 Akim Demaille <akim@epita.fr>
18058
18059 Some hosts don't like `/' in includes.
18060
18061 * src/system.h: Include libgettext.h without qualifying the path.
18062 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
18063 $(top_srcdir).
18064
18065 2001-12-11 Marc Autret <autret_m@epita.fr>
18066
18067 * src/output.c (output_parser): Remove useless muscle.
18068
18069 2001-12-11 Marc Autret <autret_m@epita.fr>
18070
18071 * src/bison.simple: Remove #line just before %%epilogue. It
18072 is now handled in ...
18073 * src/reader.c (read_additionnal_code): Add the output of a
18074 #line for the epilogue.
18075
18076 2001-12-10 Marc Autret <autret_m@epita.fr>
18077
18078 * src/reader.c (copy_definition): Re-use CPP-outed code which
18079 replace precedent remove.
18080 * src/bison.simple: Remove #line before %%prologue because
18081 %%input-line is wrong at this time.
18082
18083 2001-12-10 Marc Autret <autret_m@epita.fr>
18084
18085 * src/reader.c (symbols_output): Clean up.
18086 * src/output.c (output_gram, output): Clean up.
18087
18088 2001-12-10 Akim Demaille <akim@epita.fr>
18089
18090 * src/lalr.c (initialize_lookaheads): New. Extracted from...
18091 * src/LR0.c (set_state_table): here.
18092 * src/lalr.c (lalr): Call it.
18093
18094 2001-12-10 Akim Demaille <akim@epita.fr>
18095
18096 * src/state.h (shifts): Remove the `number' member: shifts are
18097 attached to state, hence no longer need to be labelled with a
18098 state number.
18099
18100 2001-12-10 Akim Demaille <akim@epita.fr>
18101
18102 Now that states have a complete set of members, the linked list of
18103 shifts is useless: just fill directly the state's shifts member.
18104
18105 * src/state.h (shifts): Remove the `next' member.
18106 * src/LR0.c (first_state, last_state): Remove.
18107 Adjust the callers.
18108 (augment_automaton): Don't look for the shifts that must be added
18109 a shift on EOF: it is those of the state we looked for! But now,
18110 since shifts are attached, it is no longer needed to looking
18111 merely by its id: its number.
18112
18113 2001-12-10 Akim Demaille <akim@epita.fr>
18114
18115 * src/LR0.c (augment_automaton): Better variable locality.
18116 Remove an impossible branch: if there is a state corresponding to
18117 the start symbol being shifted, then there is shift for the start
18118 symbol from the initial state.
18119
18120 2001-12-10 Akim Demaille <akim@epita.fr>
18121
18122 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
18123 only when appropriate: when insert_start_shifting_state' is not
18124 invoked.
18125 * tests/regression.at (Rule Line Numbers): Adjust.
18126
18127 2001-12-10 Akim Demaille <akim@epita.fr>
18128
18129 * src/LR0.c (augment_automaton): Now that all states have shifts,
18130 merge the two cases addition shifts to the initial state.
18131
18132 2001-12-10 Akim Demaille <akim@epita.fr>
18133
18134 * src/lalr.c (set_state_table): Move to...
18135 * src/LR0.c: here.
18136 * src/lalr.c (lalr): Don't call it...
18137 * src/LR0.c (generate_states): do it.
18138 * src/LR0.h (first_state): Remove, only the table is used.
18139
18140 2001-12-10 Akim Demaille <akim@epita.fr>
18141
18142 * src/LR0.h (first_shift, first_reduction): Remove.
18143 * src/lalr.c: Don't use first_shift: find shifts through the
18144 states.
18145
18146 2001-12-10 Akim Demaille <akim@epita.fr>
18147
18148 * src/LR0.c: Attach shifts to states as soon as they are
18149 computed.
18150 * src/lalr.c (set_state_table): Instead of assigning shifts to
18151 state, just assert that the mapping was properly done.
18152
18153 2001-12-10 Akim Demaille <akim@epita.fr>
18154
18155 * src/LR0.c (insert_start_shift): Rename as...
18156 (insert_start_shifting_state): this.
18157 (insert_eof_shifting_state, insert_accepting_state): New.
18158 (augment_automaton): Adjust.
18159 Better locality of the variables.
18160 When looking if the start_symbol is shifted from the initial
18161 state, using `while (... symbol != start_symbol ...)' sounds
18162 better than `while (... symbol < start_symbol ...)': If fail
18163 to see how the order between symbols could be relevant!
18164
18165 2001-12-10 Akim Demaille <akim@epita.fr>
18166
18167 * src/getargs.h: Don't declare `spec_name_prefix' and
18168 `spec_file_prefix', declared by src/files.h.
18169 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
18170 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
18171 * src/output.c (prepare): Adjust.
18172 * src/reader.c (symbols_output): Likewise.
18173 * src/vmsgetargs.c: Vaguely adjust, but who cares?
18174
18175 2001-12-10 Akim Demaille <akim@epita.fr>
18176
18177 * src/muscle_tab.c (muscle_init): NULL is a better default than
18178 `"0"'.
18179
18180 2001-12-10 Akim Demaille <akim@epita.fr>
18181
18182 * src/reader.c (reader): Calling symbols_output once is enough.
18183
18184 2001-12-10 Akim Demaille <akim@epita.fr>
18185
18186 Now that states have a complete set of members, the linked list of
18187 reductions is useless: just fill directly the state's reductions
18188 member.
18189
18190 * src/state.h (struct reductions): Remove member `number' and
18191 `next'.
18192 * src/LR0.c (first_reduction, last_reduction): Remove.
18193 (save_reductions): Don't link the new reductions, store them in
18194 this_state.
18195 * src/lalr.c (set_state_table): No need to attach reductions to
18196 states, it's already done.
18197 * src/output.c (output_actions): No longer free the shifts, then
18198 the reductions, then the states: free all the states and their
18199 members.
18200
18201 2001-12-10 Akim Demaille <akim@epita.fr>
18202
18203 * src/options.c (OPTN, DRTV, BOTH): New.
18204 (option_table): Use them.
18205
18206 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
18207 the job of system.h.
18208 * src/options.c: Don't include stdio.h and xalloc.h for the same
18209 reasons.
18210
18211 2001-12-10 Akim Demaille <akim@epita.fr>
18212
18213 * src/output.c (output, prepare): Make sure the values of the
18214 muscles `action' and `prologue' are 0-terminated.
18215
18216 2001-12-10 Akim Demaille <akim@epita.fr>
18217
18218 Clean up GCC warnings.
18219
18220 * src/reader.c (copy_action): `buf' is not used.
18221 (parse_skel_decl): Be static.
18222 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
18223 * src/options.h (create_long_option_table): Have a real prototype.
18224 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
18225 (hash_delete_at): Return const void *.
18226 Adjust casts to preserve the const.
18227
18228 2001-12-10 Akim Demaille <akim@epita.fr>
18229
18230 * configure.in: Require 2.52g.
18231 M4 is not needed, but AUTOM4TE is.
18232 * m4/m4.m4: Remove.
18233 * tests/Makefile.am: Adjust.
18234
18235 2001-12-10 Akim Demaille <akim@epita.fr>
18236
18237 One structure for states is enough, even though theoretically
18238 there are LR(0) states and LALR(1) states.
18239
18240 * src/lalr.h (state_t): Remove.
18241 (state_table): Be state_t **, not state_t *.
18242 * src/state.h (core, CORE_ALLOC): Rename as...
18243 (state_t, STATE_ALLOC): this.
18244 Add the LALR(1) members: shifts, reductions, errs.
18245 * src/LR0.c (state_table): Rename as...
18246 (state_hash): this, to avoid name clashes with the global
18247 `state_table'.
18248 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
18249 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
18250
18251 2001-12-10 Akim Demaille <akim@epita.fr>
18252
18253 Bison dumps core on bash.y.
18254 Reported by Pascal Bart.
18255
18256 * src/warshall.c (bitmatrix_print): New.
18257 (TC): Use it.
18258 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
18259 j must be the outer loop.
18260 * tests/regression.at (Broken Closure): New.
18261
18262 2001-12-05 Akim Demaille <akim@epita.fr>
18263
18264 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
18265 its argument.
18266 Reported by Peter Hamorsky.
18267
18268 2001-12-05 Akim Demaille <akim@epita.fr>
18269
18270 * src/conflicts.c (err_table): Remove.
18271 (resolve_sr_conflict): Adjust.
18272 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
18273 Rename as...
18274 (state_t.reductions, state_t.shifts): this.
18275
18276 2001-12-05 Akim Demaille <akim@epita.fr>
18277
18278 * src/reduce.c (reduce_grammar_tables): No longer disable the
18279 removal of useless rules via CPP but via `if (0)', so that the
18280 compiler still check the code is valid.
18281 For instance, it should have noticed `rline' no longer exists: use
18282 the `line' member of rule_t.
18283 * src/gram.c (dummy, rline): Remove, unused.
18284
18285 2001-12-05 Akim Demaille <akim@epita.fr>
18286
18287 * src/output.c (pack_vector): Use assert, not berror.
18288 * src/main.c (berror): Remove, unused.
18289
18290 2001-12-05 Akim Demaille <akim@epita.fr>
18291
18292 New experimental feature: if --verbose --trace output all the
18293 items of a state, not only its kernel.
18294
18295 * src/print.c (print_core): If `trace_flag', then invoke closure
18296 before outputting the items of the state (print_core is no longer
18297 a correct name them).
18298 (print_results): Invoke new_closure/free_closure if needed.
18299
18300 2001-12-05 Akim Demaille <akim@epita.fr>
18301
18302 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
18303 * src/closure.c, src/closure.h (itemsetsize): Rename as...
18304 (nitemset): for consistency with the rest of the project.
18305
18306 2001-12-05 Akim Demaille <akim@epita.fr>
18307
18308 * src/closure.c (print_closure): Improve.
18309 (closure): Use it for printing input and output.
18310
18311 2001-12-05 Akim Demaille <akim@epita.fr>
18312
18313 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
18314 indexed by nonterminals.
18315
18316 2001-12-05 Akim Demaille <akim@epita.fr>
18317
18318 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
18319 what it was!).
18320 * src/warshall.h: Remove accidental duplication of the content.
18321
18322 2001-12-05 Akim Demaille <akim@epita.fr>
18323
18324 * src/closure.c (set_fderives): De-obfuscate.
18325
18326 2001-12-05 Akim Demaille <akim@epita.fr>
18327
18328 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
18329
18330 2001-12-05 Akim Demaille <akim@epita.fr>
18331
18332 * src/closure.c (set_firsts): De-obfuscate.
18333
18334 2001-12-05 Akim Demaille <akim@epita.fr>
18335
18336 * src/output.c (action_row): De-obfuscate
18337 using the good o' techniques: arrays not pointers, variable
18338 locality, BITISSET, RESETBIT etc.
18339
18340 2001-12-05 Akim Demaille <akim@epita.fr>
18341
18342 Pessimize the code to simplify it: from now on, all the states
18343 have a valid SHIFTS, which NSHIFTS is possibly 0.
18344
18345 * src/LR0.c (shifts_new): Be global and move to..
18346 * src/state.c, src/state.h: here.
18347 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
18348 * src/print_graph: Adjust.
18349
18350 2001-12-05 Akim Demaille <akim@epita.fr>
18351
18352 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
18353 * src/conflicts.c: Use it.
18354 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
18355 incorrectly ``simplified''.
18356
18357 2001-12-05 Akim Demaille <akim@epita.fr>
18358
18359 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
18360 using the good o' techniques: arrays not pointers, variable
18361 locality, BITISSET, RESETBIT etc.
18362
18363 2001-12-05 Akim Demaille <akim@epita.fr>
18364
18365 * src/state.h (SHIFT_SYMBOL): New.
18366 * src/conflicts.c: Use it to deobfuscate.
18367
18368 2001-12-05 Akim Demaille <akim@epita.fr>
18369
18370 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
18371 (print_reductions): De-obfuscate using the good o' techniques:
18372 arrays not pointers, variable locality, BITISSET.
18373
18374 2001-12-05 Akim Demaille <akim@epita.fr>
18375
18376 * src/conflicts.c (print_reductions): Arrays, not pointers.
18377 Use BITISSET.
18378
18379 2001-12-05 Akim Demaille <akim@epita.fr>
18380
18381 * src/conflicts.c (print_reductions): Pessimize, but clarify.
18382
18383 2001-12-05 Akim Demaille <akim@epita.fr>
18384
18385 * src/conflicts.c (print_reductions): Improve variable locality.
18386
18387 2001-12-05 Akim Demaille <akim@epita.fr>
18388
18389 * src/conflicts.c (print_reductions): Pessimize, but clarify.
18390
18391 2001-12-05 Akim Demaille <akim@epita.fr>
18392
18393 * src/conflicts.c (print_reductions): Improve variable locality.
18394
18395 2001-12-05 Akim Demaille <akim@epita.fr>
18396
18397 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
18398 * src/lalr.c: Use them.
18399
18400 2001-12-05 Akim Demaille <akim@epita.fr>
18401
18402 * src/LR0.c (augment_automaton): Formatting changes.
18403 Better variable locality.
18404
18405 2001-12-05 Akim Demaille <akim@epita.fr>
18406
18407 * src/lalr.c (matrix_print): New.
18408 (transpose): Use it.
18409 Use arrays instead of pointers.
18410
18411 2001-12-05 Akim Demaille <akim@epita.fr>
18412
18413 * src/lalr.c (maxrhs): Move to...
18414 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
18415 * src/lalr.c (build_relations): Adjust.
18416
18417 2001-12-05 Akim Demaille <akim@epita.fr>
18418
18419 * src/lalr.c (transpose): Free the memory allocated to the
18420 argument, as it is replaced by the results by the unique caller.
18421 (build_relations): Merely invoke transpose: it handles the memory
18422 deallocation.
18423 Improve variable locality.
18424 Avoid variables used as mere abbreviations.
18425 (compute_lookaheads): Use arrays instead of pointers.
18426
18427 2001-12-05 Akim Demaille <akim@epita.fr>
18428
18429 * src/lalr.c (initialize_F): Improve variable locality.
18430 Avoid variables used as mere abbreviations.
18431
18432 2001-12-05 Akim Demaille <akim@epita.fr>
18433
18434 * src/derives.c (print_derives): Display the ruleno.
18435 * src/lalr.c (initialize_F, transpose): Better variable locality
18436 to improve readability.
18437 Avoid variables used as mere abbreviations.
18438
18439 2001-12-05 Akim Demaille <akim@epita.fr>
18440
18441 * src/lalr.c (traverse): Use arrays instead of pointers.
18442
18443 2001-12-05 Akim Demaille <akim@epita.fr>
18444
18445 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
18446 the handling of squeue.
18447 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
18448
18449 2001-12-05 Akim Demaille <akim@epita.fr>
18450
18451 Because useless nonterminals are now kept alive (instead of being
18452 `destroyed'), we now sometimes examine them, and store information
18453 related to them. Hence we need to know their number, and adjust
18454 memory allocations.
18455
18456 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
18457 static.
18458 * src/LR0.c (allocate_itemsets): The memory allocated to
18459 `symbol_count' was used for two different purpose: once to count
18460 the number of occurrences of each symbol, and later reassigned to
18461 `shift_symbol', containing the symbol that can be shifted from a
18462 given state.
18463 Deobfuscate, i.e., allocate, use and free `symbol_count' here
18464 only, and...
18465 (new_itemsets): Allocate `shift_symbol' here.
18466 (allocate_itemsets): symbol_count includes useless nonterminals.
18467 Make room for them.
18468 (free_storage): Use `free', not `XFREE', for pointers that cannot
18469 be null.
18470
18471 2001-12-05 Akim Demaille <akim@epita.fr>
18472
18473 * src/nullable.c (set_nullable): Deobfuscate the handling of
18474 ritem.
18475 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
18476
18477 2001-12-05 Akim Demaille <akim@epita.fr>
18478
18479 * src/gram.c, src/gram.h (ritem_print): New.
18480 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
18481 (This useless function was defined only to work around VMS linkers
18482 that can't handle compilation units with variables only).
18483 * src/reduce.c (dump_grammar): Use it to trace the construction of
18484 ritem.
18485
18486 2001-12-04 Paul Eggert <eggert@twinsun.com>
18487
18488 * src/bison.simple (union yyalloc): Change member names
18489 to be the same as the stack names.
18490 (yyparse): yyptr is now union yyalloc *, not char *.
18491 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
18492 and may generate better code on some machines.
18493 (yystpcpy): Use prototype if __STDC__ is defined, not just
18494 if __cplusplus is defined.
18495
18496 2001-11-30 Akim Demaille <akim@epita.fr>
18497
18498 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
18499 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
18500 Gettext doesn't compile cleanly, and dies with -Werror.
18501 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
18502 Include WARNING_CFLAGS here.
18503 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
18504 before being defined.
18505
18506 2001-11-27 Paul Eggert <eggert@twinsun.com>
18507
18508 * lib/quotearg.h (quotearg_n, quotearg_n_style):
18509 First arg is int, not unsigned.
18510 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
18511 (SIZE_MAX, UINT_MAX): New macros.
18512 (quotearg_n_options): Abort if N is negative.
18513 Avoid overflow check on hosts where size_t is 64 bits and int
18514 is 32 bits, as overflow is impossible there.
18515 Fix off-by-one typo that caused unnecessary reallocation.
18516
18517 2001-11-29 Paul Eggert <eggert@twinsun.com>
18518
18519 Name space cleanup in generated parser.
18520
18521 * doc/bison.texinfo (Bison Parser): Discuss system headers
18522 and their effect on the user name space.
18523
18524 * src/bison.simple:
18525 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
18526 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
18527 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
18528
18529 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
18530 on user names when possible.
18531
18532 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
18533 Simplify test for whather <alloca.h> exists.
18534
18535 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
18536
18537 (<stdio.h>): Include if YYDEBUG.
18538
18539 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
18540 ! defined (yyoverflow) && ! defined (yymemcpy).
18541
18542 (yymemcpy, yyparse): Rename local variables as needed so that
18543 they all begin with 'yy'.
18544
18545 (yystrlen, yystpcpy): New functions.
18546
18547 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
18548 All uses changed.
18549
18550 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
18551 instead of relying on string.h functions. Use YYSTACK_ALLOC
18552 and YYSTACK_FREE instead of malloc and free.
18553
18554 2001-11-30 Akim Demaille <akim@epita.fr>
18555
18556 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
18557 before their first uses.
18558 (YYBISON, YYPURE): Move to the top of the output.
18559
18560 2001-11-30 Akim Demaille <akim@epita.fr>
18561
18562 * tests/reduce.at (Useless Nonterminals): Fix.
18563
18564 2001-11-30 Akim Demaille <akim@epita.fr>
18565
18566 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
18567 if body instead of `;' to pacify GCC's warnings.
18568
18569 2001-11-30 Akim Demaille <akim@epita.fr>
18570
18571 Instead of mapping the LHS of unused rules to -1, keep the LHS
18572 valid, but flag the rules as invalid.
18573
18574 * src/gram.h (rule_t): `useful' is a new member.
18575 * src/print.c (print_grammar): Adjust.
18576 * src/derives.c (set_derives): Likewise.
18577 * src/reader.c (packgram, reduce_output): Likewise.
18578 * src/reduce.c (reduce_grammar_tables): Likewise.
18579 * tests/reduce.at (Underivable Rules, Useless Rules): New.
18580
18581 2001-11-30 Akim Demaille <akim@epita.fr>
18582
18583 * src/reduce.c (reduce_output): Formatting changes.
18584 * src/print.c (print_results, print_grammar): Likewise.
18585 * tests/regression.at (Rule Line Numbers)
18586 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
18587
18588 2001-11-30 Akim Demaille <akim@epita.fr>
18589
18590 * src/reduce.c (nonterminals_reduce): Instead of throwing away
18591 useless nonterminals, move them at the end of the symbol arrays.
18592 (reduce_output): Adjust.
18593 * tests/reduce.at (Useless Nonterminals): Adjust.
18594
18595 2001-11-30 Akim Demaille <akim@epita.fr>
18596
18597 * src/reduce.c: Various comment/formatting changes.
18598 (nonterminals_reduce): New, extracted from...
18599 (reduce_grammar_tables): here.
18600 (reduce_grammar): Call nonterminals_reduce.
18601
18602 2001-11-29 Paul Eggert <eggert@twinsun.com>
18603
18604 * src/bison.simple (YYSTACK_REALLOC): Remove.
18605 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
18606 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
18607 New macros.
18608 (union yyalloc): New type.
18609 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
18610 an arbitrary restriction on hosts where size_t is wider than int.
18611
18612 (yyparse): Don't dump core if alloca or malloc fails; instead, report
18613 a parser stack overflow. Allocate just one block of memory for all
18614 three stacks, instead of allocating three blocks; this typically is
18615 faster and reduces fragmentation.
18616
18617 Do not limit the number of items in the stack to a value that fits
18618 in 'int', as this is an arbitrary limit on hosts with 64-bit
18619 size_t and 32-bit int.
18620
18621 2001-11-29 Marc Autret <autret_m@epita.fr>
18622
18623 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
18624 of defining YYERROR_VERBOSE.
18625 [AT_DATA]: $4 is now out of C declarations in the prologue.
18626
18627 2001-11-28 Marc Autret <autret_m@epita.fr>
18628
18629 * src/reader.c (parse_dquoted_param): New.
18630 (parse_skel_decl): Use it.
18631 * src/lex.h: Add its prototype.
18632 * src/lex.c (literalchar): Become not static.
18633
18634 2001-11-28 Marc Autret <autret_m@epita.fr>
18635
18636 * src/output.h: And put its extern declaration here.
18637 * src/output.c (error_verbose): Define here.
18638 (prepare): Echo name modification.
18639 * src/getargs.h: Clean its extern declaration.
18640 * src/getargs.c (error_verbose_flag): Remove.
18641 (getargs): Remove case 'e'.
18642 * src/options.c (option_table): 'error-verbose' is now seen as simple
18643 percent option.
18644 Include output.h.
18645
18646 * src/reader.c (read_declarations): Remove case tok_include.
18647 (parse_include_decl): Remove.
18648 * src/lex.h (token_t): Remove tok_include.
18649 * src/options.c (option_table): 'include' is now a simple command line
18650 option.
18651
18652 2001-11-28 Marc Autret <autret_m@epita.fr>
18653
18654 * src/bison.simple: Adjust muscle names.
18655 * src/muscle_tab.c (muscle_init): Also rename the muscles.
18656 * src/output.c (prepare): s/_/-/ for the muscles names.
18657 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
18658
18659 2001-11-28 Marc Autret <autret_m@epita.fr>
18660
18661 * src/bison.simple: Fix debug.
18662 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
18663
18664 2001-11-28 Akim Demaille <akim@epita.fr>
18665
18666 * src/LR0.c (shifts_new): New.
18667 (save_shifts, insert_start_shift, augment_automaton): Use it.
18668
18669 2001-11-28 Akim Demaille <akim@epita.fr>
18670
18671 * src/closure.c (closure): `b' and `ruleno' denote the same value:
18672 keep ruleno only.
18673
18674 2001-11-28 Akim Demaille <akim@epita.fr>
18675
18676 * src/closure.c (closure): Instead of looping over word in array
18677 then bits in words, loop over bits in array.
18678
18679 2001-11-28 Akim Demaille <akim@epita.fr>
18680
18681 * src/closure.c (closure): No longer optimize the special case
18682 where all the bits of `ruleset[r]' are set to 0, to make the code
18683 clearer.
18684
18685 2001-11-28 Akim Demaille <akim@epita.fr>
18686
18687 * src/closure.c (closure): `r' and `c' are new variables, used to
18688 de-obfuscate accesses to RULESET and CORE.
18689
18690 2001-11-28 Akim Demaille <akim@epita.fr>
18691
18692 * src/reduce.c (reduce_print): Use ngettext.
18693 (dump_grammar): Improve the trace accuracy.
18694
18695 2001-11-28 Akim Demaille <akim@epita.fr>
18696
18697 * src/reduce.c (dump_grammar): Don't translate trace messages.
18698
18699 2001-11-28 Akim Demaille <akim@epita.fr>
18700
18701 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
18702 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
18703 as all tags are free'ed afterwards.
18704 From Enrico Scholz.
18705
18706 2001-11-27 Paul Eggert <eggert@twinsun.com>
18707
18708 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
18709 use alloca when we didn't want to, and vice versa.
18710
18711 2001-11-27 Marc Autret <autret_m@epita.fr>
18712
18713 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
18714 initialization.
18715 * src/output.c (prepare): Remove its update.
18716
18717 2001-11-27 Marc Autret <autret_m@epita.fr>
18718
18719 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
18720 Use %error-verbose.
18721
18722 2001-11-27 Marc Autret <autret_m@epita.fr>
18723
18724 * src/bison.simple: Remove YYERROR_VERBOSE using.
18725 Use %%error_verbose.
18726 (yyparse): Likewise.
18727 * src/output.c (prepare): Give its final value.
18728 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
18729 * src/getargs.h: Add its extern declaration.
18730 * src/getargs.c (error_verbose_flag): New int.
18731 (getargs): Update to catch new case.
18732 * src/options.c (option_table): 'error-verbose' is a new option.
18733 (shortopts): Update.
18734
18735 2001-11-27 Akim Demaille <akim@epita.fr>
18736
18737 * src/system.h: Use intl/libgettext.h.
18738 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
18739
18740 2001-11-27 Akim Demaille <akim@epita.fr>
18741
18742 * tests/torture.at (Exploding the Stack Size with Malloc):
18743 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
18744
18745 2001-11-27 Akim Demaille <akim@epita.fr>
18746
18747 * src/files.c: Include error.h.
18748 Reported by Hans Aberg.
18749
18750 2001-11-26 Marc Autret <autret_m@epita.fr>
18751
18752 * src/reader.c (parse_include_decl): New, not yet implemented.
18753 (read_declarations): Add case tok_include.
18754 * src/getargs.h (include): Add its extern definition.
18755 * src/getargs.c (include): New const char *.
18756 (getargs): Add case '-I'.
18757 * src/options.c (option_table): Add include as command line and
18758 percent option.
18759 * src/lex.h (token_t): Add tok_include.
18760
18761 2001-11-26 Akim Demaille <akim@epita.fr>
18762
18763 * src/reader.c (readgram): Make sure rules for mid-rule actions
18764 have a lineno equal to that of their host rule.
18765 Reported by Hans Aberg.
18766 * tests/regression.at (Rule Line Numbers): New.
18767
18768 2001-11-26 Akim Demaille <akim@epita.fr>
18769
18770 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
18771 size_ts.
18772
18773 2001-11-26 Akim Demaille <akim@epita.fr>
18774
18775 * src/complain.c, src/complain.h (error): Remove, provided by
18776 lib/error.[ch].
18777
18778 2001-11-26 Akim Demaille <akim@epita.fr>
18779
18780 * src/reader.c (read_declarations): Don't abort on tok_illegal,
18781 issue an error message.
18782 * tests/regression.at (Invalid %directive): New.
18783 Reported by Hans Aberg.
18784
18785 2001-11-26 Akim Demaille <akim@epita.fr>
18786
18787 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
18788 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
18789
18790 2001-11-26 Akim Demaille <akim@epita.fr>
18791
18792 * src/conflicts.c (conflicts_print): Don't complain at all when
18793 there are no reduce/reduce conflicts, and as many shift/reduce
18794 conflicts as expected.
18795 * tests/regression.at (%expect right): Adjust.
18796
18797 2001-11-23 Akim Demaille <akim@epita.fr>
18798
18799 * lib/alloca.c: Update, from fileutils.
18800
18801 2001-11-23 Akim Demaille <akim@epita.fr>
18802
18803 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
18804
18805 2001-11-23 Akim Demaille <akim@epita.fr>
18806
18807 * src/system.h: Include alloca.h.
18808 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
18809
18810 2001-11-23 Akim Demaille <akim@epita.fr>
18811
18812 * src/print_graph.c (print_actions): Remove `rule', unused.
18813 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
18814 pacify GCC's signed < unsigned warnings.
18815 * src/closure.c (itemsetsize): Likewise.
18816 * src/reader.c (symbol_list_new): Static.
18817
18818 2001-11-23 Akim Demaille <akim@epita.fr>
18819
18820 Attaching lineno to buckets is stupid, since only one copy of each
18821 symbol is kept, only the line of the first occurrence is kept too.
18822
18823 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
18824 * src/reader.c (rline_allocated): Remove, unused.
18825 (symbol_list): Have a `line' member.
18826 (symbol_list_new): New.
18827 (readgram): Use it.
18828 * src/print.c (print_grammar): Output the rule line numbers.
18829 * tests/regression.at (Solved SR Conflicts)
18830 (Unresolved SR Conflicts): Adjust.
18831 Reported by Hans Aberg.
18832
18833 2001-11-22 Marc Autret <autret_m@epita.fr>
18834
18835 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
18836
18837 2001-11-22 Marc Autret <autret_m@epita.fr>
18838
18839 * src/muscle_tab.c (muscle_init): Remove initialization of
18840 skeleton muscle.
18841 * src/output.c (output_master_parser): Do it here.
18842
18843 2001-11-20 Akim Demaille <akim@epita.fr>
18844
18845 * po/sv.po: New.
18846 * configure.in (ALL_LINGUAS): Adjust.
18847 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
18848 longer contains strings to translate.
18849
18850 2001-11-19 Akim Demaille <akim@epita.fr>
18851
18852 * src/conflicts.c (conflicts_print): Add a missing \n.
18853
18854 2001-11-19 Akim Demaille <akim@epita.fr>
18855
18856 * src/nullable.c (nullable_print): New.
18857 (set_nullable): Call it when tracing.
18858 Better locality of variables.
18859
18860 2001-11-19 Akim Demaille <akim@epita.fr>
18861
18862 * src/print.c (print_actions): Better locality of variables.
18863
18864 2001-11-19 Akim Demaille <akim@epita.fr>
18865
18866 * src/derives.c (print_derives): Fix and enrich.
18867 * src/closure.c (print_fderives): Likewise.
18868
18869 2001-11-19 Akim Demaille <akim@epita.fr>
18870
18871 * src/closure.c (itemsetend): Remove, replaced with...
18872 (itemsetsize): new.
18873
18874 2001-11-19 Akim Demaille <akim@epita.fr>
18875
18876 * src/LR0.c (kernel_end): Remove, replaced with...
18877 (kernel_size): new.
18878
18879 2001-11-19 Akim Demaille <akim@epita.fr>
18880
18881 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
18882 to clarify.
18883
18884 2001-11-19 Akim Demaille <akim@epita.fr>
18885
18886 * src/closure.c (closure): Use arrays instead of pointers to clarify.
18887
18888 2001-11-19 Akim Demaille <akim@epita.fr>
18889
18890 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
18891 trace messages.
18892 * src/LR0.c: Likewise.
18893 (allocate_itemsets): Use arrays instead of pointers to clarify.
18894
18895 2001-11-19 Akim Demaille <akim@epita.fr>
18896
18897 * src/getargs.c (statistics_flag): Replace with...
18898 (trace_flag): New.
18899 (longopts): Accept --trace instead of --statistics.
18900 * src/getargs.h, src/options.c: Adjust.
18901 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
18902 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
18903
18904 2001-11-19 Akim Demaille <akim@epita.fr>
18905
18906 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
18907 pointers to clarify the code.
18908 (save_reductions, save_shifts): Factor common parts of alternatives.
18909
18910 2001-11-19 Akim Demaille <akim@epita.fr>
18911
18912 * src/LR0.c (new_state, get_state): Complete TRACE code.
18913 * src/closure.c: Include `reader.h' to get `tags', needed by the
18914 trace code.
18915 Rename the conditional DEBUG as TRACE.
18916 Output consistently TRACEs to stderr, not stdout.
18917 * src/derives.c: Likewise.
18918 * src/reduce.c: (inaccessable_symbols): Using if is better style
18919 than goto.
18920 Use `#if TRACE' instead of `#if 0' for tracing code.
18921
18922 2001-11-19 Akim Demaille <akim@epita.fr>
18923
18924 * src/system.h (LIST_FREE, shortcpy): New.
18925 * src/LR0.c: Use them.
18926 * src/output.c (free_itemsets, free_reductions, free_shifts):
18927 Remove, replaced by LIST_FREE.
18928
18929 2001-11-19 Akim Demaille <akim@epita.fr>
18930
18931 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
18932 (REDUCTIONS_ALLOC): New.
18933 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
18934 allocation.
18935
18936 2001-11-19 Akim Demaille <akim@epita.fr>
18937
18938 * src/LR0.c (new_state): Complete trace code.
18939 * src/nullable.c (set_nullable): Don't translate traces.
18940
18941 2001-11-19 Akim Demaille <akim@epita.fr>
18942
18943 * src/print_graph.c (print_core): Better locality of variables.
18944 * src/print.c (print_core): Likewise.
18945
18946 2001-11-19 Akim Demaille <akim@epita.fr>
18947
18948 * src/vcg.c: You do the output, so you are responsible of the
18949 handling of VCG syntax, in particular: use quotearg.
18950 * src/print_graph.c: Don't.
18951 (print_actions): Don't output the actions as part of the nodes,
18952 since that's the job of the edges.
18953 (print_state): Don't output by hand: fill the node description,
18954 and ask for its output.
18955
18956 2001-11-19 Akim Demaille <akim@epita.fr>
18957
18958 * src/bison.simple (yyparse): When verbosely reporting an error,
18959 no longer put additional quotes around token names.
18960 * tests/calc.at: Adjust.
18961
18962 2001-11-19 Akim Demaille <akim@epita.fr>
18963
18964 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
18965 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
18966 * src/output.c: Adjust.
18967
18968 2001-11-19 Akim Demaille <akim@epita.fr>
18969
18970 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
18971 (rule_t): this.
18972 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
18973
18974 2001-11-19 Akim Demaille <akim@epita.fr>
18975
18976 * src/gram.h (rule_t): New.
18977 (rule_table): New.
18978 (rrhs, rlhs): Remove, part of state_t.
18979 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
18980 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
18981 * src/reader.c, src/reduce.c: Adjust.
18982
18983 2001-11-19 Akim Demaille <akim@epita.fr>
18984
18985 * src/reader.c (symbols_output): New, extracted from...
18986 (packsymbols): Here.
18987 (reader): Call it.
18988
18989 2001-11-19 Akim Demaille <akim@epita.fr>
18990
18991 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
18992 (maxrhs): this new function.
18993
18994 2001-11-19 Akim Demaille <akim@epita.fr>
18995
18996 * src/lalr.c (F): New macro to access the variable F.
18997 Adjust.
18998
18999 2001-11-19 Akim Demaille <akim@epita.fr>
19000
19001 * src/lalr.h (LA): New macro to access the variable LA.
19002 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19003 * src/lalr.c: Adjust.
19004
19005 2001-11-19 Akim Demaille <akim@epita.fr>
19006
19007 * src/lalr.c (initialize_LA): Only initialize LA. Let...
19008 (set_state_table): handle the `lookaheads' members.
19009
19010 2001-11-19 Akim Demaille <akim@epita.fr>
19011
19012 * src/lalr.h (lookaheads): Removed array, whose contents is now
19013 a member of...
19014 (state_t): this structure.
19015 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19016 Adjust.
19017
19018 2001-11-19 Akim Demaille <akim@epita.fr>
19019
19020 * src/lalr.h (consistent): Removed array, whose contents is now
19021 a member of...
19022 (state_t): this structure.
19023 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19024 Adjust.
19025
19026 2001-11-19 Akim Demaille <akim@epita.fr>
19027
19028 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
19029 contents are now members of...
19030 (state_t): this structure.
19031 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19032 Adjust.
19033
19034 2001-11-19 Akim Demaille <akim@epita.fr>
19035
19036 * src/lalr.h (state_t): New.
19037 (state_table): Be a state_t * instead of a core **.
19038 (accessing_symbol): Remove, part of state_t.
19039 * src/lalr.c: Adjust.
19040 (set_accessing_symbol): Merge into...
19041 (set_state_table): this.
19042 * src/print_graph.c, src/conflicts.c: Adjust.
19043
19044 2001-11-14 Akim Demaille <akim@epita.fr>
19045
19046 * tests/calc.at, tests/output.at, tests/regression.at,
19047 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
19048 now the tests are run in private dirs, therefore AC_CLEANUP and
19049 family can be simplified to 0-ary.
19050 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
19051 use abs. path to find config.h.
19052 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
19053 stderr, there can be way too much random noise.
19054 Instead pass -Werror to GCC and rely on the exit status.
19055 Reported by Wolfram Wagner.
19056
19057 2001-11-14 Akim Demaille <akim@epita.fr>
19058
19059 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
19060 defined only if yyoverflow is defined, to avoid `warning: unused
19061 variable `yyvs1''.
19062 Reported by The Test Suite.
19063
19064 2001-11-14 Akim Demaille <akim@epita.fr>
19065
19066 * src/print.c: Include reduce.h.
19067 Reported by Hans Aberg.
19068
19069 2001-11-14 Akim Demaille <akim@epita.fr>
19070
19071 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
19072 Revert a previous patch: these are really const.
19073 * src/conflicts.c (conflict_report): Additional useless pair of
19074 braces to pacify GCC's warnings for `if () if () {} else {}'.
19075 * src/lex.c (parse_percent_token): Replace equal_offset with
19076 arg_offset.
19077 arg is const.
19078 Be sure to strdup `arg' when used, since there is no reason for
19079 token_buffer not to change.
19080
19081 2001-11-14 Akim Demaille <akim@epita.fr>
19082
19083 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
19084 definition.
19085 * src/main.c (main): Use them.
19086 Suggested by Hans Aberg.
19087
19088 2001-11-12 Akim Demaille <akim@epita.fr>
19089
19090 * src/system.h (ngettext): Now that we use ngettext, be sure to
19091 provide a default definition when NLS are not used.
19092
19093 2001-11-12 Akim Demaille <akim@epita.fr>
19094
19095 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
19096 Use @kbd to denote user input.
19097 (Language and Grammar): ANSIfy the example.
19098 Adjust its layout for info/notinfo.
19099 (Location Tracking Calc): Output error messages to stderr.
19100 Output locations in a more GNUtically correct way.
19101 Fix a couple of Englishos.
19102 Adjust @group/@end group pairs.
19103
19104 2001-11-12 Akim Demaille <akim@epita.fr>
19105
19106 %expect was not functioning at all.
19107
19108 * src/conflicts.c (expected_conflicts): Set to -1.
19109 (conflict_report): Use ngettext.
19110 (conflicts_print): Check %expect and make its violation an error.
19111 * doc/bison.texinfo (Expect Decl): Adjust.
19112 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
19113 * tests/regression.at (%expect not enough, %expect right)
19114 (%expect too much): New.
19115
19116 2001-11-12 Akim Demaille <akim@epita.fr>
19117
19118 * tests/regression.at (Conflicts): Rename as...
19119 (Unresolved SR Conflicts): this.
19120 (Solved SR Conflicts): New.
19121
19122 2001-11-12 Akim Demaille <akim@epita.fr>
19123
19124 * src/reduce.c (print_results): Rename as...
19125 (reduce_output): This.
19126 Output to OUT, passed as argument, instead of output_obstack.
19127 (dump_grammar): Likewise.
19128 (reduce_free): New.
19129 Also free V1.
19130 (reduce_grammar): No longer call reduce_output, since...
19131 * src/print.c (print_results): do it.
19132 * src/main.c (main): Call reduce_free;
19133
19134 2001-11-12 Akim Demaille <akim@epita.fr>
19135
19136 * src/conflicts.c (print_reductions): Accept OUT as argument.
19137 Output to it, not to output_obstack.
19138 * src/print.c (print_actions): Adjust.
19139
19140 2001-11-12 Akim Demaille <akim@epita.fr>
19141
19142 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
19143 the result instead of using...
19144 (src_total, rrc_total, src_count, rrc_count): Remove.
19145 (any_conflicts): Remove.
19146 (print_conflicts): Split into...
19147 (conflicts_print, conflicts_output): New.
19148 * src/conflicts.h: Adjust.
19149 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
19150 * src/print.c (print_grammar): Issue `\n' between two rules.
19151 * tests/regression.at (Conflicts): New.
19152 Reported by Tom Lane.
19153
19154 2001-11-12 Akim Demaille <akim@epita.fr>
19155
19156 * tests/regression.at (Invalid input): Remove, duplicate with
19157 ``Invalid input: 1''.
19158
19159 2001-11-12 Akim Demaille <akim@epita.fr>
19160
19161 * tests/torture.at (AT_DATA_STACK_TORTURE)
19162 (Exploding the Stack Size with Alloca)
19163 (Exploding the Stack Size with Malloc): New.
19164
19165 2001-11-12 Akim Demaille <akim@epita.fr>
19166
19167 * src/bison.simple (YYSTACK_REALLOC): New.
19168 (yyparse) [!yyoverflow]: Use it and free the old stack.
19169 Reported by Per Allansson.
19170
19171 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
19172
19173 * src/bison.simple: Define type yystype instead of YYSTYPE, and
19174 define CPP macro, which substitute YYSTYPE by yystype.
19175 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
19176 with yyltype/YYLTYPE. This allows inclusion of the generated
19177 header within the parser if the compiler, such as GGC, accepts
19178 multiple equivalent #defines.
19179 From Akim.
19180
19181 2001-11-05 Akim Demaille <akim@epita.fr>
19182
19183 * src/reader.c (symbols_output): New, extracted from...
19184 (packsymbols): here.
19185 (reader): Adjust.
19186
19187 2001-11-05 Akim Demaille <akim@epita.fr>
19188
19189 * src/lex.c (parse_percent_token): s/quotearg/quote/.
19190
19191 2001-11-05 Akim Demaille <akim@epita.fr>
19192
19193 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
19194 pattern.
19195
19196 2001-11-05 Akim Demaille <akim@epita.fr>
19197
19198 * src/options.h (struct option_table_struct): set_flags is void*.
19199 * src/options.c (longopts): Support `--output' and `%output'.
19200 (usage): Adjust.
19201 * src/lex.h (tok_setopt): Remove, replaced with...
19202 (tok_intopt, tok_stropt): these new guys.
19203 * src/lex.c (getopt.h): Not needed.
19204 (token_buffer, unlexed_token_buffer): Not const.
19205 (percent_table): Promote `-' over `_' in directive names.
19206 Active `%name-prefix', `file-prefix', and `output'.
19207 (parse_percent_token): Accept possible arguments to directives.
19208 Promote `-' over `_' in directive names.
19209
19210 2001-11-04 Akim Demaille <akim@epita.fr>
19211
19212 * doc/bison.texinfo (Decl Summary): Split the list into
19213 `directives for grammars' and `directives for bison'.
19214 Sort'em.
19215 Add description of `%name-prefix', `file-prefix', and `output'.
19216 Promote `-' over `_' in directive names.
19217 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
19218 Simplify the description of `--name-prefix'.
19219 Promote `-' over `_' in directive names.
19220 Promote `--output' over `--output-file'.
19221 Fix the description of `--defines'.
19222 * tests/output.at: Exercise %file-prefix and %output.
19223
19224 2001-11-02 Akim Demaille <akim@epita.fr>
19225
19226 * doc/refcard.tex: Update.
19227
19228 2001-11-02 Akim Demaille <akim@epita.fr>
19229
19230 * src/symtab.h (SUNDEF): New.
19231 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
19232 stand for `uninitialized', instead of 0.
19233 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
19234 * src/lex.c (lex): Adjust.
19235
19236 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
19237 Number it 0.
19238 Let yylex return it instead of a plain 0.
19239 Reported by Dick Streefland.
19240
19241 2001-11-02 Akim Demaille <akim@epita.fr>
19242
19243 * tests/regression.at (Mixing %token styles): New test.
19244
19245 2001-11-02 Akim Demaille <akim@epita.fr>
19246
19247 * src/reader.c (parse_thong_decl): Formatting changes.
19248 (token_translations_init): New, extracted from...
19249 (packsymbols): Here.
19250 Adjust.
19251
19252 2001-11-01 Akim Demaille <akim@epita.fr>
19253
19254 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
19255 Check that `9foo.y' produces correct cpp guards.
19256 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
19257 guards.
19258 Reported by Wwp.
19259
19260 2001-11-01 Akim Demaille <akim@epita.fr>
19261
19262 * tests/regression.at (Invalid input: 2): New.
19263 * src/lex.c (unlexed_token_buffer): New.
19264 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
19265 too.
19266 Reported by Wwp.
19267
19268 2001-11-01 Akim Demaille <akim@epita.fr>
19269
19270 * tests/calc.at: Catch up with 1.30.
19271 * configure.in: Bump to 1.49a.
19272 Adjust to newer Autotest.
19273
19274 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
19275
19276 * src/conflicts.c: Move global variables rrc_total and src_total ...
19277 (print_conflicts): here.
19278 * src/output.c (output): Free global variable user_toknums.
19279 * src/lex.c (token_obstack): Become static.
19280
19281 2001-10-18 Akim Demaille <akim@epita.fr>
19282
19283 * tests/atlocal.in (GCC): Add.
19284 * tests/calc.at: s/m4_match/m4_bmatch/.
19285 s/m4_patsubst/m4_bpatsubst/.
19286 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
19287 * configure.in: AC_SUBST(GCC).
19288
19289 2001-10-14 Marc Autret <autret_m@epita.fr>
19290
19291 * src/options.c (create_long_option_table): Fix.
19292
19293 2001-10-10 Akim Demaille <akim@epita.fr>
19294
19295 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
19296
19297 2001-10-04 Akim Demaille <akim@epita.fr>
19298
19299 * src/reader.c (parse_union_decl): Push the caracters in
19300 union_obstack, not attrs_obstack.
19301
19302 2001-10-04 Akim Demaille <akim@epita.fr>
19303
19304 Merge in the branch 1.29.
19305
19306 * src/reader.c (packsymbols): Use a temporary obstack for
19307 `%%tokendef', since output_stack is already used elsewhere.
19308
19309 2001-10-02 Akim Demaille <akim@epita.fr>
19310
19311 Bump 1.29d.
19312
19313 2001-10-02 Akim Demaille <akim@epita.fr>
19314
19315 Version 1.29c.
19316
19317 2001-10-02 Akim Demaille <akim@epita.fr>
19318
19319 * tests/regression.at (Invalid CPP headers): New.
19320 From Alexander Belopolsky.
19321 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
19322
19323 2001-10-02 Akim Demaille <akim@epita.fr>
19324
19325 * tests/regression.at (Invalid input): New.
19326 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
19327 Reported by Shura.
19328
19329 2001-10-02 Akim Demaille <akim@epita.fr>
19330
19331 * tests/calc.at: Now that --debug works, the tests must be adjusted.
19332
19333 2001-10-02 Akim Demaille <akim@epita.fr>
19334
19335 * src/output.c (output_parser): Assert `skeleton'.
19336 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
19337 systems.
19338 From Shura.
19339
19340 2001-10-01 Marc Autret <autret_m@epita.fr>
19341
19342 * src/lex.h: Echo modifications.
19343 * src/lex.c (unlex): Parameter is now token_t.
19344 From Hans Aberg.
19345
19346 2001-10-01 Marc Autret <autret_m@epita.fr>
19347
19348 * src/main.c: Include lex.h.
19349 From Hans Aberg.
19350
19351 2001-09-29 Akim Demaille <akim@epita.fr>
19352
19353 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
19354
19355 2001-09-28 Akim Demaille <akim@epita.fr>
19356
19357 * tests/testsuite.at: Update to newer Autotest.
19358 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
19359
19360 2001-09-27 Akim Demaille <akim@epita.fr>
19361
19362 Position independent wrapper.
19363
19364 * tests/bison: Remove.
19365 * tests/bison.in: New.
19366 * configure.in: Adjust.
19367
19368 2001-09-27 Paul Eggert <eggert@twinsun.com>
19369
19370 Port quotearg fixes from tar 1.13.24.
19371
19372 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
19373 tm to be declared.
19374 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
19375 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
19376
19377 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
19378 * m4/mbrtowc.m4: New file.
19379 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
19380 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
19381
19382 2001-09-27 Akim Demaille <akim@epita.fr>
19383
19384 Bump to 1.29c.
19385
19386 2001-09-27 Akim Demaille <akim@epita.fr>
19387
19388 Version 1.29b.
19389
19390 2001-09-25 Akim Demaille <akim@epita.fr>
19391
19392 * src/system.h: Include `xalloc.h'.
19393 Remove it from the C files.
19394 * src/files.c (output_files): Free the obstacks.
19395 * src/lex.c (init_lex): Rename as...
19396 (lex_init): this.
19397 (lex_free): New.
19398 * src/main.c (main): Use it.
19399
19400 2001-09-24 Marc Autret <autret_m@epita.fr>
19401
19402 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
19403 to output informations in fout (FILE*).
19404 (open_graph, close_graph): Likewise.
19405 (output_graph, output_edge, output_node): Likewise.
19406 * src/vcg.h: Update function prototypes.
19407 * src/print_graph.c (print_graph): Open output graph file.
19408 (print_actions): Adjust.
19409 * src/files.h: Remove extern declaration.
19410 * src/files.c: Remove graph_obstack declaration.
19411 (open_files): Remove graph_obstack initialization.
19412 (output_files): Remove graph_obstack saving.
19413
19414 2001-09-24 Marc Autret <autret_m@epita.fr>
19415
19416 * src/files.c (compute_output_file_names): Fix.
19417
19418 2001-09-24 Marc Autret <autret_m@epita.fr>,
19419 Akim Demaille <akim@epita.fr>
19420
19421 * src/reader.c (reader): Remove call to free_symtab ().
19422 * src/main.c (main): Call it here.
19423 Include symtab.h.
19424 * src/conflicts.c (initialize_conflicts): Rename as...
19425 (solve_conflicts): this.
19426 * src/print.c (print_core, print_actions, print_state)
19427 (print_grammar): Dump to a file instead a `output_obstack'.
19428 (print_results): Dump `output_obstack', and then proceed with the
19429 FILE *.
19430 * src/files.c (compute_output_file_names, close_files): New.
19431 (output_files): Adjust.
19432 * src/main.c (main): Adjust.
19433
19434 2001-09-23 Marc Autret <autret_m@epita.fr>
19435
19436 * src/files.c (compute_header_macro): Computes header macro name
19437 from spec_defines_file when given.
19438
19439 2001-09-23 Marc Autret <autret_m@epita.fr>
19440
19441 * src/files.c (output_files): Add default extensions.
19442
19443 2001-09-22 Akim Demaille <akim@epita.fr>
19444
19445 * src/conflicts.c (finalize_conflicts): Rename as...
19446 (free_conflicts): this.
19447
19448 2001-09-22 Akim Demaille <akim@epita.fr>
19449
19450 * src/gram.c (gram_free): Rename back as...
19451 (dummy): this.
19452 (output_token_translations): Free `token_translations'.
19453 * src/symtab.c (free_symtab): Free the tag field.
19454
19455 2001-09-22 Akim Demaille <akim@epita.fr>
19456
19457 Remove `translations' as it is always set to true.
19458
19459 * src/gram.h: Adjust.
19460 * src/reader.c (packsymbols, parse_token_decl): Adjust
19461 * src/print.c (print_grammar): Adjust.
19462 * src/output.c (output_token_translations): Adjust.
19463 * src/lex.c (lex): Adjust.
19464 * src/gram.c: Be sure the set pointers to NULL.
19465 (dummy): Rename as...
19466 (gram_free): this.
19467
19468 2001-09-22 Akim Demaille <akim@epita.fr>
19469
19470 * configure.in: Invoke AM_LIB_DMALLOC.
19471 * src/system.h: Use dmalloc.
19472 * src/LR0.c: Be sure to have pointers initialized to NULL.
19473 (allocate_itemsets): Allocate kernel_items only if needed.
19474
19475 2001-09-22 Akim Demaille <akim@epita.fr>
19476
19477 * configure.in: Bump to 1.29b.
19478 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
19479 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
19480 need xmalloc.c in calc.y.
19481 From Pascal Bart.
19482
19483 2001-09-21 Akim Demaille <akim@epita.fr>
19484
19485 Version 1.29a.
19486 * Makefile.maint, config/config.guess, config/config.sub,
19487 * config/missing: Update from masters.
19488 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
19489 upon package.m4.
19490 * configure.in (ALL_LINGUAS): Add `tr'.
19491
19492 2001-09-21 Akim Demaille <akim@epita.fr>
19493
19494 * tests/Makefile.am (package.m4): Move to...
19495 ($(srcdir)/$(TESTSUITE)): here.
19496
19497 2001-09-20 Akim Demaille <akim@epita.fr>
19498
19499 * src/complain.c: No longer try to be standalone: use system.h.
19500 Don't assume __STDC__ is defined to 1. Just test if it is defined.
19501 * src/complain.h: Likewise.
19502 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
19503 Remove the unused variable `n'.
19504 From Albert Chin-A-Young.
19505
19506 2001-09-18 Marc Autret <autret_m@epita.fr>
19507
19508 * doc/bison.1: Update.
19509 * doc/bison.texinfo (Bison Options): Update --defines and --graph
19510 descriptions.
19511 (Option Cross Key): Update.
19512 Add --graph.
19513
19514 2001-09-18 Marc Autret <autret_m@epita.fr>
19515
19516 * tests/regression.at: New test (comment in %union).
19517
19518 2001-09-18 Marc Autret <autret_m@epita.fr>
19519
19520 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
19521 do that.
19522 Reported by Keith Browne.
19523
19524 2001-09-18 Marc Autret <autret_m@epita.fr>
19525
19526 * tests/output.at: Add tests for --defines and --graph.
19527
19528 2001-09-18 Marc Autret <autret_m@epita.fr>
19529
19530 * tests/output.at: Removes tests of %{header,src}_extension features.
19531
19532 2001-09-18 Akim Demaille <akim@epita.fr>
19533
19534 * tests/Makefile.am (package.m4): New.
19535 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
19536 (_AT_CHECK_CALC_ERROR): Likewise.
19537 Factor the `, ' part of verbose error messages.
19538
19539 2001-09-18 Marc Autret <autret_m@epita.fr>
19540
19541 * src/getargs.c (longopts): Declare --defines and --graph as options
19542 with optional arguments.
19543 * src/files.h: Add extern declarations.
19544 * src/files.c (spec_graph_file, spec_defines_file): New.
19545 (output_files): Update.
19546 Remove CPP-outed code.
19547
19548 2001-09-18 Marc Autret <autret_m@epita.fr>
19549
19550 Turn off %{source,header}_extension feature.
19551
19552 * src/files.c (compute_exts_from_gf): Update.
19553 (compute_exts_from_src): Update.
19554 (output_files): CPP-out useless code.
19555 * src/files.h: Remove {header,source}_extension extern declarations.
19556 * src/reader.c (parse_dquoted_param): CPP-out.
19557 (parse_header_extension_decl): Remove.
19558 (parse_source_extension_decl): Remove.
19559 (read_declarations): Remove cases tok_{hdrext,srcext}.
19560 * src/lex.c (percent_table): Remove {header,source}_extension entries.
19561 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
19562
19563 2001-09-10 Akim Demaille <akim@epita.fr>
19564
19565 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
19566 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
19567 (AT_CHECK_OUTPUT): this.
19568 Merely check ls' exit status, its output is useless.
19569
19570 2001-09-10 Akim Demaille <akim@epita.fr>
19571
19572 * tests/calc.at: Use m4_match.
19573 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
19574
19575 2001-09-10 Marc Autret <autret_m@epita.fr>,
19576 Akim Demaille <akim@epita.fr>
19577
19578 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
19579 enum color_e.
19580 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
19581 to `normal'.
19582 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
19583 * src/lex.h: Adjust prototype.
19584 (token_t): Add `tok_undef'.
19585 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
19586 (parse_percent_token): Now returns token_t.
19587 Add default statement in switch.
19588 (lex): Separate `c' as an input variable, from the token_t result
19589 part.
19590 (unlexed): Is a token_t.
19591
19592 2001-09-10 Akim Demaille <akim@epita.fr>
19593
19594 * configure.in: Bump to 1.29a.
19595
19596 2001-09-07 Akim Demaille <akim@epita.fr>
19597
19598 Version 1.29.
19599
19600 2001-08-30 Akim Demaille <akim@epita.fr>
19601
19602 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
19603 * m4/atconfig.m4: Remove.
19604 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
19605 * tests/bison: New.
19606 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
19607 m4_if, m4_patsubst, and m4_regexp.
19608 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
19609 `input' file instead of echo.
19610
19611 2001-08-29 Akim Demaille <akim@epita.fr>
19612
19613 Bump to 1.28e.
19614
19615 2001-08-29 Akim Demaille <akim@epita.fr>
19616
19617 Version 1.28d.
19618
19619 2001-08-29 Paul Eggert <eggert@twinsun.com>
19620
19621 * src/bison.simple (yyparse): Don't take the address of an
19622 item before the start of an array, as that doesn't conform to
19623 the C Standard.
19624
19625 2001-08-29 Robert Anisko <anisko_r@epita.fr>
19626
19627 * doc/bison.texinfo (Location Tracking Calc): New node.
19628
19629 2001-08-29 Paul Eggert <eggert@twinsun.com>
19630
19631 * src/output.c (output): Do not define const, as this now
19632 causes more problems than it cures.
19633
19634 2001-08-29 Akim Demaille <akim@epita.fr>
19635
19636 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
19637 the nodes.
19638 Be sure to tag the `detailmenu'.
19639
19640 2001-08-29 Akim Demaille <akim@epita.fr>
19641
19642 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
19643 download in a tmp dir.
19644
19645 2001-08-28 Marc Autret <autret_m@epita.fr>
19646
19647 * config/depcomp: New file.
19648
19649 2001-08-28 Marc Autret <autret_m@epita.fr>
19650
19651 * doc/bison.1 (mandoc): Adjust.
19652 From Juan Manuel Guerrero.
19653
19654 2001-08-28 Marc Autret <autret_m@epita.fr>
19655
19656 * src/print_graph.c (print_state): Fix.
19657
19658 2001-08-27 Marc Autret <autret_m@epita.fr>
19659
19660 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
19661 char * members.
19662 Echo modifications to the functions prototypes.
19663 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
19664
19665 2001-08-27 Marc Autret <autret_m@epita.fr>
19666
19667 * src/vcg.c: Include `xalloc.h'.
19668 (add_colorentry): New.
19669 (add_classname): New.
19670 (add_infoname): New.
19671 * src/vcg.h: Add new prototypes.
19672
19673 2001-08-27 Akim Demaille <akim@epita.fr>
19674
19675 * Makefile.maint: Sync. again with CVS Autoconf.
19676
19677 2001-08-27 Akim Demaille <akim@epita.fr>
19678
19679 * Makefile.maint: Formatting changes.
19680 (po-update, cvs-update, update): New targets.
19681 (AMTAR): Remove.
19682
19683 2001-08-27 Akim Demaille <akim@epita.fr>
19684
19685 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
19686 * Makefile.maint: Sync. with CVS Autoconf.
19687
19688 2001-08-27 Marc Autret <autret_m@epita.fr>
19689
19690 * src/vcg.h (struct infoname_s): New.
19691 (struct colorentry_s): New.
19692 (graph_s): New fields {vertical,horizontal}_order in structure.
19693 Add `infoname' field.
19694 Add `colorentry' field;
19695 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
19696 (G_HORIZONTAL_ORDER): New.
19697 (G_INFONAME): New.
19698 (G_COLORENTRY): New.
19699 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
19700 Add output of `infoname'.
19701 Add output of `colorentry'.
19702
19703 2001-08-27 Marc Autret <autret_m@epita.fr>
19704
19705 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
19706 This one shadowed a global parameter.
19707
19708 2001-08-24 Marc Autret <autret_m@epita.fr>
19709
19710 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
19711 instead of `unsigned'.
19712 (print_state): Do not call obstack_object_size () in obstack_grow ()
19713 to avoid macro variables shadowing.
19714
19715 2001-08-23 Marc Autret <autret_m@epita.fr>
19716
19717 * src/lex.c (percent_table): Typo: s/naem/name/.
19718 Add graph option.
19719 Normalize new options declarations.
19720
19721 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
19722
19723 * tests/suite.at: Exercise %header_extension and %source_extension.
19724
19725 2001-08-16 Marc Autret <autret_m@epita.fr>
19726
19727 * src/reader.c (parse_dquoted_param): New.
19728 (parse_header_extension_decl): Use it.
19729 (parse_source_extension_decl): Likewise.
19730
19731 2001-08-16 Marc Autret <autret_m@epita.fr>
19732
19733 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
19734 (get_xxxx_str): Use assert () instead of complain ().
19735 Remove return invokations in default cases.
19736 (get_decision_str): Modify default behaviour. Remove second argument.
19737 Echo modifications on calls.
19738 (output_graph): Fix.
19739
19740 2001-08-16 Marc Autret <autret_m@epita.fr>
19741
19742 * src/getargs.c (usage): Update with ``-g, --graph''.
19743
19744 2001-08-16 Marc Autret <autret_m@epita.fr>
19745
19746 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
19747 (Option Cross Key): Likewise.
19748 * doc/bison.1: Update.
19749
19750 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
19751
19752 * src/output.c (output_master_parser): Don't finish action_obstack.
19753 (output_parser): Don't care about the muscle action, here.
19754 (prepare): Copy the action_obstack in the action muscle.
19755 (output): Free action_obstack.
19756
19757 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
19758
19759 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
19760 will contain `%union' declaration.
19761 (parse_union_decl): Delete #line directive output.
19762 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
19763 informations about %union.
19764 (parse_union_decl): Copy the union_obstack in the muscle stype.
19765 * src/bison.simple: Add new #line directive.
19766 Add typdef %%stype YYSTYPE.
19767
19768 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
19769
19770 * src/bison.simple: Add new `#line' directive.
19771
19772 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
19773
19774 * src/bison.simple: New `#line' directive.
19775 * src/output.c (output_parser): Support new dynamic muscle input_line.
19776
19777 2001-09-22 Marc Autret <autret_m@epita.fr>
19778
19779 * src/output.c (output_master_parser): New.
19780 (output_parser): Be more re-entrant.
19781
19782 2001-09-21 Marc Autret <autret_m@epita.fr>
19783
19784 * src/reader.c (copy_definition, parse_union_decl): Update and use
19785 `linef' muscle.
19786 (copy_action): Likewise.
19787 Use obstack_1grow ().
19788 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
19789
19790 2001-09-21 Marc Autret <autret_m@epita.fr>
19791
19792 * src/options.c (option_table): Adjust.
19793 * src/lex.c (parse_percent_token): Fix.
19794
19795 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
19796
19797 * src/options.c (symtab.h): Include it, need by lex.h.
19798
19799 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
19800
19801 * src/lex.c (parse_percent_token): Change type of variable `tx', which
19802 is now an option_table_struct*.
19803 (option_strcmp): New function option_strcmp.
19804 (parse_percent_token): Call option_strcmp.
19805 * src/getargs.c (xalloc.h, options.h): Include it.
19806 (getargs): Call create_long_option_table.
19807 (getargs): Free longopts at the end of the function.
19808 (shortopts): Move in options.c.
19809 * src/options.c (create_long_option_table): New function. Convert
19810 information from option_table to option structure.
19811 * src/reader.c (options.h): Include it.
19812
19813 * src/Makefile.am: Adjust.
19814 * src/options.c (option_table): Create from longopts and percent_table.
19815 * src/getargs.c (longopts): Delete.
19816 * src/lex.c (struct percent_table_struct): Delete.
19817 (percent_table): Delete.
19818 (options.h): Include it.
19819 * src/options.c: Create.
19820 * src/options.h: Create.
19821 Declare enum opt_access_e.
19822 Define struct option_table_struct.
19823
19824 2001-09-20 Marc Autret <autret_m@epita.fr>
19825
19826 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
19827 sections of Bison.
19828
19829 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
19830
19831 * src/bison.simple: s/%%filename/%%skeleton.
19832 * src/muscle_tab.c (getargs.h): Include it.
19833 (muscle_init): Insert new muscle skeleton.
19834
19835 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
19836
19837 * src/output.c (output_parser): Delete unused variable actions_dumped.
19838
19839 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
19840
19841 * src/output.c (output): Delete call to reader_output_yylsp.
19842 * src/reader.c (reader): Likewise.
19843 * src/reader.h: Delete declaration of reader_output_yylsp.
19844
19845 2001-09-02 Marc Autret <autret_m@epita.fr>
19846
19847 * src/reader.c: Include muscle_tab.h.
19848 (parse_union_decl): Update.
19849 (parse_macro_decl): Rename parse_muscle_decl.
19850 Update to use renamed functions and variable.
19851 (read_declarations, copy_action, read_additionnal_code, : Updated
19852 with correct variables and functions names.
19853 (packsymbols, reader): Likewise.
19854
19855 * src/reader.h (muscle_obstack): Extern declaration update.
19856
19857 * src/output.c: Include muscle_tab.h
19858 In all functions using macro_insert, change by using muscle_insert ().
19859 (macro_obstack): Rename muscle_obstack.
19860 Echo modifications in the whole file.
19861 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
19862 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
19863 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
19864
19865 * src/muscle_tab.h: Update double inclusion macros.
19866 (macro_entry_s): Rename muscle_entry_s.
19867 Update prototypes.
19868
19869 * src/muscle_tab.c: Include muscle_tab.h.
19870 Rename macro_tabble to muscle_table.
19871 (mhash1, mhash2, mcmp): Use muscle_entry.
19872 (macro_init): Rename muscle_init. Update.
19873 (macro_insert): Rename muscle_insert. Update.
19874 (macro_find): Rename muscle_find. Update.
19875
19876 * src/main.c: Include muscle_tab.h.
19877 (main): Call muscle_init ().
19878 * src/Makefile.am (bison_SOURCES): Echo modifications.
19879
19880 2001-09-02 Marc Autret <autret_m@epita.fr>
19881
19882 Now the files macro_tab.[ch] are named muscle_tab.[ch].
19883
19884 * src/muscle_tab.c, src/muscle_tab.h: Add files.
19885
19886 2001-09-02 Marc Autret <autret_m@epita.fr>
19887
19888 * src/macrotab.c, src/macrotab.h: Remove.
19889
19890 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
19891
19892 * src/reader.c (copy_guard): Use muscle to specify the `#line'
19893 filename.
19894
19895 2001-09-01 Marc Autret <autret_m@epita.fr>
19896
19897 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
19898 to an explicit value to activate the feature. We do it here.
19899
19900 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
19901
19902 * src/output.c (prepare): Delete the `filename' muscule insertion.
19903 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
19904 (parse_union_decl): Likewise.
19905 * src/macrotab.c (macro_init): Initialize filename by infile.
19906
19907 2001-08-31 Marc Autret <autret_m@epita.fr>
19908
19909 * src/bison.simple (YYLSP_NEEDED): New definition.
19910 * src/output.c (prepare): Add macro insertion of `locations_flag'
19911
19912 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
19913
19914 * src/output.c (prepare): Delete insertion of previous muscles,
19915 and insert the `prefix' muscles.
19916 * src/macrotab.c (macro_init): Likewise.
19917 (macro_init): Initialization prefix directive by `yy'.
19918 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
19919 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
19920 yylval, yydebug, yyerror, yynerrs and yyparse.
19921 New directive `#define' to substitute yydebug, ... with option
19922 name_prefix.
19923
19924 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
19925
19926 * src/main.c (main): Standardize.
19927 * src/output.c (output_table_data, output_parser): Likewise.
19928 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
19929
19930 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
19931
19932 * src/reader.c (read_additionnal_code): Rename %%user_code to
19933 %%epilogue.
19934 * src/output.c (output): Rename %%declarations to %%prologue.
19935 * src/bison.simple: Echo modifications.
19936
19937 2001-08-31 Marc Autret <autret_m@epita.fr>
19938
19939 * src/reader.c (readgram): CleanUp.
19940 (output_token_defines): Likewise.
19941 (packsymbols): Likewise.
19942 (reader): Likewise.
19943 * src/output.c (output): CPP-out useless code.
19944
19945 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
19946
19947 * src/reader.c (reader): Delete obsolete call to function
19948 output_trailers and output_headers.
19949 * src/output.h: Remove obsolete functions prototypes of output_headers
19950 and output_trailers.
19951
19952 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
19953
19954 * src/main.c: Include macrotab.h.
19955 * src/macrotab.h (macro_entry_s): Constify fields.
19956 Adjust functions prototypes.
19957 * src/macrotab.c (macro_insert): Constify key and value.
19958 (macro_find): Constify key.
19959 (macro_insert): Include 'xalloc.h'
19960 (macro_insert): Use XMALLOC.
19961 (macro_find): Constify return value.
19962 * src/output.c (output_table_data): Rename table to table_data.
19963 (output_parser): Constify macro_key, macro_value.
19964
19965 2001-08-30 Marc Autret <autret_m@epita.fr>
19966
19967 * src/reader.c (parse_skel_decl): New.
19968 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
19969 * src/lex.h (token_t): New token `tok_skel'.
19970 * src/lex.c (percent_table): Add skeleton option entry.
19971 Standardize.
19972
19973 2001-08-29 Marc Autret <autret_m@epita.fr>
19974
19975 * src/bison.simple: Add %%user_code directive at the end.
19976 * src/reader.c (read_additionnal_code): New.
19977 (reader): Use it.
19978 * src/output.c (output_program): Remove.
19979 (output): Update.
19980
19981 2001-08-28 Marc Autret <autret_m@epita.fr>
19982
19983 * src/output.c (output_actions): Clean up.
19984 (output_gram): CPP-out useless code.
19985 * src/reader.c (reader): Clean up, CPP-out useless code.
19986
19987 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
19988
19989 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
19990 directive.
19991 * src/bison.simple: Add `%%definitions'.
19992
19993 2001-08-28 Marc Autret <autret_m@epita.fr>
19994
19995 * config/depcomp: New file.
19996
19997 2001-08-27 Paul Eggert <eggert@twinsun.com>
19998
19999 * src/bison.simple (yyparse): Don't take the address of an
20000 item before the start of an array, as that doesn't conform to
20001 the C Standard.
20002
20003 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
20004
20005 * src/output.c (output): Remove the initialization of the macro
20006 obstack. It was done too late here.
20007
20008 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
20009 completely wrong.
20010 (reader): Initialize the macro obstack here, since we need it to grow
20011 '%define' directives.
20012
20013 * src/reader.h: Declare the macro obstack as extern.
20014
20015 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
20016
20017 * src/output.c (output_parser): Fix. Store single '%' characters in
20018 the output obstack instead of throwing them away.
20019
20020 2001-08-27 Akim Demaille <akim@epita.fr>
20021
20022 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
20023
20024 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20025
20026 * lib/Makefile.am: Adjust.
20027
20028 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20029
20030 * src/bison.simple: Update and add '%%' directives.
20031
20032 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20033
20034 * src/reader.c (reader): Remove calls to 'output_headers' and
20035 'output_trailers'. Remove some C output.
20036 (readgram): Disable a piece of code that was writing a default
20037 definition for 'YYSTYPE'.
20038 (reader_output_yylsp): Remove.
20039 (packsymbols): Output token defintions to a macro.
20040 (copy_definition): Disable C output.
20041
20042 * src/reader.c (parse_macro_decl): New function used to parse macro
20043 declarations.
20044 (copy_string2): Put the body of copy_string into this new function.
20045 Add a parameter to let the caller choose whether he wants to copy the
20046 string delimiters or not.
20047 (copy_string): Be a simple call to copy_string2 with the last argument
20048 bound to true.
20049 (read_declarations): Add case for macro definition.
20050 (copy_identifier): New.
20051 (parse_macro_decl): Read macro identifiers using copy_identifier
20052 rather than lex.
20053
20054 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20055
20056 * src/output.c (prepare): Add prefixed names.
20057 (output_parser): Output semantic actions.
20058 (output_parser): Fix bug on '%%line' directives.
20059
20060 * src/output.c (output_headers): Remove. The C code printed by this
20061 function should now be in the skeletons.
20062 (output_trailers): Remove.
20063 (output): Disable call to 'reader_output_yylsp'.
20064 (output_rule_data): Do not output tables to the table obstack.
20065
20066 * src/output.c: Remove some C dedicated output.
20067 Improve the use of macro and output obstacks.
20068 (output_defines): Remove.
20069
20070 * src/output.c (output_token_translations): Associate 'translate'
20071 table with a macro. No output to the table obstack.
20072 (output_gram): Same for 'rhs' and 'prhs'.
20073 (output_stos): Same for 'stos'.
20074 (output_rule_data): Same for 'r1' and 'r2'.
20075 (token_actions): Same for 'defact'.
20076 (goto_actions): Same for 'defgoto'.
20077 (output_base): Same for 'pact' and 'pgoto'.
20078 (output_table): Same for 'table'.
20079 (output_check): Same for 'check'.
20080
20081 * src/output.c (output_table_data): New function.
20082 (output_short_table): Remove.
20083 (output_short_or_char_table): Remove.
20084
20085 * src/output.c (output_parser): Replace most of the skeleton copy code
20086 with something new. Skeletons are now processed character by character
20087 rather than line by line, and Bison looks for '%%' macros. This is the
20088 first step in making Bison's output process (a lot) more flexible.
20089 (output_parser): Use the macro table.
20090
20091 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20092
20093 * src/main.c (main): Initialize the macro table.
20094
20095 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20096
20097 * src/lex.c (percent_table): Add tok_define.
20098 * src/lex.h: Add tok_define.
20099
20100 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20101
20102 * src/macrotab.c: New file.
20103 * src/macrotab.h: New file.
20104 * src/Makefile.am: Update.
20105
20106 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20107
20108 * lib/hash.c: New file.
20109 * lib/hash.h: New file.
20110 * lib/Makefile.am: Update.
20111
20112 2001-08-15 Akim Demaille <akim@epita.fr>
20113
20114 Version 1.28c.
20115
20116 2001-08-15 Marc Autret <autret_m@epita.fr>
20117
20118 * src/reader.c (readgram): Indent output macro YYSTYPE.
20119 (packsymbols): Likewise.
20120 (output_token_defines): Likewise.
20121 * src/files.c: Standardize.
20122 (compute_header_macro): New.
20123 (defines_obstack_save): New. Use compute_header_macro.
20124 (output_files): Update. Use defines_obstack_save.
20125
20126 2001-08-15 Akim Demaille <akim@epita.fr>
20127
20128 * doc/bison.texinfo (Table of Symbols): Document
20129 YYSTACK_USE_ALLOCA.
20130
20131 2001-08-15 Akim Demaille <akim@epita.fr>
20132
20133 * missing: Update from CVS Automake.
20134 * config/config.guess, config/config.sub, config/texinfo.tex:
20135 Update from gnu.org.
20136
20137 2001-08-15 Akim Demaille <akim@epita.fr>
20138
20139 * Makefile.maint: Sync with CVS Autoconf.
20140
20141 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
20142
20143 * doc/bison.texinfo: Include GNU Free Documentation License from
20144 `fdl.texi'.
20145 * doc/fdl.texi: Add to package.
20146
20147 2001-08-14 Marc Autret <autret_m@epita.fr>
20148
20149 Turn on %{source,header}_extension features.
20150
20151 * src/lex.c (percent_table): Un-CPP out header_extension and
20152 source_extension.
20153 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
20154 (compute_exts_from_src): Remove conditions. It restores priorities
20155 between options.
20156
20157 2001-08-14 Marc Autret <autret_m@epita.fr>
20158
20159 * src/files.c (compute_base_names): Add extensions computing when
20160 `--file-prefix' used.
20161 Standardize function calls.
20162
20163 2001-08-13 Marc Autret <autret_m@epita.fr>
20164
20165 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
20166 defining it (defined but null disables alloca).
20167
20168 2001-08-13 Marc Autret <autret_m@epita.fr>
20169
20170 * src/bison.simple (_yy_memcpy): CPP reformat.
20171
20172 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
20173
20174 * tests/atconfig.in (CPPFLAGS): Fix.
20175
20176 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
20177
20178 * doc/bison.texinfo: Include GNU General Public License from
20179 `gpl.texi'.
20180 * doc/gpl.texi: Add to package.
20181
20182 2001-08-10 Marc Autret <autret_m@epita.fr>
20183
20184 * src/print_graph.h: Fix.
20185 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
20186
20187 2001-08-10 Akim Demaille <akim@epita.fr>
20188
20189 * src/system.h: Provide default declarations for stpcpy, strndup,
20190 and strnlen.
20191
20192 2001-08-10 Robert Anisko <anisko_r@epita.fr>
20193
20194 * doc/bison.texinfo (Locations): Update @$ stuff.
20195
20196 2001-08-09 Robert Anisko <anisko_r@epita.fr>
20197
20198 * src/bison.simple (YYLLOC_DEFAULT): Update.
20199 (yyparse): Adjust.
20200
20201 2001-08-08 Marc Autret <autret_m@epita.fr>
20202
20203 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
20204 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
20205 Reported by Fabrice Bauzac.
20206
20207 2001-08-08 Marc Autret <autret_m@epita.fr>
20208
20209 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
20210 * src/vcg.c (output_node): Fix.
20211 * src/vcg.h: Cleanup.
20212 * src/print_graph.c: Add comments.
20213 (node_output_size): New global variable. Simplify the formatting of
20214 the VCG graph output.
20215 (print_actions): Unused code is now used. It notifies the final state
20216 and no action states in the VCG graph. It also give the reduce actions.
20217 The `shift and goto' edges are red and the `go to state' edges are
20218 blue.
20219 Get the current node name and node_obstack by argument.
20220 (node_obstack): New variable.
20221 (print_state): Manage node_obstack.
20222 (print_core): Use node_obstack given by argument.
20223 A node is not only computed here but in print_actions also.
20224 (print_graph): CPP out useless code instead of commenting it.
20225
20226 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
20227
20228 * tests/atconfig.in (CPPFLAGS): Fix.
20229
20230 2001-08-07 Akim Demaille <akim@epita.fr>
20231
20232 * src/print_graph.c (quote): New.
20233 (print_core): Use it.
20234
20235 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
20236
20237 * src/vcg.c (complain.h): Include it.
20238 Unepitaize `return' invocations.
20239 [NDEBUG] (main): Remove.
20240 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
20241 * src/files.c (open_files): Initialize graph_obstack.
20242 * src/print_graph.c (print_actions): CPP out useless code.
20243 (print_core): Don't output the last `\n' in labels.
20244 Use `quote'.
20245 * src/files.c (output_files): Output the VCG file.
20246 * src/main.c (main): Invoke print_graph ();
20247
20248 2001-08-06 Marc Autret <autret_m@epita.fr>
20249
20250 Automaton VCG graph output.
20251 Using option ``-g'' or long option ``--graph'', you can generate
20252 a gram_filename.vcg file containing a VCG description of the LALR (1)
20253 automaton of your grammar.
20254
20255 * src/main.c: Call to print_graph() function.
20256 * src/getargs.h: Update.
20257 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
20258 (graph_flag): New flag.
20259 (longopts): Update.
20260 (getargs): Add case `g'.
20261 * src/files.c (graph_obstack): New obstack struct.
20262 (open_files): Initialize new obstack.
20263 (output_files): Saves graph_obstack if required.
20264 * src/files.h (graph_obstack): New extern declaration.
20265 * src/Makefile.am: Add new source files.
20266
20267 2001-08-06 Marc Autret <autret_m@epita.fr>
20268
20269 * src/print_graph.c, src/print_graph.h (graph): New.
20270 * src/vcg.h: New file.
20271 * src/vcg.c: New file, VCG graph handling.
20272
20273 2001-08-06 Marc Autret <autret_m@epita.fr>
20274
20275 Add of %source_extension and %header_extension which specify
20276 the source or/and the header output file extension.
20277
20278 * src/files.c (compute_base_names): Remove initialisation of
20279 src_extension and header_extension.
20280 (compute_exts_from_gf): Update.
20281 (compute_exts_from_src): Update.
20282 (output_files): Update.
20283 * src/reader.c (parse_header_extension_decl): New.
20284 (parse_source_extension_decl): New.
20285 (read_declarations): New case statements for the new tokens.
20286 * src/lex.c (percent_table): Add entries for %source_extension
20287 and %header_extension.
20288 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
20289
20290 2001-08-06 Marc Autret <autret_m@epita.fr>
20291
20292 * configure.in: Bump to 1.28c.
20293 * doc/bison.texinfo: Texinfo thingies.
20294
20295 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
20296
20297 * tests/atconfig.in (CPPFLAGS): Add.
20298 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
20299
20300 2001-08-03 Akim Demaille <akim@epita.fr>
20301
20302 Version 1.28b.
20303
20304 2001-08-03 Akim Demaille <akim@epita.fr>
20305
20306 * tests/Makefile.am (check-local): Ship testsuite.
20307 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
20308 Include `string.h'.
20309
20310 2001-08-03 Akim Demaille <akim@epita.fr>
20311
20312 * configure.in: Try using -Wformat when compiling.
20313
20314 2001-08-03 Akim Demaille <akim@epita.fr>
20315
20316 * configure.in: Bump to 1.28b.
20317
20318 2001-08-03 Akim Demaille <akim@epita.fr>
20319
20320 * src/complain.c: Adjust strerror_r portability issues.
20321
20322 2001-08-03 Akim Demaille <akim@epita.fr>
20323
20324 Version 1.28a.
20325
20326 2001-08-03 Akim Demaille <akim@epita.fr>
20327
20328 * src/getargs.c, src/getarg.h (skeleton)): Constify.
20329 * src/lex.c (literalchar): Avoid name clashes on `buf'.
20330 * src/getargs.c: Include complain.h.
20331 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
20332 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
20333
20334 2001-08-03 Akim Demaille <akim@epita.fr>
20335
20336 * src/reader.c (readgram): Display hidden chars in error messages.
20337
20338 2001-08-03 Akim Demaille <akim@epita.fr>
20339
20340 Update to gettext 0.10.39.
20341
20342 2001-08-03 Akim Demaille <akim@epita.fr>
20343
20344 * lib/strspn.c: New.
20345
20346 2001-08-01 Marc Autret <autret_m@epita.fr>
20347
20348 * doc/bison.texinfo: Update.
20349 * doc/bison.1 (mandoc): Update.
20350 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
20351 * src/files.c: Support output files extensions computing.
20352 (src_extension): New static variable.
20353 (header_extension): New static variable.
20354 (tr): New function.
20355 (get_extension_index): New function, gets the index of an extension
20356 filename in a string.
20357 (compute_exts_from_gf): New function, computes extensions from the
20358 grammar file extension.
20359 (compute_exts_from_src): New functions, computes extensions from the
20360 C source file extension, file given by ``-o'' option.
20361 (compute_base_names): Update.
20362 (output_files): Update.
20363
20364 2001-08-01 Robert Anisko <anisko_r@epita.fr>
20365
20366 * doc/bison.texi: Document @$.
20367 (Locations): New section.
20368
20369 2001-07-18 Akim Demaille <akim@epita.fr>
20370
20371 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
20372 * config/prev-version.txt, config/move-if-change: New.
20373 * Makefile.am: Adjust.
20374
20375 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
20376
20377 * src/bison.simple (yyparse): Suppress warning `comparaison
20378 between signed and unsigned'.
20379
20380 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
20381
20382 * src/getargs.h (raw_flag): Remove.
20383 * src/getargs.c: Die on `-r'/`--raw'.
20384 * src/lex.c (parse_percent_token): Die on `%raw'.
20385 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
20386 * tests/calc.at: Suppress test with option `--raw'.
20387
20388 2001-07-14 Akim Demaille <akim@epita.fr>
20389
20390 * config/: New.
20391 * configure.in: Require Autoconf 2.50.
20392 Update to gettext 0.10.38.
20393
20394 2001-03-16 Akim Demaille <akim@epita.fr>
20395
20396 * doc/bison.texinfo: ANSIfy the examples.
20397
20398 2001-03-16 Akim Demaille <akim@epita.fr>
20399
20400 * getargs.c (skeleton): New variable.
20401 (longopts): --skeleton is a new option.
20402 (shortopts, getargs): -S is a new option.
20403 * getargs.h: Declare skeleton.
20404 * output.c (output_parser): Use it.
20405
20406 2001-03-16 Akim Demaille <akim@epita.fr>
20407
20408 * m4/strerror_r.m4: New.
20409 * m4/error.m4: Run AC_FUNC_STRERROR_R.
20410 * lib/error.h, lib/error.c: Update.
20411
20412 2001-03-16 Akim Demaille <akim@epita.fr>
20413
20414 * src/getargs.c (longopts): Clean up.
20415
20416 2001-02-21 Akim Demaille <akim@epita.fr>
20417
20418 * src/reader.c (gensym): `gensym_count' is your own.
20419 Use a static buf to create the symbol name, as token_buffer is no
20420 longer a buffer.
20421
20422 2001-02-08 Akim Demaille <akim@epita.fr>
20423
20424 * src/conflicts.c (conflict_report): Be sure not to append to res
20425 between two calls, which could happen if both first sprintf were
20426 skipped, but not the first cp += strlen.
20427
20428 2001-02-08 Akim Demaille <akim@epita.fr>
20429
20430 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
20431 New, from fileutils 4.0.37.
20432 * configure.in: Require Autoconf 2.49c. I took some time before
20433 making this decision. This is the only way out for portability
20434 issues in Bison, it would mean way too much duplicate effort to
20435 import in Bison features implemented in 2.49c since 2.13.
20436 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
20437
20438 2001-02-02 Akim Demaille <akim@epita.fr>
20439
20440 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
20441 * lib/xalloc.h, lib/xmalloc.c: Update.
20442
20443 2001-01-19 Akim Demaille <akim@epita.fr>
20444
20445 Get rid of the ad hoc handling of token_buffer in the scanner: use
20446 the obstacks.
20447
20448 * src/lex.c (token_obstack): New.
20449 (init_lex): Initialize it. No longer call...
20450 (grow_token_buffer): this. Remove it.
20451 Adjust all the places which used it to use the obstack.
20452
20453 2001-01-19 Akim Demaille <akim@epita.fr>
20454
20455 * src/lex.h: Rename all the tokens:
20456 s/\bENDFILE\b/tok_eof/g;
20457 s/\bIDENTIFIER\b/tok_identifier/g;
20458 etc.
20459 Let them be enums, not #define, to ease debugging.
20460 Adjust all the code.
20461
20462 2001-01-18 Akim Demaille <akim@epita.fr>
20463
20464 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
20465 * src/lex.c (maxtoken, grow_token_buffer): Static.
20466
20467 2001-01-18 Akim Demaille <akim@epita.fr>
20468
20469 Since we now use obstacks, more % directives can be enabled.
20470
20471 * src/lex.c (percent_table): Also accept `%yacc',
20472 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
20473 `%debug'.
20474 Handle the actions for `%semantic_parser' and `%pure_parser' here,
20475 instead of returning a token.
20476 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
20477 * src/reader.c (read_declarations): Adjust.
20478 * src/files.c (open_files): Don't call `compute_base_names', don't
20479 compute `attrsfile' since they depend upon data which might be
20480 *in* the input file now.
20481 (output_files): Do it here.
20482 * src/output.c (output_headers): Document the fact that this patch
20483 introduces a guaranteed SEGV for semantic parsers.
20484 * doc/bison.texinfo: Document them.
20485 * tests/suite.at: Exercise these %options.
20486
20487 2000-12-20 Akim Demaille <akim@epita.fr>
20488
20489 Also handle the output file (--verbose) with obstacks.
20490
20491 * files.c (foutput): Remove.
20492 (output_obstack): New.
20493 Adjust all dependencies.
20494 * src/conflicts.c: Return a string.
20495 * src/system.h (obstack_grow_string): Rename as...
20496 (obstack_sgrow): this. Be ready to work with non literals.
20497 (obstack_fgrow4): New.
20498
20499 2000-12-20 Akim Demaille <akim@epita.fr>
20500
20501 * src/files.c (open_files): Fix the computation of short_base_name
20502 in the case of `-o foo.tab.c'.
20503
20504 2000-12-20 Akim Demaille <akim@epita.fr>
20505
20506 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
20507 (copy_dollar): Now that everything uses obstacks, get rid of the
20508 FILE * parameters.
20509
20510 2000-12-20 Akim Demaille <akim@epita.fr>
20511
20512 * src/files.c (open_files): Actually the `.output' file is based
20513 on the short_base_name, not base_name.
20514 * tests/suite.at (Checking output file names): Adjust.
20515
20516 2000-12-20 Akim Demaille <akim@epita.fr>
20517
20518 * src/bison.s1: Remove, we now use directly...
20519 * src/bison.simple: this.
20520 * src/Makefile.am: Use pkgdata instead of data.
20521
20522 2000-12-20 Akim Demaille <akim@epita.fr>
20523
20524 * src/files.c (guard_obstack): New.
20525 (open_files): Initialize it.
20526 (output_files): Dump it...
20527 * src/files.h: Export it.
20528 * src/reader.c (copy_guard): Use it.
20529
20530 2000-12-19 Akim Demaille <akim@epita.fr>
20531
20532 * src/files.c (outfile, defsfile, actfile): Removed as global
20533 vars.
20534 (open_files): Don't compute them.
20535 (output_files): Adjust.
20536 (base_name, short_base_name): Be global.
20537 Adjust dependencies.
20538
20539 2000-12-19 Akim Demaille <akim@epita.fr>
20540
20541 * src/files.c (strsuffix): New.
20542 (stringappend): Be just like strcat but allocate.
20543 (base_names): Eve out from open_files.
20544 Try to simplify the rather hairy computation of base_name and
20545 short_base_name.
20546 (open_files): Use it.
20547 * tests/suite.at (Checking output file names): New test.
20548
20549 2000-12-19 Akim Demaille <akim@epita.fr>
20550
20551 * src/system.h (obstack_grow_literal_string): Rename as...
20552 (obstack_grow_string): this.
20553 * src/output.c (output_parser): Recognize `%% actions' instead of
20554 `$'.
20555 * src/bison.s1: s/$/%% actions/.
20556 * src/bison.hairy: Likewise.
20557
20558 2000-12-19 Akim Demaille <akim@epita.fr>
20559
20560 * src/output.c (output_parser): Compute the `#line' lines when
20561 there are.
20562 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
20563 Suggested by Hans Aberg.
20564
20565 2000-12-19 Akim Demaille <akim@epita.fr>
20566
20567 Let the handling of the skeleton files be local to the procedures
20568 that use it.
20569
20570 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
20571 longer static.
20572 (fparser, open_extra_files): Remove.
20573 (open_files, output_files): Don't take care of fparser.
20574 * src/files.h: Adjust.
20575 * src/output.c (output_parser): Open and close the file to the
20576 skeleton.
20577 * src/reader.c (read_declarations): When %semantic_parser, open
20578 fguard.
20579
20580 2000-12-19 Akim Demaille <akim@epita.fr>
20581
20582 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
20583 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
20584
20585 2000-12-19 Akim Demaille <akim@epita.fr>
20586
20587 * src/files.c (open_files): Yipee! We no longer need all the code
20588 looking for `/tmp' since we have no tmp file.
20589
20590 2000-12-19 Akim Demaille <akim@epita.fr>
20591
20592 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
20593 New macros.
20594 * src/files.c (open_files): Less dependency on MSDOS etc.
20595
20596 2000-12-14 Akim Demaille <akim@epita.fr>
20597
20598 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
20599 Provide a default definition.
20600 Use it when executing the default @ action.
20601 * src/reader.c (reader_output_yylsp): No longer include
20602 `timestamp' and `text' in the default YYLTYPE.
20603
20604 2000-12-12 Akim Demaille <akim@epita.fr>
20605
20606 * src/reader.c (copy_definition, parse_union_decl, copy_action)
20607 (copy_guard): Quote the file names.
20608 Reported by Laurent Mascherpa.
20609
20610 2000-12-12 Akim Demaille <akim@epita.fr>
20611
20612 * src/output.c (output_headers, output_program, output): Be sure
20613 to escape special characters when outputting filenames.
20614 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
20615 (output_headers): Don't depend on them, Use ACTSTR.
20616
20617 2000-11-17 Akim Demaille <akim@epita.fr>
20618
20619 * lib/obstack.h: Formatting changes.
20620 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
20621 prevents type checking.
20622 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
20623 cast the value to (void *): assigning a `foo *' to a `void *'
20624 variable is valid.
20625 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
20626 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
20627 append characters.
20628
20629 2000-11-17 Akim Demaille <akim@epita.fr>
20630
20631 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
20632 as...
20633 (suite.m4, regression.m4, calc.m4): these.
20634 * tests/atgeneral.m4: Update from CVS Autoconf.
20635
20636 2000-11-17 Akim Demaille <akim@epita.fr>
20637
20638 * tests/regression.m4 (%union and --defines): New test,
20639 demonstrating a current bug in the obstack implementation.
20640
20641 2000-11-17 Akim Demaille <akim@epita.fr>
20642
20643 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
20644 macros.
20645 Use them to declare the variables which are global or local to
20646 `yyparse'.
20647
20648 2000-11-17 Akim Demaille <akim@epita.fr>
20649
20650 * acconfig.h: Remove, no longer used.
20651
20652 2000-11-07 Akim Demaille <akim@epita.fr>
20653
20654 * src: s/Copyright (C)/Copyright/g.
20655
20656 2000-11-07 Akim Demaille <akim@epita.fr>
20657
20658 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
20659 defining.
20660 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
20661
20662 2000-11-07 Akim Demaille <akim@epita.fr>
20663
20664 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
20665 Merge in a single CPP if/else.
20666
20667 2000-11-07 Akim Demaille <akim@epita.fr>
20668
20669 * src/output.c (output): Remove useless variables.
20670 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
20671 argument `data' for consistency with the prototypes.
20672 Qualify it `const'.
20673 (obstack_copy, obstack_copy0): Rename the second argument as
20674 `address' for consistency. Qualify it `const'.
20675 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
20676 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
20677 `const' their input argument (`data' or `address').
20678 Adjust the corresponding macros to include `const' in casts.
20679
20680 2000-11-03 Akim Demaille <akim@epita.fr>
20681
20682 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
20683 s/PFILE1/BISON_HAIRY/.
20684 Adjust dependencies.
20685
20686 2000-11-03 Akim Demaille <akim@epita.fr>
20687
20688 For some reason, this was not applied.
20689
20690 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
20691 `unlink': it's no longer used.
20692
20693 2000-11-03 Akim Demaille <akim@epita.fr>
20694
20695 * src/files.c (skeleton_find): New function, eved out of...
20696 (open_files, open_extra_files): here.
20697
20698 2000-11-03 Akim Demaille <akim@epita.fr>
20699
20700 Don't use `atexit'.
20701
20702 * src/files.c (obstack_save): New function.
20703 (done): Rename as...
20704 (output_files): this.
20705 Use `obstack_save'.
20706 * src/main.c (main): Don't use `atexit' to register `done', since
20707 it no longer has to remove tmp files, just call `output_files'
20708 when there are no errors.
20709
20710 2000-11-02 Akim Demaille <akim@epita.fr>
20711
20712 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
20713 `unlink': it's no longer used.
20714 * src/files.h: Formatting changes.
20715
20716 2000-11-02 Akim Demaille <akim@epita.fr>
20717
20718 Remove the last uses of mktemp and unlink/delete.
20719
20720 * src/files.c (fdefines, ftable): Removed.
20721 (defines_ostack, table_obstack): New.
20722 Adjust dependencies of the former into uses of the latter.
20723 * src/output.c (output_short_or_char_table, output_short_table):
20724 Convert to using obstacks.
20725 * src/reader.c (copy_comment2): Accept one FILE * and two
20726 obstacks.
20727 (output_token_defines, reader_output_yylsp): Use obstacks.
20728 * src/system.h (obstack_fgrow3): New.
20729 * po/POTFILES.in: Adjust.
20730
20731 2000-11-01 Akim Demaille <akim@epita.fr>
20732
20733 Change each use of `fattrs' into a use of `attrs_obstack'.
20734
20735 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
20736 * src/files.c (fattrs): Remove.
20737 (attrs_obstack): New.
20738 Adjust all dependencies.
20739 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
20740
20741 2000-11-01 Akim Demaille <akim@epita.fr>
20742
20743 Introduce obstacks.
20744 Change each use of `faction' into a use of `action_obstack'.
20745
20746 * lib/obstack.h, lib/obstack.c: New files.
20747 * src/files.c (faction): Remove.
20748 (action_obstack): New.
20749 Adjust all dependencies.
20750
20751 2000-10-20 Akim Demaille <akim@epita.fr>
20752
20753 * lib/quote.h (PARAMS): New macro. Use it.
20754
20755 2000-10-16 Akim Demaille <akim@epita.fr>
20756
20757 * src/output.c (output_short_or_char_table): New function.
20758 (output_short_table, output_token_translations): Use it.
20759 (goto_actions): Use output_short_table.
20760
20761 2000-10-16 Akim Demaille <akim@epita.fr>
20762
20763 * src/symtab.c (bucket_new): New function.
20764 (getsym): Use it.
20765
20766 * src/output.c (output_short_table): New argument to display the
20767 comment associated with the table.
20768 Adjust dependencies.
20769 (output_gram): Use it.
20770 (output_rule_data): Nicer output layout for YYTNAME.
20771
20772 2000-10-16 Akim Demaille <akim@epita.fr>
20773
20774 * src/lex.c (read_typename): New function.
20775 (lex): Use it.
20776 * src/reader.c (copy_dollar): Likewise.
20777
20778 2000-10-16 Akim Demaille <akim@epita.fr>
20779
20780 * src/reader.c (copy_comment2): Expect the input stream to be on
20781 the `/' which is suspected to open a comment, instead of being
20782 called after `//' or `/*' was read.
20783 (copy_comment, copy_definition, parse_union_decl, copy_action)
20784 (copy_guard): Adjust.
20785
20786 2000-10-16 Akim Demaille <akim@epita.fr>
20787
20788 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
20789 `read_signed_integer'.
20790
20791 2000-10-16 Akim Demaille <akim@epita.fr>
20792
20793 * src/reader.c (copy_dollar): New function.
20794 (copy_guard, copy_action): Use it.
20795
20796 2000-10-16 Akim Demaille <akim@epita.fr>
20797
20798 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
20799 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
20800 New files, from Fileutils 4.0.27.
20801 * src/main.c (printable_version): Remove.
20802 * src/lex.c, src/reader.c: Use `quote'.
20803
20804 2000-10-04 Akim Demaille <akim@epita.fr>
20805
20806 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
20807
20808 2000-10-04 Akim Demaille <akim@epita.fr>
20809
20810 * doc/bison.texinfo: Various typos spotted by Neil Booth.
20811
20812 2000-10-04 Akim Demaille <akim@epita.fr>
20813
20814 When a literal string is used to define two different tokens,
20815 `bison -v' segfaults.
20816 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
20817
20818 * tests/regression.m4: New file.
20819 Include the core of the sample provided by Piotr Gackiewicz.
20820 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
20821 properly.
20822
20823 2000-10-04 Akim Demaille <akim@epita.fr>
20824
20825 * src/reader.c (parse_expect_decl): Keep `count' within the size
20826 of `buffer'.
20827 From Neil Booth.
20828
20829 2000-10-02 Paul Eggert <eggert@twinsun.com>
20830
20831 * bison.s1 (yyparse): Assign the default value
20832 unconditionally, to avoid a GCC warning and make the parser a
20833 tad smaller.
20834
20835 2000-10-02 Akim Demaille <akim@epita.fr>
20836
20837 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
20838 options.
20839
20840 2000-10-02 Akim Demaille <akim@epita.fr>
20841
20842 * src/derives.c, src/print.c, src/reduce.c: To ease the
20843 translation, move some `\n' out of the translated strings.
20844
20845 2000-10-02 Akim Demaille <akim@epita.fr>
20846
20847 The location tracking mechanism is precious for parse error
20848 messages. Nevertheless, it is enabled only when `@n' is used in
20849 the grammar, which is a different issue (you can use it in error
20850 message, but not in the grammar per se). Therefore, there should
20851 be another means to enable it.
20852
20853 * src/getargs.c (getargs): Support `--locations'.
20854 (usage): Report it.
20855 * src/getargs.h (locationsflag): Export it.
20856 * src/lex.c (percent_table): Support `%locations'.
20857 * src/reader.c (yylsp_needed): Remove this variable, now replaced
20858 with `locationsflag'.
20859 * doc/bison.texinfo: Document `--locations' and `%locations'.
20860 Sort the options.
20861 * tests/calc.m4: Test it.
20862
20863 For regularity of the names, replace each
20864 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
20865 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
20866 In addition replace each `flag' with `_flag'.
20867
20868 2000-10-02 Akim Demaille <akim@epita.fr>
20869
20870 Also test parse error messages, including with YYERROR_VERBOSE.
20871
20872 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
20873 associative).
20874 Use it to check the computations.
20875 Use it to check `nonassoc' is honored.
20876 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
20877 `--yyerror-verbose'.
20878 (_AT_CHECK_CALC): Adjust to this option.
20879 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
20880
20881 2000-10-02 Akim Demaille <akim@epita.fr>
20882
20883 Test also `--verbose', `--defines' and `--name-prefix'. Testing
20884 the latter demonstrates a flaw in the handling of non debugging
20885 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
20886 was used in order to simplify:
20887
20888 #if YYDEBUG
20889 if (yydebug)
20890 {
20891 ...
20892 }
20893 #endif
20894
20895 into
20896
20897 if (yydebug)
20898 {
20899 ...
20900 }
20901
20902 unfortunately this leads to a CPP conflict when
20903 `--name-prefix=foo' is used since it produces `#define yydebug
20904 foodebug'.
20905
20906 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
20907 (YYDPRINTF): New macro.
20908 Spread its use.
20909 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
20910 the bison options.
20911 Also test `--verbose', `--defines' and `--name-prefix'.
20912
20913 2000-10-02 Akim Demaille <akim@epita.fr>
20914
20915 Improve the readability of the produced parsers.
20916
20917 * src/bison.s1: Formatting changes.
20918 Improve the comment related to the `$' mark.
20919 (yydefault): Don't fall through to `yyresume': `goto' there.
20920 * src/output.c (output_parser): When the `$' is met, skip the end
20921 of its line.
20922 New variable, `number_of_dollar_signs', to check there's exactly
20923 one `$' in the parser skeleton.
20924
20925 2000-10-02 Akim Demaille <akim@epita.fr>
20926
20927 * lib/xstrdup.c: New file, from the fileutils.
20928 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
20929 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
20930 instead of strlen + xmalloc + strcpy.
20931 * src/symtab.c (copys): Remove, use xstrdup instead.
20932
20933 2000-10-02 Akim Demaille <akim@epita.fr>
20934
20935 * src/gram.h (associativity): New enum type which replaces the
20936 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
20937 `right_assoc', `left_assoc' and `non_assoc'.
20938 Adjust all dependencies.
20939 * src/reader.c: Formatting changes.
20940 (LTYPESTR): Don't define it, use it as a literal in
20941 `reader_output_yylsp'.
20942 * src/symtab.h (symbol_class): New enum type which replaces the
20943 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
20944 `sunknown', `stoken and `snterm'.
20945
20946 2000-10-02 Akim Demaille <akim@epita.fr>
20947
20948 * src/getargs.c (fixed_outfiles): Rename as...
20949 (yaccflag): for consistency and accuracy.
20950 Adjust dependencies.
20951
20952 2000-10-02 Akim Demaille <akim@epita.fr>
20953
20954 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
20955 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
20956 difficult and introduced a lot of core dump. It turns out that
20957 Bison used an implementation of `xmalloc' based on `calloc', and
20958 at various places it does depend upon the initialization to 0. I
20959 have not tried to isolate the pertinent places, and all the former
20960 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
20961 someone should address this issue.
20962
20963 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
20964 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
20965 files.
20966 Adjust dependencies.
20967 * src/warshall.h: New file.
20968 Propagate.
20969
20970 2000-10-02 Akim Demaille <akim@epita.fr>
20971
20972 Various anti-`extern in *.c' changes.
20973
20974 * src/system.h: Include `assert.h'.
20975
20976 2000-10-02 Akim Demaille <akim@epita.fr>
20977
20978 * src/state.h (nstates, final_state, first_state, first_shift)
20979 (first_reduction): Move their exportation from here...
20980 * src/LR0.h: to here.
20981 Adjust dependencies.
20982 * src/getargs.c (statisticsflag): New variable.
20983 Add support for `--statistics'.
20984 Adjust dependencies.
20985
20986 Remove a lot of now useless `extern' statements in most files.
20987
20988 2000-10-02 Akim Demaille <akim@epita.fr>
20989
20990 * src/LR0.h: New file.
20991 Propagate its use.
20992
20993 2000-10-02 Akim Demaille <akim@epita.fr>
20994
20995 * src/print.h: New file.
20996 Propagate its use.
20997 * src/print.c: Formatting and ordering changes.
20998 (verbose, terse): Replace with...
20999 (print_results): this new function.
21000 Adjust dependencies.
21001
21002 2000-10-02 Akim Demaille <akim@epita.fr>
21003
21004 * src/conflicts.c (conflict_report): New function.
21005 (conflict_log, verbose_conflict_log): Replace with...
21006 (print_conflicts): this function.
21007 Adjust dependencies.
21008 * src/conflicts.h: New file.
21009 Propagate its inclusion.
21010
21011 2000-10-02 Akim Demaille <akim@epita.fr>
21012
21013 * src/nullable.h: New file.
21014 Propagate its inclusion.
21015 * src/nullable.c: Formatting changes.
21016
21017 2000-10-02 Akim Demaille <akim@epita.fr>
21018
21019 * src/reduce.h: New file.
21020 Propagate its inclusion.
21021 * src/reduce.c: Topological sort and other formatting changes.
21022 (bool, TRUE, FALSE): Move their definition to...
21023 * src/system.h: here.
21024
21025 2000-10-02 Akim Demaille <akim@epita.fr>
21026
21027 * src/files.c: Formatting changes.
21028 (tryopen, tryclose, openfiles): Rename as...
21029 (xfopen, xfclose, open_files): this.
21030 (stringappend): static.
21031 * src/files.h: Complete the list of exported symbols.
21032 Propagate its use.
21033
21034 2000-10-02 Akim Demaille <akim@epita.fr>
21035
21036 * src/reader.h: New file.
21037 Propagate its use instead of tedious list of `extern' and
21038 prototypes.
21039 * src/reader.c: Formatting changes, topological sort,
21040 s/register//.
21041
21042 2000-10-02 Akim Demaille <akim@epita.fr>
21043
21044 * src/lex.h: Prototype `lex.c' exported functions.
21045 * src/reader.c: Adjust.
21046 * src/lex.c: Formatting changes.
21047 (safegetc): Rename as...
21048 (xgetc): this.
21049
21050 2000-10-02 Akim Demaille <akim@epita.fr>
21051
21052 * src/lalr.h: New file.
21053 Propagate its inclusion instead of prototypes and `extern'.
21054 * src/lalr.c: Formatting changes, topological sorting etc.
21055
21056 2000-10-02 Akim Demaille <akim@epita.fr>
21057
21058 * src/output.c (token_actions): Introduce a temporary array,
21059 YYDEFACT, that makes it possible for this function to use
21060 output_short_table.
21061
21062 2000-10-02 Akim Demaille <akim@epita.fr>
21063
21064 `user_toknums' is output as a `short[]' in `output.c', while it is
21065 defined as a `int[]' in `reader.c'. For consistency with the
21066 other output tables, `user_toknums' is now defined as a table of
21067 shorts.
21068
21069 * src/reader.c (user_toknums): Be a short table instead of an int
21070 table.
21071 Adjust dependencies.
21072
21073 Factor the short table outputs.
21074
21075 * src/output.c (output_short_table): New function.
21076 * src/output.c (output_gram, output_stos, output_rule_data)
21077 (output_base, output_table, output_check): Use it.
21078
21079 2000-10-02 Akim Demaille <akim@epita.fr>
21080
21081 * src/output.c (output): Topological sort of the functions, in
21082 order to get rid of the `static' prototypes.
21083 No longer use `register'.
21084 * src/output.h: New file.
21085 Propagate its inclusion in files explicitly prototyping functions
21086 from output.c.
21087
21088 2000-09-21 Akim Demaille <akim@epita.fr>
21089
21090 * src/atgeneral.m4: Update from Autoconf.
21091
21092 2000-09-21 Akim Demaille <akim@epita.fr>
21093
21094 * src/closure.h: New file.
21095 * src/closure.c: Formatting changes, topological sort over the
21096 functions, use of closure.h.
21097 (initialize_closure, finalize_closure): Rename as...
21098 (new_closure, free_closure): these. Adjust dependencies.
21099 * src/LR0.c: Formatting changes, topological sort, use of
21100 cloture.h.
21101 (initialize_states): Rename as...
21102 (new_states): this.
21103 * src/Makefile.am (noinst_HEADERS): Adjust.
21104
21105 2000-09-20 Akim Demaille <akim@epita.fr>
21106
21107 * src/acconfig.h: Don't protect config.h against multiple
21108 inclusion.
21109 Don't define PARAMS.
21110 * src/system.h: Define PARAMS.
21111 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
21112 purpose of config.h. system.h must not try to fix wrong
21113 definitions in config.h.
21114
21115 2000-09-20 Akim Demaille <akim@epita.fr>
21116
21117 * src/derives.h: New file.
21118 * src/main.c, src/derives.h: Use it.
21119 Formatting changes.
21120 * src/Makefile.am (noinst_HEADERS): Adjust.
21121
21122 2000-09-20 Akim Demaille <akim@epita.fr>
21123
21124 * tests/atgeneral.m4: Update from Autoconf.
21125 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
21126 (AT_CHECK_CALC): New macros.
21127 Use these macros to test bison with options `', `--raw',
21128 `--debug', `--yacc', `--yacc --debug'.
21129
21130 2000-09-19 Akim Demaille <akim@epita.fr>
21131
21132 * src/output.c: Formatting changes.
21133 * src/machine.h: Remove, leaving its contents in...
21134 * src/system.h: here.
21135 Include stdio.h.
21136 Adjust all dependencies on stdio.h and machine.h.
21137 * src/getargs.h: New file.
21138 Let all `extern' declarations about getargs.c be replaced with
21139 inclusion of `getargs.h'.
21140 * src/Makefile.am (noinst_HEADERS): Adjust.
21141
21142 * tests/calc.m4 (yyin): Be initialized in main, not on the global
21143 scope.
21144 (yyerror): Returns void, not int.
21145 * doc/bison.texinfo: Formatting changes.
21146
21147 2000-09-19 Akim Demaille <akim@epita.fr>
21148
21149 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
21150 portable.
21151
21152 2000-09-18 Akim Demaille <akim@epita.fr>
21153
21154 * configure.in: Append WARNING_CFLAGS to CFLAGS.
21155 * src/Makefile.am (INCLUDES): Don't.
21156 Be ready to fetch headers in lib/.
21157
21158 2000-09-18 Akim Demaille <akim@epita.fr>
21159
21160 * doc/bison.texinfo: Update the copyright.
21161 ANSIfy and GNUify the examples.
21162 Remove the old menu.
21163
21164 2000-09-18 Akim Demaille <akim@epita.fr>
21165
21166 First set of tests: use the `calc' example from the documentation.
21167
21168 * src/bison.s1 (yyparse): Condition the code using `yytname' which
21169 is defined only when YYDEBUG is.
21170 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
21171 * src/files.c (tryopen, tryclose): Formatting changes.
21172 Move to the top and be static.
21173 * src/reader.c (read_signed_integer): Likewise.
21174 * tests/calc.m4: New file.
21175 * Makefile.am, suite.m4: Adjust.
21176 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
21177
21178 2000-09-18 Akim Demaille <akim@epita.fr>
21179
21180 Add support for an Autotest test suite for Bison.
21181
21182 * m4/m4.m4, m4/atconfig.m4: New files.
21183 * m4/Makefile.am (EXTRA_DIST): Adjust.
21184 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
21185 files.
21186 * src/getargs.c: Display a more standard --version message.
21187 * src/reader.c (reader): Formatting changes.
21188 No longer depend upon VERSION_STRING.
21189 * configure.in: No longer use `dnl'.
21190 Set up the test suite and the new directory `tests/.
21191 (VERSION_STRING): Remove.
21192
21193 2000-04-14 Akim Demaille <akim@epita.fr>
21194
21195 * src/reader.c (copy_comment2): New function, same as former
21196 `copy_comment', but outputs into two FILE *.
21197 (copy_comment): Use it.
21198 (parse_union_decl): Use it.
21199 (get_type, parse_start_decl): Use the same `invalid' message.
21200 (parse_start_decl, parse_union_decl): Use the same `multiple'
21201 message.
21202 (parse_union_decl, copy_guard, copy_action): Use the same
21203 `unmatched' message.
21204 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
21205
21206 2000-03-31 Akim Demaille <akim@epita.fr>
21207
21208 * src/files.c (tryopen, tryclose): Move to the top.
21209 Be static.
21210
21211 2000-03-31 Akim Demaille <akim@epita.fr>
21212
21213 * src/main.c (main): Don't call `done', exit does it.
21214
21215 2000-03-31 Akim Demaille <akim@epita.fr>
21216
21217 * allocate.c: s/return (foo)/return foo/.
21218 * lalr.c: Likewise.
21219 * LR0.c: Likewise.
21220 * output.c: Likewise.
21221 * reader.c: Likewise.
21222 * symtab.c: Likewise.
21223 * vmsgetargs.c: Likewise.
21224
21225 2000-03-31 Akim Demaille <akim@epita.fr>
21226
21227 Clean up the error reporting functions.
21228
21229 * src/report.c: New file.
21230 * src/report.h: Likewise.
21231 * src/Makefile.am: Adjust.
21232 * m4/error.m4: New file.
21233 * m4/Makefile.am: Adjust.
21234 * configure.in (jm_PREREQ_ERROR): Call it.
21235 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
21236 Remove.
21237 (fatal, fatals): Remove. All callers use complain.c::fatal.
21238 (warn, warni, warns, warnss, warnss): Remove. All callers use
21239 complain.c::complain.
21240 (toomany): Remove, use fatal instead.
21241 * src/files.c (done): No argument, use complain_message_count.
21242 * src/main.c (main): Register `done' to `atexit'.
21243
21244 * src/getargs.c (usage): More `fputs', less `fprintf'.
21245
21246 2000-03-28 Akim Demaille <akim@epita.fr>
21247
21248 * lib/: New directory.
21249 * Makefile.am (SUBDIRS): Adjust.
21250 * configure.in: Adjust.
21251 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
21252 useless.
21253 * src/alloca.c: Moved to lib/.
21254 * src/getopt.c: Likewise.
21255 * src/getopt1.c: Likewise.
21256 * src/getopt.h: Likewise.
21257 * src/ansi2knr.c: Likewise.
21258 * src/ansi2knr.1: Likewise.
21259 * src/Makefile.am: Adjust.
21260 * lib/Makefile.am: New file.
21261
21262 2000-03-28 Akim Demaille <akim@epita.fr>
21263
21264 * src/getargs.c (usage): Refresh the help message.
21265
21266 2000-03-17 Akim Demaille <akim@epita.fr>
21267
21268 * src/getopt1.c: Updated from textutils 2.0e
21269 * src/getopt.c: Likewise.
21270 * src/getopt.h: Likewise.
21271
21272 2000-03-17 Akim Demaille <akim@epita.fr>
21273
21274 * src/Makefile.am (bison.simple): Fix the awk program: quote only
21275 the file name, not the whole `#line LINE FILE'.
21276
21277 2000-03-17 Akim Demaille <akim@epita.fr>
21278
21279 On syntax errors, report the token on which we choked.
21280
21281 * src/bison.s1 (yyparse): In the label yyerrlab, when
21282 YYERROR_VERBOSE, add yychar in msg.
21283
21284 2000-03-17 Akim Demaille <akim@epita.fr>
21285
21286 * src/reader.c (copy_at): New function.
21287 (copy_guard): Use it.
21288 (copy_action): Use it.
21289
21290 2000-03-17 Akim Demaille <akim@epita.fr>
21291
21292 Be kind to translators, save some useless translations.
21293
21294 * src/main.c (banner): New function.
21295 (fatal_banner): Use it.
21296 (warn_banner): Use it.
21297
21298 2000-03-17 Akim Demaille <akim@epita.fr>
21299
21300 * src/reader.c (copy_definition): Use copy_string and
21301 copy_comment. Removed now unused `match', `ended',
21302 `cplus_comment'.
21303 (copy_comment, copy_string): Moved, to be visible from
21304 copy_definition.
21305
21306 2000-03-17 Akim Demaille <akim@epita.fr>
21307
21308 * src/reader.c (copy_string): Declare `static inline'. No
21309 problems with inline, since it is checked by configure.
21310 (copy_comment): Likewise.
21311
21312 2000-03-17 Akim Demaille <akim@epita.fr>
21313
21314 * src/reader.c (packsymbols): Formatting changes.
21315
21316 2000-03-17 Akim Demaille <akim@epita.fr>
21317
21318 * src/reader.c (copy_comment): New function, factored out from:
21319 (copy_action): Use it. Removed now unused `match', `ended',
21320 `cplus_comment'.
21321 (copy_guard): Likewise.
21322
21323 2000-03-17 Akim Demaille <akim@epita.fr>
21324
21325 * src/reader.c (copy_string): New function, factored out from:
21326 (copy_action): Use it.
21327 (copy_guard): Likewise.
21328
21329 2000-03-17 Akim Demaille <akim@epita.fr>
21330
21331 Change the handling of @s so that they behave exactly like $s.
21332 There is now a pseudo variable @$ (readble and writable), location
21333 of the lhs of the rule (by default ranging from the location of
21334 the first symbol of the rhs, to the location of the last symbol,
21335 or, if the rhs is empty, YYLLOC).
21336
21337 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
21338 yyval.
21339 (yyparse): When providing a default semantic action, provide a
21340 default location action.
21341 (after the $): No longer change `*YYLSP', just stack YYLOC the
21342 same way you stack YYVAL.
21343 * src/reader.c (read_declarations): Use warns.
21344 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
21345 (copy_action, case '@'): Likewise.
21346 Use a standard error message, to save useless work from
21347 translators.
21348
21349 2000-03-17 Akim Demaille <akim@epita.fr>
21350
21351 * src/bison.s1: Formatting and cosmetics changes.
21352 * src/reader.c: Likewise.
21353 Update the Copyright notice.
21354
21355 2000-03-17 Akim Demaille <akim@epita.fr>
21356
21357 * src/bison.s1 (#line): All set to `#line' only, since the
21358 Makefile now handles them.
21359
21360 2000-03-16 Akim Demaille <akim@epita.fr>
21361
21362 * src/output.c (output_rule_data): Output the documentation of
21363 some of the tables.
21364 (Copyright notice): Update.
21365 Formatting changes.
21366
21367 2000-03-16 Akim Demaille <akim@epita.fr>
21368
21369 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
21370 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
21371 One `#if YYDEBUG' remains, since it uses variables which are
21372 defined only if `YYDEBUG != 0'.
21373
21374 2000-03-16 Akim Demaille <akim@epita.fr>
21375
21376 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
21377 and related variables so that the similarities are highlighted.
21378
21379 2000-03-16 Akim Demaille <akim@epita.fr>
21380
21381 * src/bison.s1: Properly indent CPP directives.
21382
21383 2000-03-16 Akim Demaille <akim@epita.fr>
21384
21385 * src/bison.s1: Properly indent the `alloca' CPP section.
21386
21387 2000-03-16 Akim Demaille <akim@epita.fr>
21388
21389 Do not hard code values of directories in `configure.in'.
21390 Update the `configure' tool chain.
21391
21392 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
21393 src/makefile.am.
21394 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
21395 (AC_OUTPUT): Add m4/Makefile.
21396 Bump to bison 1.28a, 1.29 has never been released.
21397 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
21398 handled via src/Makefile.am.
21399 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
21400 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
21401 autoheader.
21402 * Makefile.am (SUBDIRS): Add m4.
21403 (ACLOCAL_AM_FLAGS): New variable.
21404 (AUTOMAKE_OPTIONS): Add check-news.
21405 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
21406 the proper line number and file name.
21407 (DEFS): Propagate the location of bison library files and of the
21408 locale files.
21409 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
21410 builddir.
21411 * acinclude.m4: Remove, replaced by the directory m4.
21412 * m4/Makefile.am (EXTRA_DIST): New variable.
21413 * m4/gettext.m4: New file, from the fileutils.
21414 * m4/lcmessage.m4: Likewise
21415 * m4/progtest.m4: Likewise.
21416 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
21417
21418 2000-03-10 Akim Demaille <akim@epita.fr>
21419
21420 * src/closure.c:
21421 Formatting changes of various comments.
21422 Respect the GNU coding standards at various places.
21423 Don't use `_()' when no translation is needed.
21424
21425 1999-12-13 Jesse Thilo <jthilo@gnu.org>
21426
21427 * src/files.c:
21428 OS/2 honors TMPDIR environment variable.
21429
21430 1999-12-13 Jesse Thilo <jthilo@gnu.org>
21431
21432 * doc/bison.texinfo: Tweaked spelling and grammar.
21433 Updated ISBN.
21434 Removed reference to price of printed copy.
21435 Mention BISON_SIMPLE and BISON_HAIRY.
21436
21437 1999-12-13 Jesse Thilo <jthilo@gnu.org>
21438
21439 * configure.in, NEWS:
21440 Bison 1.29 released.
21441
21442 1999-10-27 Jesse Thilo <jthilo@gnu.org>
21443
21444 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
21445 Added reference card.
21446
21447 1999-07-26 Jesse Thilo <jthilo@gnu.org>
21448
21449 * po/ru.po: Added Russian translation.
21450
21451 1999-07-26 Jesse Thilo <jthilo@gnu.org>
21452
21453 * configure.in: Added Russian translation.
21454
21455 1999-07-06 Jesse Thilo <jthilo@gnu.org>
21456
21457 * configure.in, NEWS, README:
21458 Released version 1.28.
21459
21460 1999-06-14 Jesse Thilo <jthilo@gnu.org>
21461
21462 * src/system.h:
21463 Squashed redefinition warning on some systems.
21464
21465 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
21466 Have configure build version string instead of relying on ANSI string
21467 concatentation.
21468
21469 1999-06-14 Jesse Thilo <jthilo@gnu.org>
21470
21471 * po/POTFILES.in: Got rid of version.c.
21472
21473 1999-06-14 Jesse Thilo <jthilo@gnu.org>
21474
21475 * acconfig.h, configure.in:
21476 Have configure build version string instead of relying on ANSI string
21477 concatentation.
21478
21479 1999-06-08 Jesse Thilo <jthilo@gnu.org>
21480
21481 * doc/bison.1:
21482 Dropped mention of `+' for long-named options.
21483
21484 1999-05-30 Jesse Thilo <jthilo@gnu.org>
21485
21486 * src/files.c: Added <unistd.h> for unlink().
21487
21488 * src/Makefile.am, src/system.h:
21489 I18n fixes.
21490
21491 1999-05-30 Jesse Thilo <jthilo@gnu.org>
21492
21493 * README: Added a FAQ list.
21494
21495 * configure.in, acconfig.h:
21496 I18n fixes.
21497
21498 1999-05-30 Jesse Thilo <jthilo@gnu.org>
21499
21500 * doc/FAQ, doc/Makefile.am:
21501 Added a FAQ list.
21502
21503 1999-05-19 Jesse Thilo <jthilo@gnu.org>
21504
21505 * src/alloc.h, src/symtab.h, src/version.c:
21506 Protected inclusion of "config.h" with HAVE_CONFIG_H.
21507
21508 1999-04-18 Jesse Thilo <jthilo@gnu.org>
21509
21510 * src/.cvsignore, src/Makefile.am:
21511 Reorganized: sources in `src', documentation in `doc'.
21512
21513 * src/lex.c (literalchar):
21514 fixed the code for escaping double quotes (thanks
21515 Jonathan Czisny.)
21516
21517 1999-04-18 Jesse Thilo <jthilo@gnu.org>
21518
21519 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
21520 Adjusted paths to reflect directory reorganization.
21521
21522 1999-04-18 Jesse Thilo <jthilo@gnu.org>
21523
21524 * doc/.cvsignore, doc/Makefile.am:
21525 Reorganized: sources in `src', documentation in `doc'.
21526
21527 1999-04-18 Jesse Thilo <jthilo@gnu.org>
21528
21529 * configure.in:
21530 Updated AC_INIT file to reflect directory reorganization.
21531
21532 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
21533 Reorganized: sources in `src', documentation in `doc'.
21534
21535 1999-04-13 Jesse Thilo <jthilo@gnu.org>
21536
21537 * src/allocate.c:
21538 Don't declare calloc() and realloc() if not necessary.
21539
21540 1999-04-13 Jesse Thilo <jthilo@gnu.org>
21541
21542 * configure.in, acconfig.h, acinclude.m4:
21543 Don't declare calloc() and realloc() if not necessary.
21544
21545 1999-03-23 Jesse Thilo <jthilo@gnu.org>
21546
21547 * po/.cvsignore: Added i18n support.
21548
21549 1999-03-23 Jesse Thilo <jthilo@gnu.org>
21550
21551 * acconfig.h, configure.in, Makefile.am:
21552 Added i18n support.
21553
21554 1999-03-22 Jesse Thilo <jthilo@gnu.org>
21555
21556 * src/bison.s1: Fixed #line numbers.
21557
21558 1999-03-15 Jesse Thilo <jthilo@gnu.org>
21559
21560 * po/es.po, po/fr.po, po/nl.po, po/de.po:
21561 Added PO files from Translation Project.
21562
21563 1999-03-03 Jesse Thilo <jthilo@gnu.org>
21564
21565 * Makefile.am:
21566 Added support for non-ANSI compilers (ansi2knr).
21567
21568 1999-02-16 Jesse Thilo <jthilo@gnu.org>
21569
21570 * configure.in: Bumped version number to 1.27.
21571
21572 * Makefile.am:
21573 Added `bison.simple' to list of files removed by `make distclean'.
21574
21575 1999-02-12 Jesse Thilo <jthilo@gnu.org>
21576
21577 * src/files.c, src/files.h:
21578 Defined locations of parser files in config.h instead of Makefile.
21579
21580 1999-02-12 Jesse Thilo <jthilo@gnu.org>
21581
21582 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
21583 Defined locations of parser files in config.h instead of Makefile.
21584
21585 1999-02-09 Jesse Thilo <jthilo@gnu.org>
21586
21587 * Makefile.am:
21588 Removed inappropriate use of $< macro.
21589
21590 1999-02-05 Jesse Thilo <jthilo@gnu.org>
21591
21592 * po/Makefile.in.in, po/POTFILES.in:
21593 Add `po' directory skeleton.
21594
21595 1999-01-27 Jesse Thilo <jthilo@gnu.org>
21596
21597 * README: Document help-bison list.
21598
21599 * configure.in: Add check for mkstemp().
21600
21601 1999-01-20 Jesse Thilo <jthilo@gnu.org>
21602
21603 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
21604 Hush a few compiler warnings.
21605
21606 * src/files.c:
21607 Add tryclose(), which verifies that fclose was successful.
21608 Hush a couple of compiler warnings.
21609
21610 1999-01-20 Jesse Thilo <jthilo@gnu.org>
21611
21612 * Makefile.am, OChangeLog:
21613 ChangeLog is now automatically generated. Include the old version as
21614 OChangeLog.
21615
21616 1999-01-14 Jesse Thilo <jthilo@gnu.org>
21617
21618 * 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:
21619 Update FSF address.
21620
21621 1999-01-14 Jesse Thilo <jthilo@gnu.org>
21622
21623 * doc/bison.texinfo: Fix formatting glitch.
21624
21625 * doc/bison.texinfo: Update FSF address.
21626
21627 1999-01-14 Jesse Thilo <jthilo@gnu.org>
21628
21629 * acconfig.h: Update FSF address.
21630
21631 1999-01-08 Jesse Thilo <jthilo@gnu.org>
21632
21633 * src/system.h:
21634 Don't define PACKAGE here, since config.h defines it.
21635
21636 1998-12-30 Jesse Thilo <jthilo@gnu.org>
21637
21638 * src/reader.c: Update copyright date.
21639
21640 * src/main.c:
21641 Ditch sprintf to statically-sized buffers in fatal/warn functions in
21642 favor of output directly to stderr (avoids buffer overruns).
21643
21644 * src/reader.c: Some checks for premature EOF.
21645
21646 * 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:
21647 Use prototypes if the compiler understands them.
21648
21649 * src/files.c: Honor TMPDIR on Unix hosts.
21650 Use prototypes if the compiler understands them.
21651
21652 * src/reader.c:
21653 Fix a couple of buffer overrun bugs.
21654 Use prototypes if the compiler understands them.
21655
21656 * src/system.h: Include unistd.h and ctype.h.
21657 Use #ifdef instead of #if for NLS symbols.
21658
21659 1998-12-30 Jesse Thilo <jthilo@gnu.org>
21660
21661 * doc/bison.texinfo:
21662 Delete comment "consider using @set for edition number, etc..." since
21663 we now are doing so.
21664
21665 1998-12-30 Jesse Thilo <jthilo@gnu.org>
21666
21667 * configure.in:
21668 Use prototypes if the compiler understands them.
21669
21670 * NEWS: Document 1.26 highlights.
21671
21672 * Makefile.am: Require Automake 1.3 or later.
21673
21674 * acconfig.h:
21675 Use prototypes if the compiler understands them.
21676
21677 1998-12-29 Jesse Thilo <jthilo@gnu.org>
21678
21679 * src/version.c:
21680 Use VERSION symbol from automake for version number.
21681
21682 1998-12-29 Jesse Thilo <jthilo@gnu.org>
21683
21684 * acconfig.h, configure.in, version.cin:
21685 Use VERSION symbol from automake for version number.
21686
21687 1998-11-28 Jesse Thilo <jthilo@gnu.org>
21688
21689 * Makefile.am:
21690 Distribute original version of simple parser (bison.s1), not built
21691 version (bison.simple).
21692
21693 1998-11-28 Jesse Thilo <jthilo@gnu.org>
21694
21695 * doc/bison.texinfo: Add info dir entry.
21696
21697 * doc/bison.texinfo:
21698 Let automake put version number into documentation.
21699
21700 1998-11-26 Jesse Thilo <jthilo@gnu.org>
21701
21702 * src/bison.cld, src/build.com, src/vmshlp.mar:
21703 Add non-RCS files from /gd/gnu/bison.
21704
21705 1998-11-26 Jesse Thilo <jthilo@gnu.org>
21706
21707 * doc/bison.1:
21708 Document the BISON_HAIRY and BISON_SIMPLE variables.
21709
21710 1998-11-25 Jesse Thilo <jthilo@gnu.org>
21711
21712 * src/version.c: Build version.c automatically.
21713
21714 * src/reader.c:
21715 Fix token numbering (used to start at 258, not 257).
21716
21717 * src/system.h: Include config.h.
21718
21719 * src/getargs.c: Update bug report address.
21720
21721 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
21722 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
21723
21724 1998-11-25 Jesse Thilo <jthilo@gnu.org>
21725
21726 * Makefile.am:
21727 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
21728
21729 * configure.in, version.cin:
21730 Build version.c automatically.
21731
21732 * AUTHORS: Add AUTHORS file.
21733
21734 * README: Update bug report address.
21735
21736 * bison.simple:
21737 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
21738
21739 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
21740 Add automake stuff.
21741
21742 1998-11-25 Jesse Thilo <jthilo@gnu.org>
21743
21744 * doc/bison.texinfo: Clean up some formatting.
21745
21746 1998-05-05 Richard Stallman <rms@gnu.org>
21747
21748 * doc/bison.texinfo:
21749 Explain better why to make a pure parser.
21750
21751 1998-01-05 Richard Stallman <rms@gnu.org>
21752
21753 * src/files.c (openfiles):
21754 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
21755 find a temporary directory, if possible. Do not unlink files while
21756 they are open.
21757
21758 1997-08-25 Richard Stallman <rms@gnu.org>
21759
21760 * src/reader.c (stack_offset;):
21761 Change some warni to warns.
21762
21763 * src/lex.c (literalchar): Use warns, not warni.
21764
21765 1997-06-28 Richard Stallman <rms@gnu.org>
21766
21767 * src/bison.s1: Add a Bison version comment.
21768
21769 * src/main.c (fatal, warn, berror):
21770 Use program_name.
21771
21772 1997-06-28 Richard Stallman <rms@gnu.org>
21773
21774 * Makefile.in (bison_version): New variable.
21775 (dist): Use that variable.
21776 (bison.s1): Substitute the Bison version into bison.simple.
21777
21778 * bison.simple: Add a Bison version comment.
21779
21780 1997-06-18 Richard Stallman <rms@gnu.org>
21781
21782 * src/main.c (fatal, warn, berror):
21783 Make error messages standard.
21784 (toomany): Improve error message text.
21785
21786 * 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:
21787 new.h renamed to alloc.h.
21788
21789 1997-06-18 Richard Stallman <rms@gnu.org>
21790
21791 * Makefile.in: new.h renamed to alloc.h.
21792
21793 1997-05-24 Richard Stallman <rms@gnu.org>
21794
21795 * src/lex.c (literalchar):
21796 Fix the code for escaping \, " and '.
21797
21798 (lex): Avoid trouble when there are many chars
21799 to discard in a char literal with just several chars in it.
21800
21801 1997-05-17 Richard Stallman <rms@gnu.org>
21802
21803 * src/bison.s1:
21804 Use malloc, if using alloca is troublesome.
21805 (YYSTACK_USE_ALLOCA): New flag macro.
21806 Define it for some systems and compilers.
21807 (YYSTACK_ALLOC): New macro.
21808 (yyparse): Use YYSTACK_ALLOC to allocate stack.
21809 If it was malloc'd, free it.
21810
21811 1997-05-17 Richard Stallman <rms@gnu.org>
21812
21813 * bison.simple:
21814 Use malloc, if using alloca is troublesome.
21815 (YYSTACK_USE_ALLOCA): New flag macro.
21816 Define it for some systems and compilers.
21817 (YYSTACK_ALLOC): New macro.
21818 (yyparse): Use YYSTACK_ALLOC to allocate stack.
21819 If it was malloc'd, free it.
21820
21821 1997-04-23 Richard Stallman <rms@gnu.org>
21822
21823 * src/bison.s1:
21824 (alloca) [__hpux]: Always define as __builtin_alloca.
21825
21826 1997-04-23 Richard Stallman <rms@gnu.org>
21827
21828 * bison.simple:
21829 (alloca) [__hpux]: Always define as __builtin_alloca.
21830
21831 1997-04-22 Richard Stallman <rms@gnu.org>
21832
21833 * src/bison.s1:
21834 [__hpux]: Include alloca.h (right for HPUX 10)
21835 instead of declaring alloca (right for HPUX 9).
21836
21837 * src/bison.s1 (__yy_memcpy):
21838 Declare arg `count' as unsigned int.
21839 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
21840
21841 1997-04-22 Richard Stallman <rms@gnu.org>
21842
21843 * bison.simple:
21844 [__hpux]: Include alloca.h (right for HPUX 10)
21845 instead of declaring alloca (right for HPUX 9).
21846
21847 * bison.simple (__yy_memcpy):
21848 Declare arg `count' as unsigned int.
21849 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
21850
21851 1997-01-03 Richard Stallman <rms@gnu.org>
21852
21853 * src/allocate.c: [__STDC__ or _MSC_VER]:
21854 Declare calloc and realloc to return void *.
21855
21856 1997-01-02 Richard Stallman <rms@gnu.org>
21857
21858 * src/system.h:
21859 [_MSC_VER]: Include stdlib.h and process.h.
21860 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
21861
21862 * src/main.c (main): Return FAILURE as a value.
21863 (printable_version): Declare arg as int, not char.
21864
21865 1997-01-02 Richard Stallman <rms@gnu.org>
21866
21867 * Makefile.in (dist):
21868 Explicitly check for symlinks, and copy them.
21869
21870 1996-12-19 Richard Stallman <rms@gnu.org>
21871
21872 * src/files.c:
21873 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
21874
21875 1996-12-18 Paul Eggert <eggert@gnu.org>
21876
21877 * src/bison.s1 (yyparse):
21878 If __GNUC__ and YYPARSE_PARAM are both defined,
21879 declare yyparse to have a void * argument.
21880
21881 1996-12-18 Paul Eggert <eggert@gnu.org>
21882
21883 * bison.simple (yyparse):
21884 If __GNUC__ and YYPARSE_PARAM are both defined,
21885 declare yyparse to have a void * argument.
21886
21887 1996-12-17 Richard Stallman <rms@gnu.org>
21888
21889 * src/reduce.c (nbits): Add some casts.
21890
21891 1996-08-12 Richard Stallman <rms@gnu.org>
21892
21893 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
21894
21895 1996-08-12 Richard Stallman <rms@gnu.org>
21896
21897 * bison.simple: Test _MSDOS as well as _MSDOS_.
21898
21899 1996-07-31 Richard Stallman <rms@gnu.org>
21900
21901 * src/bison.s1:
21902 [__sun && __i386]: Include alloca.h.
21903
21904 1996-07-31 Richard Stallman <rms@gnu.org>
21905
21906 * bison.simple:
21907 [__sun && __i386]: Include alloca.h.
21908
21909 1996-07-30 Richard Stallman <rms@gnu.org>
21910
21911 * src/bison.s1: Comment change.
21912
21913 * src/bison.s1: Test _MSDOS_, not MSDOS.
21914
21915 1996-07-30 Richard Stallman <rms@gnu.org>
21916
21917 * bison.simple: Comment change.
21918
21919 * bison.simple: Test _MSDOS_, not MSDOS.
21920
21921 1996-06-01 Richard Stallman <rms@gnu.org>
21922
21923 * 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:
21924 Insert `_' macro around many string constants.
21925
21926 * src/main.c:
21927 Insert `_' macro around many string constants.
21928
21929 (main): Call setlocale, bindtextdomain and textdomain.
21930
21931 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
21932 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
21933 [ENABLE_NLS]: Include libintl.h.
21934 [ENABLE_NLS] (gettext): Define.
21935 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
21936 (N_, PACKAGE, LOCALEDIR): New macros.
21937
21938 1996-06-01 Richard Stallman <rms@gnu.org>
21939
21940 * POTFILES.in: New file.
21941
21942 * Makefile.in (allocate.o):
21943 Define target explicitly.
21944
21945 * Makefile.in (CFLAGS): Set to @CFLAGS@.
21946 (LDFLAGS): Set to @LDFLAGS@.
21947 (configure): Run autoconf only if preceding `cd' succeeds.
21948 (bison.s1): Redirect output to temporary file then move the
21949 temporary to the target, rather than redirecting directly to bison.s1.
21950 (clean): Remove config.status and config.log.
21951 (distclean): Don't remove config.status here.
21952
21953 1996-05-12 Richard Stallman <rms@gnu.org>
21954
21955 * src/bison.s1:
21956 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
21957
21958 1996-05-12 Richard Stallman <rms@gnu.org>
21959
21960 * bison.simple:
21961 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
21962
21963 1996-05-11 Richard Stallman <rms@gnu.org>
21964
21965 * src/bison.s1 (__yy_memcpy):
21966 Really reorder the args, as was supposedly done on Feb 14 1995.
21967 (yyparse): Calls changed accordingly.
21968
21969 1996-05-11 Richard Stallman <rms@gnu.org>
21970
21971 * Makefile.in (dist): Don't use $(srcdir).
21972
21973 * bison.simple (__yy_memcpy):
21974 Really reorder the args, as was supposedly done on Feb 14 1995.
21975 (yyparse): Calls changed accordingly.
21976
21977 1996-01-27 Richard Stallman <rms@gnu.org>
21978
21979 * src/output.c (output_rule_data):
21980 Test YYERROR_VERBOSE in the conditional
21981 around the definition of ttyname.
21982
21983 1995-12-29 Richard Stallman <rms@gnu.org>
21984
21985 * src/bison.s1:
21986 Fix line numbers in #line commands.
21987
21988 1995-12-29 Richard Stallman <rms@gnu.org>
21989
21990 * bison.simple:
21991 Fix line numbers in #line commands.
21992
21993 1995-12-27 Richard Stallman <rms@gnu.org>
21994
21995 * src/bison.s1 (YYPARSE_PARAM_DECL):
21996 In C++, make it always null.
21997 (YYPARSE_PARAM_ARG): New macro.
21998 (yyparse): Use YYPARSE_PARAM_ARG.
21999
22000 1995-12-27 Richard Stallman <rms@gnu.org>
22001
22002 * bison.simple (YYPARSE_PARAM_DECL):
22003 In C++, make it always null.
22004 (YYPARSE_PARAM_ARG): New macro.
22005 (yyparse): Use YYPARSE_PARAM_ARG.
22006
22007 1995-11-29 Richard Stallman <rms@gnu.org>
22008
22009 * doc/bison.texinfo:
22010 Describe literal string tokens, %raw, %no_lines, %token_table.
22011
22012 1995-11-29 Daniel Hagerty <hag@gnu.org>
22013
22014 * doc/bison.texinfo: Fixed update date
22015
22016 1995-10-16 Richard Stallman <rms@gnu.org>
22017
22018 * src/version.c: Version 1.25.
22019
22020 1995-10-16 Richard Stallman <rms@gnu.org>
22021
22022 * NEWS: *** empty log message ***
22023
22024 1995-10-16 Richard Stallman <rms@gnu.org>
22025
22026 * doc/bison.1, doc/bison.rnh:
22027 Add new options.
22028
22029 1995-10-15 Richard Stallman <rms@gnu.org>
22030
22031 * src/vmsgetargs.c, src/getargs.c:
22032 Added -n, -k, and -raw switches.
22033 (noparserflag, toknumflag, rawtoknumflag): New variables.
22034
22035 * src/symtab.h (SALIAS):
22036 New #define for adding aliases to %token.
22037 (struct bucket): Added `alias' field.
22038
22039 * src/reduce.c (reduce_grammar):
22040 Revise error message.
22041 (print_notices): Remove final `.' from error message.
22042
22043 * src/reader.c (reader_output_yylsp):
22044 New function.
22045 (readgram): Use `#if 0' around code that accepted %command
22046 inside grammar rules: The documentation doesn't allow it,
22047 and it will fail since the %command processors scan for the next %.
22048 (parse_token_decl): Extended the %token
22049 declaration to allow a multi-character symbol as an alias.
22050 (parse_thong_decl): New function.
22051 (read_declarations): Added %thong declarations.
22052 (read_declarations): Handle NOOP to deal with allowing
22053 % declarations as another means to specify the flags.
22054 (readgram): Allow %prec prior to semantics embedded in a rule.
22055 (skip_to_char, read_declarations, copy_definition)
22056 (parse_token_decl, parse_start_decl, parse_type_decl)
22057 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
22058 (get_type_name, copy_guard, copy_action, readgram)
22059 (get_type, packsymbols): Revised most error messages.
22060 Changed `fatal' to `warnxxx' to avoid aborting for error.
22061 Revised and use multiple warnxxx functions to avoid using VARARGS1.
22062 (read_declarations): Improve the error message for
22063 an invalid character. Do not abort.
22064 (read_declarations, copy_guard, copy_action): Use
22065 printable_version to avoid unprintable characters in printed output.
22066 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
22067 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
22068 Allow the type of a non-terminal can be given
22069 more than once, as long as all specifications give the same type.
22070
22071 * src/output.c:
22072 (output_headers, output_trailers, output, output_gram)
22073 (output_rule_data): Implement noparserflag variable.
22074 Implement toknumflag variable.
22075 (output): Call reader_output_yylsp to output LTYPESTR.
22076
22077 * src/main.c (main):
22078 If reader sees an error, don't process the grammar.
22079 (fatals): Updated to not use VARARGS1.
22080 (printable_version, int_to_string, warn, warni, warns, warnss)
22081 (warnsss): New error reporting functions. Avoid abort for error.
22082
22083 * src/lex.h:
22084 Added THONG and NOOP for alias processing.
22085 Added SETOPT for the new code that allows setting options with %flags.
22086
22087 * src/lex.c:
22088 Include getopt.h. Add some extern decls.
22089 (safegetc): New function to deal with EOF gracefully.
22090 (literalchar); new function to deal with reading \ escapes.
22091 (lex): Use literalchar.
22092 (lex): Implemented "..." tokens.
22093 (literalchar, lex, parse_percent_token): Made tokenbuffer
22094 always contain the token. This includes growing the token
22095 buffer while reading an integer.
22096 (parse_percent_token): Replaced if-else statement with percent_table.
22097 (parse_percent_token): Added % declarations as another
22098 way to specify the flags -n, -l, and -r. Also added hooks for
22099 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
22100 major changes to files.c.
22101 (lex) Retain in the incoming stream a character following
22102 an incorrect '/'.
22103 (skip_white_space, lex): Revised most error messages
22104 and changed fatal to warn to avoid aborting.
22105 (percent_table): Added %thong declarations.
22106
22107 * src/gram.h: Comment changes.
22108
22109 * src/files.c (openfiles, open_extra_files, done):
22110 Add faction flag
22111 and actfile file. Handle noparserflag. Both for -n switch.
22112
22113 * src/conflicts.c (resolve_sr_conflict):
22114 Remove use of alloca.
22115
22116 1995-06-01 Jim Meyering <meyering@gnu.org>
22117
22118 * doc/bison.texinfo: *** empty log message ***
22119
22120 1995-05-06 Richard Stallman <rms@gnu.org>
22121
22122 * src/bison.s1: Comment change.
22123
22124 1995-05-06 Richard Stallman <rms@gnu.org>
22125
22126 * bison.simple: Comment change.
22127
22128 1995-05-03 Richard Stallman <rms@gnu.org>
22129
22130 * src/version.c: Version now 1.24.
22131
22132 * src/bison.s1: Change distribution terms.
22133
22134 * src/version.c: Version now 1.23.
22135
22136 1995-05-03 Richard Stallman <rms@gnu.org>
22137
22138 * doc/bison.texinfo:
22139 Rewrite "Conditions for Using Bison".
22140 Update version to 1.24.
22141
22142 1995-05-03 Richard Stallman <rms@gnu.org>
22143
22144 * bison.simple: Change distribution terms.
22145
22146 1995-02-23 Richard Stallman <rms@gnu.org>
22147
22148 * src/files.c: Test __VMS_POSIX as well as VMS.
22149
22150 1995-02-14 Jim Meyering <meyering@gnu.org>
22151
22152 * src/bison.s1 (__yy_memcpy):
22153 Renamed from __yy_bcopy to avoid
22154 confusion. Reverse FROM and TO arguments to be consistent with
22155 those of memcpy.
22156
22157 1995-02-14 Jim Meyering <meyering@gnu.org>
22158
22159 * bison.simple (__yy_memcpy):
22160 Renamed from __yy_bcopy to avoid
22161 confusion. Reverse FROM and TO arguments to be consistent with
22162 those of memcpy.
22163
22164 1994-11-10 David J. MacKenzie <djm@gnu.org>
22165
22166 * NEWS: reformat
22167
22168 * NEWS: New file.
22169
22170 * Makefile.in (DISTFILES): Include NEWS.
22171
22172 * Makefile.in (DISTFILES):
22173 Include install-sh, not install.sh.
22174
22175 * configure.in: Update to Autoconf v2 macro names.
22176
22177 1994-10-05 David J. MacKenzie <djm@gnu.org>
22178
22179 * Makefile.in: fix typo
22180
22181 * Makefile.in (prefix, exec_prefix):
22182 Let configure set them.
22183
22184 1994-09-28 David J. MacKenzie <djm@gnu.org>
22185
22186 * Makefile.in: Set datadir to $(prefix)/share.
22187
22188 1994-09-15 Richard Stallman <rms@gnu.org>
22189
22190 * src/bison.s1:
22191 Update copyright notice and GPL version.
22192
22193 1994-09-15 Richard Stallman <rms@gnu.org>
22194
22195 * bison.simple:
22196 Update copyright notice and GPL version.
22197
22198 1994-07-12 Richard Stallman <rms@gnu.org>
22199
22200 * src/reduce.c, src/reader.c:
22201 entered into RCS
22202
22203 1994-05-05 David J. MacKenzie <djm@gnu.org>
22204
22205 * Makefile.in: entered into RCS
22206
22207 1994-03-26 Richard Stallman <rms@gnu.org>
22208
22209 * src/bison.s1: entered into RCS
22210
22211 1994-03-26 Richard Stallman <rms@gnu.org>
22212
22213 * bison.simple: entered into RCS
22214
22215 1994-03-25 Richard Stallman <rms@gnu.org>
22216
22217 * src/main.c: entered into RCS
22218
22219 1994-03-24 Richard Stallman <rms@gnu.org>
22220
22221 * src/conflicts.c: entered into RCS
22222
22223 1994-01-02 Richard Stallman <rms@gnu.org>
22224
22225 * Makefile.in: *** empty log message ***
22226
22227 1993-11-21 Richard Stallman <rms@gnu.org>
22228
22229 * src/bison.s1: *** empty log message ***
22230
22231 1993-11-21 Richard Stallman <rms@gnu.org>
22232
22233 * doc/bison.texinfo: entered into RCS
22234
22235 * doc/bison.texinfo: *** empty log message ***
22236
22237 1993-11-21 Richard Stallman <rms@gnu.org>
22238
22239 * bison.simple: *** empty log message ***
22240
22241 1993-10-25 David J. MacKenzie <djm@gnu.org>
22242
22243 * doc/bison.texinfo: *** empty log message ***
22244
22245 1993-10-19 Richard Stallman <rms@gnu.org>
22246
22247 * src/bison.s1: *** empty log message ***
22248
22249 1993-10-19 Richard Stallman <rms@gnu.org>
22250
22251 * bison.simple: *** empty log message ***
22252
22253 1993-10-14 Richard Stallman <rms@gnu.org>
22254
22255 * src/bison.s1: *** empty log message ***
22256
22257 1993-10-14 Richard Stallman <rms@gnu.org>
22258
22259 * bison.simple: *** empty log message ***
22260
22261 1993-09-14 David J. MacKenzie <djm@gnu.org>
22262
22263 * doc/bison.texinfo: *** empty log message ***
22264
22265 1993-09-13 Noah Friedman <friedman@gnu.org>
22266
22267 * Makefile.in: *** empty log message ***
22268
22269 1993-09-10 Richard Stallman <rms@gnu.org>
22270
22271 * src/conflicts.c: *** empty log message ***
22272
22273 * src/system.h: entered into RCS
22274
22275 1993-09-10 Richard Stallman <rms@gnu.org>
22276
22277 * doc/bison.1: entered into RCS
22278
22279 1993-09-06 Noah Friedman <friedman@gnu.org>
22280
22281 * src/version.c: entered into RCS
22282
22283 1993-09-06 Noah Friedman <friedman@gnu.org>
22284
22285 * Makefile.in: *** empty log message ***
22286
22287 1993-07-30 David J. MacKenzie <djm@gnu.org>
22288
22289 * Makefile.in: *** empty log message ***
22290
22291 1993-07-24 Richard Stallman <rms@gnu.org>
22292
22293 * src/bison.s1: *** empty log message ***
22294
22295 1993-07-24 Richard Stallman <rms@gnu.org>
22296
22297 * bison.simple: *** empty log message ***
22298
22299 1993-07-08 David J. MacKenzie <djm@gnu.org>
22300
22301 * Makefile.in: *** empty log message ***
22302
22303 1993-07-04 Richard Stallman <rms@gnu.org>
22304
22305 * src/bison.s1: *** empty log message ***
22306
22307 1993-07-04 Richard Stallman <rms@gnu.org>
22308
22309 * bison.simple: *** empty log message ***
22310
22311 1993-06-26 David J. MacKenzie <djm@gnu.org>
22312
22313 * src/getargs.c: entered into RCS
22314
22315 1993-06-26 David J. MacKenzie <djm@gnu.org>
22316
22317 * doc/bison.texinfo: *** empty log message ***
22318
22319 * doc/bison.1: New file.
22320
22321 1993-06-25 Richard Stallman <rms@gnu.org>
22322
22323 * src/getargs.c: New file.
22324
22325 1993-06-16 Richard Stallman <rms@gnu.org>
22326
22327 * src/bison.s1: *** empty log message ***
22328
22329 1993-06-16 Richard Stallman <rms@gnu.org>
22330
22331 * bison.simple: *** empty log message ***
22332
22333 1993-06-03 Richard Stallman <rms@gnu.org>
22334
22335 * src/bison.s1: New file.
22336
22337 1993-06-03 Richard Stallman <rms@gnu.org>
22338
22339 * doc/bison.texinfo: *** empty log message ***
22340
22341 1993-06-03 Richard Stallman <rms@gnu.org>
22342
22343 * bison.simple: New file.
22344
22345 1993-05-19 Richard Stallman <rms@gnu.org>
22346
22347 * doc/bison.texinfo: New file.
22348
22349 1993-05-07 Noah Friedman <friedman@gnu.org>
22350
22351 * Makefile.in: *** empty log message ***
22352
22353 1993-04-28 Noah Friedman <friedman@gnu.org>
22354
22355 * src/reader.c: *** empty log message ***
22356
22357 1993-04-23 Noah Friedman <friedman@gnu.org>
22358
22359 * src/alloc.h: entered into RCS
22360
22361 1993-04-20 David J. MacKenzie <djm@gnu.org>
22362
22363 * src/version.c: *** empty log message ***
22364
22365 * src/files.c, src/allocate.c:
22366 entered into RCS
22367
22368 * src/reader.c: *** empty log message ***
22369
22370 * src/lex.c: entered into RCS
22371
22372 * src/conflicts.c: New file.
22373
22374 * src/symtab.c: entered into RCS
22375
22376 * src/alloc.h: New file.
22377
22378 * src/LR0.c: entered into RCS
22379
22380 1993-04-18 Noah Friedman <friedman@gnu.org>
22381
22382 * src/reader.c: New file.
22383
22384 * src/version.c: *** empty log message ***
22385
22386 1993-04-18 Noah Friedman <friedman@gnu.org>
22387
22388 * Makefile.in: *** empty log message ***
22389
22390 1993-04-17 Noah Friedman <friedman@gnu.org>
22391
22392 * Makefile.in: *** empty log message ***
22393
22394 1993-04-15 Richard Stallman <rms@gnu.org>
22395
22396 * src/main.c, src/files.c:
22397 New file.
22398
22399 1993-04-15 Noah Friedman <friedman@gnu.org>
22400
22401 * configure.in: entered into RCS
22402
22403 * configure.in: *** empty log message ***
22404
22405 * configure.in: New file.
22406
22407 1993-04-14 Richard Stallman <rms@gnu.org>
22408
22409 * Makefile.in: New file.
22410
22411 1993-04-13 Richard Stallman <rms@gnu.org>
22412
22413 * src/version.c: New file.
22414
22415 1993-03-25 Richard Stallman <rms@gnu.org>
22416
22417 * src/output.c: entered into RCS
22418
22419 1992-09-25 Richard Stallman <rms@gnu.org>
22420
22421 * configure.bat: entered into RCS
22422
22423 1992-06-22 Richard Stallman <rms@gnu.org>
22424
22425 * src/vmsgetargs.c: entered into RCS
22426
22427 1992-06-22 Richard Stallman <rms@gnu.org>
22428
22429 * doc/bison.rnh: entered into RCS
22430
22431 1992-04-20 David J. MacKenzie <djm@gnu.org>
22432
22433 * README: entered into RCS
22434
22435 1992-01-22 Richard Stallman <rms@gnu.org>
22436
22437 * src/machine.h: entered into RCS
22438
22439 1991-12-21 Richard Stallman <rms@gnu.org>
22440
22441 * src/lalr.c, src/closure.c:
22442 entered into RCS
22443
22444 1991-12-20 Richard Stallman <rms@gnu.org>
22445
22446 * src/state.h: entered into RCS
22447
22448 1991-12-18 Richard Stallman <rms@gnu.org>
22449
22450 * src/print.c, src/nullable.c, src/derives.c:
22451 entered into RCS
22452
22453 1991-11-03 David J. MacKenzie <djm@gnu.org>
22454
22455 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
22456 entered into RCS
22457
22458 1988-09-09 Richard Stallman <rms@gnu.org>
22459
22460 * src/bison.hairy: entered into RCS
22461
22462 1987-12-16 Richard Stallman <rms@gnu.org>
22463
22464 * REFERENCES: entered into RCS
22465
22466
22467 -----
22468
22469 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
22470 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
22471 Free Software Foundation, Inc.
22472
22473 Copying and distribution of this file, with or without
22474 modification, are permitted provided the copyright notice and this
22475 notice are preserved.