]> git.saurik.com Git - bison.git/blob - ChangeLog
* TODO: Add request from Nelson H. F. Beebe to be able to install
[bison.git] / ChangeLog
1 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 * TODO: Add request from Nelson H. F. Beebe to be able to install
4 Bison without installing the yacc script.
5
6 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
7
8 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
9 and yytext if they're already #define'd.
10 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
11 * src/scan-code-c.c: ... here.
12 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
13 <config.h>.
14
15 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
16
17 Get Bison to build again when configured with --enable-gcc-warnings.
18 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
19 missing #include's.
20 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
21 loc argument as it shadows a global.
22 * src/scan-gram.l: Remove stray comma that prevents boundary_set
23 invocation.
24
25 * src/.cvsignore: Add scan-code.c.
26
27 2006-06-07 Akim Demaille <akim@epita.fr>
28
29 * src/scan-gram.l: Move the "add a trailing ; to actions" code
30 to...
31 * src/scan-code.l: here.
32 * tests/input.at (Torturing the Scanner): Fix another location
33 error.
34
35 2006-06-07 Akim Demaille <akim@epita.fr>
36
37 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
38
39 2006-06-06 Akim Demaille <akim@epita.fr>
40
41 Extract the parsing of user actions from the grammar scanner.
42 As a consequence, the relation between the grammar scanner and
43 parser is much simpler. We can also split "composite tokens" back
44 into simple tokens.
45 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
46 * src/scan-gram.l (add_column_width, adjust_location): Move to and
47 rename as...
48 * src/location.h, src/location.c (add_column_width)
49 (location_compute): these.
50 Fix the column count: the initial column is 0.
51 (location_print): Be robust to ending column being 0.
52 * src/location.h (boundary_set): New.
53 * src/main.c: Adjust to scanner_free being renamed as
54 gram_scanner_free.
55 * src/output.c: Include scan-code.h.
56 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
57 Use boundary_set.
58 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
59 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
60 which is now, again, a separate token.
61 Adjust all dependencies.
62 Whereever actions with $ and @ are used, use translate_code.
63 (action): Remove this nonterminal which is now useless.
64 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
65 (grammar_current_rule_action_append): Use translate_code.
66 (packgram): Bound check ruleno, itemno, and rule_length.
67 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
68 (last_string, last_braced_code_loc, max_left_semantic_context)
69 (scanner_initialize, scanner_free, scanner_last_string_free)
70 (gram_out, gram_lineno, YY_DECL_): Move to...
71 * src/scan-gram.h: this new file.
72 (YY_DECL): Rename as...
73 (GRAM_DECL): this.
74 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
75 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
76 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
77 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
78 Move these declarations, and...
79 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
80 these to...
81 * src/flex-scanner.h: this new file.
82 * src/scan-gram.l (rule_length, rule_length_overflow)
83 (increment_rule_length): Remove.
84 (last_braced_code_loc): Rename as...
85 (gram_last_braced_code_loc): this.
86 Adjust to the changes of the parser.
87 Move all the handling of $ and @ into...
88 * src/scan-code.l: here.
89 * src/scan-gram.l (handle_dollar, handle_at): Remove.
90 (handle_action_dollar, handle_action_at): Move to...
91 * src/scan-code.l: here.
92 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
93 scan-code.h, scan-code-c.c, scan-gram.h.
94 (EXTRA_bison_SOURCES): Add scan-code.l.
95 (BUILT_SOURCES): Add scan-code.c.
96 (yacc): Be robust to white spaces.
97
98 * tests/conflicts.at, tests/input.at, tests/reduce.at,
99 * tests/regression.at: Adjust the column numbers.
100 * tests/regression.at: Adjust the error message.
101
102 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
103
104 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
105 Use Akim's wording from
106 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
107
108 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
109
110 Between Bison releases, manually append `+' to the previous Bison
111 release number, and use that as a signal to automatically print the
112 ChangeLog's CVS Id keyword from --version. Discussed starting at
113 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
114 * ChangeLog: Add Id header.
115 * configure.ac (AC_INIT): Append `+' to `2.3'.
116 * src/.cvsignore: Add revision.c.
117 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
118 (BUILT_SOURCES): Add revision.c.
119 (revision.c): New target rule. This file defines a new global variable
120 named revision. It initializes it with either the Id from ChangeLog
121 or, if VERSION doesn't contain `+', with the empty string.
122 * src/getargs.c (version): Print the value of revision.
123 * src/revision.h: Extern revision.
124
125 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
126
127 * NEWS: Version 2.3.
128 * configure.ac (AC_INIT): Likewise.
129
130 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
131
132 * data/glr.c (YYRECOVERING): Define to be a function-like macro
133 with no arguments, not as an object-like macro. This is for
134 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
135 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
136 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
137 Document this.
138
139 2006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
140
141 * src/getargs.c (usage): Back out yesterday's modification of the
142 --help output so that we don't have to wait for translation before
143 releasing 2.3.
144
145 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
146
147 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
148 Problem reported by Akim Demaille.
149
150 2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
151
152 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
153
154 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
155
156 * data/yacc.c (yy_reduce_print): Omit trailing white space in
157 generated source code. Problem reported by Frans Englich in
158 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
159
160 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>
161
162 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
163 shell, not within 'make', so that 'make' by an ordinary builder
164 (using GNU make) does not worry about configuring gzip. This also
165 works around a bug reported independently by Keith Thompson and by
166 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
167 stderr rather than stdout, messing up the build logs.
168
169 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
170
171 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
172 to make sure that YYID will never be unused. This fixes a 'make
173 maintainer-check' failure caused by the recent changes to the 'Trivial
174 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
175 not used.
176 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
177
178 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
179
180 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
181 state before an empty RHS is always resolved here. Only the location
182 of that state is guaranteed to be resolved, and that's enough. This
183 fixes the remaining bug reported by Derek M. Jones in
184 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
185 * tests/glr-regression.at (Uninitialized location when reporting
186 ambiguity): Test the above case.
187 Also, the embedded comments in this test case claim it checks the case
188 of an empty RHS that has inherited the initial location. However, the
189 corresponding LHS was already resolved, so yyresolveLocations didn't
190 actually have reason to modify it. Fix this by forcing
191 nondeterministic operation at the beginning of the parse.
192
193 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
194
195 * data/c.m4 (b4_yy_symbol_print_generate):
196 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
197 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
198 of the bugs reported today by Derek M Jones in
199 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
200 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
201 defined to be a type name without parens or brackets.
202 (Location Type): Similarly for YYLTYPE.
203 * tests/regression.at (Trivial grammars): Put in a test for this
204 bug that will be caught by 'make maintainer-check' (though not,
205 alas, by 'make check' unless your compiler is picky).
206
207 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
208
209 * NEWS: Version 2.2.
210 * configure.ac (AC_INIT): Likewise.
211
212 2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
213
214 * data/glr.c (yyreportTree): Make room in yystates for the state
215 preceding the RHS. This fixes the segmentation fault reported by Derek
216 M. Jones in
217 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
218 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
219 to the user. Reported for yyreportTree by Derek M. Jones later in the
220 same thread.
221 * THANKS: Add Derek M. Jones.
222 Update my email address.
223 Fix typo in Steve Murphy's name.
224
225 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
226
227 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
228 checking against YYLAST that caused the parser to miss a potential
229 alternative in its diagnostic.
230 Problem reported by Maria Jose Moron Fernandez in
231 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
232 * data/lalr1.cc (yysyntax_error_): Likewise.
233 * data/yacc.c (yysyntax_error): Likewise.
234 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
235 tokens, in case we run into an older C compiler.
236 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
237 Use them to check for the off-by-one error fixed above.
238
239 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
240 YYSIZE_T, not size_t.
241 * tests/regression.at (Trivial grammars): New test, to catch
242 the error fixed by the above patch.
243
244 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
245
246 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
247 scheme.
248 Reported by Steve Murphy.
249
250 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
251
252 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
253 * data/glr.cc: b4_location_flag is now b4_locations_flag.
254
255 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
256
257 Implement --trace=m4.
258 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
259 * src/output.c (output_skeleton): When set, pass -dV to m4.
260
261 Factor the handling of flags in m4.
262 * src/output.c (prepare): Rename the muscle names debug, defines,
263 error_verbose to debug_flag, defines_flag, error_verbose_flag.
264 * data/c.m4: Adjust.
265 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
266 Use b4_define_flag_if to define other b4_FLAG_if macros.
267 (b4_location_if): As a consequence, rename as...
268 (b4_locations_if): this, for consistency.
269 Adjust all the skeletons.
270
271 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
272
273 * etc/bench.pm: Shorten bench names.
274
275 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
276
277 * src/output.h, src/output.c (error_verbose): Move to...
278 * src/getargs.h, src/getargs.c: here.
279 Sort the flags.
280 Adjust dependencies.
281
282 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
283
284 * data/c.m4 (b4_copyright): Put the special exception for Bison
285 skeletons here, so we don't have to put it in each skeleton. All
286 uses changed. Suggested by Akim Demaille. Also, wrap the
287 copyright notice, in case it is longer than 80 columns. Replace
288 comma by newline after title.
289
290 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
291
292 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
293 incompatibility, not a bug. Mention that it wasn't fixed as of
294 flex 2.5.33.
295
296 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
297
298 * examples/extexi: Enforce the precedence of concatenation over
299 >>.
300 Reported by Tommy Nordgren.
301
302 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
303
304 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
305 with the member "token".
306 Reported by Martin Nylin.
307
308 2006-05-08 Paul Eggert <eggert@cs.ucla.edu>
309
310 * data/glr.c: Switch to Bison 2.2 special-exception language in
311 the copyright notice. Use more-regular format for titles and
312 copyright notices.
313 * data/glr.cc: Likewise.
314 * data/location.cc: Likewise.
315 * data/yacc.cc: Likewise.
316 * doc/bison.texinfo (Conditions): Document this.
317 * NEWS: likewise. Upgrade version to 2.2.
318
319 2006-04-27 Akim Demaille <akim@lrde.epita.fr>
320
321 * data/glr.cc: Remove dead code.
322
323 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
324
325 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
326 that variable and the line breaks the bootstrap. Problem reported
327 by Juan M. Guerrero.
328
329 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
330
331 * doc/bison.texinfo (Multiple start-symbols): New.
332
333 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
334
335 * etc/README, etc/bench.pl: New.
336
337 2006-04-03 Akim Demaille <akim@lrde.epita.fr>
338
339 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
340 rule.
341 Reported by Mickael Labau.
342 * tests/input.at (Torturing the Scanner): Test it.
343
344 2006-03-16 Paul Eggert <eggert@cs.ucla.edu>
345
346 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
347 Problem reported by Bob Rossi.
348
349 2006-03-13 Paul Eggert <eggert@cs.ucla.edu>
350
351 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
352 and didn't really work.
353 For the index, use @ifnotinfo, not @iftex.
354 Minor cleanups of spacing and terminology.
355
356 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
357
358 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
359 of AT_NAME_PREFIX when %name-prefix is not used.
360
361 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
362
363 Apply --prefix to C++ skeletons too: they change the namespace.
364 The test suite already exercize these cases.
365 * data/c++.m4 (b4_namespace): New.
366 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
367 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
368 * data/yacc.c, data/glr.c: Remove a useless `[]'.
369 * doc/bison.texinfo: Document it.
370 (Option Cross Key): Use @multitable in all formats. It looks
371 nicer, even in TeX outputs.
372 (Rules): Use the same code whatever the output type is.
373 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
374 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
375 * tests/calc.at: Use it, instead of hard coding `yy'.
376
377 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
378
379 * TODO: Remove dead items.
380
381 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
382
383 * doc/FAQ: Remove, merged into...
384 * doc/bison.texinfo (FAQ): this.
385 * doc/Makefile.am (EXTRA_DIST): Adjust.
386
387 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
388
389 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
390 even if empty.
391 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
392 * doc/bison.texinfo (Calc++ Scanner): Use it.
393
394 2006-03-09 Paul Eggert <eggert@cs.ucla.edu>
395
396 Fix two nits reported by twlevo, plus one more that I discovered.
397
398 * src/assoc.h (assoc_to_string): Give a name to the arg, as
399 this is the usual Bison style.
400 * src/location.h (location_print): Likewise.
401
402 * src/reader.h (token_name): Likewise.
403
404 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
405
406 Fix some nits reported by twlevo.
407 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
408 and "POSIX". Use more-modern syntax for URLs. Mention C++
409 and ask for Java. Don't hardwire OS version numbers. Add
410 copyright notice.
411 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
412 * src/conflicts.c (solved_conflicts_obstack): Now static.
413
414 2006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
415
416 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
417 page. Say "you can use it" not "you may use it" as on the web page;
418 we're describing capabilities not granting permission.
419
420 2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
421
422 * data/glr.c (yyresolveLocations): Rename local variables to avoid
423 shadowing warnings. Use usual patter for iterating through RHS.
424 * tests/glr-regression.at
425 (Uninitialized location when reporting ambiguity):
426 Modify yylex so that it uses its argument, rather than trying
427 to rely on ARGSUSED (which doesn't work for gcc with warnings).
428 const char -> char const.
429
430 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
431 Don't use tabs inside commands; it messes up 'ps'.
432 Problem reported by twlevo.
433
434 2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
435
436 * tests/glr-regression.at (Uninitialized location when reporting
437 ambiguity): New test case.
438 * data/glr.c (yyresolveLocations): New function, which uses
439 YYLLOC_DEFAULT.
440 (yyresolveValue): Invoke yyresolveLocations before reporting an
441 ambiguity.
442 * doc/bison.texinfo (Default Action for Locations): Note
443 YYLLOC_DEFAULT's usage for ambiguity locations.
444 (GLR Semantic Actions): Cross-reference those notes.
445
446 2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
447
448 * tests/glr-regression.at (Leaked semantic values when reporting
449 ambiguity): Remove unnecessary union and type declarations.
450 (Leaked lookahead after nondeterministic parse syntax error): New test
451 case.
452 * data/glr.c (yyparse): Check for zero stacks remaining before
453 attempting to shift the lookahead so that you don't lose it.
454
455 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
456
457 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
458 * tests/glr-regression.at (Leaked semantic values when reporting
459 ambiguity): New test case.
460 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
461 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
462 now unnecessary yystackp parameter.
463 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
464 destructors can be called.
465
466 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
467 in existing testcases.
468
469 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
470
471 Don't leak semantic values for parent RHS when a user action cuts the
472 parser, and clean up related code a bit.
473 * tests/glr-regression.at (Leaked merged semantic value if user action
474 cuts parse): Rename to...
475 (Leaked semantic values if user action cuts parse): ... this. Add check
476 for leaked parent RHS values.
477 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
478 between an unresolved state (non-empty chain of semantic options) and
479 an incomplete one (signaled by an empty chain).
480 (yyresolveStates): Document the interface. Move all manipulation of a
481 successfully or unsuccessfully resolved yyGLRState to...
482 (yyresolveValue): ... here so that yyresolveValue always leaves a
483 yyGLRState with consistent data and thus is easier to understand.
484 Remove the yyvalp and yylocp parameters since they are always just
485 taken from the yys parameter. When reporting a discarded merged value
486 in debugging output, note that it is incompletely merged. Document the
487 interface.
488 (yyresolveAction): If resolving any of the RHS states fails, destroy
489 them all rather than leaking them. Thus, as long as user actions are
490 written to clean up the RHS correctly, yyresolveAction always cleans up
491 the RHS of a semantic option. Document the interface.
492
493 2006-02-27 Paul Eggert <eggert@cs.ucla.edu>
494
495 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
496 led to a segmentation fault in GNU Pascal. Problem reported
497 by Waldek Hebisch.
498
499 2006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
500
501 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
502 mid-rule action inside a nonterminal symbol in order to declare a
503 destructor for its semantic value.
504
505 2006-02-16 Paul Eggert <eggert@cs.ucla.edu>
506
507 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
508 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
509 __cplusplus && ! defined _STDLIB_H && !
510 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
511 defined free))]: Include <stdlib.h> rather than rolling our own
512 declarations of malloc and free, to avoid problems with
513 incompatible declarations (using 'throw') C++'s stdlib.h. This
514 should fix Debian bug 340012
515 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
516 reported by Guillaume Melquiond.
517
518 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
519
520 * NEWS: Clarify symbols versus types in unused-value warnings.
521
522 * configure.ac (AC_INIT): Bump version number.
523
524 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
525
526 * NEWS: Version 2.1a.
527 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
528 since C99 requires this.
529
530 2006-02-11 Paul Eggert <eggert@cs.ucla.edu>
531
532 * m4/c-working.m4: New file.
533 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
534
535 2006-02-10 Paul Eggert <eggert@cs.ucla.edu>
536
537 * Makefile.maint: Merge from coreutils.
538
539 2006-02-09 Paul Eggert <eggert@cs.ucla.edu>
540
541 More portability fixes for problems summarized by Nelson H. F. Beebe.
542
543 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
544 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
545 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
546 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
547 messes up because C++ code is compiled in 32-bit mode but linked
548 in 64-bit mode.
549
550 2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
551
552 More portability fixes for problems summarized by Nelson H. F. Beebe.
553
554 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
555 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
556
557 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
558 nodist_PROGRAMS, since we don't need to actually compile the
559 example if we're just doing a plain 'make'. This avoids bothering
560 the installer unnecessarily about problems due to weird C++
561 compilers.
562
563 2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
564
565 More portability fixes for problems summarized by Nelson H. F. Beebe.
566
567 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
568 than #include "...", and compile with -I'.'. The old method was
569 not portable, according to Posix and the C standard, and it does
570 not work with Sun C 5.7, where previous #line directives affect
571 the working directory used in later #include "..." directives.
572
573 2006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
574
575 Various DJGGP specific issues in /djgpp
576
577 2006-02-02 Paul Eggert <eggert@cs.ucla.edu>
578
579 More portability fixes for problems summarized by Nelson H. F. Beebe.
580
581 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
582 '#include <map>' works and that you can apply ++ to iterators.
583
584 2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
585
586 Work around portability problems summarized by Nelson H. F. Beebe in
587 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
588
589 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
590 that '#include <string>' works.
591
592 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
593 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
594 "warning: sorry: semantics of inline function static data `const
595 unsigned char translate_table[262]' are wrong (you'll wind up with
596 multiple copies)".
597
598 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
599 or, xor to not_, and_, or_, and xor_, respectively. This works
600 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
601 random system header somewhere that includes the equivalent of
602 <iso646.h>.
603
604 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
605 -E" works; it apparently doesn't work with PathScale EKO Compiler
606 Suite Version 2.0.
607
608 2006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
609
610 During deterministic GLR operation, user actions should be able to
611 influence the parse by changing yychar. To make this easier to fix and
612 to make glr.c easier to evolve in general, don't maintain yytoken in
613 parallel with yychar; just compute yytoken when needed.
614 * tests/glr-regression.at (Incorrect lookahead during deterministic
615 GLR): Check that setting yychar in a user action has the intended
616 effect.
617 * data/glr.c (yyGLRStack): Remove yytokenp member.
618 (yyclearin): Don't set *yytokenp.
619 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
620 yychar rather than *yytokenp to determine the current lookahead.
621 Compute yytoken locally when needed.
622 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
623 point to.
624
625 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
626 after `--report' documentation.
627
628 2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
629
630 * src/parse-gram.y (grammar_declaration): Location of printer
631 symbol is @1, not list->location. Bug reported by twlevo.
632 * tests/input.at (Incompatible Aliases): Adjust to above change.
633
634 2006-01-29 Paul Eggert <eggert@cs.ucla.edu>
635
636 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
637 all the test at once. This makes the output easier to read in the
638 normal case.
639
640 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
641 got from <http://bro-ids.org/download.html>. The bug is that
642 when two actions appeared in succession, the second one was
643 scanned before the first one was added to the grammar rule
644 as a midrule action. Bison then output the incorrect warning
645 "parse.y:905.17-906.36: warning: unused value: $3".
646 * src/parse-gram.y (BRACED_CODE, action): These are no longer
647 associated with a value.
648 (rhs): Don't invoke grammar_current_rule_action_append.
649 (action): Invoke it here instead.
650 * src/reader.c (grammar_midrule_action): Now extern.
651 (grammar_current_rule_action_append): Don't invoke
652 grammar_midrule_action; that is now the scanner's job.
653 * src/reader.h (last_string, last_braced_code_loc):
654 (grammar_midrule_action): New decls.
655 * src/scan-gram.l (last_string): Now extern, sigh.
656 (last_braced_code_loc): New extern variable.
657 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
658 rule already has an action.
659 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
660 * tests/input.at (AT_CHECK_UNUSED_VALUES):
661 Add some tests to check that the above changes fixed the bug.
662
663 2006-01-27 Paul Eggert <eggert@cs.ucla.edu>
664
665 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
666 All used changed. Check whether the symbol has a destructor,
667 not whether it is typed.
668 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
669 that the values are still reported as unused. All line numbers
670 adjusted.
671
672 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
673
674 Work around a bug in bro 0.8, which underparenthesizes its
675 definition of YYLLOC_DEFAULT.
676 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
677 their arguments.
678 * data/lalr1.cc: Likewise.
679 * data/yacc.cc: Likewise.
680
681 2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
682
683 Work around a bug in Pike 7.0, and give the Pike folks a
684 better way to override the usual int widths.
685 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
686 user can override the types.
687 (short): #undef, to work around a bug in Pike 7.0.
688 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
689 (union yyalloc.yyss): Use yytype_int16 rather than short.
690 All uses changed.
691 (yysigned_char): Remove.
692 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
693 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
694 * tests/regression.at (Web2c Actions): Adjust to above changes.
695
696 * src/reader.c (check_and_convert_grammar): New function.
697 (reader): Close the input file even if something went wrong during
698 parsing. Minor file descriptor leak reported by twlevo.
699
700 * src/assoc.c (assoc_to_string): Use a default: abort (); case
701 to pacify gcc -Wswitch-default.
702 * src/scan-gram.l (adjust_location): Use a default: break; case
703 to pacify gcc -Wswitch-default.
704 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
705 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
706 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
707 Move these decls to scan-skel.l, since they don't need to be
708 visible elsewhere.
709 * src/scan-skel.l: Accept the above decls.
710 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
711 is used.
712
713 2006-01-21 Paul Eggert <eggert@cs.ucla.edu>
714
715 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
716 since we don't want to insist on a version number at the start
717 of the changelog every time.
718 * Makefile.maint: Sync from coreutils a bit better.
719 (sc_trailing_blank): Renamed from sc_trailing_space.
720 All uses changed.
721 (sc_no_if_have_config_h, sc_require_config_h):
722 (sc_prohibit_assert_without_use): New rules.
723 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
724 (sc_dd_max_sym_length): Fix leading spaces in rule.
725 (sc_system_h_headers): Prefix with @.
726 (sc_useless_cpp_parens, m4-check): Output line numbers.
727 (changelog-check): Allow version only in head.
728 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
729 satisfy new Makefile.maint rule.
730 * data/glr.c: Likewise.
731 * data/glr.cc: Likewise.
732 * data/lalr1.cc: Likewise.
733 * data/yacc.c: Likewise.
734 * lib/ebitsetv.c: Likewise.
735 * lib/lbitset.c: Likewise.
736 * lib/subpipe.c: Likewise.
737 * lib/timevar.c: Likewise.
738 * src/system.h: Likewise.
739 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
740 * djgpp/Makefile.maint: Add copyright notice.
741 * djgpp/README.in: Likewise.
742 * djgpp/config.bat: Likewise.
743 * djgpp/config.site: Likewise.
744 * djgpp/config_h.sed: Likewise.
745 * djgpp/djunpack.bat: Likewise.
746 * djgpp/config.sed: Fix copyright notice to match standard format.
747 * djgpp/subpipe.h: Likewise.
748 * lib/bitsetv-print.c: Likewise.
749 * lib/bitsetv.c: Likewise.
750 * lib/subpipe.h: Likewise.
751 * lib/timevar.c: Likewise.
752 * lib/timevar.h: Likewise.
753 * djgpp/subpipe.c: Use standard recipe for config.h.
754 * lib/abitset.c: Likewise.
755 * lib/bitset.c: Likewise.
756 * lib/bitset_stats.c: Likewise.
757 * lib/bitsetv-print.c: Likewise.
758 * lib/bitsetv.c: Likewise.
759 * lib/ebitsetv.c: Likewise.
760 * lib/get-errno.c: Likewise.
761 * lib/lbitset.c: Likewise.
762 * lib/subpipe.c: Likewise.
763 * lib/timevar.c: Likewise.
764 * lib/vbitset.c: Likewise.
765 * tests/local.at: Likewise.
766 * src/scan-gram.l: Don't include verify.h, since system.h does
767 that for us.
768 * .x-sc_require_config_h: New file.
769 * .x-sc_unmarked_diagnostics: New file.
770
771 2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
772
773 Be a bit more systematic about using 'abort'.
774 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
775 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
776 Put 'default: abort ();' before some other case, to satisfy older
777 pedantic compilers.
778 * lib/bitset_stats.c (bitset_stats_init): Likewise.
779 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
780 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
781 * src/conflicts.c (resolve_sr_conflict): Likewise.
782 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
783 (get_decision_str, get_orientation_str, get_node_alignment_str):
784 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
785 (get_linestyle_str, get_arrowstyle_str): Likewise.
786 * src/conflicts.c (resolve_sr_conflict):
787 Use a default case rather than one for the one remaining enum
788 value, to catch invalid enum values as well.
789 * src/lalr.c (set_goto_map, map_goto):
790 Prefer "assert (FOO);" to "if (!FOO) abort ();".
791 * src/nullable.c (nullable_compute, token_definitions_output):
792 Likewise.
793 * src/reader.c (packgram, reader): Likewise.
794 * src/state.c (transitions_to, state_new, state_reduction_find):
795 Likewise.
796 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
797 (symbol_pack): Likewise.
798 * src/tables.c (conflict_row, pack_vector): Likewise.
799 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
800 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
801 * src/system.h: Don't include <assert.h>.
802 (assert): New macro.
803
804 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
805 (Destructor Decl, Parser Function, Pure Calling):
806 Describe rules for braces inside C code more carefully.
807
808 2006-01-19 Paul Eggert <eggert@cs.ucla.edu>
809
810 Fix some porting glitches found by Nelson H. F. Beebe.
811 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
812 compilers that don't understand that abort () does not return.
813 * src/state.c (transitions_to): Likewise.
814 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
815 that '#include <cstdlib>' works.
816 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
817 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
818 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
819 for the benefit of some pre-C99 compilers.
820
821 * bootstrap: Undo changes to gnulib files that autoreconf made.
822
823 Minor fixups to get 'make maintainer-check' to work.
824 * configure.ac: Don't use -Wnested-externs, as it's incompatible
825 with the new verify.h implementation.
826 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
827 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
828 * data/yacc.c (YYUSE): Likewise.
829 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
830 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
831 * src/parse-gram.y (declaration): Don't pass a string constant
832 to a function that expects char *, since GCC might complain
833 about the constant value.
834 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
835 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
836 before #defining them.
837 * tests/glr-regression.at
838 (Incorrectly initialized location for empty right-hand side in GLR):
839 In yyerror, use the msg arg.
840 (Corrupted semantic options if user action cuts parse):
841 (Incorrect lookahead during deterministic GLR):
842 (Incorrect lookahead during nondeterministic GLR):
843 Don't name a local var 'index'; it shadows string.h's 'index'.
844
845 2006-01-19 Akim Demaille <akim@epita.fr>
846
847 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
848 location, not just parts of it.
849
850 2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
851
852 * NEWS: Document the fact that multiple %unions are now allowed.
853 * doc/bison.texinfo (Union Decl): Likewise.
854 * TODO: This feature is now implemented, so remove it from
855 the wishlist.
856
857 * Makefile.maint: Merge with coreutils Makefile.maint.
858 (CVS_LIST): Use build-aux version if available.
859 (VERSION_REGEXP): New macro.
860 (syntax-check-rules): Add sc_no_if_have_config_h,
861 sc_prohibit_assert_without_use, sc_require_config_h,
862 sc_useless_cpp_parens.
863 (sc_obsolete_symbols): Check for O_NDELAY.
864 (sc_dd_max_sym_length): Track coreutils.
865 (sc_unmarked_diagnostics): Look in all files, not just *.c.
866 (sc_useless_cpp_parens): New rule.
867 (news-date-check): Look for version or today's date.
868 (changelog-check): Don't require version number near head.
869 (copyright-check): Use current year instead of hardwiring 2005.
870 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
871 (announcement): Add --gpg-key-ID.
872
873 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
874 with "file system".
875
876 Avoid undefined behavior that addressed just before the start of an
877 array. Problem reported by twlevo.
878 * src/reader.c (packgram): Prepend a new sentinel before ritem.
879 * src/lalr.c (build_relations): Rely on new sentinel.
880 * src/gram.c (gram_free): Adjust to new sentinel.
881
882 2006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
883
884 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
885 yylookaheadNeeds. All uses updated.
886 (yysplitStack): Rename local yynewLookaheadStatuses to
887 yynewLookaheadNeeds.
888 * data/glr-regression.at (Incorrect lookahead during nondeterministic
889 GLR): In comments, change `lookahead status' to `lookahead need'.
890
891 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
892
893 * data/glr.c (yysplitStack): A little stylistic rewrite.
894
895 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
896
897 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
898
899 2006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
900
901 * doc/bison.texinfo: Fix some typos.
902 (GLR Semantic Actions): New subsection discussing special
903 considerations because GLR semantic actions might be deferred.
904 (Actions): Mention look-ahead usage of yylval.
905 (Actions and Locations): Mention look-ahead usage of yylloc.
906 (Special Features for Use in Actions): Add YYEOF entry and mention it
907 in the yychar entry.
908 In the yychar entry, remove mention of the local yychar case (pure
909 parser) since this is irrelevant information when writing semantic
910 actions and since it's already discussed in `Bison Symbols' where
911 yychar is otherwise described as an external variable.
912 In the yychar entry, don't call it the `current' look-ahead since it
913 isn't when semantic actions are deferred.
914 In the yychar and yyclearin entries, add note about deferred semantic
915 actions.
916 Add yylloc and yylval entries discussing look-ahead usage.
917 (Look-Ahead Tokens): When discussing yychar, don't call it the
918 `current' look-ahead, and do mention yylval and yylloc.
919 (Error Recovery): Cross-reference `Action Features' when mentioning
920 yyclearin.
921 (Bison Symbols): In the yychar entry, don't call it the `current'
922 look-ahead.
923 In the yylloc and yylval entries, mention look-ahead usage.
924
925 2006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
926
927 * tests/glr-regression.at: Update copyright year to 2006.
928
929 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
930
931 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
932 use during nondeterministic operation to track which stacks have
933 actually needed the current lookahead.
934 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
935 Allocate, deallocate, resize, and otherwise shuffle space for
936 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
937 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
938 appropriately during nondeterministic operation.
939 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
940 members to store the current lookahead to be used by the deferred
941 user action.
942 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
943 from which the RHS is taken. Set the lookahead members of the new
944 yySemanticOption according to the lookahead status for stack yyk.
945 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
946 yyaddDeferredAction.
947 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
948 members of yySemanticOption before invoking yyuserAction, and then set
949 them back to their current values afterward.
950 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
951 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
952 * tests/glr-regression.at: Remove `.' from the ends of recent test case
953 titles for consistency.
954 (Leaked merged semantic value if user action cuts parse): In order to
955 suppress lint warnings, use arguments in merge function, and assign
956 char value < 128 in main.
957 (Incorrect lookahead during deterministic GLR): New test case.
958 (Incorrect lookahead during nondeterministic GLR): New test case.
959
960 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
961
962 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
963 !yyvaluep as signal that no semantic value is available to print.
964 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
965 to print a semantic value.
966
967 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
968
969 * tests/glr-regression.at: For consistency with my newer test cases,
970 don't thank myself.
971
972 2006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
973
974 * data/glr.c (yyresolveValue): When merging semantic options, if at
975 least one user action succeeds but a later one cuts the parse, then
976 destroy the semantic value before returning rather than leaking it.
977 (yyresolveStates): If a user action cuts the parse and thus
978 yyresolveValue fails, ignore the (unset) semantic value rather than
979 corrupting the yyGLRState, and empty the semantic options list since
980 the user actions should have called all necessary destructors.
981 Simplify code with YYCHK.
982 * tests/glr-regression.at (Corrupted semantic options if user action
983 cuts parse): New test case.
984 (Undesirable destructors if user action cuts parse): New test case.
985 Before applying any of this patch, this test case never actually failed
986 for me... but only because the corrupted semantic options usually
987 masked this bug.
988 (Leaked merged semantic value if user action cuts parse): New test
989 case.
990
991 2006-01-05 Akim Demaille <akim@epita.fr>
992
993 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
994
995 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
996
997 * data/c.m4 (b4_c_modern): New macro, with a new provision for
998 _MSC_VER. Problem reported by Cenzato Marco.
999 (b4_c_function_def): Use it.
1000 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
1001 b4_c_modern.
1002 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
1003 than rolling our own.
1004
1005 2006-01-04 Akim Demaille <akim@epita.fr>
1006
1007 Also warn about non-used mid-rule values.
1008 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
1009 member.
1010 (symbol_list_new): Adjust.
1011 * src/reader.c (symbol_typed_p): New.
1012 (grammar_rule_check): Use it.
1013 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
1014 Check its rule.
1015 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
1016 Use it.
1017 * tests/actions.at (Exotic Dollars): Adjust.
1018
1019 2006-01-04 Akim Demaille <akim@epita.fr>
1020
1021 * src/reader.c (grammar_midrule_action): If $$ is set in a
1022 mid-rule, move the `used' bit to its lhs.
1023 * tests/input.at (Unused values): New.
1024 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
1025
1026 2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
1027
1028 * doc/bison.texinfo (Bison Options): Say more accurately what
1029 --yacc does.
1030 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
1031 about declarations in the grammar when in Yacc mode, as POSIX does
1032 not require a diagnostic when the grammar uses extensions.
1033
1034 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
1035
1036 Warn about dubious constructions like "%token T T".
1037 Reported by twlevo.
1038 * src/symtab.h (struct symbol.declared): New member.
1039 * src/symtab.c (symbol_new): Initialize it to false.
1040 (symbol_class_set): New arg DECLARING, specifying whether
1041 this is a declaration that we want to warn about, if there
1042 is more than one of them. All uses changed.
1043
1044 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
1045 Allow multiple %union directives, whose contents concatenate.
1046 * src/parse-gram.y (grammar_declaration): Likewise.
1047 Use muscle_code_grow, so that we don't need stype_line any more.
1048 All uses changed.
1049
1050 * src/muscle_tab.c (muscle_grow): Fix comment.
1051
1052 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
1053 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
1054 Update copyright year to 2006.
1055
1056 2006-01-03 Akim Demaille <akim@epita.fr>
1057
1058 Have glr.cc pass (some of) the calc.at tests.
1059 * data/glr.cc (b4_parse_param_orig): New.
1060 (b4_parse_param): Improve its definition, and bound it more
1061 clearly in the skeleton.
1062 (b4_epilogue): Append, instead of prepending, in order to keep
1063 #line consistency.
1064 Simplify the generation of auxiliary functions: locations and
1065 purity are mandated.
1066 (b4_global_tokens_and_yystype): Honor it.
1067 * data/location.cc (c++.m4): Don't include it.
1068 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
1069 and AT_SKEL_CC_IF.
1070 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
1071 AT_LALR1_CC_IF.
1072 Be sure to initialize the first position's filename.
1073 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
1074 mandated anyway.
1075 (AT_CHECK_CALC_GLR_CC): New.
1076 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
1077
1078 2006-01-02 Akim Demaille <akim@epita.fr>
1079
1080 * src/output.c (output_skeleton): Don't hard wire the inclusion of
1081 c.m4.
1082 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
1083 * data/glr.cc: Do not include stack.hh.
1084
1085 2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
1086
1087 * data/glr.c: Reformat whitespace with tabs.
1088 (b4_lpure_formals): Remove this unused m4 macro.
1089 * tests/cxx-type.at: Reformat whitespace with tabs.
1090 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
1091 since it's a member. Rename type to isNterm for clarity.
1092
1093 2005-12-29 Akim <akim@sulaco.local>
1094
1095 Let glr.cc catch up with symbol_value_print.
1096 * data/glr.cc (b4_yysymprint_generate): Replace by...
1097 (b4_yy_symbol_print_generate): this.
1098 (yy_symbol_print, yy_symbol_value_print): Declare them.
1099
1100 2005-12-28 Paul Eggert <eggert@cs.ucla.edu>
1101
1102 * src/location.h (boundary): Note that a line or column equal
1103 to INT_MAX indicates an overflow.
1104 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
1105 (rule_length_overflow, increment_rule_length, add_column_width):
1106 New functions.
1107 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
1108 (<SC_BRACED_CODE>"}"):
1109 Use increment_rule_length rather than incrementing it by hand.
1110 (adjust_location, handle_syncline): Diagnose overflow.
1111 (handle_action_dollar, handle_action_at):
1112 Fix bug with monstrosities like $-2147483648.
1113 Remove now-unnecessary checks.
1114 (scan_integer): Verify assumptions and remove now-unnecessary checks.
1115 (convert_ucn_to_byte): Verify assumptions.
1116 (handle_syncline): New arg LOC. All callers changed.
1117 Don't store through a value derived from char const * pointer.
1118
1119 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
1120 GCC warnings.
1121
1122 2005-12-27 Paul Eggert <eggert@cs.ucla.edu>
1123
1124 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
1125 Remove unnecessary forward static decls.
1126
1127 2005-12-27 Akim Demaille <akim@epita.fr>
1128
1129 * src/reader.c (grammar_current_rule_check): Also check that $$
1130 is used.
1131 Take the rule to check as argument, hence rename as...
1132 (grammar_rule_check): this.
1133 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
1134 Rename as...
1135 (grammar_rule_begin, grammar_rule_end): these, for consistency.
1136 (grammar_midrule_action, grammar_symbol_append): Now static.
1137 * tests/torture.at (input): Don't rely on the default action
1138 being always performed.
1139 * tests/calc.at: "Set" $$ even when the action is "cut" with
1140 YYERROR or other.
1141 * tests/actions.at (Exotic Dollars): Instead of using unused
1142 values, check that the warning is issued.
1143
1144 2005-12-22 Paul Eggert <eggert@cs.ucla.edu>
1145
1146 * NEWS: Improve wording for unused-value warnings.
1147
1148 2005-12-22 Akim Demaille <akim@epita.fr>
1149
1150 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
1151 (b4_yysymprint_generate): Rename as...
1152 (b4_yy_symbol_print_generate): this.
1153 Generate yy_symbol_print instead of yysymprint.
1154 Generate also yy_symbol_value_print, and use it.
1155
1156 2005-12-22 Akim Demaille <akim@epita.fr>
1157
1158 * NEWS: Warn about unused values.
1159 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
1160 a `used' member.
1161 (symbol_list_n_get, symbol_list_n_used_set): New.
1162 (symbol_list_n_type_name_get): Use symbol_list_n_get.
1163 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
1164 * src/reader.c (grammar_current_rule_check): Check that values are
1165 used.
1166 * src/symtab.c (symbol_print): Accept 0.
1167 * tests/existing.at: Remove the type information.
1168 Empty the actions.
1169 Remove useless actions (beware of mid-rule actions: perl -000
1170 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
1171 * tests/actions.at (Exotic Dollars): Use unused values.
1172 * tests/calc.at: Likewise.
1173 * tests/glr-regression.at (No users destructors if stack 0 deleted):
1174 Likewise.
1175
1176 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
1177 rule_useful_p.
1178
1179 2005-12-21 Paul Eggert <eggert@cs.ucla.edu>
1180
1181 Undo 2005-12-01 tentative license wording change. The wording is
1182 still being reviewed by the lawyers, and we don't want to wait for
1183 them before publishing a test release. For now, revert to the
1184 previous wording.
1185 * NEWS: Undo 2005-12-01 change.
1186 * data/glr.c: Revert to previous license wording.
1187 * data/glr.cc: Likewise.
1188 * data/lalr1.cc: Likewise.
1189 * data/location.cc: Likewise.
1190 * data/yacc.c: Likewise.
1191
1192 * NEWS: Reword %destructor vs YYABORT etc.
1193 * data/glr.c: Use American spacing, for consistency.
1194 * data/glr.cc: Likewise.
1195 * data/lalr1.cc: Likewise.
1196 * data/yacc.c: Likewise.
1197 * data/yacc.c: Reformat comments slightly.
1198 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
1199 for consistency. Fix some spelling errors and reword recently-included
1200 text slightly.
1201 * tests/cxx-type.at: Cast results of malloc, for C++.
1202
1203 2005-12-21 Joel E. Denny <address@hidden>
1204
1205 * tests/cxx-type.at: Construct a tree, count the parents of shared
1206 nodes, and free each node once and only once. Previously, the memory
1207 for semantic values was leaked instead.
1208
1209 2005-12-21 Joel E. Denny <address@hidden>
1210
1211 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
1212 (yylval, yylloc): If pure, #define to yystackp->yyval and
1213 yystackp->yyloc similar to yychar and yynerrs.
1214 (yyparse): If pure, remove local yylval and yylloc. Add local
1215 yystackp to accommodate pure definitions of yylval and yylloc.
1216 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
1217 yylvalp and yyllocp to &yylval and &yylloc.
1218 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
1219 namespace. Previously, nerrs and char were missing, but lval and lloc
1220 weren't necessary.
1221 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
1222 yylvalp and yyllocp parameters since, if pure, these are now always
1223 accessible through yystackp. If not pure, they are still accessible
1224 globally.
1225 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
1226 `if (YYID (N))' to pacify lint.
1227
1228 2005-12-21 Akim Demaille <akim@epita.fr>
1229
1230 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
1231 destroy the RHS symbols of a rule.
1232 * data/yacc.c (yylen): Initialize to 0.
1233 Keep its value to the number of items to possibly shift.
1234 In particular, a regular successful parse that ends on YYFINAL by
1235 a (internal) YYACCEPT must not have yylen != 0.
1236 (yyerrorlab, yyreturn): Pop the RHS.
1237 Reorder a bit to emphasize the `shifting' bits of code.
1238 (YYPOPSTACK): Now accept a number of items to pop.
1239 * data/lalr1.cc: Likewise.
1240 * data/glr.c: Formatting changes.
1241 Use goto instead of fall through.
1242 * doc/bison.texinfo (Destructor Decl): Complete.
1243
1244 2005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1245
1246 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
1247 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
1248 * djgpp/config.bat: Replace every occurence of the file name
1249 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
1250 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
1251 * djgpp/config.sed: Replace every occurence of the file name
1252 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
1253 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
1254 * djgpp/djunpack.bat: DJGPP specific file.
1255 * djgpp/fnchange.lst: DJGPP specific file.
1256 * djgpp/README.in: Add new information about how to unpack the bison
1257 source on MSDOS and other systems which have 8.3 file name restrictions
1258 using djunpack.bat and fnchange.lst.
1259
1260 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
1261
1262 * bootstrap (build_cvs_prefix): Remove; unused.
1263 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
1264 when getting gnulib.
1265
1266 2005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
1267
1268 * data/glr.c: Reorder typedef declarations for structs to match order
1269 of struct declarations.
1270 Rename yystack everywhere to yystackp except in yyparse where it's not
1271 a pointer.
1272 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
1273 consistency.
1274 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
1275 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
1276 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
1277 lint.
1278
1279 2005-12-09 Paul Eggert <eggert@cs.ucla.edu>
1280
1281 * tests/sets.at (Accept): Fix typos in regular expression used to
1282 sed out the final state number.
1283
1284 Work around portability problem on Solaris 10: flex-generated
1285 files include <stdio.h> before <config.h>, which messes up
1286 because the latter defines __EXTENSIONS__. Address the problem
1287 by creating two new little files that include <config.h> first,
1288 then include the flex-generated files. Rewrite everyone else
1289 to include <config.h> first, as well.
1290 * lib/timevar.c: Always include "config.h".
1291 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
1292 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
1293 (EXTRA_bison_SOURCES): New macro.
1294 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
1295 * src/system.h: Don't include config.h.
1296 * src/LR0.c: Include <config.h> first.
1297 * src/assoc.c: Likewise.
1298 * src/closure.c: Likewise.
1299 * src/complain.c: Likewise.
1300 * src/conflicts.c: Likewise.
1301 * src/derives.c: Likewise.
1302 * src/files.c: Likewise.
1303 * src/getargs.c: Likewise.
1304 * src/gram.c: Likewise.
1305 * src/lalr.c: Likewise.
1306 * src/location.c: Likewise.
1307 * src/main.c: Likewise.
1308 * src/muscle_tab.c: Likewise.
1309 * src/nullable.c: Likewise.
1310 * src/output.c: Likewise.
1311 * src/parse-gram.y: Likewise.
1312 * src/print.c: Likewise.
1313 * src/print_graph.c: Likewise.
1314 * src/reader.c: Likewise.
1315 * src/reduce.c: Likewise.
1316 * src/relation.c: Likewise.
1317 * src/state.c: Likewise.
1318 * src/symlist.c: Likewise.
1319 * src/symtab.c: Likewise.
1320 * src/tables.c: Likewise.
1321 * src/uniqstr.c: Likewise.
1322 * src/vcg.c: Likewise.
1323
1324 * src/parse-gram.y: Fix minor problems uncovered by lint.
1325 (current_lhs, current_lhs_location): Now static.
1326 (current_assoc): Remove unused variable.
1327
1328 Cleanups so that Bison-generated parsers have less lint.
1329 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
1330 Prepend /*ARGSUSED*/, for lint's sake.
1331 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
1332 definition if 'lint' is defined.
1333 (YYID): New macro (or function, if lint).
1334 All uses of /*CONSTCOND*/0 replaced by YYID(0).
1335 * data/yacc.c: Likewise.
1336 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
1337 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
1338 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
1339 is C++ only.
1340 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
1341 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
1342 Use YYID(0) rather than 0, for lint.
1343 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
1344 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
1345
1346 2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
1347
1348 * tests/glr-regression.at
1349 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
1350 Close memory leak reported by twlevo.
1351
1352 2005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
1353
1354 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
1355 all stacks.
1356 (yyparse): Iterate another stack in order to call user destructors.
1357 * tests/glr-regression.at (No users destructors if stack 0 deleted):
1358 New test case.
1359 (Duplicated user destructor for lookahead): This test now is expected
1360 to succeed.
1361
1362 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
1363
1364 * NEWS: Document the following change.
1365 * data/yacc.c: Say "parser skeleton" rather than "file", since
1366 it's no longer just a file.
1367 * data/glr.c: Grant a special exception for C GLR parsers, that
1368 reads like the already-existing exception for C LALR(1) parsers.
1369 * data/glr.cc: Likewise.
1370 * data/lalr1.cc: Likewise.
1371 * data/location.cc: Likewise.
1372 * data/yacc.c: Reword the "written by" statement to clarify that
1373 it was the parser skeleton, not the entire output file.
1374 * data/glr.c: Written by Paul Hilfinger.
1375 * data/glr.cc: Written by Akim Demaille.
1376 * data/lalr1.cc: Likewise.
1377
1378 2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
1379
1380 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
1381 Fix typos in previous change that broke 'make check'.
1382 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
1383 supported in C.
1384 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
1385 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
1386 We can revert this once things settle down.
1387
1388 * src/conflicts.c (conflicts_print): Don't print file name twice
1389 when %expect fails because there were no conflicts.
1390 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
1391 change.
1392 * tests/conflicts.at (%expect not enough, %expect too much):
1393 (%expect with reduce conflicts): Adjust to new behavior.
1394
1395 2005-11-18 Akim Demaille <akim@epita.fr>
1396
1397 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
1398 errors.
1399 * NEWS: Document this.
1400 * doc/bison.texinfo (Expect Decl): Likewise.
1401
1402 2005-11-16 Akim Demaille <akim@epita.fr>
1403
1404 Generalize the display of semantic values and locations in traces.
1405 * data/glr.c (yy_reduce_print): Fix indices (again).
1406 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
1407 literal integers.
1408 * data/lalr1.cc (yyreduce_print): Rename as...
1409 (yy_reduce_print): this.
1410 Display values and locations.
1411 * data/yacc.c (yy_reduce_print): Likewise.
1412 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
1413 (yysymprint): Move higher to be visible from yy_reduce_print).
1414 (yyparse): Adjust.
1415 * tests/calc.at: Adjust the expected length of the traces.
1416
1417 2005-11-14 Akim Demaille <akim@epita.fr>
1418
1419 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
1420 from 1 to N, while values and location start at 0.
1421 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
1422
1423 2005-11-14 Akim Demaille <akim@epita.fr>
1424
1425 * data/glr.c (yy_reduce_print): Fix the $ number.
1426
1427 2005-11-14 Akim Demaille <akim@epita.fr>
1428
1429 "Use" parse parameters.
1430 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
1431 * data/glr.c, data/glr.cc: Use them.
1432 * data/glr.c (YYUSE): Have a C++ definition that supports
1433 non-pointer types.
1434
1435 2005-11-14 Akim Demaille <akim@epita.fr>
1436
1437 * data/glr.c (yyexpandGLRStack): Declare only if defined.
1438
1439 2005-11-14 Akim Demaille <akim@epita.fr>
1440
1441 * data/glr.cc: New.
1442 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
1443
1444 2005-11-12 Akim Demaille <akim@epita.fr>
1445
1446 Let position and location be PODs.
1447 * data/location.cc (position::initialize, location::initialize): New.
1448 (position::position, location::location): Define only if
1449 b4_location_constructors is defined.
1450 * data/lalr1.cc (b4_location_constructors): Define it for backward
1451 compatibility.
1452 * doc/bison.texinfo (Initial Action Decl): Use initialize.
1453
1454 2005-11-12 Akim Demaille <akim@epita.fr>
1455
1456 * data/lalr1.cc: Move the body of the ctor and dtor into the
1457 parser file (instead of the header).
1458 Wrap the implementations in a "namespace yy".
1459
1460 2005-11-12 Akim Demaille <akim@epita.fr>
1461
1462 Have glr.c include its header file when created.
1463 * data/glr.c (b4_shared_declarations): New.
1464 Output them verbatim in the parser if !%defines, otherwise
1465 output then in the header file, and include it instead.
1466
1467 2005-11-11 Akim Demaille <akim@epita.fr>
1468
1469 * data/glr.c: Comment changes.
1470
1471 2005-11-11 Akim Demaille <akim@epita.fr>
1472
1473 When yydebug, report semantic and location values for reductions.
1474 * data/glr.c (yy_reduce_print): Report the semantic values and the
1475 locations.
1476 (YY_REDUCE_PRINT): Adjust.
1477 (yyglrReduce): Use them.
1478 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
1479 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
1480 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
1481 traces.
1482
1483 2005-11-10 Akim Demaille <akim@epita.fr>
1484
1485 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
1486 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
1487 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
1488
1489 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
1490
1491 * m4/cxx.m4, examples/Makefile.am: Don't build
1492 examples/calc++ if no C++ compiler is available. (trivial change)
1493
1494 2005-11-09 Akim Demaille <akim@epita.fr>
1495
1496 * src/scan-skel.l: Use a couple of asserts.
1497
1498 2005-11-03 Akim Demaille <akim@epita.fr>
1499
1500 In some (weird) cases, the final state number is incorrect.
1501 Reported by Alexandre Duret-Lutz.
1502 * src/LR0.c (state_list_append): Remove the computation of
1503 final_state.
1504 (save_reductions): Do it here.
1505 (get_state): Alpha conversion.
1506 (generate_states): Use a for loop.
1507 * src/gram.h (item_number_is_rule_number)
1508 (item_number_is_symbol_number): New.
1509 * src/state.c: Use assert.
1510 * src/system.h: Include assert.h.
1511 * tests/sets.at (Accept): New.
1512
1513 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
1514
1515 * data/glr.c (yyfill): Adjust comment.
1516 (yyresolveAction): Initialize default location properly
1517 for empty right-hand sides.
1518 (yydoAction): Ditto.
1519 Add comment explaining apparently dead code.
1520 * tests/glr-regression.at
1521 (Incorrectly initialized location for empty right-hand side in GLR):
1522 New test.
1523
1524 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
1525
1526 * bootstrap (cleanup_gnulib): New function. Use it to clean up
1527 gnulib when interrupted. This fixes some race conditions and
1528 works around some portability problems (one noted by Paul
1529 Hilfinger).
1530
1531 2005-10-22 Akim <akim@epita.fr>
1532
1533 * Makefile.cfg: Adjust to config -> build-aux.
1534 Reported by twledo.
1535
1536 2005-10-21 Akim Demaille <akim@epita.fr>
1537
1538 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
1539 the %parse-params.
1540 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
1541 * data/yacc.c (b4_Pure_if): Rename as...
1542 (b4_yacc_pure_if): this.
1543 (YY_SYMBOL_PRINT, yyparse): Adjust.
1544 * doc/bison.texinfo: Formatting changes.
1545
1546 2005-10-21 Akim Demaille <akim@epita.fr>
1547
1548 Finish the transition config -> build-aux.
1549 * configure.ac, Makefile.am: Use build-aux.
1550 * config/prev-version, config/announce-gen, config/Makefile.am:
1551 Move to...
1552 * build-aux/prev-version, build-aux/announce-gen,
1553 * build-aux/Makefile.am: here.
1554
1555 2005-10-14 Akim Demaille <akim@epita.fr>
1556
1557 * examples/calc++/test: Use set -x only when VERBOSE.
1558
1559 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
1560
1561 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
1562 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
1563
1564 2005-10-13 Akim Demaille <akim@epita.fr>
1565
1566 * src/scan-skel.l: Output the base name parts of the parser and
1567 header file names.
1568 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
1569 additional checks.
1570 Use this to exercise C++ outputs in subdirs.
1571 Reported by Oleg Smolsky.
1572
1573 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
1574
1575 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
1576 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
1577 Problem reported by John P. Hartmann.
1578 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
1579 already defined it.
1580
1581 2005-10-12 Akim Demaille <akim@epita.fr>
1582
1583 * src/parse-gram.y (version_check): Exit 63 to please missing
1584 (stands for "version mismatch).
1585 * tests/input.at, doc/bison.texinfo: Adjust.
1586
1587 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
1588
1589 Work around portability problems with Visual Age C compiler
1590 (xlc and xlC_r) reported by John P. Hartmann.
1591 * data/location.cc (initial_column, initial_line): Remove.
1592 All uses replaced by 0 and 1.
1593 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
1594 that xlc complains about.
1595 * src/scan-skel.l (skel_wrap): Likewise.
1596 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
1597 as __STDC__.
1598 * data/yacc.c (YYMODERN_C): New macro, which also looks at
1599 __STDC_VERSION__. Use it everywhere instead of looking at
1600 __STDC__ and __cplusplus.
1601
1602 2005-10-10 Akim Demaille <akim@epita.fr>
1603
1604 * examples/calc++/test: Be quiet unless VERBOSE.
1605
1606 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
1607
1608 * data/c.m4 (yydestruct, yysymprint):
1609 Use YYUSE instead of casting to void.
1610 * data/glr.c (YYUSE): New macro.
1611 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
1612 Use it instead of rolling our own.
1613 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
1614 (YYCHK1):
1615 Use /*CONSTCOND*/ to suppress lint warnings.
1616 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
1617 (YY_STACK_PRINT): Use 'false' not '0'.
1618 (YYUSE): New macro.
1619 (yysymprint_, yydestruct_): Use it instead of rolling our own.
1620 * data/yacc.c (YYUSE): New macro.
1621 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
1622 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
1623 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
1624
1625
1626 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
1627 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
1628
1629 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
1630
1631 Undo the parts of the unlocked-I/O change that substituted
1632 putc or puts for printf. This might hurt performance a bit,
1633 but some people prefer the printf style.
1634 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
1635 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
1636 All uses replaced by YYFPRINTF and YYDPRINTF.
1637 * data/yacc.c: Likewise.
1638 * lib/bitset.c (bitset_print): Likewise.
1639 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
1640 putc and puts.
1641 * lib/lbitset.c (debug_lbitset): Likewise.
1642 * src/closure.c (print_firsts, print_fderives): Likewise.
1643 * src/gram.c (grammar_dump): Likewise.
1644 * src/lalr.c (look_ahead_tokens_print): Likewise.
1645 * src/output.c (escaped_output): Likewise.
1646 (user_actions_output): Break apart two printfs.
1647 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
1648 * src/reduce.c (reduce_print): Likewise.
1649 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
1650 * src/system.h: Include unlocked-io.h rathe than stdio.h.
1651
1652 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
1653 Use assignments rather than casts-to-void to suppress
1654 unused-variable warnings. This pacifies 'lint'.
1655 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
1656 unused-variable warnings.
1657
1658 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1659
1660 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
1661
1662 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
1663
1664 Use unlocked I/O for a minor performance improvement on hosts like
1665 GNU/Linux and Solaris that support unlocked I/O. The basic idea
1666 is to use the gnlib unlocked-io module, and to prefer putc and
1667 puts to printf when either will work (since the latter doesn't
1668 come in an unlocked flavor).
1669 * bootstrap (gnulib_modules): Add unlocked-io.
1670 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
1671 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
1672 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
1673 and similarly for puts and putc and printf.
1674 * data/yacc.c: Likewise.
1675 * lib/bitset.c (bitset_print): Likewise.
1676 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
1677 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
1678 to printf.
1679 * lib/lbitset.c (debug_lbitset): Likewise.
1680 * src/closure.c (print_firsts, print_fderives): Likewise.
1681 * src/gram.c (grammar_dump): Likewise.
1682 * src/lalr.c (look_ahead_tokens_print): Likewise.
1683 * src/output.c (escaped_output): Likewise.
1684 (user_actions_output): Coalesce two printfs.
1685 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
1686 * src/reduce.c (reduce_print): Likewise.
1687 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
1688 * src/system.h: Include unlocked-io.h rather than stdio.h.
1689
1690 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
1691 this confuses xgettext.
1692
1693 2005-10-02 Akim Demaille <akim@epita.fr>
1694
1695 * bootstrap (gnulib_modules): Add strverscmp.
1696 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
1697 * m4/.cvsignore: Add strverscmp.m4.
1698 * src/parse-gram.y (%require): New token, new rule.
1699 (version_check): New.
1700 * src/scan-gram.l (%require): Adjust.
1701 * tests/input.at (AT_REQUIRE): New.
1702 Use it.
1703 * doc/bison.texinfo (Require Decl): New.
1704 (Calc++ Parser): Use %require.
1705
1706 2005-10-02 Akim Demaille <akim@epita.fr>
1707
1708 * data/location.cc: New.
1709
1710 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
1711 Akim Demaille <akim@epita.fr>
1712
1713 Make sure -odir/foo.cc creates dir/location.hh etc.
1714 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
1715 (spec_file_prefix, spec_verbose_file, spec_graph_file)
1716 (spec_defines_file): Now const.
1717 (dir_prefix): New.
1718 (short_base_name): Remove.
1719 * src/files.c: Adjust.
1720 (dirname.h): Include.
1721 (base_name): Don't prototype it.
1722 (finput): Remove, duplicates gram_in.
1723 (full_base_name, short_base_name): Replace by...
1724 (all_but_ext, all_but_tab_ext): these.
1725 (compute_base_names): Rename as...
1726 (compute_file_name_parts): this.
1727 Update to compute the new variables, including dir_prefix.
1728 Adjust dependencies.
1729 * src/output.c (prepare): Output them.
1730 * src/reader.c: Adjust to use gram_in, not finput.
1731 * src/scan-skel.l (@dir_prefix@): New.
1732
1733 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1734
1735 * lib/subpipe.c: New function end_of_output_subpipe() added
1736 to allow support for non-posix systems. This is a no-op function
1737 for posix systems.
1738
1739 * lib/subpipe.h: New function end_of_output_subpipe() added
1740 to allow support for non-posix systems. This is a no-op function
1741 for posix systems.
1742
1743 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
1744 handle the lack of pipe/fork functionality on non-posix systems.
1745
1746 * djgpp/Makefile.maint: DJGPP specific file.
1747
1748 * djgpp/README.in: DJGPP specific file.
1749
1750 * djgpp/config.bat: DJGPP specific configuration file.
1751
1752 * djgpp/config.sed: DJGPP specific configuration file.
1753
1754 * djgpp/config.site: DJGPP specific configuration file.
1755
1756 * djgpp/config_h.sed: DJGPP specific configuration file.
1757
1758 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
1759
1760 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
1761
1762 2005-10-02 Akim Demaille <akim@epita.fr>
1763
1764 * data/location.cc: New, extract from...
1765 * data/lalr1.cc: here.
1766 (location.hh): Include it after the user prologue, in case the
1767 filename type is defined by the user.
1768 Forward declation location and position before the pre-prologue.
1769 (yyresult_): Rename as...
1770 (yyresult): this, it's a local variable, not an attribute.
1771 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
1772
1773 2005-10-01 Akim Demaille <akim@epita.fr>
1774
1775 * examples/extexi: Restore the #line generation.
1776
1777 2005-09-30 Akim Demaille <akim@epita.fr>,
1778 Alexandre Duret-Lutz <adl@gnu.org>
1779
1780 Move the token type and YYSTYPE in the parser class.
1781 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
1782 (parser::token): New, from the moved free definition of tokens.
1783 (parser::semantic_value): Now a full definition instead of an
1784 indirection to YYSTYPE.
1785 (b4_post_prologue): No longer included in the header file, but
1786 in the implementation file.
1787 * doc/bison.texi (C+ Language Interface): Update.
1788 * src/parse-gram.y: Support unary %define.
1789 * tests/actions.at: Define global_tokens_and_yystype for backward
1790 compatibility until we update the tests.
1791 * tests/calc.at: Idem.
1792 (first_line, first_column, last_line, last_column): Define for lalr1.cc
1793 to simplify the code.
1794
1795 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
1796
1797 Port to SunOS 4.1.4, which lacks strtoul and strerror.
1798 Ah, the good old days! Problem reported by Peter Klein.
1799 * bootstrap (gnulib_modules): Add strerror, strtoul.
1800 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
1801 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
1802
1803 2005-09-29 Akim Demaille <akim@epita.fr>
1804
1805 * data/c.m4 (b4_error_verbose_if): New.
1806 * data/lalr1.cc: Use it.
1807 (YYERROR_VERBOSE_IF): Remove.
1808 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
1809 parser members, replaced by...
1810 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
1811 local variables.
1812 (yysyntax_error_): Takes the state number as argument.
1813 (yyreduce_print_): Use the argument yyrule, not the former
1814 attribute yyn_.
1815
1816 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
1817
1818 * bootstrap (gnulib_modules): Add verify.
1819 * lib/.cvsignore: Add verify.h.
1820 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
1821 * src/system.h (verify): Remove.
1822 Include verify.h instead.
1823 * src/tables.c (tables_generate): Use new API for 'verify'.
1824
1825 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
1826
1827 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
1828 local variables whose names begin with 'yy'.
1829 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
1830 Trivial changes from Joel E. Denny.
1831
1832 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
1833 it itself.
1834 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
1835 don't use alloca any more.
1836
1837 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
1838 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
1839 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
1840 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
1841 to match yacc.c, to test more hosts.
1842
1843 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
1844
1845 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
1846 doesn't affect behavior.
1847 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
1848 Solaris, AIX, MSC.
1849 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
1850 This works a bit better with glibc, if user code has already included
1851 stdlib.h.
1852 * doc/bison.texinfo (Bison Parser): Document that users can't
1853 arbitrarily use malloc and free for other purposes. Document
1854 that <alloca.h> and <malloc.h> might be included.
1855 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
1856 user must declare alloca.
1857
1858 * HACKING (release): Forwarn the Translation Project about
1859 stable releses.
1860
1861 2005-09-20 Akim Demaille <akim@epita.fr>
1862
1863 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
1864
1865 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
1866
1867 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
1868 (YYSTACK_ALLOC_MAXIMUM): Use it.
1869 (yysyntax_error): New function.
1870 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
1871 multiple syntax errors are reported, and alloca is being used.
1872 Instead, reallocate buffers twice as big each time, so that
1873 we waste at most half the allocated memory. Start with a small
1874 (128-byte) buffer that will suffice in most cases anyway.
1875 Use yysyntax_error to do most of the work.
1876
1877 * doc/bison.texinfo (Error Reporting, Table of Symbols):
1878 yynerrs is the number of errors reported, not the number of
1879 errors encountered.
1880
1881 * tests/glr-regression.at (Duplicated user destructor for lookahead):
1882 Mark it as expected to fail.
1883 Cast result of malloc; problem reported by twlevo@xs4all.nl.
1884 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
1885 Don't start user-code symbols with "yy", to avoid name space problems.
1886
1887 2005-09-19 Akim Demaille <akim@epita.fr>
1888
1889 Remove the traits, failed experiment.
1890 It never proved useful, and anyway because of the current
1891 definition, it was not possible to have several specialization of
1892 this traits, making it useless.
1893 * data/lalr1.cc (yy:traits): Remove.
1894 Inline its definitions in the parser class.
1895
1896 2005-09-19 Akim Demaille <akim@epita.fr>
1897
1898 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
1899 least Mac OSX with a /usr/local install of gettext.
1900
1901 2005-09-19 Akim Demaille <akim@epita.fr>
1902
1903 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
1904 and yytoken for similarity with the other skeletons.
1905
1906 2005-09-19 Akim Demaille <akim@epita.fr>
1907
1908 * NEWS, configure.ac: update version number to 2.1a.
1909
1910 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
1911
1912 * NEWS: Version 2.1.
1913
1914 * NEWS: Remove notice of yytname change, since it was never in an
1915 official release.
1916 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
1917 diagnostic.
1918 * src/output.c (prepare): Likewise.
1919 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
1920 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
1921 is not defined. This is an awful hack, but it's enough for now.
1922 All callers changed.
1923 * tests/glr-regression-at (make_value): Args are const pointers now,
1924 to avoid GCC warning.
1925 (Duplicated user destructor for lookahead): New test. Currently
1926 skipped. It fails on my host but I'm not sure it'll always fail.
1927
1928 2005-09-16 Akim Demaille <akim@epita.fr>
1929
1930 * src/symtab.h (struct symbol): Declare the printer and destructor
1931 as const, to avoid accidental calls to free.
1932 (symbol_destructor_set, symbol_printer_set): Adjust.
1933 * src/symtab.c: Adjust.
1934
1935 2005-09-16 Akim Demaille <akim@epita.fr>
1936
1937 * data/c.m4 (b4_token_enums): New.
1938 (b4_token_defines): Rename as...
1939 (b4_token_enums_defines): this.
1940 (b4_token_defines): New, output only the #defines.
1941 * data/yacc.c, data/glr.c: Adjust.
1942 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
1943 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
1944 as default values.
1945
1946 2005-09-16 Akim Demaille <akim@epita.fr>
1947
1948 * data/lalr1.cc (yylex_): Remove, inline its code.
1949 (yyreport_syntax_error_): Remove, replaced by...
1950 (yysyntax_error_): this which returns a string and leaves to the
1951 caller the call to the users' error function.
1952 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
1953 Move from members of the parser object...
1954 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
1955 to local variables of the parse function.
1956
1957 2005-09-16 Akim Demaille <akim@epita.fr>
1958
1959 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
1960 since it's in Bison's name space.
1961
1962 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
1963
1964 * data/glr.c (yyresolveValue): Add default case to pacify
1965 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
1966
1967 * NEWS: Document when yyparse started to return 2.
1968 * doc/bison.texinfo (Parser Function): Document when yyparse
1969 returns 2.
1970
1971 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
1972 (b4_filename_type): Renamed back from b4_file_name_type. All uses
1973 changed.
1974 (class position): file_name -> filename (reverting). All uses changed.
1975
1976 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
1977
1978 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
1979 do anything if $@ exists. This reverts part of the 2005-07-07
1980 patch.
1981
1982 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
1983
1984 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
1985 contains obsolete information and isn't worth distributing as a
1986 separate file anyway.
1987 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
1988 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
1989 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
1990 (yyparse): Abort if user code uses longjmp to throw an unexpected
1991 value.
1992
1993 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
1994
1995 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
1996 Suggested by twlevo@xs4all.nl.
1997
1998 * data/glr.c (YYCHK1): Do not assume YYE is in range.
1999 This avoids a diagnostic from gcc -Wswitch-enum.
2000 Problem reported by twlevo@xs4all.nl.
2001
2002 * doc/bison.texinfo: Don't use "filename", as per GNU coding
2003 standards. Use "file name" or "file" or "name", depending on
2004 the context.
2005 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
2006 not to hack/foo.tab.c.
2007 (Calc++ Top Level): 2nd arg of main is not const.
2008 * data/glr.c: b4_filename -> b4_file_name.
2009 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
2010 All uses changed.
2011 (class position): filename -> file_name. All uses changed.
2012 * data/yacc.c: b4_filename -> b4_file_name.
2013 * lib/bitset.h: filename -> file_name in local vars.
2014 * lib/bitset_stats.c: Likewise.
2015 * src/files.c: Likewise.
2016 * src/scan-skel.l ("@output ".*\n): Likewise.
2017 * src/files.c (file_name_split): Renamed from filename_split.
2018 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
2019
2020 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
2021
2022 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
2023 to accommodate latest gnulib.
2024
2025 * tests/glr-regression.at (Duplicate representation of merged trees):
2026 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
2027
2028 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
2029 needed.
2030
2031 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
2032
2033 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
2034 All uses changed. Invoke user destructor after an error during a
2035 split parse (trivial change from Joel E. Denny).
2036
2037 * tests/glr-regression.at
2038 (User destructor after an error during a split parse): New test case.
2039 Problem reported by Joel E. Denny in:
2040 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
2041
2042 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
2043
2044 * README-cvs: Give URLs for recommended tools.
2045 Mention Gzip version problem, and bootstrapping issues.
2046 Remove troubleshooting section, as it's somewhat obsolete.
2047
2048 * bootstrap (no_cache): New var, to accommodate different wget
2049 variants. Use it instead of '-C off'. Problem reported by
2050 twlevo@xs4all.nl.
2051
2052 * data/glr.c (yydestroyStackItem): New function.
2053 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
2054 debugging information. Problem reported by Joel E. Denny.
2055
2056 2005-08-25 Akim Demaille <akim@epita.fr>
2057
2058 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
2059
2060 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
2061
2062 * data/glr.c (yyrecoverSyntaxError, yyreturn):
2063 Don't invoke destructor on unresolved entries.
2064 * tests/glr-regression.at
2065 (User destructor for unresolved GLR semantic value): New test case.
2066 Problem reported by Joel E. Denny in:
2067 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
2068
2069 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
2070
2071 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
2072 Add strnlen.c.
2073 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
2074 lib-prefix.m4, po.m4.
2075
2076 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
2077 in yydestruct diagnostic, since it might not be an error.
2078 Problem reported by Joel Denny near end of
2079 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
2080 * data/lalr1.cc (yyerturn): Likewise.
2081 * data/yacc.c (yyreturn): Likewise.
2082 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
2083
2084 * src/files.c: Remove obsolete FIXME comment.
2085
2086 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
2087 with the other templates, and to fix bogus run-on messages such
2088 as the one reported at the end of
2089 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
2090 All callers changed to avoid the newline.
2091 (yyprocessOneStack): Output two lines rather than one, to accommodate
2092 the above change. This changes the debug output format slightly.
2093
2094 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
2095 reported by Joel E. Denny in
2096 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
2097 (trivial change).
2098 * tests/glr-regression.at (Duplicate representation of merged trees):
2099 New test, from Joel E. Denny in:
2100 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
2101 * THANKS: Add Joel E. Denny.
2102
2103 * configure.ac (AC_INIT): Bump to 2.0c.
2104
2105 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
2106
2107 * NEWS: Version 2.0b.
2108
2109 * Makefile.am (SUBDIRS): Put examples before tests, so that
2110 "make check" doesn't finish with "All 1 tests passed".
2111
2112 * tests/regression.at (Token definitions): Don't rely on
2113 AT_PARSER_CHECK for data that contains backslashes. It currently
2114 uses 'echo', and 'echo' isn't portable if its argument contains
2115 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
2116 that the byte '\0xff' is not printable in the C locale; it is,
2117 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
2118 not printable, so use '\0x81' to test.
2119
2120 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
2121 version of GCC, since the macro is used with non-GCC compilers.
2122
2123 Fix core dump reported by Pablo De Napoli in
2124 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
2125 * tests/regression.at (Invalid inputs with {}): New test.
2126 * src/parse-gram.y (token_name): Translate type before using
2127 it as an index.
2128
2129 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
2130 the user's name space. All uses changed to __attribute__
2131 ((__unused__)).
2132 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
2133 Add __attribute__ ((__noreturn__)).
2134
2135 * etc/clcommit: Remove. We weren't using it, and it failed
2136 "make maintainer-distcheck".
2137 * Makefile.maint: Merge from coreutils.
2138 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
2139 (syntax-check-rules): Change list of rules as described below.
2140 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
2141 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
2142 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
2143 (sc_trailing_space): New rules.
2144 (sc_xalloc_h_in_src): Remove.
2145 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
2146 (sc_space_tab, sc_error_exit_success, sc_changelog):
2147 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
2148 (makefile-check, po-check, author_mark_check):
2149 (makefile_path_separator_check, copyright-check):
2150 Use grep -n, to make it easier to find violations.
2151 Use CVS_LIST and CVS_LIST_EXCEPT.
2152 (header_regexp, h_re): Remove.
2153 (dd_c): New macro.
2154 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
2155 (my-distcheck): Use more-modern GCC flags.
2156 (signatures, %.asc): Remove.
2157 (rel-files, announcement): Remove signatures.
2158 Restore old updating code, even though we don't use it, so
2159 that we're the same as coreutils.
2160 (alpha, beta, major): Depend on news-date-check.
2161 Make the upload commands.
2162
2163 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
2164 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
2165 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
2166 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
2167 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
2168 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
2169 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
2170 * tests/sets.at: Likewise.
2171
2172 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
2173 we comment out the Autoconf version number.
2174 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
2175 it's error-prone and "make maintainer-distcheck" rejects it.
2176
2177 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
2178 Indent calls to "error" to pacify "make maintainer-distcheck",
2179 when the calls are not intended to be translated.
2180 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
2181
2182 * src/Makefile.am (DEFS): Use +=, to pacify
2183 "make maintainer-distcheck".
2184 (bison_SOURCES): Add scan-skel.h.
2185 (sc_tight_scope): New rule, from coreutils.
2186
2187 * src/files.c (src_extension, header_extension):
2188 Now static, not extern.
2189 * src/getargs.c (short_options): Likewise.
2190 * src/muscle_tab.c (muscle_table): Likewise.
2191 * src/parse-gram.y (current_class, current_type, current_prec):
2192 Likewise.
2193 * src/reader.c (grammar_end, previous_rule_end): Likewise.
2194 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
2195 * src/main.c (main): Cast bindtextdomain and textdomain calls to
2196 void, to avoid warning when NLS is disabled.
2197 * src/output.c: Include scan-skel.h.
2198 (scan_skel): Remove decl, since scan-skel.h does this.
2199 (output_skeleton):
2200 Indent calls to "error" to pacify "make maintainer-distcheck".
2201 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
2202 * src/reader.h (gram_end, gram_lineno): New decls to pacify
2203 "make maintainer-distcheck".
2204 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
2205 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
2206 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
2207 (skel_lex_destroy, scan_skel): Move these decls to...
2208 * src/scan-skel.h: New file.
2209 * src/uniqstr.c (uniqstr_assert):
2210 Indent calls to "error" to pacify "make maintainer-distcheck".
2211
2212 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
2213 not @VAR@.
2214
2215 * tests/torture.at: Revamp to avoid misuse of atoi that
2216 "make maintainer-distcheck" complained about.
2217
2218 * examples/extexi (message): Don't print a message more than once,
2219 and omit line-number decoration that makes Emacs compile think
2220 that informative messages are worth worrying about.
2221
2222 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
2223
2224 * configure.ac: Update version number.
2225
2226 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
2227 accidentally.
2228 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
2229 autogenerated by the maintainer.
2230 * examples/calc++/.cvsignore: Add *.yy.
2231
2232 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
2233 * lib/bitset_stats.c (bitset_stats_init): Likewise.
2234 * lib/bitsetv.c (bitsetv_alloc): Likewise.
2235
2236 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
2237
2238 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
2239 from maintainer-distcheck about casting the argument of 'free'.
2240
2241 * NEWS: Mention recent yytname changes.
2242 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
2243
2244 * bootstrap: For translations that have not yet been upgraded to
2245 the new runtime-po domain, prime the pump by extracting the
2246 relevant strings from the obsolete translations. This code can be
2247 removed once the bison-runtime domain has been translated by each
2248 team.
2249
2250 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
2251 now that token names are already quoted.
2252
2253 Fix problem reported by Anthony Heading.
2254 * data/glr.c (YYTOKEN_TABLE): New macro.
2255 (yytname): Define if YYTOKEN_TABLE.
2256 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
2257 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
2258 (YYERROR_VERBOSE): Define the same way the other skeletons do.
2259 * src/output.c (prepare_symbols): Output token_table_flag.
2260
2261 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
2262
2263 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
2264 again if the first call fails.
2265
2266 * data/glr.c (yytnamerr): New function.
2267 (yyreportSyntaxError): Use it to dequote most string literals.
2268 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
2269 with other skeletons. All uses changed.
2270 (yytnameerr_): New function.
2271 (yyreport_syntax_error): Use it to dequote most string literals.
2272 * data/yacc.c (yytnamerr): New function.
2273 (yyerrlab): Use it to decode most string literals.
2274 * doc/bison.texinfo (Decl Summary, Calling Convention):
2275 Clarify quoting convention of yytname.
2276 * src/output.c (prepare_symbols): Quote all names. This undoes
2277 the 2005-04-17 change, which is now accomplished (mostly) via
2278 changes in the parsers as described above.
2279 * tests/regression.at (Token definitions, Web2c Actions):
2280 Undo most 2005-04-17 change here, too.
2281
2282 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
2283
2284 Fix more problems reported by twlevo@xs4all.nl.
2285 * tests/cxx-type.at: Don't pipe output of ./types through sed to
2286 remove trailing spaces. This loses the exit status of ./types,
2287 and isn't needed since ./types shouldn't be emitting trailing
2288 spaces.
2289 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
2290 as the stack isn't valid in that case.
2291
2292 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
2293 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
2294 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
2295 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
2296 is used.
2297 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
2298 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
2299 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
2300 Likewise.
2301
2302 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
2303 overly-picky compilers that reject 'char *foo = "bar";'.
2304
2305 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
2306 to FILE * parameter, not to stderr. This fixes a typo introduced
2307 in the 2005-07-12 change.
2308
2309 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
2310 warnings from GCC 4.
2311
2312 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
2313 (yyglrShiftDefer, yysplitStack):
2314 Remove unused parameters b4_pure_formals. All uses changed.
2315 (yyglrShift): Remove unused parameters b4_user_formals.
2316 All uses changed.
2317 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
2318
2319 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
2320
2321 Destructor cleanups and regularization among the three skeletons.
2322 * NEWS: Document the behavior changes.
2323 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
2324 stack before failing, as the cleanup code will do it for us now.
2325 * data/lalr1.cc (yyerrlab): Likewise.
2326 * data/glr.c (yyparse): Pop everything off the stack before
2327 freeing it, so that destructors get called properly.
2328 * data/lalr1.cc (yyreturn): Likewise.
2329 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
2330 This is more consistent.
2331 * doc/bison.texinfo (Destructor Decl): Mention more reasons
2332 why destructors might be called. 1.875 -> 2.1.
2333 (Destructor Decl, Decl Summary, Table of Symbols):
2334 Some English-language cleanups for %destructor.
2335 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
2336 Add output line for destructor of start symbol.
2337 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
2338 because of that same extra output line.
2339
2340 * NEWS: Document minor wording changes in diagnostics of
2341 Bison-generated parsers.
2342 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
2343 Remove unused formals. All uses changed.
2344 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
2345 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
2346 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
2347 Rename yyoverflowab to yyexhaustedlab.
2348 When memory exhaustion occurs during syntax-error reporting,
2349 report it separately rather than in a single diagnostic; this
2350 eases translation.
2351 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
2352 (Memory Exhausted): Renamed from Parser Stack Overflow.
2353 Revamp wording slightly to prefer "memory exhaustion".
2354 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
2355
2356 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
2357
2358 Add i18n support to the GLR skeleton. Partially fix the C++
2359 skeleton; a C++ expert needs to finish this. Remove debugging
2360 msgids; there's little point to having them translated, since they
2361 can be understood only by someone who can read the
2362 (English-language) source code.
2363
2364 Generate runtime-po/bison-runtime.pot automatically, so that we
2365 don't have to worry about garbage getting in that file. We'll
2366 make sure after the next official release that old msgids don't
2367 get lost. See
2368 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
2369
2370 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
2371 Now auto-generated.
2372 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
2373 Fix typos in explanations of the runtime file.
2374 * bootstrap: Change gettext keyword from YYI18N to YY_.
2375 Use standard Makefile.in.in in runtime-po, since we'll arrange
2376 for backward-compatible bison-runtime.po files in a different way.
2377 * data/glr.c (YY_): New macro, from yacc.c.
2378 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
2379 Translate messages intended for users.
2380 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
2381 the wording in the other skeletons. We don't know that the memory
2382 is virtual.
2383 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
2384 Use same method that yacc.c uses.
2385 Don't translate debugging messages.
2386 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
2387 it doesn't work (yet), and requires C++ expertise to fix.
2388 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
2389 Move defn to a more logical place, to be consistent with other
2390 skeletons.
2391 Don't translate debugging messages.
2392 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
2393 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
2394 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
2395 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
2396
2397 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
2398 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
2399 void, not int.
2400 * tests/glr-regression.at (Badly Collapsed GLR States):
2401 Likewise.
2402 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
2403 yylex should return 0 at EOF rather than aborting.
2404
2405 Improve tests for stack overflow in GLR parser.
2406 Problem reported by twlevo@xs4all.nl.
2407 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
2408 All uses removed.
2409 (yyStackOverflow): Just longjmp, but with value 2 so that caller
2410 can handle the problem.
2411 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
2412 (yyparse): New local variable yyresult to record the result.
2413 Use result of setjmp to set it, rather than storing itinto
2414 struct.
2415 (yyDone): Remove label.
2416 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
2417 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
2418 if YYABORT is used).
2419 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
2420 yyparse status; put status > 1 into diagnostic.
2421 Check that status==2 works.
2422 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
2423 Use exit status 3 for failure to open (which shouldn't happen).
2424
2425 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
2426
2427 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
2428 1 on syntax error; just let yyparse do its thing.
2429 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
2430 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
2431 (Exploding the Stack Size with Alloca):
2432 (Exploding the Stack Size with Malloc):
2433 Expect exit status 2, not 1, since the parser is supposed to blow
2434 its stack. Problem reported by twlevo@xs4all.nl.
2435
2436 * data/glr.c (yyparse): Don't assume that the initial calls
2437 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
2438 Print a stack-overflow message and fail instead.
2439 Initialize the line-number information before creating the stack,
2440 so that the stack-overflow message can report line zero safely.
2441
2442 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
2443
2444 Fix problems reported by twlevo@xs4all.nl.
2445 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
2446 (yyuserMerge): Provide a default case if b4_mergers is empty.
2447 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
2448 * tests/glr-regression.at
2449 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
2450 Add casts to pacify C++ compilers.
2451 * tests/glr-regression.at (Improper merging of GLR delayed action
2452 sets): Declare yylex before using it.
2453 * tests/Makefile.am (maintainer-check-g++): Fix a stray
2454 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
2455 test for valgrind; valgrind is independent of g++.
2456 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
2457 for compatibility with POSIX 1003.1-2001 (if running coreutils).
2458 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
2459 Use a destructor, so that we can expand the stack. Change
2460 YYSTYPE to char * so that we can free it. Cast result of malloc.
2461
2462 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
2463
2464 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
2465 a valgrind failure. Problem reported by twlevo@xs4all.nl.
2466
2467 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
2468
2469 * PACKAGING: New file, suggested by Bruno Haible and taken from
2470 similar wording in gettext's PACKAGING file.
2471 * NEWS: Mention PACKAGING.
2472 * Makefile.am (EXTRA_DIST): Add PACKAGING.
2473
2474 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
2475
2476 * NEWS: Document recent i18n improvements.
2477 * bootstrap: Get runtime translations into runtime-po.
2478 Create runtime-po files automatically, if possible.
2479 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
2480 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
2481 does not infringe on the user's name space.
2482 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
2483 * doc/bison.texinfo (Internationalization): Revamp the English
2484 and Texinfo syntax a bit, to try to make it clearer.
2485 (Bison Options, Option Cross Key): Mention --print-localedir.
2486 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
2487 YYENABLE_NLS. Quote a bit more.
2488 * runtime-po/.cvsignore: New file.
2489 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
2490 * runtime-po/Rules-quot: Remove; now created by bootstrap.
2491 * runtime-po/quot.sed: Likewise.
2492 * runtime-po/boldquot.sed: Likewise.
2493 * runtime-po/en@quot.header: Likewise.
2494 * runtime-po/en@boldquot.header: Likewise.
2495 * runtime-po/insert-header.sin: Likewise.
2496 * runtime-po/remove-potcdate.sin: Likewise.
2497 * runtime-po/Makevars: Likewise.
2498 * runtime-po/LINGUAS: Likewise.
2499 * runtime-po/de.po: Likewise; we will rely on the translation project
2500 to maintain this, so "bootstrap" should get it.
2501 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
2502 its value.
2503 * src/main.c (main): Bind the bison-runtime domain, too.
2504
2505 2005-07-12 Bruno Haible <bruno@clisp.org>
2506
2507 * data/yacc.c: Include <libintl.h> when NLS is enabled.
2508 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
2509 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
2510 * runtime-po: New directory.
2511 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
2512 $(DOMAIN).pot-update rule, so that old messages are never dropped.
2513 * runtime-po/Rules-quot: New file, copied from po/.
2514 * runtime-po/quot.sed: Likewise.
2515 * runtime-po/boldquot.sed: Likewise.
2516 * runtime-po/en@quot.header: Likewise.
2517 * runtime-po/en@boldquot.header: Likewise.
2518 * runtime-po/insert-header.sin: Likewise.
2519 * runtime-po/remove-potcdate.sin: Likewise.
2520 * runtime-po/Makevars: New file.
2521 * runtime-po/POTFILES.in: New file.
2522 * runtime-po/LINGUAS: New file.
2523 * runtime-po/bison-runtime.pot: New file.
2524 * runtime-po/de.po: New file.
2525 * m4/bison.m4: New file.
2526 * Makefile.am (SUBDIRS): Add runtime-po.
2527 (aclocaldir, aclocal_DATA): New variables.
2528 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
2529 Define aclocaldir.
2530 * src/getargs.c (usage): Document --print-localedir option.
2531 (PRINT_LOCALEDIR_OPTION): New enum item.
2532 (long_options): Add --print-localedir option.
2533 (getargs): Handle --print-localedir option.
2534 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
2535 (Internationalization): New section.
2536
2537 2005-07-12 Akim Demaille <akim@epita.fr>
2538
2539 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
2540 for consistency with the rest of the code.
2541 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
2542 Add separators.
2543
2544 2005-07-12 Akim Demaille <akim@epita.fr>
2545
2546 * src/parse-gram.y: Use %printer instead of YYPRINT.
2547
2548 2005-07-12 Akim Demaille <akim@epita.fr>
2549
2550 * src/symtab.h, src/symtab.c (symbol_print): New.
2551 * src/symlist.h, src/symlist.c (symbol_list_print): New.
2552 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
2553
2554 2005-07-12 Akim Demaille <akim@epita.fr>
2555
2556 * data/glr.c (b4_syncline): Fix (swap) the definitions of
2557 b4_at_dollar and b4_dollar_dollar.
2558
2559 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
2560
2561 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
2562 and Pennello's paper.
2563
2564 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
2565
2566 * data/yacc.c (yyparse): Undo previous patch. Instead,
2567 set yylsp[0] and yyvsp[0] only if the initial action
2568 sets yylloc and yylval, respectively.
2569
2570 * data/yacc.c (yyparse): In the initial action, set
2571 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
2572 This avoids the use of undefined variables if the initial
2573 action does not set yylloc and/or yylval.
2574
2575 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
2576
2577 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
2578 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
2579 Remove from CVS. These files are automatically generated.
2580 * examples/extexi: Clarify that this file is now part of Bison,
2581 not GNU M4, and that it works with any POSIX-compatible Awk.
2582 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
2583 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
2584 so that we also get calc++-parser.yy. Geneate it.
2585 Use $(AWK), not gawk, since any conforming Awk will do.
2586 Put comment before action, since older 'make' can't handle comment
2587 in action.
2588 $(BUILT_SOURCES): List all built sources, not just some of them.
2589 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
2590 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
2591 $($(calc_sources_generated)): Remove unnecessary test for existence
2592 of target. (This had a shell syntax error anyway; a stray "x".)
2593 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
2594 calc++-parser.yy.
2595 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
2596
2597 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
2598 implied by the other modules.
2599
2600 2005-07-06 Akim Demaille <akim@epita.fr>
2601
2602 Bind examples/calc++ to the package.
2603 * examples/calc++/Makefile: Remove, replaced by...
2604 * examples/calc++/Makefile.am: ... this new file.
2605 * examples/calc++/test: Remove input.
2606 * examples/calc++/compile: Remove.
2607 * examples/Makefile.am: New.
2608 * configure.ac, Makefile.am: Adjust.
2609 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
2610
2611 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
2612
2613 * data/glr.c (yyFail): Drastically simplify; since the format argument
2614 never had any % directives, we can simply pass it to yyerror.
2615 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
2616 be modified later, as that is the usual style in glr.c.
2617 Problems reported by Paul Hilfinger.
2618
2619 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
2620 and size overflow errors.
2621 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
2622 in case the user prolog sets feature-test macros like _GNU_SOURCE.
2623 (YYSIZEMAX): New macro.
2624 (yystpcpy): New function, taken from yacc.c.
2625 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
2626 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
2627 so that we don't have to maintain their signatures.
2628 (yyFail): Check for buffer overflow, by using vsnprintf rather
2629 than vsprintf. Allocate a bigger buffer if possible.
2630 Report an error if buffer allocation fails.
2631 (yyStackOverflow): New function.
2632 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
2633 the initialization was successful. It might fail if storage was
2634 exhausted.
2635 (yyexpandGLRStack): Add more checks for storage allocation failure.
2636 Use yyStackOverflow to report failures.
2637 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
2638 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
2639 Don't assume stack number fits in int.
2640 (yysplitStack): Check for storage allocation failure.
2641 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
2642 can print diagnostics on storage allocation failure. All callers
2643 changed.
2644 (yyresolveValue): Use yybool for boolean.
2645 (yyreportSyntaxError): Check for size-calculation overflow.
2646 This code is taken from yacc.c.
2647 (yyparse): Check for storage allocation errors when allocating
2648 the initial stack.
2649
2650 2005-07-05 Akim Demaille <akim@epita.fr>
2651
2652 Extract calc++ from the documentation.
2653 * doc/bison.texinfo (Calc++): Add the extraction marks.
2654 * examples/extexi: New, from the aborted GNU Programming 2E.
2655 Separate the different paragraph of a file with empty lines.
2656 * examples/Makefile: Use it to extract the whole calc++ example.
2657
2658 2005-06-24 Akim Demaille <akim@epita.fr>
2659
2660 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
2661 class typedefs.
2662
2663 2005-06-22 Akim Demaille <akim@epita.fr>
2664
2665 * doc/bison.texinfo (C++ Language Interface): First stab.
2666 (C++ Parsers): Remove.
2667
2668 2005-06-22 Akim Demaille <akim@epita.fr>
2669
2670 * data/lalr1.cc (yylex_): Honor %lex-param.
2671
2672 2005-06-22 Akim Demaille <akim@epita.fr>
2673
2674 Start a set of simple examples.
2675 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
2676 * examples/calc++/calc++-driver.hh,
2677 * examples/calc++/calc++-parser.yy,
2678 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
2679 * examples/calc++/compile, examples/calc++/test: New.
2680
2681 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
2682
2683 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
2684 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
2685 which stems from the 2005-05-27 patch.
2686
2687 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2688
2689 * data/glr.c: Modify treatment of unused parameters to permit use
2690 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
2691
2692 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
2693
2694 Fix infringement on user name space reported by Janos Zoltan Szabo.
2695 * data/yacc.c (yyparse): strlen -> yystrlen.
2696
2697 2005-05-30 Akim Demaille <akim@epita.fr>
2698
2699 * data/lalr1.cc (_): New.
2700 Translate the various messages.
2701
2702 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
2703
2704 Fix infringement on user name space reported by Bruno Haible.
2705 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
2706 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
2707 the user's name space.
2708 (alloca): Include <stdlib.h> to get it, if it's not built in.
2709 (YYMALLOC, YYFREE): Define only if needed.
2710 (malloc, free): Declare, but only if needed, as this infringes on
2711 the user name space.
2712
2713 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
2714
2715 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
2716 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
2717 with %d format.
2718 * lib/ebitset.c (min, max): Undef before defining.
2719 * lib/vbitset.c (min, max): Likewise.
2720 * lib/subpipe.c (create_subpipe): Save local variables in case
2721 vfork clobbers them.
2722
2723 2005-05-24 Bruno Haible <bruno@clisp.org>
2724
2725 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
2726 error message syntax used by gcc-4.0.
2727
2728 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
2729
2730 * README: Mention m4 1.4.3. Remove obsolete advice about
2731 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
2732
2733 * bootstrap: Remove workaround for problem I encountered with
2734 gettext 0.14.1; it seems to be fixed now.
2735
2736 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
2737
2738 * NEWS: Version 2.0a.
2739
2740 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
2741 the previous change.
2742
2743 Various maintainer cleanups.
2744 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
2745 conftest*, for benefit of CVS commands run at the same time as
2746 "configure". Add build-aux, since "bootstrap" now creates it and
2747 its subfiles.
2748 * Makefile.cfg (move_if_change): Remove.
2749 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
2750 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
2751 (po_repo, do-po-update, po-update, wget_files, get-targets):
2752 (config.guess-url_prefix, config.sub-url_prefix):
2753 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
2754 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
2755 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
2756 Remove.
2757 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
2758 this is now the recommended name.
2759 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
2760 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
2761 ylwrap. These files now go into build-aux.
2762 * config/move-if-change: Remove.
2763 * config/prev-version.txt: Bump from 1.75 to 2.0.
2764
2765 * bootstrap: Add stdio-safer, unistd-safer modules.
2766 Remove m4/glibc2.m4 (introduced by latest gnulib, but
2767 we don't need it).
2768 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
2769 fopen-safer.c, stdio-safer.h, unistd-safer.h.
2770 * lib/subpipe.c: Include "unistd-safer.h".
2771 (create_subpipe): Make sure all the newly-created
2772 file descriptors are > 2, so that diagnostics don't
2773 get sent down them (which might cause Bison to hang, in theory).
2774 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
2775 * src/files.c (xfopen): Use fopen_safer, not fopen.
2776
2777 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
2778 yesterday's yacc.c fix.
2779
2780 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
2781
2782 * data/glr.c, data/lalr1.cc: Update copyright date.
2783
2784 Fix a destructor bug reported by Wolfgang Spraul in
2785 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
2786 * data/yacc.c (yyabortlab): Don't call destructor, and
2787 don't set yychar to EMPTY.
2788 (yyoverflowlab): Don't call destructor.
2789 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
2790 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
2791 since we no longer output the message "discarding lookahead token
2792 end of input ()".
2793
2794 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
2795
2796 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
2797 fix a small glitch in debugging output.
2798 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
2799 after YY_SYMBOL_PRINT where needed.
2800
2801 (struct yyGLRState): Add some comments.
2802 (struct yySemanticOption): Add some comments.
2803 (union yyGLRStackItem): Add comment.
2804
2805 (yymergeOptionSets): Correct this to properly perform the union,
2806 avoiding infinite reported by Michael Rosien.
2807 Update comment.
2808
2809 * tests/glr-regression.at: Add test for GLR merging error reported
2810 by M. Rosien.
2811
2812 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
2813
2814 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
2815 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
2816 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
2817 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
2818 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
2819 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
2820 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
2821 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
2822 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
2823 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
2824 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
2825 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
2826 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
2827 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
2828 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
2829 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
2830 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
2831 src/derives.h, src/files.c, src/files.h, src/getargs.c,
2832 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
2833 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
2834 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
2835 src/output.h, src/parse-gram.c, src/parse-gram.h,
2836 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
2837 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
2838 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
2839 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
2840 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
2841 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
2842 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
2843 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
2844 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
2845 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
2846 tests/reduce.at, tests/regression.at, tests/sets.at,
2847 tests/synclines.at, tests/testsuite.at, tests/torture.at:
2848 Update FSF postal mail address.
2849
2850 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
2851
2852 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
2853 Problem reported by Ralf Menzel.
2854
2855 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
2856
2857 * tests/actions.at: Test that stack overflow invokes destructors.
2858 From Marcus Holland-Moritz.
2859 * data/yacc.c (yyerrlab): Move the code that destroys the stack
2860 from here....
2861 (yyreturn): to here. That way, destructors are called properly
2862 even if the stack overflows, or the user calls YYACCEPT or
2863 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
2864 (yyoverflowlab): Destroy the lookahead.
2865
2866 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
2867
2868 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
2869
2870 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
2871
2872 * NEWS: Bison-generated C parsers no longer quote literal strings
2873 associated with tokens.
2874 * src/output.c (prepare_symbols): Don't escape strings,
2875 since users don't want to see C escapes.
2876 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
2877 in diagnostics.
2878 * tests/input.at (Torturing the Scanner): Likewise.
2879 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
2880
2881 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
2882
2883 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
2884 the data size is known to be too small and we can't increase it.
2885 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
2886
2887 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
2888
2889 * src/parse-gram.y: Include quotearg.h.
2890 (string_as_id): Quote $1 before using it as a key, since the
2891 lexer no longer quotes it for us.
2892 (string_content): Don't strip quotes, since lexer no longer
2893 quotes it for us.
2894 * src/scan-gram.l: Include quotearg.h.
2895 ("\""): Omit quote.
2896 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
2897 a key, since the rest of the lexer doesn't quote it.
2898 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
2899 * tests/regression.at (Token definitions): Check for backslashes
2900 in token strings.
2901
2902 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
2903 (YYSIZE_T): Define to unsigned long int when using an older compiler.
2904 (yyparse): Revamp code to generate long syntax error message, to
2905 make it easier to translate, and to avoid problems with arithmetic
2906 overflow. Change "virtual memory" to "memory" in diagnostic, since
2907 we don't know whether the memory is virtual.
2908
2909 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
2910
2911 * NEWS: Bison-generated C parsers now use the _ macro to
2912 translate strings.
2913 * data/yacc.c (_) [!defined _]: New macro.
2914 All English strings wrapped inside this macro.
2915 * doc/bison.texinfo (Bison Parser): Document _.
2916 * po/POTFILES.in: Include src/parse-gram.c, since it now
2917 includes translateable strings that parse-gram.y doesn't.
2918
2919 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
2920
2921 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
2922 reverting the 2004-10-11 change to this function.
2923 (symbol_check_alias_consistency): Don't call symbol_type_set
2924 if the type name is already correct.
2925 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
2926
2927 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
2928
2929 * tests/regression.at (Token definitions): Don't use a token named
2930 c, as that generates a "#define c ..." that runs afoul of buggy
2931 stdlib.h that uses the identifier c as a member of struct
2932 drand48_data. Problem reported by Horst Wente.
2933
2934 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
2935
2936 * bootstrap: Change translation URL from
2937 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
2938 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
2939 redirection glitches. Problem reported by twlevo@xs4all.nl.
2940
2941 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
2942
2943 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
2944 after operands; POSIX says this isn't portable for the c99 command.
2945
2946 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
2947
2948 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
2949 immediately if a data overrun has occurred; this may help us track
2950 down what may be a spurious failure on MacOS.
2951
2952 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
2953
2954 Respond to problems reported by twlevo@xs4all.nl.
2955
2956 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
2957
2958 * src/vcg.h: Comment fix.
2959 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
2960 (G_CMAX): Change to -1 instead of INT_MAX.
2961
2962 * data/yacc.c (yyparse): Omit spaces before #line.
2963
2964 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
2965
2966 * src/tables.c (state_number_to_vector_number): Put it inside an
2967 "#if 0", since it's not currently used. Problem reported by
2968 Roland McGrath.
2969
2970 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
2971
2972 * src/output.c (escaped_output): Renamed from
2973 escaped_file_name_output, since we now use it for symbol tags as
2974 well. All uses changed.
2975 (symbol_destructors_output, symbol_printers_output):
2976 Escape symbol tags too.
2977 Problem reported by Matyas Forstner in
2978 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
2979
2980 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
2981 not needed.
2982 * src/output.c (user_actions_output, token_definitions_output,
2983 symbol_destructors_output, symbol_printers_output): Likewise.
2984 * src/reader.c (prologue_augment): Likewise.
2985 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
2986
2987 * src/vcg.c (output_edge): Don't quote linestyle arg.
2988 Problem reported by twlevo@xs4all.nl.
2989
2990 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
2991
2992 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
2993 example, reported by Derek M Jones. Also, make the example even
2994 more outrageous, to better illustrate how bad the problem is.
2995
2996 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
2997
2998 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
2999 putsym. Typo reported by Sebastian Piping.
3000
3001 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
3002
3003 * doc/bison.texinfo (Language and Grammar): some -> same
3004 (Epilogue): int he -> in the
3005 Typos reported by Sebastian Piping via Justin Pence.
3006
3007 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
3008
3009 * tests/glr-regression.at (Improper handling of embedded actions
3010 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
3011 embedded actions and $-N in GLR parsers", work around an Autoconf bug
3012 with dollar signs in test names.
3013 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
3014 for a similar reason.
3015
3016 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
3017
3018 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
3019 wants to redefine G_VIEW.
3020
3021 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
3022
3023 * src/vcg.c (get_view_str): Remove case for normal_view.
3024 Problem reported by twlevo@xs4all.nl.
3025
3026 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
3027
3028 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
3029 Problem reported by twlevo@xs4all.nl.
3030
3031 * doc/bison.texinfo: Change @dircategory from "GNU programming
3032 tools" to "Software development". Requested by Richard Stallman
3033 via Karl Berry.
3034
3035 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
3036
3037 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
3038 Problem reported by twlevo@xs4all.nl.
3039
3040 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
3041
3042 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
3043 keyword; it's not needed with modern compilers, and it doesn't
3044 affect correctness with older compilers. Suggested by
3045 twlevo@xs4all.nl.
3046
3047 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
3048
3049 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
3050 gcc -Wswitch-default.
3051 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
3052 * data/yacc.c (yyparse): Likewise.
3053
3054 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
3055
3056 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
3057 already. Let config.h define any nonstandard values.
3058
3059 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
3060
3061 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
3062 for the benefit of slower hosts. Problem reported by
3063 Nelson H. F. Beebe.
3064
3065 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
3066
3067 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
3068 being defined and not used.
3069 * data/lalr1.cc (yyparse): Likewise.
3070 Use "if (false)" rather than "if (0)".
3071
3072 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
3073
3074 * TODO: Mention that we should allow NUL bytes in tokens.
3075
3076 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
3077
3078 * src/scan-skel.l (<<EOF>>): Don't close standard output.
3079 Problem reported by Hans Aberg.
3080
3081 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
3082
3083 * src/getargs.c (version): Happy new year; update overall
3084 program copyright date from 2004 to 2005.
3085
3086 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
3087 Problem reported by Hans Aberg.
3088 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
3089 (Output file names.): Add a test for the case when standard output
3090 is closed.
3091
3092 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
3093
3094 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
3095 to fix an oversight in the Bison 2.0 manual.
3096
3097 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
3098
3099 * NEWS: Version 2.0. Reformat the existing news items since
3100 1.875, so that related items are grouped together.
3101 * configure.ac (AC_INIT): Bump version to 2.0.
3102 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
3103
3104 * tests/torture.at (Exploding the Stack Size with Alloca): Set
3105 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
3106 otherwise, we're not testing alloca. Unfortunately there's no
3107 simple way to consult HAVE_ALLOCA here.
3108
3109 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
3110 for yymsg, too.
3111
3112 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
3113 hand. This avoids a warning about comparing int to size_t when
3114 GCC warnings are enabled.
3115
3116 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
3117
3118 * NEWS: Bison-generated parsers no longer default to using the
3119 alloca function (when available) to extend the parser stack, due
3120 to widespread problems in unchecked stack-overflow detection.
3121 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
3122 responsibility to set it to a positive value. This lets the user
3123 specify a value that is not a preprocessor constant.
3124 * data/yacc.c (YYMAXDEPTH): Likewise.
3125 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
3126 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
3127 to be a compile-time constant. However, explain the constraints on it.
3128 Also, explain the constraints on YYINITDEPTH.
3129 (Table of Symbols): Explain that alloca is no longer the default.
3130 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
3131 to 1.
3132
3133 * doc/bison.texinfo (Location Default Action): Mention that n must
3134 be zero when k is zero. Suggested by Frank Heckenbach.
3135
3136 2004-12-22 Akim Demaille <akim@epita.fr>
3137
3138 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
3139 (parser::state_type, parser::semantic_type, parser::location_type):
3140 Private, not public.
3141 (parser::parse): Return ints, not bool.
3142 Returning a bool introduces a problem: 0 corresponds to false, and
3143 it seems weird to return false on success. Returning true changes
3144 the conventions for yyparse.
3145 Alternatively we could return void and send an exception.
3146 There is no clear consensus (yet?).
3147 (state_stack, semantic_stack, location_stack): Rename as...
3148 (state_stack_type, semantic_stack_type, location_stack_type): these.
3149 Private, not public.
3150 * tests/c++.at: New.
3151 * tests/testsuite.at, tests/Makefile.am: Adjust.
3152
3153 2004-12-21 Akim Demaille <akim@epita.fr>
3154
3155 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
3156
3157 2004-12-21 Akim Demaille <akim@epita.fr>
3158
3159 Don't impose std::string for filenames.
3160
3161 * data/lalr1.cc (b4_filename_type): New.
3162 (position::filename): Use it.
3163 (parser.hh): Move the inclusion of stack.hh and location.hh below
3164 the user code, so that needed headers for the filename type can be
3165 included first.
3166 Forward declare them before the user code.
3167 * tests/Makefile.am (check-local, installcheck-local): Pass
3168 TESTSUITEFLAGS to the TESTSUITE.
3169
3170 2004-12-20 Akim Demaille <akim@epita.fr>
3171
3172 Use more STL like names: my_class instead of MyClass.
3173
3174 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
3175 (SemanticStack, SemanticType, StateStack, StateType)
3176 (TokenNumberType, Stack, Slice, Traits, Parser::location)
3177 (Parser::value): Rename as...
3178 (location_stack, location_type, rhs_number_type, semantic_stack)
3179 (semantic_type, state_stack, state_type, token_number_type, stack)
3180 (slice, traits, parser::yylloc, parser::yylval): these.
3181
3182 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
3183
3184 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
3185
3186 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
3187 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
3188
3189 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
3190
3191 Remove uses of 'short int' and 'unsigned short int'. This raises
3192 some arbitrary limits. It uses more memory but nowadays that's
3193 not much of an issue.
3194
3195 This change does not affect the generated parsers; that's a different
3196 task, as some users will want to conserve memory there.
3197
3198 Ideally we should use size_t to represent all object counts, and
3199 something like ptrdiff_t to represent signed differences of object
3200 counts; but that will require more code-cleanup than I have the
3201 time to do right now.
3202
3203 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
3204 Use size_t, not int or short int, to count objects.
3205 * src/closure.c (nritemset, closure): Likewise.
3206 * src/closure.h (nritemset, closure): Likewise.
3207 * src/nullable.c (nullable_compute): Likewise.
3208 * src/print.c (print_core): Likewise.
3209 * src/print_graph.c (print_core): Likewise.
3210 * src/state.c (state_compare, state_hash): Likewise.
3211 * src/state.h (struct state): Likewise.
3212 * src/tables.c (default_goto, goto_actions): Likewise.
3213
3214 * src/gram.h (rule_number, rule): Use int, not short int.
3215 * src/output.c (prepare_rules): Likewise.
3216 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
3217 errs, reductions): Likewise.
3218 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
3219 Likewise.
3220 * src/tables.c (vector_number, tally, action_number,
3221 ACTION_NUMBER_MINIMUM): Likewise.
3222 * src/output.c (muscle_insert_short_int_table): Remove.
3223
3224 2004-12-17 Akim Demaille <akim@epita.fr>
3225
3226 * data/lalr1.cc: Extensive Doxygenation.
3227 (error_): Rename as...
3228 (error): this, since it is visible to the user.
3229 Adjust callers.
3230 (Parser::message): Now an automatic variable from...
3231 (Parser::yyreport_syntax_error_): here.
3232 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
3233 Parser::error.
3234 * tests/input.at: Escape $.
3235
3236 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
3237
3238 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
3239 Parenthesize rhs to avoid obscure problems with mistakes like
3240 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
3241 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
3242 b4_rhs_location): Likewise.
3243 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
3244 b4_rhs_location): Likewise.
3245
3246 2004-12-16 Akim Demaille <akim@epita.fr>
3247
3248 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
3249 yacc.c: be sure to stay within yycheck_.
3250 * tests/actions.at: Re-enable C++ tests.
3251
3252 2004-12-16 Akim Demaille <akim@epita.fr>
3253
3254 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
3255 real.
3256
3257 2004-12-16 Akim Demaille <akim@epita.fr>
3258
3259 Use #define to handle the %name-prefix.
3260
3261 * data/glr.c, data/yacc.c: Comment changes.
3262 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
3263 so that one can refer to yylex in the parser file, and have it
3264 renamed, as is the case with other skeletons.
3265
3266 2004-12-16 Akim Demaille <akim@epita.fr>
3267
3268 Move lalr1.cc internals into yy*.
3269
3270 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
3271 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
3272 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
3273 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
3274 (empty_, final_, terror_, errcode_, ntokens_)
3275 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
3276 (looka_, ilooka_, error_range_, nerrs_):
3277 Rename as...
3278 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
3279 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
3280 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
3281 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
3282 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
3283 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
3284 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
3285 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
3286 these.
3287
3288 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
3289
3290 Fix some problems reported by twlevo at xs4all.
3291 * src/symtab.c (symbol_new): Report an error if the input grammar
3292 contains too many symbols. This is better than calling abort() later.
3293 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
3294 (struct node, struct graph):
3295 Rename member expand to stretch. All uses changed.
3296 (struct graph): Remove member layoutalgorithm. All uses removed.
3297 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
3298 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
3299 All uses changed.
3300 (N_STRETCH): Rename from N_EXPAND. All uses changed.
3301
3302 2004-12-15 Akim Demaille <akim@epita.fr>
3303
3304 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
3305 Add more Doxygen comments.
3306 (symprint_, stack_print_, reduce_print_, destruct_, pop)
3307 (report_syntax_error_, translate_): Rename as...
3308 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
3309 (yypop_, yyreport_syntax_error_, yytranslate_): this.
3310
3311 2004-12-15 Akim Demaille <akim@epita.fr>
3312
3313 * data/lalr1.cc (lex_): Rename as...
3314 (yylex_): this.
3315 Move the trace here.
3316 Take the %name-prefix into account.
3317 Reported by Alexandre Duret-Lutz.
3318
3319 2004-12-15 Akim Demaille <akim@epita.fr>
3320
3321 Simplify the C++ parser constructor.
3322
3323 * data/lalr1.cc (debug_): Rename as...
3324 (yydebug_): so that the parser's internals are always in the yy*
3325 pseudo namespace.
3326 Adjust uses.
3327 (b4_parse_param_decl): Remove the leading comma as it is now only
3328 called as unique argument list.
3329 (Parser::Parser): Remove the constructor accepting a location and
3330 an initial debugging level.
3331 Remove from the other ctor the argument for the debugging level.
3332 (debug_level_type, debug_level, set_debug_level): New.
3333
3334 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
3335 constructor calls.
3336
3337 2004-12-15 Akim Demaille <akim@epita.fr>
3338
3339 Remove b4_root related material: failure experiment
3340 (which goal was to allow to derive from a class).
3341
3342 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
3343 definitions and uses.
3344
3345 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
3346
3347 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
3348 not 2, since it's not portable to subtract 1 from the start of an
3349 array. The new item 0 is never set or used. All uses changed.
3350
3351 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
3352 the default definition of YYLLOC_DEFAULT. Problem reported
3353 by Frank Heckenbach.
3354
3355 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
3356
3357 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
3358 the normal case and one for the error case. Just use the
3359 first one uniformly. Problem reported by Frank Heckenbach.
3360 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
3361 use exactly the same macro in both places.
3362 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
3363 so that the normal-case YYRHSLOC works for the error case too.
3364 All uses changed.
3365 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
3366 (YYLLOC_DEFAULT): Use the same macro as glr.c.
3367 * doc/bison.texinfo (Location Default Action): Don't claim that
3368 we have an array of locations. Use the same macro for both glr
3369 and lalr parsers. Mention YYRHSLOC. Mention what happens when
3370 the index is 0.
3371
3372 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
3373
3374 * HACKING: Update email addresses to send announcements to.
3375
3376 * configure.ac (AC_INIT): Bump version to 1.875f.
3377
3378 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
3379
3380 * NEWS: Version 1.875e.
3381 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
3382
3383 * src/scan-skel.l: Include "complain.h", for "fatal".
3384
3385 * src/relation.h (relation_print, relation_digraph):
3386 Relation sizes are of type relation_node, not size_t (this is
3387 merely a doc fix, since the two types are equivalent).
3388 (relation_transpose): Relation sizes are of type relation_node,
3389 not int.
3390 * src/relation.c: Likewise.
3391 (top, infinity): Now of type relation_node, not int.
3392 (traverse, relation_transpose): Use relation_node, not int.
3393
3394 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
3395 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
3396 (yyparse): Remove unused local introduced in 2004-10-25 patch.
3397
3398 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
3399 specifying whether the test should be skipped. Use it tp
3400 specify that the [%defines %skeleton "lalr1.cc"] tests currently
3401 fail on some hosts, and should be skipped.
3402
3403 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
3404
3405 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
3406 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
3407 unless otherwise specified below.
3408
3409 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
3410 to allocate kernel_base, kernel_items, kernel_size, since
3411 they needn't be initialized to 0.
3412 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
3413 * src/closure.c (new_closure): Likewise, for itemset.
3414 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
3415 * src/lalr.c (set_goto_map): Likewise, for temp_map.
3416 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
3417 (build_relations): Likewise for edge, states1, includes.
3418 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
3419 * src/reader.c (packgram): Likewise, for ritem, rules.
3420 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
3421 * src/relation.c (relation_digraph): Likewise for VERTICES.
3422 (relation_transpose): Likewise for new_R, end_R.
3423 * src/symtab.c (symbols_token_translations_init): Likewise for
3424 token_translations.
3425 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
3426 (token_actions): Likewise for yydefact, actrow, conflrow,
3427 conflict_list.
3428 (save_column): Likewise for froms[symno], tos[symno].
3429 (goto_actions): Likewise for state_count.
3430 (pack_table): Likewise for base, pos, check.
3431 (tables_generate): Likewise for width.
3432
3433 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
3434 for initial core. Just have a separate core, so we needn't worry
3435 about whether kernel_size and kernel_base are initialized.
3436
3437 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
3438 kernel_size, kernel_items): Remove unnecessary initialization.
3439 * src/conflicts.c (conflicts): Likewise.
3440 * src/derives.c (derives): Likewise.
3441 * src/muscle_tablc (muscle_insert): Likewise.
3442 * src/relation.c (relation_digraph): Likewise.
3443 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
3444 conflrow, conflict_table, conflict_list, table, check):
3445 Likewise.
3446
3447 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
3448 This is because all callers pass unsigned int.
3449 * src/closure.h (new_closure): Likewise.
3450
3451 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
3452 (build_relations): Initialize includes[i] in all cases.
3453 * src/reader.c (packgram): Always initialize rules[ruleno].prec
3454 and rules[ruleno].precsym. Initialize members in order.
3455 * src/relation.c (relation_transpose): Always initialize new_R[i]
3456 and end_R[i].
3457 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
3458
3459 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
3460 conflict_list[0] was always 0, but now it isn't initialized.
3461
3462 * src/table.c (table_grow): When conflict_table grew, the grown
3463 area wasn't cleared. Fix this.
3464
3465 * lib/.cvsignore: Add strdup.c, strdup.h.
3466 * m4/.cvsignore: Add strdup.m4.
3467
3468 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
3469
3470 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
3471 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
3472 GOTO_NUMBER_MAXIMUM, since we occasionally compute
3473 ngotos + 1 without checking for overflow.
3474 (build_relations): Use END_NODE, not -1, to denote end of edges.
3475 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
3476 build_relations): Use goto_number, not int, for goto numbers.
3477 * src/tables.c (save_column, default_goto): Likewise.
3478
3479 2004-11-23 Akim Demaille <akim@epita.fr>
3480
3481 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
3482 of #defining from yystype.
3483 Don't typedef yystype, C++ does not need it.
3484 This lets it possible to forward declare it as union.
3485
3486 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
3487
3488 * bootstrap (gnulib_modules): Add extensions.
3489 Problem reported by Jim Meyering.
3490
3491 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
3492
3493 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
3494 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
3495 src/system.h, src/tables.c: XFREE -> free, to accommodate
3496 recent change to gnulib xalloc.h.
3497 Problem reported by Jim Meyering.
3498
3499 2004-11-17 Akim Demaille <akim@epita.fr>
3500
3501 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
3502
3503 2004-10-28 Akim Demaille <akim@epita.fr>,
3504 Alexandre Duret-Lutz <adl@gnu.org>
3505
3506 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
3507 changes.
3508 (YYCDEBUG): Adjust.
3509 Use it instead of cdebug_.
3510 (Parser::debug_stream, Parser::set_debug_stream): New.
3511 (Parser::symprint_): Define cdebug_ for temporary backward
3512 compatibility.
3513 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
3514 debug_stream ().
3515
3516 2004-11-17 Akim Demaille <akim@epita.fr>
3517
3518 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
3519 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
3520 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
3521 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
3522
3523 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
3524
3525 * data/glr.c (yyloc_default): Remove; not used.
3526 Problem reported by Frank Heckenbach.
3527
3528 2004-10-25 Akim Demaille <akim@epita.fr>
3529
3530 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
3531 Introduce another definition to address simple location arrays.
3532 (yyGLRStack): New member: yyerror_range.
3533 (yyrecoverSyntaxError, yyparse): Update it.
3534 (yyrecoverSyntaxError): Use it when shifting the error token to
3535 have an accurate range, equivalent to the one computed by both
3536 yacc.c and lalr1.cc.
3537 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
3538 that column numbers start at column 0, as per GNU Coding
3539 Standards, the others tests, and the doc.
3540 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
3541 Adjust to the above change (first column is 0).
3542 And adjust the location of the "<error>", now covering the whole
3543 line.
3544
3545 2004-10-22 Akim Demaille <akim@epita.fr>
3546 and Paul Eggert <eggert@cs.ucla.edu>
3547
3548 Remove some arbitrary limits on goto numbers and relations.
3549 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
3550 initial values, since they're never used.
3551 (set_goto_map): ngotos is now unsigned, so test for overflow
3552 by seeing whether it wraps around to zero.
3553 * src/lalr.h (goto_number): Now size_t, not short int.
3554 (GOTO_NUMBER_MAXIMUM): Remove.
3555 * src/relation.c (relation_print, traverse, relation_transpose):
3556 Check for END_NODE rather than looking at sign.
3557 * src/relation.h (END_NODE): New macro.
3558 (relation_node): Now size_t, not short int.
3559
3560 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
3561
3562 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
3563 keyword, not an identifier. Problem reported by Baron Schwartz in
3564 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
3565
3566 2004-10-11 Akim Demaille <akim@epita.fr>
3567
3568 * src/symtab.c (symbol_check_alias_consistency): Also check
3569 type names, destructors, and printers.
3570 Reported by Alexandre Duret-Lutz.
3571 Recode the handling of associativity and precedence in terms
3572 of symbol_precedence_set.
3573 Accept no redeclaration at all, not even equal to the previous
3574 value.
3575 (redeclaration): New.
3576 Use it to factor redeclaration complaints.
3577 (symbol_make_alias): Don't set the type of the alias, let
3578 symbol_check_alias_consistency do it as for other features.
3579 * src/symtab.h (symbol): Add new member prec_location, and
3580 type_location.
3581 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
3582 * tests/input.at (Incompatible Aliases): New.
3583
3584 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
3585
3586 .cvsignore fixes to accommodate gnulib changes,
3587 and the practice of naming build directories "_build".
3588 * .cvsignore: Add "_*". Sort.
3589 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
3590 * m4/.cvsignore: Add "*_gl.m4".
3591
3592 2004-10-06 Akim Demaille <akim@epita.fr>
3593
3594 * src/parse-gram.y (add_param): Fix the truncation of trailing
3595 spaces.
3596
3597 2004-10-05 Akim Demaille <akim@epita.fr>
3598
3599 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
3600 whether the reducion was empty or not. This leaves room to
3601 improve the use of YYLLOC_DEFAULT in such a case.
3602 lalr1.cc is still experimental, so changing this is acceptable.
3603 And finally, there are probably not many users who changed the
3604 handling of locations in GLR, so changing is admissible too.
3605
3606 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
3607 empty reduction, set @$ to an empty location ending the previously
3608 stacked symbol.
3609 Adjust uses to make sure the code is triggered on empty
3610 reductions.
3611 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
3612 expected output: empty reductions have empty locations.
3613
3614 2004-09-29 Akim Demaille <akim@epita.fr>
3615
3616 * data/lalr1.cc: Move towards a more standard C++ coding style
3617 for templates: Class < T > -> Class<T>.
3618
3619 2004-09-29 Akim Demaille <akim@epita.fr>
3620
3621 * data/lalr1.cc: Reinstall the former ctor, for sake of
3622 compatibility, but warn it will be removed.
3623 Move towards a more standard C++ coding style (i.e., type *var ->
3624 type* var).
3625
3626 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
3627
3628 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
3629 since it's less likely to work if NULs are involved in the future.
3630
3631 2004-09-27 Akim Demaille <akim@epita.fr>
3632
3633 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
3634
3635 2004-09-27 Akim Demaille <akim@epita.fr>
3636
3637 * data/lalr1.cc (b4_parse_param_decl_1): New.
3638 (b4_parse_param_decl): Use it to have different names between attribute
3639 and argument names.
3640 (b4_cc_constructor_call): Likewise.
3641
3642 2004-09-24 Akim Demaille <akim@epita.fr>
3643
3644 * src/parse-gram.y (add_param): Strip the leading and trailing
3645 blanks from a formal argument declaration.
3646 (YY_LOCATION_PRINT): New.
3647
3648 2004-09-24 Akim Demaille <akim@epita.fr>
3649
3650 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
3651 after the location.
3652
3653 2004-09-24 Akim Demaille <akim@epita.fr>
3654
3655 * doc/bison.texinfo (Table of Symbols): Sort.
3656
3657 2004-09-21 Akim Demaille <akim@epita.fr>
3658
3659 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
3660 the useless parentheses.
3661 Suggested by Paul Eggert.
3662
3663 2004-09-20 Akim Demaille <akim@epita.fr>
3664
3665 Let the initial-action act on the look-ahead, and use it for the
3666 "initial push" (corresponding to an hypothetical beginning-of-file).
3667 And let lalr1.cc honor %initial-action.
3668
3669 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
3670 example.
3671 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
3672 (Parser::Parser): Remove the ctor that used to initialize it.
3673 (Parser::parse): Like in the other skeletons, issue the "starting
3674 parse" message before any action.
3675 Honor %initial-action.
3676 Initialize the stacks with the lookahead.
3677 * data/yacc.c: Let $$ and @$ in %initial-action designate the
3678 look-ahead.
3679 Push them in the stacks.
3680 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
3681
3682 2004-09-20 Akim Demaille <akim@epita.fr>
3683
3684 * doc/bison.texinfo (Initial Action Decl): New.
3685
3686 2004-09-20 Akim Demaille <akim@epita.fr>
3687
3688 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
3689 clearer criterion to define it.
3690 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
3691 When reducing on an empty RHS, use the latest stacked location as
3692 location.
3693 yylloc is not always available.
3694 * data/glr.c: Likewise.
3695 Also, honor initial-actions.
3696
3697 2004-09-20 Akim Demaille <akim@epita.fr>
3698
3699 * data/yacc.c (YY_LOCATION_PRINT): New.
3700 Define when we know YYLTYPE's structure, i.e., when the default
3701 YYLLOC_DEFAULT is used.
3702 * data/c.m4 (b4_yysymprint_generate): Use it.
3703 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
3704 value of the result.
3705 (error_start_): Replace with...
3706 (error_range_): this location array.
3707 This allows to replace code relying on the implementation of
3708 locations by portable code.
3709 * data/yacc.c (yylerrsp): Replace with...
3710 (yyerror_range): this.
3711 Every time a token is popped, update yyerror_range[0], to have an
3712 accurate location for the error token.
3713 * data/glr.c (YY_LOCATION_PRINT): New.
3714 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
3715 deference a pointer.
3716 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
3717 report the location in %printers.
3718
3719 * src/scan-skel.l: Instead of abort, report error messages to ease
3720 understanding skeleton scanning failures.
3721
3722 2004-09-16 Akim Demaille <akim@epita.fr>
3723
3724 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
3725 (iterator, const_iterator): these, to be more in the C++ spirit.
3726 Also, return reverse iterators so that when displaying the stack
3727 we display its bottom first.
3728 (Parser::stack_print_, Parser::reduce_print_): Match the messages
3729 from yacc.c.
3730 We should probably use vector here though.
3731
3732 2004-09-16 Akim Demaille <akim@epita.fr>
3733
3734 Have more complete shift traces.
3735
3736 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
3737 to report Shifts instead of ad hoc YYDPRINTF invocations,
3738 including for the error token.
3739 * data/lalr1.cc (symprint_): Output the location.
3740 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
3741 output the location within the %printer.
3742 Activate GLR tests, at least to make sure they compile properly.
3743 They still don't pass though.
3744 * tests/calc.at: Adjust expect verbose output, since now "Entering
3745 state..." is on a different line than the "Shifting" message.
3746
3747 2004-09-08 Akim Demaille <akim@epita.fr>
3748
3749 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
3750 Bison directive from the Bison file to the invocation of this
3751 macro, so that these directives are passed to
3752 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
3753 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
3754 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
3755 the extra Bison directives instead of the whole series.
3756 Change the grammar so that there are recoverable errors, and
3757 unrecoverable errors. Now we can have the parser give up before
3758 consuming the whole input. As a result we now can observe that
3759 the lookahead is freed when needed.
3760 Change the parser source to parse argv[1] instead of a hard coded
3761 string.
3762 Simplify yylex, and give a value and location to EOF.
3763 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
3764 passed directives already coded in the file.
3765 Add some tests to check the location of "error".
3766 For some tests, the C++ parser is correct, and not yacc.c.
3767 For other tests, they provide different, but unsatisfying, values,
3768 so keep the C++ value so that at least one parser is "correct"
3769 according to the test suite.
3770 (Actions after errors): Remove, this is subsumed by the
3771 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
3772
3773 2004-09-06 Akim Demaille <akim@epita.fr>
3774
3775 * data/lalr1.cc: Adjust the indentation of the labels.
3776 (Parser::pop): New.
3777 Use it.
3778
3779 2004-09-06 Akim Demaille <akim@epita.fr>
3780
3781 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
3782 argument, an informative message.
3783 Call YY_SYMBOL_PRINT.
3784 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
3785 * data/lalr1.cc (destruct_): Likewise.
3786 In addition, no longer depend on b4_yysymprint_generate and
3787 b4_yydestruct_generate to generate these functions, do it "by
3788 hand".
3789
3790 2004-09-03 Akim Demaille <akim@epita.fr>
3791
3792 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
3793 invoked, yydestruct the lookahead.
3794 * tests/calc.at (Calculator $1): Update the expected lengths of
3795 traces: there is an added line for the discarded lookahead.
3796 * doc/bison.texinfo (Destructor Decl): Some rewording.
3797 Define "discarded" symbols.
3798
3799 2004-09-02 Akim Demaille <akim@epita.fr>
3800
3801 * data/lalr1.cc (translate_, destruct_): No reason to be static.
3802
3803 2004-09-02 Akim Demaille <akim@epita.fr>
3804
3805 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
3806 (YYDSYMPRINTF): Rename as...
3807 (YY_SYMBOL_PRINT): this.
3808 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
3809 two.
3810 Use it instead of direct symprint_ calls.
3811 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
3812 one.
3813
3814 2004-09-02 Akim Demaille <akim@epita.fr>
3815
3816 * data/lalr1.cc (b4_yysymprint_generate): New.
3817 (symprint_): New member function, defined when YYDEBUG.
3818 Use it consistently instead of token/nterm debugging output by
3819 hand.
3820 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
3821 %printer calls to use cdebug_ when using lalr1.cc.
3822
3823 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
3824
3825 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
3826 with #ifdef YYDEBUG.
3827
3828 2004-08-26 Akim Demaille <akim@epita.fr>
3829
3830 * doc/bison.texinfo (Implementing Loops): Rename as...
3831 (Implementing Gotos/Loops): this.
3832
3833 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
3834
3835 Adjust to latest gnulib.
3836 * bootstrap (gnulib_modules): Add xalloc-die.
3837 Set LC_ALL=C so that file names sort consistently.
3838 Prefer the gnulib copies of gettext.m4, glibc21.m4,
3839 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
3840 uintmax_t.m4, ulonglong.m4.
3841 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
3842 po.m4 since we are now using _gl.m4 instead.
3843
3844 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
3845
3846 * src/scan-action.l: Remove. Scanning of semantic actions is
3847 handled in scan-gram.l.
3848
3849 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
3850
3851 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
3852
3853 * src/location.h (struct): The file member is a uniqstr.
3854 (equal_boundaries): Use UNIQSTR_EQ for comparison.
3855
3856 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
3857
3858 Fix bug with non-%union parsers that have printers or destructors,
3859 which led to a Bison core dump. Reported by Peter Fales in
3860 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
3861
3862 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
3863 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
3864 not to our own type.
3865 * src/output.c (symbol_destructors_output, symbol_printers_output):
3866 Don't assume %union.
3867 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
3868 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
3869 UNION-FLAG. All callers changed.
3870 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
3871 Use type char, not unsigned int, when declaring an array of char;
3872 this lets us remove a cast.
3873 (Printers and Destructors): Add non-%union test cases.
3874
3875 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
3876
3877 * doc/bison.texinfo: Minor editorial changes, mostly to the new
3878 GLR writeups. E.g., avoid frenchspacing and the future tense,
3879 change "lookahead" to "look-ahead", and change "wrt" to "with
3880 respect to".
3881
3882 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
3883
3884 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
3885 New sections, split off from the GLR Parsers section. Put the new
3886 Simple GLR Parser near the start of the GLR section, for clarity.
3887 Rewrite connective text.
3888
3889 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
3890
3891 * doc/bison.texinfo (Simple GLR Parsers): New section.
3892
3893 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
3894
3895 * NEWS, TODO, doc/bison.texinfo:
3896 Use "look-ahead" instead of "lookahead", to be consistent.
3897 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
3898 while we're fixing "look-ahead".
3899 * src/conflicts.c (shift_set): Renamed from shiftset.
3900 (look_ahead_set): Renamed from lookaheadset.
3901 * src/print.c: Likewise.
3902 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
3903 name for "lookahead".
3904 (report_types, usage): Likewise.
3905 * src/getargs.h (report_look_ahead_tokens): Renamed from
3906 report_lookaheads.
3907 * src/lalr.c (compute_look_ahead_tokens): Renamed from
3908 compute_lookaheads.
3909 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
3910 (look_ahead_tokens_print): Renamed from lookaheads_print.
3911 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
3912 state_rule_lookaheads_print.
3913 * src/state.h: Likewise.
3914 (reductions.look_ahead_tokens): Renamed from lookaheads.
3915 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
3916 AT_DATA_LOOKAHEADS_GRAMMAR.
3917
3918 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
3919
3920 * README: Update location of patched M4 distribution.
3921
3922 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
3923
3924 Don't assume the C++ compiler takes the same arguments as the C compiler
3925 (trivial change).
3926 * configure.ac (O0CXXFLAGS): New var.
3927 * tests/atlocal.in (CXXFLAGS): Use it.
3928
3929 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
3930
3931 Fix some "make check" problems with C++ reported by
3932 Albert Chin-A-Young for Tru64 C++ in this thread:
3933 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
3934
3935 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
3936 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
3937 Output to a .cc file for C++, not to a .c file.
3938 * tests/calc.at (AT_CHECK_CALC): Likewise.
3939 * tests/regression.at (AT_CHECK_DANCER): Likewise.
3940 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
3941
3942 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
3943
3944 * tests/calc.at, tests/actions.at: Workaround for SGI
3945 C++ compiler. (trivial change)
3946
3947 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
3948
3949 Spent a few hours checking out which prerequisite versions the
3950 current sources actually require. I went all the way back to
3951 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
3952 a seemingly endless set of combinations of versions more recent
3953 than that. The bottom line is that the current sources require
3954 fairly recent versions of the build tools, and it'll be some work
3955 to change this.
3956 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
3957 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
3958 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
3959 Add comments explaining why those particular versions are
3960 currently needed.
3961
3962 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
3963 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
3964 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
3965
3966 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
3967 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
3968
3969 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
3970
3971 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
3972 0.11.5. Suggested by Bruno Haible.
3973 * bootstrap: Remove gettext version checking.
3974
3975 * doc/bison.texinfo (Decl Summary): Also mention that %union
3976 can depend on prerequisite types. Problem reported by Tim
3977 Van Holder.
3978
3979 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
3980
3981 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
3982 * README-alpha: Don't tell people not to package this.
3983
3984 * bootstrap: Don't assume $(...) works; use `...` instead.
3985 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
3986 gettext better.
3987
3988 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
3989 put into the -d output file, and mention what to do if YYSTYPE is
3990 defined as a macro.
3991
3992 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
3993
3994 Undo change made earlier today: it caused autopoint to not bring
3995 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
3996 autopoint's.
3997
3998 * bootstrap: Check that gettext version matches what's in
3999 configure.ac. Warn users to ignore robots.txt ERROR 404.
4000 * bootstrap: Undo today's earlier change (logged below).
4001 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
4002
4003 The gettext version checking is causing more trouble than it's
4004 curing; remove it. Problem reported by Paul Hilfinger.
4005
4006 * bootstrap: Issue a warning that one can expect a message
4007 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
4008 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
4009
4010 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
4011
4012 Ensure that the C++ compiler used for testing actually works on a
4013 simple test program; if not, skip the C++-related tests. Problem
4014 reported by Vin Shelton in:
4015 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
4016
4017 * m4/cxx.m4: New file.
4018 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
4019 * tests/atlocal.in (BISON_CXX_WORKS): Add.
4020 * tests/local.at (AT_COMPILE_CXX): Use it.
4021
4022 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
4023
4024 * data/glr.c (yylloc): Output this macro even if locations are not
4025 being generated, as the GLR parser needs it even in that case.
4026 Problem reported by Troy A. Johnson
4027 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
4028
4029 * configure.ac (AC_INIT): Update to 1.875e.
4030
4031 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
4032
4033 * NEWS: Version 1.875d.
4034 * configure.ac (AC_INIT): Likewise.
4035 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
4036
4037 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
4038 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
4039 lalr1.cc runs afoul of the first, and the last two are no longer
4040 supported by GCC 3.4.0.
4041 * README: Mention GNU m4 1.4 or later; mention m4 patches.
4042 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
4043
4044 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
4045
4046 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
4047 unsigned int, for compatibility with latest gnulib hash module.
4048 * src/state.c (state_hash, state_hasher): Likewise.
4049 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
4050 * src/uniqstr.c (hash_uniqstr): Likewise.
4051
4052 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
4053
4054 * NEWS: Unescaped newlines are no longer allowed in char & strings.
4055
4056 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
4057 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
4058 character and string literals.
4059 (unexpected_end): New function.
4060 (unexpected_eof): Use it.
4061 (unexpected_newline): New function.
4062 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
4063 actions.
4064
4065 * NEWS: Document %expect-rr.
4066
4067 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
4068 Fix typo by replacing $1 with $option.
4069 Remove more 'intl'-related files.
4070 Don't DEFUN AM_INTL_SUBDIR twice.
4071
4072 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
4073 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
4074 strtoul.c.
4075 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
4076 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
4077 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
4078 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
4079 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
4080 * src/.cvsignore: Add *.output.
4081
4082 * src/parse-gram.y: Put copyright notice inside %{ %} so it
4083 gets copied to the output file.
4084
4085 2004-04-28 Paul Eggert <eggert@twinsun.com>
4086
4087 Get files from the gnulib and po repositories, instead of relying
4088 on them being in our CVS. Upgrade to latest versions of gnulib
4089 and Automake.
4090
4091 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
4092 * bootstrap: Bootstrap from gnulib and po repositories.
4093 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
4094 * README-cvs: Document these changes. Remove version numbers from
4095 mentions of build tools, since they change so often. Mention Flex.
4096
4097 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
4098 (gl_USE_SYSTEM_EXTENSIONS): Add.
4099 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
4100 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
4101 does this for us.
4102 (AC_ISC_POSIX): Remove; we no longer support this
4103 ancient OS, as it gets in the way of latest Autoconf & gnulib.
4104 (AC_HEADER_STDC): Remove: we now assume C89 or better.
4105 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
4106 Do not check for C89 headers, except for locale.h which is used
4107 by the Yacc library and must port to K&R hosts.
4108 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
4109 Do not check for C89 functions, except for setlocale which is
4110 used by the Yacc library.
4111 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
4112 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
4113 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
4114 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
4115 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
4116 AM_GNU_GETTEXT): Remove; now done by:
4117 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
4118 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
4119 for us.
4120
4121 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
4122 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
4123 Define to empty, as gnulib.mk will do the rest for us.
4124 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
4125 for us.
4126 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
4127 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
4128
4129 * src/files.c: Include gnulib's xstrndup.h.
4130
4131 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
4132 (REALLOC): Use xnrealloc, for likewise.
4133 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
4134 (strnlen, memrchr): Remove decls; functions no longer used.
4135 Include <stpcpy.h>.
4136
4137 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
4138 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
4139 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
4140 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
4141 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
4142 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
4143 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
4144 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
4145 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
4146 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
4147 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
4148 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
4149 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
4150 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
4151 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
4152 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
4153 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
4154 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
4155 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
4156 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
4157 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
4158 Remove, as these files are now generated automatically
4159 by bootstrap or automake.
4160
4161 * po/ChangeLog: Remove: all but one entry was a duplicate
4162 of this file, and I moved that 2000-11-02 entry here.
4163
4164 * config/.cvsignore: Add Makefile, depcomp, install-sh.
4165 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
4166 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
4167 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
4168 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
4169 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
4170 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
4171 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
4172 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
4173 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
4174 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
4175 xstrndup.h.
4176 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
4177 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
4178 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
4179 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
4180 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
4181 * src/.cvsignore: Remove *_.c.
4182
4183
4184 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
4185 support it. (The latest stable gzip doesn't.)
4186
4187 2004-04-27 Paul Eggert <eggert@twinsun.com>
4188
4189 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
4190 case, as stos_ is now used by destructors due to the 2004-02-09
4191 change.
4192
4193 Remove more K&R C support.
4194 * lib/libiberty.y (PARAMS): Remove. All uses removed.
4195 * lib/subpipe.c (errno): Remove decl.
4196 Include <stdlib.h> unconditionally.
4197 (EXIT_FAILURE): Remove macro.
4198 * src/complain.c (vfprintf, strerror): Remove.
4199 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
4200 unconditionally.
4201 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
4202 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
4203 (strchr, strspn, memchr): Remove decls.
4204 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
4205 unconditionally. Do not declare perror.
4206 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
4207 unconditionally.
4208
4209 * src/complain.c (_): Remove useless defn, as system.h defines this.
4210
4211 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
4212 with latest obstack.h.
4213 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
4214 to procedure types, as obstack.h now does that for us.
4215 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
4216
4217 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
4218 so that this include file can stand alone.
4219 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
4220 does this now. Include subpipe.h first after config.h, to
4221 test whether it can stand alone.
4222
4223 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
4224 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
4225 unused declaration.
4226
4227 * tests/synclines.at (%union synch line): Put a dummy member in
4228 the union, because empty unions aren't allowed in C. Caught
4229 by GCC 3.4.0.
4230
4231 2004-04-13 Jim Meyering <jim@meyering.net>
4232
4233 * src/conflicts.c (conflicts_print): Correct format string typo:
4234 use `%%' to produce literal `%'. (trivial change)
4235
4236 2004-03-30 Paul Eggert <eggert@twinsun.com>
4237
4238 * src/getargs.c (version): Update copyright year to 2004.
4239
4240 * data/c.m4 (b4_int_type): Use 'short int' rather than
4241 'short', and similarly for 'long', 'unsigned', etc.
4242 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
4243 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
4244 yy_yypstack, yydumpstack): Likewise.
4245 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
4246 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
4247 Likewise.
4248 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
4249 yy_stack_print, yyparse): Likewise.
4250 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
4251 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
4252 * lib/bitset.c (bitset_print): Likewise.
4253 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
4254 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
4255 * lib/bitsetv.c (bitsetv_dump): Likewise.
4256 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
4257 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
4258 Likewise.
4259 * src/LR0.c (allocate_itemsets): Likewise.
4260 * src/gram.h (rule_number, rule): Likewise.
4261 * src/lalr.h (goto_number): Likewise.
4262 * src/nullable.c (nullable_compute): Likewise.
4263 * src/output.c (prepare_rules): Likewise.
4264 * src/relation.c (relation_print, relation_digraph): Likewise.
4265 * src/relation.h (relation_node): Likewise.
4266 * src/state.h (state_number, transitions, errs, reductions,
4267 struct state): Likewise.
4268 * src/symtab.h (symbol_number, struct symbol): Likewise.
4269 * src/tables.c (vector_number, tally, action_number,
4270 default_goto, goto_actions): Likewise.
4271 * tests/existing.at (GNU Cim Grammar): Likewise.
4272 * tests/regression.at (Web2c Actions): Likewise.
4273
4274 * src/output.c (muscle_insert_short_int_table): Renamed from
4275 muscle_insert_short_table. All uses changed.
4276
4277 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
4278
4279 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
4280 (declaration): Replace expected_conflicts with expected_sr_conflicts.
4281 Add %expect-rr rule.
4282
4283 * src/scan-gram.l: Recognize %expect-rr.
4284
4285 * src/conflicts.h (expected_sr_conflicts): Rename from
4286 expected_conflicts.
4287 (expected_rr_conflicts): Declare.
4288
4289 * src/conflicts.c (expected_sr_conflicts): Rename from
4290 expected_conflicts.
4291 (expected_rr_conflicts): Define.
4292 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
4293 for GLR parsers.
4294 Use expected_sr_conflicts in place of expected_conflicts.
4295 Warn if expected_rr_conflicts used in non-GLR parser.
4296
4297 * doc/bison.texinfo: Add documentation for %expect-rr.
4298
4299 2004-03-08 Paul Eggert <eggert@gnu.org>
4300
4301 Add support for hex token numbers. Suggested by Odd Arild Olsen in
4302 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
4303
4304 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
4305 in lalr1.cc.
4306 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
4307 * src/scan-gram.l (scan_integer): New function.
4308 ({int}): Use it.
4309 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
4310 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
4311 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
4312 Say "long int", not "long", for uniformity with GNU style.
4313
4314 2004-02-25 Paul Eggert <eggert@twinsun.com>
4315
4316 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
4317 compilers. This fixes a problem with Intel's C++ compiler being
4318 chatty, reported by Guido Trentalancia in
4319 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
4320
4321 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
4322
4323 Support %destructor and merge error locations in lalr1.cc.
4324
4325 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
4326 (Parser::stos_): Define unconditionally.
4327 (Parser::destruct_): New method. Generate its body with
4328 b4_yydestruct_generate.
4329 (Parser::error_start_): New attribute.
4330 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
4331 token which are discarded.
4332 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
4333 error_start_ when erroneous token are discarded.
4334 (Parser::parse) <yyerrlab1>: Compute the location of the error
4335 token so that it covers all the discarded tokens.
4336 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
4337 it can be called with `%skeleton "lalr1.cc"', and do that.
4338
4339 2004-02-02 Paul Eggert <eggert@twinsun.com>
4340
4341 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
4342 $(top_srcdir)/lib and ../lib. This fixes a bug reported
4343 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
4344 There's no need to mention top_builddir since Automake does that
4345 for us.
4346 (INCLUDES): Remove, as Automake says it's obsolescent.
4347 Contents migrated into AM_CPPFLAGS as described above.
4348 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
4349
4350 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
4351
4352 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
4353 (yyreportSyntaxError): Handle case where lookahead token is
4354 YYEMPTY.
4355
4356 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4357
4358 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
4359 resulting parsers are compilable with C++.
4360
4361 2003-12-23 Paul Eggert <eggert@twinsun.com>
4362
4363 * config/depcomp, config/install-sh: Sync with Automake 1.8.
4364 * src/output.c (output_skeleton): Rename local var.
4365 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
4366 Bison tokens, as this runs afoul of the 2003-10-07 change that
4367 disallowed NUL bytes in character constants or string literals.
4368
4369 * tests/local.at: Require Autoconf 2.59's Autotest.
4370 * tests/testsuite.at: Don't include local.at, since we now assume
4371 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
4372 including it.
4373 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
4374 multiple inclusion warnings.
4375
4376 2003-12-02 Akim Demaille <akim@epita.fr>
4377
4378 * doc/bison.texinfo (How Can I Reset the Parser): More about start
4379 conditions.
4380 From Bruno Haible.
4381
4382 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
4383
4384 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
4385
4386 2003-10-07 Paul Eggert <eggert@twinsun.com>
4387
4388 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
4389 if testsuite doesn't exist.
4390
4391 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
4392 literals, unfortunately.
4393 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
4394 Complain about NUL bytes in character constants or string literals.
4395
4396 2003-10-05 Paul Eggert <eggert@twinsun.com>
4397
4398 * NEWS: Don't document %no-default-prec, as it's still
4399 too experimental.
4400 * doc/bison.texinfo: Document %no-default-prec only if
4401 the defaultprec flag is set. Normally it's not.
4402
4403 2003-10-04 Paul Eggert <eggert@twinsun.com>
4404
4405 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
4406 non-modifiable lvalue, instead of a modifiable one.
4407 * doc/bison.texinfo (Actions): Document that $$ can
4408 be assigned to. Do not claim that $$ and $N are
4409 array element references: user code should not rely on this.
4410
4411 2003-10-01 Paul Eggert <eggert@twinsun.com>
4412
4413 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
4414 (grammar_declaration): Use it.
4415 * src/scan-gram.l: New token %no-default-prec.
4416 * tests/conflicts.at: Revamp tests to use %no-default-prec.
4417 * NEWS, doc/bison.texinfo: Document the above.
4418
4419 2003-10-01 Akim Demaille <akim@epita.fr>
4420
4421 VCG no longer supports long_straight_phase.
4422
4423 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
4424 * src/print_graph.c (print_graph): Adjust.
4425
4426 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
4427 and Paul Eggert <eggert@twinsun.com>
4428
4429 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
4430 Table of Symbols): Document %default-prec.
4431 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
4432 (grammar_declaration): Set default_prec on %default-prec.
4433 * src/scan-gram.l (%default-prec): New token.
4434 * src/reader.h (default_prec): New flag.
4435 * src/reader.c: Likewise.
4436 (packgram): Handle it.
4437 * tests/conflicts.at (%default-prec without %prec,
4438 %default-prec with %prec, %default-prec 1): New tests.
4439
4440 2003-09-30 Paul Eggert <eggert@twinsun.com>
4441
4442 * tests/testsuite.at: Include local.at, not input.at, fixing
4443 a typo in the 2003-08-25 patch.
4444
4445 2003-08-27 Akim Demaille <akim@epita.fr>
4446
4447 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
4448 GCC warnings.
4449
4450 2003-08-26 Akim Demaille <akim@epita.fr>
4451
4452 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
4453 "<\#" to avoid magic from Gnus when posting parts of this script.
4454
4455 2003-08-26 Akim Demaille <akim@epita.fr>
4456
4457 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
4458 (Parser::parse): here.
4459 Adjust: nerrs and errstatus is now replaced by...
4460 (Parser::nerrs_, Parser::errstatus_): New.
4461
4462 2003-08-25 Akim Demaille <akim@epita.fr>
4463
4464 * config/announce-gen, Makefile.cfg: New.
4465 * Makefile.am: Adjust.
4466 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
4467 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
4468
4469 2003-08-25 Akim Demaille <akim@epita.fr>
4470
4471 When reducing initial empty rules, Bison parser read an initial
4472 location that is not defined. This results in garbage, and that
4473 affects Bison's own parser. Therefore we need (i) to extend Bison
4474 to support a means to initialize this location, and (ii) to use
4475 this CVS Bison to fix CVS Bison's parser.
4476
4477 * src/reader.h, reader.c (epilogue_augment): Remove, replace
4478 with...
4479 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
4480 * src/parse-gram.y: Adjust.
4481 (%initial-action): New.
4482 (%error-verbose): Since we require CVS Bison, there is no reason
4483 not to use it.
4484 * src/scan-gram.l: Adjust.
4485 * src/Makefile.am (YACC): New, to make sure we use our own parser.
4486 * data/yacc.c (yyparse): Use b4_initial_action.
4487
4488 2003-08-25 Akim Demaille <akim@epita.fr>
4489
4490 * doc/bison.texinfo: Don't promote stdout for error messages.
4491
4492 2003-08-25 Akim Demaille <akim@epita.fr>
4493
4494 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
4495 From Alexandre Duret-Lutz.
4496
4497 2003-08-25 Akim Demaille <akim@epita.fr>
4498
4499 Version 1.875c.
4500
4501 2003-08-25 Akim Demaille <akim@epita.fr>
4502
4503 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
4504 Use them.
4505
4506 2003-08-25 Akim Demaille <akim@epita.fr>
4507
4508 * data/lalr1.cc (Parser::reduce_print_): New.
4509 Use it.
4510
4511 2003-08-25 Akim Demaille <akim@epita.fr>
4512
4513 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
4514 error recovery loops. This patch is based on
4515 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
4516 Also, augment the similarity between lalr1.cc and yacc.c.
4517 Note: the locations of error recovery rules are not correct yet.
4518
4519 * data/lalr1.cc: Comment changes to augment the similarity between
4520 lalr1.cc and yacc.c.
4521 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
4522 (yyerrlab1): Remove, but where it used to be (now the bottom part of
4523 yyerrlab), when hitting EOF, pop the whole stack here instead of
4524 merely falling thru the default error handling mechanism.
4525 (yyerrorlab): New label, with the old contents of YYERROR,
4526 plus the following change: pop the stack of rhs corresponding
4527 to the production that invoked YYERROR. That is how Yacc
4528 behaves (required by POSIX).
4529 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
4530 fail.
4531
4532 2003-08-25 Akim Demaille <akim@epita.fr>
4533
4534 Tune local.at so that people can "autom4te -l autotest calc.at -o
4535 calc" for instance, to extract a sub test suite.
4536
4537 * tests/testsuite.at: Move the initialization, Autotest version
4538 requirement, and AT_TESTED invocation into...
4539 * tests/local.at: here.
4540 * tests/testsuite.at: Include it for compatibility with Autoconf
4541 2.57.
4542 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
4543 be ignore.
4544
4545 2003-08-04 Paul Eggert <eggert@twinsun.com>
4546
4547 Rework code slightly to avoid gcc -Wtraditional warnings.
4548 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
4549 The returned value is now stored in *YY0. All callers changed.
4550 * src/output.c (merge_output): Adjust to the above change.
4551
4552 2003-07-26 Paul Eggert <eggert@twinsun.com>
4553
4554 * data/glr.c (YYASSERT): New macro.
4555 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
4556 yyresolveStates, yyprocessOneStack):
4557 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
4558 Derived from a suggestion by Frank Heckenbach.
4559
4560 2003-07-25 Paul Eggert <eggert@twinsun.com>
4561
4562 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
4563 for portability to K&R C (after ansi2knr, presumably). See
4564 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
4565 by Frank Heckenbach, though I have omitted the structure-initialization
4566 part of his glr-knr.diff patch since I recall that the Portable
4567 C Compiler didn't require that change.
4568
4569 Let the user specify how to allocate and free memory.
4570 Derived from a suggestion by Frank Heckenbach in
4571 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
4572 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
4573 All uses of free, malloc, realloc changed to use these macros,
4574 and unnecessary casts removed.
4575 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
4576
4577 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
4578
4579 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
4580 use s.empty() rather than s == "" to test for empty string; see
4581 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
4582 (trivial change)
4583
4584 2003-06-25 Akim Demaille <akim@epita.fr>
4585
4586 * config/depcomp, config/install-sh: Update from masters.
4587
4588 2003-06-20 Paul Eggert <eggert@twinsun.com>
4589
4590 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
4591 and return properly parenthesized result.
4592 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
4593 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
4594 Remove unnecessary parentheses from uses.
4595 * doc/bison.texinfo (Location Default Action): Describe the
4596 conventions for parentheses.
4597
4598 2003-06-19 Paul Eggert <eggert@twinsun.com>
4599
4600 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
4601 yyreportTree): Do not assume that size_t is the same width as int,
4602 when printing sizes. Print sizes using an unsigned format.
4603 Problem reported by Frank Heckenbach in
4604 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
4605
4606 Port to Forte Developer 7 C compiler.
4607 * data/glr.c (struct YYLTYPE): If locations are not being used,
4608 declare a single dummy member, as empty structs do not conform
4609 to the C standard.
4610 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
4611 the Forte Developer 7 C compiler complains that end-of-loop
4612 code is not reached.
4613
4614 2003-06-17 Paul Eggert <eggert@twinsun.com>
4615
4616 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
4617 avoid warnings from picky compilers about redefinition of PARAMS.
4618
4619 2003-06-17 Paul Eggert <eggert@twinsun.com>
4620
4621 Version 1.875b.
4622
4623 * NEWS: Document 1.875b.
4624
4625 * lib/bbitset.h: Do not include config.h; that's the includer's job.
4626 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
4627 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
4628 Don't use 'index' in comments, as it's a builtin fn on some hosts.
4629 * lib/bitset_stats.c: Include gettext.h unconditionally, as
4630 per recent gettext manual's suggestion.
4631 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
4632 Use prototypes, not old-style definitions.
4633 * lib/lbitset.c (lbitset_unused_clear): Likewise.
4634 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
4635 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
4636 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
4637 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
4638 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
4639 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
4640 vbitset_or_and_cmp, vbitset_copy): Likewise.
4641
4642 * lib/libiberty.h: Do not include config.h; that's the includer's job.
4643 Do not include <stdlib.h>.
4644 (PARAMS): Define unconditionally for C89.
4645 (ATTRIBUTE_NORETURN): Remove.
4646 (ATTRIBUTE_UNUSED): Define unconditionally.
4647
4648 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
4649 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
4650 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
4651 * lib/vbitset.c, lib/vbitset.h: New files.
4652 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
4653 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
4654 from libbitset.
4655
4656 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
4657 `How Can I Reset @code{yyparse}', since texinfo does not allow
4658 arbitrary @ in node names.
4659
4660 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
4661 shouldn't be needed according to the gettext 0.12.1 documentation
4662 but which seem to be needed anyway: codeset.m4 glibc21.m4
4663 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
4664 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
4665 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
4666
4667 * lib/.cvsignore: Add stdbool.h.
4668 * m4/.cvsignore: Add nls.m4, po.m4.
4669
4670 Upgrade to CVS gnulib.
4671 * stdbool_.h: File renamed from stdbool.h.in.
4672 * configure.ac (AM_STDBOOL_H): Invoke this instead of
4673 AC_HEADER_STDBOOL.
4674 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
4675 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
4676 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
4677 (MOSTLYCLEANFILES): New var.
4678 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
4679 (stdbool.h): New rule.
4680 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
4681 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
4682 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
4683 m4/quote.m4: Upgrade to today's gnulib.
4684
4685 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
4686 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
4687 the tests right now.
4688 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
4689 yyerror are declared before use; C99 requires this.
4690
4691 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4692
4693 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
4694 first.
4695 (yyrecoverSyntaxError): Correct the logic for setting and testing
4696 yyerrState.
4697 Correct comment on handling EOF.
4698 Allow states with only a default reduction, rather than failing
4699 (I can't quite reconstruct why these were not allowed before).
4700
4701 Fixes to avoid problem that $-N rules in GLR parsers can cause
4702 buffer overruns, corrupting state.
4703
4704 * src/output.c (prepare_rules): Output max_left_semantic_context
4705 definition.
4706 * src/reader.h (max_left_semantic_context): New variable declaration.
4707 * src/scan-gram.l (max_left_semantic_context): Define.
4708 (handle_action_dollar): Update max_left_semantic_context.
4709 * data/glr.c (YYMAXLEFT): New definition.
4710 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
4711 (yyresolveAction): Ditto.
4712
4713 Fixes to problems with location handling in GLR parsers reported by
4714 Frank Heckenbach (2003/06/05).
4715
4716 * data/glr.c (YYLTYPE): Make trivial if locations not used.
4717 (YYRHSLOC): Add parentheses, and define only if locations used.
4718 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
4719 locations not used.
4720 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
4721 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
4722
4723 * tests/cxx-type.at: Exercise location information; update tests
4724 to differentiate output with and without locations.
4725 Remove forward declarations of yylex and yyerror---caused errors
4726 because default YYLTYPE not yet defined.
4727 Change semantic actions to compute strings, rather than printing
4728 them directly (to test proper passing of semantics values). Change
4729 output to prefix notation and update test data and expected results.
4730 (yylex): Track locations.
4731 (stmtMerge): Return value rather than printing, and include arguments
4732 in value.
4733
4734 2003-06-03 Paul Eggert <eggert@twinsun.com>
4735
4736 Avoid warnings generated by GCC 2.95.4 when Bison is
4737 configured with --enable-gcc-warnings.
4738 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
4739 yy::]b4_parser_class_name[::translate_,
4740 yy::Stack::operator[] (unsigned),
4741 yy::Stack::operator[] (unsigned) const,
4742 yy::Slice::operator[] (unsigned),
4743 yy::Slice::operator[] (unsigned) const):
4744 Rename local vars to avoid warnings.
4745 * tests/glr-regression.at (Improper handling of embedded actions
4746 and $-N in GLR parsers): Remove unused local variable from yylex.
4747 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
4748 (void) as arg when not pure, since we now assume C89 when building
4749 Bison. Pacify GCC by using parameter.
4750
4751 2003-06-02 Paul Eggert <eggert@twinsun.com>
4752
4753 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
4754 yy::Location::lines, yy::Location::columns): Rename arguments
4755 to avoid shadowing; this removes a warning generated by GCC 3.3.
4756
4757 2003-06-01 Paul Eggert <eggert@twinsun.com>
4758
4759 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
4760 to g++, as GCC 3.3 complains if you do it.
4761 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
4762 everything that WARNING_CFLAGS has, except omit warnings
4763 not suitable for C++.
4764 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
4765 * tests/atlocal.in (CXXFLAGS): New var.
4766 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
4767
4768 Fix a GLR parser bug I reported in February; see
4769 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
4770 The problem was that GLR parsers did not conform to the C standard,
4771 because actions like { $1 = $2 + $3; } expanded to expressions
4772 that invoked YYFILL in separate subexpressions, and YYFILL assigned
4773 to a local variable. The C standard says that expressions
4774 like (var = f ()) + (var = f ()) have undefined behavior.
4775 Another problem was that GCC sometimes issues warnings that
4776 yyfill and its parameters are unused.
4777
4778 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
4779 as possibly unused.
4780 (yyfill): New function.
4781 (YYFILL): Use it.
4782 (yyuserAction): Change type of yynormal to bool, so that it matches
4783 the new yyfill signature. Mark it as possibly unused.
4784
4785
4786 Follow up on a bug I reported in February, where a Bison-generated
4787 parser can loop. Provide a test case and a fix for yacc.c. I
4788 don't have a fix for lalr1.cc or for glr.c, unfortunately.
4789 The original bug report is in:
4790 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
4791
4792 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
4793 macro's size was becoming unwieldy.
4794 (yyerrlab): Do not discard an empty lookahead symbol, as this
4795 might destroy garbage.
4796 (yyerrorlab): New label, with the old contents of YYERROR,
4797 plus the following change: pop the stack of rhs corresponding
4798 to the production that invoked YYERROR. That is how Yacc
4799 behaves, and POSIX requires this behavior.
4800 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
4801 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
4802 Define 'alarm' to do nothing if unistd.h is not available.
4803 Add a new rule "exp: '-' error;" to test the above change to
4804 data/yacc.c. Use 'alarm' to abort any test taking longer than
4805 10 seconds, as it's probably looping.
4806 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
4807 Also, the new yacc.c generates two fewer diagnostics for an
4808 existing test.
4809
4810 2003-05-24 Paul Eggert <eggert@twinsun.com>
4811
4812 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
4813 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
4814 This fixes a problem reported by John Bowman when the Compaq/HP
4815 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
4816 -ansi -Wall -gall).
4817 * data/yacc.c (union yyalloc): Likewise.
4818 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
4819
4820 Switch from 'int' to 'bool' where that makes sense.
4821
4822 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
4823 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
4824 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
4825 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
4826 Return or accept bool, not int. All callers changed.
4827 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
4828 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
4829 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
4830 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
4831 bitset_or_and_cmp_): Likewise.
4832 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
4833 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
4834 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
4835 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
4836 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
4837 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
4838 bitset_stats_or_and_cmp): Likewise.
4839 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
4840 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
4841 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
4842 ebitset_xor_cmp): Likewise.
4843 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
4844 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
4845 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
4846 lbitset_xor_cmp): Likewise.
4847 * lib/bbitset.h: Include <stdbool.h>.
4848 (struct bitset_vtable): The following members now return bool, not
4849 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
4850 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
4851 or_and_cmp).
4852 * src/conflicts.c (count_rr_conflicts): Likewise.
4853 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
4854 All uses changed.
4855 * lib/ebitset.c (ebitset_obstack_init): Likewise.
4856 * lib/lbitset.c (lbitset_obstack_init): Likewise.
4857 * src/getargs.c (debug_flag, defines_flag, locations_flag,
4858 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
4859 graph_flag): Likewise.
4860 * src/getargs.h (debug_flag, defines_flag, locations_flag,
4861 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
4862 graph_flag): Likewise.
4863 * src/output.c (error_verbose): Likewise.
4864 * src/output.h (error_verbose): Likewise.
4865 * src/reader.c (start_flag, typed): Likewise.
4866 * src/reader.h (typed): Likewise.
4867 * src/getargs.c (LOCATIONS_OPTION): New constant.
4868 (long_options, getargs): Use it.
4869 * src/lalr.c (build_relations): Use bool, not int.
4870 * src/nullable.c (nullable_compute): Likewise.
4871 * src/print.c (print_reductions): Likewise.
4872 * src/tables.c (action_row, pack_vector): Likewise.
4873 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
4874 * src/output.c (prepare): Use it.
4875 * src/output.c (token_definitions_output,
4876 symbol_destructors_output, symbol_destructors_output): Use string,
4877 not boolean integer, to keep track of whether to output separator.
4878 * src/print_graph.c (print_core): Likewise.
4879 * src/state.c (state_rule_lookaheads_print): Likewise.
4880
4881 * config/install-sh: Sync from automake 1.7.5.
4882
4883 2003-05-14 Paul Eggert <eggert@twinsun.com>
4884
4885 * src/parse-gram.y (rules_or_grammar_declaration): Require a
4886 semicolon after a grammar declaration, in the interest of possible
4887 future changes to the Bison input language.
4888 Do not allow a stray semicolon at the start of the grammar.
4889 (rhses.1): Allow one or more semicolons after any rule, including
4890 just before "|" as required by POSIX.
4891 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
4892 grammar.
4893
4894 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
4895
4896 %parse-param support for lalr1.cc.
4897
4898 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
4899 b4_cc_constructor_calls, b4_cc_constructor_call,
4900 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
4901 definitions.
4902 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
4903 parse-param arguments.
4904 (yy::b4_parser_class_name): Declare instance variables to
4905 hold parse-param arguments.
4906 * tests/calc.at: s/value/semantic_value/ because value clashes
4907 with a member of yy::b4_parser_class_name. Adjust C++ code
4908 to handle %parse-param. Enable %parse-param test in C++.
4909
4910 2003-05-12 Paul Eggert <eggert@twinsun.com>
4911
4912 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
4913 English a bit. Fix fclose typo. Change "const char" to "char
4914 const", and use ANSI C rather than K&R for "main". Suggest
4915 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
4916 and suggest yy_switch_to_buffer.
4917
4918 2003-05-05 Paul Eggert <eggert@twinsun.com>
4919
4920 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
4921 C89. This avoids a diagnostic on compilers that define __STDC__
4922 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
4923 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
4924
4925 2003-05-03 Paul Eggert <eggert@twinsun.com>
4926
4927 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
4928 Do not overrun array bounds.
4929 This should fix a bug reported today by Olatunji Oluwabukunmi in
4930 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
4931
4932 2003-04-29 Akim Demaille <akim@epita.fr>
4933
4934 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
4935 * src/getargs.c, src/getargs.h: here, as bool, not int.
4936 (nondeterministic_parser): New.
4937 * src/parse-gram.y, src/scan-gram.l: Support
4938 %nondeterministic-parser.
4939 * src/output.c (prepare): Use nondeterministic_parser instead
4940 of glr_parser where appropriate.
4941 * src/tables.c (conflict_row, action_row, save_row)
4942 (token_actions, token_actions, pack_vector): Ditto.
4943
4944 2003-04-29 Akim Demaille <akim@epita.fr>
4945
4946 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
4947
4948 2003-04-29 Akim Demaille <akim@epita.fr>
4949
4950 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
4951 with %pure-parser and %locations to exercise the patch from Yakov
4952 Markovitch below.
4953
4954 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
4955
4956 * data/yacc.c: (b4_lex_param): Corrected for the case where
4957 %lex-param is provided and %pure-parser isn't.
4958
4959 2003-04-27 Paul Eggert <eggert@twinsun.com>
4960
4961 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
4962 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
4963 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
4964 if it is not defined.
4965 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
4966
4967 2003-04-26 Paul Eggert <eggert@twinsun.com>
4968
4969 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
4970 Declare to be of type suitable for the ninf value itself, not of
4971 type suitable for the corresponding table, since the latter might
4972 be unsigned but the ninf value might be negative. This fixes a
4973 bug reported by Alexandre Duret-Lutz in
4974 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
4975
4976 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
4977 invokes it. We shouldn't invoke it twice because it will attempt
4978 to put error.o in the archive twice. This fixes a glitch reported
4979 by Martin Mokrejs in
4980 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
4981
4982 2003-04-21 Paul Eggert <eggert@twinsun.com>
4983
4984 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
4985 to gnulib.
4986
4987 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
4988
4989 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
4990 Fix obvious typo that results in uncompilable GLR parsers
4991 when both %pure-parser and %locations are used. (trivial change)
4992
4993 2003-04-17 Paul Eggert <eggert@twinsun.com>
4994
4995 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
4996 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
4997 Do not insert the expected token via unput, as this runs afoul
4998 of a POSIX-compatibility bug in flex 2.5.31.
4999 All uses changed to BEGIN the parent state,
5000 since we no longer insert the expected token via unput.
5001 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
5002 that is no longer emitted after the above change.
5003
5004 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
5005 the first one. This change is from Paul Hilfinger, and it fixes
5006 regression reported by Werner Lemberg in
5007 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
5008
5009 (resolve_sr_conflict): Don't invoke state_errs_set
5010 unless one or more tokens have been explicitly made errors.
5011 Otherwise, the above change causes Bison to abort.
5012
5013 * tests/existing.at (GNU pic Grammar): New test case, taken from
5014 Lemberg's email.
5015
5016 2003-03-31 Akim Demaille <akim@epita.fr>
5017
5018 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
5019
5020 2003-03-31 Akim Demaille <akim@epita.fr>
5021
5022 * src/output.c (prepare_symbols): Avoid trailing spaces in the
5023 output.
5024
5025 2003-03-31 Akim Demaille <akim@epita.fr>
5026
5027 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
5028 From Paul Hilfinger.
5029
5030 2003-03-29 Akim Demaille <akim@epita.fr>
5031
5032 * m4/error.m4: Do not put under dynamic conditions some code which
5033 expansion is under static control.
5034
5035 2003-03-29 Akim Demaille <akim@epita.fr>
5036
5037 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
5038
5039 2003-03-29 Akim Demaille <akim@epita.fr>
5040
5041 * doc/bison.texinfo (Strings are Destroyed): New.
5042
5043 2003-03-13 Paul Eggert <eggert@twinsun.com>
5044
5045 * .cvsignore: Add configure.lineno.
5046 * src/.cvsignore: Add yacc.
5047 * tests/.cvsignore: Add testsuite.log.
5048 * doc/fdl.texi: Sync with latest FSF version.
5049
5050 2003-03-12 Paul Eggert <eggert@twinsun.com>
5051
5052 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
5053 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
5054 cursor, instead of leaving it undefined. This fixes a bug
5055 reported by Tim Van Holder in
5056 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
5057 * tests/input.at (Torturing the Scanner): Test the scanner on
5058 an empty input file, which was Tim Van Holder's test case.
5059
5060 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
5061 <sys/resource.h> can be included, include sys/time.h and
5062 sys/times.h first, if available. This works around the SunOS
5063 4.1.4 porting bug reported by Bruce Becker in
5064 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
5065
5066 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
5067 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
5068 AC_HEADER_SYS_WAIT.
5069
5070 Merge changes from gnulib. This was prompted because the CVS
5071 snapshot didn't build on Solaris 7 due to strnlen problems.
5072
5073 These changes need to be merged back into gnulib:
5074 * lib/hash.c: Include <stdbool.h> unconditionally.
5075 * m4/onceonly.m4 (m4_quote): New macro.
5076 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
5077 Quote AC_FOREACH variable-expansions properly.
5078 The 2003-01-03 obstack.h change also needs merging.
5079 {end of changes requiring merging}
5080
5081 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
5082 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
5083 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
5084 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
5085 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
5086 New files, imported from gnulib.
5087 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
5088 above.
5089
5090 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
5091 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
5092 gnulib sources.
5093
5094 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
5095 Add.
5096 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
5097 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
5098 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
5099 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
5100 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
5101 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
5102 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
5103 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
5104 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
5105 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
5106 (jm_PREREQ_ARGMATCH): Remove.
5107 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
5108 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
5109
5110 * src/system.h: Include <stdbool.h> unconditionally.
5111
5112 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
5113 assuming at least C89 in the bitset code for some time now.
5114
5115 2003-03-03 Akim Demaille <akim@epita.fr>
5116
5117 * ro.po: New.
5118
5119 2003-03-02 Akim Demaille <akim@epita.fr>
5120
5121 * doc/bison.texinfo (Table of Symbols): Reactivate the
5122 documentation for %lex-param, and %parse-param.
5123
5124 2003-03-02 Akim Demaille <akim@epita.fr>
5125
5126 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
5127 generate verbose error messages.
5128 Use the number of tokens as an upper bound in yytname, as it
5129 cannot be a non terminal.
5130
5131 2003-03-02 Akim Demaille <akim@epita.fr>
5132
5133 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
5134 message.
5135
5136 2003-03-02 Akim Demaille <akim@epita.fr>
5137
5138 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
5139 Use them to exercise yycheck overrun.
5140 Based on Andrew Suffield's grammar.
5141
5142 2003-03-02 Akim Demaille <akim@epita.fr>
5143
5144 Create tests/local.at for Bison generic testing macros.
5145
5146 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
5147 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
5148 This new file.
5149 * tests/calc.at (AT_CHECK_CALC): Adjust.
5150 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
5151 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
5152 * tests/local.at: here.
5153 (AT_COMPILE_CXX): Tags the tests using it as c++.
5154 Ignore the test if CXX is not functional.
5155
5156 2003-03-01 Paul Eggert <eggert@twinsun.com>
5157
5158 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
5159 not loc->end, since loc->end might contain garbage and this leads
5160 to undefined behavior on some platforms.
5161 (id_loc, token_start): Use (IF_LINTed) initial values that do not
5162 depend on *loc, so that the reader doesn't give the the false
5163 impression that *loc is initialized.
5164 (<INITIAL>"%%"): Do not bother setting code_start, since its value
5165 does not survive the return.
5166
5167 2003-03-01 Akim Demaille <akim@epita.fr>
5168
5169 * src/scan-gram.l (code_start): Always initialize it when entering
5170 into yylex, as SC_EPILOGUE is activated *before* the corresponding
5171 yylex invocation. An alternative would be making it static, but
5172 then it starts with the second %%'s beginning, instead of its end.
5173
5174 2003-02-28 Paul Eggert <eggert@twinsun.com>
5175
5176 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
5177 around a UnixWare 7.1.1 porting bug reported by John Hughes in
5178 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
5179
5180 2003-02-26 Paul Eggert <eggert@twinsun.com>
5181
5182 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
5183 Remove Sequent/Pyramid discussion (nobody uses them any more).
5184 Merge VMS and MS-DOS discussion; these ports may well be dead
5185 but let's keep mentioning them for now. Put <> around email
5186 addresses. Add copyright notice.
5187
5188 2003-02-24 Paul Eggert <eggert@twinsun.com>
5189
5190 * data/glr.c (yy_reduce_print): yylineno -> yylno,
5191 to avoid collision with flex use of yylineno.
5192 Problem reported by Bruce Lilly in
5193 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
5194 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
5195 * data/yacc.c (yy_reduce_print): Likewise.
5196
5197 * config/depcomp: Sync with Automake 1.7.3.
5198
5199 2003-02-21 Akim Demaille <akim@epita.fr>
5200
5201 * data/lalr1.cc: Use temporary variables instead of casts to
5202 change integer types.
5203 Suggested by Paul Eggert.
5204
5205 2003-02-21 Akim Demaille <akim@epita.fr>
5206
5207 * doc/bison.texinfo: Use "location" consistently to refer to @n,
5208 to avoid confusions with lalr1.cc's notion of Position.
5209 Suggested by Paul Eggert.
5210
5211 2003-02-20 Akim Demaille <akim@epita.fr>
5212
5213 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
5214 before initial_columns.
5215 (location.hh): Use consistent variable names when defining the
5216 operator<<.
5217 Use "last" so that we subtract from Positions, not from unsigned.
5218
5219 2003-02-20 Akim Demaille <akim@epita.fr>
5220
5221 * data/lalr1.cc (position.hh): New subfile, including the extended
5222 and Doxygen'ed documentation of class Position.
5223 (location.hh): Use it.
5224 Document a` la Doxygen.
5225 With the help of Benoit Perrot.
5226
5227 2003-02-20 Akim Demaille <akim@epita.fr>
5228
5229 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
5230 AT_YACC_IF.
5231 Redefine AT_YYERROR_SEES_LOC_IF using it.
5232 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
5233 not defined.
5234 Don't use the location in yy::Parser::error_ and
5235 yy::Parser::print_ when not %locations.
5236 Activate more lalr1.cc tests.
5237
5238 2003-02-19 Akim Demaille <akim@epita.fr>
5239
5240 * data/lalr1.cc: When displaying a line number, be sure to make it
5241 an int.
5242
5243 2003-02-19 Akim Demaille <akim@epita.fr>
5244
5245 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
5246 Remove, useless.
5247 (YYABORT, YYACCEPT, YYERROR): New.
5248 * tests/calc.at: Renable the lalr1.cc test.
5249
5250 2003-02-19 Akim Demaille <akim@epita.fr>
5251
5252 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
5253 error recovery, mixing with/without pops and discarding of the
5254 lookahead.
5255 Exercise YYERROR.
5256 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
5257
5258 2003-02-17 Paul Eggert <eggert@twinsun.com>
5259
5260 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
5261 * tests/testsuite.at (AT_COMPILE): Use them.
5262 This fixes the testsuite problem reported by Robert Lentz in
5263 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
5264
5265 2003-02-12 Paul Eggert <eggert@twinsun.com>
5266
5267 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
5268 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
5269 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
5270 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
5271 Check for malloc failure, for consistency with yacc.c.
5272 (yytname_size): Remove, for consistency with yacc.c.
5273
5274 The bug still remains in data/lalr1.cc, as I didn't have time
5275 to fix it there.
5276
5277 2003-02-06 Akim Demaille <akim@epita.fr>
5278
5279 * configure.ac (GXX): Rename as...
5280 (CXX): this, to keep the original Autoconf semantics.
5281 Require 2.57.
5282 * data/lalr1.cc: Fix b4_copyright invocations.
5283 If YYDEBUG is not defined, don't depend upon name_ being defined.
5284 (location.hh): Include string and iostream.
5285 (Position::filename): New member.
5286 (Position::Position ()): New.
5287 (operator<< (Position)): New.
5288 (operator- (Position, int)): New.
5289 (Location::first, Location::last): Rename as...
5290 (Location::begin, Location::end): these, to mock the conventional
5291 iterator names.
5292 (operator<< (Location)): New.
5293 * tests/atlocal.in (CXX): New.
5294 * tests/testsuite.at (AT_COMPILE_CXX): New.
5295 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
5296 locations in a more synthetic way.
5297 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
5298 lalr1.cc is used.
5299 Adjust the C locations to match those from Emacs: first column is
5300 column 0.
5301 Change all the expected results.
5302 Conform to the GCS: simplify the locations when applicable.
5303 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
5304 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
5305 these CPP macros with the m4 macros new defined by...
5306 (AT_CHECK_PUSHDEFS): this, i.e.:
5307 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
5308 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
5309 New macros.
5310 (AT_CHECK_POPDEFS): Undefine them.
5311 (AT_CHECK_CALC_LALR1_CC): New.
5312 Use it for the first lalr1.cc test.
5313
5314 2003-02-04 Akim Demaille <akim@epita.fr>
5315
5316 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
5317 Location as is defined.
5318
5319 2003-02-04 Akim Demaille <akim@epita.fr>
5320
5321 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
5322 name_ being defined.
5323
5324 2003-02-03 Paul Eggert <eggert@twinsun.com>
5325
5326 * src/gram.h (start_symbol): Remove unused decl.
5327
5328 Use more-consistent naming conventions for local vars.
5329
5330 * src/derives.c (derives_compute): Change type of local var from
5331 int to rule_number.
5332 * src/gram.c (grammar_rules_partial_print): Likewise.
5333 * src/print.c (print_core): Likewise.
5334 * src/reduce.c (reduce_grammar_tables): Likewise.
5335
5336 * src/gram.c (grammar_dump): Change name of item_number *
5337 local var from r to rp.
5338 * src/nullable.c (nullable_compute): Likewise.
5339
5340 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
5341
5342 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
5343 for symbol or symbol_number var.
5344 * src/reader.c (grammar_start_symbol_set): Likewise.
5345 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
5346 Likewise.
5347 * src/state.c (transitions_to): Likewise.
5348 * src/state.h: Likewise.
5349 * src/tables.c (symbol_number_to_vector_number): Likewise.
5350
5351 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
5352 char * var.
5353
5354 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
5355 var.
5356
5357 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
5358 var.
5359
5360 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
5361 Use str, not s, for char * var. Use ch, not c, for character var.
5362 Use size for size var.
5363
5364 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
5365 char * var.
5366 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
5367 uniqstr var.
5368 * src/uniqstr.h: Likewise.
5369
5370 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
5371 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
5372 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
5373 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
5374 param to have same name as that of enum, so that we don't use
5375 "s" to stand for a non-state.
5376
5377 2003-02-02 Akim Demaille <akim@epita.fr>
5378
5379 * src/scan-skel.l: Scan more than one inert character per yylex
5380 invocation.
5381
5382 2003-02-01 Paul Eggert <eggert@twinsun.com>
5383
5384 Version 1.875a.
5385
5386 * po/LINGUAS: Add ms.
5387
5388 2003-01-30 Akim Demaille <akim@epita.fr>
5389
5390 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
5391
5392 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
5393
5394 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
5395 of $1.
5396
5397 Changes in response to error report by S. Eken: GLR mode does not
5398 handle negative $ indices or $ indices in embedded rules correctly.
5399 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
5400
5401 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
5402 (b4_rhs_location): Ditto.
5403 (yyfill): New function to copy from stack tree into array
5404 incrementally.
5405 (yyuserAction): Modify to allow incremental move of semantic values
5406 to rhs array when in GLR mode.
5407 Define YYFILL to use in user-defined actions to fill semantic array
5408 as needed.
5409 Remove dummy use of yystack, as there is now a guaranteed use.
5410 (yydoAction): Modify to allow incremental move of semantic values
5411 to rhs array when in GLR mode.
5412 (yyresolveAction): Ditto.
5413 (yyglrShiftDefer): Update comment.
5414 (yyresolveStates): Use X == NULL for pointers, not !X.
5415 (yyglrReduce): Ditto.
5416 (yydoAction): Ditto
5417
5418 * tests/glr-regr1.at: Rename to ...
5419 * tests/glr-regression.at: Add new regression test for the problems
5420 described above (adapted from S. Eken).
5421 Update copyright notice.
5422 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
5423 * tests/Makefile.am: Ditto.
5424
5425 2003-01-28 Paul Eggert <eggert@twinsun.com>
5426
5427 * data/lalr1.cc: Do not use @output_header_name@ unless
5428 b4_defines_flag is set. This fixes two bugs reported by
5429 Tim Van Holder in
5430 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
5431 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
5432
5433 2003-01-21 Paul Eggert <eggert@twinsun.com>
5434
5435 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
5436 we don't need to worry about yyerrlab1 being reported as an
5437 "unused label" by non-GCC C compilers. The downside is that if
5438 locations are used then a couple of statements are duplicated each
5439 time YYERROR is invoked, but the upside is that the warnings
5440 should vanish.
5441 (yyerrlab1): Move code to YERROR.
5442 (yyerrlab2): Remove. Change uses back to yyerrlab1.
5443 This reverts some of the 2002-12-27 change.
5444
5445 2003-01-17 Paul Eggert <eggert@twinsun.com>
5446
5447 * src/output.c (symbol_printers_output): Fix typo that led
5448 to core dump. Problem reported by Antonio Rus in
5449 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
5450
5451 2003-01-13 Akim Demaille <akim@epita.fr>,
5452 Quoc Peyrot <chojin@lrde.epita.fr>,
5453 Robert Anisko <anisko_r@lrde.epita.fr>
5454
5455 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
5456 when the stacks contain one element, as the loop would otherwise
5457 free the last state, and then use the top state (the one we just
5458 popped). This means that the initial elements will not be freed
5459 explicitly, as is the case in yacc.c; it is not a problem, as
5460 these elements have fake values.
5461
5462 2003-01-11 Paul Eggert <eggert@twinsun.com>
5463
5464 * NEWS: %expect-violations are now just warnings, reverting
5465 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
5466 bootstrapping problem reported by Matthias Klose; see
5467 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
5468 * src/conflicts.c (conflicts_print): Likewise.
5469 * tests/conflicts.at (%expect not enough, %expect too much,
5470 %expect with reduce conflicts): Likewise.
5471 * doc/bison.texinfo (Expect Decl): Document this. Also mention
5472 that the warning is enabled if the number of conflicts changes
5473 (not necessarily increases).
5474
5475 * src/getargs.c (version): Update copyright year.
5476
5477 2003-01-09 Akim Demaille <akim@epita.fr>
5478
5479 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
5480
5481 2003-01-08 Paul Eggert <eggert@twinsun.com>
5482
5483 * Makefile.maint (WGETFLAGS):
5484 New macro, containing "-C off" to disable proxy caches.
5485 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
5486 (rel-check): Use $(WGET) instead of wget.
5487
5488 2003-01-06 Paul Eggert <eggert@twinsun.com>
5489
5490 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
5491 the GLR paper of Scott, Johnstone and Hussain.
5492
5493 2003-01-04 Paul Eggert <eggert@twinsun.com>
5494
5495 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
5496 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
5497 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
5498 (EXTRA_LIBRARIES): New var, for liby.a.
5499 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
5500 (EXTRA_SCRIPTS): New var, for yacc.
5501
5502 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
5503 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
5504 Problem reported by Nelson H. F. Beebe.
5505
5506 2003-01-03 Paul Eggert <eggert@twinsun.com>
5507
5508 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
5509 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
5510 when compiling Bison 1.875's `bitset bset = obstack_alloc
5511 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
5512
5513 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
5514 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
5515 grow to a huge size with typical invocation.
5516
5517 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
5518 Use the pattern recommended by Autoconf 2.57, except also protect
5519 against double-definition.
5520 * src/system.h: Likewise.
5521 Portability issues reported by Nelson H. F. Beebe.
5522
5523 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
5524 All uses changed. Provide a definition in both C and C++.
5525 (yytrue, yyfalse): Define even if defined (__cplusplus).
5526
5527 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
5528 Reported by Nelson H. F. Beebe.
5529
5530 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
5531
5532 2003-01-02 Paul Eggert <eggert@twinsun.com>
5533
5534 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
5535 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
5536 Bug reported by Nelson H. F. Beebe.
5537
5538 2003-01-01 Paul Eggert <eggert@twinsun.com>
5539
5540 * Version 1.875.
5541
5542 2002-12-30 Paul Eggert <eggert@twinsun.com>
5543
5544 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
5545 Moved here from...
5546 (<INITIAL>","): Here. This causes stray "," to be treated
5547 more uniformly.
5548
5549 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
5550 last brace in braced code when not in Yacc mode, for compatibility
5551 with Bison 1.35. This resurrects the 2001-12-15 patch to
5552 src/reader.c.
5553
5554 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
5555 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
5556
5557 2002-12-28 Paul Eggert <eggert@twinsun.com>
5558
5559 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
5560 that of SYM's type. This fixes Debian bug 168069, reported by
5561 Thomas Olsson.
5562
5563 2002-12-28 Paul Eggert <eggert@twinsun.com>
5564
5565 Version 1.75f.
5566
5567 Switch back to the Yacc style of conflict reports, undoing some
5568 of the 2002-07-30 change.
5569 * doc/bison.texinfo (Understanding): Use Yacc style for
5570 conflict reports. Also, use new way of locating rules.
5571 * src/conflicts.c (conflict_report):
5572 Renamed from conflict_report_yacc, removing the old
5573 'conflict_report'. Translate the entire conflict report at once,
5574 so that we don't assume that "," has the same interpretation in
5575 all languages.
5576 (conflicts_output): Use Yacc-style conflict report for each state,
5577 instead of our more-complicated style.
5578 (conflicts_print): Use Yacc-style conflict report, except print
5579 the input file name when not emulating Yacc.
5580 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
5581 Conflicted Reduction, %expect not enough, %expect too much,
5582 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
5583 * tests/existing.at (GNU Cim Grammar): Likewise.
5584 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
5585
5586 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
5587 fatal): Don't invoke fflush; it's not needed and it might even be
5588 harmful for stdout, as stdout might not be open.
5589 * src/reduce.c (reduce_print): Likewise.
5590
5591 2002-12-27 Paul Eggert <eggert@twinsun.com>
5592
5593 Fix a bug where error locations were not being recorded correctly.
5594 This problem was originally reported by Paul Hilfinger in
5595 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
5596
5597 * data/yacc.c (yyparse): New local var yylerrsp, to record the
5598 top of the location stack's error locations.
5599 (yyerrlab): Set it. When discarding a token, push its location
5600 onto yylerrsp so that we don't lose track of the error's end.
5601 (yyerrlab1): Now is only the target of YYERROR, so that we can
5602 properly record the location of the action that failed. For GCC
5603 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
5604 GCC warning about yyerrlab1 being unused if YYERROR is unused.
5605 (yyerrlab2): New label, which yyerrlab now falls through to.
5606 Compute the error's location by applying YYLLOC_DEFAULT to
5607 the locations of all the symbols that went into the error.
5608 * doc/bison.texinfo (Location Default Action): Mention that
5609 YYLLOC_DEFAULT is also invoked for syntax errors.
5610 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
5611 Error locations include the locations of all the tokens that were
5612 discarded, not just the last token.
5613
5614 2002-12-26 Paul Eggert <eggert@twinsun.com>
5615
5616 * src/files.c: Include quote.h.
5617 (compute_output_file_names): Warn if we detect conflicting
5618 outputs to the same file. This should catch the misunderstanding
5619 exemplified by Debian Bug 165349, reported by Bruce Stephens..
5620
5621 * src/conflicts.c (conflicts_print): If the user specifies
5622 "%expect N", report an error if there are any reduce/reduce
5623 conflicts. This is what the manual says should happen.
5624 This fixes Debian bug 130890, reported by Anthony DeRobertis.
5625 * tests/conflicts.at (%expect with reduce conflicts): New test.
5626
5627 Don't use m4_include on relative file names, as it doesn't work as
5628 desired if there happens to be a file with that name under ".".
5629
5630 * m4sugar/version.m4: Remove; it was included but it wasn't used.
5631 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
5632 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
5633 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
5634 * src/output.c (output_skeleton): Use full path names when
5635 specifying a file to include; don't rely on include path, as
5636 it's unreliable when the working file contains a file with
5637 that name.
5638
5639 2002-12-25 Paul Eggert <eggert@twinsun.com>
5640
5641 Remove obsolete references to bison.simple and bison.hairy.
5642 Problem mentioned by Aubin Mahe in
5643 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
5644 * data/glr.c: Comment fix.
5645 * doc/bison.1: Remove references. Also, mention "yacc".
5646
5647 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
5648 with -g option.
5649
5650 * src/parse-gram.y (declaration): Use enum "report_states" rather
5651 than its numeric value 1.
5652
5653 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
5654 opening a new one. This fixes Debian bug 165349, reported by
5655 Bruce Stephens.
5656
5657 2002-12-24 Paul Eggert <eggert@twinsun.com>
5658
5659 Version 1.75e.
5660
5661 * Makefile.maint (cvs-update): Don't assume that the shell
5662 supports $(...), as Solaris sh doesn't.
5663
5664 * src/parse-gram.y (lloc_default): Remove test for empty
5665 nonterminals at the end, since it didn't change the result.
5666
5667 2002-12-24 Paul Eggert <eggert@twinsun.com>
5668
5669 If the user does not define YYSTYPE as a macro, Bison now declares it
5670 using typedef instead of defining it as a macro. POSIX requires this.
5671 For consistency, YYLTYPE is also declared instead of defined.
5672
5673 %union directives can now have a tag before the `{', e.g., the
5674 directive `%union foo {...}' now generates the C code
5675 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
5676 The default union tag is `YYSTYPE', for compatibility with Solaris 9
5677 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
5678 instead of `yyltype'.
5679
5680 `yystype' and `yyltype' are now obsolescent macros instead of being
5681 typedefs or tags; they are no longer documented and will be
5682 withdrawn in a future release.
5683
5684 * data/glr.c (b4_location_type): Remove.
5685 (YYSTYPE): Renamed from yystype.
5686 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
5687 (struct YYLTYPE): Renamed from struct yyltype.
5688 (YYLTYPE): Renamed from yyltype.
5689 (yyltype, yystype): New (and obsolescent) macros,
5690 for backward compatibility.
5691 * data/yacc.c: Likewise.
5692
5693 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
5694 does not specify a union tag. This is for compatibility with
5695 Solaris 9 yacc.
5696
5697 * src/parse-gram.y (add_param): 2nd arg is now char * not char
5698 const *, since it is now modified by stripping surrounding { }.
5699 (current_braced_code): Remove.
5700 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
5701 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
5702 trailing " {...}". Now of type <chars>.
5703 (grammar_declaration): Adjust to bundled tokens.
5704 (code_content): Remove; stripping is now done by add_param.
5705 (print_token_value): Print contents of bundled tokens.
5706 (token_name): New function.
5707
5708 * src/reader.h (braced_code, current_braced_code): Remove.
5709 (token_name): New decl.
5710
5711 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
5712 token_type, not braced_code code_kind. All uses changed.
5713 (SC_PRE_CODE): New state, for scanning after a keyword that
5714 has (or usually has) an immediately-following braced code.
5715 (token_type): New local var, to keep track of which token type
5716 to return when scanning braced code.
5717 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
5718 <INITIAL>"%parse-param", <INITIAL>"%printer",
5719 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
5720 instead of returning a token type immediately.
5721 (<INITIAL>"{"): Set token type.
5722 (<SC_BRACED_CODE>"}"): Use it.
5723 (handle_action_dollar, handle_action_at): Now returns bool
5724 indicating success. Fail if ! current_rule; this prevents a core dump.
5725 (handle_symbol_code_dollar, handle_symbol_code_at):
5726 Remove; merge body into caller.
5727 (handle_dollar, handle_at): Complain in invalid contexts.
5728
5729 * NEWS, doc/bison.texinfo: Document the above.
5730 * NEWS: Fix years and program names in copyright notice.
5731
5732 2002-12-17 Paul Eggert <eggert@twinsun.com>
5733
5734 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
5735 Reporting, Table of Symbols): Omit mentions of %lex-param and
5736 %parse-param from the documentation for now.
5737
5738 2002-12-15 Paul Eggert <eggert@twinsun.com>
5739
5740 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
5741 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
5742 lookahead symbol, and which sets yychar in parser actions) and it
5743 disagreed with the Bison documentation. Bug
5744 reported by Andrew Walrond.
5745
5746 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
5747 as the caller now does that.
5748 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
5749 (YYEMPTY): Parenthesize right hand side, since others use it.
5750 (yyparse): Don't assume that our generated code is the only code
5751 that sets yychar.
5752
5753 2002-12-13 Paul Eggert <eggert@twinsun.com>
5754
5755 Version 1.75d.
5756
5757 POSIX requires a "yacc" command.
5758 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
5759 (MOSTLYCLEANFILES): Add yacc.
5760 (yacc): New rule.
5761 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
5762 as an alias for bison y.
5763
5764 * po/LINGUAS: Add da.
5765
5766 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
5767 problem with latest <getopt.h>.
5768 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
5769
5770 * doc/fdl.texi: Upgrade to 1.2.
5771 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
5772 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
5773 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
5774 gnulib.
5775 * config/install-sh: Sync with autotools.
5776
5777 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
5778 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
5779 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
5780 locations are requested.
5781 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
5782 locations are requested.
5783
5784 2002-12-12 Paul Eggert <eggert@twinsun.com>
5785
5786 Remove unportable casts and storage allocation tricks.
5787 While we're at it, remove almost all casts, since they
5788 usually aren't needed and are a sign of trouble.
5789
5790 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
5791
5792 * src/derives.c (derives_compute): Do not subtract NTOKENS from
5793 the pointer DSET returned by malloc; this isn't portable.
5794 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
5795 Similarly for DERIVES.
5796 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
5797 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
5798 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
5799
5800 * src/derives.c (derives_compute): Do not bother invoking
5801 int_of_rule_number, since rule numbers are integers.
5802
5803 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
5804 rather than XMALLOC (char, N).
5805
5806 * src/files.c (filename_split): Rewrite to avoid cast.
5807
5808 * src/gram.h (symbol_number_as_item_number,
5809 item_number_as_symbol_number, rule_number_as_item_number,
5810 item_number_as_rule_number):
5811 Now inline functions rather than macros, to avoid casts.
5812 * src/state.h (state_number_as_int): Likewise.
5813 * src/tables.c (state_number_to_vector_number,
5814 symbol_number_to_vector_number): Likewise.
5815
5816 * src/gram.h (int_of_rule_number): Remove; no longer used.
5817
5818 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
5819 since the resulting storage is always stored into.
5820
5821 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
5822 where it's needed.
5823
5824 * src/muscle_tab.c (muscle_m4_output):
5825 Now inline. Return bool, not int.
5826 * src/state.c (state_compare): Likewise.
5827 * src/symtab.c (symbol_check_defined,
5828 symbol_check_alias_consistency, symbol_pack, symbol_translation,
5829 hash_compare_symbol, hash_symbol):
5830 Likewise.
5831 * src/uniqstr.c (uniqstr_print): Likewise.
5832 * src/muscle_tab.c (muscle_m4_output_processor):
5833 New function, to avoid casts.
5834 * src/state.c (state_comparator, stage_hasher): Likewise.
5835 * src/symtab.c (symbol_check_defined_processor,
5836 symbol_check_alias_consistency_processor, symbol_pack_processor,
5837 symbol_translation_processor, hash_symbol_comparator,
5838 hash_symbol_hasher): Likewise.
5839 * src/uniqstr.c (uniqstr_print_processor): Likewise.
5840 * src/muscle_tab.c (muscles_m4_output):
5841 Use new functions instead of casting old functions unportably.
5842 * src/state.c (state_hash_new): Likewise.
5843 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
5844 symbols_token_translations_init):
5845 Likewise.
5846 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
5847
5848 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
5849 var instead of casting to long, to avoid casts.
5850 (prepare_states): Use MALLOC rather than alloca, so that we don't
5851 have to worry about alloca.
5852 * src/state.c (state_hash_lookup): Likewise.
5853
5854 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
5855 local var instead of casting to unsigned char, to avoid casts.
5856
5857 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
5858 STATE_ALLOC): Remove.
5859 (transitions_new, errs_new, reductions_new, state_new): Use malloc
5860 rather than calloc, and use offsetof to avoid allocating slightly
5861 too much storage.
5862 (state_new): Initialize all members.
5863
5864 * src/state.c (state_hash): Use unsigned accumulator, not signed.
5865
5866 * src/symtab.c (symbol_free): Remove; unused.
5867 (symbol_get): Remove cast in lhs of assignment.
5868 (symbols_do): Now static. Accept generic arguments, not
5869 hashing-related ones.
5870
5871 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
5872 (symbol_processor): Remove.
5873 (symbols_do): Remove decl; now static.
5874
5875 * src/system.h (alloca): Remove; decl no longer needed.
5876 (<stddef.h>): Include, for offsetof.
5877 (<inttypes.>, <stdint.h>): Include if available.
5878 (uintptr_t): New type, if system lacks it.
5879 (CALLOC, MALLOC, REALLOC): New macros.
5880 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
5881 new macros.
5882
5883 * src/tables.c (table_size): Now int, to pacify GCC.
5884 (table_grow, table_ninf_remap): Use signed table size.
5885 (save_row): Don't bother initializing locals when not needed.
5886 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
5887 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
5888
5889 * src/vcg.h: Correct misspellings.
5890
5891 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
5892
5893
5894 * src/getargs.c (getargs): Don't assume EOF == -1.
5895
5896 2002-12-09 Paul Eggert <eggert@twinsun.com>
5897
5898 Change identifier spellings to avoid collisions with names
5899 that are reserved by POSIX.
5900
5901 Don't use names ending in _t, since POSIX reserves them.
5902 For consistency, remove _e and _s endings -- they're weren't
5903 needed to remove ambiguity. All uses changed.
5904 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
5905 turn was just renamed from struniq_t.
5906 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
5907 which in turn was just renamed from struniq_processor_t.
5908 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
5909 in turn was renamed from hash_compare_struniq_t.
5910 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
5911 (state_list): Renamed from state_list_t.
5912 * src/assoc.h (assoc): Renamed from assoc_t.
5913 * src/conflicts.c (enum conflict_resolution): Renamed from
5914 enum conflict_resolution_e.
5915 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
5916 (rule_list): Renamed from rule_list_t.
5917 * src/getargs.h (enum trace): Renamed from enum trace_e.
5918 (enum report): Renamed from enum report_e.
5919 * src/gram.h (item_number): Renamed from item_number_t.
5920 (rule_number): Renamed from rule_number_t.
5921 (struct rule_s): Remove the "rule_s" part; not used.
5922 (rule): Renamed from rule_t.
5923 (rule_filter): Renamed from rule_filter_t.
5924 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
5925 (goto_list): Renamed from goto_list_t.
5926 * src/lalr.h (goto_number): Renamed from goto_number_t.
5927 * src/location.h (location): Renamed from location_t.
5928 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
5929 and moved here from:
5930 * src/muscle_tab.h (muscle_entry_t): here.
5931 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
5932 (rule_list): Renamed from rule_list_t.
5933 * src/print_graph.c (static_graph): Renamed from graph.
5934 * src/reader.h (braced_code): Renamed from braced_code_t.
5935 Remove brace_code_e tag.
5936 * src/relation.h (relation_node): Renamed from relation_node_t.
5937 (relation_nodes): Renamed from relation_nodes_t.
5938 (relation): Renamed from relation_t.
5939 * src/state.h (state_number): Renamed from state_number_t.
5940 (struct state): Renamed from struct state_s.
5941 (state): Renamed from state_t.
5942 (transitions): Renamed from transitions_t. Unused (and
5943 misspelled) transtion_s tag removed.
5944 (errs): Renamed from errs_t. Unused errs_s tag removed.
5945 (reductions): Renamed from reductions_t. Unused tag
5946 reductions_s removed.
5947 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
5948 (struct symbol_list): Renamed from struct symbol_list_s.
5949 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
5950 (struct symbol): Renamed from struct symbol_s.
5951 (symbol): Renamed from symbol_t.
5952 * src/tables.c (vector_number): Renamed from vector_number_t.
5953 (action_number): Renamed from action_t.
5954 * src/tables.h (base_number): Renamed from base_t.
5955 * src/vcg.h (enum color): Renamed from enum color_e.
5956 (enum textmode): Renamed from enum textmode_e.
5957 (enum shape): Renamed from enum shape_e.
5958 (struct colorentry): Renamed from struct colorentry_s.
5959 (struct classname): Renamed from struct classname_s.
5960 (struct infoname): Renamed from struct infoname_s.
5961 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
5962 (enum decision): Renamed from enum decision_e.
5963 (enum orientation): Renamed from enum orientation_e.
5964 (enum alignment): Renamed from enum alignment_e.
5965 (enum arrow_mode): Renamed from enum arrow_mode_e.
5966 (enum crossing_type): Renamed from enum crossing_type_e.
5967 (enum view): Renamed from enum view_e.
5968 (struct node): Renamed from struct node_s.
5969 (node): Renamed from node_t.
5970 (enum linestyle): Renamed from enum linestyle_e.
5971 (enum arrowstyle): Renamed from enum arrowstyle_e.
5972 (struct edge): Renamed from struct edge.
5973 (edge): Renamed from edge_t.
5974 (struct graph): Renamed from struct graph_s.
5975 (graph): Renamed from graph_t.
5976 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
5977 Rename value_t -> value.
5978 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
5979 value_t_as_yystype -> value_as_yystype.
5980
5981 Don't include <errno.h> in the mainstream code, since it
5982 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
5983 * lib/get-errno.c, lib/get-errno.h: New files.
5984 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
5985 get-errno.c.
5986 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
5987 * src/output.c (output_skeleton): Likewise.
5988 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
5989 instead of errno.
5990 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
5991 Likewise.
5992 (handle_action_dollar, handle_action_at): Likewise.
5993 * src/system.h: Do not include <errno.h>.
5994 (TAB_EXT): Renamed from EXT_TAB.
5995 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
5996
5997 Avoid str[a-z]*, since <string.h> reserves that name space.
5998 Change all instances of "struniq" in names to "uniqstr", and
5999 likewise for "STRUNIQ" and "UNIQSTR".
6000 * src/uniqstr.c: Renamed from src/struniq.c.
6001 * src/uniqstr.h: Renamed from src/struniq.h.
6002 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
6003 * src/files.c (strsuffix): Remove; unused.
6004 (concat2): Renamed from stringappend. Now static.
6005 * src/files.h (strsuffix, stringappend): Remove; unused.
6006 * src/parse-gram.y (<chars>): Renamed from <string>.
6007 (<uniqstr>): Renamed from <struniq>.
6008 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
6009 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
6010 (struct graph_s.expand): Renamed from struct graph_s.stretch.
6011 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
6012 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
6013 (N_EXPAND): Renamed from N_STRETCH.
6014
6015 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
6016 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
6017 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
6018 Remove; unused.
6019 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
6020 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
6021 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
6022 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
6023 (BASE_MAXIMUM): Renamed from BASE_MAX.
6024 (BASE_MINIMUM): Renamed from BASE_MIN.
6025 (ACTION_MAX): Remove; unused.
6026 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
6027 Unnecessary casts removed from above defines.
6028
6029
6030 Fix misspelling in names.
6031 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
6032 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
6033 G_NODE_ALIGNEMENT.
6034
6035
6036 * lib/timevar.c (timevar_report): Renamed from time_report,
6037 for consistency with other names.
6038 * lib/timevar.h (timevar_report): New decl.
6039 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
6040
6041
6042 Sort include-file uses.
6043
6044 Reorder all include files under src to be in the order "system.h".
6045 then the ../lib include files in angle brackets (alphabetized),
6046 then the . include files in double-quotes (alphabetized). Fix
6047 dependency breakages encountered in this process, as follows:
6048 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
6049 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
6050 * src/state.h: Include "symtab.h".
6051
6052 2002-12-08 Paul Eggert <eggert@twinsun.com>
6053
6054 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
6055 since this causes problems when __file__ contains character
6056 sequences like "@" that are treated specially by src/scan-skel.l.
6057 Instead, just use the file's basename. This fixes the bug
6058 reported by Martin Mokrejs in
6059 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
6060
6061 2002-12-06 Paul Eggert <eggert@twinsun.com>
6062
6063 Add support for rules that do not have trailing semicolons, as
6064 POSIX requires. Improve the quality of locations in Bison
6065 diagnostics.
6066
6067 * src/location.c: Include <quotearg.h>.
6068 (empty_location): Now const.
6069 (location_print): New function. Follow the recommendation of the
6070 GNU Coding Standards for locations that span file boundaries.
6071 * src/location.h: Do not include <quotearg.h>; no longer needed.
6072 (boundary): New type.
6073 (location_t): Use it. This allows locations to span file boundaries.
6074 All member uses changed: file -> start.file or end.file (as needed),
6075 first_line -> start.line, first_column -> start.column,
6076 last_line -> end.line, last_column -> end.column.
6077 (equal_boundaries): New function.
6078 (LOCATION_RESET, LOCATION_STEP): Remove.
6079 (LOCATION_PRINT): Remove. All callers changed to use location_print.
6080 (empty_location): Now const.
6081 (location_print): New decl.
6082 * src/parse-gram.y (lloc_default): New function, which handles
6083 empty locations more accurately.
6084 (YYLLOC_DEFAULT): Use it.
6085 (%token COLON): Remove.
6086 (%token ID_COLON): New token.
6087 (rules): Use it.
6088 (declarations, rules): Remove trailing semicolon.
6089 (declaration, rules_or_grammar_declaration):
6090 Allow empty (";") declaration.
6091 (symbol_def): Remove empty actions; no longer needed.
6092 (rules_or_grammar_declaration): Remove trailing semicolon.
6093 (semi_colon.opt): Remove.
6094 * src/reader.h: Include location.h.
6095 (scanner_cursor): New decl.
6096 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
6097 rolling our own.
6098 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
6099 of *loc.
6100 (STEP): Remove. No longer needed, now that adjust_location does
6101 the work. All uses removed.
6102 (scanner_cursor): New var.
6103 (adjust_location): Renamed from extend_location. It now sets
6104 *loc and adjusts the scanner cursor. All uses changed.
6105 Don't bother testing for CR.
6106 (handle_syncline): Remove location arg; now updates scanner cursor.
6107 All callers changed.
6108 (unexpected_end_of_file): Now accepts start boundary of token or
6109 comment, not location. All callers changed. Update scanner cursor,
6110 not the location.
6111 (SC_AFTER_IDENTIFIER): New state.
6112 (context_state): Renamed from c_context. All uses changed.
6113 (id_loc, code_start, token_start): New local vars.
6114 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
6115 processing of Yacc white space and equivalents here.
6116 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
6117 instead of returning ID immediately, since we need to search for
6118 a subsequent colon.
6119 (<INITIAL>"'", "\""): Save token_start.
6120 (<INITIAL>"%{", "{", "%%"): Save code_start.
6121 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
6122 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
6123 BEGIN context_state at end, not INITIAL.
6124 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
6125 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
6126 Return correct token start.
6127 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
6128 the start of a character, string or multiline comment is found.
6129 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
6130 Reduction): Adjust reported locations to match the more-precise
6131 results now expected.
6132 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
6133 * tests/reduce.at (Useless Rules, Reduced Automaton,
6134 Underivable Rules): Likewise.
6135 * tests/regression.at (Invalid inputs): No longer `expecting ";"
6136 or "|"' now that so many other tokens are allowed by the new grammar.
6137
6138 * src/complain.h (current_file): Remove duplicate decl;
6139 current_file is now owned by files.h.
6140 * src/complain.c, src/scan-gram.l: Include files.h.
6141
6142 2002-12-06 Paul Eggert <eggert@twinsun.com>
6143
6144 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
6145 promotes to int; it might be unsigned int.
6146 * data/yacc.c (yy_reduce_print): Likewise.
6147
6148 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
6149 be #defined in the prologue, not in the Bison declarations.
6150 This fixes Debian Bug 102878, reported by Shaul Karl.
6151
6152 2002-12-02 Paul Eggert <eggert@twinsun.com>
6153
6154 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
6155 * lib/strtoul.c: New file, from gnulib.
6156 This fixes a porting bug reported by Peter Klein in
6157 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
6158
6159 2002-11-30 Paul Eggert <eggert@twinsun.com>
6160
6161 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
6162 and put only a forward declaration in the prologue. This is for
6163 consistency with the other scanner helper functions.
6164
6165 Type clashes now generate warnings, not errors, since it
6166 appears that POSIX may allow some grammars with type clashes.
6167 * src/reader.c (grammar_current_rule_check): Warn about
6168 type clashes instead of complaining.
6169 * tests/input.at (Type Clashes): Expect warnings, not complaints.
6170
6171 Add Yacc library, since POSIX requires it.
6172 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
6173 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
6174 * lib/main.c, lib/yyerror.c: New files.
6175
6176 gram_error can be static; it need not be extern.
6177 * src/reader.h (gram_error): Remove decl.
6178 * src/parse-gram.y (gram_error): Now static. Add static decl.
6179 (print_token_value): Omit parameter names from forward decl,
6180 for consistency.
6181
6182 2002-11-29 Paul Eggert <eggert@twinsun.com>
6183
6184 * doc/bison.texinfo: Emphasize that yylex and yyerror must
6185 be declared before being used. E.g., one should typically
6186 declare them in the prologue. Use GNU coding style in examples.
6187 Put "const" consistently after the type it modifies. Mention
6188 that C99 supports "inline". Mention that yyerror traditionally
6189 returns "int".
6190
6191 %parse-param and %lex-param now take just one argument, the
6192 declaration; the argument name is deduced from the declaration.
6193
6194 * doc/bison.texinfo (Parser Function, Pure Calling, Error
6195 Reporting, Table of Symbols): Document this.
6196 * src/parse-gram.y (add_param): New function.
6197 (COMMA): Remove.
6198 (declaration): Implement new rule for %parse-param and %lex-param.
6199 * src/scan-gram.l: "," now elicits a warning, rather than being
6200 a token; this is more compatible with byacc.
6201 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
6202
6203 2002-11-27 Paul Eggert <eggert@twinsun.com>
6204
6205 Rename identifiers to avoid real and potential collisions.
6206
6207 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
6208 to avoid collision with lex macro described by Bruce Lilly in
6209 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
6210 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
6211 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
6212 * src/parse-gram.y (print_token_value): Renamed from yyprint.
6213 All uses changed.
6214 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
6215 The name "yycontrol" violates the name space rules, and this stuff
6216 wasn't being used anyway.
6217 (input): Remove action; this stuff wasn't being used.
6218 (gram_error): Rename local variable yylloc -> loc.
6219 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
6220 (YY_DECL): Don't use "yy" at start of local variables.
6221 All uses changed, e.g., yylloc -> loc.
6222 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
6223 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
6224 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
6225 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
6226
6227 * src/parse-gram.y (gram_error): loc is now const *.
6228 * src/reader.h (gram_error): Likewise.
6229
6230 2002-11-24 Paul Eggert <eggert@twinsun.com>
6231
6232 Version 1.75c.
6233
6234 * tests/actions.at (Actions after errors): Use an output format
6235 more similar to that of the Printers and Destructors test.
6236 Test the position of the ';' token too.
6237 (Printers and Destructors): Likewise.
6238 (Printers and Destructors: %glr-parser): Remove for now, to avoid
6239 unnecessarily alarming people when the test fails.
6240
6241 * data/yacc.c (yyerrlab1): Move this label down, so that the
6242 parser does not discard the lookahead token if the user code
6243 invokes YYERROR. This change is required for POSIX conformance.
6244
6245 * lib/error.c: Sync with gnulib.
6246
6247 2002-11-22 Paul Eggert <eggert@twinsun.com>
6248
6249 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
6250 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
6251 * lib/xmalloc.c: Likewise.
6252
6253 2002-11-20 Paul Eggert <eggert@twinsun.com>
6254
6255 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
6256
6257 2002-11-20 Paul Eggert <eggert@twinsun.com>
6258
6259 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
6260 should use `if (! x) abort ();' rather than `assert (x);', and
6261 anyway it's one less thing to worry about configuring.
6262
6263 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
6264 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
6265 and replace all instances of assert with abort.
6266 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
6267 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
6268
6269 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
6270 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
6271 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
6272 hash_find_entry, hash_rehash, hash_insert): Likewise.
6273 * src/conflicts.c (resolve_sr_conflict): Likewise.
6274 * src/lalr.c (set_goto_map, map_goto): Likewise.
6275 * src/nullable.c (nullable_compute): Likewise.
6276 * src/output.c (prepare_rules, token_definitions_output): Likewise.
6277 * src/reader.c (packgram, reader): Likewise.
6278 * src/state.c (state_new, state_free, state_transitions_set,
6279 state_reduction_find): Likewise.
6280 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
6281 symbol_pack): Likewise.
6282 * src/tables.c (conflict_row, pack_vector): Likewise.
6283 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
6284 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
6285 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
6286 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
6287
6288 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
6289 (ARGMATCH_CONSTRAINT): New macro.
6290 (ARGMATCH_ASSERT): Use it.
6291
6292 * src/system.h (verify): New macro.
6293 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
6294 rather than assert.
6295 * src/tables.c (tables_generate): Likewise.
6296
6297 * src/struniq.c (struniq_assert): Now returns void, and aborts
6298 if the assertion is false.
6299 (struniq_assert_p): Remove.
6300 * src/struniq.h: Likewise.
6301
6302 2002-11-18 Paul Eggert <eggert@twinsun.com>
6303
6304 * data/glr.c (yygetLRActions): Replace `yyindex' with
6305 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
6306 This fixes the regression with Sun ONE Studio 7 cc that I reported in
6307 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
6308
6309 2002-11-18 Akim Demaille <akim@epita.fr>
6310
6311 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
6312 space.
6313 From Tim Van Holder.
6314
6315 2002-11-17 Paul Eggert <eggert@twinsun.com>
6316
6317 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
6318 to "SyntaxError" for consistency with my 2002-11-15 change.
6319
6320 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
6321 not define to {}, since this breaks the common use of `YYDPRINTF
6322 ((...));' if a single statement is desired (e.g. before `else').
6323 Work around GCC warnings by surrounding corresponding calls with
6324 {} if needed.
6325 (yyhasResolvedValue): Remove unused function.
6326 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
6327 loop body.
6328 (yyreportSyntaxError): Renamed from yyreportParseError.
6329 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
6330 All uses changed.
6331 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
6332 extern when possible. Remove unused initializations.
6333
6334 2002-11-16 Akim Demaille <akim@epita.fr>
6335
6336 Augment the similarity between GLR and LALR traces.
6337
6338 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
6339 (YY_REDUCE_PRINT): New.
6340 (yyparse): Use them.
6341 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
6342 YYDPRINT here.
6343 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
6344 state reached after the reduction/recovery, since...
6345 (yyparse, yyprocessOneStack): Report the state we are entering in.
6346
6347 2002-11-16 Akim Demaille <akim@epita.fr>
6348
6349 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
6350 Add support for --trace=skeleton.
6351 * src/scan-skel.l: %option debug.
6352 Scan strings of non-@ or \n instead of character by character.
6353 (scan_skel): Handle trace_skeleton.
6354 (QPUTS): New.
6355 (@output_parser_name@, @output_header_name@): ``Restore'' their
6356 support (used to be M4 macros).
6357 * data/yacc.c: Quote larger chunks, a la glr.c.
6358 * data/lalr1.cc: Likewise.
6359 The header guards are no longer available, so use some other
6360 string than `YYLSP_NEEDED'.
6361
6362 2002-11-16 Akim Demaille <akim@epita.fr>
6363
6364 Make the ``Printers and Destructors'' test more verbose, taking
6365 `yacc.c''s behavior as (possibly wrong) reference.
6366
6367 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
6368 instead of fprint on stdout.
6369 Set and report the last_line of the symbols.
6370 Consistently display values and locations.
6371
6372 2002-11-16 Paul Eggert <eggert@twinsun.com>
6373
6374 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
6375
6376 2002-11-15 Paul Eggert <eggert@twinsun.com>
6377
6378 * tests/actions.at (Actions after errors): New test case.
6379
6380 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
6381 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
6382 tests/action.at, tests/calc.at, tests/conflicts.at,
6383 tests/cxx-type.at, tests/regression.at:
6384 "parse error" -> "syntax error" for POSIX compatibility.
6385 "parsing stack overflow..." -> "parser stack overflow" so
6386 that code matches Bison documentation.
6387
6388 2002-11-15 Akim Demaille <akim@epita.fr>
6389
6390 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
6391 take two BRACED_CODE, not two string_content.
6392 Free the scanner's obstack when we are done.
6393 (code_content): New.
6394 * tests/calc.at: Adjust.
6395 * doc/bison.texinfo: Adjust.
6396 Also, make sure to include the `,' for these declarations.
6397
6398 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
6399
6400 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
6401 definition; avoids potential autoreconf problems.
6402
6403 2002-11-15 Akim Demaille <akim@epita.fr>
6404
6405 Always check the value returned by yyparse.
6406
6407 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
6408 returned by yyparse.
6409 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
6410 Adjust calls.
6411 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
6412 returned by yyparse.
6413
6414 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
6415
6416 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
6417 on input.at test.
6418
6419 2002-11-14 Paul Eggert <eggert@twinsun.com>
6420
6421 * src/output.c (output_skeleton): Call xfopen instead of
6422 duplicating xfopen's body.
6423
6424 Fix bugs reported by Nelson H. F. Beebe in
6425 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
6426
6427 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
6428 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
6429 Group compiler. Instead, use "$CC -E bar.c". Include the .h
6430 file twice in the grammar, as an extra check.
6431
6432 * tests/input.at (Torturing the Scanner): Surround the
6433 backslash-newline tests with "#if 0", to make it less likely that
6434 we'll run into compiler bugs. Bring back solitary \ inside
6435 comment, but add a closing comment to work around HP C bug. Don't
6436 test backslash-newline in C character constant.
6437
6438 2002-11-14 Akim Demaille <akim@epita.fr>
6439
6440 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
6441 status of the compiler.
6442 Calling `exit 1' is no longer needed.
6443 Reported by Nelson H. F. Beebe.
6444
6445 2002-11-14 Akim Demaille <akim@epita.fr>
6446
6447 * tests/atlocal.in (CPPFLAGS): We have config.h.
6448 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
6449 New.
6450 * tests/actions.at, tests/calc.at, tests/conflicts.at,
6451 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
6452 * tests/regression.at, tests/torture.at: Use them for all the
6453 grammars that are to be compiled.
6454 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
6455 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
6456 * doc/bison.texinfo (GLR Parsers): Document `inline'.
6457
6458 2002-11-14 Akim Demaille <akim@epita.fr>
6459
6460 * doc/bison.texinfo: Various formatting changes (alignments in
6461 samples, additional @group/@end group, GCS in samples.
6462 Use @deffn instead of simple @table to define the directives,
6463 macros, variables etc.
6464
6465 2002-11-13 Paul Eggert <eggert@twinsun.com>
6466
6467 Fix some bugs reported by Albert Chin-A-Young in
6468 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
6469
6470 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
6471 -o c"; the HP C compiler chatters during compilation.
6472 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
6473 * tests/headers.at (export YYLTYPE): Likewise.
6474
6475 * tests/input.at (Torturing the Scanner): Remove lines containing
6476 solitary backslashes, as they tickle a bug in the HP C compiler.
6477
6478 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
6479 comments, since they're not portable. Use GNU coding style.
6480
6481 2002-11-13 Akim Demaille <akim@epita.fr>
6482
6483 * data/yacc.c: Leave bigger chunks of quoted text.
6484 (YYDSYMPRINTF): New.
6485 Use it to report symbol activities.
6486 * data/glr.c (YYDSYMPRINTF): New.
6487 Use it.
6488
6489 2002-11-12 Paul Eggert <eggert@twinsun.com>
6490
6491 Version 1.75b.
6492
6493 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
6494 (yyglrReduce): Return yyok, not 0.
6495 This should avoid the enumerated-type warnings reported
6496 by Nelson H. F. Beebe in
6497 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
6498
6499 * lib/bbitset.h (BITSET_INLINE): Remove.
6500 * lib/bitset.h [! BITSET_INLINE]: Remove.
6501 (bitset_set, bitset_reset, bitset_test): Rename local vars
6502 to avoid shadowing warnings by GCC.
6503
6504 * data/glr.c (inline): Remove #define. It's the user's
6505 responsibility to #define it away, just like 'const'.
6506 This fixes one of the bugs reported by Nelson H. F. Beebe in
6507 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
6508
6509 * Makefile.maint (po-check): Scan .l and .y files instead of the
6510 .c and the .h files that they generate. This fixes the bug
6511 reported by Tim Van Holder in:
6512 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
6513 Look for N_ as well as for _. Try to avoid matching #define for
6514 N_ and _.
6515 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
6516 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
6517 * src/scan-gram.l: Revamp regular expressions so that " and '
6518 do not confuse xgettext.
6519
6520 * src/struniq.h (struniq_new): Do not declare the return type
6521 to be 'const'; this violates the C standard.
6522 * src/struniq.c (struniq_new): Likewise.
6523
6524 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
6525
6526 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
6527 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
6528 linker.
6529
6530 2002-11-12 Akim Demaille <akim@epita.fr>
6531
6532 * Makefile.maint: Sync with Autoconf:
6533 (local_updates): New.
6534
6535 2002-11-12 Akim Demaille <akim@epita.fr>
6536
6537 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
6538
6539 2002-11-12 Akim Demaille <akim@epita.fr>
6540
6541 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
6542 locations.
6543
6544 2002-11-12 Akim Demaille <akim@epita.fr>
6545
6546 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
6547 not yyvalue.
6548
6549 2002-11-12 Akim Demaille <akim@epita.fr>
6550
6551 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
6552 Use it to test the GLR parser.
6553
6554 2002-11-12 Akim Demaille <akim@epita.fr>
6555
6556 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
6557 defines it.
6558 * data/glr.c (yystos): New.
6559 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
6560 (YYDSYMPRINT): New.
6561 (yyval): Don't define it, it is handled via M4.
6562 (yyrecoverParseError): Free verbosely the discarded symbols.
6563 * data/yacc.c (yysymprint): Remove, rather...
6564 (b4_yysymprint_generate): invoke.
6565 * data/c.m4 (b4_yysymprint_generate): New.
6566 Accept pointers as arguments, as opposed to the version from
6567 yacc.c.
6568 (b4_yydestruct_generate): Likewise.
6569 * tests/cations.at (Printers and Destructors): Use Bison directives
6570 instead of CPP macros.
6571 Don't rely on internal details.
6572
6573 2002-11-12 Akim Demaille <akim@epita.fr>
6574
6575 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
6576 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
6577 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
6578 it against YYEMPTY and so forth), work on yytoken (i.e., set
6579 it to YYEMPTY etc.).
6580 (yydestruct): Replace with a b4_yydestruct_generate invocation.
6581 (b4_symbol_actions): Remove.
6582 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
6583 for 0, end-of-input.
6584
6585 2002-11-12 Akim Demaille <akim@epita.fr>
6586
6587 * doc/bison.texinfo (Destructor Decl): New.
6588
6589 2002-11-12 Akim Demaille <akim@epita.fr>
6590
6591 * src/tables.c (tables_generate): Use free for pointers that
6592 cannot be NULL, not XFREE.
6593 (pack_vector): Use assert, not fatal, for bound violations.
6594 * src/state.c (state_new): Likewise.
6595 * src/reader.c (reader): Likewise.
6596 * src/lalr.c (set_goto_map): Likewise.
6597 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
6598 the file name.
6599
6600 2002-11-12 Akim Demaille <akim@epita.fr>
6601
6602 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
6603 Restore.
6604 * src/scan-gram.l (last_string): Is global to the file, not to
6605 yylex.
6606 * src/parse-gram.y (input): Don't append the epilogue here,
6607 (epilogue.opt): do it here, and free the scanner's obstack.
6608 * src/reader.c (epilogue_set): Rename as...
6609 (epilogue_augment): this.
6610 * data/c.m4 (b4_epilogue): Defaults to empty.
6611
6612 2002-11-12 Akim Demaille <akim@epita.fr>
6613
6614 * src/getargs.c (long_options): Remove duplicates.
6615 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
6616 Remove.
6617 * doc/bison.rnh: Remove.
6618 * doc/bison.texinfo (VMS Invocation): Remove.
6619
6620 2002-11-12 Akim Demaille <akim@epita.fr>
6621
6622 * src/struniq.h, src/struniq.c (struniq_t): Is const.
6623 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
6624
6625 Use struniq for symbols.
6626
6627 * src/symtab.h (symbol_t): The tag member is a struniq.
6628 (symbol_type_set): Adjust.
6629 * src/symtab.c (symbol_new): Takes a struniq.
6630 (symbol_free): Don't free the tag member.
6631 (hash_compare_symbol_t, hash_symbol_t): Rename as...
6632 (hash_compare_symbol, hash_symbol): these.
6633 Use the fact that tags as struniqs.
6634 (symbol_get): Use struniq_new.
6635 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
6636 Returns a strniq.
6637 * src/reader.h (merger_list, grammar_currentmerge_set): The name
6638 and type members are struniqs.
6639 * src/reader.c (get_merge_function)
6640 (grammar_current_rule_merge_set): Adjust.
6641 (TYPE, current_type): Are struniq.
6642
6643 Use struniq for file names.
6644
6645 * src/files.h, src/files.c (infile): Split into...
6646 (grammar_file, current_file): these.
6647 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
6648 * src/reduce.c (reduce_print): Likewise.
6649 * src/getargs.c (getargs): Likewise.
6650 * src/complain.h, src/complain.c: Likewise.
6651 * src/main.c (main): Call struniqs_new early enough to use it for
6652 file names.
6653 Don't free the input file name.
6654
6655 2002-11-12 Akim Demaille <akim@epita.fr>
6656
6657 * src/symtab.c (symbol_free): Remove dead deactivated code:
6658 type_name are properly removed.
6659 Don't use XFREE to free items that cannot be NULL.
6660 * src/struniq.h, src/struniq.c: New.
6661 * src/main.c (main): Initialize/free struniqs.
6662 * src/parse-gram.y (%union): Add astruniq member.
6663 (yyprint): Adjust.
6664 * src/scan-gram.l (<{tag}>): Return a struniq.
6665 Free the obstack bit that used to store it.
6666 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
6667
6668 2002-11-11 Paul Eggert <eggert@twinsun.com>
6669
6670 Revamp to fix many (but not all) of the C- and M4-related quoting
6671 problems. Among other things, this fixes the Bison bug reported
6672 by Jan Hubicka when processing the Bash grammar; see:
6673 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
6674
6675 Use new @ escapes consistently. Represent brackets with @{ and @}
6676 rather than @<:@ and @:>@, since this works a bit better with dumb
6677 editors like vi. Represent @ with @@, since @ is now consistently
6678 an escape. Use @oline@ and @ofile@ rather than __oline__ and
6679 __ofile__, to avoid unexpected expansions. Similarly, use @output
6680 rather than #output.
6681
6682 * data/c.m4 (b4_copyright): Omit file name from comment, since
6683 the file name could contain "*/".
6684 (b4_synclines_flag): Don't quote the 2nd argument; it should already
6685 be quoted. All uses changed.
6686
6687 * data/glr.c: Use new @ escapes consistently.
6688 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
6689 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
6690 Remove, since they couldn't handle arbitrary characters in file
6691 names.
6692 * data/lalr1.cc: Likewise.
6693 * data/yacc.c: Likewise.
6694
6695 * src/files.c (output_infix): Remove; all uses removed.
6696 * src/files.h: Likewise.
6697
6698 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
6699 mishandled funny characters in file names, and anyway it isn't
6700 needed any more.
6701 * data/yacc.c: Likewise.
6702 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
6703
6704 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
6705 * data/yacc.c: Likewise.
6706
6707 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
6708 strings now.
6709 (muscle_init): Quote filename as a C string.
6710 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
6711 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
6712 * src/output.c (escaped_file_name_output): New function.
6713 (prepare_symbols): Quote tokens for M4.
6714 (prepare): Don't insert output_infix, output_prefix,
6715 output_parser_name, output_header_name; this is now down by scan-skel.
6716 Insert skeleton as a C string.
6717
6718 * src/output.c (user_actions_output, symbol_destructors_output,
6719 symbol_printers_output): Quote filenames for C and M4.
6720 * src/reader.c (prologue_augment, epilogue_set): Likewise.
6721
6722 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
6723 escapes other than \\ and \'; this simplifies the code.
6724 (<SC_STRING>): Likewise, for \\ and \".
6725 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
6726 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
6727 Use new escapes @{ and @} for [ and ].
6728
6729 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
6730 them with auto vars.
6731 Switch to new escape scheme, where @ is the escape character uniformly.
6732 Abort if a stray escape character is found. Avoid unbounded input
6733 buffer when parsing non-escaped text.
6734
6735 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
6736 __oline__, #output, $@, and @{ do not have unintended meanings.
6737
6738 2002-11-09 Paul Eggert <eggert@twinsun.com>
6739
6740 Fix the test failure due to GCC warnings described in
6741 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
6742 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
6743 evaluate to 0 if it's impossible for NINF to be in the respective
6744 table.
6745 (yygetLRActions, yyrecoverParseError): Use them.
6746
6747 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
6748 counted in the token inserted at end of file. Now takes
6749 location_t *, not location_t, so that the location can be
6750 adjusted. All uses changed.
6751
6752 * tests/regression.at (Invalid inputs): Adjust wording in
6753 diagnostic to match the new behavior.
6754
6755 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
6756 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
6757 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
6758 abort ();'. This reduces the runtime of the "Many lookaheads"
6759 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
6760 GCC 3.2.
6761
6762 2002-11-07 Paul Eggert <eggert@twinsun.com>
6763
6764 * src/parse-gram.y (CHARACTER): Remove unused token.
6765 All uses removed.
6766
6767 * src/scan-gram.l: Remove stack option. We no longer use the
6768 stack, since the stack was never deeper than 1; instead, use the
6769 new auto var c_context to record the stacked value.
6770
6771 Remove nounput option. At an unexpected end of file, we now unput
6772 the minimal input necessary to end cleanly; this simplifies the
6773 code.
6774
6775 Avoid unbounded token sizes where this is easy.
6776
6777 (unexpected_end_of_file): New function.
6778 Use it to systematize the error message on unexpected EOF.
6779 (last-string): Now auto, not static.
6780 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
6781 (scanner_last_string_free): Remove; not used.
6782 (percent_percent_count): Move decl to just before use.
6783 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
6784 not the (never otherwised-used) CHARACTER.
6785
6786 2002-11-07 Akim Demaille <akim@epita.fr>
6787
6788 Let yyerror always receive the msg as last argument, so that
6789 yyerror can be variadic.
6790
6791 * data/yacc.c (b4_yyerror_args): New.
6792 Use it when calling yyerror.
6793 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
6794 Use it when calling yyerror.
6795 * doc/bison.texinfo (Error Reporting): Adjust.
6796 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
6797 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
6798
6799 2002-11-06 Akim Demaille <akim@epita.fr>
6800
6801 #line should have quoted strings.
6802 Ideally, this should be done by m4_quotearg.
6803
6804 * src/scan-skel.l: Include quotearg.h.
6805 Quote __ofile__.
6806 * src/output.c (symbol_printers_output)
6807 (symbol_destructors_output): Quote the file name.
6808
6809 2002-11-06 Akim Demaille <akim@epita.fr>
6810
6811 * tests/regression.at (Invalid inputs): Adjust to the recent
6812 messages.
6813
6814 2002-11-06 Akim Demaille <akim@epita.fr>
6815
6816 Restore --no-lines.
6817 Reported by Jim Kent.
6818
6819 * data/c.m4 (b4_syncline): New.
6820 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
6821 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
6822 * src/output.c (user_actions_output): Likewise.
6823 (prepare): Define 'b4_synclines_flag'.
6824 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
6825
6826 2002-11-06 Akim Demaille <akim@epita.fr>
6827
6828 * src/main.c (main): Free `infile'.
6829 * src/scan-gram.l (handle_syncline): New.
6830 Recognize `#line'.
6831 * src/output.c (user_actions_output, symbol_destructors_output)
6832 (symbol_printers_output): Use the location's file name, not
6833 infile.
6834 * src/reader.c (prologue_augment, epilogue_set): Likewise.
6835
6836 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
6837
6838 * src/tables.c (matching_state): Don't allow states to match if
6839 either has GLR conflict entries.
6840
6841 2002-11-05 Paul Eggert <eggert@twinsun.com>
6842
6843 * src/scan-gram.l: Use more accurate diagnostics, e.g.
6844 "integer out of range" rather than "invalid value".
6845 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
6846 accordingly.
6847
6848 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
6849 Also, remove one static variable in the scanner.
6850
6851 * src/scan-gram.l (braces_level): Now auto, not static.
6852 Initialize to zero if the compiler is being picky.
6853 (INITIAL): Clear braces_level instead of incrementing it.
6854 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
6855 as POSIX 1003.1-2001 requires.
6856 * src/system.h (IF_LINT): New macro, taken from coreutils.
6857 * configure.ac: Define "lint" if --enable-gcc-warnings.
6858
6859 2002-11-05 Akim Demaille <akim@epita.fr>
6860
6861 * src/scan-gram.l: When it starts with `%', complain about the
6862 whole directive, not just that `invalid character: %'.
6863
6864 2002-11-04 Akim Demaille <akim@epita.fr>
6865
6866 * Makefile.maint: Update from Autoconf.
6867 (update, cvs-update, po-update, do-po-update): New.
6868
6869 2002-11-04 Akim Demaille <akim@epita.fr>
6870
6871 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
6872 and yyerror.
6873 Have yyerror `use' its arguments.
6874 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
6875 returns true when location & yacc & pure & parse-param.
6876 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
6877
6878 2002-11-04 Akim Demaille <akim@epita.fr>
6879
6880 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
6881 clashes.
6882 * src/scan-gram.l: Use [\'] instead of ['] to pacify
6883 font-lock-mode.
6884 Use complain_at.
6885 Use quote, not quote_n since LOCATION_PRINT no longer uses the
6886 slot 0.
6887
6888 2002-11-03 Paul Eggert <eggert@twinsun.com>
6889
6890 * src/reader.c (get_merge_function, grammar_current_rule_check):
6891 Use consistent diagnostics for reporting type name clashes.
6892 Quote the types with <>, for consistency with Yacc.
6893 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
6894
6895 2002-11-03 Akim Demaille <akim@epita.fr>
6896
6897 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
6898 New.
6899 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
6900 (b4_parse_param): Remove.
6901 Use b4_identification.
6902 Propagate b4_pure_args where needed to pass them to yyerror.
6903 * data/glr.m4 (b4_parse_param): Remove.
6904 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
6905 (b4_lpure_formals): New.
6906 Use b4_identification.
6907 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
6908 b4_user_formals and b4_user_args.
6909 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
6910 (yyreportAmbiguity): When using a pure parser, also need
6911 the location, and the parse-params.
6912 Adjust callers.
6913 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
6914 When using a pure parser, also need the parse-params.
6915 Adjust callers.
6916 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
6917 (%pure-parser + %parse-param) LALR and GLR parsers.
6918 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
6919 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
6920 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
6921 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
6922 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
6923 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
6924 * doc/bison.texinfo: Untabify the whole file.
6925 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
6926 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
6927 (Error Reporting): Adjust to these new directives.
6928 Document %error-verbose, deprecate YYERROR_VERBOSE.
6929
6930 2002-11-03 Akim Demaille <akim@epita.fr>
6931
6932 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
6933 AT_CHECK_CALC_GLR invocations to use % directives, instead of
6934 command line options.
6935 * tests/cxx-type.at: Formatting changes.
6936
6937 2002-11-03 Paul Eggert <eggert@twinsun.com>
6938
6939 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
6940 to count columns correctly, and to check for invalid inputs.
6941
6942 Use mbsnwidth to count columns correctly. Account for tabs, too.
6943 Include mbswidth.h.
6944 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
6945 (extend_location): New function.
6946 (YY_LINES): Remove.
6947
6948 Handle CRLF in C code rather than in Lex code.
6949 (YY_INPUT): New macro.
6950 (no_cr_read): New function.
6951
6952 Scan UCNs, even though we don't fully handle them yet.
6953 (convert_ucn_to_byte): New function.
6954
6955 Handle backslash-newline correctly in C code.
6956 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
6957 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
6958 all uses changed.
6959 (tag, splice): New EREs. Do not allow NUL or newline in tags.
6960 Use {splice} wherever C allows backslash-newline.
6961 YY_STEP after space, newline, vertical-tab.
6962 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
6963
6964 (letter, id): Don't assume ASCII; e.g., spell out a-z.
6965
6966 ({int}, handle_action_dollar, handle_action_at): Check for integer
6967 overflow.
6968
6969 (YY_STEP): Omit trailing semicolon, so that it's more like C.
6970
6971 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
6972 as well as \000. Check for UCHAR_MAX, not 255.
6973 Allow \x with an arbitrary positive number of digits, as in C.
6974 Check for overflow here.
6975 Allow \? and UCNs, for compatibility with C.
6976
6977 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
6978 with quote slot used by complain_at.
6979
6980 * tests/input.at: Add tests for backslash-newline, m4 quotes
6981 in symbols, long literals, and funny escapes in strings.
6982
6983 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
6984 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
6985 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
6986 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
6987 * m4/mbswidth.m4: New file, from GNU coreutils.
6988
6989 * doc/bison.texinfo (Grammar Outline): Document // comments.
6990 (Symbols): Document that trigraphs have no special meaning in Bison,
6991 nor is backslash-newline allowed.
6992 (Actions): Document that trigraphs have no special meaning.
6993
6994 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
6995 no longer used.
6996
6997 2002-11-02 Paul Eggert <eggert@twinsun.com>
6998
6999 * src/reader.c: Don't include quote.h; not needed.
7000 (get_merge_function): Reword warning to be consistent with
7001 type clash diagnostic in grammar_current_rule_check.
7002
7003 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
7004 bug in trigraph handling.
7005
7006 * src/output.c (prepare_symbols): When printing token names,
7007 escape "[" as "@<:@" and likewise for "]".
7008
7009 * src/system.h (errno): Remove declaration, as we are now
7010 assuming C89 or better, and C89 guarantees errno.
7011
7012 2002-10-30 Paul Eggert <eggert@twinsun.com>
7013
7014 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
7015 Check for close failures.
7016 * src/files.h (xfclose): Return void, not int, since it always
7017 returned zero.
7018 * src/files.c (xfclose): Likewise. Report I/O error if ferror
7019 indicates one.
7020 * src/output.c (output_skeleton): Use xfclose rather than fclose
7021 and ferror. xfclose now checks ferror.
7022
7023 * data/glr.c (YYLEFTMOST_STATE): Remove.
7024 (yyreportTree): Use a stack-based leftmost state. This avoids
7025 our continuing battles with bogus warnings about initializers.
7026
7027 2002-10-30 Akim Demaille <akim@epita.fr>
7028
7029 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
7030 #if.
7031
7032 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7033
7034 * tests/glr-regr1.at: New test for reported regressions.
7035 * tests/testsuite.at: Add glr-regr1.at test.
7036 * tests/Makefile.am: Add glr-regr1.at test.
7037
7038 2002-10-24 Paul Eggert <eggert@twinsun.com>
7039
7040 Version 1.75a.
7041
7042 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
7043 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
7044 we use malloc. Don't assume 'A' through 'Z' are contiguous.
7045 Don't assume strdup exists; POSIX says its an XSI extension.
7046 Check for buffer overflow on input.
7047
7048 2002-10-24 Akim Demaille <akim@epita.fr>
7049
7050 * src/output.c (output_skeleton): Don't disable M4sugar comments
7051 too soon: it results in comments being expanded.
7052 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
7053 first output.
7054
7055 2002-10-24 Akim Demaille <akim@epita.fr>
7056
7057 * data/yacc.c (m4_int_type): New.
7058 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
7059 char' as only yacc.c wants K&R portability.
7060 * data/glr.c (yysigned_char): Remove.
7061 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
7062 Reported by Quoc Peyrot.
7063
7064 2002-10-23 Paul Eggert <eggert@twinsun.com>
7065
7066 * src/main.c (main): With --trace=time, report times even if a
7067 non-fatal error occurs. Formerly, the times were reported in some
7068 such cases but not in others.
7069 * src/reader.c (reader): Just return if a complaint has been issued,
7070 instead of exiting, so that 'main' can report times.
7071
7072 2002-10-22 Akim Demaille <akim@epita.fr>
7073
7074 * src/system.h: Include sys/types.
7075 Reported by Bert Deknuydt.
7076
7077 2002-10-23 Paul Eggert <eggert@twinsun.com>
7078
7079 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
7080 Suggested by Art Haas.
7081
7082 2002-10-22 Paul Eggert <eggert@twinsun.com>
7083
7084 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
7085 decl; not needed any more.
7086 * src/main.c (main): Use return to exit, undoing yesterday's change.
7087 The last OS that we could find where this wouldn't work is
7088 SunOS 3.5, and that's too old to worry about now.
7089
7090 * data/glr.c (struct yyltype): Define members even when not
7091 doing locations. This is more consistent with yacc.c, and it
7092 works around the following bug reports:
7093 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
7094 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
7095
7096 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
7097 @acronym consistently. Standardize on "Yacc" instead of "YACC",
7098 "Algol" instead of "ALGOL". Give a bit more history about BNF.
7099
7100 2002-10-22 Akim Demaille <akim@epita.fr>
7101
7102 * data/README: New.
7103
7104 2002-10-21 Paul Eggert <eggert@twinsun.com>
7105
7106 Be consistent about 'bool'; the old code used an enum in one
7107 module and an int in another, and this violates the C standard.
7108 * m4/stdbool.m4: New file, from coreutils 4.5.3.
7109 * configure.ac (AC_HEADER_STDBOOL): Add.
7110 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
7111 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
7112 * src/symtab.c (hash_compare_symbol_t): Likewise.
7113 * src/system.h (bool, false, true): Use a definition consistent
7114 with ../lib/hash.c. All uses changed.
7115
7116 * src/complain.c (warning_issued): Renamed from warn_message_count,
7117 so that we needn't worry about integer overflow (!).
7118 Now of type bool. All uses changed.
7119 (complaint_issued): Renamed from complain_message_count; likewise.
7120
7121 * src/main.c (main): Use exit to exit with failure.
7122
7123 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
7124 rather than 1 and 0.
7125 * src/main.c (main): Likewise.
7126 * src/getargs.c (getargs): Likewise.
7127 * src/reader.c (reader): Likewise.
7128
7129 * src/getarg.c (getargs): Remove duplicate code for
7130 "Try `bison --help'".
7131
7132 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
7133 What was that "2" for?
7134
7135 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
7136 * src/getargs.c (usage): Likewise.
7137
7138 * src/getargs.c (getargs): When there are too few operands, report
7139 the last one. When there are too many, report the first extra
7140 one. This is how diffutils does it.
7141
7142 2002-10-20 Paul Eggert <eggert@twinsun.com>
7143
7144 Remove K&R vestiges.
7145 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
7146 * src/complain.c (VA_START): Remove. Assume prototypes.
7147 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
7148 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
7149 fatal): Assume prototypes.
7150 * src/complain.h: Assume prototypes.
7151 * src/system.h (PARAMS): Remove.
7152 Include <limits.h> unconditionally, since it's guaranteeed even
7153 for a freestanding C89 compiler.
7154 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
7155 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
7156
7157 2002-10-20 Akim Demaille <akim@epita.fr>
7158
7159 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
7160 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
7161 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
7162 (yyresolveStates, yyresolveAction, yyresolveStack)
7163 (yyprocessOneStack): Use them.
7164 (yy_reduce_print): New.
7165 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
7166
7167 2002-10-20 Akim Demaille <akim@epita.fr>
7168
7169 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
7170 arguments and output `void'.
7171 (b4_c_function): Rename as...
7172 (b4_c_function_def): this.
7173 (b4_c_function_decl, b4_c_ansi_function_def)
7174 (b4_c_ansi_function_decl): New.
7175 Change the interpretation of the arguments: before `int, foo', now
7176 `int foo, foo'.
7177 * data/yacc.c (yyparse): Prototype and define thanks to these.
7178 Adjust b4_c_function_def uses.
7179 * data/glr.c (yyparse): Likewise, but ANSI only.
7180
7181 2002-10-20 Akim Demaille <akim@epita.fr>
7182
7183 * src/output.c (prepare): Move the definition of `tokens_number',
7184 `nterms_number', `undef_token_number', `user_token_number_max'
7185 to...
7186 (prepare_tokens): Here.
7187 (prepare_tokens): Rename as...
7188 (prepare_symbols): this.
7189 (prepare): Move the definition of `rules_number' to...
7190 (prepare_rules): here.
7191 (prepare): Move the definition of `last', `final_state_number',
7192 `states_number' to...
7193 (prepare_states): here.
7194 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
7195
7196 2002-10-20 Akim Demaille <akim@epita.fr>
7197
7198 * src/tables.h, src/tables.c, src/output.c: Comment changes.
7199
7200 2002-10-20 Akim Demaille <akim@epita.fr>
7201
7202 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
7203 * data/c.m4: here.
7204
7205 2002-10-20 Akim Demaille <akim@epita.fr>
7206
7207 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
7208 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
7209 `pair'.
7210 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
7211 `name' to...
7212 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
7213 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
7214 These.
7215
7216 2002-10-19 Paul Eggert <eggert@twinsun.com>
7217
7218 Do not create a temporary file, as that involves security and
7219 cleanup headaches. Instead, use a pair of pipes.
7220 Derived from a suggestion by Florian Krohm.
7221 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
7222 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
7223 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
7224 (BISON_PREREQ_SUBPIPE): Add.
7225 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
7226 Add subpipe.h, subpipe.c.
7227 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
7228 * po/POTFILES.in: Add lib/subpipe.c.
7229 * src/output.c: Include "subpipe.h".
7230 (m4_invoke): Remove decl.
7231 (scan_skel): New decl.
7232 (output_skeleton): Use pipe rather than temporary file for m4 input.
7233 Check that m4sugar.m4 is readable, to avoid deadlock.
7234 Check for pipe I/O error.
7235 * src/scan-skel.l (readpipe): Remove decl.
7236 (scan_skel): New function, to be used in place of m4_invoke.
7237 Read from stream rather than file.
7238
7239 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
7240 float, as this generates a warning on Solaris 8 + GCC 3.2 with
7241 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
7242 this generates a more-accurate value anyway.
7243
7244 * lib/timevar.c (timervar_accumulate): Rename locals to
7245 avoid confusion with similarly-named more-global.
7246 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
7247
7248 * src/output.c (prepare): Use xstrdup to convert char const *
7249 to char *, to avoid GCC warning.
7250
7251 2002-10-19 Akim Demaille <akim@epita.fr>
7252
7253 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
7254 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
7255 Use them to have `calc.y' ready for %pure-parser.
7256 * data/yacc.c (YYLEX): Pass a yylex return type to
7257 b4_c_function_call.
7258
7259 2002-10-19 Akim Demaille <akim@epita.fr>
7260
7261 Prototype support of %lex-param and %parse-param.
7262
7263 * src/parse-gram.y: Add the definition of the %lex-param and
7264 %parse-param tokens, plus their rules.
7265 Drop the `_' version of %glr-parser.
7266 Add the "," token.
7267 * src/scan-gram.l (INITIAL): Scan them.
7268 * src/muscle_tab.c: Comment changes.
7269 (muscle_insert, muscle_find): Rename `pair' as `probe'.
7270 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
7271 (muscle_entry_s): The `value' member is no longer const.
7272 Adjust all dependencies.
7273 * src/muscle_tab.c (muscle_init): Adjust: use
7274 MUSCLE_INSERT_STRING.
7275 Initialize the obstack earlier.
7276 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
7277 (muscle_pair_list_grow): New.
7278 * data/c.m4 (b4_c_function_call, b4_c_args): New.
7279 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
7280 * tests/calc.at: Use %locations, not --locations.
7281 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
7282
7283 2002-10-19 Akim Demaille <akim@epita.fr>
7284
7285 * src/getargs.c (usage): Take status as argument and exit
7286 accordingly.
7287 Report the traditional `Try ... --help' message when status != 0.
7288 (usage, version): Don't take a FILE * as arg, it is pointless.
7289 (getargs): When there is an incorrect number of arguments, make it
7290 an error, and report it GNUlically thanks to `usage ()'.
7291
7292 2002-10-18 Paul Eggert <eggert@twinsun.com>
7293
7294 * data/glr.c (yyreportParseError): Don't assume that sprintf
7295 yields the length of the printed string, as this is not true
7296 on SunOS 4.1.4. Reported by Peter Klein.
7297
7298 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
7299 * tests/conflicts.at (%nonassoc and eof): Likewise.
7300 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
7301
7302 2002-10-17 Akim Demaille <akim@epita.fr>
7303
7304 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
7305 * src/getargs.c (trace_types, trace_args): Adjust.
7306 * src/reader.c (grammar_current_rule_prec_set)
7307 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
7308 Standardize error messages.
7309 And s/@prec/%prec/!
7310 (reader): Use trace_flag to enable scanner/parser debugging,
7311 instead of an adhoc scheme.
7312 * src/scan-gram.l: Remove trailing debugging code.
7313
7314 2002-10-16 Paul Eggert <eggert@twinsun.com>
7315
7316 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
7317 MUSCLE_TAB_H.
7318
7319 * NEWS: Officially drop support for building Bison with K&R C,
7320 since it didn't work anyway and it's not worth worrying about.
7321 * Makefile.maint (wget_files): Remove ansi2knr.c.
7322 (ansi2knr.c-url_prefix): Remove.
7323 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
7324 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
7325 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
7326
7327 2002-10-15 Paul Eggert <eggert@twinsun.com>
7328
7329 Stop using the "enum_" trick for K&R-style function definitions;
7330 it confused me, and I was the author! Instead, assume that people
7331 who want to use K&R C compilers (when using these modules in GCC,
7332 perhaps?) will run ansi2knr.
7333
7334 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
7335 All uses of "enum_" changed to "enum ".
7336 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
7337 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
7338
7339 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
7340 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
7341 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
7342 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
7343 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
7344 abitset_not, abitset_ones, abitset_or, abitset_or_and,
7345 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
7346 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
7347 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
7348 Use function prototypes; this removes the need for declaring
7349 static functions simply to provide their prototypes.
7350 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
7351 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
7352 bitset_count_, bitset_create, bitset_dump, bitset_first,
7353 bitset_free, bitset_init, bitset_last, bitset_next,
7354 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
7355 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
7356 bitset_print, bitset_release_memory, bitset_toggle_,
7357 bitset_type_choose, bitset_type_get, bitset_type_name_get,
7358 debug_bitset): Likewise.
7359 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
7360 * lib/bitset_stats.c (bitset_log_histogram_print,
7361 bitset_percent_histogram_print, bitset_stats_and,
7362 bitset_stats_and_cmp, bitset_stats_and_or,
7363 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
7364 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
7365 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
7366 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
7367 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
7368 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
7369 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
7370 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
7371 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
7372 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
7373 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
7374 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
7375 bitset_stats_zero): Likewise.
7376 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
7377 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
7378 bitsetv_dump, debug_bitsetv): Likewise.
7379 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
7380 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
7381 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
7382 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
7383 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
7384 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
7385 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
7386 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
7387 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
7388 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
7389 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
7390 Likewise.
7391 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
7392 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
7393 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
7394 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
7395 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
7396 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
7397 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
7398 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
7399 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
7400 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
7401 lbitset_xor_cmp, lbitset_zero): Likewise.
7402
7403 2002-10-14 Akim Demaille <akim@epita.fr>
7404
7405 Version 1.75.
7406
7407 2002-10-14 Akim Demaille <akim@epita.fr>
7408
7409 * tests/Makefile.am (maintainer-check-posix): New.
7410
7411 2002-10-14 Akim Demaille <akim@epita.fr>
7412
7413 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
7414 member.
7415
7416 2002-10-14 Akim Demaille <akim@epita.fr>
7417
7418 * src/tables.c (table_ninf_remap): base -> tab.
7419 Reported by Matt Rosing.
7420
7421 2002-10-14 Paul Eggert <eggert@twinsun.com>
7422
7423 * tests/action.at, tests/calc.at, tests/conflicts.at,
7424 tests/cxx-type.at, tests/headers.at, tests/input.at,
7425 tests/regression.at, tests/synclines.at, tests/torture.at:
7426 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
7427 so that the tests still work even if POSIXLY_CORRECT is set.
7428 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
7429
7430 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
7431 for portability to K&R hosts. Fix typo: signed char is guaranteed
7432 only to 127, not to 128.
7433 * data/glr.c (yysigned_char): New type.
7434 * data/yacc.c (yysigned_char): Likewise.
7435 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
7436
7437 2002-10-13 Paul Eggert <eggert@twinsun.com>
7438
7439 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
7440 true due to limited range of data type" warning from GCC.
7441
7442 * data/c.m4 (b4_token_defines): Protect against double-inclusion
7443 by wrapping enum yytokentype's definition inside #ifndef
7444 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
7445
7446 2002-10-13 Akim Demaille <akim@epita.fr>
7447
7448 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
7449 Un yy- yyrhs to avoid the name clash with the global YYRHS.
7450
7451 2002-10-13 Akim Demaille <akim@epita.fr>
7452
7453 * Makefile.maint: Update from Autoconf 2.54.
7454 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
7455
7456 2002-10-13 Akim Demaille <akim@epita.fr>
7457
7458 * src/print.c (print_state): Separate the list of solved conflicts
7459 from the other items.
7460 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
7461
7462 2002-10-13 Akim Demaille <akim@epita.fr>
7463
7464 Let nondeterministic skeletons be usable with deterministic
7465 tables.
7466
7467 With the patch, GAWK compiled by GCC without -O2 passes its test
7468 suite using a GLR parser driven by LALR tables. It fails with -O2
7469 because `struct stat' gives two different answers on my machine:
7470 88 (definition of an auto var) and later 96 (memset on this var).
7471 Hence the stack is badly corrumpted. The headers inclusion is to
7472 blame: if I move the awk.h inclusion before GLR's system header
7473 inclusion, the two struct stat have the same size.
7474
7475 * src/tables.c (pack_table): Always create conflict_table.
7476 (token_actions): Always create conflict_list.
7477 * data/glr.c (YYFLAG): Remove, unused.
7478
7479 2002-10-13 Akim Demaille <akim@epita.fr>
7480
7481 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
7482 (O0FLAGS): New.
7483 (VALGRIND, GXX): New.
7484 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
7485 * tests/bison.in: Run $PREBISON a pre-command.
7486 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
7487 (maintainer-check-g++): New.
7488 * Makefile.am (maintainer-check): New.
7489
7490 2002-10-13 Akim Demaille <akim@epita.fr>
7491
7492 * data/glr.c: Formatting changes.
7493 Tweak some trace messages to match yacc.c's.
7494
7495 2002-10-13 Akim Demaille <akim@epita.fr>
7496
7497 GLR parsers sometimes raise parse errors instead of performing the
7498 default reduction.
7499 Reported by Charles-Henry de Boysson.
7500
7501 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
7502 check the length of the traces when %glr.
7503 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
7504 GLR's traces.
7505 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
7506 Test GLR parsers.
7507 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
7508 (yyltype): Remove the yy prefix from the member names.
7509 (yytable): Complete its comment.
7510 (yygetLRActions): Map error action number from YYTABLE from
7511 YYTABLE_NINF to 0.
7512 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
7513 (which was a bug: it should have been YYTABEL_NINF, and yet it was
7514 not satisfying as we could compare an YYACTION computed from
7515 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
7516 only value for error actions.
7517 (yyreportParseError): In verbose parse error messages, don't issue
7518 `error' in the list of expected tokens.
7519 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
7520 next action to perform to match glr.c's decoding.
7521 (yytable): Complete its comment.
7522
7523 2002-10-13 Paul Eggert <eggert@twinsun.com>
7524
7525 Fix problem reported by Henrik Grubbstroem in
7526 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
7527 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
7528 because the Bison parser reads the second action before reducing
7529 the first one.
7530 * src/scan-gram.l (rule_length): New static var.
7531 Use it to keep track of the rule length in the scanner, since
7532 we can't expect the parser to be in lock-step sync with the scanner.
7533 (handle_action_dollar, handle_action_at): Use this var.
7534 * tests/actions.at (Exotic Dollars): Test for the problem.
7535
7536 2002-10-12 Paul Eggert <eggert@twinsun.com>
7537
7538 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
7539 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
7540 Include <sys/time.h> when checking for clock_t and struct tms.
7541 Use same include order as source.
7542 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
7543 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
7544
7545 * lib/timevar.c: Update copyright date and clarify comments.
7546 (get_time) [IN_GCC]: Keep the GCC version for reference.
7547
7548 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
7549 GCC version as of today, then merge Bison's changes.
7550 Change "GCC" to "Bison" in copyright notice. timevar.def's
7551 author is Akim, so change that too.
7552
7553 * src/reader.c (grammar_current_rule_check):
7554 Don't worry about the default action if $$ is untyped.
7555 Prevents bogus warnings reported by Jim Gifford in
7556 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
7557
7558 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
7559 * data/glr.c, data/lalr1.cc, data/yacc.c:
7560 Output token definitions before the first part of user declarations.
7561 Fixes compatibility problem reported by Jim Gifford for kbd in
7562 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
7563
7564 2002-10-11 Paul Eggert <eggert@twinsun.com>
7565
7566 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
7567 (yyparse): here. This undoes some of the 2002-07-25 change.
7568 Compatibility problem reported by Ralf S. Engelschall with
7569 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
7570
7571 2002-10-11 Akim Demaille <akim@epita.fr>
7572
7573 * tests/regression.at Characters Escapes): New.
7574 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
7575 characters.
7576 Reported by Jan Nieuwenhuizen.
7577
7578 2002-10-11 Akim Demaille <akim@epita.fr>
7579
7580 * po/id.po: New.
7581
7582 2002-10-10 Paul Eggert <eggert@twinsun.com>
7583
7584 Portability fixes for bitsets; this also avoids several GCC
7585 warnings.
7586
7587 * lib/abitset.c: Include <stddef.h>, for offsetof.
7588 * lib/lbitset.c: Likewise.
7589
7590 * lib/abitset.c (abitset_bytes): Return a size that is aligned
7591 properly for vectors of objects. Do not assume that adding a
7592 header size to a multiple of a word size yields a value that is
7593 properly aligned for the whole union.
7594 * lib/bitsetv.c (bitsetv_alloc): Likewise.
7595
7596 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
7597 unique names for structures.
7598 * lib/ebitset.c (ebitset_bytes): Likewise.
7599 * lib/lbitset.c (lbitset_bytes): Likewise.
7600
7601 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
7602 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
7603 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
7604 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
7605 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
7606 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
7607 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
7608 to improve the type-checking that GCC can do.
7609 * lib/bitset.c (bitset_op4_cmp): Likewise.
7610 * lib/bitset_stats.c (bitset_stats_count,
7611 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
7612 bitset_stats_copy, bitset_stats_disjoint_p,
7613 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
7614 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
7615 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
7616 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
7617 bitset_stats_and_or_cmp, bitset_stats_andn_or,
7618 bitset_stats_andn_or_cmp, bitset_stats_or_and,
7619 bitset_stats_or_and_cmp): Likewise.
7620 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
7621 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
7622 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
7623 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
7624
7625 * lib/abitset.h: Include bitset.h, not bbitset.h.
7626 * lib/ebitset.h: Likewise.
7627 * lib/lbitset.h: Likewise.
7628
7629 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
7630 All instances of parameters of type enum bitset_opts are now of
7631 type enum_bitset_opts, to conform to the C Standard, and similarly
7632 for enum_bitset_type.
7633 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
7634 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
7635
7636 Do not use "struct bitset_struct" to mean different things in
7637 different modules. Not only is this confusing, it violates
7638 the C Standard, which requires that structure types in different
7639 modules must be compatible if one is to be passed to the other.
7640 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
7641 All instances of "struct bitset_struct *" replaced with "bitset".
7642 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
7643 (union bitset_union, struct abitset_struct, struct ebitset_struct,
7644 struct lbitset_struct, struct bitset_stats_struct): New types.
7645 All uses of struct bitset_struct changed to union bitset_union,
7646 etc.
7647 * lib/abitset.c (struct abitset_struct, abitset,
7648 struct bitset_struct): Remove.
7649 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
7650 struct bitset_struct): Remove.
7651 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
7652 bitset_struct): Remove.
7653 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
7654 Likewise.
7655
7656 Do not call a function of type T using a call that assumes the
7657 function is of a different type U. Standard C requires that a
7658 function must be called with a type that is compatible with its
7659 definition.
7660 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
7661 New decls.
7662 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
7663 New functions.
7664 * lib/ebitset.c (PFV): Remove.
7665 * lib/lbitset.c (PFV): Likewise.
7666 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
7667 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
7668 decls.
7669 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
7670 (ebitset_vtable): Use them.
7671 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
7672 lbitset_xor): New functions.
7673 (lbitset_vtable): Use them.
7674
7675 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
7676 Declare.
7677
7678 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
7679 GCC warning.
7680 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
7681 Use offsetof, for simplicity.
7682
7683 2002-10-06 Paul Eggert <eggert@twinsun.com>
7684
7685 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
7686 the same width as int. This reapplies a hunk of the 2002-08-12 patch
7687 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
7688 which was inadvertently undone by the 2002-09-30 patch.
7689 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
7690 the same width as int.
7691
7692 2002-10-04 Paul Eggert <eggert@twinsun.com>
7693
7694 Version 1.50.
7695
7696 * configure.ac (AC_INIT), NEWS: Increment version number.
7697
7698 * doc/bison.texinfo: Minor spelling, grammar, and white space
7699 fixes.
7700 (Symbols): Mention that any negative value returned from yylex
7701 signifies end-of-input. Warn about negative chars. Mention
7702 the portable Standard C character set.
7703
7704 The GNU coding standard says CFLAGS and YFLAGS are reserved
7705 for the installer to set.
7706 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
7707 * src/Makefile.am (AM_CFLAGS): Likewise.
7708 (AM_YFLAGS): Renamed from YFLAGS.
7709
7710 Fix some MAX and MIN problems.
7711 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
7712 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
7713 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
7714 * src/reader.c (reader): Use it.
7715
7716 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
7717 POSIX 1003.1-2001 has removed fgrep.
7718
7719 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7720
7721 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
7722 interpreted as signed.
7723 * lib/ebitset.c (ebitset_list): Fix bug.
7724
7725 2002-10-01 Paul Eggert <eggert@twinsun.com>
7726
7727 More fixes for 64-bit hosts and large bitsets.
7728
7729 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
7730 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
7731 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
7732 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
7733 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
7734 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
7735 bitset_count_): Likewise.
7736 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
7737 bitset_first, bitset_last): Likewise.
7738 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
7739 bitset_stats_list_reverse, bitset_stats_size,
7740 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
7741 Likewise.
7742 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
7743 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
7744 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
7745 bitsetv_reflexive_transitive_closure): Likewise.
7746 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
7747 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
7748 Likewise.
7749 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
7750 Likewise.
7751
7752 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
7753 Use size_t, not unsigned int, to count bytes.
7754 * lib/abitset.h (abitset_bytes): Likewise.
7755 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
7756 Likewise.
7757 * lib/bitset.h (bitset_bytes): Likewise.
7758 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
7759 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
7760 * lib/bitsetv.c (bitsetv_alloc): Likewise.
7761 * lib/ebitset.c (ebitset_bytes): Likewise.
7762 * lib/ebitset.h (ebitset_bytes): Likewise.
7763 * lib/lbitset.c (lbitset_bytes): Likewise.
7764 * lib/lbitset.h (lbitset_bytes): Likewise.
7765
7766 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
7767 abitset_subset_p, abitset_disjoint_p, abitset_and,
7768 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
7769 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
7770 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
7771 abitset_or_and, abitset_or_and_cmp):
7772 Use bitset_windex instead of unsigned int.
7773 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
7774 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
7775 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
7776 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
7777 Likewise.
7778 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
7779
7780 * lib/bitset.c (bitset_print):
7781 Use proper printf formats for widths of integer types.
7782 * lib/bitset_stats.c (bitset_percent_histogram_print,
7783 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
7784 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
7785 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
7786 * lib/lbitset.c (lbitset_bytes): Likewise.
7787
7788 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
7789 BITSET_SIZE_MAX): New macros.
7790 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
7791 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
7792 to BITSET_WINDEX_MAX.
7793
7794 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
7795 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
7796 since we now return the bitset_bindex type (not int).
7797
7798 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
7799 when computing sizes.
7800 * lib/ebitset.c (ebitset_elts_grow): Likewise.
7801
7802 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
7803 and avoid cast to unsigned.
7804
7805 2002-09-30 Akim Demaille <akim@epita.fr>
7806
7807 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
7808 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
7809 Updates from Michael Hayes.
7810
7811 2002-09-30 Art Haas <ahaas@neosoft.com>
7812
7813 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
7814 invocations.
7815 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
7816 defined.
7817
7818 2002-09-27 Akim Demaille <akim@epita.fr>
7819
7820 Version 1.49c.
7821
7822 2002-09-27 Akim Demaille <akim@epita.fr>
7823
7824 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
7825 (Because of AC_LIBSOURCE).
7826
7827 2002-09-27 Akim Demaille <akim@epita.fr>
7828
7829 Playing with Autoscan.
7830
7831 * configure.ac: Remove the old LIBOBJ tweaks.
7832 (AC_REPLACE_FUNCS): Add strrchr and strtol.
7833 * lib/strrchr.c: New.
7834 * lib/strtol.c: New, from the Coreutils 4.5.1.
7835
7836 2002-09-27 Akim Demaille <akim@epita.fr>
7837
7838 Playing with Autoscan.
7839
7840 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
7841 * lib/Makefile.am (libbison_a_SOURCES): No longer include
7842 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
7843 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
7844 Coreutils 4.5.1.
7845
7846 2002-09-24 Akim Demaille <akim@epita.fr>
7847
7848 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
7849 (Frequently Asked Questions, Parser Stack Overflow): New.
7850
7851 2002-09-13 Akim Demaille <akim@epita.fr>
7852
7853 Playing with autoscan.
7854
7855 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
7856 * src/files.c (skeleton_find): Remove, unused.
7857 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
7858 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
7859
7860 2002-09-13 Akim Demaille <akim@epita.fr>
7861
7862 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
7863 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
7864
7865 2002-09-13 Akim Demaille <akim@epita.fr>
7866
7867 * configure.ac: Require 2.54.
7868 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
7869 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
7870 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
7871 Remove, provided by Autoconf macros.
7872
7873 2002-09-12 Akim Demaille <akim@epita.fr>
7874
7875 * m4/prereq.m4: Update, from Coreutils 4.5.1.
7876
7877 2002-09-12 Akim Demaille <akim@epita.fr>
7878
7879 * m4/prereq.m4: Update, from Fileutils 4.1.5.
7880 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
7881 Reported by Martin Mokrejs.
7882
7883 2002-09-10 Akim Demaille <akim@epita.fr>
7884
7885 * src/parse-gram.y: Associate a human readable string to each
7886 token type.
7887 * tests/regression.at (Invalid inputs): Adjust.
7888
7889 2002-09-10 Gary V. Vaughan <gary@gnu.org>
7890
7891 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
7892 with an Autoconf-2.5x style configure.ac.
7893
7894 2002-09-06 Paul Eggert <eggert@twinsun.com>
7895
7896 * doc/bison.texinfo (Conditions): Make explicit that the GPL
7897 exception applies only to yacc.c. This is a modification of a
7898 patch originally suggested by Akim Demaille.
7899
7900 2002-09-06 Akim Demaille <akim@epita.fr>
7901
7902 * data/c.m4 (b4_copyright): Move the GPL exception comment from
7903 here to...
7904 * data/yacc.c: here.
7905
7906 * data/lalr1.cc (struct yyltype): Don't define it, since we use
7907 LocationType.
7908 (b4_ltype): Default to yy::Location from location.hh.
7909
7910 2002-09-04 Jim Meyering <jim@meyering.net>
7911
7912 * data/yacc.c: Guard the declaration of yytoknum also with
7913 `#ifdef YYPRINT', so it is declared only when used.
7914
7915 2002-09-04 Akim Demaille <akim@epita.fr>
7916
7917 * configure.in: Rename as...
7918 * configure.ac: this.
7919 Bump to 1.49c.
7920
7921 2002-09-04 Akim Demaille <akim@epita.fr>
7922
7923 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
7924 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
7925 translate maintainer only messages.
7926
7927 2002-08-12 Paul Eggert <eggert@twinsun.com>
7928
7929 Version 1.49b.
7930
7931 * Makefile.am (SUBDIRS): Remove intl.
7932 (DISTCLEANFILES): Remove.
7933 * NEWS: Mention that GNU M4 is now required. Clarify what is
7934 meant by "larger grammars". Mention the pt_BR translation.
7935 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
7936 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
7937 Bump version from 0.11.2 to 0.11.5.
7938 (BISON_PREREQ_STAGE): Remove.
7939 (AM_GNU_GETTEXT): Use external gettext.
7940 (AC_OUTPUT): Remove intl/Makefile.
7941
7942 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
7943
7944 * data/glr.c: Include string.h, for strlen.
7945 (yyreportParseError): Use size_t for yysize.
7946 (yy_yypstack): No longer nested inside yypstates, as nested
7947 functions are not portable. Do not assume size_t is the
7948 same width as int.
7949 (yypstates): Do not assume that ptrdiff_t is the same width
7950 as int, and similarly for yyposn and YYINDEX.
7951
7952 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
7953
7954 * lib/Makefile.am (INCLUDES): Do not include from the intl
7955 directory, which has been removed.
7956 * src/Makefile.am (INCLUDES): Likewise.
7957
7958 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
7959 (bitsets_sources, additional_bitsets_sources, timevars_sources):
7960 New vars.
7961
7962 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
7963 * tests/Makefile.am (EXTRA_DIST): Likewise.
7964
7965 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
7966 Do not assume that bitset_windex is the same width as unsigned.
7967
7968 * lib/abitset.c (abitset_unused_clear): Do not assume that
7969 bitset_word is the same width as int.
7970 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
7971 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
7972 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
7973 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
7974 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
7975
7976 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
7977 portability to one's complement hosts!).
7978 * lib/ebitset.c (ebitset_op1): Likewise.
7979 * lib/lbitset.c (lbitset_op1): Likewise.
7980
7981 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
7982 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
7983 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
7984 Sync with fileutils.
7985 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
7986 lib/gettext.h: Sync with diffutils.
7987
7988 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
7989 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
7990
7991 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
7992 PROTOTYPES to check for prototypes, and "defined __STDC__" to
7993 check for void *.
7994
7995 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
7996 size_t; the old version tried to do this but casted improperly.
7997 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
7998 (bitset_test): Now returns int, not unsigned long.
7999
8000 * lib/bitset_stats.c: Include "gettext.h".
8001 (_): New macro.
8002 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
8003 name locals "index", as it generates unnecessary warnings on some
8004 hosts that have an "index" function.
8005
8006 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
8007 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
8008 they need translation.
8009 * src/LR0.c (state_list_append, new_itemsets, get_state,
8010 append_states, generate_states): Likewise.
8011 * src/assoc.c (assoc_to_string): Likewise.
8012 * src/closure.c (print_closure, set_firsts, closure): Likewise.
8013 * src/gram.c (grammar_dump): Likewise.
8014 * src/injections.c (injections_compute): Likewise.
8015 * src/lalr.c (lookaheads_print): Likewise.
8016 * src/relation.c (relation_transpose): Likewise.
8017 * src/scan-gram.l: Likewise.
8018 * src/tables.c (table_grow, pack_vector): Likewise.
8019
8020 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
8021 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
8022 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
8023 * m4/mbstate_t.m4: Sync with fileutils.
8024 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
8025
8026 * po/LINGUAS: Add pt_BR.
8027 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
8028 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
8029 lib/timevar.c.
8030 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
8031 manual recommends.
8032 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
8033
8034 * src/complain.c (strerror_r): Remove decl; not needed.
8035 (strerror): Use same pattern as ../lib/error.c.
8036
8037 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
8038
8039 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
8040
8041 * src/main.c (main): Cast result of bindtextdomain and textdomain
8042 to void, to avoid a GCC warning when --disable-nls is in effect.
8043
8044 * src/scan-gram.l: Use strings rather than escapes when possible,
8045 to minimize the number of warnings from xgettext.
8046 (handle_action_dollar, handle_action_at): Don't use isdigit,
8047 as it mishandles negative chars and it may not work as expected
8048 outside the C locale.
8049
8050 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
8051 this is a GCC extension and is not portable to other compilers.
8052
8053 * src/system.h (alloca): Use same pattern as ../lib/error.c.
8054 Do not include <ctype.h>; no longer needed.
8055 Do not include <malloc.h>; no longer needed (and generates
8056 warnings on OpenBSD 3.0).
8057
8058 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
8059 it's not portable.
8060
8061 * tests/regression.at: Do not use 'cc -c input.c -o input';
8062 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
8063
8064 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
8065 exit status as failure, not just exit status 1. Sun C exits
8066 with status 2 sometimes.
8067
8068 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
8069 Use it for the two large tests.
8070
8071 2002-08-02 Akim Demaille <akim@epita.fr>
8072
8073 * src/conflicts.c (conflicts_output): Don't output rules never
8074 reduced here, since anyway that computation doesn't work.
8075 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
8076 (rule_useless_p, rule_never_reduced_p): New.
8077 (grammar_rules_partial_print): Use a filter instead of a range.
8078 Display the title only if needed.
8079 (grammar_rules_print): Adjust.
8080 (grammar_rules_never_reduced_report): New.
8081 * src/tables.c (action_row): Move the computation of rules never
8082 reduced to...
8083 (token_actions): here.
8084 * src/main.c (main): Make the parser before making the report, so
8085 that rules never reduced are computed.
8086 Call grammar_rules_never_reduced_report.
8087 * src/print.c (print_results): Report rules never reduced.
8088 * tests/conflicts.at, tests/reduce.at: Adjust.
8089
8090 2002-08-01 Akim Demaille <akim@epita.fr>
8091
8092 Instead of attaching lookaheads and duplicating the rules being
8093 reduced by a state, attach the lookaheads to the reductions.
8094
8095 * src/state.h (state_t): Remove the `lookaheads',
8096 `lookaheads_rule' member.
8097 (reductions_t): Add a `lookaheads' member.
8098 Use a regular array for the `rules'.
8099 * src/state.c (reductions_new): Initialize the lookaheads member
8100 to 0.
8101 (state_rule_lookaheads_print): Adjust.
8102 * src/state.h, src/state.c (state_reductions_find): New.
8103 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
8104 (count_rr_conflicts): Adjust.
8105 * src/lalr.c (LArule): Remove.
8106 (add_lookback_edge): Adjust.
8107 (state_lookaheads_count): New.
8108 (states_lookaheads_initialize): Merge into...
8109 (initialize_LA): this.
8110 (lalr_free): Adjust.
8111 * src/main.c (main): Don't free nullable and derives too early: it
8112 is used by --verbose.
8113 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
8114
8115 2002-08-01 Akim Demaille <akim@epita.fr>
8116
8117 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
8118 `rule_number_t**'.
8119 (set_derives, free_derives): Rename as...
8120 (derives_compute, derives_free): this.
8121 Adjust all dependencies.
8122 * src/nullable.c (set_nullable, free_nullable): Rename as...
8123 (nullable_compute, nullable_free): these.
8124 (rule_list_t): Store rule_t *, not rule_number_t.
8125 * src/state.c (state_rule_lookaheads_print): Directly compare rule
8126 pointers, instead of their numbers.
8127 * src/main.c (main): Call nullable_free, and derives_free earlier,
8128 as they were lo longer used.
8129
8130 2002-08-01 Akim Demaille <akim@epita.fr>
8131
8132 * lib/timevar.c (get_time): Include children time.
8133 * src/lalr.h (LA, LArule): Don't export them: used with the
8134 state_t.
8135 * src/lalr.c (LA, LArule): Static.
8136 * src/lalr.h, src/lalr.c (lalr_free): New.
8137 * src/main.c (main): Call it.
8138 * src/tables.c (pack_vector): Check whether loc is >= to the
8139 table_size, not >.
8140 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
8141 (tables_generate): do it, since that's also it which allocates
8142 them.
8143 Don't free LA and LArule, main does.
8144
8145 2002-07-31 Akim Demaille <akim@epita.fr>
8146
8147 Separate parser tables computation and output.
8148
8149 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
8150 (conflict_list, conflict_list_cnt, table, check, table_ninf)
8151 (yydefgoto, yydefact, high): Move to...
8152 * src/tables.h, src/tables.c: here.
8153 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
8154 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
8155 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
8156 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
8157 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
8158 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
8159 (action_row, save_row, token_actions, save_column, default_goto)
8160 (goto_actions, sort_actions, matching_state, pack_vector)
8161 (table_ninf_remap, pack_table, prepare_actions): Move to...
8162 * src/tables.c: here.
8163 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
8164 * src/output.c (token_actions, output_base, output_conflicts)
8165 (output_check): Merge into...
8166 (prepare_actions): this.
8167 (actions_output): Rename as...
8168 (user_actions_output): this.
8169 * src/main.c (main): Call tables_generate and tables_free.
8170
8171 2002-07-31 Akim Demaille <akim@epita.fr>
8172
8173 Steal GCC's --time-report support.
8174
8175 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
8176 stolen/adjusted from GCC.
8177 * m4/stage.m4: Remove time related checks.
8178 * m4/timevar.m4: New.
8179 * configure.in: Adjust.
8180 * src/system.h: Adjust to using timevar.h.
8181 * src/getargs.h, src/getargs.c: Support trace_time for
8182 --trace=time.
8183 * src/main.c (stage): Remove.
8184 (main): Replace `stage' invocations with timevar calls.
8185 * src/output.c: Insert pertinent timevar calls.
8186
8187 2002-07-31 Akim Demaille <akim@epita.fr>
8188
8189 Let --trace have arguments.
8190
8191 * src/getargs.h (enum trace_e): New.
8192 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
8193 (long_options, short_options): --trace/-T takes an optional
8194 argument.
8195 Change all the uses of trace_flag to reflect the new flags.
8196 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
8197
8198 Strengthen `stage' portability.
8199
8200 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
8201 * configure.in: Use it.
8202 Don't check for malloc.h and sys/times.h.
8203 * src/system.h: Include them when appropriate.
8204 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
8205 times and struct tms are available.
8206
8207 2002-07-30 Akim Demaille <akim@epita.fr>
8208
8209 In verbose parse error message, don't report `error' as an
8210 expected token.
8211 * tests/actions.at (Printers and Destructors): Adjust.
8212 * tests/calc.at (Calculator $1): Adjust.
8213 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
8214 error message, do not report the parser accepts the error token in
8215 that state.
8216
8217 2002-07-30 Akim Demaille <akim@epita.fr>
8218
8219 Normalize conflict related messages.
8220
8221 * src/complain.h, src/complain.c (warn, complain): New.
8222 * src/conflicts.c (conflicts_print): Use them.
8223 (conflict_report_yacc): New, extracted from...
8224 (conflicts_print): here.
8225 * tests/conflicts.at, tests/existing.at: Adjust.
8226
8227 2002-07-30 Akim Demaille <akim@epita.fr>
8228
8229 Report rules which are never reduced by the parser: those hidden
8230 by conflicts.
8231
8232 * src/LR0.c (save_reductions): Don't make the final state too
8233 different: save its reduction (accept) instead of having a state
8234 without any action (no shift or goto, no reduce).
8235 Note: the final state is now a ``regular'' state, i.e., the
8236 parsers now contain `reduce 0' as default reduction.
8237 Nevertheless, since they decide to `accept' when yystate =
8238 final_state, they still will not reduce rule 0.
8239 * src/print.c (print_actions, print_reduction): Adjust.
8240 * src/output.c (action_row): Track reduced rules.
8241 (token_actions): Report rules never reduced.
8242 * tests/conflicts.at, tests/regression.at: Adjust.
8243
8244 2002-07-30 Akim Demaille <akim@epita.fr>
8245
8246 `stage' was accidently included in a previous patch.
8247 Initiate its autoconfiscation.
8248
8249 * configure.in: Look for malloc.h and sys/times.h.
8250 * src/main.c (stage): Adjust.
8251 Report only when trace_flag.
8252
8253 2002-07-29 Akim Demaille <akim@epita.fr>
8254
8255 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
8256 state_number_t.
8257 (errs_t): symbol_t*, not symbol_number_t.
8258 (reductions_t): rule_t*, not rule_number_t.
8259 (FOR_EACH_SHIFT): New.
8260 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
8261 * src/print.c, src/print_graph.c: Adjust.
8262
8263 2002-07-29 Akim Demaille <akim@epita.fr>
8264
8265 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
8266
8267 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
8268 (endtoken, accept): these.
8269 * src/reader.c (reader): Set endtoken's default tag to "$end".
8270 Set undeftoken's tag to "$undefined" instead of "$undefined.".
8271 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
8272 Adjust.
8273
8274 2002-07-29 Akim Demaille <akim@epita.fr>
8275
8276 * src/reduce.c (reduce_grammar): When the language is empty,
8277 complain about the start symbol, not the axiom.
8278 Use its location.
8279 * tests/reduce.at (Empty Language): New.
8280
8281 2002-07-26 Akim Demaille <akim@epita.fr>
8282
8283 * src/reader.h, src/reader.c (gram_error): ... can't get
8284 yycontrol without making too strong assumptions on the parser
8285 itself.
8286 * src/output.c (prepare_tokens): Use the real 0th value of
8287 token_translations instead of `0'.
8288 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
8289 visible here.
8290 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
8291 for the time being: %locations ought to provide it to yyerror.
8292
8293 2002-07-25 Akim Demaille <akim@epita.fr>
8294
8295 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
8296 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
8297 * tests/regression.at (Web2c Actions): Adjust.
8298
8299 2002-07-25 Akim Demaille <akim@epita.fr>
8300
8301 Stop storing rules from 1 to nrules + 1.
8302
8303 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
8304 * src/nullable.c, src/output.c, src/print.c, src/reader.c
8305 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
8306 Iterate from 0 to nrules.
8307 Use rule_number_as_item_number and item_number_as_rule_number.
8308 Adjust to `derive' now containing possibly 0.
8309 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
8310 Handle the `- 1' part in rule numbers from/to item numbers.
8311 * src/conflicts.c (log_resolution): Fix the message which reversed
8312 shift and reduce.
8313 * src/output.c (action_row): Initialize default_rule to -1.
8314 (token_actions): Adjust.
8315 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
8316 expected output.
8317 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
8318
8319 2002-07-25 Akim Demaille <akim@epita.fr>
8320
8321 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
8322 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
8323 (b4_c_knr_arg_decl): New.
8324 * data/yacc.c: Use it to define yysymprint, yydestruct, and
8325 yyreport_parse_error.
8326
8327 2002-07-25 Akim Demaille <akim@epita.fr>
8328
8329 * data/yacc.c (yyreport_parse_error): New, extracted from...
8330 (yyparse): here.
8331 (yydestruct, yysymprint): Move above yyparse.
8332 Be K&R compliant.
8333
8334 2002-07-25 Akim Demaille <akim@epita.fr>
8335
8336 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
8337 replace...
8338 (b4_sint_type, b4_uint_type): these.
8339 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
8340 * tests/regression.at (Web2c Actions): Adjust.
8341
8342 2002-07-25 Akim Demaille <akim@epita.fr>
8343
8344 * src/gram.h (TIEM_NUMBER_MAX): New.
8345 (item_number_of_rule_number, rule_number_of_item_number): Rename
8346 as...
8347 (rule_number_as_item_number, item_number_as_rule_number): these.
8348 Adjust dependencies.
8349 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
8350 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
8351 (symbol_number_to_vector_number): New.
8352 (order): Of vector_number_t* type.
8353 (base_t, BASE_MAX, BASE_MIN): New.
8354 (froms, tos, width, pos, check): Of base_t type.
8355 (action_number_t, ACTION_MIN, ACTION_MAX): New.
8356 (actrow): Of action_number_t type.
8357 (conflrow): Of unsigned int type.
8358 (table_ninf, base_ninf): New.
8359 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
8360 (muscle_insert_int_table, muscle_insert_base_table)
8361 (muscle_insert_rule_number_table): New.
8362 (prepare_tokens): Output `toknum' as int_table.
8363 (action_row): Returns a rule_number_t.
8364 Use ACTION_MIN, not SHRT_MIN.
8365 (token_actions): yydefact is rule_number_t*.
8366 (table_ninf_remap): New.
8367 (pack_table): Use it for `base' and `table'.
8368 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
8369 replaced with...
8370 (YYPACT_NINF, YYTABLE_NINF): these.
8371 (yypact, yytable): Compute their types instead of hard-coded
8372 `short'.
8373 * tests/regression.at (Web2c Actions): Adjust.
8374
8375 2002-07-19 Akim Demaille <akim@epita.fr>
8376
8377 * src/scan-gram.l (id): Can start with an underscore.
8378
8379 2002-07-16 Akim Demaille <akim@epita.fr>
8380
8381 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
8382 Adjust all former `associativity' dependencies.
8383 * src/symtab.c (symbol_new): Default associativity is `undef', not
8384 `right'.
8385 (symbol_check_alias_consistence): Adjust.
8386
8387 2002-07-09 Akim Demaille <akim@epita.fr>
8388
8389 * doc/bison.texinfo: Properly set the ``header'' part.
8390 Use @dircategory ``GNU programming tools'' as per Texinfo's
8391 documentation.
8392 Use @copying.
8393
8394 2002-07-09 Akim Demaille <akim@epita.fr>
8395
8396 * lib/quotearg.h: Protect against multiple inclusions.
8397 * src/location.h (location_t): Add a `file' member.
8398 (LOCATION_RESET, LOCATION_PRINT): Adjust.
8399 * src/complain.c (warn_at, complain_at, fatal_at): Drop
8400 `error_one_per_line' support.
8401
8402 2002-07-09 Akim Demaille <akim@epita.fr>
8403
8404 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
8405 * src/reader.c (lineno): Remove.
8406 Adjust all dependencies.
8407 (get_merge_function): Take a location and use complain_at.
8408 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
8409 * tests/regression.at (Invalid inputs, Mixing %token styles):
8410 Adjust.
8411
8412 2002-07-09 Akim Demaille <akim@epita.fr>
8413
8414 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
8415 recovery rule, and forbid extensions when --yacc.
8416 (gram_error): Use complain_at.
8417 * src/reader.c (reader): Exit if there were parse errors.
8418
8419 2002-07-09 Akim Demaille <akim@epita.fr>
8420
8421 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
8422 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
8423 Reported by R Blake <blakers@mac.com>.
8424
8425 2002-07-09 Akim Demaille <akim@epita.fr>
8426
8427 * data/yacc.c: Output the copyright notive in the header.
8428
8429 2002-07-03 Akim Demaille <akim@epita.fr>
8430
8431 * src/output.c (froms, tos): Are state_number_t.
8432 (save_column): sp, sp1, and sp2 are state_number_t.
8433 (prepare): Rename `final' as `final_state_number', `nnts' as
8434 `nterms_number', `nrules' as `rules_number', `nstates' as
8435 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
8436 unused.
8437 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
8438 * data/lalr1.cc (nsym_): Remove, unused.
8439
8440 2002-07-03 Akim Demaille <akim@epita.fr>
8441
8442 * src/lalr.h, src/lalr.c (goto_number_t): New.
8443 * src/lalr.c (goto_list_t): New.
8444 Propagate them.
8445 * src/nullable.c (rule_list_t): New.
8446 Propagate.
8447 * src/types.h: Remove.
8448
8449 2002-07-03 Akim Demaille <akim@epita.fr>
8450
8451 * src/closure.c (print_fderives): Use rule_rhs_print.
8452 * src/derives.c (print_derives): Use rule_rhs_print.
8453 (rule_list_t): New, replaces `shorts'.
8454 (set_derives): Add comments.
8455 * tests/sets.at (Nullable, Firsts): Adjust.
8456
8457 2002-07-03 Akim Demaille <akim@epita.fr>
8458
8459 * src/output.c (prepare_actions): Free `tally' and `width'.
8460 (prepare_actions): Allocate and free `order'.
8461 * src/symtab.c (symbols_free): Free `symbols'.
8462 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
8463 * src/output.c (m4_invoke): Move to...
8464 * src/scan-skel.l: here.
8465 (<<EOF>>): Close yyout, and free its name.
8466
8467 2002-07-03 Akim Demaille <akim@epita.fr>
8468
8469 Fix some memory leaks, and fix a bug: state 0 was examined twice.
8470
8471 * src/LR0.c (new_state): Merge into...
8472 (state_list_append): this.
8473 (new_states): Merge into...
8474 (generate_states): here.
8475 (set_states): Don't ensure a proper `errs' state member here, do it...
8476 * src/conflicts.c (conflicts_solve): here.
8477 * src/state.h, src/state.c: Comment changes.
8478 (state_t): Rename member `shifts' as `transitions'.
8479 Adjust all dependencies.
8480 (errs_new): For consistency, also take the values as argument.
8481 (errs_dup): Remove.
8482 (state_errs_set): New.
8483 (state_reductions_set, state_transitions_set): Assert that no
8484 previous value was assigned.
8485 (state_free): New.
8486 (states_free): Use it.
8487 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
8488 temporary storage: use `errs' and `nerrs' as elsewhere.
8489 (set_conflicts): Allocate and free this `errs'.
8490
8491 2002-07-02 Akim Demaille <akim@epita.fr>
8492
8493 * lib/libiberty.h: New.
8494 * lib: Update the bitset implementation from upstream.
8495 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
8496 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
8497 * src/main.c: Adjust bitset stats calls.
8498
8499 2002-07-01 Paul Eggert <eggert@twinsun.com>
8500
8501 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
8502 char, so that negative chars don't collide with $.
8503
8504 2002-06-30 Akim Demaille <akim@epita.fr>
8505
8506 Have the GLR tests be `warning' checked, and fix the warnings.
8507
8508 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
8509 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
8510 (yyremoveDeletes): `yyi' and `yyj' are size_t.
8511 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
8512 (yyaddDeferredAction): static.
8513 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
8514 (yyreportParseError): yyprefix is const.
8515 yytokenp is used only when verbose.
8516 (yy__GNUC__): Replace with __GNUC__.
8517 (yypdumpstack): yyi is size_t.
8518 (yypreference): Un-yy local variables and arguments, to avoid
8519 clashes with `yyr1'. Anyway, we are not in the user name space.
8520 (yytname_size): be an int, as is compared with ints.
8521 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
8522 Use them.
8523 * tests/cxx-gram.at: Use quotation to protect $1.
8524 Use AT_COMPILE to enable warnings hunts.
8525 Prototype yylex and yyerror.
8526 `Use' argc.
8527 Include `string.h', not `strings.h'.
8528 Produce and prototype stmtMerge only when used.
8529 yylex takes a location.
8530
8531 2002-06-30 Akim Demaille <akim@epita.fr>
8532
8533 We spend a lot of time in quotearg, in particular when --verbose.
8534
8535 * src/symtab.c (symbol_get): Store a quoted version of the key.
8536 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
8537 Adjust all callers.
8538
8539 2002-06-30 Akim Demaille <akim@epita.fr>
8540
8541 * src/state.h (reductions_t): Rename member `nreds' as num.
8542 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
8543 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
8544
8545 2002-06-30 Akim Demaille <akim@epita.fr>
8546
8547 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
8548 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
8549 (shifts_to): Rename as...
8550 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
8551 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
8552 (TRANSITION_IS_DISABLED, transitions_to): these.
8553
8554 2002-06-30 Akim Demaille <akim@epita.fr>
8555
8556 * src/print.c (print_shifts, print_gotos): Merge into...
8557 (print_transitions): this.
8558 (print_transitions, print_errs, print_reductions): Align the
8559 lookaheads columns.
8560 (print_core, print_transitions, print_errs, print_state,
8561 print_grammar): Output empty lines separator before, not after.
8562 (state_default_rule_compute): Rename as...
8563 (state_default_rule): this.
8564 * tests/conflicts.at (Defaulted Conflicted Reduction),
8565 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
8566 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
8567
8568 2002-06-30 Akim Demaille <akim@epita.fr>
8569
8570 Display items as we display rules.
8571
8572 * src/gram.h, src/gram.c (rule_lhs_print): New.
8573 * src/gram.c (grammar_rules_partial_print): Use it.
8574 * src/print.c (print_core): Likewise.
8575 * tests/conflicts.at (Defaulted Conflicted Reduction),
8576 (Unresolved SR Conflicts): Adjust.
8577 (Unresolved SR Conflicts): Adjust and rename as...
8578 (Resolved SR Conflicts): this, as was meant.
8579 * tests/regression.at (Web2c Report): Adjust.
8580
8581 2002-06-30 Akim Demaille <akim@epita.fr>
8582
8583 * src/print.c (state_default_rule_compute): New, extracted from...
8584 (print_reductions): here.
8585 Pessimize, but clarify the code.
8586 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
8587
8588 2002-06-30 Akim Demaille <akim@epita.fr>
8589
8590 * src/output.c (action_row): Let default_rule be always a rule
8591 number.
8592
8593 2002-06-30 Akim Demaille <akim@epita.fr>
8594
8595 * src/closure.c (print_firsts, print_fderives, closure):
8596 Use BITSET_EXECUTE.
8597 * src/lalr.c (lookaheads_print): Likewise.
8598 * src/state.c (state_rule_lookaheads_print): Likewise.
8599 * src/print_graph.c (print_core): Likewise.
8600 * src/print.c (print_reductions): Likewise.
8601 * src/output.c (action_row): Likewise.
8602 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
8603
8604 2002-06-30 Akim Demaille <akim@epita.fr>
8605
8606 * src/print_graph.c: Use report_flag.
8607
8608 2002-06-30 Akim Demaille <akim@epita.fr>
8609
8610 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
8611 to...
8612 * src/relation.h, src/relation.c (traverse, relation_digraph)
8613 (relation_print, relation_transpose): New.
8614
8615 2002-06-30 Akim Demaille <akim@epita.fr>
8616
8617 * src/state.h, src/state.c (shifts_to): New.
8618 * src/lalr.c (build_relations): Use it.
8619
8620 2002-06-30 Akim Demaille <akim@epita.fr>
8621
8622 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
8623 (item_number_of_rule_number, rule_number_of_item_number): New.
8624 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
8625 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
8626 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
8627 Propagate their use.
8628 Much remains to be done, in particular wrt `shorts' from types.h.
8629
8630 2002-06-30 Akim Demaille <akim@epita.fr>
8631
8632 * src/symtab.c (symbol_new): Initialize the `printer' member.
8633
8634 2002-06-30 Akim Demaille <akim@epita.fr>
8635
8636 * src/LR0.c (save_reductions): Remove, replaced by...
8637 * src/state.h, src/state.c (state_reductions_set): New.
8638 (reductions, errs): Rename as...
8639 (reductions_t, errs_t): these.
8640 Adjust all dependencies.
8641
8642 2002-06-30 Akim Demaille <akim@epita.fr>
8643
8644 * src/LR0.c (state_list_t, state_list_append): New.
8645 (first_state, last_state): Now symbol_list_t.
8646 (this_state): Remove.
8647 (new_itemsets, append_states, save_reductions): Take a state_t as
8648 argument.
8649 (set_states, generate_states): Adjust.
8650 (save_shifts): Remove, replaced by...
8651 * src/state.h, src/state.c (state_shifts_set): New.
8652 (shifts): Rename as...
8653 (shifts_t): this.
8654 Adjust all dependencies.
8655 * src/state.h (state_t): Remove the `next' member.
8656
8657 2002-06-30 Akim Demaille <akim@epita.fr>
8658
8659 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
8660 escaped in slot 0.
8661
8662 2002-06-30 Akim Demaille <akim@epita.fr>
8663
8664 Use hash.h for the state hash table.
8665
8666 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
8667 (allocate_storage): Use state_hash_new.
8668 (free_storage): Use state_hash_free.
8669 (new_state, get_state): Adjust.
8670 * src/lalr.h, src/lalr.c (states): Move to...
8671 * src/states.h (state_t): Remove the `link' member, no longer
8672 used.
8673 * src/states.h, src/states.c: here.
8674 (state_hash_new, state_hash_free, state_hash_lookup)
8675 (state_hash_insert, states_free): New.
8676 * src/states.c (state_table, state_compare, state_hash): New.
8677 * src/output.c (output_actions): Do not free states now, since we
8678 still need to know the final_state number in `prepare', called
8679 afterwards. Do it...
8680 * src/main.c (main): here: call states_free after `output'.
8681
8682 2002-06-30 Akim Demaille <akim@epita.fr>
8683
8684 * src/state.h, src/state.c (state_new): New, extracted from...
8685 * src/LR0.c (new_state): here.
8686 * src/state.h (STATE_ALLOC): Move to...
8687 * src/state.c: here.
8688 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
8689 * src/state.h, src/state.c: here.
8690
8691 2002-06-30 Akim Demaille <akim@epita.fr>
8692
8693 * src/reader.c (gensym): Rename as...
8694 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
8695 (getsym): Rename as...
8696 (symbol_get): this.
8697
8698 2002-06-30 Akim Demaille <akim@epita.fr>
8699
8700 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
8701 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
8702 * src/output.c, src/print.c, src/print_graph.c: Propagate.
8703 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
8704
8705 2002-06-30 Akim Demaille <akim@epita.fr>
8706
8707 Make the test suite pass with warnings checked.
8708
8709 * tests/actions.at (Printers and Destructors): Improve.
8710 Avoid unsigned vs. signed issues.
8711 * tests/calc.at: Don't exercise the scanner here, do it...
8712 * tests/input.at (Torturing the Scanner): here.
8713
8714 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8715
8716 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
8717 reorganize first lines parallel to yacc.c.
8718
8719 2002-06-28 Akim Demaille <akim@epita.fr>
8720
8721 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
8722 (b4_token_enum, b4_token_defines): New, factored from...
8723 * data/lalr1.cc, data/yacc.c, glr.c: here.
8724
8725 2002-06-28 Akim Demaille <akim@epita.fr>
8726
8727 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
8728 unused variables.
8729 * src/output.c (merger_output): static.
8730
8731 2002-06-28 Akim Demaille <akim@epita.fr>
8732
8733 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
8734 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
8735 pacify GCC.
8736 * src/output.c (save_row): Initialize all the variables to pacify GCC.
8737
8738 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8739
8740 Accumulated changelog for new GLR parsing features.
8741
8742 * src/conflicts.c (count_total_conflicts): Change name to
8743 conflicts_total_count.
8744 * src/conflicts.h: Ditto.
8745 * src/output.c (token_actions): Use the new name.
8746 (output_conflicts): Change conflp => conflict_list_heads, and
8747 confl => conflict_list for better readability.
8748 * data/glr.c: Use the new names.
8749 * NEWS: Add self to GLR announcement.
8750
8751 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
8752
8753 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
8754 Akim Demaille.
8755
8756 * data/bison.glr: Change name to glr.c
8757 * data/glr.c: Renamed from bison.glr.
8758 * data/Makefile.am: Add glr.c
8759
8760 * src/getargs.c:
8761
8762 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
8763 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
8764
8765 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8766
8767 * data/bison.glr: Be sure to restore the
8768 current #line when returning to the skeleton contents after having
8769 exposed the input file's #line.
8770
8771 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8772
8773 * data/bison.glr: Bring up to date with changes to bison.simple.
8774
8775 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8776
8777 * data/bison.glr: Correct definitions that use b4_prefix.
8778 Various reformatting.
8779 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
8780 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
8781 yytokenp argument; now part of stack.
8782 (yychar): Define to behave as documented.
8783 (yyclearin): Ditto.
8784
8785 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8786
8787 * src/reader.h: Add declaration for free_merger_functions.
8788
8789 * src/reader.c (merge_functions): New variable.
8790 (get_merge_function): New function.
8791 (free_merger_functions): New function.
8792 (readgram): Check for %prec that is not followed by a symbol.
8793 Handle %dprec and %merge declarations.
8794 (packgram): Initialize dprec and merger fields in rules array.
8795
8796 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
8797 conflict_list_cnt, conflict_list_free): New variables.
8798 (table_grow): Also grow conflict_table.
8799 (prepare_rules): Output dprec and merger tables.
8800 (conflict_row): New function.
8801 (action_row): Output conflict lists for GLR parser. Don't use
8802 default reduction in conflicted states for GLR parser so that there
8803 are spaces for the conflict lists.
8804 (save_row): Also save conflict information.
8805 (token_actions): Allocate conflict list.
8806 (merger_output): New function.
8807 (pack_vector): Pack conflict table, too.
8808 (output_conflicts): New function to output yyconflp and yyconfl.
8809 (output_check): Allocate conflict_tos.
8810 (output_actions): Output conflict tables, also.
8811 (output_skeleton): Output b4_mergers definition.
8812 (prepare): Output b4_max_rhs_length definition.
8813 Use 'bison.glr' as default skeleton for GLR parsers.
8814
8815 * src/gram.c (glr_parser): New flag.
8816 (grammar_free): Call free_merger_functions.
8817
8818 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
8819 all pairs of conflicting reductions, rather than just all tokens
8820 causing conflicts. Needed to size conflict tables.
8821 (conflicts_output): Modify call to count_rr_conflicts for new
8822 interface.
8823 (conflicts_print): Ditto.
8824 (count_total_conflicts): New function.
8825
8826 * src/reader.h (merger_list): New type.
8827 (merge_functions): New variable.
8828
8829 * src/lex.h (tok_dprec, tok_merge): New token types.
8830
8831 * src/gram.h (rule_s): Add dprec and merger fields.
8832 (glr_parser): New flag.
8833
8834 * src/conflicts.h (count_total_conflicts): New function.
8835
8836 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
8837
8838 * doc/bison.texinfo (Generalized LR Parsing): New section.
8839 (GLR Parsers): New section.
8840 (Language and Grammar): Mention GLR parsing.
8841 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
8842 Correct typo ("tge" -> "the").
8843
8844 * data/bison.glr: New skeleton for GLR parsing.
8845
8846 * tests/cxx-gram.at: New tests for GLR parsing.
8847
8848 * tests/testsuite.at: Include cxx-gram.at.
8849
8850 * tests/Makefile.am: Add cxx-gram.at.
8851
8852 * src/parse-gram.y:
8853
8854 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
8855
8856 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
8857
8858 2002-06-27 Akim Demaille <akim@epita.fr>
8859
8860 * src/options.h, src/options.c: Remove.
8861 * src/getargs.c (short_options, long_options): New.
8862
8863 2002-06-27 Akim Demaille <akim@epita.fr>
8864
8865 * data/bison.simple, data/bison.c++: Rename as...
8866 * data/yacc.c, data/lalr1.cc: these.
8867 * doc/bison.texinfo (Environment Variables): Remove.
8868
8869 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
8870
8871 * src/getargs.c (report_argmatch): Initialize strtok().
8872
8873 2002-06-20 Akim Demaille <akim@epita.fr>
8874
8875 * data/bison.simple (b4_symbol_actions): New, replaces...
8876 (b4_symbol_destructor, b4_symbol_printer): these.
8877 (yysymprint): Be sure to call YYPRINT only for tokens, and using
8878 user token numbers.
8879
8880 2002-06-20 Akim Demaille <akim@epita.fr>
8881
8882 * data/bison.simple (yydestructor): Rename as...
8883 (yydestruct): this.
8884
8885 2002-06-20 Akim Demaille <akim@epita.fr>
8886
8887 * src/symtab.h, src/symtab.c (symbol_type_set)
8888 (symbol_destructor_set, symbol_precedence_set): The location is
8889 the last argument.
8890 Adjust all callers.
8891
8892 2002-06-20 Akim Demaille <akim@epita.fr>
8893
8894 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
8895 internals.
8896 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
8897 Takes a location.
8898 * src/symtab.h, src/symtab.c (symbol_class_set)
8899 (symbol_user_token_number_set): Likewise.
8900 Adjust all callers.
8901 Promote complain_at.
8902 * tests/input.at (Type Clashes): Adjust.
8903
8904 2002-06-20 Akim Demaille <akim@epita.fr>
8905
8906 * data/bison.simple (YYLEX): Fix the declaration when
8907 %pure-parser.
8908
8909 2002-06-20 Akim Demaille <akim@epita.fr>
8910
8911 * data/bison.simple (yysymprint): Don't print the token number,
8912 just its name.
8913 * tests/actions.at (Destructors): Rename as...
8914 (Printers and Destructors): this.
8915 Also exercise %printer.
8916
8917 2002-06-20 Akim Demaille <akim@epita.fr>
8918
8919 * data/bison.simple (YYDSYMPRINT): New.
8920 Use it to remove many of the #if YYDEBUG/if (yydebug).
8921
8922 2002-06-20 Akim Demaille <akim@epita.fr>
8923
8924 * src/symtab.h, src/symtab.c (symbol_t): printer and
8925 printer_location are new members.
8926 (symbol_printer_set): New.
8927 * src/parse-gram.y (PERCENT_PRINTER): New token.
8928 Handle its associated rule.
8929 * src/scan-gram.l: Adjust.
8930 (handle_destructor_at, handle_destructor_dollar): Rename as...
8931 (handle_symbol_code_at, handle_symbol_code_dollar): these.
8932 * src/output.c (symbol_printers_output): New.
8933 (output_skeleton): Call it.
8934 * data/bison.simple (yysymprint): New. Cannot be named yyprint
8935 since there are already many grammar files with a user `yyprint'.
8936 Replace the calls to YYPRINT to calls to yysymprint.
8937 * tests/calc.at: Adjust.
8938 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
8939 taking advantage of parser very internal details (stack size!).
8940
8941 2002-06-20 Akim Demaille <akim@epita.fr>
8942
8943 * src/scan-gram.l: Complete the scanner with the missing patterns
8944 to pacify Flex.
8945 Use `quote' and `symbol_tag_get' where appropriate.
8946
8947 2002-06-19 Akim Demaille <akim@epita.fr>
8948
8949 * tests/actions.at (Destructors): Augment to test locations.
8950 * data/bison.simple (yydestructor): Pass it the current location
8951 if locations are enabled.
8952 Prototype only when __STDC__ or C++.
8953 Change the argument names to move into the yy name space: there is
8954 user code here.
8955
8956 2002-06-19 Akim Demaille <akim@epita.fr>
8957
8958 * data/bison.simple (b4_pure_if): New.
8959 Use it instead of #ifdef YYPURE.
8960
8961 2002-06-19 Akim Demaille <akim@epita.fr>
8962
8963 * data/bison.simple (b4_location_if): New.
8964 Use it instead of #ifdef YYLSP_NEEDED.
8965
8966 2002-06-19 Akim Demaille <akim@epita.fr>
8967
8968 Prepare @$ in %destructor, but currently don't bind it in the
8969 skeleton, as %location use is not cleaned up yet.
8970
8971 * src/scan-gram.l (handle_dollar, handle_destructor_at)
8972 (handle_action_at): New.
8973 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
8974 a braced_code_t and a location as additional arguments.
8975 (handle_destructor_dollar): Instead of requiring `b4_eval', just
8976 unquote one when outputting `b4_dollar_dollar'.
8977 Adjust callers.
8978 * data/bison.simple (b4_eval): Remove.
8979 (b4_symbol_destructor): Adjust.
8980 * tests/input.at (Invalid @n): Adjust.
8981
8982 2002-06-19 Zack Weinberg <zack@codesourcery.com>
8983
8984 * doc/bison.texinfo: Document ability to have multiple
8985 prologue sections.
8986
8987 2002-06-18 Akim Demaille <akim@epita.fr>
8988
8989 * src/files.c (compute_base_names): When computing the output file
8990 names from the input file name, strip the directory part.
8991
8992 2002-06-18 Akim Demaille <akim@epita.fr>
8993
8994 * data/bison.simple.new: Comment changes.
8995 Reported by Andreas Schwab.
8996
8997 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
8998
8999 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
9000 there are no `label `yyoverflowlab' defined but not used' warnings
9001 when yyoverflow is defined.
9002
9003 2002-06-18 Akim Demaille <akim@epita.fr>
9004
9005 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
9006 new member.
9007 (symbol_destructor_set): Adjust.
9008 * src/output.c (symbol_destructors_output): Output the destructor
9009 locations.
9010 Output the symbol name.
9011 * data/bison.simple (b4_symbol_destructor): Adjust.
9012
9013 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
9014 and Akim Demaille <akim@epita.fr>
9015
9016 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
9017 what's left on the stack when the error recovery hits EOF.
9018 * tests/actions.at (Destructors): Complete to exercise this case.
9019
9020 2002-06-17 Akim Demaille <akim@epita.fr>
9021
9022 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
9023 arguments is really empty, not only equal to `[]'.
9024 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
9025 member.
9026 (symbol_destructor_set): New.
9027 * src/output.c (symbol_destructors_output): New.
9028 * src/reader.h (brace_code_t, current_braced_code): New.
9029 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
9030 (handle_dollar): Rename as...
9031 (handle_action_dollar): this.
9032 (handle_destructor_dollar): New.
9033 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
9034 (grammar_declaration): Use it.
9035 * data/bison.simple (yystos): Is always defined.
9036 (yydestructor): New.
9037 * tests/actions.at (Destructors): New.
9038 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
9039
9040 2002-06-17 Akim Demaille <akim@epita.fr>
9041
9042 * src/symlist.h, src/symlist.c (symbol_list_length): New.
9043 * src/scan-gram.l (handle_dollar, handle_at): Compute the
9044 rule_length only when needed.
9045 * src/output.c (actions_output, token_definitions_output): Output
9046 the full M4 block.
9047 * src/symtab.c: Don't access directly to the symbol tag, use
9048 symbol_tag_get.
9049 * src/parse-gram.y: Use symbol_list_free.
9050
9051 2002-06-17 Akim Demaille <akim@epita.fr>
9052
9053 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
9054 (symbol_list_prepend, get_type_name): Move to...
9055 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
9056 (symbol_list_prepend, symbol_list_n_type_name_get): here.
9057 Adjust all callers.
9058 (symbol_list_free): New.
9059 * src/scan-gram.l (handle_dollar): Takes a location.
9060 * tests/input.at (Invalid $n): Adjust.
9061
9062 2002-06-17 Akim Demaille <akim@epita.fr>
9063
9064 * src/reader.h, src/reader.c (symbol_list_new): Export it.
9065 (symbol_list_prepend): New.
9066 * src/parse-gram.y (%union): `list' is a new member.
9067 (symbols.1): New, replaces...
9068 (terms_to_prec.1, nterms_to_type.1): these.
9069 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
9070 Take a location as additional argument.
9071 Adjust all callers.
9072
9073 2002-06-15 Akim Demaille <akim@epita.fr>
9074
9075 * src/parse-gram.y: Move %token in the declaration section so that
9076 we don't depend upon CVS Bison.
9077
9078 2002-06-15 Akim Demaille <akim@epita.fr>
9079
9080 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
9081 * src/print.c (print_core): Use it.
9082
9083 2002-06-15 Akim Demaille <akim@epita.fr>
9084
9085 * src/conflicts.c (log_resolution): Accept the rule involved in
9086 the sr conflicts instead of the lookahead number that points to
9087 that rule.
9088 (flush_reduce): Accept the current lookahead vector as argument,
9089 instead of the index in LA.
9090 (resolve_sr_conflict): Accept the current number of lookahead
9091 bitset to consider for the STATE, instead of the index in LA.
9092 (set_conflicts): Adjust.
9093 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
9094
9095 2002-06-15 Akim Demaille <akim@epita.fr>
9096
9097 * src/state.h (state_t): Replace the `lookaheadsp' member, a
9098 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
9099 Adjust all dependencies.
9100 * src/lalr.c (initialize_lookaheads): Split into...
9101 (states_lookaheads_count, states_lookaheads_initialize): these.
9102 (lalr): Adjust.
9103
9104 2002-06-15 Akim Demaille <akim@epita.fr>
9105
9106 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
9107 out of...
9108 (grammar_rules_print): here.
9109 * src/reduce.c (reduce_output): Use it.
9110 * tests/reduce.at (Useless Rules, Reduced Automaton)
9111 (Underivable Rules): Adjust.
9112
9113 2002-06-15 Akim Demaille <akim@epita.fr>
9114
9115 Copy BYacc's nice way to report the grammar.
9116
9117 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
9118 New.
9119 Don't print the rules' location, it is confusing and useless.
9120 (rule_print): Use grammar_rhs_print.
9121 * src/print.c (print_grammar): Use grammar_rules_print.
9122
9123 2002-06-15 Akim Demaille <akim@epita.fr>
9124
9125 Complete and rationalize `useless thing' warnings.
9126
9127 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
9128 (symbol_tag_print): New.
9129 Use them everywhere in place of accessing directly the tag member.
9130 * src/gram.h, src/gram.c (rule_print): New.
9131 Use it where a rule used to be printed `by hand'.
9132 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
9133 (reduce_grammar_tables): Report the useless rules.
9134 (reduce_print): Useless things are a warning, not an error.
9135 Report it as such.
9136 * tests/reduce.at (Useless Nonterminals, Useless Rules):
9137 (Reduced Automaton, Underivable Rules): Adjust.
9138 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
9139 * tests/conflicts.at (Unresolved SR Conflicts)
9140 (Solved SR Conflicts): Adjust.
9141
9142 2002-06-15 Akim Demaille <akim@epita.fr>
9143
9144 Let symbols have a location.
9145
9146 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
9147 (getsym): Adjust.
9148 Adjust all callers.
9149 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
9150 Use location_t, not int.
9151 * src/symtab.c (symbol_check_defined): Take advantage of the
9152 location.
9153 * tests/regression.at (Invalid inputs): Adjust.
9154
9155 2002-06-15 Akim Demaille <akim@epita.fr>
9156
9157 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
9158 (input): Don't try to initialize yylloc here, do it in the
9159 scanner.
9160 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
9161 * src/gram.h (rule_t): Change line and action_line into location
9162 and action_location, of location_t type.
9163 Adjust all dependencies.
9164 * src/location.h, src/location.c (empty_location): New.
9165 * src/reader.h, src/reader.c (grammar_start_symbol_set)
9166 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
9167 (grammar_current_rule_symbol_append)
9168 (grammar_current_rule_action_append): Expect a location as argument.
9169 * src/reader.c (grammar_midrule_action): Adjust to attach an
9170 action's location as dummy symbol location.
9171 * src/symtab.h, src/symtab.c (startsymbol_location): New.
9172 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
9173 the line numbers.
9174
9175 2002-06-14 Akim Demaille <akim@epita.fr>
9176
9177 Grammar declarations may be found in the grammar section.
9178
9179 * src/parse-gram.y (rules_or_grammar_declaration): New.
9180 (declarations): Each declaration may end with a semicolon, not
9181 just...
9182 (grammar_declaration): `"%union"'.
9183 (grammar): Branch to rules_or_grammar_declaration.
9184
9185 2002-06-14 Akim Demaille <akim@epita.fr>
9186
9187 * src/main.c (main): Invoke scanner_free.
9188
9189 2002-06-14 Akim Demaille <akim@epita.fr>
9190
9191 * src/output.c (m4_invoke): Extracted from...
9192 (output_skeleton): here.
9193 Free tempfile.
9194
9195 2002-06-14 Akim Demaille <akim@epita.fr>
9196
9197 * src/parse-gram.y (directives, directive, gram)
9198 (grammar_directives, precedence_directives, precedence_directive):
9199 Rename as...
9200 (declarations, declaration, grammar, grammar_declaration)
9201 (precedence_declaration, precedence_declarator): these.
9202 (symbol_declaration): New.
9203
9204 2002-06-14 Akim Demaille <akim@epita.fr>
9205
9206 * src/files.c (action_obstack): Remove, unused.
9207 (output_obstack): Remove it, and all its dependencies, as it is no
9208 longer needed.
9209 * src/reader.c (epilogue_set): Build the epilogue in the
9210 muscle_obstack.
9211 * src/output.h, src/output.c (muscle_obstack): Move to...
9212 * src/muscle_tab.h, src/muscle_tab.h: here.
9213 (muscle_init): Initialize muscle_obstack.
9214 (muscle_free): New.
9215 * src/main.c (main): Call it.
9216
9217 2002-06-14 Akim Demaille <akim@epita.fr>
9218
9219 * src/location.h: New, extracted from...
9220 * src/reader.h: here.
9221 * src/Makefile.am (noinst_HEADERS): Merge into
9222 (bison_SOURCES): this.
9223 Add location.h.
9224 * src/parse-gram.y: Use location_t instead of Bison's.
9225 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
9226 Use location_t instead of ints.
9227
9228 2002-06-14 Akim Demaille <akim@epita.fr>
9229
9230 * data/bison.simple, data/bison.c++: Be sure to restore the
9231 current #line when returning to the skeleton contents after having
9232 exposed the input file's #line.
9233
9234 2002-06-12 Akim Demaille <akim@epita.fr>
9235
9236 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
9237 eager.
9238 * tests/actions.at (Exotic Dollars): New.
9239
9240 2002-06-12 Akim Demaille <akim@epita.fr>
9241
9242 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
9243 ['"/] too eagerly.
9244 * tests/input.at (Torturing the Scanner): New.
9245
9246 2002-06-11 Akim Demaille <akim@epita.fr>
9247
9248 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
9249 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
9250 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
9251 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
9252 * src/reader.c (reader): Use it.
9253
9254 2002-06-11 Akim Demaille <akim@epita.fr>
9255
9256 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
9257 Adjust all callers.
9258 (scanner_last_string_free): New.
9259
9260 2002-06-11 Akim Demaille <akim@epita.fr>
9261
9262 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
9263 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
9264 (last_string, YY_OBS_FREE): New.
9265 Use them when returning an ID.
9266
9267 2002-06-11 Akim Demaille <akim@epita.fr>
9268
9269 Have Bison grammars parsed by a Bison grammar.
9270
9271 * src/reader.c, src/reader.h (prologue_augment): New.
9272 * src/reader.c (copy_definition): Remove.
9273
9274 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
9275 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
9276 (grammar_current_rule_prec_set, grammar_current_rule_check)
9277 (grammar_current_rule_symbol_append)
9278 (grammar_current_rule_action_append): Export.
9279 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
9280 (symbol_list_action_append): Remove.
9281 Hook the routines from reader.
9282 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
9283 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
9284
9285 * src/reader.c (read_declarations): Remove, unused.
9286
9287 * src/parse-gram.y: Handle the epilogue.
9288 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
9289 (grammar_start_symbol_set): this.
9290 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
9291 * src/reader.c (readgram): Remove, unused.
9292 (reader): Adjust to insert eoftoken and axiom where appropriate.
9293
9294 * src/reader.c (copy_dollar): Replace with...
9295 * src/scan-gram.h (handle_dollar): this.
9296 * src/parse-gram.y: Remove `%thong'.
9297
9298 * src/reader.c (copy_at): Replace with...
9299 * src/scan-gram.h (handle_at): this.
9300
9301 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
9302 New.
9303
9304 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
9305 time being.
9306
9307 * src/reader.h, src/reader.c (grammar_rule_end): New.
9308
9309 * src/parse.y (current_type, current_class): New.
9310 Implement `%nterm', `%token' support.
9311 Merge `%term' into `%token'.
9312 (string_as_id): New.
9313 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
9314 type name.
9315
9316 * src/parse-gram.y: Be sure to handle properly the beginning of
9317 rules.
9318
9319 * src/parse-gram.y: Handle %type.
9320 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
9321
9322 * src/parse-gram.y: More directives support.
9323 * src/options.c: No longer handle source directives.
9324
9325 * src/parse-gram.y: Fix %output.
9326
9327 * src/parse-gram.y: Handle %union.
9328 Use the prologue locations.
9329 * src/reader.c (parse_union_decl): Remove.
9330
9331 * src/reader.h, src/reader.c (epilogue_set): New.
9332 * src/parse-gram.y: Use it.
9333
9334 * data/bison.simple, data/bison.c++: b4_stype is now either not
9335 defined, then default to int, or to the contents of %union,
9336 without `union' itself.
9337 Adjust.
9338 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
9339
9340 * src/output.c (actions_output): Don't output braces, as they are
9341 already handled by the scanner.
9342
9343 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
9344 characters to themselves.
9345
9346 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
9347 that the epilogue has a proper #line.
9348
9349 * src/parse-gram.y: Handle precedence/associativity.
9350
9351 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
9352 a terminal.
9353 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
9354 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
9355 at all to define terminals that cannot be emitted.
9356
9357 * src/scan-gram.l: Escape M4 characters.
9358
9359 * src/scan-gram.l: Working properly with escapes in user
9360 strings/characters.
9361
9362 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
9363 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
9364 grammar.
9365 Use more modest sizes, as for the time being the parser does not
9366 release memory, and therefore the process swallows a huge amount
9367 of memory.
9368
9369 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
9370 stricter %token grammar.
9371
9372 * src/symtab.h (associativity): Add `undef_assoc'.
9373 (symbol_precedence_set): Do nothing when passed an undef_assoc.
9374 * src/symtab.c (symbol_check_alias_consistence): Adjust.
9375
9376 * tests/regression.at (Invalid %directive): Remove, as it is now
9377 meaningless.
9378 (Invalid inputs): Adjust to the new error messages.
9379 (Token definitions): The new grammar doesn't allow too many
9380 eccentricities.
9381
9382 * src/lex.h, src/lex.c: Remove.
9383 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
9384 (copy_character, copy_string2, copy_string, copy_identifier)
9385 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
9386 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
9387 (parse_action): Remove.
9388 * po/POTFILES.in: Adjust.
9389
9390 2002-06-11 Akim Demaille <akim@epita.fr>
9391
9392 * src/reader.c (parse_action): Don't store directly into the
9393 rule's action member: return the action as a string.
9394 Don't require `rule_length' as an argument: compute it.
9395 (grammar_current_rule_symbol_append)
9396 (grammar_current_rule_action_append): New, eved out from
9397 (readgram): here.
9398 Remove `action_flag', `rulelength', unused now.
9399
9400 2002-06-11 Akim Demaille <akim@epita.fr>
9401
9402 * src/reader.c (grammar_current_rule_prec_set).
9403 (grammar_current_rule_check): New, eved out from...
9404 (readgram): here.
9405 Remove `xaction', `first_rhs': useless.
9406 * tests/input.at (Type clashes): New.
9407 * tests/existing.at (GNU Cim Grammar): Adjust.
9408
9409 2002-06-11 Akim Demaille <akim@epita.fr>
9410
9411 * src/reader.c (grammar_midrule_action): New, Eved out from
9412 (readgram): here.
9413
9414 2002-06-11 Akim Demaille <akim@epita.fr>
9415
9416 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
9417 New.
9418 (readgram): Use them as replacement of inlined code, crule and
9419 crule1.
9420
9421 2002-06-11 Akim Demaille <akim@epita.fr>
9422
9423 * src/reader.c (grammar_end, grammar_symbol_append): New.
9424 (readgram): Use them.
9425 Make the use of `p' as local as possible.
9426
9427 2002-06-10 Akim Demaille <akim@epita.fr>
9428
9429 GCJ's parser requires the tokens to be defined before the prologue.
9430
9431 * data/bison.simple: Output the token definition before the user's
9432 prologue.
9433 * tests/regression.at (Braces parsing, Duplicate string)
9434 (Mixing %token styles): Check the output from bison.
9435 (Early token definitions): New.
9436
9437 2002-06-10 Akim Demaille <akim@epita.fr>
9438
9439 * src/symtab.c (symbol_user_token_number_set): Don't complain when
9440 assigning twice the same user number to a token, so that we can
9441 use it in...
9442 * src/lex.c (lex): here.
9443 Also use `symbol_class_set' instead of hand written code.
9444 * src/reader.c (parse_assoc_decl): Likewise.
9445
9446 2002-06-10 Akim Demaille <akim@epita.fr>
9447
9448 * src/symtab.c, src/symtab.c (symbol_class_set)
9449 (symbol_user_token_number_set): New.
9450 * src/reader.c (parse_token_decl): Use them.
9451 Use a switch instead of ifs.
9452 Use a single argument.
9453
9454 2002-06-10 Akim Demaille <akim@epita.fr>
9455
9456 Remove `%thong' support as it is undocumented, unused, duplicates
9457 `%token's job, and creates useless e-mail traffic with people who
9458 want to know what it is, why it is undocumented, unused, and
9459 duplicates `%token's job.
9460
9461 * src/reader.c (parse_thong_decl): Remove.
9462 * src/options.c (option_table): Remove "thong".
9463 * src/lex.h (tok_thong): Remove.
9464
9465 2002-06-10 Akim Demaille <akim@epita.fr>
9466
9467 * src/symtab.c, src/symtab.c (symbol_type_set)
9468 (symbol_precedence_set): New.
9469 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
9470 (value_components_used): Remove, unused.
9471
9472 2002-06-09 Akim Demaille <akim@epita.fr>
9473
9474 Move symbols handling code out of the reader.
9475
9476 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
9477 (axiom): Move to...
9478 * src/symtab.h, src/symtab.c: here.
9479
9480 * src/gram.c (start_symbol): Remove: use startsymbol->number.
9481 * src/reader.c (startval): Rename as...
9482 * src/symtab.h, src/symtab.c (startsymbol): this.
9483 * src/reader.c: Adjust.
9484
9485 * src/reader.c (symbol_check_defined, symbol_make_alias)
9486 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
9487 (token_translations_init)
9488 Move to...
9489 * src/symtab.c: here.
9490 * src/reader.c (packsymbols): Move to...
9491 * src/symtab.h, src/symtab.c (symbols_pack): here.
9492 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
9493 argument.
9494
9495 2002-06-03 Akim Demaille <akim@epita.fr>
9496
9497 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
9498 then statements.
9499
9500 2002-06-03 Akim Demaille <akim@epita.fr>
9501
9502 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
9503 structs with non literals.
9504 * src/scan-skel.l: never-interactive.
9505 * src/conflicts.c (enum conflict_resolution_e): No trailing
9506 comma.
9507 * src/getargs.c (usage): Split long literal strings.
9508 Reported by Hans Aberg.
9509
9510 2002-05-28 Akim Demaille <akim@epita.fr>
9511
9512 * data/bison.c++: Use C++ ostreams.
9513 (cdebug_): New member.
9514
9515 2002-05-28 Akim Demaille <akim@epita.fr>
9516
9517 * src/output.c (output_skeleton): Be sure to allocate enough room
9518 for `/' _and_ for `\0' in full_skeleton.
9519
9520 2002-05-28 Akim Demaille <akim@epita.fr>
9521
9522 * data/bison.c++: Catch up with bison.simple:
9523 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9524 and Paul Eggert <eggert@twinsun.com>: `error' handing.
9525 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
9526 and popping traces.
9527
9528 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9529
9530 * src/output.c (output_skeleton): Put an explicit path in front of
9531 the skeleton file name, rather than relying on the -I directory,
9532 to partially alleviate effects of having a skeleton file lying around
9533 in the current directory.
9534
9535 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9536
9537 * src/conflicts.c (log_resolution): Correct typo:
9538 obstack_printf should be obstack_fgrow1.
9539
9540 2002-05-26 Akim Demaille <akim@epita.fr>
9541
9542 * src/state.h (state_t): `solved_conflicts' is a new member.
9543 * src/LR0.c (new_state): Set it to 0.
9544 * src/conflicts.h, src/conflicts.c (print_conflicts)
9545 (free_conflicts, solve_conflicts): Rename as...
9546 (conflicts_print, conflicts_free, conflicts_solve): these.
9547 Adjust callers.
9548 * src/conflicts.c (enum conflict_resolution_e)
9549 (solved_conflicts_obstack): New, used by...
9550 (log_resolution): this.
9551 Adjust to attach the conflict resolution to each state.
9552 Complete the description with the precedence/associativity
9553 information.
9554 (resolve_sr_conflict): Adjust.
9555 * src/print.c (print_state): Output its solved_conflicts.
9556 * tests/conflicts.at (Unresolved SR Conflicts)
9557 (Solved SR Conflicts): Exercise --report=all.
9558
9559 2002-05-26 Akim Demaille <akim@epita.fr>
9560
9561 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
9562 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
9563 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
9564 (token_number_t, item_number_as_token_number)
9565 (token_number_as_item_number, muscle_insert_token_number_table):
9566 Rename as...
9567 (symbol_number_t, item_number_as_symbol_number)
9568 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
9569 these, since it is more appropriate.
9570
9571 2002-05-26 Akim Demaille <akim@epita.fr>
9572
9573 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
9574 `Error:' lines.
9575 * data/bison.simple (yystos) [YYDEBUG]: New.
9576 (yyparse) [YYDEBUG]: Display the symbols which are popped during
9577 error recovery.
9578 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
9579
9580 2002-05-25 Akim Demaille <akim@epita.fr>
9581
9582 * doc/bison.texinfo (Debugging): Split into...
9583 (Tracing): this new section, its former contents, and...
9584 (Understanding): this new section.
9585 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
9586 by...
9587 (report_flag): this.
9588 Adjust all dependencies.
9589 (report_args, report_types, report_argmatch): New.
9590 (usage, getargs): Report/support -r, --report.
9591 * src/options.h
9592 (struct option_table_struct): Rename as..,
9593 (struct option_table_s): this.
9594 Rename the `set_flag' member to `flag' to match with getopt_long's
9595 struct.
9596 * src/options.c (option_table): Split verbose into an entry for
9597 %verbose, and another for --verbose.
9598 Support --report/-r, so remove -r from the obsolete --raw.
9599 * src/print.c: Attach full item sets and lookaheads reports to
9600 report_flag instead of trace_flag.
9601 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
9602
9603 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9604 and Paul Eggert <eggert@twinsun.com>
9605
9606 * data/bison.simple (yyparse): Correct error handling to conform to
9607 POSIX and yacc. Specifically, after syntax error is discovered,
9608 do not reduce further before shifting the error token.
9609 Clean up the code a bit by removing the labels yyerrdefault,
9610 yyerrhandle, yyerrpop.
9611 * NEWS: Document the above.
9612
9613 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9614
9615 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
9616 type; it isn't always big enough, since it doesn't necessarily
9617 include non-terminals.
9618 (yytranslate): Expand definition of yy_token_number_type, so that
9619 the latter can be removed.
9620 (yy_token_number_type): Remove, only one use.
9621 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
9622 don't use TokenNumberType as element type.
9623
9624 * tests/regression.at: Modify expected output to agree with change
9625 to yyr1 and yytranslate.
9626
9627 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
9628
9629 * src/reader.c (parse_action): Use copy_character instead of
9630 obstack_1grow.
9631
9632 2002-05-13 Akim Demaille <akim@epita.fr>
9633
9634 * tests/regression.at (Token definitions): Prototype yylex and
9635 yyerror.
9636
9637 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
9638
9639 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
9640 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
9641 32-bit arithmetic.
9642 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
9643
9644 2002-05-07 Akim Demaille <akim@epita.fr>
9645
9646 * tests/synclines.at: Be sure to prototype yylex and yyerror to
9647 avoid GCC warnings.
9648
9649 2002-05-07 Akim Demaille <akim@epita.fr>
9650
9651 Kill GCC warnings.
9652
9653 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
9654 over the RHS of each rule.
9655 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
9656 * src/state.h (state_t): Member `nitems' is unsigned short.
9657 * src/LR0.c (get_state): Adjust.
9658 * src/reader.c (packgram): Likewise.
9659 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
9660 `Type'.
9661 (muscle_insert_int_table): Remove, unused.
9662 (prepare_rules): Remove `max'.
9663
9664 2002-05-06 Akim Demaille <akim@epita.fr>
9665
9666 * src/closure.c (print_firsts): Display of the symbol tags.
9667 (bitmatrix_print): Move to...
9668 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
9669 here.
9670 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
9671
9672 2002-05-06 Akim Demaille <akim@epita.fr>
9673
9674 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
9675 hash_do_for_each.
9676
9677 2002-05-06 Akim Demaille <akim@epita.fr>
9678
9679 * src/LR0.c (new_state, get_state): Instead of using the global
9680 `kernel_size' and `kernel_base', have two new arguments:
9681 `core_size' and `core'.
9682 Adjust callers.
9683
9684 2002-05-06 Akim Demaille <akim@epita.fr>
9685
9686 * src/reader.c (packgram): No longer end `ritem' with a 0
9687 sentinel: it is not used.
9688
9689 2002-05-05 Akim Demaille <akim@epita.fr>
9690
9691 New experimental feature: display the lookaheads in the report and
9692 graph.
9693
9694 * src/print (print_core): When --trace-flag, display the rules
9695 lookaheads.
9696 * src/print_graph.c (print_core): Likewise.
9697 Swap the arguments.
9698 Adjust caller.
9699
9700 2002-05-05 Akim Demaille <akim@epita.fr>
9701
9702 * tests/torture.at (Many lookaheads): New test.
9703
9704 2002-05-05 Akim Demaille <akim@epita.fr>
9705
9706 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
9707 (GENERATE_MUSCLE_INSERT_TABLE): this.
9708 (output_int_table, output_unsigned_int_table, output_short_table)
9709 (output_token_number_table, output_item_number_table): Replace with...
9710 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
9711 (muscle_insert_short_table, muscle_insert_token_number_table)
9712 (muscle_insert_item_number_table): these.
9713 Adjust all callers.
9714 (prepare_tokens): Don't free `translations', since...
9715 * src/reader.h, src/reader.c (grammar_free): do it.
9716 Move to...
9717 * src/gram.h, src/gram.c (grammar_free): here.
9718 * data/bison.simple, data/bison.c++: b4_token_number_max is now
9719 b4_translate_max.
9720
9721 2002-05-05 Akim Demaille <akim@epita.fr>
9722
9723 * src/output.c (output_unsigned_int_table): New.
9724 (prepare_rules): `i' is unsigned.
9725 `prhs', `rline', `r2' are unsigned int.
9726 Rename muscle `rhs_number_max' as `rhs_max'.
9727 Output muscles `prhs_max', `rline_max', and `r2_max'.
9728 Free rline and r1.
9729 * data/bison.simple, data/bison.c++: Adjust to use these muscles
9730 to compute types instead of constant types.
9731 * tests/regression.at (Web2c Actions): Adjust.
9732
9733 2002-05-04 Akim Demaille <akim@epita.fr>
9734
9735 * src/symtab.h (SALIAS, SUNDEF): Rename as...
9736 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
9737 Adjust dependencies.
9738 * src/output.c (token_definitions_output): Be sure not to output a
9739 `#define 'a'' when fed with `%token 'a' "a"'.
9740 * tests/regression.at (Token definitions): New.
9741
9742 2002-05-03 Paul Eggert <eggert@twinsun.com>
9743
9744 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
9745 for K&R C.
9746
9747 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
9748
9749 * Makefile.am (SUBDIRS): Remove intl.
9750 (EXTRA_DIST): Add config/config.rpath.
9751
9752 2002-05-03 Akim Demaille <akim@epita.fr>
9753
9754 * data/bison.simple (m4_if): Don't output empty enums.
9755 And actually, output valid enum definitions :(.
9756
9757 2002-05-03 Akim Demaille <akim@epita.fr>
9758
9759 * configure.bat: Remove, completely obsolete.
9760 * Makefile.am (EXTRA_DIST): Adjust.
9761 Don't distribute config.rpath...
9762 * config/Makefile.am (EXTRA_DIST): Do it.
9763
9764 2002-05-03 Akim Demaille <akim@epita.fr>
9765
9766 * configure.in (GETTEXT_VERSION): New.
9767 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
9768
9769 2002-05-03 Akim Demaille <akim@epita.fr>
9770
9771 * data/bison.simple (b4_token_enum): New.
9772 (b4_token_defines): Use it to output tokens both as #define and
9773 enums.
9774 Suggested by Paul Eggert.
9775 * src/output.c (token_definitions_output): Don't output spurious
9776 white spaces.
9777
9778 2002-05-03 Akim Demaille <akim@epita.fr>
9779
9780 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
9781
9782 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
9783
9784 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
9785 Update the stack class, give a try to deque as the default container.
9786
9787 2002-05-02 Akim Demaille <akim@epita.fr>
9788
9789 * data/bison.simple (yyparse): Do not implement @$ = @1.
9790 (YYLLOC_DEFAULT): Adjust to do it.
9791 * doc/bison.texinfo (Location Default Action): Fix.
9792
9793 2002-05-02 Akim Demaille <akim@epita.fr>
9794
9795 * src/reader.c (parse_braces): Merge into...
9796 (parse_action): this.
9797
9798 2002-05-02 Akim Demaille <akim@epita.fr>
9799
9800 * configure.in (ALL_LINGUAS): Remove.
9801 * po/LINGUAS, hr.po: New.
9802
9803 2002-05-02 Akim Demaille <akim@epita.fr>
9804
9805 Remove the so called hairy (semantic) parsers.
9806
9807 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
9808 * src/gram.h, src/gram.c (semantic_parser): Remove.
9809 (rule_t): Remove the guard and guard_line members.
9810 * src/lex.h (token_t): remove tok_guard.
9811 * src/options.c (option_table): Remove %guard and %semantic_parser
9812 support.
9813 * src/output.c, src/output.h (guards_output): Remove.
9814 (prepare): Adjust.
9815 (token_definitions_output): Don't output the `T'
9816 tokens (???).
9817 (output_skeleton): Don't output the guards.
9818 * src/files.c, src/files.c (attrsfile): Remove.
9819 * src/reader.c (symbol_list): Remove the guard and guard_line
9820 members.
9821 Adjust dependencies.
9822 (parse_guard): Remove.
9823 * data/bison.hairy: Remove.
9824 * doc/bison.texinfo (Environment Variables): Remove occurrences of
9825 BISON_HAIRY.
9826
9827 2002-05-02 Akim Demaille <akim@epita.fr>
9828
9829 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
9830 (parse_guard): Rename the formal argument `stack_offset' as
9831 `rule_length', which is more readable.
9832 Adjust callers.
9833 (copy_at, copy_dollar): Instead of outputting the hard coded
9834 values of $$, $n and so forth, output invocation to b4_lhs_value,
9835 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
9836 Note: this patch partially drops `semantic-parser' support: it
9837 always does `rule_length - n', where semantic parsers ought to
9838 always use `-n'.
9839 * data/bison.simple, data/bison.c++ (b4_lhs_value)
9840 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
9841
9842 2002-05-02 Akim Demaille <akim@epita.fr>
9843
9844 * configure.in (AC_INIT): Bump to 1.49b.
9845 (AM_INIT_AUTOMAKE): Short invocation.
9846
9847 2002-05-02 Akim Demaille <akim@epita.fr>
9848
9849 Version 1.49a.
9850
9851 2002-05-01 Akim Demaille <akim@epita.fr>
9852
9853 * src/skeleton.h: Remove.
9854
9855 2002-05-01 Akim Demaille <akim@epita.fr>
9856
9857 * src/skeleton.h: Fix the #endif.
9858 Reported by Magnus Fromreide.
9859
9860 2002-04-26 Paul Eggert <eggert@twinsun.com>
9861
9862 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
9863 Define if we define YYSTYPE and YYLTYPE, respectively.
9864 (YYCOPY): Fix [] quoting problem in the non-GCC case.
9865
9866 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
9867
9868 * src/scan-skel.l: Postprocess quadrigraphs.
9869
9870 * src/reader.c (copy_character): New function, used to output
9871 single characters while replacing `[' and `]' with quadrigraphs, to
9872 avoid troubles with M4 quotes.
9873 (copy_comment): Output characters with copy_character.
9874 (read_additionnal_code): Likewise.
9875 (copy_string2): Likewise.
9876 (copy_definition): Likewise.
9877
9878 * tests/calc.at: Exercise M4 quoting.
9879
9880 2002-04-25 Akim Demaille <akim@epita.fr>
9881
9882 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
9883 between `!' and the command.
9884 Reported by Paul Eggert.
9885
9886 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
9887
9888 * tests/calc.at: Exercise prologue splitting.
9889
9890 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
9891 `b4_post_prologue' instead of `b4_prologue'.
9892
9893 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
9894 muscles.
9895 (output): Free pre_prologue_obstack and post_prologue_obstack.
9896 * src/files.h, src/files.c (attrs_obstack): Remove.
9897 (pre_prologue_obstack, post_prologue_obstack): New.
9898 * src/reader.c (copy_definition): Add a parameter to specify the
9899 obstack to fill, instead of using attrs_obstack unconditionally.
9900 (read_declarations): Pass pre_prologue_obstack to copy_definition if
9901 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
9902
9903 2002-04-23 Paul Eggert <eggert@twinsun.com>
9904
9905 * data/bison.simple: Remove unnecessary commentary and white
9906 space differences from 1_29-branch.
9907 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
9908
9909 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
9910 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
9911 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
9912 constructors or destructors.
9913
9914 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
9915
9916 2002-04-23 Akim Demaille <akim@epita.fr>
9917
9918 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
9919 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
9920 location with columns.
9921 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
9922 All reported by Paul Eggert.
9923
9924 2002-04-22 Akim Demaille <akim@epita.fr>
9925
9926 * src/reduce.c (dump_grammar): Move to...
9927 * src/gram.h, src/gram.c (grammar_dump): here.
9928 Be sure to separate long item numbers.
9929 Don't read the members of a rule's prec if its nil.
9930
9931 2002-04-22 Akim Demaille <akim@epita.fr>
9932
9933 * src/output.c (table_size, table_grow): New.
9934 (MAXTABLE): Remove, replace uses with table_size.
9935 (pack_vector): Instead of dying when the table is too big, grow it.
9936
9937 2002-04-22 Akim Demaille <akim@epita.fr>
9938
9939 * data/bison.simple (yyr1): Its type is that of a token number.
9940 * data/bison.c++ (r1_): Likewise.
9941 * tests/regression.at (Web2c Actions): Adjust.
9942
9943 2002-04-22 Akim Demaille <akim@epita.fr>
9944
9945 * src/reader.c (token_translations_init): 256 is now the default
9946 value for the error token, i.e., it will be assigned another
9947 number if the user assigned 256 to one of her tokens.
9948 (reader): Don't force 256 to error.
9949 * doc/bison.texinfo (Symbols): Adjust.
9950 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
9951 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
9952 etc. instead of 10, 20, 30 (which was used to `jump' over error
9953 (256) and undefined (2)).
9954
9955 2002-04-22 Akim Demaille <akim@epita.fr>
9956
9957 Propagate more token_number_t.
9958
9959 * src/gram.h (token_number_as_item_number)
9960 (item_number_as_token_number): New.
9961 * src/output.c (GENERATE_OUTPUT_TABLE): New.
9962 Use it to create output_item_number_table and
9963 output_token_number_table.
9964 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
9965 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
9966 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
9967 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
9968
9969 2002-04-22 Akim Demaille <akim@epita.fr>
9970
9971 * src/output.h, src/output.c (get_lines_number): Remove.
9972
9973 2002-04-19 Akim Demaille <akim@epita.fr>
9974
9975 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
9976 as Lex/Flex'.
9977 (Debugging): More details about enabling the debugging features.
9978 (Table of Symbols): Describe $$, $n, @$, and @n.
9979 Suggested by Tim Josling.
9980
9981 2002-04-19 Akim Demaille <akim@epita.fr>
9982
9983 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
9984
9985 2002-04-10 Akim Demaille <akim@epita.fr>
9986
9987 * src/system.h: Rely on HAVE_LIMITS_H.
9988 Suggested by Paul Eggert.
9989
9990 2002-04-09 Akim Demaille <akim@epita.fr>
9991
9992 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
9993 full stderr, and strip it according to the bison options, instead
9994 of composing the error message from different bits.
9995 This makes it easier to check for several error messages.
9996 Adjust all the invocations.
9997 Add an invocation exercising the error token.
9998 Add an invocation demonstrating a stupid error message.
9999 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
10000 Adjust the tests.
10001 Error message are for stderr, not stdout.
10002
10003 2002-04-09 Akim Demaille <akim@epita.fr>
10004
10005 * src/gram.h, src/gram.c (error_token_number): Remove, use
10006 errtoken->number.
10007 * src/reader.c (reader): Don't specify the user token number (2)
10008 for $undefined, as it uselessly prevents using it.
10009 * src/gram.h (token_number_t): Move to...
10010 * src/symtab.h: here.
10011 (state_t.number): Is a token_number_t.
10012 * src/print.c, src/reader.c: Use undeftoken->number instead of
10013 hard coded 2.
10014 (Even though this 2 is not the same as above: the number of the
10015 undeftoken remains being 2, it is its user token number which
10016 might not be 2).
10017 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
10018 `user_token_number_max'.
10019 Output `undef_token_number'.
10020 * data/bison.simple, data/bison.c++: Use them.
10021 Be sure to map invalid yylex return values to
10022 `undef_token_number'. This saves us from gratuitous SEGV.
10023
10024 * tests/conflicts.at (Solved SR Conflicts)
10025 (Unresolved SR Conflicts): Adjust.
10026 * tests/regression.at (Web2c Actions): Adjust.
10027
10028 2002-04-08 Akim Demaille <akim@epita.fr>
10029
10030 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
10031 Adding #line.
10032 Remove the duplicate `typedefs'.
10033 (RhsNumberType): Fix the declaration and various other typos.
10034 Use __ofile__.
10035 * data/bison.simple: Use __ofile__.
10036 * src/scan-skel.l: Handle __ofile__.
10037
10038 2002-04-08 Akim Demaille <akim@epita.fr>
10039
10040 * src/gram.h (item_number_t): New, the type of item numbers in
10041 RITEM. Note that it must be able to code symbol numbers as
10042 positive number, and the negation of rule numbers as negative
10043 numbers.
10044 Adjust all dependencies (pretty many).
10045 * src/reduce.c (rule): Remove this `short *' pointer: use
10046 item_number_t.
10047 * src/system.h (MINSHORT, MAXSHORT): Remove.
10048 Include `limits.h'.
10049 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
10050 (shortcpy): Remove.
10051 (MAXTABLE): Move to...
10052 * src/output.c (MAXTABLE): here.
10053 (prepare_rules): Use output_int_table to output rhs.
10054 * data/bison.simple, data/bison.c++: Adjust.
10055 * tests/torture.at (Big triangle): Move the limit from 254 to
10056 500.
10057 * tests/regression.at (Web2c Actions): Ajust.
10058
10059 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
10060 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
10061 passes, but produces negative #line number, once fixed, GCC is
10062 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
10063 C), it passes.
10064 * src/state.h (state_h): Code input lines on ints, not shorts.
10065
10066 2002-04-08 Akim Demaille <akim@epita.fr>
10067
10068 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
10069 and then the grammar.
10070
10071 2002-04-08 Akim Demaille <akim@epita.fr>
10072
10073 * src/system.h: No longer using strndup.
10074
10075 2002-04-07 Akim Demaille <akim@epita.fr>
10076
10077 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
10078 * src/output.c (output_table_data): Return the longest number.
10079 (prepare_tokens): Output `token_number_max').
10080 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
10081 New.
10082 Use them to define yy_token_number_type/TokenNumberType.
10083 Use this type for yytranslate.
10084 * tests/torture.at (Big triangle): Push the limit from 124 to
10085 253.
10086 * tests/regression.at (Web2c Actions): Adjust.
10087
10088 2002-04-07 Akim Demaille <akim@epita.fr>
10089
10090 * tests/torture.at (Big triangle): New.
10091 (GNU AWK Grammar, GNU Cim Grammar): Move to...
10092 * tests/existing.at: here.
10093
10094 2002-04-07 Akim Demaille <akim@epita.fr>
10095
10096 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
10097 nritems.
10098 Adjust dependencies.
10099
10100 2002-04-07 Akim Demaille <akim@epita.fr>
10101
10102 * src/reader.c: Normalize increments to prefix form.
10103
10104 2002-04-07 Akim Demaille <akim@epita.fr>
10105
10106 * src/reader.c, symtab.c: Remove debugging code.
10107
10108 2002-04-07 Akim Demaille <akim@epita.fr>
10109
10110 Rename all the `bucket's as `symbol_t'.
10111
10112 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
10113 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
10114 * src/symtab.c, src/symtab.h (bucket): Rename as...
10115 (symbol_t): this.
10116 (symbol_list_new, bucket_check_defined, bucket_make_alias)
10117 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
10118 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
10119 (buckets_new, buckets_free, buckets_do): Rename as...
10120 (symbol_list_new, symbol_check_defined, symbol_make_alias)
10121 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
10122 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
10123 (symbols_new, symbols_free, symbols_do): these.
10124
10125 2002-04-07 Akim Demaille <akim@epita.fr>
10126
10127 Use lib/hash for the symbol table.
10128
10129 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
10130 EOF.
10131 * src/lex.c (lex): Set the `number' member of new terminals.
10132 * src/reader.c (bucket_check_defined, bucket_make_alias)
10133 (bucket_check_alias_consistence, bucket_translation): New.
10134 (reader, grammar_free, readgram, token_translations_init)
10135 (packsymbols): Adjust.
10136 (reader): Number the predefined tokens.
10137 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
10138 for predefined tokens.
10139 * src/symtab.h (bucket): Remove all the hash table related
10140 members.
10141 * src/symtab.c (symtab): Replace by...
10142 (bucket_table): this.
10143 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
10144 (buckets_new, buckets_do): New.
10145
10146 2002-04-07 Akim Demaille <akim@epita.fr>
10147
10148 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
10149 (start_symbol, max_user_token_number, semantic_parser)
10150 (error_token_number): Initialize.
10151 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
10152 Initialize.
10153 (reader): Don't.
10154 (errtoken, eoftoken, undeftoken, axiom): Extern.
10155
10156 2002-04-07 Akim Demaille <akim@epita.fr>
10157
10158 * src/gram.h (rule_s): prec and precsym are now pointers
10159 to the bucket giving the priority/associativity.
10160 Member `associativity' removed: useless.
10161 * src/reduce.c, src/conflicts.c: Adjust.
10162
10163 2002-04-07 Akim Demaille <akim@epita.fr>
10164
10165 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
10166 Properly escape the symbols' TAG when outputting them.
10167
10168 2002-04-07 Akim Demaille <akim@epita.fr>
10169
10170 * src/lalr.h (LA): Is a bitsetv, not bitset*.
10171
10172 2002-04-07 Akim Demaille <akim@epita.fr>
10173
10174 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
10175 (LArule): this, which is an array to rule_t*.
10176 * src/print.c, src/conflicts.c: Adjust.
10177
10178 2002-04-07 Akim Demaille <akim@epita.fr>
10179
10180 * src/gram.h (rule_t): Rename `number' as `user_number'.
10181 `number' is a new member.
10182 Adjust dependencies.
10183 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
10184
10185 2002-04-07 Akim Demaille <akim@epita.fr>
10186
10187 As a result of the previous patch, it is no longer needed
10188 to reorder ritem itself.
10189
10190 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
10191
10192 2002-04-07 Akim Demaille <akim@epita.fr>
10193
10194 Be sure never to walk through RITEMS, but use only data related to
10195 the rules themselves. RITEMS should be banished.
10196
10197 * src/output.c (output_token_translations): Rename as...
10198 (prepare_tokens): this.
10199 In addition to `translate', prepare the muscles `tname' and
10200 `toknum', which were handled by...
10201 (output_rule_data): this.
10202 Remove, and move the remainder of its outputs into...
10203 (prepare_rules): this new routines, which also merges content from
10204 (output_gram): this.
10205 (prepare_rules): Be sure never to walk through RITEMS.
10206 (output_stos): Rename as...
10207 (prepare_stos): this.
10208 (output): Always invoke prepare_states, after all, just don't use it
10209 in the output if you don't need it.
10210
10211 2002-04-07 Akim Demaille <akim@epita.fr>
10212
10213 * src/LR0.c (new_state): Display `nstates' as the name of the
10214 newly created state.
10215 Adjust to initialize first_state and last_state if needed.
10216 Be sure to distinguish the initial from the final state.
10217 (new_states): Create the itemset of the initial state, and use
10218 new_state.
10219 * src/closure.c (closure): Now that the initial state has its
10220 items properly set, there is no need for a special case when
10221 creating `ruleset'.
10222
10223 As a result, now the rule 0, reducing to $axiom, is visible in the
10224 outputs. Adjust the test suite.
10225
10226 * tests/conflicts.at (Solved SR Conflicts)
10227 (Unresolved SR Conflicts): Adjust.
10228 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
10229 * tests/conflicts.at (S/R in initial): New.
10230
10231 2002-04-07 Akim Demaille <akim@epita.fr>
10232
10233 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
10234 the RHS of the rules.
10235 * src/output.c (output_gram): Likewise.
10236
10237 2002-04-07 Akim Demaille <akim@epita.fr>
10238
10239 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
10240 bucket.
10241 Adjust all dependencies.
10242 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
10243 `number' of the buckets too.
10244 * src/gram.h: Include `symtab.h'.
10245 (associativity): Move to...
10246 * src/symtab.h: here.
10247 No longer include `gram.h'.
10248
10249 2002-04-07 Akim Demaille <akim@epita.fr>
10250
10251 * src/gram.h, src/gram.c (rules_rhs_length): New.
10252 (ritem_longest_rhs): Use it.
10253 * src/gram.h (rule_t): `number' is a new member.
10254 * src/reader.c (packgram): Set it.
10255 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
10256 the end of `rules', and count them out of `nrules'.
10257 (reduce_output, dump_grammar): Adjust.
10258 * src/print.c (print_grammar): It is no longer needed to check for
10259 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
10260 * tests/reduce.at (Reduced Automaton): New test.
10261
10262 2002-04-07 Akim Demaille <akim@epita.fr>
10263
10264 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
10265 lacking `+ 1' to nrules, Bison reported as useless a token if it
10266 was used solely to set the precedence of the last rule...
10267
10268 2002-04-07 Akim Demaille <akim@epita.fr>
10269
10270 * data/bison.c++, data/bison.simple: Don't output the current file
10271 name in #line, to avoid useless diffs between two identical
10272 outputs under different names.
10273
10274 2002-04-07 Akim Demaille <akim@epita.fr>
10275
10276 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
10277 Normalize loops to using `< nrules + 1', not `<= nrules'.
10278
10279 2002-04-07 Akim Demaille <akim@epita.fr>
10280
10281 * TODO: Update.
10282
10283 2002-04-07 Akim Demaille <akim@epita.fr>
10284
10285 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
10286 bucket.value as bucket.number.
10287
10288 2002-04-07 Akim Demaille <akim@epita.fr>
10289
10290 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
10291 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
10292 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
10293 RHS, instead of being an index in RITEMS.
10294
10295 2002-04-04 Paul Eggert <eggert@twinsun.com>
10296
10297 * doc/bison.texinfo: Update copyright date.
10298 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
10299 (Symbols): Warn about running Bison in one character set,
10300 but compiling and/or running in an incompatible one.
10301 Warn about character code 256, too.
10302
10303 2002-04-03 Paul Eggert <eggert@twinsun.com>
10304
10305 * src/bison.data (YYSTACK_ALLOC): Depend on whether
10306 YYERROR_VERBOSE is nonzero, not whether it is defined.
10307
10308 Merge changes from bison-1_29-branch.
10309
10310 2002-03-20 Paul Eggert <eggert@twinsun.com>
10311
10312 Merge fixes from Debian bison_1.34-1.diff.
10313
10314 * configure.in (AC_PREREQ): 2.53.
10315
10316 2002-03-20 Akim Demaille <akim@epita.fr>
10317
10318 * src/conflicts.c (log_resolution): Argument `resolution' is const.
10319
10320 2002-03-19 Paul Eggert <eggert@twinsun.com>
10321
10322 * src/bison.simple (YYCOPY): New macro.
10323 (YYSTACK_RELOCATE): Use it.
10324 Remove Type arg; no longer needed. All callers changed.
10325 (yymemcpy): Remove; no longer needed.
10326
10327 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
10328 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
10329
10330 2002-03-19 Akim Demaille <akim@epita.fr>
10331
10332 Test and fix the #line outputs.
10333
10334 * tests/atlocal.at (GCC): New.
10335 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
10336 (Prologue synch line, %union synch line, Postprologue synch line)
10337 (Action synch line, Epilogue synch line): New tests.
10338 * src/reader.c (parse_union_decl): Define the muscle stype_line.
10339 * data/bison.simple, data/bison.c++: Use it.
10340
10341 2002-03-19 Akim Demaille <akim@epita.fr>
10342
10343 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
10344 (Solved SR Conflicts, %expect not enough, %expect right)
10345 (%expect too much): Move to...
10346 * tests/conflicts.at: this new file.
10347
10348 2002-03-19 Akim Demaille <akim@epita.fr>
10349
10350 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
10351 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
10352 that we can move to enums for instance.
10353 * src/output.c (token_definitions_output): Output a list of
10354 `token-name, token-number' instead of the #define.
10355 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
10356
10357 2002-03-14 Akim Demaille <akim@epita.fr>
10358
10359 Use Gettext 0.11.1.
10360
10361 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
10362
10363 * data/bison.c++: Make the user able to add members to the generated
10364 parser by subclassing.
10365
10366 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
10367
10368 * src/reader.c (read_additionnal_code): `c' should be an integer, not
10369 a character.
10370 Reported by Nicolas Tisserand and Nicolas Burrus.
10371
10372 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
10373
10374 * src/reader.c: Warn about lacking semi-colons, do not complain.
10375
10376 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
10377
10378 * data/bison.c++: Remove a debug line.
10379
10380 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
10381
10382 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
10383 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
10384 provide a default implementation.
10385
10386 2002-03-04 Akim Demaille <akim@epita.fr>
10387
10388 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
10389 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
10390 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
10391 * tests/semantic.at (Parsing Guards): Similarly.
10392 * src/reader.at (readgram): Complain if the last rule is not ended
10393 with a semi-colon.
10394
10395 2002-03-04 Akim Demaille <akim@epita.fr>
10396
10397 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
10398 * src/closure.c: here.
10399 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
10400 RTC.
10401 * src/warshall.h, src/warshall.c: Remove.
10402 * tests/sets.at (Broken Closure): Adjust.
10403
10404 2002-03-04 Akim Demaille <akim@epita.fr>
10405
10406 * src/output.c (output_skeleton): tempdir is const.
10407 bytes_read is unused.
10408
10409 2002-03-04 Akim Demaille <akim@epita.fr>
10410
10411 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
10412 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
10413 Update.
10414 From Michael Hayes.
10415
10416 2002-03-04 Akim Demaille <akim@epita.fr>
10417
10418 * src/closure.c (closure): `r' is unused.
10419
10420 2002-03-04 Akim Demaille <akim@epita.fr>
10421
10422 * tests/sets.at (Broken Closure): Add the ending `;'.
10423 * src/reader.at (readgram): Complain if a rule is not ended with a
10424 semi-colon.
10425
10426 2002-03-04 Akim Demaille <akim@epita.fr>
10427
10428 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
10429 (count_sr_conflicts): Use bitset_count.
10430 * src/reduce.c (inaccessable_symbols): Ditto.
10431 (bits_size): Remove.
10432 * src/warshall.h, src/warshall.c: Convert to bitsetv.
10433
10434 2002-03-04 Akim Demaille <akim@epita.fr>
10435
10436 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
10437 * src/reduce.c: Remove the `bitset_zero's following the
10438 `bitset_create's, as now it is performed by the latter.
10439
10440 2002-03-04 Akim Demaille <akim@epita.fr>
10441
10442 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
10443 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
10444 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
10445 latest sources from Michael.
10446
10447 2002-03-04 Akim Demaille <akim@epita.fr>
10448
10449 * src/output.c (output): Don't free the grammar.
10450 * src/reader.c (grammar_free): New.
10451 * src/main.c (main): Call it and don't free symtab here.
10452
10453 2002-03-04 Akim Demaille <akim@epita.fr>
10454
10455 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
10456 before returning.
10457 Reported by Benoit Perrot.
10458
10459 2002-03-04 Akim Demaille <akim@epita.fr>
10460
10461 Use bitset operations when possible, not loops over bits.
10462
10463 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
10464 bitset_or.
10465 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
10466 * src/reduce.c (useless_nonterminals): Formatting changes.
10467 * src/warshall.c (TC): Use bitset_or.
10468
10469 2002-03-04 Akim Demaille <akim@epita.fr>
10470
10471 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
10472 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
10473 Ditto.
10474
10475 2002-03-04 Akim Demaille <akim@epita.fr>
10476
10477 * src/lalr.c (F): Now a bitset*.
10478 Adjust all dependencies.
10479
10480 2002-03-04 Akim Demaille <akim@epita.fr>
10481
10482 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
10483 Adjust all dependencies.
10484
10485 2002-03-04 Akim Demaille <akim@epita.fr>
10486
10487 * src/L0.c, src/LR0.h (nstates): Be size_t.
10488 Adjust comparisons (signed vs unsigned).
10489 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
10490 bitset*.
10491 Adjust all dependencies.
10492
10493 2002-03-04 Akim Demaille <akim@epita.fr>
10494
10495 * src/closure.c (firsts): Now, also a bitset.
10496 Adjust all dependencies.
10497 (varsetsize): Remove, now unused.
10498 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
10499
10500 2002-03-04 Akim Demaille <akim@epita.fr>
10501
10502 * src/print.c: Convert to use bitset.h, not hand coded iterations
10503 over ints.
10504
10505 2002-03-04 Akim Demaille <akim@epita.fr>
10506
10507 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
10508
10509 2002-03-04 Akim Demaille <akim@epita.fr>
10510
10511 * src/closure.c (ruleset): Be a bitset.
10512 (rulesetsize): Remove.
10513
10514 2002-03-04 Akim Demaille <akim@epita.fr>
10515
10516 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
10517 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
10518 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
10519 * src/closure.c (fderives): Be an array of bitsets.
10520
10521 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
10522
10523 * data/bison.c++: Merge the two generated headers. Insert a copyright
10524 notice in each output file.
10525
10526 2002-02-28 Akim Demaille <akim@epita.fr>
10527
10528 * data/bison.c++: Copy the prologue of bison.simple to fetch
10529 useful M4 definitions, such as b4_header_guard.
10530
10531 2002-02-25 Akim Demaille <akim@epita.fr>
10532
10533 * src/getargs.c (version): Give the name of the authors, and use a
10534 translator friendly scheme for the bgr
10535 copyright notice.
10536
10537 2002-02-25 Akim Demaille <akim@epita.fr>
10538
10539 * src/output.c (header_output): Remove, now handled completely via
10540 M4.
10541
10542 2002-02-25 Akim Demaille <akim@epita.fr>
10543
10544 * m4/m4.m4: New, from CVS Autoconf.
10545 * configure.in: Invoke it.
10546 * src/output.c (output_skeleton): Use its result instead of the
10547 hard coded name.
10548
10549 2002-02-25 Akim Demaille <akim@epita.fr>
10550
10551 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
10552 Fileutils 4.1.5.
10553 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
10554 * src/output.c (output_skeleton): Use mkstemp to create a real
10555 temporary file.
10556 Move the filling of `skeleton' and its muscle to...
10557 (prepare): here.
10558 (output): Move the definition of the prologue muscle to...
10559 (prepare): here.
10560 * src/system.h (DEFAULT_TMPDIR): New.
10561
10562 2002-02-14 Paul Eggert <eggert@twinsun.com>
10563
10564 Remove the support for C++ namespace cleanliness; it was
10565 causing more problems than it was curing, since it didn't work
10566 properly on some nonstandard C++ compilers. This can wait
10567 for a proper C++ parser.
10568
10569 * NEWS: Document this.
10570 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
10571 of C++, as it's treated like C now.
10572 * src/bison.simple (YYSTD): Remove.
10573 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
10574 Treat C++ just like Standard C instead of trying to support
10575 namespace cleanliness.
10576
10577 2002-02-14 Akim Demaille <akim@epita.fr>
10578
10579 * tests/regression.at (else): Adjust to Andreas' change.
10580
10581 2002-02-14 Akim Demaille <akim@epita.fr>
10582
10583 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
10584
10585 2002-02-13 Andreas Schwab <schwab@suse.de>
10586
10587 * src/output.c (output_rule_data): Don't output NULL, it might
10588 not be defined yet.
10589
10590 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
10591
10592 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
10593 (Copyright notice): Update.
10594
10595 2002-02-11 Akim Demaille <akim@epita.fr>
10596
10597 * tests/regression.at (%nonassoc and eof): Don't include
10598 nonportable headers.
10599
10600 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
10601
10602 * data/bison.c++: Correct error recovery. Make the user able to
10603 initialize the starting location.
10604
10605 2002-02-07 Akim Demaille <akim@epita.fr>
10606
10607 * tests/input.at: New.
10608
10609 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
10610
10611 * data/bison.c++: Replace some direct m4 expansions by constants. Be
10612 more consistent when naming methods and variables. Put preprocessor
10613 directives around tables only needed for debugging.
10614
10615 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
10616
10617 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
10618 C++ parsers.
10619 (yy::b4_name::parse): Use print_.
10620
10621 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
10622
10623 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
10624
10625 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
10626
10627 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
10628 C++ parsers.
10629 (yy::b4_name::parse): Build verbose error messages, and use error_.
10630
10631 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
10632
10633 * data/bison.c++: Fix m4 quoting in comments.
10634
10635 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
10636
10637 * data/bison.c++: Adjust the parser code. Fix some muscles that were
10638 not expanded by m4.
10639
10640 2002-02-05 Akim Demaille <akim@epita.fr>
10641
10642 * data/bison.c++: Adjust to the M4 back end.
10643 More is certainly needed.
10644
10645 2002-02-05 Akim Demaille <akim@epita.fr>
10646
10647 Give a try to M4 as a back end.
10648
10649 * lib/readpipe.c: New, from wdiff.
10650 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
10651 BISON_HAIRY.
10652 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
10653 specific values. Now it is m4 that performs the lookup.
10654 * src/parse-skel.y: Remove.
10655 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
10656 * src/output.c (actions_output, guards_output)
10657 (token_definitions_output): No longer keeps track of the output
10658 line number, hence remove the second argument.
10659 (guards_output): Check against the guard member of a rule, not the
10660 action member.
10661 Adjust callers.
10662 (output_skeleton): Don't look for the skeleton location, let m4 do
10663 that.
10664 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
10665 file will be used.
10666 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
10667 (prepare): Given that for the time being changesyntax is not
10668 usable in M4, rename the muscles using `-' to `_'.
10669 Define `defines_flag', `output_parser_name' and `output_header_name'.
10670 * src/output.h (actions_output, guards_output)
10671 (token_definitions_output): Adjust prototypes.
10672 * src/scan-skel.l: Instead of scanning the skeletons, it now
10673 processes the output of m4: `__oline__' and `#output'.
10674 * data/bison.simple: Adjust to be used by M4(sugar).
10675 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
10676 to date.
10677 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
10678 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
10679 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
10680 shamelessly stolen from CVS Autoconf.
10681
10682 2002-02-05 Akim Demaille <akim@epita.fr>
10683
10684 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
10685 * configure.in: Check for the declarations of free and malloc.
10686 * src/muscle_tab.c: Adjust.
10687
10688 2002-02-05 Akim Demaille <akim@epita.fr>
10689
10690 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
10691 which have no values.
10692
10693 2002-02-05 Akim Demaille <akim@epita.fr>
10694
10695 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
10696 * data/: here.
10697
10698 2002-01-29 Paul Eggert <eggert@twinsun.com>
10699
10700 * src/bison.simple (YYSIZE_T): Do not define merely because
10701 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
10702 On some platforms, <alloca.h> does not declare YYSTD (size_t).
10703
10704 2002-01-27 Akim Demaille <akim@epita.fr>
10705
10706 Fix `%nonassoc and eof'.
10707
10708 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
10709 which were not properly copied! Replace
10710 memcpy (res->errs, src->errs, src->nerrs);
10711 with
10712 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
10713 !!!
10714 * tests/regression.at (%nonassoc and eof): Adjust to newest
10715 Autotest: `.' is not in the PATH.
10716
10717 2002-01-27 Akim Demaille <akim@epita.fr>
10718
10719 * tests/sets.at (AT_EXTRACT_SETS): New.
10720 (Nullable): Use it.
10721 (Firsts): New.
10722
10723 2002-01-26 Akim Demaille <akim@epita.fr>
10724
10725 * tests/actions.at, tests/calc.at, tests/headers.at,
10726 * tests/torture.at: Adjust to the newest Autotest which no longer
10727 forces `.' in the PATH.
10728
10729 2002-01-25 Akim Demaille <akim@epita.fr>
10730
10731 * tests/regression.at (%nonassoc and eof): New.
10732 Suggested by Robert Anisko.
10733
10734 2002-01-24 Akim Demaille <akim@epita.fr>
10735
10736 Bison dumps core when trying to complain about broken input files.
10737 Reported by Cris van Pelt.
10738
10739 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
10740 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
10741 into...
10742 (Invalid inputs): Strengthen: exercise parse_percent_token.
10743
10744 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
10745
10746 * src/Makefile.am: Add bison.c++.
10747 * src/bison.c++: New skeleton.
10748
10749 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
10750
10751 * po/it.po: New.
10752
10753 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
10754
10755 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
10756
10757 2002-01-20 Marc Autret <marc@gnu.org>
10758
10759 * src/files.c (compute_output_file_names): Fix
10760
10761 2002-01-20 Marc Autret <marc@gnu.org>
10762
10763 * tests/output.at: New test.
10764 * src/files.c (compute_base_names): Don't map extensions when
10765 the YACC flag is set, use defaults.
10766 Reported by Evgeny Stambulchik.
10767
10768 2002-01-20 Marc Autret <marc@gnu.org>
10769
10770 * src/system.h: Need to define __attribute__ away for non-GCC
10771 compilers as well (i.e., the vendor C compiler).
10772 Suggested by Albert Chin-A-Young.
10773
10774 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
10775
10776 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
10777 canonical definition.
10778 * src/system.h: Use the canonical definition for PARAMS (avoids
10779 a conflict with the macro from lib/hash.h).
10780
10781 2002-01-11 Akim Demaille <akim@epita.fr>
10782
10783 * configure.in: Use AC_FUNC_STRNLEN.
10784 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
10785
10786 2002-01-09 Akim Demaille <akim@epita.fr>
10787
10788 * src/files.c, src/files.h (output_infix): New.
10789 (tab_extension): Remove.
10790 (compute_base_names): Compute the former, drop the latter.
10791 * src/output.c (prepare): Insert the muscles `output-infix', and
10792 `output-suffix'.
10793 * src/parse-skel.y (string, string.1): New.
10794 (section.header): Use it.
10795 (section.yacc): Remove.
10796 (prefix): Remove too.
10797 * src/scan-skel.l: Adjust.
10798 * src/bison.simple, src/bison.hairy: Adjust.
10799
10800 2002-01-09 Akim Demaille <akim@epita.fr>
10801
10802 * configure.in (WERROR_CFLAGS): Compute it.
10803 * src/Makefile.am (CFLAGS): Pass it.
10804 * tests/atlocal.in (CFLAGS): Idem.
10805 * src/files.c: Fix a few warnings.
10806 (get_extension_index): Remove, unused.
10807
10808 2002-01-08 Akim Demaille <akim@epita.fr>
10809
10810 * src/getargs.c (AS_FILE_NAME): New.
10811 (getargs): Use it to convert DOSish file names.
10812 * src/files.c (base_name): Rename as full_base_name to avoid
10813 clashes with `base_name ()'.
10814 (filename_split): New.
10815 (compute_base_names): N-th rewrite, using filename_split.
10816
10817 2002-01-08 Akim Demaille <akim@epita.fr>
10818
10819 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
10820 New, stolen from the Fileutils 4.1.
10821 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
10822 * configure.in: Check for the presence of memrchr, and of its
10823 prototype.
10824
10825 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
10826
10827 * lib/hash.h (__P): Added definition for this macro.
10828 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
10829 BUILT_SOURCES, to ensure they are generated first.
10830 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
10831 %error-verbose to allow bootstrapping with bison 1.30x.
10832
10833 2002-01-06 Akim Demaille <akim@epita.fr>
10834
10835 * src/reader.c (parse_braces): Don't fetch the next char, the
10836 convention is to fetch on entry.
10837 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
10838 'switch' without a following semicolon.
10839 * tests/regression.at (braces parsing): New.
10840
10841 2002-01-06 Akim Demaille <akim@epita.fr>
10842
10843 Bison is dead wrong in its RR conflict reports.
10844
10845 * tests/torture.at (GNU Cim Grammar): New.
10846 * src/conflicts.c (count_rr_conflicts): Fix.
10847
10848 2002-01-06 Akim Demaille <akim@epita.fr>
10849
10850 Creating package.m4 from configure.ac causes too many problems.
10851
10852 * tests/Makefile.am (package.m4): Create it by hand,
10853 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
10854
10855 2002-01-06 Akim Demaille <akim@epita.fr>
10856
10857 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
10858 skeleton.h.
10859
10860 2002-01-04 Paul Eggert <eggert@twinsun.com>
10861
10862 * doc/bison.texinfo (Debugging):
10863 Remove YYSTDERR; it's no longer defined or used.
10864 Also, s/cstdio.h/cstdio/.
10865
10866 2002-01-03 Akim Demaille <akim@epita.fr>
10867
10868 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
10869
10870 2002-01-03 Akim Demaille <akim@epita.fr>
10871
10872 * src/parse-skel.y (process_skeleton): Don't bind the parser's
10873 tracing code to --trace, wait for a better --trace option, with
10874 args.
10875
10876 2002-01-03 Akim Demaille <akim@epita.fr>
10877
10878 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
10879 The ISO C++ standard is extremely clear about it: stderr is
10880 considered a macro, not a regular symbol (see table 94 `Header
10881 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
10882 Therefore std:: does not apply to it. It still does with fprintf.
10883 Also, s/cstdio.h/cstdio/.
10884
10885 2002-01-03 Akim Demaille <akim@epita.fr>
10886
10887 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
10888 for non system headers.
10889
10890 2002-01-02 Akim Demaille <akim@epita.fr>
10891
10892 Equip the skeleton chain with location tracking, runtime trace,
10893 pure parser and scanner.
10894
10895 * src/parse-skel.y: Request a pure parser, locations, and prefix
10896 renaming.
10897 (%union): Having several members with the same type does not help
10898 type mismatches, simplify.
10899 (YYPRINT, yyprint): New.
10900 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
10901 (skel_error): this.
10902 Handle locations.
10903 * src/scan-skel.l: Adjust to these changes.
10904 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
10905 (LOCATION_PRINT, skel_control_t): New.
10906
10907 2001-12-30 Akim Demaille <akim@epita.fr>
10908
10909 * src/parse-skel.y: Get rid of the shift/reduce conflict:
10910 replace `gb' with BLANKS.
10911 * src/scan-skel.l: Adjust.
10912
10913 2001-12-30 Akim Demaille <akim@epita.fr>
10914
10915 * src/system.h: We don't need nor want bcopy.
10916 Throw away MS-DOS crap: we don't need getpid.
10917 * configure.in: We don't need strndup. It was even causing
10918 problems: because Flex includes the headers *before* us,
10919 _GNU_SOURCE is not defined by config.h, and therefore strndup was
10920 not visible.
10921 * lib/xstrndup.c: New.
10922 * src/scan-skel.l: Use it.
10923 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
10924 * src/parse-skel.y: Use %directives instead of #defines.
10925
10926 2001-12-30 Akim Demaille <akim@epita.fr>
10927
10928 * src/skeleton.h: New.
10929 * src/output.c (output_parser, output_master_parser): Remove, dead
10930 code.
10931 * src/output.h (get_lines_number, actions_output, guards_output)
10932 (token_definitions_output): Prototype them.
10933 * src/parse-skel.y: Add the license notice.
10934 Include output.h and skeleton.h.
10935 (process_skeleton): Returns void, and takes a single parameter.
10936 * src/scan-skel.l: Add the license notice.
10937 Include skeleton.h.
10938 Don't use %option yylineno: it seems that then Flex imagines
10939 REJECT has been used, and therefore it won't reallocate its
10940 buffers (which makes no other sense to me than a bug). It results
10941 in warnings for `unused: yy_flex_realloc'.
10942
10943 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
10944
10945 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
10946 (MUSCLE_INSERT_PREFIX): ...to there.
10947 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
10948 (MUSCLE_INSERT_PREFIX): Move from here...
10949
10950 * src/bison.hairy: Add a section directive. Put braces around muscle
10951 names. This parser skeleton is still broken, but Bison should not
10952 choke on a bad muscle 'syntax'.
10953 * src/bison.simple: Add a section directive. Put braces around muscle
10954 names.
10955
10956 * src/files.h (strsuffix, stringappend): Add declarations.
10957 (tab_extension): Add declaration.
10958 (short_base_name): Add declaration.
10959
10960 * src/files.c (strsuffix, stringappend): No longer static. These
10961 functions are used in the skeleton parser.
10962 (tab_extension): New.
10963 (compute_base_names): Use the computations done in this function
10964 to guess if the generated parsers should have '.tab' in their
10965 names.
10966 (short_base_name): No longer static.
10967
10968 * src/output.c (output_skeleton): New.
10969 (output): Disable call to output_master_parser, and give a try to
10970 a new skeleton handling system.
10971 (guards_output, actions_output): No longer static.
10972 (token_definitions_output, get_lines_number): No longer static.
10973
10974 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
10975
10976 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
10977 parse-skel.y.
10978
10979 * src/parse-skel.y: New file.
10980 * src/scan-skel.l: New file.
10981
10982 2001-12-29 Akim Demaille <akim@epita.fr>
10983
10984 %name-prefix is broken.
10985
10986 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
10987 Adjust all dependencies.
10988 * tests/headers.at (export YYLTYPE): Strengthen this test: use
10989 %name-prefix.
10990
10991 Renaming yylval but not yylloc is not consistent. Now we do.
10992
10993 * src/bison.simple: Prefix yylloc if used.
10994 * doc/bison.texinfo (Decl Summary): Document that.
10995
10996 2001-12-29 Akim Demaille <akim@epita.fr>
10997
10998 * doc/bison.texinfo: Promote `%long-directive' over
10999 `%long_directive'.
11000 Remove all references to fixed-output-files, yacc is enough.
11001
11002 2001-12-29 Akim Demaille <akim@epita.fr>
11003
11004 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
11005 user prologue. These are defaults.
11006 * tests/actions.at (Mid-rule actions): Make sure the user can
11007 define YYDEBUG and YYERROR_VERBOSE.
11008
11009 2001-12-29 Akim Demaille <akim@epita.fr>
11010
11011 * src/output.c (header_output): Don't forget to export YYLTYPE and
11012 yylloc.
11013 * tests/headers.at (export YYLTYPE): New, make sure it does.
11014 * tests/regression.at (%union and --defines, Invalid CPP headers):
11015 Move to...
11016 * tests/headers.at: here.
11017
11018 2001-12-29 Akim Demaille <akim@epita.fr>
11019
11020 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
11021
11022 2001-12-29 Akim Demaille <akim@epita.fr>
11023
11024 * tests/actions.at (Mid-rule actions): Output on a single line
11025 instead of several.
11026
11027 2001-12-29 Akim Demaille <akim@epita.fr>
11028
11029 * doc/bison.texinfo: Formatting changes.
11030
11031 2001-12-29 Akim Demaille <akim@epita.fr>
11032
11033 Don't store the token defs in a muscle, just be ready to output it
11034 on command. Now possible via `symbols'. Fixes a memory leak.
11035
11036 * src/output.c (token_definitions_output): New.
11037 (output_parser, header_output): Use it.
11038 * src/reader.c (symbols_save): Remove.
11039
11040 2001-12-29 Akim Demaille <akim@epita.fr>
11041
11042 * src/bison.simple: Do not provide a default for YYSTYPE and
11043 YYLTYPE before the user's prologue. Otherwise it's hardly... a
11044 default.
11045
11046 2001-12-29 Akim Demaille <akim@epita.fr>
11047
11048 Mid-rule actions are simply... ignored!
11049
11050 * src/reader.c (readgram): Be sure to attach mid-rule actions to
11051 the empty-rule associated to the dummy symbol, not to the host
11052 rule.
11053 * tests/actions.at (Mid-rule actions): New.
11054
11055 2001-12-29 Akim Demaille <akim@epita.fr>
11056
11057 Memory leak.
11058
11059 * src/reader.c (reader): Free grammar.
11060
11061 2001-12-29 Akim Demaille <akim@epita.fr>
11062
11063 Memory leak.
11064
11065 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
11066 since it allocates it for each state, although only one is needed.
11067 (allocate_storage): Do it here.
11068
11069 2001-12-29 Akim Demaille <akim@epita.fr>
11070
11071 * src/options.h, src/options.c (create_long_option_table): Rename
11072 as...
11073 (long_option_table_new): this, with a clearer prototype.
11074 (percent_table): Remove, unused,
11075 * src/getargs.c (getargs): Adjust.
11076
11077 2001-12-29 Akim Demaille <akim@epita.fr>
11078
11079 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
11080 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
11081 as states.
11082
11083 2001-12-29 Akim Demaille <akim@epita.fr>
11084
11085 * src/lalr.c (build_relations): Rename `states' as `states1'.
11086 Sorry, I don't understand exactly what it is, no better name...
11087
11088 2001-12-29 Akim Demaille <akim@epita.fr>
11089
11090 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
11091 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
11092 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
11093 as rules.
11094
11095 2001-12-29 Akim Demaille <akim@epita.fr>
11096
11097 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
11098 ago.
11099
11100 2001-12-29 Akim Demaille <akim@epita.fr>
11101
11102 * src/reader.c, src/reader.h (user_toknums): Remove.
11103 Adjust all users to use symbols[i]->user_token_number.
11104
11105 2001-12-29 Akim Demaille <akim@epita.fr>
11106
11107 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
11108 Adjust all users to use symbols[i]->prec or ->assoc.
11109
11110 2001-12-29 Akim Demaille <akim@epita.fr>
11111
11112 * src/reader.c, src/reader.h (tags): Remove.
11113 Adjust all users to use symbols[i]->tag.
11114
11115 2001-12-29 Akim Demaille <akim@epita.fr>
11116
11117 * src/gram.h, src/gram.c (symbols): New, similar to state_table
11118 and rule_table.
11119 * src/reader.c (packsymbols): Fill this table.
11120 Drop sprec.
11121 * src/conflicts.c (resolve_sr_conflict): Adjust.
11122 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
11123 single table.
11124 Use symbols[i]->tag instead of tags[i].
11125
11126 2001-12-29 Akim Demaille <akim@epita.fr>
11127
11128 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
11129 In addition, put a comment in there, to replace...
11130 * tests/regression.at (%union and C comments): Remove.
11131
11132 2001-12-29 Akim Demaille <akim@epita.fr>
11133
11134 * tests/regression.at (Web2c Actions): Blindly move the actual
11135 output as expected output. The contents *seem* right to me, but I
11136 can't pretend reading perfectly parser tables... Nonetheless, all
11137 the other tests pass correctly, the table look OK, even though the
11138 presence of `$axiom' is to be noted: AFAICS it is useless (but
11139 harmless).
11140
11141 2001-12-29 Akim Demaille <akim@epita.fr>
11142
11143 * src/reader.c (readgram): Don't add the rule 0 if there were no
11144 rules read. In other words, add it _after_ having performed
11145 grammar sanity checks.
11146 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
11147
11148 2001-12-29 Akim Demaille <akim@epita.fr>
11149
11150 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
11151 visible, and some states have now a different number.
11152
11153 2001-12-29 Akim Demaille <akim@epita.fr>
11154
11155 * src/reader.c (readgram): Bind the initial rule's lineno to that
11156 of the first rule.
11157 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
11158 (Solved SR Conflicts): Adjust rule 0's line number.
11159
11160 2001-12-29 Akim Demaille <akim@epita.fr>
11161
11162 Fix the `GAWK Grammar' failure.
11163
11164 * src/LR0.c (final_state): Initialize to -1 so that we do compute
11165 the reductions of the first state which was mistakenly confused
11166 with the final state because precisely final_state was initialized
11167 to 0.
11168 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
11169 now noticed by Bison.
11170 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
11171 have a reduction on $default.
11172
11173 2001-12-29 Akim Demaille <akim@epita.fr>
11174
11175 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
11176 rule line numbers.
11177 * src/closure.c (print_closure): Likewise.
11178 * src/derives.c (print_derives): Likewise.
11179 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
11180 now.
11181
11182 2001-12-29 Akim Demaille <akim@epita.fr>
11183
11184 * src/lalr.c (lookaheads_print): New.
11185 (lalr): Call it when --trace-flag.
11186 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
11187 are dumped.
11188
11189 2001-12-29 Akim Demaille <akim@epita.fr>
11190
11191 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
11192 when walking through ritem, even via rule->rhs.
11193 * src/reduce.c (dump_grammar, useful_production, reduce_output)
11194 (useful_production, useless_nonterminals): Likewise.
11195 (reduce_grammar_tables): Likewise, plus update nritems.
11196 * src/nullable.c (set_nullable): Likewise.
11197 * src/lalr.c (build_relations): Likewise.
11198 * tests/sets.at (Nullable): Adjust.
11199 Fortunately, now, the $axiom is no longer nullable.
11200
11201 2001-12-29 Akim Demaille <akim@epita.fr>
11202
11203 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
11204 the 0-sentinel.
11205 * src/gram.c (ritem_longest_rhs): Likewise.
11206 * src/reduce.c (nonterminals_reduce): Likewise.
11207 * src/print_graph.c (print_graph): Likewise.
11208 * src/output.c (output_rule_data): Likewise.
11209 * src/nullable.c (set_nullable): Likewise.
11210
11211 2001-12-29 Akim Demaille <akim@epita.fr>
11212
11213 * src/output.c: Comment changes.
11214
11215 2001-12-27 Paul Eggert <eggert@twinsun.com>
11216
11217 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
11218 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
11219 Sparc, as they were causing more porting problems than the
11220 (minor) performance improvement was worth.
11221
11222 Also, catch up with 1.31's YYSTD.
11223
11224 2001-12-27 Akim Demaille <akim@epita.fr>
11225
11226 * src/output.c (output_gram): Rely on nritems, not the
11227 0-sentinel. See below.
11228 Use -1 as separator, not 0.
11229 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
11230 Rely on -1 as separator in yyrhs, instead of 0.
11231 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
11232 twice `Now at end of input', therefore there are two lines less to
11233 expect.
11234
11235 2001-12-27 Akim Demaille <akim@epita.fr>
11236
11237 * tests/regression.at (Unresolved SR Conflicts):
11238 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
11239 below.
11240
11241 2001-12-27 Akim Demaille <akim@epita.fr>
11242
11243 * src/LR0.c (new_state): Recognize the final state by the fact it
11244 is reached by eoftoken.
11245 (insert_start_shifting_state, insert_eof_shifting_state)
11246 (insert_accepting_state, augment_automaton): Remove, since now
11247 these states are automatically computed from the initial state.
11248 (generate_states): Adjust.
11249 * src/print.c: When reporting a rule number to the user, substract
11250 1, so that the axiom rule is rule 0, and the first user rule is 1.
11251 * src/reduce.c: Likewise.
11252 * src/print_graph.c (print_core): For the time being, just as for
11253 the report, depend upon --trace-flags to dump the full set of
11254 items.
11255 * src/reader.c (readgram): Once the grammar read, insert the rule
11256 0: `$axiom: START-SYMBOL $'.
11257 * tests/set.at: Adjust: rule 0 is now displayed, and since the
11258 number of the states has changed (the final state is no longer
11259 necessarily the last), catch up.
11260
11261 2001-12-27 Akim Demaille <akim@epita.fr>
11262
11263 Try to make the use of the eoftoken valid. Given that its value
11264 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
11265 is used instead of > 0 where appropriate, (ii), depend upon nritems
11266 instead of the 0-sentinel.
11267
11268 * src/gram.h, src/gram.c (nritems): New.
11269 Expected to be duplication of nitems, but for the time being...
11270 * src/reader.c (packgram): Assert nritems and nitems are equal.
11271 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
11272 * src/closure.c (print_closure, print_fderives): Likewise.
11273 * src/gram.c (ritem_print): Likewise.
11274 * src/print.c (print_core, print_grammar): Likewise.
11275 * src/print_graph.c: Likewise.
11276
11277 2001-12-27 Akim Demaille <akim@epita.fr>
11278
11279 * src/main.c (main): If there are complains after grammar
11280 reductions, then output the report anyway if requested, then die.
11281 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
11282 * src/reader.c (eoftoken): New.
11283 (parse_token_decl): If the token being defined has value `0', it
11284 is the eoftoken.
11285 (packsymbols): No longer hack `tags' to insert `$' by hand.
11286 Be sure to preserve the value of the eoftoken.
11287 (reader): Make sure eoftoken is defined.
11288 Initialize nsyms to 0: now eoftoken is created just like the others.
11289 * src/print.c (print_grammar): Don't special case the eof token.
11290 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
11291 lie anyway, albeit pleasant.
11292 * tests/calc.at: Exercise error messages with eoftoken.
11293 Change the grammar so that empty input is invalid.
11294 Adjust expectations.
11295 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
11296
11297 2001-12-27 Akim Demaille <akim@epita.fr>
11298
11299 * configure.in: Check the protos of strchr ans strspn.
11300 Replace strchr if needed.
11301 * src/system.h: Provide the protos of strchr, strspn and memchr if
11302 missing.
11303 * lib/strchr.c: New.
11304 * src/reader.c (symbols_save): Use strchr.
11305
11306 2001-12-27 Akim Demaille <akim@epita.fr>
11307
11308 * src/print.c, src/print_graph.c (escape): New.
11309 Use it to quote the TAGS outputs.
11310 * src/print_graph.c (print_state): Now errors are in red, and
11311 reductions in green.
11312 Prefer high to wide: output the state number on a line of its own.
11313
11314 2001-12-27 Akim Demaille <akim@epita.fr>
11315
11316 * src/state.h, src/state.c (reductions_new): New.
11317 * src/LR0.c (set_state_table): Let all the states have a
11318 `reductions', even if reduced to 0.
11319 (save_reductions): Adjust.
11320 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
11321 * src/print.c (print_reductions, print_actions): Adjust.
11322 * src/output.c (action_row): Adjust.
11323
11324 2001-12-27 Akim Demaille <akim@epita.fr>
11325
11326 * src/state.h, src/state.c (errs_new, errs_dup): New.
11327 * src/LR0.c (set_state_table): Let all the states have an errs,
11328 even if reduced to 0.
11329 * src/print.c (print_errs, print_reductions): Adjust.
11330 * src/output.c (output_actions, action_row): Adjust.
11331 * src/conflicts.c (resolve_sr_conflict): Adjust.
11332
11333 2001-12-27 Akim Demaille <akim@epita.fr>
11334
11335 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
11336
11337 2001-12-27 Akim Demaille <akim@epita.fr>
11338
11339 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
11340 * src/print.c: here.
11341 (lookaheadset, shiftset): New, used as additional storage by
11342 print_reductions.
11343 (print_results): Adjust.
11344 (print_shifts, print_gotos, print_errs): New, extracted from...
11345 (print_actions): here.
11346 * src/print_graph.c (print_actions): Remove dead code.
11347
11348 2001-12-27 Akim Demaille <akim@epita.fr>
11349
11350 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
11351 `$n' and `@n'.
11352
11353 2001-12-27 Akim Demaille <akim@epita.fr>
11354
11355 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
11356 (build_relations): Adjust.
11357
11358 2001-12-27 Akim Demaille <akim@epita.fr>
11359
11360 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
11361 duplication.
11362
11363 2001-12-27 Akim Demaille <akim@epita.fr>
11364
11365 * src/reader.c (packgram): Catch nitems overflows.
11366
11367 2001-12-27 Akim Demaille <akim@epita.fr>
11368
11369 * src/files.c, src/files.h (guard_obstack): Remove.
11370 * src/output.c (output): Adjust.
11371 * src/reader.c (parse_braces): New, factoring...
11372 (copy_action, copy_guard): these two which are renamed as...
11373 (parse_action, parse_guard): these.
11374 As a voluntary consequence, using braces around guards is now
11375 mandatory.
11376
11377 2001-12-27 Akim Demaille <akim@epita.fr>
11378
11379 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
11380 * src/reader.c (symbol_list): `guard' and `guard_line' are new
11381 members.
11382 (symbol_list_new): Adjust.
11383 (copy_action): action_line is the first line, not the last.
11384 (copy_guard): Just as for actions, store the `action' only, not
11385 the switch/case/break flesh.
11386 Don't parse the user action that might follow the guard, let...
11387 (readgram): do it, i.e., now, there can be an action after a
11388 guard.
11389 In other words the guard is just explicitly optional.
11390 (packgram): Adjust.
11391 * src/output.c (guards_output): New.
11392 (output_parser): Call it when needed.
11393 (output): Also free the guard and attrs obstacks.
11394 * src/files.c, src/files.h (obstack_save): Remove.
11395 (output_files): Remove.
11396 As a result, if one needs the former `.act' file, using an
11397 appropriate skeleton which requires actions and guards is now
11398 required.
11399 * src/main.c (main): Adjust.
11400 * tests/semantic.at: New.
11401 * tests/regression.at: Use `input.y' as input file name.
11402 Avoid 8+3 problems by requiring input.c when the test needs the
11403 parser.
11404
11405 2001-12-27 Akim Demaille <akim@epita.fr>
11406
11407 * src/reader.c (symbol_list_new): Be sure to initialize all the
11408 fields.
11409
11410 2001-12-27 Akim Demaille <akim@epita.fr>
11411
11412 All the hacks using a final pseudo state are now useless.
11413
11414 * src/LR0.c (set_state_table): state_table holds exactly nstates.
11415 * src/lalr.c (nLA): New.
11416 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
11417 instead of lookaheadsp from the pseudo state (nstate + 1).
11418
11419 2001-12-27 Akim Demaille <akim@epita.fr>
11420
11421 * src/output.c (action_row, token_actions): Use a state_t instead
11422 of a integer, and nlookaheads instead of the following state's
11423 lookaheadsp.
11424
11425 2001-12-27 Akim Demaille <akim@epita.fr>
11426
11427 * src/conflicts.c (log_resolution, flush_shift)
11428 (resolve_sr_conflict, set_conflicts, solve_conflicts)
11429 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
11430 (conflicts_print, print_reductions): Use a state_t instead of an
11431 integer when referring to a state.
11432 As much as possible, depend upon nlookaheads, instead of the
11433 `lookaheadsp' member of the following state (since lookaheads of
11434 successive states are successive, the difference between state n + 1
11435 and n served as the number of lookaheads for state n).
11436 * src/lalr.c (add_lookback_edge): Likewise.
11437 * src/print.c (print_core, print_actions, print_state)
11438 (print_results): Likewise.
11439 * src/print_graph.c (print_core, print_actions, print_state)
11440 (print_graph): Likewise.
11441 * src/conflicts.h: Adjust.
11442
11443 2001-12-27 Akim Demaille <akim@epita.fr>
11444
11445 * src/bison.hairy: Formatting/comment changes.
11446 ANSIfy.
11447 Remove `register' indications.
11448 Add plenty of `static'.
11449
11450 2001-12-27 Akim Demaille <akim@epita.fr>
11451
11452 * src/output.c (prepare): Drop the muscle `ntbase' which
11453 duplicates ntokens.
11454 * src/bison.simple: Formatting/comment changes.
11455 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
11456 is an undocumented synonym.
11457
11458 2001-12-22 Akim Demaille <akim@epita.fr>
11459
11460 * src/output.c (output_table_data): Change the prototype to use
11461 `int' for array ranges: some invocations do pass an int, not a
11462 short.
11463 Reported by Wayne Green.
11464
11465 2001-12-22 Akim Demaille <akim@epita.fr>
11466
11467 Some actions of web2c.y are improperly triggered.
11468 Reported by Mike Castle.
11469
11470 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
11471 * tests/regression.at (Web2c): Rename as...
11472 (Web2c Report): this.
11473 (Web2c Actions): New.
11474
11475 2001-12-22 Akim Demaille <akim@epita.fr>
11476
11477 Reductions in web2c.y are improperly reported.
11478 Reported by Mike Castle.
11479
11480 * src/conflicts.c (print_reductions): Fix.
11481 * tests/regression.at (Web2c): New.
11482
11483 2001-12-18 Akim Demaille <akim@epita.fr>
11484
11485 Some host fail on `assert (!"foo")', which expands to
11486 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
11487 Reported by Nelson Beebee.
11488
11489 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
11490 `#define it_succeeded 0' and `assert (it_succeeded)'.
11491
11492 2001-12-17 Marc Autret <autret_m@epita.fr>
11493
11494 * src/bison.simple: Don't hard code the skeleton line and filename.
11495 * src/output.c (output_parser): Rename 'line' as 'output_line'.
11496 New line counter 'skeleton_line' (skeleton-line muscle).
11497
11498 2001-12-17 Paul Eggert <eggert@twinsun.com>
11499
11500 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
11501 YYDEBUG must be defined to a nonzero value.
11502
11503 * src/bison.simple (yytname): Do not assume that the user defines
11504 YYDEBUG to a properly parenthesized expression.
11505
11506 2001-12-17 Akim Demaille <akim@epita.fr>
11507
11508 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
11509 nlookaheads is a new member.
11510 Adjust all users.
11511 * src/lalr.h (nlookaheads): Remove this orphan declaration.
11512 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
11513 state.
11514
11515 2001-12-17 Akim Demaille <akim@epita.fr>
11516
11517 * src/files.h, src/files.c (open_files, close_files): Remove.
11518 * src/main.c (main): Don't open/close files, nor invoke lex_free,
11519 let...
11520 * src/reader.c (reader): Do it.
11521
11522 2001-12-17 Akim Demaille <akim@epita.fr>
11523
11524 * src/conflicts.c (print_reductions): Formatting changes.
11525
11526 2001-12-17 Akim Demaille <akim@epita.fr>
11527
11528 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
11529 (flush_reduce): New.
11530 (resolve_sr_conflict): Adjust.
11531
11532 2001-12-17 Akim Demaille <akim@epita.fr>
11533
11534 * src/output.c (output_obstack): Be static and rename as...
11535 (format_obstack): this, to avoid any confusion with files.c's
11536 output_obstack.
11537 * src/reader.h (muscle_obstack): Move to...
11538 * src/output.h: here, since it's defined in output.c.
11539
11540 2001-12-17 Akim Demaille <akim@epita.fr>
11541
11542 * src/output.c (action_row, save_column, default_goto)
11543 (sort_actions, matching_state, pack_vector): Better variable
11544 locality.
11545
11546 2001-12-17 Akim Demaille <akim@epita.fr>
11547
11548 * src/output.c: Various formatting changes.
11549
11550 2001-12-17 Akim Demaille <akim@epita.fr>
11551
11552 * src/files.c (output_files): Free the output_obstack.
11553 * src/main.c (main): Call print and print_graph conditionally.
11554 * src/print.c (print): Work unconditionally.
11555 * src/print_graph.c (print_graph): Work unconditionally.
11556 * src/conflicts.c (log_resolution): Output only if verbose_flag.
11557
11558 2001-12-16 Marc Autret <autret_m@epita.fr>
11559
11560 * src/output.c (actions_output): Fix. When we use %no-lines,
11561 there is one less line per action.
11562
11563 2001-12-16 Marc Autret <autret_m@epita.fr>
11564
11565 * src/bison.simple: Remove a useless #line directive.
11566 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
11567 * src/output.c (get_lines_number): New.
11568 (output_parser): Adjust, now takes care about the lines of a
11569 output muscles.
11570 Fix line numbering.
11571 (actions_output): Computes the number of lines taken by actions.
11572 (output_master_parser): Insert new skeleton which is the name of
11573 the output parser file name.
11574
11575 2001-12-15 Marc Autret <autret_m@epita.fr>
11576
11577 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
11578
11579 2001-12-15 Marc Autret <autret_m@epita.fr>
11580
11581 * src/output.c (output_gram): Keep track of the hairy one.
11582
11583 2001-12-15 Akim Demaille <akim@epita.fr>
11584
11585 Make `make distcheck' work.
11586
11587 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
11588 system.h which uses libgettext.h.
11589
11590 2001-12-15 Akim Demaille <akim@epita.fr>
11591
11592 * src/nullable.c (set_nullable): Useless rules must be skipped,
11593 otherwise, since we range over their symbols, we might look at a
11594 nonterminal which no longer ``exists'', i.e., it is not counted in
11595 `nvars', hence we overflow our arrays.
11596
11597 2001-12-15 Akim Demaille <akim@epita.fr>
11598
11599 The header can also be produced directly, without any obstack!
11600 Yahoo!
11601
11602 * src/files.c, src/files.h (defines_obstack): Remove.
11603 (compute_header_macro): Global.
11604 (defines_obstack_save): Remove.
11605 * src/reader.c (parse_union_decl): No longer output to
11606 defines_obstack: its content can be found in the `stype' muscle
11607 anyway.
11608 (output_token_translations): Merge into...
11609 (symbols_output): this.
11610 Rename as...
11611 (symbols_save): this.
11612 (reader): Adjust.
11613 * src/output.c (header_output): New.
11614 (output): Call it.
11615
11616 2001-12-15 Akim Demaille <akim@epita.fr>
11617
11618 * src/reader.c (parse_union_decl): Instead of handling two obstack
11619 simultaneously, use one to define the `stype' muscle, and use the
11620 value of the latter to fill defines_obstack.
11621 (copy_comment): Remove.
11622 (copy_comment2): Work for a single obstack.
11623 Rename as...
11624 (copy_comment): this.
11625
11626 2001-12-15 Akim Demaille <akim@epita.fr>
11627
11628 * src/lex.c, src/lex.h (xgetc): No longer static.
11629 * src/reader.c (parse_union_decl): Revamp.
11630
11631 2001-12-15 Akim Demaille <akim@epita.fr>
11632
11633 Still making progress in separating Bison into (i) input, (ii)
11634 process, (iii) output: now we can directly output the parser file
11635 without using table_obstack at all.
11636
11637 * src/files.c, src/files.h (table_obstack): Bye bye.
11638 (parser_file_name): New.
11639 * src/files.c (compute_output_file_names): Compute it.
11640 * src/output.c (actions_output, output_parser)
11641 (output_master_parser): To a file instead of an obstack.
11642
11643 2001-12-15 Akim Demaille <akim@epita.fr>
11644
11645 Attach actions to rules, instead of pre-outputting them to
11646 actions_obstack.
11647
11648 * src/gram.h (rule_t): action and action_line are new members.
11649 * src/reader.c (symbol_list): Likewise.
11650 (copy_action): Save the actions within the rule.
11651 (packgram): Save them in rule_table.
11652 * src/output.c (actions_output): New.
11653 (output_parser): Use it on `%%actions'.
11654 (output_rule_data): Don't free rule_table.
11655 (output): Do it.
11656 (prepare): Don't save the `action' muscle.
11657 * src/bison.simple: s/%%action/%%actions/.
11658
11659 2001-12-15 Akim Demaille <akim@epita.fr>
11660
11661 * src/reader.c (copy_action): When --yacc, don't append a `;'
11662 to the user action: let it fail if lacking.
11663 Suggested by Arnold Robbins and Tom Tromey.
11664
11665 2001-12-14 Akim Demaille <akim@epita.fr>
11666
11667 * src/lex.c (literalchar): Simply return the char you decoded, non
11668 longer mess around with obstacks and int pointers.
11669 Adjust all callers.
11670
11671 2001-12-14 Akim Demaille <akim@epita.fr>
11672
11673 * src/lex.c (literalchar): Don't escape the special characters,
11674 just decode them, and keep them as char (before, eol was output as
11675 the 2 char string `\n' etc.).
11676 * src/output.c (output_rule_data): Use quotearg to output the
11677 token strings.
11678
11679 2001-12-13 Paul Eggert <eggert@twinsun.com>
11680
11681 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
11682 Do not infringe on the global user namespace when using C++.
11683 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
11684 All uses of `fprintf' and `stderr' changed.
11685
11686 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
11687
11688 2001-12-13 Akim Demaille <akim@epita.fr>
11689
11690 The computation of nullable is broken: it doesn't handle empty
11691 RHS's properly.
11692
11693 * tests/torture.at (GNU AWK Grammar): New.
11694 * tests/sets.at (Nullable): New.
11695 * src/nullable.c (set_nullable): Instead of blindly looping over
11696 `ritems', loop over the rules, and then over their rhs's.
11697
11698 Work around Autotest bugs.
11699
11700 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
11701 frame, because Autotest understand lines starting with a `+' as
11702 traces from the shell. Then, they are not processed properly.
11703 Admittedly an Autotest bug, but we don't have time to wait for
11704 Autotest to catch up.
11705 * tests/regression.at (Broken Closure): Adjust to the new table
11706 frames.
11707 Move to...
11708 * tests/sets.at: here.
11709
11710 2001-12-13 Akim Demaille <akim@epita.fr>
11711
11712 * src/closure.c (closure): Use nrules instead of playing tricks
11713 with BITS_PER_WORD.
11714
11715 2001-12-13 Akim Demaille <akim@epita.fr>
11716
11717 * src/print.c (print_actions): Output the handling of `$' as the
11718 traces do: shifting the token EOF. Before EOF was treated as a
11719 nonterminal.
11720 * tests/regression.at: Adjust some tests.
11721 * src/print_graph.c (print_core): Complete the set of items via
11722 closure. The next-to-final and final states are still unsatisfying,
11723 but that's to be addressed elsewhere.
11724 No longer output the rule numbers, but do output the state number.
11725 A single loop for the shifts + gotos is enough, but picked a
11726 distinct color for each.
11727 (print_graph): Initialize and finalize closure.
11728
11729 2001-12-13 Akim Demaille <akim@epita.fr>
11730
11731 * src/reader.c (readgram): Remove dead code, an strip useless
11732 braces.
11733 (get_type): Remove, unused.
11734
11735 2001-12-12 Akim Demaille <akim@epita.fr>
11736
11737 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
11738 on that of lib/error.c.
11739
11740 2001-12-12 Akim Demaille <akim@epita.fr>
11741
11742 Some hosts don't like `/' in includes.
11743
11744 * src/system.h: Include libgettext.h without qualifying the path.
11745 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
11746 $(top_srcdir).
11747
11748 2001-12-11 Marc Autret <autret_m@epita.fr>
11749
11750 * src/output.c (output_parser): Remove useless muscle.
11751
11752 2001-12-11 Marc Autret <autret_m@epita.fr>
11753
11754 * src/bison.simple: Remove #line just before %%epilogue. It
11755 is now handled in ...
11756 * src/reader.c (read_additionnal_code): Add the output of a
11757 #line for the epilogue.
11758
11759 2001-12-10 Marc Autret <autret_m@epita.fr>
11760
11761 * src/reader.c (copy_definition): Re-use CPP-outed code which
11762 replace precedent remove.
11763 * src/bison.simple: Remove #line before %%prologue because
11764 %%input-line is wrong at this time.
11765
11766 2001-12-10 Marc Autret <autret_m@epita.fr>
11767
11768 * src/reader.c (symbols_output): Clean up.
11769 * src/output.c (output_gram, output): Clean up.
11770
11771 2001-12-10 Akim Demaille <akim@epita.fr>
11772
11773 * src/lalr.c (initialize_lookaheads): New. Extracted from...
11774 * src/LR0.c (set_state_table): here.
11775 * src/lalr.c (lalr): Call it.
11776
11777 2001-12-10 Akim Demaille <akim@epita.fr>
11778
11779 * src/state.h (shifts): Remove the `number' member: shifts are
11780 attached to state, hence no longer need to be labelled with a
11781 state number.
11782
11783 2001-12-10 Akim Demaille <akim@epita.fr>
11784
11785 Now that states have a complete set of members, the linked list of
11786 shifts is useless: just fill directly the state's shifts member.
11787
11788 * src/state.h (shifts): Remove the `next' member.
11789 * src/LR0.c (first_state, last_state): Remove.
11790 Adjust the callers.
11791 (augment_automaton): Don't look for the shifts that must be added
11792 a shift on EOF: it is those of the state we looked for! But now,
11793 since shifts are attached, it is no longer needed to looking
11794 merely by its id: its number.
11795
11796 2001-12-10 Akim Demaille <akim@epita.fr>
11797
11798 * src/LR0.c (augment_automaton): Better variable locality.
11799 Remove an impossible branch: if there is a state corresponding to
11800 the start symbol being shifted, then there is shift for the start
11801 symbol from the initial state.
11802
11803 2001-12-10 Akim Demaille <akim@epita.fr>
11804
11805 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
11806 only when appropriate: when insert_start_shifting_state' is not
11807 invoked.
11808 * tests/regression.at (Rule Line Numbers): Adjust.
11809
11810 2001-12-10 Akim Demaille <akim@epita.fr>
11811
11812 * src/LR0.c (augment_automaton): Now that all states have shifts,
11813 merge the two cases addition shifts to the initial state.
11814
11815 2001-12-10 Akim Demaille <akim@epita.fr>
11816
11817 * src/lalr.c (set_state_table): Move to...
11818 * src/LR0.c: here.
11819 * src/lalr.c (lalr): Don't call it...
11820 * src/LR0.c (generate_states): do it.
11821 * src/LR0.h (first_state): Remove, only the table is used.
11822
11823 2001-12-10 Akim Demaille <akim@epita.fr>
11824
11825 * src/LR0.h (first_shift, first_reduction): Remove.
11826 * src/lalr.c: Don't use first_shift: find shifts through the
11827 states.
11828
11829 2001-12-10 Akim Demaille <akim@epita.fr>
11830
11831 * src/LR0.c: Attach shifts to states as soon as they are
11832 computed.
11833 * src/lalr.c (set_state_table): Instead of assigning shifts to
11834 state, just assert that the mapping was properly done.
11835
11836 2001-12-10 Akim Demaille <akim@epita.fr>
11837
11838 * src/LR0.c (insert_start_shift): Rename as...
11839 (insert_start_shifting_state): this.
11840 (insert_eof_shifting_state, insert_accepting_state): New.
11841 (augment_automaton): Adjust.
11842 Better locality of the variables.
11843 When looking if the start_symbol is shifted from the initial
11844 state, using `while (... symbol != start_symbol ...)' sounds
11845 better than `while (... symbol < start_symbol ...)': If fail
11846 to see how the order between symbols could be relevant!
11847
11848 2001-12-10 Akim Demaille <akim@epita.fr>
11849
11850 * src/getargs.h: Don't declare `spec_name_prefix' and
11851 `spec_file_prefix', declared by src/files.h.
11852 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
11853 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
11854 * src/output.c (prepare): Adjust.
11855 * src/reader.c (symbols_output): Likewise.
11856 * src/vmsgetargs.c: Vaguely adjust, but who cares?
11857
11858 2001-12-10 Akim Demaille <akim@epita.fr>
11859
11860 * src/muscle_tab.c (muscle_init): NULL is a better default than
11861 `"0"'.
11862
11863 2001-12-10 Akim Demaille <akim@epita.fr>
11864
11865 * src/reader.c (reader): Calling symbols_output once is enough.
11866
11867 2001-12-10 Akim Demaille <akim@epita.fr>
11868
11869 Now that states have a complete set of members, the linked list of
11870 reductions is useless: just fill directly the state's reductions
11871 member.
11872
11873 * src/state.h (struct reductions): Remove member `number' and
11874 `next'.
11875 * src/LR0.c (first_reduction, last_reduction): Remove.
11876 (save_reductions): Don't link the new reductions, store them in
11877 this_state.
11878 * src/lalr.c (set_state_table): No need to attach reductions to
11879 states, it's already done.
11880 * src/output.c (output_actions): No longer free the shifts, then
11881 the reductions, then the states: free all the states and their
11882 members.
11883
11884 2001-12-10 Akim Demaille <akim@epita.fr>
11885
11886 * src/options.c (OPTN, DRTV, BOTH): New.
11887 (option_table): Use them.
11888
11889 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
11890 the job of system.h.
11891 * src/options.c: Don't include stdio.h and xalloc.h for the same
11892 reasons.
11893
11894 2001-12-10 Akim Demaille <akim@epita.fr>
11895
11896 * src/output.c (output, prepare): Make sure the values of the
11897 muscles `action' and `prologue' are 0-terminated.
11898
11899 2001-12-10 Akim Demaille <akim@epita.fr>
11900
11901 Clean up GCC warnings.
11902
11903 * src/reader.c (copy_action): `buf' is not used.
11904 (parse_skel_decl): Be static.
11905 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
11906 * src/options.h (create_long_option_table): Have a real prototype.
11907 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
11908 (hash_delete_at): Return const void *.
11909 Adjust casts to preserve the const.
11910
11911 2001-12-10 Akim Demaille <akim@epita.fr>
11912
11913 * configure.in: Require 2.52g.
11914 M4 is not needed, but AUTOM4TE is.
11915 * m4/m4.m4: Remove.
11916 * tests/Makefile.am: Adjust.
11917
11918 2001-12-10 Akim Demaille <akim@epita.fr>
11919
11920 One structure for states is enough, even though theoretically
11921 there are LR(0) states and LALR(1) states.
11922
11923 * src/lalr.h (state_t): Remove.
11924 (state_table): Be state_t **, not state_t *.
11925 * src/state.h (core, CORE_ALLOC): Rename as...
11926 (state_t, STATE_ALLOC): this.
11927 Add the LALR(1) members: shifts, reductions, errs.
11928 * src/LR0.c (state_table): Rename as...
11929 (state_hash): this, to avoid name clashes with the global
11930 `state_table'.
11931 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
11932 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
11933
11934 2001-12-10 Akim Demaille <akim@epita.fr>
11935
11936 Bison dumps core on bash.y.
11937 Reported by Pascal Bart.
11938
11939 * src/warshall.c (bitmatrix_print): New.
11940 (TC): Use it.
11941 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
11942 j must be the outer loop.
11943 * tests/regression.at (Broken Closure): New.
11944
11945 2001-12-05 Akim Demaille <akim@epita.fr>
11946
11947 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
11948 its argument.
11949 Reported by Peter Hamorsky.
11950
11951 2001-12-05 Akim Demaille <akim@epita.fr>
11952
11953 * src/conflicts.c (err_table): Remove.
11954 (resolve_sr_conflict): Adjust.
11955 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
11956 Rename as...
11957 (state_t.reductions, state_t.shifts): this.
11958
11959 2001-12-05 Akim Demaille <akim@epita.fr>
11960
11961 * src/reduce.c (reduce_grammar_tables): No longer disable the
11962 removal of useless rules via CPP but via `if (0)', so that the
11963 compiler still check the code is valid.
11964 For instance, it should have noticed `rline' no longer exists: use
11965 the `line' member of rule_t.
11966 * src/gram.c (dummy, rline): Remove, unused.
11967
11968 2001-12-05 Akim Demaille <akim@epita.fr>
11969
11970 * src/output.c (pack_vector): Use assert, not berror.
11971 * src/main.c (berror): Remove, unused.
11972
11973 2001-12-05 Akim Demaille <akim@epita.fr>
11974
11975 New experimental feature: if --verbose --trace output all the
11976 items of a state, not only its kernel.
11977
11978 * src/print.c (print_core): If `trace_flag', then invoke closure
11979 before outputting the items of the state (print_core is no longer
11980 a correct name them).
11981 (print_results): Invoke new_closure/free_closure if needed.
11982
11983 2001-12-05 Akim Demaille <akim@epita.fr>
11984
11985 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
11986 * src/closure.c, src/closure.h (itemsetsize): Rename as...
11987 (nitemset): for consistency with the rest of the project.
11988
11989 2001-12-05 Akim Demaille <akim@epita.fr>
11990
11991 * src/closure.c (print_closure): Improve.
11992 (closure): Use it for printing input and output.
11993
11994 2001-12-05 Akim Demaille <akim@epita.fr>
11995
11996 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
11997 indexed by nonterminals.
11998
11999 2001-12-05 Akim Demaille <akim@epita.fr>
12000
12001 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
12002 what it was!).
12003 * src/warshall.h: Remove accidental duplication of the content.
12004
12005 2001-12-05 Akim Demaille <akim@epita.fr>
12006
12007 * src/closure.c (set_fderives): De-obfuscate.
12008
12009 2001-12-05 Akim Demaille <akim@epita.fr>
12010
12011 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
12012
12013 2001-12-05 Akim Demaille <akim@epita.fr>
12014
12015 * src/closure.c (set_firsts): De-obfuscate.
12016
12017 2001-12-05 Akim Demaille <akim@epita.fr>
12018
12019 * src/output.c (action_row): De-obfuscate
12020 using the good o' techniques: arrays not pointers, variable
12021 locality, BITISSET, RESETBIT etc.
12022
12023 2001-12-05 Akim Demaille <akim@epita.fr>
12024
12025 Pessimize the code to simplify it: from now on, all the states
12026 have a valid SHIFTS, which NSHIFTS is possibly 0.
12027
12028 * src/LR0.c (shifts_new): Be global and move to..
12029 * src/state.c, src/state.h: here.
12030 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
12031 * src/print_graph: Adjust.
12032
12033 2001-12-05 Akim Demaille <akim@epita.fr>
12034
12035 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
12036 * src/conflicts.c: Use it.
12037 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
12038 incorrectly ``simplified''.
12039
12040 2001-12-05 Akim Demaille <akim@epita.fr>
12041
12042 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
12043 using the good o' techniques: arrays not pointers, variable
12044 locality, BITISSET, RESETBIT etc.
12045
12046 2001-12-05 Akim Demaille <akim@epita.fr>
12047
12048 * src/state.h (SHIFT_SYMBOL): New.
12049 * src/conflicts.c: Use it to deobfuscate.
12050
12051 2001-12-05 Akim Demaille <akim@epita.fr>
12052
12053 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
12054 (print_reductions): De-obfuscate using the good o' techniques:
12055 arrays not pointers, variable locality, BITISSET.
12056
12057 2001-12-05 Akim Demaille <akim@epita.fr>
12058
12059 * src/conflicts.c (print_reductions): Arrays, not pointers.
12060 Use BITISSET.
12061
12062 2001-12-05 Akim Demaille <akim@epita.fr>
12063
12064 * src/conflicts.c (print_reductions): Pessimize, but clarify.
12065
12066 2001-12-05 Akim Demaille <akim@epita.fr>
12067
12068 * src/conflicts.c (print_reductions): Improve variable locality.
12069
12070 2001-12-05 Akim Demaille <akim@epita.fr>
12071
12072 * src/conflicts.c (print_reductions): Pessimize, but clarify.
12073
12074 2001-12-05 Akim Demaille <akim@epita.fr>
12075
12076 * src/conflicts.c (print_reductions): Improve variable locality.
12077
12078 2001-12-05 Akim Demaille <akim@epita.fr>
12079
12080 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
12081 * src/lalr.c: Use them.
12082
12083 2001-12-05 Akim Demaille <akim@epita.fr>
12084
12085 * src/LR0.c (augment_automaton): Formatting changes.
12086 Better variable locality.
12087
12088 2001-12-05 Akim Demaille <akim@epita.fr>
12089
12090 * src/lalr.c (matrix_print): New.
12091 (transpose): Use it.
12092 Use arrays instead of pointers.
12093
12094 2001-12-05 Akim Demaille <akim@epita.fr>
12095
12096 * src/lalr.c (maxrhs): Move to...
12097 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
12098 * src/lalr.c (build_relations): Adjust.
12099
12100 2001-12-05 Akim Demaille <akim@epita.fr>
12101
12102 * src/lalr.c (transpose): Free the memory allocated to the
12103 argument, as it is replaced by the results by the unique caller.
12104 (build_relations): Merely invoke transpose: it handles the memory
12105 deallocation.
12106 Improve variable locality.
12107 Avoid variables used as mere abbreviations.
12108 (compute_lookaheads): Use arrays instead of pointers.
12109
12110 2001-12-05 Akim Demaille <akim@epita.fr>
12111
12112 * src/lalr.c (initialize_F): Improve variable locality.
12113 Avoid variables used as mere abbreviations.
12114
12115 2001-12-05 Akim Demaille <akim@epita.fr>
12116
12117 * src/derives.c (print_derives): Display the ruleno.
12118 * src/lalr.c (initialize_F, transpose): Better variable locality
12119 to improve readability.
12120 Avoid variables used as mere abbreviations.
12121
12122 2001-12-05 Akim Demaille <akim@epita.fr>
12123
12124 * src/lalr.c (traverse): Use arrays instead of pointers.
12125
12126 2001-12-05 Akim Demaille <akim@epita.fr>
12127
12128 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
12129 the handling of squeue.
12130 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
12131
12132 2001-12-05 Akim Demaille <akim@epita.fr>
12133
12134 Because useless nonterminals are now kept alive (instead of being
12135 `destroyed'), we now sometimes examine them, and store information
12136 related to them. Hence we need to know their number, and adjust
12137 memory allocations.
12138
12139 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
12140 static.
12141 * src/LR0.c (allocate_itemsets): The memory allocated to
12142 `symbol_count' was used for two different purpose: once to count
12143 the number of occurrences of each symbol, and later reassigned to
12144 `shift_symbol', containing the symbol that can be shifted from a
12145 given state.
12146 Deobfuscate, i.e., allocate, use and free `symbol_count' here
12147 only, and...
12148 (new_itemsets): Allocate `shift_symbol' here.
12149 (allocate_itemsets): symbol_count includes useless nonterminals.
12150 Make room for them.
12151 (free_storage): Use `free', not `XFREE', for pointers that cannot
12152 be null.
12153
12154 2001-12-05 Akim Demaille <akim@epita.fr>
12155
12156 * src/nullable.c (set_nullable): Deobfuscate the handling of
12157 ritem.
12158 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
12159
12160 2001-12-05 Akim Demaille <akim@epita.fr>
12161
12162 * src/gram.c, src/gram.h (ritem_print): New.
12163 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
12164 (This useless function was defined only to work around VMS linkers
12165 that can't handle compilation units with variables only).
12166 * src/reduce.c (dump_grammar): Use it to trace the construction of
12167 ritem.
12168
12169 2001-12-04 Paul Eggert <eggert@twinsun.com>
12170
12171 * src/bison.simple (union yyalloc): Change member names
12172 to be the same as the stack names.
12173 (yyparse): yyptr is now union yyalloc *, not char *.
12174 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
12175 and may generate better code on some machines.
12176 (yystpcpy): Use prototype if __STDC__ is defined, not just
12177 if __cplusplus is defined.
12178
12179 2001-11-30 Akim Demaille <akim@epita.fr>
12180
12181 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
12182 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
12183 Gettext doesn't compile cleanly, and dies with -Werror.
12184 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
12185 Include WARNING_CFLAGS here.
12186 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
12187 before being defined.
12188
12189 2001-11-27 Paul Eggert <eggert@twinsun.com>
12190
12191 * lib/quotearg.h (quotearg_n, quotearg_n_style):
12192 First arg is int, not unsigned.
12193 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
12194 (SIZE_MAX, UINT_MAX): New macros.
12195 (quotearg_n_options): Abort if N is negative.
12196 Avoid overflow check on hosts where size_t is 64 bits and int
12197 is 32 bits, as overflow is impossible there.
12198 Fix off-by-one typo that caused unnecessary reallocation.
12199
12200 2001-11-29 Paul Eggert <eggert@twinsun.com>
12201
12202 Name space cleanup in generated parser.
12203
12204 * doc/bison.texinfo (Bison Parser): Discuss system headers
12205 and their effect on the user name space.
12206
12207 * src/bison.simple:
12208 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
12209 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
12210 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
12211
12212 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
12213 on user names when possible.
12214
12215 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
12216 Simplify test for whather <alloca.h> exists.
12217
12218 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
12219
12220 (<stdio.h>): Include if YYDEBUG.
12221
12222 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
12223 ! defined (yyoverflow) && ! defined (yymemcpy).
12224
12225 (yymemcpy, yyparse): Rename local variables as needed so that
12226 they all begin with 'yy'.
12227
12228 (yystrlen, yystpcpy): New functions.
12229
12230 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
12231 All uses changed.
12232
12233 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
12234 instead of relying on string.h functions. Use YYSTACK_ALLOC
12235 and YYSTACK_FREE instead of malloc and free.
12236
12237 2001-11-30 Akim Demaille <akim@epita.fr>
12238
12239 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
12240 before their first uses.
12241 (YYBISON, YYPURE): Move to the top of the output.
12242
12243 2001-11-30 Akim Demaille <akim@epita.fr>
12244
12245 * tests/reduce.at (Useless Nonterminals): Fix.
12246
12247 2001-11-30 Akim Demaille <akim@epita.fr>
12248
12249 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
12250 if body instead of `;' to pacify GCC's warnings.
12251
12252 2001-11-30 Akim Demaille <akim@epita.fr>
12253
12254 Instead of mapping the LHS of unused rules to -1, keep the LHS
12255 valid, but flag the rules as invalid.
12256
12257 * src/gram.h (rule_t): `useful' is a new member.
12258 * src/print.c (print_grammar): Adjust.
12259 * src/derives.c (set_derives): Likewise.
12260 * src/reader.c (packgram, reduce_output): Likewise.
12261 * src/reduce.c (reduce_grammar_tables): Likewise.
12262 * tests/reduce.at (Underivable Rules, Useless Rules): New.
12263
12264 2001-11-30 Akim Demaille <akim@epita.fr>
12265
12266 * src/reduce.c (reduce_output): Formatting changes.
12267 * src/print.c (print_results, print_grammar): Likewise.
12268 * tests/regression.at (Rule Line Numbers)
12269 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
12270
12271 2001-11-30 Akim Demaille <akim@epita.fr>
12272
12273 * src/reduce.c (nonterminals_reduce): Instead of throwing away
12274 useless nonterminals, move them at the end of the symbol arrays.
12275 (reduce_output): Adjust.
12276 * tests/reduce.at (Useless Nonterminals): Adjust.
12277
12278 2001-11-30 Akim Demaille <akim@epita.fr>
12279
12280 * src/reduce.c: Various comment/formatting changes.
12281 (nonterminals_reduce): New, extracted from...
12282 (reduce_grammar_tables): here.
12283 (reduce_grammar): Call nonterminals_reduce.
12284
12285 2001-11-29 Paul Eggert <eggert@twinsun.com>
12286
12287 * src/bison.simple (YYSTACK_REALLOC): Remove.
12288 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
12289 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
12290 New macros.
12291 (union yyalloc): New type.
12292 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
12293 an arbitrary restriction on hosts where size_t is wider than int.
12294
12295 (yyparse): Don't dump core if alloca or malloc fails; instead, report
12296 a parser stack overflow. Allocate just one block of memory for all
12297 three stacks, instead of allocating three blocks; this typically is
12298 faster and reduces fragmentation.
12299
12300 Do not limit the number of items in the stack to a value that fits
12301 in 'int', as this is an arbitrary limit on hosts with 64-bit
12302 size_t and 32-bit int.
12303
12304 2001-11-29 Marc Autret <autret_m@epita.fr>
12305
12306 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
12307 of defining YYERROR_VERBOSE.
12308 [AT_DATA]: $4 is now out of C declarations in the prologue.
12309
12310 2001-11-28 Marc Autret <autret_m@epita.fr>
12311
12312 * src/reader.c (parse_dquoted_param): New.
12313 (parse_skel_decl): Use it.
12314 * src/lex.h: Add its prototype.
12315 * src/lex.c (literalchar): Become not static.
12316
12317 2001-11-28 Marc Autret <autret_m@epita.fr>
12318
12319 * src/output.h: And put its extern declaration here.
12320 * src/output.c (error_verbose): Define here.
12321 (prepare): Echo name modification.
12322 * src/getargs.h: Clean its extern declaration.
12323 * src/getargs.c (error_verbose_flag): Remove.
12324 (getargs): Remove case 'e'.
12325 * src/options.c (option_table): 'error-verbose' is now seen as simple
12326 percent option.
12327 Include output.h.
12328
12329 * src/reader.c (read_declarations): Remove case tok_include.
12330 (parse_include_decl): Remove.
12331 * src/lex.h (token_t): Remove tok_include.
12332 * src/options.c (option_table): 'include' is now a simple command line
12333 option.
12334
12335 2001-11-28 Marc Autret <autret_m@epita.fr>
12336
12337 * src/bison.simple: Adjust muscle names.
12338 * src/muscle_tab.c (muscle_init): Also rename the muscles.
12339 * src/output.c (prepare): s/_/-/ for the muscles names.
12340 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
12341
12342 2001-11-28 Marc Autret <autret_m@epita.fr>
12343
12344 * src/bison.simple: Fix debug.
12345 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
12346
12347 2001-11-28 Akim Demaille <akim@epita.fr>
12348
12349 * src/LR0.c (shifts_new): New.
12350 (save_shifts, insert_start_shift, augment_automaton): Use it.
12351
12352 2001-11-28 Akim Demaille <akim@epita.fr>
12353
12354 * src/closure.c (closure): `b' and `ruleno' denote the same value:
12355 keep ruleno only.
12356
12357 2001-11-28 Akim Demaille <akim@epita.fr>
12358
12359 * src/closure.c (closure): Instead of looping over word in array
12360 then bits in words, loop over bits in array.
12361
12362 2001-11-28 Akim Demaille <akim@epita.fr>
12363
12364 * src/closure.c (closure): No longer optimize the special case
12365 where all the bits of `ruleset[r]' are set to 0, to make the code
12366 clearer.
12367
12368 2001-11-28 Akim Demaille <akim@epita.fr>
12369
12370 * src/closure.c (closure): `r' and `c' are new variables, used to
12371 de-obfuscate accesses to RULESET and CORE.
12372
12373 2001-11-28 Akim Demaille <akim@epita.fr>
12374
12375 * src/reduce.c (reduce_print): Use ngettext.
12376 (dump_grammar): Improve the trace accuracy.
12377
12378 2001-11-28 Akim Demaille <akim@epita.fr>
12379
12380 * src/reduce.c (dump_grammar): Don't translate trace messages.
12381
12382 2001-11-28 Akim Demaille <akim@epita.fr>
12383
12384 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
12385 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
12386 as all tags are free'ed afterwards.
12387 From Enrico Scholz.
12388
12389 2001-11-27 Paul Eggert <eggert@twinsun.com>
12390
12391 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
12392 use alloca when we didn't want to, and vice versa.
12393
12394 2001-11-27 Marc Autret <autret_m@epita.fr>
12395
12396 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
12397 initialization.
12398 * src/output.c (prepare): Remove its update.
12399
12400 2001-11-27 Marc Autret <autret_m@epita.fr>
12401
12402 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
12403 Use %error-verbose.
12404
12405 2001-11-27 Marc Autret <autret_m@epita.fr>
12406
12407 * src/bison.simple: Remove YYERROR_VERBOSE using.
12408 Use %%error_verbose.
12409 (yyparse): Likewise.
12410 * src/output.c (prepare): Give its final value.
12411 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
12412 * src/getargs.h: Add its extern declaration.
12413 * src/getargs.c (error_verbose_flag): New int.
12414 (getargs): Update to catch new case.
12415 * src/options.c (option_table): 'error-verbose' is a new option.
12416 (shortopts): Update.
12417
12418 2001-11-27 Akim Demaille <akim@epita.fr>
12419
12420 * src/system.h: Use intl/libgettext.h.
12421 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
12422
12423 2001-11-27 Akim Demaille <akim@epita.fr>
12424
12425 * tests/torture.at (Exploding the Stack Size with Malloc):
12426 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
12427
12428 2001-11-27 Akim Demaille <akim@epita.fr>
12429
12430 * src/files.c: Include error.h.
12431 Reported by Hans Aberg.
12432
12433 2001-11-26 Marc Autret <autret_m@epita.fr>
12434
12435 * src/reader.c (parse_include_decl): New, not yet implemented.
12436 (read_declarations): Add case tok_include.
12437 * src/getargs.h (include): Add its extern definition.
12438 * src/getargs.c (include): New const char *.
12439 (getargs): Add case '-I'.
12440 * src/options.c (option_table): Add include as command line and
12441 percent option.
12442 * src/lex.h (token_t): Add tok_include.
12443
12444 2001-11-26 Akim Demaille <akim@epita.fr>
12445
12446 * src/reader.c (readgram): Make sure rules for mid-rule actions
12447 have a lineno equal to that of their host rule.
12448 Reported by Hans Aberg.
12449 * tests/regression.at (Rule Line Numbers): New.
12450
12451 2001-11-26 Akim Demaille <akim@epita.fr>
12452
12453 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
12454 size_ts.
12455
12456 2001-11-26 Akim Demaille <akim@epita.fr>
12457
12458 * src/complain.c, src/complain.h (error): Remove, provided by
12459 lib/error.[ch].
12460
12461 2001-11-26 Akim Demaille <akim@epita.fr>
12462
12463 * src/reader.c (read_declarations): Don't abort on tok_illegal,
12464 issue an error message.
12465 * tests/regression.at (Invalid %directive): New.
12466 Reported by Hans Aberg.
12467
12468 2001-11-26 Akim Demaille <akim@epita.fr>
12469
12470 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
12471 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
12472
12473 2001-11-26 Akim Demaille <akim@epita.fr>
12474
12475 * src/conflicts.c (conflicts_print): Don't complain at all when
12476 there are no reduce/reduce conflicts, and as many shift/reduce
12477 conflicts as expected.
12478 * tests/regression.at (%expect right): Adjust.
12479
12480 2001-11-23 Akim Demaille <akim@epita.fr>
12481
12482 * lib/alloca.c: Update, from fileutils.
12483
12484 2001-11-23 Akim Demaille <akim@epita.fr>
12485
12486 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
12487
12488 2001-11-23 Akim Demaille <akim@epita.fr>
12489
12490 * src/system.h: Include alloca.h.
12491 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
12492
12493 2001-11-23 Akim Demaille <akim@epita.fr>
12494
12495 * src/print_graph.c (print_actions): Remove `rule', unused.
12496 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
12497 pacify GCC's signed < unsigned warnings.
12498 * src/closure.c (itemsetsize): Likewise.
12499 * src/reader.c (symbol_list_new): Static.
12500
12501 2001-11-23 Akim Demaille <akim@epita.fr>
12502
12503 Attaching lineno to buckets is stupid, since only one copy of each
12504 symbol is kept, only the line of the first occurrence is kept too.
12505
12506 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
12507 * src/reader.c (rline_allocated): Remove, unused.
12508 (symbol_list): Have a `line' member.
12509 (symbol_list_new): New.
12510 (readgram): Use it.
12511 * src/print.c (print_grammar): Output the rule line numbers.
12512 * tests/regression.at (Solved SR Conflicts)
12513 (Unresolved SR Conflicts): Adjust.
12514 Reported by Hans Aberg.
12515
12516 2001-11-22 Marc Autret <autret_m@epita.fr>
12517
12518 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
12519
12520 2001-11-22 Marc Autret <autret_m@epita.fr>
12521
12522 * src/muscle_tab.c (muscle_init): Remove initialization of
12523 skeleton muscle.
12524 * src/output.c (output_master_parser): Do it here.
12525
12526 2001-11-20 Akim Demaille <akim@epita.fr>
12527
12528 * po/sv.po: New.
12529 * configure.in (ALL_LINGUAS): Adjust.
12530 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
12531 longer contains strings to translate.
12532
12533 2001-11-19 Akim Demaille <akim@epita.fr>
12534
12535 * src/conflicts.c (conflicts_print): Add a missing \n.
12536
12537 2001-11-19 Akim Demaille <akim@epita.fr>
12538
12539 * src/nullable.c (nullable_print): New.
12540 (set_nullable): Call it when tracing.
12541 Better locality of variables.
12542
12543 2001-11-19 Akim Demaille <akim@epita.fr>
12544
12545 * src/print.c (print_actions): Better locality of variables.
12546
12547 2001-11-19 Akim Demaille <akim@epita.fr>
12548
12549 * src/derives.c (print_derives): Fix and enrich.
12550 * src/closure.c (print_fderives): Likewise.
12551
12552 2001-11-19 Akim Demaille <akim@epita.fr>
12553
12554 * src/closure.c (itemsetend): Remove, replaced with...
12555 (itemsetsize): new.
12556
12557 2001-11-19 Akim Demaille <akim@epita.fr>
12558
12559 * src/LR0.c (kernel_end): Remove, replaced with...
12560 (kernel_size): new.
12561
12562 2001-11-19 Akim Demaille <akim@epita.fr>
12563
12564 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
12565 to clarify.
12566
12567 2001-11-19 Akim Demaille <akim@epita.fr>
12568
12569 * src/closure.c (closure): Use arrays instead of pointers to clarify.
12570
12571 2001-11-19 Akim Demaille <akim@epita.fr>
12572
12573 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
12574 trace messages.
12575 * src/LR0.c: Likewise.
12576 (allocate_itemsets): Use arrays instead of pointers to clarify.
12577
12578 2001-11-19 Akim Demaille <akim@epita.fr>
12579
12580 * src/getargs.c (statistics_flag): Replace with...
12581 (trace_flag): New.
12582 (longopts): Accept --trace instead of --statistics.
12583 * src/getargs.h, src/options.c: Adjust.
12584 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
12585 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
12586
12587 2001-11-19 Akim Demaille <akim@epita.fr>
12588
12589 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
12590 pointers to clarify the code.
12591 (save_reductions, save_shifts): Factor common parts of alternatives.
12592
12593 2001-11-19 Akim Demaille <akim@epita.fr>
12594
12595 * src/LR0.c (new_state, get_state): Complete TRACE code.
12596 * src/closure.c: Include `reader.h' to get `tags', needed by the
12597 trace code.
12598 Rename the conditional DEBUG as TRACE.
12599 Output consistently TRACEs to stderr, not stdout.
12600 * src/derives.c: Likewise.
12601 * src/reduce.c: (inaccessable_symbols): Using if is better style
12602 than goto.
12603 Use `#if TRACE' instead of `#if 0' for tracing code.
12604
12605 2001-11-19 Akim Demaille <akim@epita.fr>
12606
12607 * src/system.h (LIST_FREE, shortcpy): New.
12608 * src/LR0.c: Use them.
12609 * src/output.c (free_itemsets, free_reductions, free_shifts):
12610 Remove, replaced by LIST_FREE.
12611
12612 2001-11-19 Akim Demaille <akim@epita.fr>
12613
12614 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
12615 (REDUCTIONS_ALLOC): New.
12616 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
12617 allocation.
12618
12619 2001-11-19 Akim Demaille <akim@epita.fr>
12620
12621 * src/LR0.c (new_state): Complete trace code.
12622 * src/nullable.c (set_nullable): Don't translate traces.
12623
12624 2001-11-19 Akim Demaille <akim@epita.fr>
12625
12626 * src/print_graph.c (print_core): Better locality of variables.
12627 * src/print.c (print_core): Likewise.
12628
12629 2001-11-19 Akim Demaille <akim@epita.fr>
12630
12631 * src/vcg.c: You do the output, so you are responsible of the
12632 handling of VCG syntax, in particular: use quotearg.
12633 * src/print_graph.c: Don't.
12634 (print_actions): Don't output the actions as part of the nodes,
12635 since that's the job of the edges.
12636 (print_state): Don't output by hand: fill the node description,
12637 and ask for its output.
12638
12639 2001-11-19 Akim Demaille <akim@epita.fr>
12640
12641 * src/bison.simple (yyparse): When verbosely reporting an error,
12642 no longer put additional quotes around token names.
12643 * tests/calc.at: Adjust.
12644
12645 2001-11-19 Akim Demaille <akim@epita.fr>
12646
12647 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
12648 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
12649 * src/output.c: Adjust.
12650
12651 2001-11-19 Akim Demaille <akim@epita.fr>
12652
12653 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
12654 (rule_t): this.
12655 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
12656
12657 2001-11-19 Akim Demaille <akim@epita.fr>
12658
12659 * src/gram.h (rule_t): New.
12660 (rule_table): New.
12661 (rrhs, rlhs): Remove, part of state_t.
12662 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
12663 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
12664 * src/reader.c, src/reduce.c: Adjust.
12665
12666 2001-11-19 Akim Demaille <akim@epita.fr>
12667
12668 * src/reader.c (symbols_output): New, extracted from...
12669 (packsymbols): Here.
12670 (reader): Call it.
12671
12672 2001-11-19 Akim Demaille <akim@epita.fr>
12673
12674 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
12675 (maxrhs): this new function.
12676
12677 2001-11-19 Akim Demaille <akim@epita.fr>
12678
12679 * src/lalr.c (F): New macro to access the variable F.
12680 Adjust.
12681
12682 2001-11-19 Akim Demaille <akim@epita.fr>
12683
12684 * src/lalr.h (LA): New macro to access the variable LA.
12685 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
12686 * src/lalr.c: Adjust.
12687
12688 2001-11-19 Akim Demaille <akim@epita.fr>
12689
12690 * src/lalr.c (initialize_LA): Only initialize LA. Let...
12691 (set_state_table): handle the `lookaheads' members.
12692
12693 2001-11-19 Akim Demaille <akim@epita.fr>
12694
12695 * src/lalr.h (lookaheads): Removed array, whose contents is now
12696 a member of...
12697 (state_t): this structure.
12698 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
12699 Adjust.
12700
12701 2001-11-19 Akim Demaille <akim@epita.fr>
12702
12703 * src/lalr.h (consistent): Removed array, whose contents is now
12704 a member of...
12705 (state_t): this structure.
12706 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
12707 Adjust.
12708
12709 2001-11-19 Akim Demaille <akim@epita.fr>
12710
12711 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
12712 contents are now members of...
12713 (state_t): this structure.
12714 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
12715 Adjust.
12716
12717 2001-11-19 Akim Demaille <akim@epita.fr>
12718
12719 * src/lalr.h (state_t): New.
12720 (state_table): Be a state_t * instead of a core **.
12721 (accessing_symbol): Remove, part of state_t.
12722 * src/lalr.c: Adjust.
12723 (set_accessing_symbol): Merge into...
12724 (set_state_table): this.
12725 * src/print_graph.c, src/conflicts.c: Adjust.
12726
12727 2001-11-14 Akim Demaille <akim@epita.fr>
12728
12729 * tests/calc.at, tests/output.at, tests/regression.at,
12730 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
12731 now the tests are run in private dirs, therefore AC_CLEANUP and
12732 family can be simplified to 0-ary.
12733 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
12734 use abs. path to find config.h.
12735 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
12736 stderr, there can be way too much random noise.
12737 Instead pass -Werror to GCC and rely on the exit status.
12738 Reported by Wolfram Wagner.
12739
12740 2001-11-14 Akim Demaille <akim@epita.fr>
12741
12742 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
12743 defined only if yyoverflow is defined, to avoid `warning: unused
12744 variable `yyvs1''.
12745 Reported by The Test Suite.
12746
12747 2001-11-14 Akim Demaille <akim@epita.fr>
12748
12749 * src/print.c: Include reduce.h.
12750 Reported by Hans Aberg.
12751
12752 2001-11-14 Akim Demaille <akim@epita.fr>
12753
12754 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
12755 Revert a previous patch: these are really const.
12756 * src/conflicts.c (conflict_report): Additional useless pair of
12757 braces to pacify GCC's warnings for `if () if () {} else {}'.
12758 * src/lex.c (parse_percent_token): Replace equal_offset with
12759 arg_offset.
12760 arg is const.
12761 Be sure to strdup `arg' when used, since there is no reason for
12762 token_buffer not to change.
12763
12764 2001-11-14 Akim Demaille <akim@epita.fr>
12765
12766 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
12767 definition.
12768 * src/main.c (main): Use them.
12769 Suggested by Hans Aberg.
12770
12771 2001-11-12 Akim Demaille <akim@epita.fr>
12772
12773 * src/system.h (ngettext): Now that we use ngettext, be sure to
12774 provide a default definition when NLS are not used.
12775
12776 2001-11-12 Akim Demaille <akim@epita.fr>
12777
12778 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
12779 Use @kbd to denote user input.
12780 (Language and Grammar): ANSIfy the example.
12781 Adjust its layout for info/notinfo.
12782 (Location Tracking Calc): Output error messages to stderr.
12783 Output locations in a more GNUtically correct way.
12784 Fix a couple of Englishos.
12785 Adjust @group/@end group pairs.
12786
12787 2001-11-12 Akim Demaille <akim@epita.fr>
12788
12789 %expect was not functioning at all.
12790
12791 * src/conflicts.c (expected_conflicts): Set to -1.
12792 (conflict_report): Use ngettext.
12793 (conflicts_print): Check %expect and make its violation an error.
12794 * doc/bison.texinfo (Expect Decl): Adjust.
12795 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
12796 * tests/regression.at (%expect not enough, %expect right)
12797 (%expect too much): New.
12798
12799 2001-11-12 Akim Demaille <akim@epita.fr>
12800
12801 * tests/regression.at (Conflicts): Rename as...
12802 (Unresolved SR Conflicts): this.
12803 (Solved SR Conflicts): New.
12804
12805 2001-11-12 Akim Demaille <akim@epita.fr>
12806
12807 * src/reduce.c (print_results): Rename as...
12808 (reduce_output): This.
12809 Output to OUT, passed as argument, instead of output_obstack.
12810 (dump_grammar): Likewise.
12811 (reduce_free): New.
12812 Also free V1.
12813 (reduce_grammar): No longer call reduce_output, since...
12814 * src/print.c (print_results): do it.
12815 * src/main.c (main): Call reduce_free;
12816
12817 2001-11-12 Akim Demaille <akim@epita.fr>
12818
12819 * src/conflicts.c (print_reductions): Accept OUT as argument.
12820 Output to it, not to output_obstack.
12821 * src/print.c (print_actions): Adjust.
12822
12823 2001-11-12 Akim Demaille <akim@epita.fr>
12824
12825 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
12826 the result instead of using...
12827 (src_total, rrc_total, src_count, rrc_count): Remove.
12828 (any_conflicts): Remove.
12829 (print_conflicts): Split into...
12830 (conflicts_print, conflicts_output): New.
12831 * src/conflicts.h: Adjust.
12832 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
12833 * src/print.c (print_grammar): Issue `\n' between two rules.
12834 * tests/regression.at (Conflicts): New.
12835 Reported by Tom Lane.
12836
12837 2001-11-12 Akim Demaille <akim@epita.fr>
12838
12839 * tests/regression.at (Invalid input): Remove, duplicate with
12840 ``Invalid input: 1''.
12841
12842 2001-11-12 Akim Demaille <akim@epita.fr>
12843
12844 * tests/torture.at (AT_DATA_STACK_TORTURE)
12845 (Exploding the Stack Size with Alloca)
12846 (Exploding the Stack Size with Malloc): New.
12847
12848 2001-11-12 Akim Demaille <akim@epita.fr>
12849
12850 * src/bison.simple (YYSTACK_REALLOC): New.
12851 (yyparse) [!yyoverflow]: Use it and free the old stack.
12852 Reported by Per Allansson.
12853
12854 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
12855
12856 * src/bison.simple: Define type yystype instead of YYSTYPE, and
12857 define CPP macro, which substitute YYSTYPE by yystype.
12858 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
12859 with yyltype/YYLTYPE. This allows inclusion of the generated
12860 header within the parser if the compiler, such as GGC, accepts
12861 multiple equivalent #defines.
12862 From Akim.
12863
12864 2001-11-05 Akim Demaille <akim@epita.fr>
12865
12866 * src/reader.c (symbols_output): New, extracted from...
12867 (packsymbols): here.
12868 (reader): Adjust.
12869
12870 2001-11-05 Akim Demaille <akim@epita.fr>
12871
12872 * src/lex.c (parse_percent_token): s/quotearg/quote/.
12873
12874 2001-11-05 Akim Demaille <akim@epita.fr>
12875
12876 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
12877 pattern.
12878
12879 2001-11-05 Akim Demaille <akim@epita.fr>
12880
12881 * src/options.h (struct option_table_struct): set_flags is void*.
12882 * src/options.c (longopts): Support `--output' and `%output'.
12883 (usage): Adjust.
12884 * src/lex.h (tok_setopt): Remove, replaced with...
12885 (tok_intopt, tok_stropt): these new guys.
12886 * src/lex.c (getopt.h): Not needed.
12887 (token_buffer, unlexed_token_buffer): Not const.
12888 (percent_table): Promote `-' over `_' in directive names.
12889 Active `%name-prefix', `file-prefix', and `output'.
12890 (parse_percent_token): Accept possible arguments to directives.
12891 Promote `-' over `_' in directive names.
12892
12893 2001-11-04 Akim Demaille <akim@epita.fr>
12894
12895 * doc/bison.texinfo (Decl Summary): Split the list into
12896 `directives for grammars' and `directives for bison'.
12897 Sort'em.
12898 Add description of `%name-prefix', `file-prefix', and `output'.
12899 Promote `-' over `_' in directive names.
12900 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
12901 Simplify the description of `--name-prefix'.
12902 Promote `-' over `_' in directive names.
12903 Promote `--output' over `--output-file'.
12904 Fix the description of `--defines'.
12905 * tests/output.at: Exercise %file-prefix and %output.
12906
12907 2001-11-02 Akim Demaille <akim@epita.fr>
12908
12909 * doc/refcard.tex: Update.
12910
12911 2001-11-02 Akim Demaille <akim@epita.fr>
12912
12913 * src/symtab.h (SUNDEF): New.
12914 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
12915 stand for `uninitialized', instead of 0.
12916 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
12917 * src/lex.c (lex): Adjust.
12918
12919 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
12920 Number it 0.
12921 Let yylex return it instead of a plain 0.
12922 Reported by Dick Streefland.
12923
12924 2001-11-02 Akim Demaille <akim@epita.fr>
12925
12926 * tests/regression.at (Mixing %token styles): New test.
12927
12928 2001-11-02 Akim Demaille <akim@epita.fr>
12929
12930 * src/reader.c (parse_thong_decl): Formatting changes.
12931 (token_translations_init): New, extracted from...
12932 (packsymbols): Here.
12933 Adjust.
12934
12935 2001-11-01 Akim Demaille <akim@epita.fr>
12936
12937 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
12938 Check that `9foo.y' produces correct cpp guards.
12939 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
12940 guards.
12941 Reported by Wwp.
12942
12943 2001-11-01 Akim Demaille <akim@epita.fr>
12944
12945 * tests/regression.at (Invalid input: 2): New.
12946 * src/lex.c (unlexed_token_buffer): New.
12947 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
12948 too.
12949 Reported by Wwp.
12950
12951 2001-11-01 Akim Demaille <akim@epita.fr>
12952
12953 * tests/calc.at: Catch up with 1.30.
12954 * configure.in: Bump to 1.49a.
12955 Adjust to newer Autotest.
12956
12957 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
12958
12959 * src/conflicts.c: Move global variables rrc_total and src_total ...
12960 (print_conflicts): here.
12961 * src/output.c (output): Free global variable user_toknums.
12962 * src/lex.c (token_obstack): Become static.
12963
12964 2001-10-18 Akim Demaille <akim@epita.fr>
12965
12966 * tests/atlocal.in (GCC): Add.
12967 * tests/calc.at: s/m4_match/m4_bmatch/.
12968 s/m4_patsubst/m4_bpatsubst/.
12969 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
12970 * configure.in: AC_SUBST(GCC).
12971
12972 2001-10-14 Marc Autret <autret_m@epita.fr>
12973
12974 * src/options.c (create_long_option_table): Fix.
12975
12976 2001-10-10 Akim Demaille <akim@epita.fr>
12977
12978 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
12979
12980 2001-10-04 Akim Demaille <akim@epita.fr>
12981
12982 * src/reader.c (parse_union_decl): Push the caracters in
12983 union_obstack, not attrs_obstack.
12984
12985 2001-10-04 Akim Demaille <akim@epita.fr>
12986
12987 Merge in the branch 1.29.
12988
12989 * src/reader.c (packsymbols): Use a temporary obstack for
12990 `%%tokendef', since output_stack is already used elsewhere.
12991
12992 2001-10-02 Akim Demaille <akim@epita.fr>
12993
12994 Bump 1.29d.
12995
12996 2001-10-02 Akim Demaille <akim@epita.fr>
12997
12998 Version 1.29c.
12999
13000 2001-10-02 Akim Demaille <akim@epita.fr>
13001
13002 * tests/regression.at (Invalid CPP headers): New.
13003 From Alexander Belopolsky.
13004 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
13005
13006 2001-10-02 Akim Demaille <akim@epita.fr>
13007
13008 * tests/regression.at (Invalid input): New.
13009 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
13010 Reported by Shura.
13011
13012 2001-10-02 Akim Demaille <akim@epita.fr>
13013
13014 * tests/calc.at: Now that --debug works, the tests must be adjusted.
13015
13016 2001-10-02 Akim Demaille <akim@epita.fr>
13017
13018 * src/output.c (output_parser): Assert `skeleton'.
13019 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
13020 systems.
13021 From Shura.
13022
13023 2001-10-01 Marc Autret <autret_m@epita.fr>
13024
13025 * src/lex.h: Echo modifications.
13026 * src/lex.c (unlex): Parameter is now token_t.
13027 From Hans Aberg.
13028
13029 2001-10-01 Marc Autret <autret_m@epita.fr>
13030
13031 * src/main.c: Include lex.h.
13032 From Hans Aberg.
13033
13034 2001-09-29 Akim Demaille <akim@epita.fr>
13035
13036 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
13037
13038 2001-09-28 Akim Demaille <akim@epita.fr>
13039
13040 * tests/testsuite.at: Update to newer Autotest.
13041 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
13042
13043 2001-09-27 Akim Demaille <akim@epita.fr>
13044
13045 Position independent wrapper.
13046
13047 * tests/bison: Remove.
13048 * tests/bison.in: New.
13049 * configure.in: Adjust.
13050
13051 2001-09-27 Paul Eggert <eggert@twinsun.com>
13052
13053 Port quotearg fixes from tar 1.13.24.
13054
13055 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
13056 tm to be declared.
13057 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
13058 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
13059
13060 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
13061 * m4/mbrtowc.m4: New file.
13062 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
13063 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
13064
13065 2001-09-27 Akim Demaille <akim@epita.fr>
13066
13067 Bump to 1.29c.
13068
13069 2001-09-27 Akim Demaille <akim@epita.fr>
13070
13071 Version 1.29b.
13072
13073 2001-09-25 Akim Demaille <akim@epita.fr>
13074
13075 * src/system.h: Include `xalloc.h'.
13076 Remove it from the C files.
13077 * src/files.c (output_files): Free the obstacks.
13078 * src/lex.c (init_lex): Rename as...
13079 (lex_init): this.
13080 (lex_free): New.
13081 * src/main.c (main): Use it.
13082
13083 2001-09-24 Marc Autret <autret_m@epita.fr>
13084
13085 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
13086 to output informations in fout (FILE*).
13087 (open_graph, close_graph): Likewise.
13088 (output_graph, output_edge, output_node): Likewise.
13089 * src/vcg.h: Update function prototypes.
13090 * src/print_graph.c (print_graph): Open output graph file.
13091 (print_actions): Adjust.
13092 * src/files.h: Remove extern declaration.
13093 * src/files.c: Remove graph_obstack declaration.
13094 (open_files): Remove graph_obstack initialization.
13095 (output_files): Remove graph_obstack saving.
13096
13097 2001-09-24 Marc Autret <autret_m@epita.fr>
13098
13099 * src/files.c (compute_output_file_names): Fix.
13100
13101 2001-09-24 Marc Autret <autret_m@epita.fr>,
13102 Akim Demaille <akim@epita.fr>
13103
13104 * src/reader.c (reader): Remove call to free_symtab ().
13105 * src/main.c (main): Call it here.
13106 Include symtab.h.
13107 * src/conflicts.c (initialize_conflicts): Rename as...
13108 (solve_conflicts): this.
13109 * src/print.c (print_core, print_actions, print_state)
13110 (print_grammar): Dump to a file instead a `output_obstack'.
13111 (print_results): Dump `output_obstack', and then proceed with the
13112 FILE *.
13113 * src/files.c (compute_output_file_names, close_files): New.
13114 (output_files): Adjust.
13115 * src/main.c (main): Adjust.
13116
13117 2001-09-23 Marc Autret <autret_m@epita.fr>
13118
13119 * src/files.c (compute_header_macro): Computes header macro name
13120 from spec_defines_file when given.
13121
13122 2001-09-23 Marc Autret <autret_m@epita.fr>
13123
13124 * src/files.c (output_files): Add default extensions.
13125
13126 2001-09-22 Akim Demaille <akim@epita.fr>
13127
13128 * src/conflicts.c (finalize_conflicts): Rename as...
13129 (free_conflicts): this.
13130
13131 2001-09-22 Akim Demaille <akim@epita.fr>
13132
13133 * src/gram.c (gram_free): Rename back as...
13134 (dummy): this.
13135 (output_token_translations): Free `token_translations'.
13136 * src/symtab.c (free_symtab): Free the tag field.
13137
13138 2001-09-22 Akim Demaille <akim@epita.fr>
13139
13140 Remove `translations' as it is always set to true.
13141
13142 * src/gram.h: Adjust.
13143 * src/reader.c (packsymbols, parse_token_decl): Adjust
13144 * src/print.c (print_grammar): Adjust.
13145 * src/output.c (output_token_translations): Adjust.
13146 * src/lex.c (lex): Adjust.
13147 * src/gram.c: Be sure the set pointers to NULL.
13148 (dummy): Rename as...
13149 (gram_free): this.
13150
13151 2001-09-22 Akim Demaille <akim@epita.fr>
13152
13153 * configure.in: Invoke AM_LIB_DMALLOC.
13154 * src/system.h: Use dmalloc.
13155 * src/LR0.c: Be sure to have pointers initialized to NULL.
13156 (allocate_itemsets): Allocate kernel_items only if needed.
13157
13158 2001-09-22 Akim Demaille <akim@epita.fr>
13159
13160 * configure.in: Bump to 1.29b.
13161 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
13162 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
13163 need xmalloc.c in calc.y.
13164 From Pascal Bart.
13165
13166 2001-09-21 Akim Demaille <akim@epita.fr>
13167
13168 Version 1.29a.
13169 * Makefile.maint, config/config.guess, config/config.sub,
13170 * config/missing: Update from masters.
13171 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
13172 upon package.m4.
13173 * configure.in (ALL_LINGUAS): Add `tr'.
13174
13175 2001-09-21 Akim Demaille <akim@epita.fr>
13176
13177 * tests/Makefile.am (package.m4): Move to...
13178 ($(srcdir)/$(TESTSUITE)): here.
13179
13180 2001-09-20 Akim Demaille <akim@epita.fr>
13181
13182 * src/complain.c: No longer try to be standalone: use system.h.
13183 Don't assume __STDC__ is defined to 1. Just test if it is defined.
13184 * src/complain.h: Likewise.
13185 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
13186 Remove the unused variable `n'.
13187 From Albert Chin-A-Young.
13188
13189 2001-09-18 Marc Autret <autret_m@epita.fr>
13190
13191 * doc/bison.1: Update.
13192 * doc/bison.texinfo (Bison Options): Update --defines and --graph
13193 descriptions.
13194 (Option Cross Key): Update.
13195 Add --graph.
13196
13197 2001-09-18 Marc Autret <autret_m@epita.fr>
13198
13199 * tests/regression.at: New test (comment in %union).
13200
13201 2001-09-18 Marc Autret <autret_m@epita.fr>
13202
13203 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
13204 do that.
13205 Reported by Keith Browne.
13206
13207 2001-09-18 Marc Autret <autret_m@epita.fr>
13208
13209 * tests/output.at: Add tests for --defines and --graph.
13210
13211 2001-09-18 Marc Autret <autret_m@epita.fr>
13212
13213 * tests/output.at: Removes tests of %{header,src}_extension features.
13214
13215 2001-09-18 Akim Demaille <akim@epita.fr>
13216
13217 * tests/Makefile.am (package.m4): New.
13218 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
13219 (_AT_CHECK_CALC_ERROR): Likewise.
13220 Factor the `, ' part of verbose error messages.
13221
13222 2001-09-18 Marc Autret <autret_m@epita.fr>
13223
13224 * src/getargs.c (longopts): Declare --defines and --graph as options
13225 with optional arguments.
13226 * src/files.h: Add extern declarations.
13227 * src/files.c (spec_graph_file, spec_defines_file): New.
13228 (output_files): Update.
13229 Remove CPP-outed code.
13230
13231 2001-09-18 Marc Autret <autret_m@epita.fr>
13232
13233 Turn off %{source,header}_extension feature.
13234
13235 * src/files.c (compute_exts_from_gf): Update.
13236 (compute_exts_from_src): Update.
13237 (output_files): CPP-out useless code.
13238 * src/files.h: Remove {header,source}_extension extern declarations.
13239 * src/reader.c (parse_dquoted_param): CPP-out.
13240 (parse_header_extension_decl): Remove.
13241 (parse_source_extension_decl): Remove.
13242 (read_declarations): Remove cases tok_{hdrext,srcext}.
13243 * src/lex.c (percent_table): Remove {header,source}_extension entries.
13244 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
13245
13246 2001-09-10 Akim Demaille <akim@epita.fr>
13247
13248 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
13249 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
13250 (AT_CHECK_OUTPUT): this.
13251 Merely check ls' exit status, its output is useless.
13252
13253 2001-09-10 Akim Demaille <akim@epita.fr>
13254
13255 * tests/calc.at: Use m4_match.
13256 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
13257
13258 2001-09-10 Marc Autret <autret_m@epita.fr>,
13259 Akim Demaille <akim@epita.fr>
13260
13261 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
13262 enum color_e.
13263 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
13264 to `normal'.
13265 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
13266 * src/lex.h: Adjust prototype.
13267 (token_t): Add `tok_undef'.
13268 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
13269 (parse_percent_token): Now returns token_t.
13270 Add default statement in switch.
13271 (lex): Separate `c' as an input variable, from the token_t result
13272 part.
13273 (unlexed): Is a token_t.
13274
13275 2001-09-10 Akim Demaille <akim@epita.fr>
13276
13277 * configure.in: Bump to 1.29a.
13278
13279 2001-09-07 Akim Demaille <akim@epita.fr>
13280
13281 Version 1.29.
13282
13283 2001-08-30 Akim Demaille <akim@epita.fr>
13284
13285 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
13286 * m4/atconfig.m4: Remove.
13287 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
13288 * tests/bison: New.
13289 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
13290 m4_if, m4_patsubst, and m4_regexp.
13291 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
13292 `input' file instead of echo.
13293
13294 2001-08-29 Akim Demaille <akim@epita.fr>
13295
13296 Bump to 1.28e.
13297
13298 2001-08-29 Akim Demaille <akim@epita.fr>
13299
13300 Version 1.28d.
13301
13302 2001-08-29 Paul Eggert <eggert@twinsun.com>
13303
13304 * src/bison.simple (yyparse): Don't take the address of an
13305 item before the start of an array, as that doesn't conform to
13306 the C Standard.
13307
13308 2001-08-29 Robert Anisko <anisko_r@epita.fr>
13309
13310 * doc/bison.texinfo (Location Tracking Calc): New node.
13311
13312 2001-08-29 Paul Eggert <eggert@twinsun.com>
13313
13314 * src/output.c (output): Do not define const, as this now
13315 causes more problems than it cures.
13316
13317 2001-08-29 Akim Demaille <akim@epita.fr>
13318
13319 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
13320 the nodes.
13321 Be sure to tag the `detailmenu'.
13322
13323 2001-08-29 Akim Demaille <akim@epita.fr>
13324
13325 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
13326 download in a tmp dir.
13327
13328 2001-08-28 Marc Autret <autret_m@epita.fr>
13329
13330 * config/depcomp: New file.
13331
13332 2001-08-28 Marc Autret <autret_m@epita.fr>
13333
13334 * doc/bison.1 (mandoc): Adjust.
13335 From Juan Manuel Guerrero.
13336
13337 2001-08-28 Marc Autret <autret_m@epita.fr>
13338
13339 * src/print_graph.c (print_state): Fix.
13340
13341 2001-08-27 Marc Autret <autret_m@epita.fr>
13342
13343 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
13344 char * members.
13345 Echo modifications to the functions prototypes.
13346 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
13347
13348 2001-08-27 Marc Autret <autret_m@epita.fr>
13349
13350 * src/vcg.c: Include `xalloc.h'.
13351 (add_colorentry): New.
13352 (add_classname): New.
13353 (add_infoname): New.
13354 * src/vcg.h: Add new prototypes.
13355
13356 2001-08-27 Akim Demaille <akim@epita.fr>
13357
13358 * Makefile.maint: Sync. again with CVS Autoconf.
13359
13360 2001-08-27 Akim Demaille <akim@epita.fr>
13361
13362 * Makefile.maint: Formatting changes.
13363 (po-update, cvs-update, update): New targets.
13364 (AMTAR): Remove.
13365
13366 2001-08-27 Akim Demaille <akim@epita.fr>
13367
13368 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
13369 * Makefile.maint: Sync. with CVS Autoconf.
13370
13371 2001-08-27 Marc Autret <autret_m@epita.fr>
13372
13373 * src/vcg.h (struct infoname_s): New.
13374 (struct colorentry_s): New.
13375 (graph_s): New fields {vertical,horizontal}_order in structure.
13376 Add `infoname' field.
13377 Add `colorentry' field;
13378 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
13379 (G_HORIZONTAL_ORDER): New.
13380 (G_INFONAME): New.
13381 (G_COLORENTRY): New.
13382 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
13383 Add output of `infoname'.
13384 Add output of `colorentry'.
13385
13386 2001-08-27 Marc Autret <autret_m@epita.fr>
13387
13388 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
13389 This one shadowed a global parameter.
13390
13391 2001-08-24 Marc Autret <autret_m@epita.fr>
13392
13393 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
13394 instead of `unsigned'.
13395 (print_state): Do not call obstack_object_size () in obstack_grow ()
13396 to avoid macro variables shadowing.
13397
13398 2001-08-23 Marc Autret <autret_m@epita.fr>
13399
13400 * src/lex.c (percent_table): Typo: s/naem/name/.
13401 Add graph option.
13402 Normalize new options declarations.
13403
13404 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
13405
13406 * tests/suite.at: Exercise %header_extension and %source_extension.
13407
13408 2001-08-16 Marc Autret <autret_m@epita.fr>
13409
13410 * src/reader.c (parse_dquoted_param): New.
13411 (parse_header_extension_decl): Use it.
13412 (parse_source_extension_decl): Likewise.
13413
13414 2001-08-16 Marc Autret <autret_m@epita.fr>
13415
13416 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
13417 (get_xxxx_str): Use assert () instead of complain ().
13418 Remove return invokations in default cases.
13419 (get_decision_str): Modify default behaviour. Remove second argument.
13420 Echo modifications on calls.
13421 (output_graph): Fix.
13422
13423 2001-08-16 Marc Autret <autret_m@epita.fr>
13424
13425 * src/getargs.c (usage): Update with ``-g, --graph''.
13426
13427 2001-08-16 Marc Autret <autret_m@epita.fr>
13428
13429 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
13430 (Option Cross Key): Likewise.
13431 * doc/bison.1: Update.
13432
13433 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
13434
13435 * src/output.c (output_master_parser): Don't finish action_obstack.
13436 (output_parser): Don't care about the muscle action, here.
13437 (prepare): Copy the action_obstack in the action muscle.
13438 (output): Free action_obstack.
13439
13440 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
13441
13442 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
13443 will contain `%union' declaration.
13444 (parse_union_decl): Delete #line directive output.
13445 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
13446 informations about %union.
13447 (parse_union_decl): Copy the union_obstack in the muscle stype.
13448 * src/bison.simple: Add new #line directive.
13449 Add typdef %%stype YYSTYPE.
13450
13451 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
13452
13453 * src/bison.simple: Add new `#line' directive.
13454
13455 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
13456
13457 * src/bison.simple: New `#line' directive.
13458 * src/output.c (output_parser): Support new dynamic muscle input_line.
13459
13460 2001-09-22 Marc Autret <autret_m@epita.fr>
13461
13462 * src/output.c (output_master_parser): New.
13463 (output_parser): Be more re-entrant.
13464
13465 2001-09-21 Marc Autret <autret_m@epita.fr>
13466
13467 * src/reader.c (copy_definition, parse_union_decl): Update and use
13468 `linef' muscle.
13469 (copy_action): Likewise.
13470 Use obstack_1grow ().
13471 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
13472
13473 2001-09-21 Marc Autret <autret_m@epita.fr>
13474
13475 * src/options.c (option_table): Adjust.
13476 * src/lex.c (parse_percent_token): Fix.
13477
13478 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
13479
13480 * src/options.c (symtab.h): Include it, need by lex.h.
13481
13482 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
13483
13484 * src/lex.c (parse_percent_token): Change type of variable `tx', which
13485 is now an option_table_struct*.
13486 (option_strcmp): New function option_strcmp.
13487 (parse_percent_token): Call option_strcmp.
13488 * src/getargs.c (xalloc.h, options.h): Include it.
13489 (getargs): Call create_long_option_table.
13490 (getargs): Free longopts at the end of the function.
13491 (shortopts): Move in options.c.
13492 * src/options.c (create_long_option_table): New function. Convert
13493 information from option_table to option structure.
13494 * src/reader.c (options.h): Include it.
13495
13496 * src/Makefile.am: Adjust.
13497 * src/options.c (option_table): Create from longopts and percent_table.
13498 * src/getargs.c (longopts): Delete.
13499 * src/lex.c (struct percent_table_struct): Delete.
13500 (percent_table): Delete.
13501 (options.h): Include it.
13502 * src/options.c: Create.
13503 * src/options.h: Create.
13504 Declare enum opt_access_e.
13505 Define struct option_table_struct.
13506
13507 2001-09-20 Marc Autret <autret_m@epita.fr>
13508
13509 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
13510 sections of Bison.
13511
13512 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
13513
13514 * src/bison.simple: s/%%filename/%%skeleton.
13515 * src/muscle_tab.c (getargs.h): Include it.
13516 (muscle_init): Insert new muscle skeleton.
13517
13518 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
13519
13520 * src/output.c (output_parser): Delete unused variable actions_dumped.
13521
13522 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
13523
13524 * src/output.c (output): Delete call to reader_output_yylsp.
13525 * src/reader.c (reader): Likewise.
13526 * src/reader.h: Delete declaration of reader_output_yylsp.
13527
13528 2001-09-02 Marc Autret <autret_m@epita.fr>
13529
13530 * src/reader.c: Include muscle_tab.h.
13531 (parse_union_decl): Update.
13532 (parse_macro_decl): Rename parse_muscle_decl.
13533 Update to use renamed functions and variable.
13534 (read_declarations, copy_action, read_additionnal_code, : Updated
13535 with correct variables and functions names.
13536 (packsymbols, reader): Likewise.
13537
13538 * src/reader.h (muscle_obstack): Extern declaration update.
13539
13540 * src/output.c: Include muscle_tab.h
13541 In all functions using macro_insert, change by using muscle_insert ().
13542 (macro_obstack): Rename muscle_obstack.
13543 Echo modifications in the whole file.
13544 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
13545 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
13546 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
13547
13548 * src/muscle_tab.h: Update double inclusion macros.
13549 (macro_entry_s): Rename muscle_entry_s.
13550 Update prototypes.
13551
13552 * src/muscle_tab.c: Include muscle_tab.h.
13553 Rename macro_tabble to muscle_table.
13554 (mhash1, mhash2, mcmp): Use muscle_entry.
13555 (macro_init): Rename muscle_init. Update.
13556 (macro_insert): Rename muscle_insert. Update.
13557 (macro_find): Rename muscle_find. Update.
13558
13559 * src/main.c: Include muscle_tab.h.
13560 (main): Call muscle_init ().
13561 * src/Makefile.am (bison_SOURCES): Echo modifications.
13562
13563 2001-09-02 Marc Autret <autret_m@epita.fr>
13564
13565 Now the files macro_tab.[ch] are named muscle_tab.[ch].
13566
13567 * src/muscle_tab.c, src/muscle_tab.h: Add files.
13568
13569 2001-09-02 Marc Autret <autret_m@epita.fr>
13570
13571 * src/macrotab.c, src/macrotab.h: Remove.
13572
13573 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
13574
13575 * src/reader.c (copy_guard): Use muscle to specify the `#line'
13576 filename.
13577
13578 2001-09-01 Marc Autret <autret_m@epita.fr>
13579
13580 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
13581 to an explicit value to activate the feature. We do it here.
13582
13583 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
13584
13585 * src/output.c (prepare): Delete the `filename' muscule insertion.
13586 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
13587 (parse_union_decl): Likewise.
13588 * src/macrotab.c (macro_init): Initialize filename by infile.
13589
13590 2001-08-31 Marc Autret <autret_m@epita.fr>
13591
13592 * src/bison.simple (YYLSP_NEEDED): New definition.
13593 * src/output.c (prepare): Add macro insertion of `locations_flag'
13594
13595 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
13596
13597 * src/output.c (prepare): Delete insertion of previous muscles,
13598 and insert the `prefix' muscles.
13599 * src/macrotab.c (macro_init): Likewise.
13600 (macro_init): Initialization prefix directive by `yy'.
13601 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
13602 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
13603 yylval, yydebug, yyerror, yynerrs and yyparse.
13604 New directive `#define' to substitute yydebug, ... with option
13605 name_prefix.
13606
13607 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
13608
13609 * src/main.c (main): Standardize.
13610 * src/output.c (output_table_data, output_parser): Likewise.
13611 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
13612
13613 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
13614
13615 * src/reader.c (read_additionnal_code): Rename %%user_code to
13616 %%epilogue.
13617 * src/output.c (output): Rename %%declarations to %%prologue.
13618 * src/bison.simple: Echo modifications.
13619
13620 2001-08-31 Marc Autret <autret_m@epita.fr>
13621
13622 * src/reader.c (readgram): CleanUp.
13623 (output_token_defines): Likewise.
13624 (packsymbols): Likewise.
13625 (reader): Likewise.
13626 * src/output.c (output): CPP-out useless code.
13627
13628 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
13629
13630 * src/reader.c (reader): Delete obsolete call to function
13631 output_trailers and output_headers.
13632 * src/output.h: Remove obsolete functions prototypes of output_headers
13633 and output_trailers.
13634
13635 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
13636
13637 * src/main.c: Include macrotab.h.
13638 * src/macrotab.h (macro_entry_s): Constify fields.
13639 Adjust functions prototypes.
13640 * src/macrotab.c (macro_insert): Constify key and value.
13641 (macro_find): Constify key.
13642 (macro_insert): Include 'xalloc.h'
13643 (macro_insert): Use XMALLOC.
13644 (macro_find): Constify return value.
13645 * src/output.c (output_table_data): Rename table to table_data.
13646 (output_parser): Constify macro_key, macro_value.
13647
13648 2001-08-30 Marc Autret <autret_m@epita.fr>
13649
13650 * src/reader.c (parse_skel_decl): New.
13651 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
13652 * src/lex.h (token_t): New token `tok_skel'.
13653 * src/lex.c (percent_table): Add skeleton option entry.
13654 Standardize.
13655
13656 2001-08-29 Marc Autret <autret_m@epita.fr>
13657
13658 * src/bison.simple: Add %%user_code directive at the end.
13659 * src/reader.c (read_additionnal_code): New.
13660 (reader): Use it.
13661 * src/output.c (output_program): Remove.
13662 (output): Update.
13663
13664 2001-08-28 Marc Autret <autret_m@epita.fr>
13665
13666 * src/output.c (output_actions): Clean up.
13667 (output_gram): CPP-out useless code.
13668 * src/reader.c (reader): Clean up, CPP-out useless code.
13669
13670 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
13671
13672 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
13673 directive.
13674 * src/bison.simple: Add `%%definitions'.
13675
13676 2001-08-28 Marc Autret <autret_m@epita.fr>
13677
13678 * config/depcomp: New file.
13679
13680 2001-08-27 Paul Eggert <eggert@twinsun.com>
13681
13682 * src/bison.simple (yyparse): Don't take the address of an
13683 item before the start of an array, as that doesn't conform to
13684 the C Standard.
13685
13686 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
13687
13688 * src/output.c (output): Remove the initialization of the macro
13689 obstack. It was done too late here.
13690
13691 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
13692 completely wrong.
13693 (reader): Initialize the macro obstack here, since we need it to grow
13694 '%define' directives.
13695
13696 * src/reader.h: Declare the macro obstack as extern.
13697
13698 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
13699
13700 * src/output.c (output_parser): Fix. Store single '%' characters in
13701 the output obstack instead of throwing them away.
13702
13703 2001-08-27 Akim Demaille <akim@epita.fr>
13704
13705 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
13706
13707 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13708
13709 * lib/Makefile.am: Adjust.
13710
13711 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13712
13713 * src/bison.simple: Update and add '%%' directives.
13714
13715 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13716
13717 * src/reader.c (reader): Remove calls to 'output_headers' and
13718 'output_trailers'. Remove some C output.
13719 (readgram): Disable a piece of code that was writing a default
13720 definition for 'YYSTYPE'.
13721 (reader_output_yylsp): Remove.
13722 (packsymbols): Output token defintions to a macro.
13723 (copy_definition): Disable C output.
13724
13725 * src/reader.c (parse_macro_decl): New function used to parse macro
13726 declarations.
13727 (copy_string2): Put the body of copy_string into this new function.
13728 Add a parameter to let the caller choose whether he wants to copy the
13729 string delimiters or not.
13730 (copy_string): Be a simple call to copy_string2 with the last argument
13731 bound to true.
13732 (read_declarations): Add case for macro definition.
13733 (copy_identifier): New.
13734 (parse_macro_decl): Read macro identifiers using copy_identifier
13735 rather than lex.
13736
13737 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13738
13739 * src/output.c (prepare): Add prefixed names.
13740 (output_parser): Output semantic actions.
13741 (output_parser): Fix bug on '%%line' directives.
13742
13743 * src/output.c (output_headers): Remove. The C code printed by this
13744 function should now be in the skeletons.
13745 (output_trailers): Remove.
13746 (output): Disable call to 'reader_output_yylsp'.
13747 (output_rule_data): Do not output tables to the table obstack.
13748
13749 * src/output.c: Remove some C dedicated output.
13750 Improve the use of macro and output obstacks.
13751 (output_defines): Remove.
13752
13753 * src/output.c (output_token_translations): Associate 'translate'
13754 table with a macro. No output to the table obstack.
13755 (output_gram): Same for 'rhs' and 'prhs'.
13756 (output_stos): Same for 'stos'.
13757 (output_rule_data): Same for 'r1' and 'r2'.
13758 (token_actions): Same for 'defact'.
13759 (goto_actions): Same for 'defgoto'.
13760 (output_base): Same for 'pact' and 'pgoto'.
13761 (output_table): Same for 'table'.
13762 (output_check): Same for 'check'.
13763
13764 * src/output.c (output_table_data): New function.
13765 (output_short_table): Remove.
13766 (output_short_or_char_table): Remove.
13767
13768 * src/output.c (output_parser): Replace most of the skeleton copy code
13769 with something new. Skeletons are now processed character by character
13770 rather than line by line, and Bison looks for '%%' macros. This is the
13771 first step in making Bison's output process (a lot) more flexible.
13772 (output_parser): Use the macro table.
13773
13774 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13775
13776 * src/main.c (main): Initialize the macro table.
13777
13778 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13779
13780 * src/lex.c (percent_table): Add tok_define.
13781 * src/lex.h: Add tok_define.
13782
13783 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13784
13785 * src/macrotab.c: New file.
13786 * src/macrotab.h: New file.
13787 * src/Makefile.am: Update.
13788
13789 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
13790
13791 * lib/hash.c: New file.
13792 * lib/hash.h: New file.
13793 * lib/Makefile.am: Update.
13794
13795 2001-08-15 Akim Demaille <akim@epita.fr>
13796
13797 Version 1.28c.
13798
13799 2001-08-15 Marc Autret <autret_m@epita.fr>
13800
13801 * src/reader.c (readgram): Indent output macro YYSTYPE.
13802 (packsymbols): Likewise.
13803 (output_token_defines): Likewise.
13804 * src/files.c: Standardize.
13805 (compute_header_macro): New.
13806 (defines_obstack_save): New. Use compute_header_macro.
13807 (output_files): Update. Use defines_obstack_save.
13808
13809 2001-08-15 Akim Demaille <akim@epita.fr>
13810
13811 * doc/bison.texinfo (Table of Symbols): Document
13812 YYSTACK_USE_ALLOCA.
13813
13814 2001-08-15 Akim Demaille <akim@epita.fr>
13815
13816 * missing: Update from CVS Automake.
13817 * config/config.guess, config/config.sub, config/texinfo.tex:
13818 Update from gnu.org.
13819
13820 2001-08-15 Akim Demaille <akim@epita.fr>
13821
13822 * Makefile.maint: Sync with CVS Autoconf.
13823
13824 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
13825
13826 * doc/bison.texinfo: Include GNU Free Documentation License from
13827 `fdl.texi'.
13828 * doc/fdl.texi: Add to package.
13829
13830 2001-08-14 Marc Autret <autret_m@epita.fr>
13831
13832 Turn on %{source,header}_extension features.
13833
13834 * src/lex.c (percent_table): Un-CPP out header_extension and
13835 source_extension.
13836 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
13837 (compute_exts_from_src): Remove conditions. It restores priorities
13838 between options.
13839
13840 2001-08-14 Marc Autret <autret_m@epita.fr>
13841
13842 * src/files.c (compute_base_names): Add extensions computing when
13843 `--file-prefix' used.
13844 Standardize function calls.
13845
13846 2001-08-13 Marc Autret <autret_m@epita.fr>
13847
13848 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
13849 defining it (defined but null disables alloca).
13850
13851 2001-08-13 Marc Autret <autret_m@epita.fr>
13852
13853 * src/bison.simple (_yy_memcpy): CPP reformat.
13854
13855 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
13856
13857 * tests/atconfig.in (CPPFLAGS): Fix.
13858
13859 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
13860
13861 * doc/bison.texinfo: Include GNU General Public License from
13862 `gpl.texi'.
13863 * doc/gpl.texi: Add to package.
13864
13865 2001-08-10 Marc Autret <autret_m@epita.fr>
13866
13867 * src/print_graph.h: Fix.
13868 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
13869
13870 2001-08-10 Akim Demaille <akim@epita.fr>
13871
13872 * src/system.h: Provide default declarations for stpcpy, strndup,
13873 and strnlen.
13874
13875 2001-08-10 Robert Anisko <anisko_r@epita.fr>
13876
13877 * doc/bison.texinfo (Locations): Update @$ stuff.
13878
13879 2001-08-09 Robert Anisko <anisko_r@epita.fr>
13880
13881 * src/bison.simple (YYLLOC_DEFAULT): Update.
13882 (yyparse): Adjust.
13883
13884 2001-08-08 Marc Autret <autret_m@epita.fr>
13885
13886 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
13887 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
13888 Reported by Fabrice Bauzac.
13889
13890 2001-08-08 Marc Autret <autret_m@epita.fr>
13891
13892 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
13893 * src/vcg.c (output_node): Fix.
13894 * src/vcg.h: Cleanup.
13895 * src/print_graph.c: Add comments.
13896 (node_output_size): New global variable. Simplify the formatting of
13897 the VCG graph output.
13898 (print_actions): Unused code is now used. It notifies the final state
13899 and no action states in the VCG graph. It also give the reduce actions.
13900 The `shift and goto' edges are red and the `go to state' edges are
13901 blue.
13902 Get the current node name and node_obstack by argument.
13903 (node_obstack): New variable.
13904 (print_state): Manage node_obstack.
13905 (print_core): Use node_obstack given by argument.
13906 A node is not only computed here but in print_actions also.
13907 (print_graph): CPP out useless code instead of commenting it.
13908
13909 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
13910
13911 * tests/atconfig.in (CPPFLAGS): Fix.
13912
13913 2001-08-07 Akim Demaille <akim@epita.fr>
13914
13915 * src/print_graph.c (quote): New.
13916 (print_core): Use it.
13917
13918 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
13919
13920 * src/vcg.c (complain.h): Include it.
13921 Unepitaize `return' invocations.
13922 [NDEBUG] (main): Remove.
13923 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
13924 * src/files.c (open_files): Initialize graph_obstack.
13925 * src/print_graph.c (print_actions): CPP out useless code.
13926 (print_core): Don't output the last `\n' in labels.
13927 Use `quote'.
13928 * src/files.c (output_files): Output the VCG file.
13929 * src/main.c (main): Invoke print_graph ();
13930
13931 2001-08-06 Marc Autret <autret_m@epita.fr>
13932
13933 Automaton VCG graph output.
13934 Using option ``-g'' or long option ``--graph'', you can generate
13935 a gram_filename.vcg file containing a VCG description of the LALR (1)
13936 automaton of your grammar.
13937
13938 * src/main.c: Call to print_graph() function.
13939 * src/getargs.h: Update.
13940 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
13941 (graph_flag): New flag.
13942 (longopts): Update.
13943 (getargs): Add case `g'.
13944 * src/files.c (graph_obstack): New obstack struct.
13945 (open_files): Initialize new obstack.
13946 (output_files): Saves graph_obstack if required.
13947 * src/files.h (graph_obstack): New extern declaration.
13948 * src/Makefile.am: Add new source files.
13949
13950 2001-08-06 Marc Autret <autret_m@epita.fr>
13951
13952 * src/print_graph.c, src/print_graph.h (graph): New.
13953 * src/vcg.h: New file.
13954 * src/vcg.c: New file, VCG graph handling.
13955
13956 2001-08-06 Marc Autret <autret_m@epita.fr>
13957
13958 Add of %source_extension and %header_extension which specify
13959 the source or/and the header output file extension.
13960
13961 * src/files.c (compute_base_names): Remove initialisation of
13962 src_extension and header_extension.
13963 (compute_exts_from_gf): Update.
13964 (compute_exts_from_src): Update.
13965 (output_files): Update.
13966 * src/reader.c (parse_header_extension_decl): New.
13967 (parse_source_extension_decl): New.
13968 (read_declarations): New case statements for the new tokens.
13969 * src/lex.c (percent_table): Add entries for %source_extension
13970 and %header_extension.
13971 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
13972
13973 2001-08-06 Marc Autret <autret_m@epita.fr>
13974
13975 * configure.in: Bump to 1.28c.
13976 * doc/bison.texinfo: Texinfo thingies.
13977
13978 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
13979
13980 * tests/atconfig.in (CPPFLAGS): Add.
13981 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
13982
13983 2001-08-03 Akim Demaille <akim@epita.fr>
13984
13985 Version 1.28b.
13986
13987 2001-08-03 Akim Demaille <akim@epita.fr>
13988
13989 * tests/Makefile.am (check-local): Ship testsuite.
13990 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
13991 Include `string.h'.
13992
13993 2001-08-03 Akim Demaille <akim@epita.fr>
13994
13995 * configure.in: Try using -Wformat when compiling.
13996
13997 2001-08-03 Akim Demaille <akim@epita.fr>
13998
13999 * configure.in: Bump to 1.28b.
14000
14001 2001-08-03 Akim Demaille <akim@epita.fr>
14002
14003 * src/complain.c: Adjust strerror_r portability issues.
14004
14005 2001-08-03 Akim Demaille <akim@epita.fr>
14006
14007 Version 1.28a.
14008
14009 2001-08-03 Akim Demaille <akim@epita.fr>
14010
14011 * src/getargs.c, src/getarg.h (skeleton)): Constify.
14012 * src/lex.c (literalchar): Avoid name clashes on `buf'.
14013 * src/getargs.c: Include complain.h.
14014 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
14015 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
14016
14017 2001-08-03 Akim Demaille <akim@epita.fr>
14018
14019 * src/reader.c (readgram): Display hidden chars in error messages.
14020
14021 2001-08-03 Akim Demaille <akim@epita.fr>
14022
14023 Update to gettext 0.10.39.
14024
14025 2001-08-03 Akim Demaille <akim@epita.fr>
14026
14027 * lib/strspn.c: New.
14028
14029 2001-08-01 Marc Autret <autret_m@epita.fr>
14030
14031 * doc/bison.texinfo: Update.
14032 * doc/bison.1 (mandoc): Update.
14033 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
14034 * src/files.c: Support output files extensions computing.
14035 (src_extension): New static variable.
14036 (header_extension): New static variable.
14037 (tr): New function.
14038 (get_extension_index): New function, gets the index of an extension
14039 filename in a string.
14040 (compute_exts_from_gf): New function, computes extensions from the
14041 grammar file extension.
14042 (compute_exts_from_src): New functions, computes extensions from the
14043 C source file extension, file given by ``-o'' option.
14044 (compute_base_names): Update.
14045 (output_files): Update.
14046
14047 2001-08-01 Robert Anisko <anisko_r@epita.fr>
14048
14049 * doc/bison.texi: Document @$.
14050 (Locations): New section.
14051
14052 2001-07-18 Akim Demaille <akim@epita.fr>
14053
14054 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
14055 * config/prev-version.txt, config/move-if-change: New.
14056 * Makefile.am: Adjust.
14057
14058 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
14059
14060 * src/bison.simple (yyparse): Suppress warning `comparaison
14061 between signed and unsigned'.
14062
14063 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
14064
14065 * src/getargs.h (raw_flag): Remove.
14066 * src/getargs.c: Die on `-r'/`--raw'.
14067 * src/lex.c (parse_percent_token): Die on `%raw'.
14068 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
14069 * tests/calc.at: Suppress test with option `--raw'.
14070
14071 2001-07-14 Akim Demaille <akim@epita.fr>
14072
14073 * config/: New.
14074 * configure.in: Require Autoconf 2.50.
14075 Update to gettext 0.10.38.
14076
14077 2001-03-16 Akim Demaille <akim@epita.fr>
14078
14079 * doc/bison.texinfo: ANSIfy the examples.
14080
14081 2001-03-16 Akim Demaille <akim@epita.fr>
14082
14083 * getargs.c (skeleton): New variable.
14084 (longopts): --skeleton is a new option.
14085 (shortopts, getargs): -S is a new option.
14086 * getargs.h: Declare skeleton.
14087 * output.c (output_parser): Use it.
14088
14089 2001-03-16 Akim Demaille <akim@epita.fr>
14090
14091 * m4/strerror_r.m4: New.
14092 * m4/error.m4: Run AC_FUNC_STRERROR_R.
14093 * lib/error.h, lib/error.c: Update.
14094
14095 2001-03-16 Akim Demaille <akim@epita.fr>
14096
14097 * src/getargs.c (longopts): Clean up.
14098
14099 2001-02-21 Akim Demaille <akim@epita.fr>
14100
14101 * src/reader.c (gensym): `gensym_count' is your own.
14102 Use a static buf to create the symbol name, as token_buffer is no
14103 longer a buffer.
14104
14105 2001-02-08 Akim Demaille <akim@epita.fr>
14106
14107 * src/conflicts.c (conflict_report): Be sure not to append to res
14108 between two calls, which could happen if both first sprintf were
14109 skipped, but not the first cp += strlen.
14110
14111 2001-02-08 Akim Demaille <akim@epita.fr>
14112
14113 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
14114 New, from fileutils 4.0.37.
14115 * configure.in: Require Autoconf 2.49c. I took some time before
14116 making this decision. This is the only way out for portability
14117 issues in Bison, it would mean way too much duplicate effort to
14118 import in Bison features implemented in 2.49c since 2.13.
14119 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
14120
14121 2001-02-02 Akim Demaille <akim@epita.fr>
14122
14123 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
14124 * lib/xalloc.h, lib/xmalloc.c: Update.
14125
14126 2001-01-19 Akim Demaille <akim@epita.fr>
14127
14128 Get rid of the ad hoc handling of token_buffer in the scanner: use
14129 the obstacks.
14130
14131 * src/lex.c (token_obstack): New.
14132 (init_lex): Initialize it. No longer call...
14133 (grow_token_buffer): this. Remove it.
14134 Adjust all the places which used it to use the obstack.
14135
14136 2001-01-19 Akim Demaille <akim@epita.fr>
14137
14138 * src/lex.h: Rename all the tokens:
14139 s/\bENDFILE\b/tok_eof/g;
14140 s/\bIDENTIFIER\b/tok_identifier/g;
14141 etc.
14142 Let them be enums, not #define, to ease debugging.
14143 Adjust all the code.
14144
14145 2001-01-18 Akim Demaille <akim@epita.fr>
14146
14147 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
14148 * src/lex.c (maxtoken, grow_token_buffer): Static.
14149
14150 2001-01-18 Akim Demaille <akim@epita.fr>
14151
14152 Since we now use obstacks, more % directives can be enabled.
14153
14154 * src/lex.c (percent_table): Also accept `%yacc',
14155 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
14156 `%debug'.
14157 Handle the actions for `%semantic_parser' and `%pure_parser' here,
14158 instead of returning a token.
14159 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
14160 * src/reader.c (read_declarations): Adjust.
14161 * src/files.c (open_files): Don't call `compute_base_names', don't
14162 compute `attrsfile' since they depend upon data which might be
14163 *in* the input file now.
14164 (output_files): Do it here.
14165 * src/output.c (output_headers): Document the fact that this patch
14166 introduces a guaranteed SEGV for semantic parsers.
14167 * doc/bison.texinfo: Document them.
14168 * tests/suite.at: Exercise these %options.
14169
14170 2000-12-20 Akim Demaille <akim@epita.fr>
14171
14172 Also handle the output file (--verbose) with obstacks.
14173
14174 * files.c (foutput): Remove.
14175 (output_obstack): New.
14176 Adjust all dependencies.
14177 * src/conflicts.c: Return a string.
14178 * src/system.h (obstack_grow_string): Rename as...
14179 (obstack_sgrow): this. Be ready to work with non literals.
14180 (obstack_fgrow4): New.
14181
14182 2000-12-20 Akim Demaille <akim@epita.fr>
14183
14184 * src/files.c (open_files): Fix the computation of short_base_name
14185 in the case of `-o foo.tab.c'.
14186
14187 2000-12-20 Akim Demaille <akim@epita.fr>
14188
14189 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
14190 (copy_dollar): Now that everything uses obstacks, get rid of the
14191 FILE * parameters.
14192
14193 2000-12-20 Akim Demaille <akim@epita.fr>
14194
14195 * src/files.c (open_files): Actually the `.output' file is based
14196 on the short_base_name, not base_name.
14197 * tests/suite.at (Checking output file names): Adjust.
14198
14199 2000-12-20 Akim Demaille <akim@epita.fr>
14200
14201 * src/bison.s1: Remove, we now use directly...
14202 * src/bison.simple: this.
14203 * src/Makefile.am: Use pkgdata instead of data.
14204
14205 2000-12-20 Akim Demaille <akim@epita.fr>
14206
14207 * src/files.c (guard_obstack): New.
14208 (open_files): Initialize it.
14209 (output_files): Dump it...
14210 * src/files.h: Export it.
14211 * src/reader.c (copy_guard): Use it.
14212
14213 2000-12-19 Akim Demaille <akim@epita.fr>
14214
14215 * src/files.c (outfile, defsfile, actfile): Removed as global
14216 vars.
14217 (open_files): Don't compute them.
14218 (output_files): Adjust.
14219 (base_name, short_base_name): Be global.
14220 Adjust dependencies.
14221
14222 2000-12-19 Akim Demaille <akim@epita.fr>
14223
14224 * src/files.c (strsuffix): New.
14225 (stringappend): Be just like strcat but allocate.
14226 (base_names): Eve out from open_files.
14227 Try to simplify the rather hairy computation of base_name and
14228 short_base_name.
14229 (open_files): Use it.
14230 * tests/suite.at (Checking output file names): New test.
14231
14232 2000-12-19 Akim Demaille <akim@epita.fr>
14233
14234 * src/system.h (obstack_grow_literal_string): Rename as...
14235 (obstack_grow_string): this.
14236 * src/output.c (output_parser): Recognize `%% actions' instead of
14237 `$'.
14238 * src/bison.s1: s/$/%% actions/.
14239 * src/bison.hairy: Likewise.
14240
14241 2000-12-19 Akim Demaille <akim@epita.fr>
14242
14243 * src/output.c (output_parser): Compute the `#line' lines when
14244 there are.
14245 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
14246 Suggested by Hans Aberg.
14247
14248 2000-12-19 Akim Demaille <akim@epita.fr>
14249
14250 Let the handling of the skeleton files be local to the procedures
14251 that use it.
14252
14253 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
14254 longer static.
14255 (fparser, open_extra_files): Remove.
14256 (open_files, output_files): Don't take care of fparser.
14257 * src/files.h: Adjust.
14258 * src/output.c (output_parser): Open and close the file to the
14259 skeleton.
14260 * src/reader.c (read_declarations): When %semantic_parser, open
14261 fguard.
14262
14263 2000-12-19 Akim Demaille <akim@epita.fr>
14264
14265 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
14266 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
14267
14268 2000-12-19 Akim Demaille <akim@epita.fr>
14269
14270 * src/files.c (open_files): Yipee! We no longer need all the code
14271 looking for `/tmp' since we have no tmp file.
14272
14273 2000-12-19 Akim Demaille <akim@epita.fr>
14274
14275 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
14276 New macros.
14277 * src/files.c (open_files): Less dependency on MSDOS etc.
14278
14279 2000-12-14 Akim Demaille <akim@epita.fr>
14280
14281 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
14282 Provide a default definition.
14283 Use it when executing the default @ action.
14284 * src/reader.c (reader_output_yylsp): No longer include
14285 `timestamp' and `text' in the default YYLTYPE.
14286
14287 2000-12-12 Akim Demaille <akim@epita.fr>
14288
14289 * src/reader.c (copy_definition, parse_union_decl, copy_action)
14290 (copy_guard): Quote the file names.
14291 Reported by Laurent Mascherpa.
14292
14293 2000-12-12 Akim Demaille <akim@epita.fr>
14294
14295 * src/output.c (output_headers, output_program, output): Be sure
14296 to escape special characters when outputting filenames.
14297 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
14298 (output_headers): Don't depend on them, Use ACTSTR.
14299
14300 2000-11-17 Akim Demaille <akim@epita.fr>
14301
14302 * lib/obstack.h: Formatting changes.
14303 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
14304 prevents type checking.
14305 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
14306 cast the value to (void *): assigning a `foo *' to a `void *'
14307 variable is valid.
14308 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
14309 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
14310 append characters.
14311
14312 2000-11-17 Akim Demaille <akim@epita.fr>
14313
14314 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
14315 as...
14316 (suite.m4, regression.m4, calc.m4): these.
14317 * tests/atgeneral.m4: Update from CVS Autoconf.
14318
14319 2000-11-17 Akim Demaille <akim@epita.fr>
14320
14321 * tests/regression.m4 (%union and --defines): New test,
14322 demonstrating a current bug in the obstack implementation.
14323
14324 2000-11-17 Akim Demaille <akim@epita.fr>
14325
14326 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
14327 macros.
14328 Use them to declare the variables which are global or local to
14329 `yyparse'.
14330
14331 2000-11-17 Akim Demaille <akim@epita.fr>
14332
14333 * acconfig.h: Remove, no longer used.
14334
14335 2000-11-07 Akim Demaille <akim@epita.fr>
14336
14337 * src: s/Copyright (C)/Copyright/g.
14338
14339 2000-11-07 Akim Demaille <akim@epita.fr>
14340
14341 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
14342 defining.
14343 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
14344
14345 2000-11-07 Akim Demaille <akim@epita.fr>
14346
14347 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
14348 Merge in a single CPP if/else.
14349
14350 2000-11-07 Akim Demaille <akim@epita.fr>
14351
14352 * src/output.c (output): Remove useless variables.
14353 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
14354 argument `data' for consistency with the prototypes.
14355 Qualify it `const'.
14356 (obstack_copy, obstack_copy0): Rename the second argument as
14357 `address' for consistency. Qualify it `const'.
14358 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
14359 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
14360 `const' their input argument (`data' or `address').
14361 Adjust the corresponding macros to include `const' in casts.
14362
14363 2000-11-03 Akim Demaille <akim@epita.fr>
14364
14365 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
14366 s/PFILE1/BISON_HAIRY/.
14367 Adjust dependencies.
14368
14369 2000-11-03 Akim Demaille <akim@epita.fr>
14370
14371 For some reason, this was not applied.
14372
14373 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
14374 `unlink': it's no longer used.
14375
14376 2000-11-03 Akim Demaille <akim@epita.fr>
14377
14378 * src/files.c (skeleton_find): New function, eved out of...
14379 (open_files, open_extra_files): here.
14380
14381 2000-11-03 Akim Demaille <akim@epita.fr>
14382
14383 Don't use `atexit'.
14384
14385 * src/files.c (obstack_save): New function.
14386 (done): Rename as...
14387 (output_files): this.
14388 Use `obstack_save'.
14389 * src/main.c (main): Don't use `atexit' to register `done', since
14390 it no longer has to remove tmp files, just call `output_files'
14391 when there are no errors.
14392
14393 2000-11-02 Akim Demaille <akim@epita.fr>
14394
14395 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
14396 `unlink': it's no longer used.
14397 * src/files.h: Formatting changes.
14398
14399 2000-11-02 Akim Demaille <akim@epita.fr>
14400
14401 Remove the last uses of mktemp and unlink/delete.
14402
14403 * src/files.c (fdefines, ftable): Removed.
14404 (defines_ostack, table_obstack): New.
14405 Adjust dependencies of the former into uses of the latter.
14406 * src/output.c (output_short_or_char_table, output_short_table):
14407 Convert to using obstacks.
14408 * src/reader.c (copy_comment2): Accept one FILE * and two
14409 obstacks.
14410 (output_token_defines, reader_output_yylsp): Use obstacks.
14411 * src/system.h (obstack_fgrow3): New.
14412 * po/POTFILES.in: Adjust.
14413
14414 2000-11-01 Akim Demaille <akim@epita.fr>
14415
14416 Change each use of `fattrs' into a use of `attrs_obstack'.
14417
14418 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
14419 * src/files.c (fattrs): Remove.
14420 (attrs_obstack): New.
14421 Adjust all dependencies.
14422 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
14423
14424 2000-11-01 Akim Demaille <akim@epita.fr>
14425
14426 Introduce obstacks.
14427 Change each use of `faction' into a use of `action_obstack'.
14428
14429 * lib/obstack.h, lib/obstack.c: New files.
14430 * src/files.c (faction): Remove.
14431 (action_obstack): New.
14432 Adjust all dependencies.
14433
14434 2000-10-20 Akim Demaille <akim@epita.fr>
14435
14436 * lib/quote.h (PARAMS): New macro. Use it.
14437
14438 2000-10-16 Akim Demaille <akim@epita.fr>
14439
14440 * src/output.c (output_short_or_char_table): New function.
14441 (output_short_table, output_token_translations): Use it.
14442 (goto_actions): Use output_short_table.
14443
14444 2000-10-16 Akim Demaille <akim@epita.fr>
14445
14446 * src/symtab.c (bucket_new): New function.
14447 (getsym): Use it.
14448
14449 * src/output.c (output_short_table): New argument to display the
14450 comment associated with the table.
14451 Adjust dependencies.
14452 (output_gram): Use it.
14453 (output_rule_data): Nicer output layout for YYTNAME.
14454
14455 2000-10-16 Akim Demaille <akim@epita.fr>
14456
14457 * src/lex.c (read_typename): New function.
14458 (lex): Use it.
14459 * src/reader.c (copy_dollar): Likewise.
14460
14461 2000-10-16 Akim Demaille <akim@epita.fr>
14462
14463 * src/reader.c (copy_comment2): Expect the input stream to be on
14464 the `/' which is suspected to open a comment, instead of being
14465 called after `//' or `/*' was read.
14466 (copy_comment, copy_definition, parse_union_decl, copy_action)
14467 (copy_guard): Adjust.
14468
14469 2000-10-16 Akim Demaille <akim@epita.fr>
14470
14471 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
14472 `read_signed_integer'.
14473
14474 2000-10-16 Akim Demaille <akim@epita.fr>
14475
14476 * src/reader.c (copy_dollar): New function.
14477 (copy_guard, copy_action): Use it.
14478
14479 2000-10-16 Akim Demaille <akim@epita.fr>
14480
14481 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
14482 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
14483 New files, from Fileutils 4.0.27.
14484 * src/main.c (printable_version): Remove.
14485 * src/lex.c, src/reader.c: Use `quote'.
14486
14487 2000-10-04 Akim Demaille <akim@epita.fr>
14488
14489 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
14490
14491 2000-10-04 Akim Demaille <akim@epita.fr>
14492
14493 * doc/bison.texinfo: Various typos spotted by Neil Booth.
14494
14495 2000-10-04 Akim Demaille <akim@epita.fr>
14496
14497 When a literal string is used to define two different tokens,
14498 `bison -v' segfaults.
14499 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
14500
14501 * tests/regression.m4: New file.
14502 Include the core of the sample provided by Piotr Gackiewicz.
14503 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
14504 properly.
14505
14506 2000-10-04 Akim Demaille <akim@epita.fr>
14507
14508 * src/reader.c (parse_expect_decl): Keep `count' within the size
14509 of `buffer'.
14510 From Neil Booth.
14511
14512 2000-10-02 Paul Eggert <eggert@twinsun.com>
14513
14514 * bison.s1 (yyparse): Assign the default value
14515 unconditionally, to avoid a GCC warning and make the parser a
14516 tad smaller.
14517
14518 2000-10-02 Akim Demaille <akim@epita.fr>
14519
14520 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
14521 options.
14522
14523 2000-10-02 Akim Demaille <akim@epita.fr>
14524
14525 * src/derives.c, src/print.c, src/reduce.c: To ease the
14526 translation, move some `\n' out of the translated strings.
14527
14528 2000-10-02 Akim Demaille <akim@epita.fr>
14529
14530 The location tracking mechanism is precious for parse error
14531 messages. Nevertheless, it is enabled only when `@n' is used in
14532 the grammar, which is a different issue (you can use it in error
14533 message, but not in the grammar per se). Therefore, there should
14534 be another means to enable it.
14535
14536 * src/getargs.c (getargs): Support `--locations'.
14537 (usage): Report it.
14538 * src/getargs.h (locationsflag): Export it.
14539 * src/lex.c (percent_table): Support `%locations'.
14540 * src/reader.c (yylsp_needed): Remove this variable, now replaced
14541 with `locationsflag'.
14542 * doc/bison.texinfo: Document `--locations' and `%locations'.
14543 Sort the options.
14544 * tests/calc.m4: Test it.
14545
14546 For regularity of the names, replace each
14547 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
14548 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
14549 In addition replace each `flag' with `_flag'.
14550
14551 2000-10-02 Akim Demaille <akim@epita.fr>
14552
14553 Also test parse error messages, including with YYERROR_VERBOSE.
14554
14555 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
14556 associative).
14557 Use it to check the computations.
14558 Use it to check `nonassoc' is honored.
14559 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
14560 `--yyerror-verbose'.
14561 (_AT_CHECK_CALC): Adjust to this option.
14562 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
14563
14564 2000-10-02 Akim Demaille <akim@epita.fr>
14565
14566 Test also `--verbose', `--defines' and `--name-prefix'. Testing
14567 the latter demonstrates a flaw in the handling of non debugging
14568 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
14569 was used in order to simplify:
14570
14571 #if YYDEBUG
14572 if (yydebug)
14573 {
14574 ...
14575 }
14576 #endif
14577
14578 into
14579
14580 if (yydebug)
14581 {
14582 ...
14583 }
14584
14585 unfortunately this leads to a CPP conflict when
14586 `--name-prefix=foo' is used since it produces `#define yydebug
14587 foodebug'.
14588
14589 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
14590 (YYDPRINTF): New macro.
14591 Spread its use.
14592 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
14593 the bison options.
14594 Also test `--verbose', `--defines' and `--name-prefix'.
14595
14596 2000-10-02 Akim Demaille <akim@epita.fr>
14597
14598 Improve the readability of the produced parsers.
14599
14600 * src/bison.s1: Formatting changes.
14601 Improve the comment related to the `$' mark.
14602 (yydefault): Don't fall through to `yyresume': `goto' there.
14603 * src/output.c (output_parser): When the `$' is met, skip the end
14604 of its line.
14605 New variable, `number_of_dollar_signs', to check there's exactly
14606 one `$' in the parser skeleton.
14607
14608 2000-10-02 Akim Demaille <akim@epita.fr>
14609
14610 * lib/xstrdup.c: New file, from the fileutils.
14611 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
14612 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
14613 instead of strlen + xmalloc + strcpy.
14614 * src/symtab.c (copys): Remove, use xstrdup instead.
14615
14616 2000-10-02 Akim Demaille <akim@epita.fr>
14617
14618 * src/gram.h (associativity): New enum type which replaces the
14619 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
14620 `right_assoc', `left_assoc' and `non_assoc'.
14621 Adjust all dependencies.
14622 * src/reader.c: Formatting changes.
14623 (LTYPESTR): Don't define it, use it as a literal in
14624 `reader_output_yylsp'.
14625 * src/symtab.h (symbol_class): New enum type which replaces the
14626 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
14627 `sunknown', `stoken and `snterm'.
14628
14629 2000-10-02 Akim Demaille <akim@epita.fr>
14630
14631 * src/getargs.c (fixed_outfiles): Rename as...
14632 (yaccflag): for consistency and accuracy.
14633 Adjust dependencies.
14634
14635 2000-10-02 Akim Demaille <akim@epita.fr>
14636
14637 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
14638 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
14639 difficult and introduced a lot of core dump. It turns out that
14640 Bison used an implementation of `xmalloc' based on `calloc', and
14641 at various places it does depend upon the initialization to 0. I
14642 have not tried to isolate the pertinent places, and all the former
14643 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
14644 someone should address this issue.
14645
14646 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
14647 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
14648 files.
14649 Adjust dependencies.
14650 * src/warshall.h: New file.
14651 Propagate.
14652
14653 2000-10-02 Akim Demaille <akim@epita.fr>
14654
14655 Various anti-`extern in *.c' changes.
14656
14657 * src/system.h: Include `assert.h'.
14658
14659 2000-10-02 Akim Demaille <akim@epita.fr>
14660
14661 * src/state.h (nstates, final_state, first_state, first_shift)
14662 (first_reduction): Move their exportation from here...
14663 * src/LR0.h: to here.
14664 Adjust dependencies.
14665 * src/getargs.c (statisticsflag): New variable.
14666 Add support for `--statistics'.
14667 Adjust dependencies.
14668
14669 Remove a lot of now useless `extern' statements in most files.
14670
14671 2000-10-02 Akim Demaille <akim@epita.fr>
14672
14673 * src/LR0.h: New file.
14674 Propagate its use.
14675
14676 2000-10-02 Akim Demaille <akim@epita.fr>
14677
14678 * src/print.h: New file.
14679 Propagate its use.
14680 * src/print.c: Formatting and ordering changes.
14681 (verbose, terse): Replace with...
14682 (print_results): this new function.
14683 Adjust dependencies.
14684
14685 2000-10-02 Akim Demaille <akim@epita.fr>
14686
14687 * src/conflicts.c (conflict_report): New function.
14688 (conflict_log, verbose_conflict_log): Replace with...
14689 (print_conflicts): this function.
14690 Adjust dependencies.
14691 * src/conflicts.h: New file.
14692 Propagate its inclusion.
14693
14694 2000-10-02 Akim Demaille <akim@epita.fr>
14695
14696 * src/nullable.h: New file.
14697 Propagate its inclusion.
14698 * src/nullable.c: Formatting changes.
14699
14700 2000-10-02 Akim Demaille <akim@epita.fr>
14701
14702 * src/reduce.h: New file.
14703 Propagate its inclusion.
14704 * src/reduce.c: Topological sort and other formatting changes.
14705 (bool, TRUE, FALSE): Move their definition to...
14706 * src/system.h: here.
14707
14708 2000-10-02 Akim Demaille <akim@epita.fr>
14709
14710 * src/files.c: Formatting changes.
14711 (tryopen, tryclose, openfiles): Rename as...
14712 (xfopen, xfclose, open_files): this.
14713 (stringappend): static.
14714 * src/files.h: Complete the list of exported symbols.
14715 Propagate its use.
14716
14717 2000-10-02 Akim Demaille <akim@epita.fr>
14718
14719 * src/reader.h: New file.
14720 Propagate its use instead of tedious list of `extern' and
14721 prototypes.
14722 * src/reader.c: Formatting changes, topological sort,
14723 s/register//.
14724
14725 2000-10-02 Akim Demaille <akim@epita.fr>
14726
14727 * src/lex.h: Prototype `lex.c' exported functions.
14728 * src/reader.c: Adjust.
14729 * src/lex.c: Formatting changes.
14730 (safegetc): Rename as...
14731 (xgetc): this.
14732
14733 2000-10-02 Akim Demaille <akim@epita.fr>
14734
14735 * src/lalr.h: New file.
14736 Propagate its inclusion instead of prototypes and `extern'.
14737 * src/lalr.c: Formatting changes, topological sorting etc.
14738
14739 2000-10-02 Akim Demaille <akim@epita.fr>
14740
14741 * src/output.c (token_actions): Introduce a temporary array,
14742 YYDEFACT, that makes it possible for this function to use
14743 output_short_table.
14744
14745 2000-10-02 Akim Demaille <akim@epita.fr>
14746
14747 `user_toknums' is output as a `short[]' in `output.c', while it is
14748 defined as a `int[]' in `reader.c'. For consistency with the
14749 other output tables, `user_toknums' is now defined as a table of
14750 shorts.
14751
14752 * src/reader.c (user_toknums): Be a short table instead of an int
14753 table.
14754 Adjust dependencies.
14755
14756 Factor the short table outputs.
14757
14758 * src/output.c (output_short_table): New function.
14759 * src/output.c (output_gram, output_stos, output_rule_data)
14760 (output_base, output_table, output_check): Use it.
14761
14762 2000-10-02 Akim Demaille <akim@epita.fr>
14763
14764 * src/output.c (output): Topological sort of the functions, in
14765 order to get rid of the `static' prototypes.
14766 No longer use `register'.
14767 * src/output.h: New file.
14768 Propagate its inclusion in files explicitly prototyping functions
14769 from output.c.
14770
14771 2000-09-21 Akim Demaille <akim@epita.fr>
14772
14773 * src/atgeneral.m4: Update from Autoconf.
14774
14775 2000-09-21 Akim Demaille <akim@epita.fr>
14776
14777 * src/closure.h: New file.
14778 * src/closure.c: Formatting changes, topological sort over the
14779 functions, use of closure.h.
14780 (initialize_closure, finalize_closure): Rename as...
14781 (new_closure, free_closure): these. Adjust dependencies.
14782 * src/LR0.c: Formatting changes, topological sort, use of
14783 cloture.h.
14784 (initialize_states): Rename as...
14785 (new_states): this.
14786 * src/Makefile.am (noinst_HEADERS): Adjust.
14787
14788 2000-09-20 Akim Demaille <akim@epita.fr>
14789
14790 * src/acconfig.h: Don't protect config.h against multiple
14791 inclusion.
14792 Don't define PARAMS.
14793 * src/system.h: Define PARAMS.
14794 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
14795 purpose of config.h. system.h must not try to fix wrong
14796 definitions in config.h.
14797
14798 2000-09-20 Akim Demaille <akim@epita.fr>
14799
14800 * src/derives.h: New file.
14801 * src/main.c, src/derives.h: Use it.
14802 Formatting changes.
14803 * src/Makefile.am (noinst_HEADERS): Adjust.
14804
14805 2000-09-20 Akim Demaille <akim@epita.fr>
14806
14807 * tests/atgeneral.m4: Update from Autoconf.
14808 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
14809 (AT_CHECK_CALC): New macros.
14810 Use these macros to test bison with options `', `--raw',
14811 `--debug', `--yacc', `--yacc --debug'.
14812
14813 2000-09-19 Akim Demaille <akim@epita.fr>
14814
14815 * src/output.c: Formatting changes.
14816 * src/machine.h: Remove, leaving its contents in...
14817 * src/system.h: here.
14818 Include stdio.h.
14819 Adjust all dependencies on stdio.h and machine.h.
14820 * src/getargs.h: New file.
14821 Let all `extern' declarations about getargs.c be replaced with
14822 inclusion of `getargs.h'.
14823 * src/Makefile.am (noinst_HEADERS): Adjust.
14824
14825 * tests/calc.m4 (yyin): Be initialized in main, not on the global
14826 scope.
14827 (yyerror): Returns void, not int.
14828 * doc/bison.texinfo: Formatting changes.
14829
14830 2000-09-19 Akim Demaille <akim@epita.fr>
14831
14832 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
14833 portable.
14834
14835 2000-09-18 Akim Demaille <akim@epita.fr>
14836
14837 * configure.in: Append WARNING_CFLAGS to CFLAGS.
14838 * src/Makefile.am (INCLUDES): Don't.
14839 Be ready to fetch headers in lib/.
14840
14841 2000-09-18 Akim Demaille <akim@epita.fr>
14842
14843 * doc/bison.texinfo: Update the copyright.
14844 ANSIfy and GNUify the examples.
14845 Remove the old menu.
14846
14847 2000-09-18 Akim Demaille <akim@epita.fr>
14848
14849 First set of tests: use the `calc' example from the documentation.
14850
14851 * src/bison.s1 (yyparse): Condition the code using `yytname' which
14852 is defined only when YYDEBUG is.
14853 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
14854 * src/files.c (tryopen, tryclose): Formatting changes.
14855 Move to the top and be static.
14856 * src/reader.c (read_signed_integer): Likewise.
14857 * tests/calc.m4: New file.
14858 * Makefile.am, suite.m4: Adjust.
14859 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
14860
14861 2000-09-18 Akim Demaille <akim@epita.fr>
14862
14863 Add support for an Autotest test suite for Bison.
14864
14865 * m4/m4.m4, m4/atconfig.m4: New files.
14866 * m4/Makefile.am (EXTRA_DIST): Adjust.
14867 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
14868 files.
14869 * src/getargs.c: Display a more standard --version message.
14870 * src/reader.c (reader): Formatting changes.
14871 No longer depend upon VERSION_STRING.
14872 * configure.in: No longer use `dnl'.
14873 Set up the test suite and the new directory `tests/.
14874 (VERSION_STRING): Remove.
14875
14876 2000-04-14 Akim Demaille <akim@epita.fr>
14877
14878 * src/reader.c (copy_comment2): New function, same as former
14879 `copy_comment', but outputs into two FILE *.
14880 (copy_comment): Use it.
14881 (parse_union_decl): Use it.
14882 (get_type, parse_start_decl): Use the same `invalid' message.
14883 (parse_start_decl, parse_union_decl): Use the same `multiple'
14884 message.
14885 (parse_union_decl, copy_guard, copy_action): Use the same
14886 `unmatched' message.
14887 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
14888
14889 2000-03-31 Akim Demaille <akim@epita.fr>
14890
14891 * src/files.c (tryopen, tryclose): Move to the top.
14892 Be static.
14893
14894 2000-03-31 Akim Demaille <akim@epita.fr>
14895
14896 * src/main.c (main): Don't call `done', exit does it.
14897
14898 2000-03-31 Akim Demaille <akim@epita.fr>
14899
14900 * allocate.c: s/return (foo)/return foo/.
14901 * lalr.c: Likewise.
14902 * LR0.c: Likewise.
14903 * output.c: Likewise.
14904 * reader.c: Likewise.
14905 * symtab.c: Likewise.
14906 * vmsgetargs.c: Likewise.
14907
14908 2000-03-31 Akim Demaille <akim@epita.fr>
14909
14910 Clean up the error reporting functions.
14911
14912 * src/report.c: New file.
14913 * src/report.h: Likewise.
14914 * src/Makefile.am: Adjust.
14915 * m4/error.m4: New file.
14916 * m4/Makefile.am: Adjust.
14917 * configure.in (jm_PREREQ_ERROR): Call it.
14918 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
14919 Remove.
14920 (fatal, fatals): Remove. All callers use complain.c::fatal.
14921 (warn, warni, warns, warnss, warnss): Remove. All callers use
14922 complain.c::complain.
14923 (toomany): Remove, use fatal instead.
14924 * src/files.c (done): No argument, use complain_message_count.
14925 * src/main.c (main): Register `done' to `atexit'.
14926
14927 * src/getargs.c (usage): More `fputs', less `fprintf'.
14928
14929 2000-03-28 Akim Demaille <akim@epita.fr>
14930
14931 * lib/: New directory.
14932 * Makefile.am (SUBDIRS): Adjust.
14933 * configure.in: Adjust.
14934 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
14935 useless.
14936 * src/alloca.c: Moved to lib/.
14937 * src/getopt.c: Likewise.
14938 * src/getopt1.c: Likewise.
14939 * src/getopt.h: Likewise.
14940 * src/ansi2knr.c: Likewise.
14941 * src/ansi2knr.1: Likewise.
14942 * src/Makefile.am: Adjust.
14943 * lib/Makefile.am: New file.
14944
14945 2000-03-28 Akim Demaille <akim@epita.fr>
14946
14947 * src/getargs.c (usage): Refresh the help message.
14948
14949 2000-03-17 Akim Demaille <akim@epita.fr>
14950
14951 * src/getopt1.c: Updated from textutils 2.0e
14952 * src/getopt.c: Likewise.
14953 * src/getopt.h: Likewise.
14954
14955 2000-03-17 Akim Demaille <akim@epita.fr>
14956
14957 * src/Makefile.am (bison.simple): Fix the awk program: quote only
14958 the file name, not the whole `#line LINE FILE'.
14959
14960 2000-03-17 Akim Demaille <akim@epita.fr>
14961
14962 On syntax errors, report the token on which we choked.
14963
14964 * src/bison.s1 (yyparse): In the label yyerrlab, when
14965 YYERROR_VERBOSE, add yychar in msg.
14966
14967 2000-03-17 Akim Demaille <akim@epita.fr>
14968
14969 * src/reader.c (copy_at): New function.
14970 (copy_guard): Use it.
14971 (copy_action): Use it.
14972
14973 2000-03-17 Akim Demaille <akim@epita.fr>
14974
14975 Be kind to translators, save some useless translations.
14976
14977 * src/main.c (banner): New function.
14978 (fatal_banner): Use it.
14979 (warn_banner): Use it.
14980
14981 2000-03-17 Akim Demaille <akim@epita.fr>
14982
14983 * src/reader.c (copy_definition): Use copy_string and
14984 copy_comment. Removed now unused `match', `ended',
14985 `cplus_comment'.
14986 (copy_comment, copy_string): Moved, to be visible from
14987 copy_definition.
14988
14989 2000-03-17 Akim Demaille <akim@epita.fr>
14990
14991 * src/reader.c (copy_string): Declare `static inline'. No
14992 problems with inline, since it is checked by configure.
14993 (copy_comment): Likewise.
14994
14995 2000-03-17 Akim Demaille <akim@epita.fr>
14996
14997 * src/reader.c (packsymbols): Formatting changes.
14998
14999 2000-03-17 Akim Demaille <akim@epita.fr>
15000
15001 * src/reader.c (copy_comment): New function, factored out from:
15002 (copy_action): Use it. Removed now unused `match', `ended',
15003 `cplus_comment'.
15004 (copy_guard): Likewise.
15005
15006 2000-03-17 Akim Demaille <akim@epita.fr>
15007
15008 * src/reader.c (copy_string): New function, factored out from:
15009 (copy_action): Use it.
15010 (copy_guard): Likewise.
15011
15012 2000-03-17 Akim Demaille <akim@epita.fr>
15013
15014 Change the handling of @s so that they behave exactly like $s.
15015 There is now a pseudo variable @$ (readble and writable), location
15016 of the lhs of the rule (by default ranging from the location of
15017 the first symbol of the rhs, to the location of the last symbol,
15018 or, if the rhs is empty, YYLLOC).
15019
15020 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
15021 yyval.
15022 (yyparse): When providing a default semantic action, provide a
15023 default location action.
15024 (after the $): No longer change `*YYLSP', just stack YYLOC the
15025 same way you stack YYVAL.
15026 * src/reader.c (read_declarations): Use warns.
15027 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
15028 (copy_action, case '@'): Likewise.
15029 Use a standard error message, to save useless work from
15030 translators.
15031
15032 2000-03-17 Akim Demaille <akim@epita.fr>
15033
15034 * src/bison.s1: Formatting and cosmetics changes.
15035 * src/reader.c: Likewise.
15036 Update the Copyright notice.
15037
15038 2000-03-17 Akim Demaille <akim@epita.fr>
15039
15040 * src/bison.s1 (#line): All set to `#line' only, since the
15041 Makefile now handles them.
15042
15043 2000-03-16 Akim Demaille <akim@epita.fr>
15044
15045 * src/output.c (output_rule_data): Output the documentation of
15046 some of the tables.
15047 (Copyright notice): Update.
15048 Formatting changes.
15049
15050 2000-03-16 Akim Demaille <akim@epita.fr>
15051
15052 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
15053 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
15054 One `#if YYDEBUG' remains, since it uses variables which are
15055 defined only if `YYDEBUG != 0'.
15056
15057 2000-03-16 Akim Demaille <akim@epita.fr>
15058
15059 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
15060 and related variables so that the similarities are highlighted.
15061
15062 2000-03-16 Akim Demaille <akim@epita.fr>
15063
15064 * src/bison.s1: Properly indent CPP directives.
15065
15066 2000-03-16 Akim Demaille <akim@epita.fr>
15067
15068 * src/bison.s1: Properly indent the `alloca' CPP section.
15069
15070 2000-03-16 Akim Demaille <akim@epita.fr>
15071
15072 Do not hard code values of directories in `configure.in'.
15073 Update the `configure' tool chain.
15074
15075 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
15076 src/makefile.am.
15077 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
15078 (AC_OUTPUT): Add m4/Makefile.
15079 Bump to bison 1.28a, 1.29 has never been released.
15080 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
15081 handled via src/Makefile.am.
15082 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
15083 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
15084 autoheader.
15085 * Makefile.am (SUBDIRS): Add m4.
15086 (ACLOCAL_AM_FLAGS): New variable.
15087 (AUTOMAKE_OPTIONS): Add check-news.
15088 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
15089 the proper line number and file name.
15090 (DEFS): Propagate the location of bison library files and of the
15091 locale files.
15092 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
15093 builddir.
15094 * acinclude.m4: Remove, replaced by the directory m4.
15095 * m4/Makefile.am (EXTRA_DIST): New variable.
15096 * m4/gettext.m4: New file, from the fileutils.
15097 * m4/lcmessage.m4: Likewise
15098 * m4/progtest.m4: Likewise.
15099 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
15100
15101 2000-03-10 Akim Demaille <akim@epita.fr>
15102
15103 * src/closure.c:
15104 Formatting changes of various comments.
15105 Respect the GNU coding standards at various places.
15106 Don't use `_()' when no translation is needed.
15107
15108 1999-12-13 Jesse Thilo <jthilo@gnu.org>
15109
15110 * src/files.c:
15111 OS/2 honors TMPDIR environment variable.
15112
15113 1999-12-13 Jesse Thilo <jthilo@gnu.org>
15114
15115 * doc/bison.texinfo: Tweaked spelling and grammar.
15116 Updated ISBN.
15117 Removed reference to price of printed copy.
15118 Mention BISON_SIMPLE and BISON_HAIRY.
15119
15120 1999-12-13 Jesse Thilo <jthilo@gnu.org>
15121
15122 * configure.in, NEWS:
15123 Bison 1.29 released.
15124
15125 1999-10-27 Jesse Thilo <jthilo@gnu.org>
15126
15127 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
15128 Added reference card.
15129
15130 1999-07-26 Jesse Thilo <jthilo@gnu.org>
15131
15132 * po/ru.po: Added Russian translation.
15133
15134 1999-07-26 Jesse Thilo <jthilo@gnu.org>
15135
15136 * configure.in: Added Russian translation.
15137
15138 1999-07-06 Jesse Thilo <jthilo@gnu.org>
15139
15140 * configure.in, NEWS, README:
15141 Released version 1.28.
15142
15143 1999-06-14 Jesse Thilo <jthilo@gnu.org>
15144
15145 * src/system.h:
15146 Squashed redefinition warning on some systems.
15147
15148 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
15149 Have configure build version string instead of relying on ANSI string
15150 concatentation.
15151
15152 1999-06-14 Jesse Thilo <jthilo@gnu.org>
15153
15154 * po/POTFILES.in: Got rid of version.c.
15155
15156 1999-06-14 Jesse Thilo <jthilo@gnu.org>
15157
15158 * acconfig.h, configure.in:
15159 Have configure build version string instead of relying on ANSI string
15160 concatentation.
15161
15162 1999-06-08 Jesse Thilo <jthilo@gnu.org>
15163
15164 * doc/bison.1:
15165 Dropped mention of `+' for long-named options.
15166
15167 1999-05-30 Jesse Thilo <jthilo@gnu.org>
15168
15169 * src/files.c: Added <unistd.h> for unlink().
15170
15171 * src/Makefile.am, src/system.h:
15172 I18n fixes.
15173
15174 1999-05-30 Jesse Thilo <jthilo@gnu.org>
15175
15176 * README: Added a FAQ list.
15177
15178 * configure.in, acconfig.h:
15179 I18n fixes.
15180
15181 1999-05-30 Jesse Thilo <jthilo@gnu.org>
15182
15183 * doc/FAQ, doc/Makefile.am:
15184 Added a FAQ list.
15185
15186 1999-05-19 Jesse Thilo <jthilo@gnu.org>
15187
15188 * src/alloc.h, src/symtab.h, src/version.c:
15189 Protected inclusion of "config.h" with HAVE_CONFIG_H.
15190
15191 1999-04-18 Jesse Thilo <jthilo@gnu.org>
15192
15193 * src/.cvsignore, src/Makefile.am:
15194 Reorganized: sources in `src', documentation in `doc'.
15195
15196 * src/lex.c (literalchar):
15197 fixed the code for escaping double quotes (thanks
15198 Jonathan Czisny.)
15199
15200 1999-04-18 Jesse Thilo <jthilo@gnu.org>
15201
15202 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
15203 Adjusted paths to reflect directory reorganization.
15204
15205 1999-04-18 Jesse Thilo <jthilo@gnu.org>
15206
15207 * doc/.cvsignore, doc/Makefile.am:
15208 Reorganized: sources in `src', documentation in `doc'.
15209
15210 1999-04-18 Jesse Thilo <jthilo@gnu.org>
15211
15212 * configure.in:
15213 Updated AC_INIT file to reflect directory reorganization.
15214
15215 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
15216 Reorganized: sources in `src', documentation in `doc'.
15217
15218 1999-04-13 Jesse Thilo <jthilo@gnu.org>
15219
15220 * src/allocate.c:
15221 Don't declare calloc() and realloc() if not necessary.
15222
15223 1999-04-13 Jesse Thilo <jthilo@gnu.org>
15224
15225 * configure.in, acconfig.h, acinclude.m4:
15226 Don't declare calloc() and realloc() if not necessary.
15227
15228 1999-03-23 Jesse Thilo <jthilo@gnu.org>
15229
15230 * po/.cvsignore: Added i18n support.
15231
15232 1999-03-23 Jesse Thilo <jthilo@gnu.org>
15233
15234 * acconfig.h, configure.in, Makefile.am:
15235 Added i18n support.
15236
15237 1999-03-22 Jesse Thilo <jthilo@gnu.org>
15238
15239 * src/bison.s1: Fixed #line numbers.
15240
15241 1999-03-15 Jesse Thilo <jthilo@gnu.org>
15242
15243 * po/es.po, po/fr.po, po/nl.po, po/de.po:
15244 Added PO files from Translation Project.
15245
15246 1999-03-03 Jesse Thilo <jthilo@gnu.org>
15247
15248 * Makefile.am:
15249 Added support for non-ANSI compilers (ansi2knr).
15250
15251 1999-02-16 Jesse Thilo <jthilo@gnu.org>
15252
15253 * configure.in: Bumped version number to 1.27.
15254
15255 * Makefile.am:
15256 Added `bison.simple' to list of files removed by `make distclean'.
15257
15258 1999-02-12 Jesse Thilo <jthilo@gnu.org>
15259
15260 * src/files.c, src/files.h:
15261 Defined locations of parser files in config.h instead of Makefile.
15262
15263 1999-02-12 Jesse Thilo <jthilo@gnu.org>
15264
15265 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
15266 Defined locations of parser files in config.h instead of Makefile.
15267
15268 1999-02-09 Jesse Thilo <jthilo@gnu.org>
15269
15270 * Makefile.am:
15271 Removed inappropriate use of $< macro.
15272
15273 1999-02-05 Jesse Thilo <jthilo@gnu.org>
15274
15275 * po/Makefile.in.in, po/POTFILES.in:
15276 Add `po' directory skeleton.
15277
15278 1999-01-27 Jesse Thilo <jthilo@gnu.org>
15279
15280 * README: Document help-bison list.
15281
15282 * configure.in: Add check for mkstemp().
15283
15284 1999-01-20 Jesse Thilo <jthilo@gnu.org>
15285
15286 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
15287 Hush a few compiler warnings.
15288
15289 * src/files.c:
15290 Add tryclose(), which verifies that fclose was successful.
15291 Hush a couple of compiler warnings.
15292
15293 1999-01-20 Jesse Thilo <jthilo@gnu.org>
15294
15295 * Makefile.am, OChangeLog:
15296 ChangeLog is now automatically generated. Include the old version as
15297 OChangeLog.
15298
15299 1999-01-14 Jesse Thilo <jthilo@gnu.org>
15300
15301 * 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:
15302 Update FSF address.
15303
15304 1999-01-14 Jesse Thilo <jthilo@gnu.org>
15305
15306 * doc/bison.texinfo: Fix formatting glitch.
15307
15308 * doc/bison.texinfo: Update FSF address.
15309
15310 1999-01-14 Jesse Thilo <jthilo@gnu.org>
15311
15312 * acconfig.h: Update FSF address.
15313
15314 1999-01-08 Jesse Thilo <jthilo@gnu.org>
15315
15316 * src/system.h:
15317 Don't define PACKAGE here, since config.h defines it.
15318
15319 1998-12-30 Jesse Thilo <jthilo@gnu.org>
15320
15321 * src/reader.c: Update copyright date.
15322
15323 * src/main.c:
15324 Ditch sprintf to statically-sized buffers in fatal/warn functions in
15325 favor of output directly to stderr (avoids buffer overruns).
15326
15327 * src/reader.c: Some checks for premature EOF.
15328
15329 * 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:
15330 Use prototypes if the compiler understands them.
15331
15332 * src/files.c: Honor TMPDIR on Unix hosts.
15333 Use prototypes if the compiler understands them.
15334
15335 * src/reader.c:
15336 Fix a couple of buffer overrun bugs.
15337 Use prototypes if the compiler understands them.
15338
15339 * src/system.h: Include unistd.h and ctype.h.
15340 Use #ifdef instead of #if for NLS symbols.
15341
15342 1998-12-30 Jesse Thilo <jthilo@gnu.org>
15343
15344 * doc/bison.texinfo:
15345 Delete comment "consider using @set for edition number, etc..." since
15346 we now are doing so.
15347
15348 1998-12-30 Jesse Thilo <jthilo@gnu.org>
15349
15350 * configure.in:
15351 Use prototypes if the compiler understands them.
15352
15353 * NEWS: Document 1.26 highlights.
15354
15355 * Makefile.am: Require Automake 1.3 or later.
15356
15357 * acconfig.h:
15358 Use prototypes if the compiler understands them.
15359
15360 1998-12-29 Jesse Thilo <jthilo@gnu.org>
15361
15362 * src/version.c:
15363 Use VERSION symbol from automake for version number.
15364
15365 1998-12-29 Jesse Thilo <jthilo@gnu.org>
15366
15367 * acconfig.h, configure.in, version.cin:
15368 Use VERSION symbol from automake for version number.
15369
15370 1998-11-28 Jesse Thilo <jthilo@gnu.org>
15371
15372 * Makefile.am:
15373 Distribute original version of simple parser (bison.s1), not built
15374 version (bison.simple).
15375
15376 1998-11-28 Jesse Thilo <jthilo@gnu.org>
15377
15378 * doc/bison.texinfo: Add info dir entry.
15379
15380 * doc/bison.texinfo:
15381 Let automake put version number into documentation.
15382
15383 1998-11-26 Jesse Thilo <jthilo@gnu.org>
15384
15385 * src/bison.cld, src/build.com, src/vmshlp.mar:
15386 Add non-RCS files from /gd/gnu/bison.
15387
15388 1998-11-26 Jesse Thilo <jthilo@gnu.org>
15389
15390 * doc/bison.1:
15391 Document the BISON_HAIRY and BISON_SIMPLE variables.
15392
15393 1998-11-25 Jesse Thilo <jthilo@gnu.org>
15394
15395 * src/version.c: Build version.c automatically.
15396
15397 * src/reader.c:
15398 Fix token numbering (used to start at 258, not 257).
15399
15400 * src/system.h: Include config.h.
15401
15402 * src/getargs.c: Update bug report address.
15403
15404 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
15405 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
15406
15407 1998-11-25 Jesse Thilo <jthilo@gnu.org>
15408
15409 * Makefile.am:
15410 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
15411
15412 * configure.in, version.cin:
15413 Build version.c automatically.
15414
15415 * AUTHORS: Add AUTHORS file.
15416
15417 * README: Update bug report address.
15418
15419 * bison.simple:
15420 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
15421
15422 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
15423 Add automake stuff.
15424
15425 1998-11-25 Jesse Thilo <jthilo@gnu.org>
15426
15427 * doc/bison.texinfo: Clean up some formatting.
15428
15429 1998-05-05 Richard Stallman <rms@gnu.org>
15430
15431 * doc/bison.texinfo:
15432 Explain better why to make a pure parser.
15433
15434 1998-01-05 Richard Stallman <rms@gnu.org>
15435
15436 * src/files.c (openfiles):
15437 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
15438 find a temporary directory, if possible. Do not unlink files while
15439 they are open.
15440
15441 1997-08-25 Richard Stallman <rms@gnu.org>
15442
15443 * src/reader.c (stack_offset;):
15444 Change some warni to warns.
15445
15446 * src/lex.c (literalchar): Use warns, not warni.
15447
15448 1997-06-28 Richard Stallman <rms@gnu.org>
15449
15450 * src/bison.s1: Add a Bison version comment.
15451
15452 * src/main.c (fatal, warn, berror):
15453 Use program_name.
15454
15455 1997-06-28 Richard Stallman <rms@gnu.org>
15456
15457 * Makefile.in (bison_version): New variable.
15458 (dist): Use that variable.
15459 (bison.s1): Substitute the Bison version into bison.simple.
15460
15461 * bison.simple: Add a Bison version comment.
15462
15463 1997-06-18 Richard Stallman <rms@gnu.org>
15464
15465 * src/main.c (fatal, warn, berror):
15466 Make error messages standard.
15467 (toomany): Improve error message text.
15468
15469 * 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:
15470 new.h renamed to alloc.h.
15471
15472 1997-06-18 Richard Stallman <rms@gnu.org>
15473
15474 * Makefile.in: new.h renamed to alloc.h.
15475
15476 1997-05-24 Richard Stallman <rms@gnu.org>
15477
15478 * src/lex.c (literalchar):
15479 Fix the code for escaping \, " and '.
15480
15481 (lex): Avoid trouble when there are many chars
15482 to discard in a char literal with just several chars in it.
15483
15484 1997-05-17 Richard Stallman <rms@gnu.org>
15485
15486 * src/bison.s1:
15487 Use malloc, if using alloca is troublesome.
15488 (YYSTACK_USE_ALLOCA): New flag macro.
15489 Define it for some systems and compilers.
15490 (YYSTACK_ALLOC): New macro.
15491 (yyparse): Use YYSTACK_ALLOC to allocate stack.
15492 If it was malloc'd, free it.
15493
15494 1997-05-17 Richard Stallman <rms@gnu.org>
15495
15496 * bison.simple:
15497 Use malloc, if using alloca is troublesome.
15498 (YYSTACK_USE_ALLOCA): New flag macro.
15499 Define it for some systems and compilers.
15500 (YYSTACK_ALLOC): New macro.
15501 (yyparse): Use YYSTACK_ALLOC to allocate stack.
15502 If it was malloc'd, free it.
15503
15504 1997-04-23 Richard Stallman <rms@gnu.org>
15505
15506 * src/bison.s1:
15507 (alloca) [__hpux]: Always define as __builtin_alloca.
15508
15509 1997-04-23 Richard Stallman <rms@gnu.org>
15510
15511 * bison.simple:
15512 (alloca) [__hpux]: Always define as __builtin_alloca.
15513
15514 1997-04-22 Richard Stallman <rms@gnu.org>
15515
15516 * src/bison.s1:
15517 [__hpux]: Include alloca.h (right for HPUX 10)
15518 instead of declaring alloca (right for HPUX 9).
15519
15520 * src/bison.s1 (__yy_memcpy):
15521 Declare arg `count' as unsigned int.
15522 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
15523
15524 1997-04-22 Richard Stallman <rms@gnu.org>
15525
15526 * bison.simple:
15527 [__hpux]: Include alloca.h (right for HPUX 10)
15528 instead of declaring alloca (right for HPUX 9).
15529
15530 * bison.simple (__yy_memcpy):
15531 Declare arg `count' as unsigned int.
15532 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
15533
15534 1997-01-03 Richard Stallman <rms@gnu.org>
15535
15536 * src/allocate.c: [__STDC__ or _MSC_VER]:
15537 Declare calloc and realloc to return void *.
15538
15539 1997-01-02 Richard Stallman <rms@gnu.org>
15540
15541 * src/system.h:
15542 [_MSC_VER]: Include stdlib.h and process.h.
15543 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
15544
15545 * src/main.c (main): Return FAILURE as a value.
15546 (printable_version): Declare arg as int, not char.
15547
15548 1997-01-02 Richard Stallman <rms@gnu.org>
15549
15550 * Makefile.in (dist):
15551 Explicitly check for symlinks, and copy them.
15552
15553 1996-12-19 Richard Stallman <rms@gnu.org>
15554
15555 * src/files.c:
15556 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
15557
15558 1996-12-18 Paul Eggert <eggert@gnu.org>
15559
15560 * src/bison.s1 (yyparse):
15561 If __GNUC__ and YYPARSE_PARAM are both defined,
15562 declare yyparse to have a void * argument.
15563
15564 1996-12-18 Paul Eggert <eggert@gnu.org>
15565
15566 * bison.simple (yyparse):
15567 If __GNUC__ and YYPARSE_PARAM are both defined,
15568 declare yyparse to have a void * argument.
15569
15570 1996-12-17 Richard Stallman <rms@gnu.org>
15571
15572 * src/reduce.c (nbits): Add some casts.
15573
15574 1996-08-12 Richard Stallman <rms@gnu.org>
15575
15576 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
15577
15578 1996-08-12 Richard Stallman <rms@gnu.org>
15579
15580 * bison.simple: Test _MSDOS as well as _MSDOS_.
15581
15582 1996-07-31 Richard Stallman <rms@gnu.org>
15583
15584 * src/bison.s1:
15585 [__sun && __i386]: Include alloca.h.
15586
15587 1996-07-31 Richard Stallman <rms@gnu.org>
15588
15589 * bison.simple:
15590 [__sun && __i386]: Include alloca.h.
15591
15592 1996-07-30 Richard Stallman <rms@gnu.org>
15593
15594 * src/bison.s1: Comment change.
15595
15596 * src/bison.s1: Test _MSDOS_, not MSDOS.
15597
15598 1996-07-30 Richard Stallman <rms@gnu.org>
15599
15600 * bison.simple: Comment change.
15601
15602 * bison.simple: Test _MSDOS_, not MSDOS.
15603
15604 1996-06-01 Richard Stallman <rms@gnu.org>
15605
15606 * 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:
15607 Insert `_' macro around many string constants.
15608
15609 * src/main.c:
15610 Insert `_' macro around many string constants.
15611
15612 (main): Call setlocale, bindtextdomain and textdomain.
15613
15614 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
15615 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
15616 [ENABLE_NLS]: Include libintl.h.
15617 [ENABLE_NLS] (gettext): Define.
15618 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
15619 (N_, PACKAGE, LOCALEDIR): New macros.
15620
15621 1996-06-01 Richard Stallman <rms@gnu.org>
15622
15623 * POTFILES.in: New file.
15624
15625 * Makefile.in (allocate.o):
15626 Define target explicitly.
15627
15628 * Makefile.in (CFLAGS): Set to @CFLAGS@.
15629 (LDFLAGS): Set to @LDFLAGS@.
15630 (configure): Run autoconf only if preceding `cd' succeeds.
15631 (bison.s1): Redirect output to temporary file then move the
15632 temporary to the target, rather than redirecting directly to bison.s1.
15633 (clean): Remove config.status and config.log.
15634 (distclean): Don't remove config.status here.
15635
15636 1996-05-12 Richard Stallman <rms@gnu.org>
15637
15638 * src/bison.s1:
15639 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
15640
15641 1996-05-12 Richard Stallman <rms@gnu.org>
15642
15643 * bison.simple:
15644 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
15645
15646 1996-05-11 Richard Stallman <rms@gnu.org>
15647
15648 * src/bison.s1 (__yy_memcpy):
15649 Really reorder the args, as was supposedly done on Feb 14 1995.
15650 (yyparse): Calls changed accordingly.
15651
15652 1996-05-11 Richard Stallman <rms@gnu.org>
15653
15654 * Makefile.in (dist): Don't use $(srcdir).
15655
15656 * bison.simple (__yy_memcpy):
15657 Really reorder the args, as was supposedly done on Feb 14 1995.
15658 (yyparse): Calls changed accordingly.
15659
15660 1996-01-27 Richard Stallman <rms@gnu.org>
15661
15662 * src/output.c (output_rule_data):
15663 Test YYERROR_VERBOSE in the conditional
15664 around the definition of ttyname.
15665
15666 1995-12-29 Richard Stallman <rms@gnu.org>
15667
15668 * src/bison.s1:
15669 Fix line numbers in #line commands.
15670
15671 1995-12-29 Richard Stallman <rms@gnu.org>
15672
15673 * bison.simple:
15674 Fix line numbers in #line commands.
15675
15676 1995-12-27 Richard Stallman <rms@gnu.org>
15677
15678 * src/bison.s1 (YYPARSE_PARAM_DECL):
15679 In C++, make it always null.
15680 (YYPARSE_PARAM_ARG): New macro.
15681 (yyparse): Use YYPARSE_PARAM_ARG.
15682
15683 1995-12-27 Richard Stallman <rms@gnu.org>
15684
15685 * bison.simple (YYPARSE_PARAM_DECL):
15686 In C++, make it always null.
15687 (YYPARSE_PARAM_ARG): New macro.
15688 (yyparse): Use YYPARSE_PARAM_ARG.
15689
15690 1995-11-29 Richard Stallman <rms@gnu.org>
15691
15692 * doc/bison.texinfo:
15693 Describe literal string tokens, %raw, %no_lines, %token_table.
15694
15695 1995-11-29 Daniel Hagerty <hag@gnu.org>
15696
15697 * doc/bison.texinfo: Fixed update date
15698
15699 1995-10-16 Richard Stallman <rms@gnu.org>
15700
15701 * src/version.c: Version 1.25.
15702
15703 1995-10-16 Richard Stallman <rms@gnu.org>
15704
15705 * NEWS: *** empty log message ***
15706
15707 1995-10-16 Richard Stallman <rms@gnu.org>
15708
15709 * doc/bison.1, doc/bison.rnh:
15710 Add new options.
15711
15712 1995-10-15 Richard Stallman <rms@gnu.org>
15713
15714 * src/vmsgetargs.c, src/getargs.c:
15715 Added -n, -k, and -raw switches.
15716 (noparserflag, toknumflag, rawtoknumflag): New variables.
15717
15718 * src/symtab.h (SALIAS):
15719 New #define for adding aliases to %token.
15720 (struct bucket): Added `alias' field.
15721
15722 * src/reduce.c (reduce_grammar):
15723 Revise error message.
15724 (print_notices): Remove final `.' from error message.
15725
15726 * src/reader.c (reader_output_yylsp):
15727 New function.
15728 (readgram): Use `#if 0' around code that accepted %command
15729 inside grammar rules: The documentation doesn't allow it,
15730 and it will fail since the %command processors scan for the next %.
15731 (parse_token_decl): Extended the %token
15732 declaration to allow a multi-character symbol as an alias.
15733 (parse_thong_decl): New function.
15734 (read_declarations): Added %thong declarations.
15735 (read_declarations): Handle NOOP to deal with allowing
15736 % declarations as another means to specify the flags.
15737 (readgram): Allow %prec prior to semantics embedded in a rule.
15738 (skip_to_char, read_declarations, copy_definition)
15739 (parse_token_decl, parse_start_decl, parse_type_decl)
15740 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
15741 (get_type_name, copy_guard, copy_action, readgram)
15742 (get_type, packsymbols): Revised most error messages.
15743 Changed `fatal' to `warnxxx' to avoid aborting for error.
15744 Revised and use multiple warnxxx functions to avoid using VARARGS1.
15745 (read_declarations): Improve the error message for
15746 an invalid character. Do not abort.
15747 (read_declarations, copy_guard, copy_action): Use
15748 printable_version to avoid unprintable characters in printed output.
15749 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
15750 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
15751 Allow the type of a non-terminal can be given
15752 more than once, as long as all specifications give the same type.
15753
15754 * src/output.c:
15755 (output_headers, output_trailers, output, output_gram)
15756 (output_rule_data): Implement noparserflag variable.
15757 Implement toknumflag variable.
15758 (output): Call reader_output_yylsp to output LTYPESTR.
15759
15760 * src/main.c (main):
15761 If reader sees an error, don't process the grammar.
15762 (fatals): Updated to not use VARARGS1.
15763 (printable_version, int_to_string, warn, warni, warns, warnss)
15764 (warnsss): New error reporting functions. Avoid abort for error.
15765
15766 * src/lex.h:
15767 Added THONG and NOOP for alias processing.
15768 Added SETOPT for the new code that allows setting options with %flags.
15769
15770 * src/lex.c:
15771 Include getopt.h. Add some extern decls.
15772 (safegetc): New function to deal with EOF gracefully.
15773 (literalchar); new function to deal with reading \ escapes.
15774 (lex): Use literalchar.
15775 (lex): Implemented "..." tokens.
15776 (literalchar, lex, parse_percent_token): Made tokenbuffer
15777 always contain the token. This includes growing the token
15778 buffer while reading an integer.
15779 (parse_percent_token): Replaced if-else statement with percent_table.
15780 (parse_percent_token): Added % declarations as another
15781 way to specify the flags -n, -l, and -r. Also added hooks for
15782 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
15783 major changes to files.c.
15784 (lex) Retain in the incoming stream a character following
15785 an incorrect '/'.
15786 (skip_white_space, lex): Revised most error messages
15787 and changed fatal to warn to avoid aborting.
15788 (percent_table): Added %thong declarations.
15789
15790 * src/gram.h: Comment changes.
15791
15792 * src/files.c (openfiles, open_extra_files, done):
15793 Add faction flag
15794 and actfile file. Handle noparserflag. Both for -n switch.
15795
15796 * src/conflicts.c (resolve_sr_conflict):
15797 Remove use of alloca.
15798
15799 1995-06-01 Jim Meyering <meyering@gnu.org>
15800
15801 * doc/bison.texinfo: *** empty log message ***
15802
15803 1995-05-06 Richard Stallman <rms@gnu.org>
15804
15805 * src/bison.s1: Comment change.
15806
15807 1995-05-06 Richard Stallman <rms@gnu.org>
15808
15809 * bison.simple: Comment change.
15810
15811 1995-05-03 Richard Stallman <rms@gnu.org>
15812
15813 * src/version.c: Version now 1.24.
15814
15815 * src/bison.s1: Change distribution terms.
15816
15817 * src/version.c: Version now 1.23.
15818
15819 1995-05-03 Richard Stallman <rms@gnu.org>
15820
15821 * doc/bison.texinfo:
15822 Rewrite "Conditions for Using Bison".
15823 Update version to 1.24.
15824
15825 1995-05-03 Richard Stallman <rms@gnu.org>
15826
15827 * bison.simple: Change distribution terms.
15828
15829 1995-02-23 Richard Stallman <rms@gnu.org>
15830
15831 * src/files.c: Test __VMS_POSIX as well as VMS.
15832
15833 1995-02-14 Jim Meyering <meyering@gnu.org>
15834
15835 * src/bison.s1 (__yy_memcpy):
15836 Renamed from __yy_bcopy to avoid
15837 confusion. Reverse FROM and TO arguments to be consistent with
15838 those of memcpy.
15839
15840 1995-02-14 Jim Meyering <meyering@gnu.org>
15841
15842 * bison.simple (__yy_memcpy):
15843 Renamed from __yy_bcopy to avoid
15844 confusion. Reverse FROM and TO arguments to be consistent with
15845 those of memcpy.
15846
15847 1994-11-10 David J. MacKenzie <djm@gnu.org>
15848
15849 * NEWS: reformat
15850
15851 * NEWS: New file.
15852
15853 * Makefile.in (DISTFILES): Include NEWS.
15854
15855 * Makefile.in (DISTFILES):
15856 Include install-sh, not install.sh.
15857
15858 * configure.in: Update to Autoconf v2 macro names.
15859
15860 1994-10-05 David J. MacKenzie <djm@gnu.org>
15861
15862 * Makefile.in: fix typo
15863
15864 * Makefile.in (prefix, exec_prefix):
15865 Let configure set them.
15866
15867 1994-09-28 David J. MacKenzie <djm@gnu.org>
15868
15869 * Makefile.in: Set datadir to $(prefix)/share.
15870
15871 1994-09-15 Richard Stallman <rms@gnu.org>
15872
15873 * src/bison.s1:
15874 Update copyright notice and GPL version.
15875
15876 1994-09-15 Richard Stallman <rms@gnu.org>
15877
15878 * bison.simple:
15879 Update copyright notice and GPL version.
15880
15881 1994-07-12 Richard Stallman <rms@gnu.org>
15882
15883 * src/reduce.c, src/reader.c:
15884 entered into RCS
15885
15886 1994-05-05 David J. MacKenzie <djm@gnu.org>
15887
15888 * Makefile.in: entered into RCS
15889
15890 1994-03-26 Richard Stallman <rms@gnu.org>
15891
15892 * src/bison.s1: entered into RCS
15893
15894 1994-03-26 Richard Stallman <rms@gnu.org>
15895
15896 * bison.simple: entered into RCS
15897
15898 1994-03-25 Richard Stallman <rms@gnu.org>
15899
15900 * src/main.c: entered into RCS
15901
15902 1994-03-24 Richard Stallman <rms@gnu.org>
15903
15904 * src/conflicts.c: entered into RCS
15905
15906 1994-01-02 Richard Stallman <rms@gnu.org>
15907
15908 * Makefile.in: *** empty log message ***
15909
15910 1993-11-21 Richard Stallman <rms@gnu.org>
15911
15912 * src/bison.s1: *** empty log message ***
15913
15914 1993-11-21 Richard Stallman <rms@gnu.org>
15915
15916 * doc/bison.texinfo: entered into RCS
15917
15918 * doc/bison.texinfo: *** empty log message ***
15919
15920 1993-11-21 Richard Stallman <rms@gnu.org>
15921
15922 * bison.simple: *** empty log message ***
15923
15924 1993-10-25 David J. MacKenzie <djm@gnu.org>
15925
15926 * doc/bison.texinfo: *** empty log message ***
15927
15928 1993-10-19 Richard Stallman <rms@gnu.org>
15929
15930 * src/bison.s1: *** empty log message ***
15931
15932 1993-10-19 Richard Stallman <rms@gnu.org>
15933
15934 * bison.simple: *** empty log message ***
15935
15936 1993-10-14 Richard Stallman <rms@gnu.org>
15937
15938 * src/bison.s1: *** empty log message ***
15939
15940 1993-10-14 Richard Stallman <rms@gnu.org>
15941
15942 * bison.simple: *** empty log message ***
15943
15944 1993-09-14 David J. MacKenzie <djm@gnu.org>
15945
15946 * doc/bison.texinfo: *** empty log message ***
15947
15948 1993-09-13 Noah Friedman <friedman@gnu.org>
15949
15950 * Makefile.in: *** empty log message ***
15951
15952 1993-09-10 Richard Stallman <rms@gnu.org>
15953
15954 * src/conflicts.c: *** empty log message ***
15955
15956 * src/system.h: entered into RCS
15957
15958 1993-09-10 Richard Stallman <rms@gnu.org>
15959
15960 * doc/bison.1: entered into RCS
15961
15962 1993-09-06 Noah Friedman <friedman@gnu.org>
15963
15964 * src/version.c: entered into RCS
15965
15966 1993-09-06 Noah Friedman <friedman@gnu.org>
15967
15968 * Makefile.in: *** empty log message ***
15969
15970 1993-07-30 David J. MacKenzie <djm@gnu.org>
15971
15972 * Makefile.in: *** empty log message ***
15973
15974 1993-07-24 Richard Stallman <rms@gnu.org>
15975
15976 * src/bison.s1: *** empty log message ***
15977
15978 1993-07-24 Richard Stallman <rms@gnu.org>
15979
15980 * bison.simple: *** empty log message ***
15981
15982 1993-07-08 David J. MacKenzie <djm@gnu.org>
15983
15984 * Makefile.in: *** empty log message ***
15985
15986 1993-07-04 Richard Stallman <rms@gnu.org>
15987
15988 * src/bison.s1: *** empty log message ***
15989
15990 1993-07-04 Richard Stallman <rms@gnu.org>
15991
15992 * bison.simple: *** empty log message ***
15993
15994 1993-06-26 David J. MacKenzie <djm@gnu.org>
15995
15996 * src/getargs.c: entered into RCS
15997
15998 1993-06-26 David J. MacKenzie <djm@gnu.org>
15999
16000 * doc/bison.texinfo: *** empty log message ***
16001
16002 * doc/bison.1: New file.
16003
16004 1993-06-25 Richard Stallman <rms@gnu.org>
16005
16006 * src/getargs.c: New file.
16007
16008 1993-06-16 Richard Stallman <rms@gnu.org>
16009
16010 * src/bison.s1: *** empty log message ***
16011
16012 1993-06-16 Richard Stallman <rms@gnu.org>
16013
16014 * bison.simple: *** empty log message ***
16015
16016 1993-06-03 Richard Stallman <rms@gnu.org>
16017
16018 * src/bison.s1: New file.
16019
16020 1993-06-03 Richard Stallman <rms@gnu.org>
16021
16022 * doc/bison.texinfo: *** empty log message ***
16023
16024 1993-06-03 Richard Stallman <rms@gnu.org>
16025
16026 * bison.simple: New file.
16027
16028 1993-05-19 Richard Stallman <rms@gnu.org>
16029
16030 * doc/bison.texinfo: New file.
16031
16032 1993-05-07 Noah Friedman <friedman@gnu.org>
16033
16034 * Makefile.in: *** empty log message ***
16035
16036 1993-04-28 Noah Friedman <friedman@gnu.org>
16037
16038 * src/reader.c: *** empty log message ***
16039
16040 1993-04-23 Noah Friedman <friedman@gnu.org>
16041
16042 * src/alloc.h: entered into RCS
16043
16044 1993-04-20 David J. MacKenzie <djm@gnu.org>
16045
16046 * src/version.c: *** empty log message ***
16047
16048 * src/files.c, src/allocate.c:
16049 entered into RCS
16050
16051 * src/reader.c: *** empty log message ***
16052
16053 * src/lex.c: entered into RCS
16054
16055 * src/conflicts.c: New file.
16056
16057 * src/symtab.c: entered into RCS
16058
16059 * src/alloc.h: New file.
16060
16061 * src/LR0.c: entered into RCS
16062
16063 1993-04-18 Noah Friedman <friedman@gnu.org>
16064
16065 * src/reader.c: New file.
16066
16067 * src/version.c: *** empty log message ***
16068
16069 1993-04-18 Noah Friedman <friedman@gnu.org>
16070
16071 * Makefile.in: *** empty log message ***
16072
16073 1993-04-17 Noah Friedman <friedman@gnu.org>
16074
16075 * Makefile.in: *** empty log message ***
16076
16077 1993-04-15 Richard Stallman <rms@gnu.org>
16078
16079 * src/main.c, src/files.c:
16080 New file.
16081
16082 1993-04-15 Noah Friedman <friedman@gnu.org>
16083
16084 * configure.in: entered into RCS
16085
16086 * configure.in: *** empty log message ***
16087
16088 * configure.in: New file.
16089
16090 1993-04-14 Richard Stallman <rms@gnu.org>
16091
16092 * Makefile.in: New file.
16093
16094 1993-04-13 Richard Stallman <rms@gnu.org>
16095
16096 * src/version.c: New file.
16097
16098 1993-03-25 Richard Stallman <rms@gnu.org>
16099
16100 * src/output.c: entered into RCS
16101
16102 1992-09-25 Richard Stallman <rms@gnu.org>
16103
16104 * configure.bat: entered into RCS
16105
16106 1992-06-22 Richard Stallman <rms@gnu.org>
16107
16108 * src/vmsgetargs.c: entered into RCS
16109
16110 1992-06-22 Richard Stallman <rms@gnu.org>
16111
16112 * doc/bison.rnh: entered into RCS
16113
16114 1992-04-20 David J. MacKenzie <djm@gnu.org>
16115
16116 * README: entered into RCS
16117
16118 1992-01-22 Richard Stallman <rms@gnu.org>
16119
16120 * src/machine.h: entered into RCS
16121
16122 1991-12-21 Richard Stallman <rms@gnu.org>
16123
16124 * src/lalr.c, src/closure.c:
16125 entered into RCS
16126
16127 1991-12-20 Richard Stallman <rms@gnu.org>
16128
16129 * src/state.h: entered into RCS
16130
16131 1991-12-18 Richard Stallman <rms@gnu.org>
16132
16133 * src/print.c, src/nullable.c, src/derives.c:
16134 entered into RCS
16135
16136 1991-11-03 David J. MacKenzie <djm@gnu.org>
16137
16138 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
16139 entered into RCS
16140
16141 1988-09-09 Richard Stallman <rms@gnu.org>
16142
16143 * src/bison.hairy: entered into RCS
16144
16145 1987-12-16 Richard Stallman <rms@gnu.org>
16146
16147 * REFERENCES: entered into RCS
16148
16149
16150 -----
16151
16152 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
16153 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free
16154 Software Foundation, Inc.
16155
16156 Copying and distribution of this file, with or without
16157 modification, are permitted provided the copyright notice and this
16158 notice are preserved.
16159
16160 $Id$