]> git.saurik.com Git - bison.git/blame - ChangeLog
* tests/glr-regression.at: For consistency with my newer test cases,
[bison.git] / ChangeLog
CommitLineData
4158e0a1
JD
12006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
2 * tests/glr-regression.at: For consistency with my newer test cases,
3 don't thank myself.
4
d659304d
JD
52006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
6
7 * data/glr.c (yyresolveValue): When merging semantic options, if at
8 least one user action succeeds but a later one cuts the parse, then
9 destroy the semantic value before returning rather than leaking it.
10 (yyresolveStates): If a user action cuts the parse and thus
11 yyresolveValue fails, ignore the (unset) semantic value rather than
12 corrupting the yyGLRState, and empty the semantic options list since
13 the user actions should have called all necessary destructors.
14 Simplify code with YYCHK.
15 * tests/glr-regression.at (Corrupted semantic options if user action
16 cuts parse): New test case.
17 (Undesirable destructors if user action cuts parse): New test case.
18 Before applying any of this patch, this test case never actually failed
19 for me... but only because the corrupted semantic options usually
20 masked this bug.
21 (Leaked merged semantic value if user action cuts parse): New test
22 case.
23
6ec2c0f2
AD
242006-01-05 Akim Demaille <akim@epita.fr>
25
26 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
27
1b9c21fb
PE
282006-01-04 Paul Eggert <eggert@cs.ucla.edu>
29
30 * data/c.m4 (b4_c_modern): New macro, with a new provision for
31 _MSC_VER. Problem reported by Cenzato Marco.
32 (b4_c_function_def): Use it.
33 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
34 b4_c_modern.
35 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
36 than rolling our own.
37
84866159
AD
382006-01-04 Akim Demaille <akim@epita.fr>
39
40 Also warn about non-used mid-rule values.
41 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
42 member.
43 (symbol_list_new): Adjust.
44 * src/reader.c (symbol_typed_p): New.
45 (grammar_rule_check): Use it.
46 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
47 Check its rule.
48 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
49 Use it.
50 * tests/actions.at (Exotic Dollars): Adjust.
51
378f4bd8
AD
522006-01-04 Akim Demaille <akim@epita.fr>
53
54 * src/reader.c (grammar_midrule_action): If $$ is set in a
55 mid-rule, move the `used' bit to its lhs.
56 * tests/input.at (Unused values): New.
57 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
58
e2a21b6f
PE
592006-01-03 Paul Eggert <eggert@cs.ucla.edu>
60
54662697
PE
61 * doc/bison.texinfo (Bison Options): Say more accurately what
62 --yacc does.
63 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
64 about declarations in the grammar when in Yacc mode, as POSIX does
65 not require a diagnostic when the grammar uses extensions.
66
67 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
68
073f9288
PE
69 Warn about dubious constructions like "%token T T".
70 Reported by twlevo.
71 * src/symtab.h (struct symbol.declared): New member.
72 * src/symtab.c (symbol_new): Initialize it to false.
73 (symbol_class_set): New arg DECLARING, specifying whether
74 this is a declaration that we want to warn about, if there
75 is more than one of them. All uses changed.
76
1221b78a
PE
77 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
78 Allow multiple %union directives, whose contents concatenate.
79 * src/parse-gram.y (grammar_declaration): Likewise.
80 Use muscle_code_grow, so that we don't need stype_line any more.
81 All uses changed.
82
83 * src/muscle_tab.c (muscle_grow): Fix comment.
84
e2a21b6f
PE
85 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
86 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
87 Update copyright year to 2006.
88
8f7e3cf9
AD
892006-01-03 Akim Demaille <akim@epita.fr>
90
91 Have glr.cc pass (some of) the calc.at tests.
92 * data/glr.cc (b4_parse_param_orig): New.
93 (b4_parse_param): Improve its definition, and bound it more
94 clearly in the skeleton.
95 (b4_epilogue): Append, instead of prepending, in order to keep
96 #line consistency.
97 Simplify the generation of auxiliary functions: locations and
98 purity are mandated.
99 (b4_global_tokens_and_yystype): Honor it.
100 * data/location.cc (c++.m4): Don't include it.
101 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
102 and AT_SKEL_CC_IF.
103 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
104 AT_LALR1_CC_IF.
105 Be sure to initialize the first position's filename.
106 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
107 mandated anyway.
108 (AT_CHECK_CALC_GLR_CC): New.
109 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
110
3953ed88
AD
1112006-01-02 Akim Demaille <akim@epita.fr>
112
113 * src/output.c (output_skeleton): Don't hard wire the inclusion of
114 c.m4.
0a96ba81 115 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
3953ed88
AD
116 * data/glr.cc: Do not include stack.hh.
117
9ecafbbf
AD
1182006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
119
120 * data/glr.c: Reformat whitespace with tabs.
121 (b4_lpure_formals): Remove this unused m4 macro.
122 * tests/cxx-type.at: Reformat whitespace with tabs.
123 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
124 since it's a member. Rename type to isNterm for clarity.
125
c4d497a0
AD
1262005-12-29 Akim <akim@sulaco.local>
127
128 Let glr.cc catch up with symbol_value_print.
129 * data/glr.cc (b4_yysymprint_generate): Replace by...
130 (b4_yy_symbol_print_generate): this.
131 (yy_symbol_print, yy_symbol_value_print): Declare them.
132
4517da37
PE
1332005-12-28 Paul Eggert <eggert@cs.ucla.edu>
134
135 * src/location.h (boundary): Note that a line or column equal
136 to INT_MAX indicates an overflow.
137 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
138 (rule_length_overflow, increment_rule_length, add_column_width):
139 New functions.
140 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
141 (<SC_BRACED_CODE>"}"):
142 Use increment_rule_length rather than incrementing it by hand.
143 (adjust_location, handle_syncline): Diagnose overflow.
144 (handle_action_dollar, handle_action_at):
145 Fix bug with monstrosities like $-2147483648.
146 Remove now-unnecessary checks.
147 (scan_integer): Verify assumptions and remove now-unnecessary checks.
148 (convert_ucn_to_byte): Verify assumptions.
149 (handle_syncline): New arg LOC. All callers changed.
150 Don't store through a value derived from char const * pointer.
151
152 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
153 GCC warnings.
154
e3233bf6
PE
1552005-12-27 Paul Eggert <eggert@cs.ucla.edu>
156
157 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
158 Remove unnecessary forward static decls.
159
8f3596a6
AD
1602005-12-27 Akim Demaille <akim@epita.fr>
161
162 * src/reader.c (grammar_current_rule_check): Also check that $$
163 is used.
164 Take the rule to check as argument, hence rename as...
165 (grammar_rule_check): this.
166 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
167 Rename as...
168 (grammar_rule_begin, grammar_rule_end): these, for consistency.
169 (grammar_midrule_action, grammar_symbol_append): Now static.
170 * tests/torture.at (input): Don't rely on the default action
171 being always performed.
172 * tests/calc.at: "Set" $$ even when the action is "cut" with
173 YYERROR or other.
174 * tests/actions.at (Exotic Dollars): Instead of using unused
175 values, check that the warning is issued.
176
721be13c
PE
1772005-12-22 Paul Eggert <eggert@cs.ucla.edu>
178
179 * NEWS: Improve wording for unused-value warnings.
180
a0af42fc
AD
1812005-12-22 Akim Demaille <akim@epita.fr>
182
183 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
184 (b4_yysymprint_generate): Rename as...
185 (b4_yy_symbol_print_generate): this.
186 Generate yy_symbol_print instead of yysymprint.
187 Generate also yy_symbol_value_print, and use it.
188
affac613
AD
1892005-12-22 Akim Demaille <akim@epita.fr>
190
721be13c 191 * NEWS: Warn about unused values.
affac613
AD
192 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
193 a `used' member.
194 (symbol_list_n_get, symbol_list_n_used_set): New.
195 (symbol_list_n_type_name_get): Use symbol_list_n_get.
196 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
197 * src/reader.c (grammar_current_rule_check): Check that values are
198 used.
199 * src/symtab.c (symbol_print): Accept 0.
200 * tests/existing.at: Remove the type information.
201 Empty the actions.
202 Remove useless actions (beware of mid-rule actions: perl -000
203 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
204 * tests/actions.at (Exotic Dollars): Use unused values.
205 * tests/calc.at: Likewise.
206 * tests/glr-regression.at (No users destructors if stack 0 deleted):
207 Likewise.
208
209 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
210 rule_useful_p.
211
9d9b8b70
PE
2122005-12-21 Paul Eggert <eggert@cs.ucla.edu>
213
8bb4c753
PE
214 Undo 2005-12-01 tentative license wording change. The wording is
215 still being reviewed by the lawyers, and we don't want to wait for
216 them before publishing a test release. For now, revert to the
217 previous wording.
218 * NEWS: Undo 2005-12-01 change.
219 * data/glr.c: Revert to previous license wording.
220 * data/glr.cc: Likewise.
221 * data/lalr1.cc: Likewise.
222 * data/location.cc: Likewise.
223 * data/yacc.c: Likewise.
224
9d9b8b70
PE
225 * NEWS: Reword %destructor vs YYABORT etc.
226 * data/glr.c: Use American spacing, for consistency.
227 * data/glr.cc: Likewise.
228 * data/lalr1.cc: Likewise.
229 * data/yacc.c: Likewise.
230 * data/yacc.c: Reformat comments slightly.
231 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
232 for consistency. Fix some spelling errors and reword recently-included
233 text slightly.
234 * tests/cxx-type.at: Cast results of malloc, for C++.
235
2c3b392a
AD
2362005-12-21 Joel E. Denny <address@hidden>
237
238 * tests/cxx-type.at: Construct a tree, count the parents of shared
239 nodes, and free each node once and only once. Previously, the memory
240 for semantic values was leaked instead.
241
d6cff4dc
AD
2422005-12-21 Joel E. Denny <address@hidden>
243
244 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
245 (yylval, yylloc): If pure, #define to yystackp->yyval and
246 yystackp->yyloc similar to yychar and yynerrs.
247 (yyparse): If pure, remove local yylval and yylloc. Add local
248 yystackp to accommodate pure definitions of yylval and yylloc.
249 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
250 yylvalp and yyllocp to &yylval and &yylloc.
251 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
252 namespace. Previously, nerrs and char were missing, but lval and lloc
253 weren't necessary.
254 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
255 yylvalp and yyllocp parameters since, if pure, these are now always
256 accessible through yystackp. If not pure, they are still accessible
257 globally.
258 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
259 `if (YYID (N))' to pacify lint.
260
a85284cf
AD
2612005-12-21 Akim Demaille <akim@epita.fr>
262
263 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
264 destroy the RHS symbols of a rule.
265 * data/yacc.c (yylen): Initialize to 0.
266 Keep its value to the number of items to possibly shift.
267 In particular, a regular successful parse that ends on YYFINAL by
268 a (internal) YYACCEPT must not have yylen != 0.
269 (yyerrorlab, yyreturn): Pop the RHS.
270 Reorder a bit to emphasize the `shifting' bits of code.
271 (YYPOPSTACK): Now accept a number of items to pop.
272 * data/lalr1.cc: Likewise.
273 * data/glr.c: Formatting changes.
274 Use goto instead of fall through.
275 * doc/bison.texinfo (Destructor Decl): Complete.
276
d508c281
JMG
2772005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
278
279 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
280 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
281 * djgpp/config.bat: Replace every occurence of the file name
282 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
283 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
284 * djgpp/config.sed: Replace every occurence of the file name
285 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
286 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
287 * djgpp/djunpack.bat: DJGPP specific file.
288 * djgpp/fnchange.lst: DJGPP specific file.
289 * djgpp/README.in: Add new information about how to unpack the bison
290 source on MSDOS and other systems which have 8.3 file name restrictions
291 using djunpack.bat and fnchange.lst.
292
3e7a2cd9
PE
2932005-12-12 Paul Eggert <eggert@cs.ucla.edu>
294
295 * bootstrap (build_cvs_prefix): Remove; unused.
296 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
297 when getting gnulib.
298
2992005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
300
301 * data/glr.c: Reorder typedef declarations for structs to match order
302 of struct declarations.
303 Rename yystack everywhere to yystackp except in yyparse where it's not
304 a pointer.
305 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
306 consistency.
307 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
308 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
309 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
310 lint.
311
877519f8
PE
3122005-12-09 Paul Eggert <eggert@cs.ucla.edu>
313
0eca5a39
PE
314 * tests/sets.at (Accept): Fix typos in regular expression used to
315 sed out the final state number.
316
2cec9080
PE
317 Work around portability problem on Solaris 10: flex-generated
318 files include <stdio.h> before <config.h>, which messes up
319 because the latter defines __EXTENSIONS__. Address the problem
320 by creating two new little files that include <config.h> first,
321 then include the flex-generated files. Rewrite everyone else
322 to include <config.h> first, as well.
323 * lib/timevar.c: Always include "config.h".
324 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
325 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
326 (EXTRA_bison_SOURCES): New macro.
327 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
328 * src/system.h: Don't include config.h.
329 * src/LR0.c: Include <config.h> first.
330 * src/assoc.c: Likewise.
331 * src/closure.c: Likewise.
332 * src/complain.c: Likewise.
333 * src/conflicts.c: Likewise.
334 * src/derives.c: Likewise.
335 * src/files.c: Likewise.
336 * src/getargs.c: Likewise.
337 * src/gram.c: Likewise.
338 * src/lalr.c: Likewise.
339 * src/location.c: Likewise.
340 * src/main.c: Likewise.
341 * src/muscle_tab.c: Likewise.
342 * src/nullable.c: Likewise.
343 * src/output.c: Likewise.
344 * src/parse-gram.y: Likewise.
345 * src/print.c: Likewise.
346 * src/print_graph.c: Likewise.
347 * src/reader.c: Likewise.
348 * src/reduce.c: Likewise.
349 * src/relation.c: Likewise.
350 * src/state.c: Likewise.
351 * src/symlist.c: Likewise.
352 * src/symtab.c: Likewise.
353 * src/tables.c: Likewise.
354 * src/uniqstr.c: Likewise.
355 * src/vcg.c: Likewise.
356
877519f8
PE
357 * src/parse-gram.y: Fix minor problems uncovered by lint.
358 (current_lhs, current_lhs_location): Now static.
359 (current_assoc): Remove unused variable.
360
361 Cleanups so that Bison-generated parsers have less lint.
362 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
363 Prepend /*ARGSUSED*/, for lint's sake.
364 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
365 definition if 'lint' is defined.
366 (YYID): New macro (or function, if lint).
367 All uses of /*CONSTCOND*/0 replaced by YYID(0).
368 * data/yacc.c: Likewise.
369 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
370 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
371 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
372 is C++ only.
373 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
374 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
375 Use YYID(0) rather than 0, for lint.
376 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
377 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
378
f5228370
PE
3792005-12-07 Paul Eggert <eggert@cs.ucla.edu>
380
381 * tests/glr-regression.at
382 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
383 Close memory leak reported by twlevo.
384
69ce078b
PE
3852005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
386
6ff99711
PE
387 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
388 all stacks.
389 (yyparse): Iterate another stack in order to call user destructors.
69ce078b
PE
390 * tests/glr-regression.at (No users destructors if stack 0 deleted):
391 New test case.
392 (Duplicated user destructor for lookahead): This test now is expected
393 to succeed.
394
af3412cd
PE
3952005-12-01 Paul Eggert <eggert@cs.ucla.edu>
396
32b5b719 397 * NEWS: Document the following change.
af3412cd
PE
398 * data/yacc.c: Say "parser skeleton" rather than "file", since
399 it's no longer just a file.
400 * data/glr.c: Grant a special exception for C GLR parsers, that
401 reads like the already-existing exception for C LALR(1) parsers.
402 * data/glr.cc: Likewise.
403 * data/lalr1.cc: Likewise.
404 * data/location.cc: Likewise.
405 * data/yacc.c: Reword the "written by" statement to clarify that
406 it was the parser skeleton, not the entire output file.
407 * data/glr.c: Written by Paul Hilfinger.
408 * data/glr.cc: Written by Akim Demaille.
409 * data/lalr1.cc: Likewise.
410
035aa4a0
PE
4112005-11-18 Paul Eggert <eggert@cs.ucla.edu>
412
d9963c85
PE
413 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
414 Fix typos in previous change that broke 'make check'.
415 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
416 supported in C.
417 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
418 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
419 We can revert this once things settle down.
420
035aa4a0
PE
421 * src/conflicts.c (conflicts_print): Don't print file name twice
422 when %expect fails because there were no conflicts.
423 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
424 change.
425 * tests/conflicts.at (%expect not enough, %expect too much):
426 (%expect with reduce conflicts): Adjust to new behavior.
427
4282005-11-18 Akim Demaille <akim@epita.fr>
429
430 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
431 errors.
432 * NEWS: Document this.
433 * doc/bison.texinfo (Expect Decl): Likewise.
434
d1ff7a7c
AD
4352005-11-16 Akim Demaille <akim@epita.fr>
436
437 Generalize the display of semantic values and locations in traces.
438 * data/glr.c (yy_reduce_print): Fix indices (again).
439 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
440 literal integers.
441 * data/lalr1.cc (yyreduce_print): Rename as...
442 (yy_reduce_print): this.
443 Display values and locations.
444 * data/yacc.c (yy_reduce_print): Likewise.
445 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
446 (yysymprint): Move higher to be visible from yy_reduce_print).
447 (yyparse): Adjust.
448 * tests/calc.at: Adjust the expected length of the traces.
449
6de5398d
AD
4502005-11-14 Akim Demaille <akim@epita.fr>
451
452 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
453 from 1 to N, while values and location start at 0.
454 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
455
a1373f55
AD
4562005-11-14 Akim Demaille <akim@epita.fr>
457
458 * data/glr.c (yy_reduce_print): Fix the $ number.
459
613d8952
AD
4602005-11-14 Akim Demaille <akim@epita.fr>
461
462 "Use" parse parameters.
463 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
464 * data/glr.c, data/glr.cc: Use them.
465 * data/glr.c (YYUSE): Have a C++ definition that supports
466 non-pointer types.
467
b2741627
AD
4682005-11-14 Akim Demaille <akim@epita.fr>
469
470 * data/glr.c (yyexpandGLRStack): Declare only if defined.
471
5059b5c8
AD
4722005-11-14 Akim Demaille <akim@epita.fr>
473
42249483
AD
474 * data/glr.cc: New.
475 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
5059b5c8 476
4626a15d
AD
4772005-11-12 Akim Demaille <akim@epita.fr>
478
479 Let position and location be PODs.
480 * data/location.cc (position::initialize, location::initialize): New.
481 (position::position, location::location): Define only if
482 b4_location_constructors is defined.
483 * data/lalr1.cc (b4_location_constructors): Define it for backward
484 compatibility.
485 * doc/bison.texinfo (Initial Action Decl): Use initialize.
486
4872005-11-12 Akim Demaille <akim@epita.fr>
98ae9643
AD
488
489 * data/lalr1.cc: Move the body of the ctor and dtor into the
490 parser file (instead of the header).
491 Wrap the implementations in a "namespace yy".
492
4932005-11-12 Akim Demaille <akim@epita.fr>
494
495 Have glr.c include its header file when created.
496 * data/glr.c (b4_shared_declarations): New.
497 Output them verbatim in the parser if !%defines, otherwise
498 output then in the header file, and include it instead.
499
1989d947
AD
5002005-11-11 Akim Demaille <akim@epita.fr>
501
502 * data/glr.c: Comment changes.
503
5042005-11-11 Akim Demaille <akim@epita.fr>
62b08cfc
AD
505
506 When yydebug, report semantic and location values for reductions.
507 * data/glr.c (yy_reduce_print): Report the semantic values and the
508 locations.
509 (YY_REDUCE_PRINT): Adjust.
510 (yyglrReduce): Use them.
511 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
512 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
513 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
514 traces.
515
02998094
AD
5162005-11-10 Akim Demaille <akim@epita.fr>
517
518 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
519 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
520 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
521
5210672f
PE
5222005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
523
524 * m4/cxx.m4, examples/Makefile.am: Don't build
525 examples/calc++ if no C++ compiler is available. (trivial change)
526
a8991a1d
AD
5272005-11-09 Akim Demaille <akim@epita.fr>
528
529 * src/scan-skel.l: Use a couple of asserts.
530
36b5e963
AD
5312005-11-03 Akim Demaille <akim@epita.fr>
532
533 In some (weird) cases, the final state number is incorrect.
534 Reported by Alexandre Duret-Lutz.
535 * src/LR0.c (state_list_append): Remove the computation of
536 final_state.
537 (save_reductions): Do it here.
538 (get_state): Alpha conversion.
539 (generate_states): Use a for loop.
540 * src/gram.h (item_number_is_rule_number)
541 (item_number_is_symbol_number): New.
542 * src/state.c: Use assert.
543 * src/system.h: Include assert.h.
544 * tests/sets.at (Accept): New.
545
44e7ead1
PH
5462005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
547
548 * data/glr.c (yyfill): Adjust comment.
36b5e963 549 (yyresolveAction): Initialize default location properly
44e7ead1
PH
550 for empty right-hand sides.
551 (yydoAction): Ditto.
552 Add comment explaining apparently dead code.
36b5e963
AD
553 * tests/glr-regression.at
554 (Incorrectly initialized location for empty right-hand side in GLR):
44e7ead1 555 New test.
36b5e963 556
e10a80ee
PE
5572005-10-30 Paul Eggert <eggert@cs.ucla.edu>
558
559 * bootstrap (cleanup_gnulib): New function. Use it to clean up
560 gnulib when interrupted. This fixes some race conditions and
561 works around some portability problems (one noted by Paul
562 Hilfinger).
563
067b32ee
AD
5642005-10-22 Akim <akim@epita.fr>
565
566 * Makefile.cfg: Adjust to config -> build-aux.
567 Reported by twledo.
568
4b367315
AD
5692005-10-21 Akim Demaille <akim@epita.fr>
570
571 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
572 the %parse-params.
573 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
574 * data/yacc.c (b4_Pure_if): Rename as...
575 (b4_yacc_pure_if): this.
576 (YY_SYMBOL_PRINT, yyparse): Adjust.
577 * doc/bison.texinfo: Formatting changes.
578
24cc23d9
AD
5792005-10-21 Akim Demaille <akim@epita.fr>
580
581 Finish the transition config -> build-aux.
582 * configure.ac, Makefile.am: Use build-aux.
583 * config/prev-version, config/announce-gen, config/Makefile.am:
584 Move to...
585 * build-aux/prev-version, build-aux/announce-gen,
586 * build-aux/Makefile.am: here.
587
d4476375
AD
5882005-10-14 Akim Demaille <akim@epita.fr>
589
590 * examples/calc++/test: Use set -x only when VERBOSE.
591
302c0aee
PE
5922005-10-13 Paul Eggert <eggert@cs.ucla.edu>
593
594 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
595 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
596
7625ec2c
AD
5972005-10-13 Akim Demaille <akim@epita.fr>
598
599 * src/scan-skel.l: Output the base name parts of the parser and
600 header file names.
302c0aee 601 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
7625ec2c
AD
602 additional checks.
603 Use this to exercise C++ outputs in subdirs.
604 Reported by Oleg Smolsky.
605
ba0fe3c7
PE
6062005-10-12 Paul Eggert <eggert@cs.ucla.edu>
607
608 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
609 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
610 Problem reported by John P. Hartmann.
611 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
612 already defined it.
613
9b8a5ce0
AD
6142005-10-12 Akim Demaille <akim@epita.fr>
615
616 * src/parse-gram.y (version_check): Exit 63 to please missing
617 (stands for "version mismatch).
618 * tests/input.at, doc/bison.texinfo: Adjust.
619
4f6e011e
PE
6202005-10-10 Paul Eggert <eggert@cs.ucla.edu>
621
622 Work around portability problems with Visual Age C compiler
623 (xlc and xlC_r) reported by John P. Hartmann.
624 * data/location.cc (initial_column, initial_line): Remove.
625 All uses replaced by 0 and 1.
626 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
627 that xlc complains about.
628 * src/scan-skel.l (skel_wrap): Likewise.
4d7aa45e 629 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
ba0fe3c7 630 as __STDC__.
4d7aa45e
PE
631 * data/yacc.c (YYMODERN_C): New macro, which also looks at
632 __STDC_VERSION__. Use it everywhere instead of looking at
633 __STDC__ and __cplusplus.
4f6e011e 634
a1b3bf8c
AD
6352005-10-10 Akim Demaille <akim@epita.fr>
636
637 * examples/calc++/test: Be quiet unless VERBOSE.
638
412e44aa
PE
6392005-10-05 Paul Eggert <eggert@cs.ucla.edu>
640
2a4647a3
PE
641 * data/c.m4 (yydestruct, yysymprint):
642 Use YYUSE instead of casting to void.
643 * data/glr.c (YYUSE): New macro.
644 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
645 Use it instead of rolling our own.
646 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
647 (YYCHK1):
648 Use /*CONSTCOND*/ to suppress lint warnings.
649 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
650 (YY_STACK_PRINT): Use 'false' not '0'.
651 (YYUSE): New macro.
652 (yysymprint_, yydestruct_): Use it instead of rolling our own.
653 * data/yacc.c (YYUSE): New macro.
654 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
655 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
656 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
657
658
412e44aa
PE
659 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
660 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
661
88c6637f
PE
6622005-10-04 Paul Eggert <eggert@cs.ucla.edu>
663
2f4f028d
PE
664 Undo the parts of the unlocked-I/O change that substituted
665 putc or puts for printf. This might hurt performance a bit,
666 but some people prefer the printf style.
667 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
668 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
669 All uses replaced by YYFPRINTF and YYDPRINTF.
670 * data/yacc.c: Likewise.
671 * lib/bitset.c (bitset_print): Likewise.
672 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
673 putc and puts.
674 * lib/lbitset.c (debug_lbitset): Likewise.
675 * src/closure.c (print_firsts, print_fderives): Likewise.
676 * src/gram.c (grammar_dump): Likewise.
677 * src/lalr.c (look_ahead_tokens_print): Likewise.
678 * src/output.c (escaped_output): Likewise.
679 (user_actions_output): Break apart two printfs.
680 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
681 * src/reduce.c (reduce_print): Likewise.
682 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
683 * src/system.h: Include unlocked-io.h rathe than stdio.h.
684
88c6637f
PE
685 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
686 Use assignments rather than casts-to-void to suppress
687 unused-variable warnings. This pacifies 'lint'.
688 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
689 unused-variable warnings.
690
fb32e373
JMG
6912005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
692
693 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
694
edb8f44f
PE
6952005-10-02 Paul Eggert <eggert@cs.ucla.edu>
696
fb9c0b33
PE
697 Use unlocked I/O for a minor performance improvement on hosts like
698 GNU/Linux and Solaris that support unlocked I/O. The basic idea
699 is to use the gnlib unlocked-io module, and to prefer putc and
700 puts to printf when either will work (since the latter doesn't
701 come in an unlocked flavor).
702 * bootstrap (gnulib_modules): Add unlocked-io.
703 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
704 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
705 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
706 and similarly for puts and putc and printf.
707 * data/yacc.c: Likewise.
708 * lib/bitset.c (bitset_print): Likewise.
709 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
710 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
711 to printf.
712 * lib/lbitset.c (debug_lbitset): Likewise.
713 * src/closure.c (print_firsts, print_fderives): Likewise.
714 * src/gram.c (grammar_dump): Likewise.
715 * src/lalr.c (look_ahead_tokens_print): Likewise.
716 * src/output.c (escaped_output): Likewise.
717 (user_actions_output): Coalesce two printfs.
2f4f028d 718 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
fb9c0b33
PE
719 * src/reduce.c (reduce_print): Likewise.
720 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
2f4f028d 721 * src/system.h: Include unlocked-io.h rather than stdio.h.
fb9c0b33 722
edb8f44f
PE
723 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
724 this confuses xgettext.
725
b50d2359
AD
7262005-10-02 Akim Demaille <akim@epita.fr>
727
728 * bootstrap (gnulib_modules): Add strverscmp.
729 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
730 * m4/.cvsignore: Add strverscmp.m4.
731 * src/parse-gram.y (%require): New token, new rule.
732 (version_check): New.
733 * src/scan-gram.l (%require): Adjust.
734 * tests/input.at (AT_REQUIRE): New.
735 Use it.
736 * doc/bison.texinfo (Require Decl): New.
737 (Calc++ Parser): Use %require.
738
21667f64
AD
7392005-10-02 Akim Demaille <akim@epita.fr>
740
741 * data/location.cc: New.
742
2b81e969
AD
7432005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
744 Akim Demaille <akim@epita.fr>
745
746 Make sure -odir/foo.cc creates dir/location.hh etc.
747 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
748 (spec_file_prefix, spec_verbose_file, spec_graph_file)
749 (spec_defines_file): Now const.
750 (dir_prefix): New.
751 (short_base_name): Remove.
752 * src/files.c: Adjust.
753 (dirname.h): Include.
754 (base_name): Don't prototype it.
755 (finput): Remove, duplicates gram_in.
756 (full_base_name, short_base_name): Replace by...
757 (all_but_ext, all_but_tab_ext): these.
758 (compute_base_names): Rename as...
759 (compute_file_name_parts): this.
760 Update to compute the new variables, including dir_prefix.
761 Adjust dependencies.
762 * src/output.c (prepare): Output them.
763 * src/reader.c: Adjust to use gram_in, not finput.
764 * src/scan-skel.l (@dir_prefix@): New.
765
ad6a9b97
JMG
7662005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
767
768 * lib/subpipe.c: New function end_of_output_subpipe() added
769 to allow support for non-posix systems. This is a no-op function
770 for posix systems.
771
772 * lib/subpipe.h: New function end_of_output_subpipe() added
773 to allow support for non-posix systems. This is a no-op function
774 for posix systems.
775
776 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
777 handle the lack of pipe/fork functionality on non-posix systems.
778
779 * djgpp/Makefile.maint: DJGPP specific file.
780
781 * djgpp/README.in: DJGPP specific file.
782
783 * djgpp/config.bat: DJGPP specific configuration file.
784
785 * djgpp/config.sed: DJGPP specific configuration file.
786
787 * djgpp/config.site: DJGPP specific configuration file.
788
789 * djgpp/config_h.sed: DJGPP specific configuration file.
790
791 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
792
793 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
794
fc695704
AD
7952005-10-02 Akim Demaille <akim@epita.fr>
796
797 * data/location.cc: New, extract from...
798 * data/lalr1.cc: here.
799 (location.hh): Include it after the user prologue, in case the
800 filename type is defined by the user.
801 Forward declation location and position before the pre-prologue.
802 (yyresult_): Rename as...
803 (yyresult): this, it's a local variable, not an attribute.
804 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
805
8062005-10-01 Akim Demaille <akim@epita.fr>
5215c87f
AD
807
808 * examples/extexi: Restore the #line generation.
809
fb9712a9
AD
8102005-09-30 Akim Demaille <akim@epita.fr>,
811 Alexandre Duret-Lutz <adl@gnu.org>
812
813 Move the token type and YYSTYPE in the parser class.
814 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
815 (parser::token): New, from the moved free definition of tokens.
816 (parser::semantic_value): Now a full definition instead of an
817 indirection to YYSTYPE.
818 (b4_post_prologue): No longer included in the header file, but
819 in the implementation file.
820 * doc/bison.texi (C+ Language Interface): Update.
821 * src/parse-gram.y: Support unary %define.
822 * tests/actions.at: Define global_tokens_and_yystype for backward
823 compatibility until we update the tests.
824 * tests/calc.at: Idem.
825 (first_line, first_column, last_line, last_column): Define for lalr1.cc
826 to simplify the code.
827
55f0c7b1
PE
8282005-09-29 Paul Eggert <eggert@cs.ucla.edu>
829
830 Port to SunOS 4.1.4, which lacks strtoul and strerror.
831 Ah, the good old days! Problem reported by Peter Klein.
832 * bootstrap (gnulib_modules): Add strerror, strtoul.
833 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
834 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
835
fb9712a9 8362005-09-29 Akim Demaille <akim@epita.fr>
d4fb5e3c
AD
837
838 * data/c.m4 (b4_error_verbose_if): New.
839 * data/lalr1.cc: Use it.
840 (YYERROR_VERBOSE_IF): Remove.
841 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
842 parser members, replaced by...
843 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
844 local variables.
845 (yysyntax_error_): Takes the state number as argument.
846 (yyreduce_print_): Use the argument yyrule, not the former
847 attribute yyn_.
848
8a6f72f3
PE
8492005-09-26 Paul Eggert <eggert@cs.ucla.edu>
850
851 * bootstrap (gnulib_modules): Add verify.
852 * lib/.cvsignore: Add verify.h.
853 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
854 * src/system.h (verify): Remove.
855 Include verify.h instead.
856 * src/tables.c (tables_generate): Use new API for 'verify'.
857
0d50976f
PE
8582005-09-21 Paul Eggert <eggert@cs.ucla.edu>
859
ebc3737e
PE
860 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
861 local variables whose names begin with 'yy'.
862 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
863 Trivial changes from Joel E. Denny.
864
0d50976f
PE
865 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
866 it itself.
867 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
868 don't use alloca any more.
869
870 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
871 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
62c4328e 872 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
0d50976f
PE
873 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
874 to match yacc.c, to test more hosts.
875
a05b79df
PE
8762005-09-20 Paul Eggert <eggert@cs.ucla.edu>
877
55289366
PE
878 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
879 doesn't affect behavior.
880 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
881 Solaris, AIX, MSC.
882 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
883 This works a bit better with glibc, if user code has already included
884 stdlib.h.
885 * doc/bison.texinfo (Bison Parser): Document that users can't
886 arbitrarily use malloc and free for other purposes. Document
887 that <alloca.h> and <malloc.h> might be included.
888 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
889 user must declare alloca.
890
a05b79df
PE
891 * HACKING (release): Forwarn the Translation Project about
892 stable releses.
893
3ab2ca22
AD
8942005-09-20 Akim Demaille <akim@epita.fr>
895
896 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
897
a9739e7c
PE
8982005-09-19 Paul Eggert <eggert@cs.ucla.edu>
899
a702593e
PE
900 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
901 (YYSTACK_ALLOC_MAXIMUM): Use it.
902 (yysyntax_error): New function.
903 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
904 multiple syntax errors are reported, and alloca is being used.
905 Instead, reallocate buffers twice as big each time, so that
906 we waste at most half the allocated memory. Start with a small
907 (128-byte) buffer that will suffice in most cases anyway.
908 Use yysyntax_error to do most of the work.
909
910 * doc/bison.texinfo (Error Reporting, Table of Symbols):
911 yynerrs is the number of errors reported, not the number of
912 errors encountered.
913
a9739e7c
PE
914 * tests/glr-regression.at (Duplicated user destructor for lookahead):
915 Mark it as expected to fail.
916 Cast result of malloc; problem reported by twlevo@xs4all.nl.
917 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
918 Don't start user-code symbols with "yy", to avoid name space problems.
919
f479c6c6
AD
9202005-09-19 Akim Demaille <akim@epita.fr>
921
922 Remove the traits, failed experiment.
923 It never proved useful, and anyway because of the current
924 definition, it was not possible to have several specialization of
925 this traits, making it useless.
926 * data/lalr1.cc (yy:traits): Remove.
927 Inline its definitions in the parser class.
928
e2586f82
AD
9292005-09-19 Akim Demaille <akim@epita.fr>
930
931 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
932 least Mac OSX with a /usr/local install of gettext.
933
2e8cf949
AD
9342005-09-19 Akim Demaille <akim@epita.fr>
935
936 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
937 and yytoken for similarity with the other skeletons.
938
c7fb0b90
AD
9392005-09-19 Akim Demaille <akim@epita.fr>
940
941 * NEWS, configure.ac: Bump to 2.1a.
942
1bd0deda
PE
9432005-09-16 Paul Eggert <eggert@cs.ucla.edu>
944
945 * NEWS: Version 2.1.
946
947 * NEWS: Remove notice of yytname change, since it was never in an
948 official release.
949 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
950 diagnostic.
951 * src/output.c (prepare): Likewise.
952 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
953 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
954 is not defined. This is an awful hack, but it's enough for now.
955 All callers changed.
956 * tests/glr-regression-at (make_value): Args are const pointers now,
957 to avoid GCC warning.
958 (Duplicated user destructor for lookahead): New test. Currently
959 skipped. It fails on my host but I'm not sure it'll always fail.
960
9612005-09-16 Akim Demaille <akim@epita.fr>
c1432f65
AD
962
963 * src/symtab.h (struct symbol): Declare the printer and destructor
964 as const, to avoid accidental calls to free.
965 (symbol_destructor_set, symbol_printer_set): Adjust.
966 * src/symtab.c: Adjust.
967
1bd0deda 9682005-09-16 Akim Demaille <akim@epita.fr>
cf147260
AD
969
970 * data/c.m4 (b4_token_enums): New.
971 (b4_token_defines): Rename as...
972 (b4_token_enums_defines): this.
973 (b4_token_defines): New, output only the #defines.
974 * data/yacc.c, data/glr.c: Adjust.
975 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
976 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
977 as default values.
978
dbcdae2d
AD
9792005-09-16 Akim Demaille <akim@epita.fr>
980
981 * data/lalr1.cc (yylex_): Remove, inline its code.
982 (yyreport_syntax_error_): Remove, replaced by...
983 (yysyntax_error_): this which returns a string and leaves to the
984 caller the call to the users' error function.
985 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
986 Move from members of the parser object...
987 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
988 to local variables of the parse function.
989
70d8f291
AD
9902005-09-16 Akim Demaille <akim@epita.fr>
991
992 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
993 since it's in Bison's name space.
994
b47dbebe
PE
9952005-09-15 Paul Eggert <eggert@cs.ucla.edu>
996
ae199bf1
PE
997 * data/glr.c (yyresolveValue): Add default case to pacify
998 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
999
b47dbebe
PE
1000 * NEWS: Document when yyparse started to return 2.
1001 * doc/bison.texinfo (Parser Function): Document when yyparse
1002 returns 2.
1003
1004 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
1005 (b4_filename_type): Renamed back from b4_file_name_type. All uses
1006 changed.
1007 (class position): file_name -> filename (reverting). All uses changed.
1008
10092005-09-14 Paul Eggert <eggert@cs.ucla.edu>
1010
1011 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
1012 do anything if $@ exists. This reverts part of the 2005-07-07
1013 patch.
1014
00292f66
PE
10152005-09-11 Paul Eggert <eggert@cs.ucla.edu>
1016
1017 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
1018 contains obsolete information and isn't worth distributing as a
1019 separate file anyway.
1020 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
1021 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
1022 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
1023 (yyparse): Abort if user code uses longjmp to throw an unexpected
1024 value.
1025
a420f962
PE
10262005-09-09 Paul Eggert <eggert@cs.ucla.edu>
1027
00292f66
PE
1028 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
1029 Suggested by twlevo@xs4all.nl.
1030
127287e9
PE
1031 * data/glr.c (YYCHK1): Do not assume YYE is in range.
1032 This avoids a diagnostic from gcc -Wswitch-enum.
1033 Problem reported by twlevo@xs4all.nl.
1034
a420f962
PE
1035 * doc/bison.texinfo: Don't use "filename", as per GNU coding
1036 standards. Use "file name" or "file" or "name", depending on
1037 the context.
1038 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
1039 not to hack/foo.tab.c.
1040 (Calc++ Top Level): 2nd arg of main is not const.
48b16bbc
PE
1041 * data/glr.c: b4_filename -> b4_file_name.
1042 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
1043 All uses changed.
1044 (class position): filename -> file_name. All uses changed.
1045 * data/yacc.c: b4_filename -> b4_file_name.
1046 * lib/bitset.h: filename -> file_name in local vars.
1047 * lib/bitset_stats.c: Likewise.
1048 * src/files.c: Likewise.
1049 * src/scan-skel.l ("@output ".*\n): Likewise.
1050 * src/files.c (file_name_split): Renamed from filename_split.
1051 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
a420f962
PE
1052
10532005-09-08 Paul Eggert <eggert@cs.ucla.edu>
1054
1055 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
1056 to accommodate latest gnulib.
1057
1058 * tests/glr-regression.at (Duplicate representation of merged trees):
1059 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
1060
1061 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
1062 needed.
1063
42a6501d
PE
10642005-08-26 Paul Eggert <eggert@cs.ucla.edu>
1065
1066 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
1067 All uses changed. Invoke user destructor after an error during a
1068 split parse (trivial change from Joel E. Denny).
1069
1070 * tests/glr-regression.at
1071 (User destructor after an error during a split parse): New test case.
1072 Problem reported by Joel E. Denny in:
1073 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
1074
ef9a1faf
PE
10752005-08-25 Paul Eggert <eggert@cs.ucla.edu>
1076
5b4aaf78
PE
1077 * README-cvs: Give URLs for recommended tools.
1078 Mention Gzip version problem, and bootstrapping issues.
1079 Remove troubleshooting section, as it's somewhat obsolete.
1080
b5240ba5
PE
1081 * bootstrap (no_cache): New var, to accommodate different wget
1082 variants. Use it instead of '-C off'. Problem reported by
1083 twlevo@xs4all.nl.
1084
ef9a1faf
PE
1085 * data/glr.c (yydestroyStackItem): New function.
1086 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
1087 debugging information. Problem reported by Joel E. Denny.
1088
e6efa9da
AD
10892005-08-25 Akim Demaille <akim@epita.fr>
1090
1091 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
1092
adc90f13
PE
10932005-08-24 Paul Eggert <eggert@cs.ucla.edu>
1094
1095 * data/glr.c (yyrecoverSyntaxError, yyreturn):
1096 Don't invoke destructor on unresolved entries.
1097 * tests/glr-regression.at
1098 (User destructor for unresolved GLR semantic value): New test case.
1099 Problem reported by Joel E. Denny in:
1100 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
1101
f9315de5
PE
11022005-08-21 Paul Eggert <eggert@cs.ucla.edu>
1103
15d29c1f
PE
1104 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
1105 Add strnlen.c.
1106 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
1107 lib-prefix.m4, po.m4.
1108
dd5f2af2
PE
1109 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
1110 in yydestruct diagnostic, since it might not be an error.
1111 Problem reported by Joel Denny near end of
1112 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6250acbd 1113 * data/lalr1.cc (yyerturn): Likewise.
dd5f2af2
PE
1114 * data/yacc.c (yyreturn): Likewise.
1115 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
1116
1117 * src/files.c: Remove obsolete FIXME comment.
1118
1119 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
1120 with the other templates, and to fix bogus run-on messages such
1121 as the one reported at the end of
1122 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
1123 All callers changed to avoid the newline.
1124 (yyprocessOneStack): Output two lines rather than one, to accommodate
1125 the above change. This changes the debug output format slightly.
1126
f9315de5
PE
1127 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
1128 reported by Joel E. Denny in
1129 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
1130 (trivial change).
1131 * tests/glr-regression.at (Duplicate representation of merged trees):
1132 New test, from Joel E. Denny in:
1133 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
1134 * THANKS: Add Joel E. Denny.
1135
1136 * configure.ac (AC_INIT): Bump to 2.0c.
1137
04098407
PE
11382005-07-24 Paul Eggert <eggert@cs.ucla.edu>
1139
1140 * NEWS: Version 2.0b.
1141
ca5d2013
PE
1142 * Makefile.am (SUBDIRS): Put examples before tests, so that
1143 "make check" doesn't finish with "All 1 tests passed".
1144
3d54b576
PE
1145 * tests/regression.at (Token definitions): Don't rely on
1146 AT_PARSER_CHECK for data that contains backslashes. It currently
1147 uses 'echo', and 'echo' isn't portable if its argument contains
1148 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
1149 that the byte '\0xff' is not printable in the C locale; it is,
1150 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
1151 not printable, so use '\0x81' to test.
1152
d53ae497
PE
1153 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
1154 version of GCC, since the macro is used with non-GCC compilers.
1155
fc01665e
PE
1156 Fix core dump reported by Pablo De Napoli in
1157 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
1158 * tests/regression.at (Invalid inputs with {}): New test.
1159 * src/parse-gram.y (token_name): Translate type before using
1160 it as an index.
1161
04098407
PE
1162 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
1163 the user's name space. All uses changed to __attribute__
1164 ((__unused__)).
1165 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
1166 Add __attribute__ ((__noreturn__)).
1167
1168 * etc/clcommit: Remove. We weren't using it, and it failed
1169 "make maintainer-distcheck".
1170 * Makefile.maint: Merge from coreutils.
1171 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
1172 (syntax-check-rules): Change list of rules as described below.
1173 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
1174 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
1175 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
1176 (sc_trailing_space): New rules.
1177 (sc_xalloc_h_in_src): Remove.
1178 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
1179 (sc_space_tab, sc_error_exit_success, sc_changelog):
1180 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
1181 (makefile-check, po-check, author_mark_check):
1182 (makefile_path_separator_check, copyright-check):
1183 Use grep -n, to make it easier to find violations.
1184 Use CVS_LIST and CVS_LIST_EXCEPT.
1185 (header_regexp, h_re): Remove.
1186 (dd_c): New macro.
1187 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
1188 (my-distcheck): Use more-modern GCC flags.
1189 (signatures, %.asc): Remove.
1190 (rel-files, announcement): Remove signatures.
1191 Restore old updating code, even though we don't use it, so
1192 that we're the same as coreutils.
1193 (alpha, beta, major): Depend on news-date-check.
1194 Make the upload commands.
1195
1196 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
1197 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
1198 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
1199 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
1200 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
1201 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
1202 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
1203 * tests/sets.at: Likewise.
1204
1205 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
1206 we comment out the Autoconf version number.
1207 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
1208 it's error-prone and "make maintainer-distcheck" rejects it.
1209
1210 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
1211 Indent calls to "error" to pacify "make maintainer-distcheck",
1212 when the calls are not intended to be translated.
1213 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
1214
1215 * src/Makefile.am (DEFS): Use +=, to pacify
1216 "make maintainer-distcheck".
1217 (bison_SOURCES): Add scan-skel.h.
1218 (sc_tight_scope): New rule, from coreutils.
1219
1220 * src/files.c (src_extension, header_extension):
1221 Now static, not extern.
1222 * src/getargs.c (short_options): Likewise.
1223 * src/muscle_tab.c (muscle_table): Likewise.
1224 * src/parse-gram.y (current_class, current_type, current_prec):
1225 Likewise.
1226 * src/reader.c (grammar_end, previous_rule_end): Likewise.
1227 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
1228 * src/main.c (main): Cast bindtextdomain and textdomain calls to
1229 void, to avoid warning when NLS is disabled.
1230 * src/output.c: Include scan-skel.h.
1231 (scan_skel): Remove decl, since scan-skel.h does this.
1232 (output_skeleton):
1233 Indent calls to "error" to pacify "make maintainer-distcheck".
1234 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
1235 * src/reader.h (gram_end, gram_lineno): New decls to pacify
1236 "make maintainer-distcheck".
1237 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
1238 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
1239 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
1240 (skel_lex_destroy, scan_skel): Move these decls to...
1241 * src/scan-skel.h: New file.
1242 * src/uniqstr.c (uniqstr_assert):
1243 Indent calls to "error" to pacify "make maintainer-distcheck".
1244
1245 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
1246 not @VAR@.
1247
1248 * tests/torture.at: Revamp to avoid misuse of atoi that
1249 "make maintainer-distcheck" complained about.
1250
1251 * examples/extexi (message): Don't print a message more than once,
1252 and omit line-number decoration that makes Emacs compile think
1253 that informative messages are worth worrying about.
1254
12552005-07-22 Paul Eggert <eggert@cs.ucla.edu>
1256
1257 * configure.ac: Update version number.
1258
1259 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
1260 accidentally.
1261 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
1262 autogenerated by the maintainer.
1263 * examples/calc++/.cvsignore: Add *.yy.
1264
1265 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
1266 * lib/bitset_stats.c (bitset_stats_init): Likewise.
1267 * lib/bitsetv.c (bitsetv_alloc): Likewise.
1268
1269 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
1270
1271 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
1272 from maintainer-distcheck about casting the argument of 'free'.
1273
1274 * NEWS: Mention recent yytname changes.
1275 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
1276
1277 * bootstrap: For translations that have not yet been upgraded to
1278 the new runtime-po domain, prime the pump by extracting the
1279 relevant strings from the obsolete translations. This code can be
1280 removed once the bison-runtime domain has been translated by each
1281 team.
1282
1283 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
1284 now that token names are already quoted.
1285
1286 Fix problem reported by Anthony Heading.
1287 * data/glr.c (YYTOKEN_TABLE): New macro.
1288 (yytname): Define if YYTOKEN_TABLE.
1289 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
1290 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
1291 (YYERROR_VERBOSE): Define the same way the other skeletons do.
1292 * src/output.c (prepare_symbols): Output token_table_flag.
1293
0ffda363
PE
12942005-07-21 Paul Eggert <eggert@cs.ucla.edu>
1295
1296 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
1297 again if the first call fails.
1298
1299 * data/glr.c (yytnamerr): New function.
1300 (yyreportSyntaxError): Use it to dequote most string literals.
1301 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
1302 with other skeletons. All uses changed.
1303 (yytnameerr_): New function.
1304 (yyreport_syntax_error): Use it to dequote most string literals.
1305 * data/yacc.c (yytnamerr): New function.
1306 (yyerrlab): Use it to decode most string literals.
1307 * doc/bison.texinfo (Decl Summary, Calling Convention):
1308 Clarify quoting convention of yytname.
1309 * src/output.c (prepare_symbols): Quote all names. This undoes
1310 the 2005-04-17 change, which is now accomplished (mostly) via
1311 changes in the parsers as described above.
1312 * tests/regression.at (Token definitions, Web2c Actions):
1313 Undo most 2005-04-17 change here, too.
1314
13152005-07-20 Paul Eggert <eggert@cs.ucla.edu>
1316
1317 Fix more problems reported by twlevo@xs4all.nl.
1318 * tests/cxx-type.at: Don't pipe output of ./types through sed to
1319 remove trailing spaces. This loses the exit status of ./types,
1320 and isn't needed since ./types shouldn't be emitting trailing
1321 spaces.
1322 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
1323 as the stack isn't valid in that case.
1324
1325 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
1326 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
1327 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
1328 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
1329 is used.
1330 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
1331 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
1332 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
1333 Likewise.
1334
1335 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
1336 overly-picky compilers that reject 'char *foo = "bar";'.
1337
1338 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
1339 to FILE * parameter, not to stderr. This fixes a typo introduced
1340 in the 2005-07-12 change.
1341
1342 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
1343 warnings from GCC 4.
1344
1345 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
1346 (yyglrShiftDefer, yysplitStack):
1347 Remove unused parameters b4_pure_formals. All uses changed.
1348 (yyglrShift): Remove unused parameters b4_user_formals.
1349 All uses changed.
1350 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
1351
6100a9aa
PE
13522005-07-18 Paul Eggert <eggert@cs.ucla.edu>
1353
258b75ca
PE
1354 Destructor cleanups and regularization among the three skeletons.
1355 * NEWS: Document the behavior changes.
1356 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
1357 stack before failing, as the cleanup code will do it for us now.
1358 * data/lalr1.cc (yyerrlab): Likewise.
1359 * data/glr.c (yyparse): Pop everything off the stack before
1360 freeing it, so that destructors get called properly.
1361 * data/lalr1.cc (yyreturn): Likewise.
1362 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
1363 This is more consistent.
1364 * doc/bison.texinfo (Destructor Decl): Mention more reasons
1365 why destructors might be called. 1.875 -> 2.1.
1366 (Destructor Decl, Decl Summary, Table of Symbols):
1367 Some English-language cleanups for %destructor.
1368 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
1369 Add output line for destructor of start symbol.
1370 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
1371 because of that same extra output line.
1372
1a059451
PE
1373 * NEWS: Document minor wording changes in diagnostics of
1374 Bison-generated parsers.
1375 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
1376 Remove unused formals. All uses changed.
1377 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
1378 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
1379 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
1380 Rename yyoverflowab to yyexhaustedlab.
1381 When memory exhaustion occurs during syntax-error reporting,
1382 report it separately rather than in a single diagnostic; this
1383 eases translation.
1384 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
1385 (Memory Exhausted): Renamed from Parser Stack Overflow.
1386 Revamp wording slightly to prefer "memory exhaustion".
1387 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
1388
97460c78
PE
1389 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
1390
30757c8c
PE
1391 Add i18n support to the GLR skeleton. Partially fix the C++
1392 skeleton; a C++ expert needs to finish this. Remove debugging
1393 msgids; there's little point to having them translated, since they
1394 can be understood only by someone who can read the
1395 (English-language) source code.
1396
1397 Generate runtime-po/bison-runtime.pot automatically, so that we
1398 don't have to worry about garbage getting in that file. We'll
1399 make sure after the next official release that old msgids don't
1400 get lost. See
1401 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
1402
1403 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
1404 Now auto-generated.
1405 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
1406 Fix typos in explanations of the runtime file.
1407 * bootstrap: Change gettext keyword from YYI18N to YY_.
1408 Use standard Makefile.in.in in runtime-po, since we'll arrange
1409 for backward-compatible bison-runtime.po files in a different way.
1410 * data/glr.c (YY_): New macro, from yacc.c.
1411 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
1412 Translate messages intended for users.
1413 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
1414 the wording in the other skeletons. We don't know that the memory
1415 is virtual.
1416 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
1417 Use same method that yacc.c uses.
1418 Don't translate debugging messages.
1419 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
1420 it doesn't work (yet), and requires C++ expertise to fix.
1421 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
1422 Move defn to a more logical place, to be consistent with other
1423 skeletons.
1424 Don't translate debugging messages.
1425 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
1426 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
1427 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
1428 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
1429
ac8c5689
PE
1430 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
1431 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
1432 void, not int.
1433 * tests/glr-regression.at (Badly Collapsed GLR States):
1434 Likewise.
1435 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
1436 yylex should return 0 at EOF rather than aborting.
1437
6100a9aa
PE
1438 Improve tests for stack overflow in GLR parser.
1439 Problem reported by twlevo@xs4all.nl.
1440 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
1441 All uses removed.
1442 (yyStackOverflow): Just longjmp, but with value 2 so that caller
1443 can handle the problem.
1444 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
1445 (yyparse): New local variable yyresult to record the result.
1446 Use result of setjmp to set it, rather than storing itinto
1447 struct.
1448 (yyDone): Remove label.
1449 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
1450 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
1451 if YYABORT is used).
1452 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
1453 yyparse status; put status > 1 into diagnostic.
1454 Check that status==2 works.
1455 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
1456 Use exit status 3 for failure to open (which shouldn't happen).
1457
15f40952
PE
14582005-07-17 Paul Eggert <eggert@cs.ucla.edu>
1459
67fd79c4
PE
1460 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
1461 1 on syntax error; just let yyparse do its thing.
1462 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
1463 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
1464 (Exploding the Stack Size with Alloca):
1465 (Exploding the Stack Size with Malloc):
1466 Expect exit status 2, not 1, since the parser is supposed to blow
1467 its stack. Problem reported by twlevo@xs4all.nl.
1468
15f40952
PE
1469 * data/glr.c (yyparse): Don't assume that the initial calls
1470 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
1471 Print a stack-overflow message and fail instead.
1472 Initialize the line-number information before creating the stack,
1473 so that the stack-overflow message can report line zero safely.
1474
f32c66b5
PE
14752005-07-14 Paul Eggert <eggert@cs.ucla.edu>
1476
a22ff96f 1477 Fix problems reported by twlevo@xs4all.nl.
e2688cd9
PE
1478 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
1479 (yyuserMerge): Provide a default case if b4_mergers is empty.
1480 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
1481 * tests/glr-regression.at
1482 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
c70fdfcd 1483 Add casts to pacify C++ compilers.
1beb0b24
PE
1484 * tests/glr-regression.at (Improper merging of GLR delayed action
1485 sets): Declare yylex before using it.
f32c66b5 1486 * tests/Makefile.am (maintainer-check-g++): Fix a stray
a22ff96f
PE
1487 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
1488 test for valgrind; valgrind is independent of g++.
1489 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
1490 for compatibility with POSIX 1003.1-2001 (if running coreutils).
1491 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
1492 Use a destructor, so that we can expand the stack. Change
1493 YYSTYPE to char * so that we can free it. Cast result of malloc.
f32c66b5 1494
d741bd1b
PE
14952005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
1496
1497 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
1498 a valgrind failure. Problem reported by twlevo@xs4all.nl.
1499
0410a6e0
PE
15002005-07-13 Paul Eggert <eggert@cs.ucla.edu>
1501
1502 * PACKAGING: New file, suggested by Bruno Haible and taken from
1503 similar wording in gettext's PACKAGING file.
1504 * NEWS: Mention PACKAGING.
1505 * Makefile.am (EXTRA_DIST): Add PACKAGING.
1506
f7ab6a50
PE
15072005-07-12 Paul Eggert <eggert@cs.ucla.edu>
1508
baf785db 1509 * NEWS: Document recent i18n improvements.
f7ab6a50
PE
1510 * bootstrap: Get runtime translations into runtime-po.
1511 Create runtime-po files automatically, if possible.
1512 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
1513 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
1514 does not infringe on the user's name space.
1515 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
1516 * doc/bison.texinfo (Internationalization): Revamp the English
1517 and Texinfo syntax a bit, to try to make it clearer.
1518 (Bison Options, Option Cross Key): Mention --print-localedir.
1519 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
1520 YYENABLE_NLS. Quote a bit more.
1521 * runtime-po/.cvsignore: New file.
1522 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
1523 * runtime-po/Rules-quot: Remove; now created by bootstrap.
1524 * runtime-po/quot.sed: Likewise.
1525 * runtime-po/boldquot.sed: Likewise.
1526 * runtime-po/en@quot.header: Likewise.
1527 * runtime-po/en@boldquot.header: Likewise.
1528 * runtime-po/insert-header.sin: Likewise.
1529 * runtime-po/remove-potcdate.sin: Likewise.
1530 * runtime-po/Makevars: Likewise.
1531 * runtime-po/LINGUAS: Likewise.
1532 * runtime-po/de.po: Likewise; we will rely on the translation project
1533 to maintain this, so "bootstrap" should get it.
0410a6e0 1534 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
f7ab6a50
PE
1535 its value.
1536 * src/main.c (main): Bind the bison-runtime domain, too.
1537
15382005-07-12 Bruno Haible <bruno@clisp.org>
1539
1540 * data/yacc.c: Include <libintl.h> when NLS is enabled.
1541 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
1542 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
1543 * runtime-po: New directory.
1544 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
1545 $(DOMAIN).pot-update rule, so that old messages are never dropped.
1546 * runtime-po/Rules-quot: New file, copied from po/.
1547 * runtime-po/quot.sed: Likewise.
1548 * runtime-po/boldquot.sed: Likewise.
1549 * runtime-po/en@quot.header: Likewise.
1550 * runtime-po/en@boldquot.header: Likewise.
1551 * runtime-po/insert-header.sin: Likewise.
1552 * runtime-po/remove-potcdate.sin: Likewise.
1553 * runtime-po/Makevars: New file.
1554 * runtime-po/POTFILES.in: New file.
1555 * runtime-po/LINGUAS: New file.
1556 * runtime-po/bison-runtime.pot: New file.
1557 * runtime-po/de.po: New file.
1558 * m4/bison.m4: New file.
1559 * Makefile.am (SUBDIRS): Add runtime-po.
1560 (aclocaldir, aclocal_DATA): New variables.
1561 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
1562 Define aclocaldir.
1563 * src/getargs.c (usage): Document --print-localedir option.
1564 (PRINT_LOCALEDIR_OPTION): New enum item.
1565 (long_options): Add --print-localedir option.
1566 (getargs): Handle --print-localedir option.
1567 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
1568 (Internationalization): New section.
1569
22dda0f0
AD
15702005-07-12 Akim Demaille <akim@epita.fr>
1571
1572 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
1573 for consistency with the rest of the code.
1574 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
1575 Add separators.
1576
82b248ad
AD
15772005-07-12 Akim Demaille <akim@epita.fr>
1578
1579 * src/parse-gram.y: Use %printer instead of YYPRINT.
1580
fa0e9314
AD
15812005-07-12 Akim Demaille <akim@epita.fr>
1582
867a3e00
AD
1583 * src/symtab.h, src/symtab.c (symbol_print): New.
1584 * src/symlist.h, src/symlist.c (symbol_list_print): New.
1585 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
1586
15872005-07-12 Akim Demaille <akim@epita.fr>
1588
1589 * data/glr.c (b4_syncline): Fix (swap) the definitions of
fa0e9314
AD
1590 b4_at_dollar and b4_dollar_dollar.
1591
e054b190
PE
15922005-07-11 Paul Eggert <eggert@cs.ucla.edu>
1593
1594 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
1595 and Pennello's paper.
1596
34160ec4
PE
15972005-07-09 Paul Eggert <eggert@cs.ucla.edu>
1598
407d4a75
PE
1599 * data/yacc.c (yyparse): Undo previous patch. Instead,
1600 set yylsp[0] and yyvsp[0] only if the initial action
1601 sets yylloc and yylval, respectively.
1602
34160ec4
PE
1603 * data/yacc.c (yyparse): In the initial action, set
1604 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
1605 This avoids the use of undefined variables if the initial
1606 action does not set yylloc and/or yylval.
1607
c3d5a4a7
PE
16082005-07-07 Paul Eggert <eggert@cs.ucla.edu>
1609
b34d96c1
PE
1610 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
1611 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
1612 Remove from CVS. These files are automatically generated.
1613 * examples/extexi: Clarify that this file is now part of Bison,
1614 not GNU M4, and that it works with any POSIX-compatible Awk.
1615 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
1616 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
1617 so that we also get calc++-parser.yy. Geneate it.
1618 Use $(AWK), not gawk, since any conforming Awk will do.
1619 Put comment before action, since older 'make' can't handle comment
1620 in action.
1621 $(BUILT_SOURCES): List all built sources, not just some of them.
1622 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
1623 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
1624 $($(calc_sources_generated)): Remove unnecessary test for existence
1625 of target. (This had a shell syntax error anyway; a stray "x".)
1626 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
1627 calc++-parser.yy.
1628 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
1629
c3d5a4a7
PE
1630 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
1631 implied by the other modules.
1632
828c373b
AD
16332005-07-06 Akim Demaille <akim@epita.fr>
1634
1635 Bind examples/calc++ to the package.
1636 * examples/calc++/Makefile: Remove, replaced by...
1637 * examples/calc++/Makefile.am: ... this new file.
1638 * examples/calc++/test: Remove input.
1639 * examples/calc++/compile: Remove.
1640 * examples/Makefile.am: New.
1641 * configure.ac, Makefile.am: Adjust.
1642 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
1643
63cb01d6
PE
16442005-07-05 Paul Eggert <eggert@cs.ucla.edu>
1645
fd2df2ed
PE
1646 * data/glr.c (yyFail): Drastically simplify; since the format argument
1647 never had any % directives, we can simply pass it to yyerror.
1648 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
1649 be modified later, as that is the usual style in glr.c.
1650 Problems reported by Paul Hilfinger.
1651
63cb01d6
PE
1652 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
1653 and size overflow errors.
1654 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
1655 in case the user prolog sets feature-test macros like _GNU_SOURCE.
1656 (YYSIZEMAX): New macro.
1657 (yystpcpy): New function, taken from yacc.c.
1658 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
1659 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
1660 so that we don't have to maintain their signatures.
1661 (yyFail): Check for buffer overflow, by using vsnprintf rather
1662 than vsprintf. Allocate a bigger buffer if possible.
1663 Report an error if buffer allocation fails.
1664 (yyStackOverflow): New function.
1665 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
1666 the initialization was successful. It might fail if storage was
1667 exhausted.
1668 (yyexpandGLRStack): Add more checks for storage allocation failure.
1669 Use yyStackOverflow to report failures.
1670 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
1671 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
1672 Don't assume stack number fits in int.
1673 (yysplitStack): Check for storage allocation failure.
1674 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
1675 can print diagnostics on storage allocation failure. All callers
1676 changed.
1677 (yyresolveValue): Use yybool for boolean.
1678 (yyreportSyntaxError): Check for size-calculation overflow.
1679 This code is taken from yacc.c.
1680 (yyparse): Check for storage allocation errors when allocating
1681 the initial stack.
1682
1c59e0a1
AD
16832005-07-05 Akim Demaille <akim@epita.fr>
1684
1685 Extract calc++ from the documentation.
1686 * doc/bison.texinfo (Calc++): Add the extraction marks.
1687 * examples/extexi: New, from the aborted GNU Programming 2E.
1688 Separate the different paragraph of a file with empty lines.
1689 * examples/Makefile: Use it to extract the whole calc++ example.
1690
8a0adb01
AD
16912005-06-24 Akim Demaille <akim@epita.fr>
1692
1693 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
1694 class typedefs.
1695
12545799
AD
16962005-06-22 Akim Demaille <akim@epita.fr>
1697
1698 * doc/bison.texinfo (C++ Language Interface): First stab.
1699 (C++ Parsers): Remove.
1700
99be0235
AD
17012005-06-22 Akim Demaille <akim@epita.fr>
1702
1703 * data/lalr1.cc (yylex_): Honor %lex-param.
1704
0ffd4fd1
AD
17052005-06-22 Akim Demaille <akim@epita.fr>
1706
1707 Start a set of simple examples.
1708 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
1709 * examples/calc++/calc++-driver.hh,
1710 * examples/calc++/calc++-parser.yy,
1711 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
1712 * examples/calc++/compile, examples/calc++/test: New.
1713
0925ebb4
PE
17142005-06-09 Paul Eggert <eggert@cs.ucla.edu>
1715
1716 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
1717 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
1718 which stems from the 2005-05-27 patch.
1719
43d3b664
PH
17202005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
1721
1722 * data/glr.c: Modify treatment of unused parameters to permit use
1723 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
1724
3062864d
PE
17252005-05-30 Paul Eggert <eggert@cs.ucla.edu>
1726
1727 Fix infringement on user name space reported by Janos Zoltan Szabo.
1728 * data/yacc.c (yyparse): strlen -> yystrlen.
1729
989b5b8e
AD
17302005-05-30 Akim Demaille <akim@epita.fr>
1731
1732 * data/lalr1.cc (_): New.
1733 Translate the various messages.
1734
bedf57f5
PE
17352005-05-27 Paul Eggert <eggert@cs.ucla.edu>
1736
1737 Fix infringement on user name space reported by Bruno Haible.
1738 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
1739 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
1740 the user's name space.
1741 (alloca): Include <stdlib.h> to get it, if it's not built in.
1742 (YYMALLOC, YYFREE): Define only if needed.
1743 (malloc, free): Declare, but only if needed, as this infringes on
1744 the user name space.
1745
4d1801f1
PE
17462005-05-25 Paul Eggert <eggert@cs.ucla.edu>
1747
1748 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
1749 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
1750 with %d format.
1751 * lib/ebitset.c (min, max): Undef before defining.
1752 * lib/vbitset.c (min, max): Likewise.
1753 * lib/subpipe.c (create_subpipe): Save local variables in case
1754 vfork clobbers them.
1755
17562005-05-24 Bruno Haible <bruno@clisp.org>
1757
1758 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
1759 error message syntax used by gcc-4.0.
1760
b94a9e1e
PE
17612005-05-23 Paul Eggert <eggert@cs.ucla.edu>
1762
85ac3861
PE
1763 * README: Mention m4 1.4.3. Remove obsolete advice about
1764 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
1765
b94a9e1e
PE
1766 * bootstrap: Remove workaround for problem I encountered with
1767 gettext 0.14.1; it seems to be fixed now.
1768
51c30d21
PE
17692005-05-22 Paul Eggert <eggert@cs.ucla.edu>
1770
009ce67d
PE
1771 * NEWS: Version 2.0a.
1772
f2a97c62
PE
1773 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
1774 the previous change.
1775
c8775f93
PE
1776 Various maintainer cleanups.
1777 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
1778 conftest*, for benefit of CVS commands run at the same time as
1779 "configure". Add build-aux, since "bootstrap" now creates it and
1780 its subfiles.
1781 * Makefile.cfg (move_if_change): Remove.
1782 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
1783 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
1784 (po_repo, do-po-update, po-update, wget_files, get-targets):
1785 (config.guess-url_prefix, config.sub-url_prefix):
1786 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1787 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
1788 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
1789 Remove.
1790 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
1791 this is now the recommended name.
1792 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
1793 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
1794 ylwrap. These files now go into build-aux.
1795 * config/move-if-change: Remove.
1796 * config/prev-version.txt: Bump from 1.75 to 2.0.
1797
3ea5f0ec
PE
1798 * bootstrap: Add stdio-safer, unistd-safer modules.
1799 Remove m4/glibc2.m4 (introduced by latest gnulib, but
1800 we don't need it).
1801 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
1802 fopen-safer.c, stdio-safer.h, unistd-safer.h.
1803 * lib/subpipe.c: Include "unistd-safer.h".
1804 (create_subpipe): Make sure all the newly-created
1805 file descriptors are > 2, so that diagnostics don't
1806 get sent down them (which might cause Bison to hang, in theory).
1807 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
1808 * src/files.c (xfopen): Use fopen_safer, not fopen.
1809
51c30d21
PE
1810 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
1811 yesterday's yacc.c fix.
1812
cea1469d
PE
18132005-05-21 Paul Eggert <eggert@cs.ucla.edu>
1814
3ea5f0ec
PE
1815 * data/glr.c, data/lalr1.cc: Update copyright date.
1816
cea1469d
PE
1817 Fix a destructor bug reported by Wolfgang Spraul in
1818 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
1819 * data/yacc.c (yyabortlab): Don't call destructor, and
1820 don't set yychar to EMPTY.
1821 (yyoverflowlab): Don't call destructor.
1822 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
1823 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
1824 since we no longer output the message "discarding lookahead token
1825 end of input ()".
1826
5e6f62f2
PH
18272005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
1828
1829 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
1830 fix a small glitch in debugging output.
1831 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
1832 after YY_SYMBOL_PRINT where needed.
1833
1834 (struct yyGLRState): Add some comments.
1835 (struct yySemanticOption): Add some comments.
1836 (union yyGLRStackItem): Add comment.
1837
1838 (yymergeOptionSets): Correct this to properly perform the union,
1839 avoiding infinite reported by Michael Rosien.
1840 Update comment.
1841
1842 * tests/glr-regression.at: Add test for GLR merging error reported
1843 by M. Rosien.
cea1469d 1844
0fb669f9
PE
18452005-05-13 Paul Eggert <eggert@cs.ucla.edu>
1846
1847 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
1848 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
1849 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
1850 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
1851 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
1852 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
1853 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
1854 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
1855 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
1856 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
1857 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
1858 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
1859 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
1860 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
1861 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
1862 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
1863 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
1864 src/derives.h, src/files.c, src/files.h, src/getargs.c,
1865 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
1866 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
1867 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
1868 src/output.h, src/parse-gram.c, src/parse-gram.h,
1869 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
1870 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
1871 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
1872 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
1873 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
1874 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
1875 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
1876 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
1877 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
1878 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
1879 tests/reduce.at, tests/regression.at, tests/sets.at,
1880 tests/synclines.at, tests/testsuite.at, tests/torture.at:
1881 Update FSF postal mail address.
1882
51f4735e
PE
18832005-05-11 Paul Eggert <eggert@cs.ucla.edu>
1884
1885 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
1886 Problem reported by Ralf Menzel.
1887
80ce3401
PE
18882005-05-01 Paul Eggert <eggert@cs.ucla.edu>
1889
1890 * tests/actions.at: Test that stack overflow invokes destructors.
1891 From Marcus Holland-Moritz.
1892 * data/yacc.c (yyerrlab): Move the code that destroys the stack
1893 from here....
1894 (yyreturn): to here. That way, destructors are called properly
1895 even if the stack overflows, or the user calls YYACCEPT or
1896 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
1897 (yyoverflowlab): Destroy the lookahead.
1898
18992005-04-24 Paul Eggert <eggert@cs.ucla.edu>
1900
1901 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
1902
72f000b0
PE
19032005-04-17 Paul Eggert <eggert@cs.ucla.edu>
1904
1905 * NEWS: Bison-generated C parsers no longer quote literal strings
1906 associated with tokens.
1907 * src/output.c (prepare_symbols): Don't escape strings,
1908 since users don't want to see C escapes.
1909 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
1910 in diagnostics.
c19683bb 1911 * tests/input.at (Torturing the Scanner): Likewise.
72f000b0
PE
1912 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
1913
1094323f
PE
19142005-04-16 Paul Eggert <eggert@cs.ucla.edu>
1915
1916 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
1917 the data size is known to be too small and we can't increase it.
1918 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
1919
ca407bdf
PE
19202005-04-15 Paul Eggert <eggert@cs.ucla.edu>
1921
1922 * src/parse-gram.y: Include quotearg.h.
1923 (string_as_id): Quote $1 before using it as a key, since the
1924 lexer no longer quotes it for us.
1925 (string_content): Don't strip quotes, since lexer no longer
1926 quotes it for us.
1927 * src/scan-gram.l: Include quotearg.h.
1928 ("\""): Omit quote.
1929 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
1930 a key, since the rest of the lexer doesn't quote it.
1931 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
1932 * tests/regression.at (Token definitions): Check for backslashes
1933 in token strings.
1934
1935 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
1936 (YYSIZE_T): Define to unsigned long int when using an older compiler.
1937 (yyparse): Revamp code to generate long syntax error message, to
1938 make it easier to translate, and to avoid problems with arithmetic
1939 overflow. Change "virtual memory" to "memory" in diagnostic, since
1940 we don't know whether the memory is virtual.
1941
1ce59070
PE
19422005-04-13 Paul Eggert <eggert@cs.ucla.edu>
1943
1944 * NEWS: Bison-generated C parsers now use the _ macro to
1945 translate strings.
1946 * data/yacc.c (_) [!defined _]: New macro.
1947 All English strings wrapped inside this macro.
1948 * doc/bison.texinfo (Bison Parser): Document _.
1949 * po/POTFILES.in: Include src/parse-gram.c, since it now
1950 includes translateable strings that parse-gram.y doesn't.
1951
a749a695
PE
19522005-04-12 Paul Eggert <eggert@cs.ucla.edu>
1953
1954 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
1955 reverting the 2004-10-11 change to this function.
1956 (symbol_check_alias_consistency): Don't call symbol_type_set
1957 if the type name is already correct.
1958 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
1959
8fb1053b
PE
19602005-03-25 Paul Eggert <eggert@cs.ucla.edu>
1961
1962 * tests/regression.at (Token definitions): Don't use a token named
1963 c, as that generates a "#define c ..." that runs afoul of buggy
1964 stdlib.h that uses the identifier c as a member of struct
1965 drand48_data. Problem reported by Horst Wente.
1966
ff498c4a
PE
19672005-03-21 Paul Eggert <eggert@cs.ucla.edu>
1968
1969 * bootstrap: Change translation URL from
1970 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
1971 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
1972 redirection glitches. Problem reported by twlevo@xs4all.nl.
1973
65211d70
PE
19742005-03-20 Paul Eggert <eggert@cs.ucla.edu>
1975
1976 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
1977 after operands; POSIX says this isn't portable for the c99 command.
1978
9577fb1f
PE
19792005-03-18 Paul Eggert <eggert@cs.ucla.edu>
1980
1981 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
1982 immediately if a data overrun has occurred; this may help us track
1983 down what may be a spurious failure on MacOS.
1984
78b178f7
PE
19852005-03-17 Paul Eggert <eggert@cs.ucla.edu>
1986
a2599d0f
PE
1987 Respond to problems reported by twlevo@xs4all.nl.
1988
1989 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
1990
78b178f7
PE
1991 * src/vcg.h: Comment fix.
1992 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
1993 (G_CMAX): Change to -1 instead of INT_MAX.
1994
1995 * data/yacc.c (yyparse): Omit spaces before #line.
78b178f7 1996
7296e729
PE
19972005-03-15 Paul Eggert <eggert@cs.ucla.edu>
1998
1999 * src/tables.c (state_number_to_vector_number): Put it inside an
2000 "#if 0", since it's not currently used. Problem reported by
2001 Roland McGrath.
2002
05ac60f3
PE
20032005-03-06 Paul Eggert <eggert@cs.ucla.edu>
2004
2005 * src/output.c (escaped_output): Renamed from
2006 escaped_file_name_output, since we now use it for symbol tags as
2007 well. All uses changed.
2008 (symbol_destructors_output, symbol_printers_output):
2009 Escape symbol tags too.
2010 Problem reported by Matyas Forstner in
2011 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
2012
2013 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
2014 not needed.
2015 * src/output.c (user_actions_output, token_definitions_output,
2016 symbol_destructors_output, symbol_printers_output): Likewise.
2017 * src/reader.c (prologue_augment): Likewise.
2018 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
2019
2020 * src/vcg.c (output_edge): Don't quote linestyle arg.
2021 Problem reported by twlevo@xs4all.nl.
2022
7eb453ac
PE
20232005-02-28 Paul Eggert <eggert@cs.ucla.edu>
2024
2025 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
2026 example, reported by Derek M Jones. Also, make the example even
2027 more outrageous, to better illustrate how bad the problem is.
2028
4c04c52a
PE
20292005-02-24 Paul Eggert <eggert@cs.ucla.edu>
2030
2031 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
2032 putsym. Typo reported by Sebastian Piping.
2033
a61e1620
PE
20342005-02-23 Paul Eggert <eggert@cs.ucla.edu>
2035
2036 * doc/bison.texinfo (Language and Grammar): some -> same
2037 (Epilogue): int he -> in the
2038 Typos reported by Sebastian Piping via Justin Pence.
2039
9ec93868
PE
20402005-02-07 Paul Eggert <eggert@cs.ucla.edu>
2041
2042 * tests/glr-regression.at (Improper handling of embedded actions
2043 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
2044 embedded actions and $-N in GLR parsers", work around an Autoconf bug
2045 with dollar signs in test names.
2046 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
2047 for a similar reason.
2048
73ce7e7e
PE
20492005-01-28 Paul Eggert <eggert@cs.ucla.edu>
2050
2051 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
2052 wants to redefine G_VIEW.
2053
2e72b98e
PE
20542005-01-27 Paul Eggert <eggert@cs.ucla.edu>
2055
2056 * src/vcg.c (get_view_str): Remove case for normal_view.
2057 Problem reported by twlevo@xs4all.nl.
2058
e0d634e5
PE
20592005-01-24 Paul Eggert <eggert@cs.ucla.edu>
2060
ccf830a4
PE
2061 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
2062 Problem reported by twlevo@xs4all.nl.
2063
e0d634e5
PE
2064 * doc/bison.texinfo: Change @dircategory from "GNU programming
2065 tools" to "Software development". Requested by Richard Stallman
2066 via Karl Berry.
2067
7bbc8cb0
PE
20682005-01-23 Paul Eggert <eggert@cs.ucla.edu>
2069
2070 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
2071 Problem reported by twlevo@xs4all.nl.
2072
08b770bc
PE
20732005-01-21 Paul Eggert <eggert@cs.ucla.edu>
2074
2075 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
2076 keyword; it's not needed with modern compilers, and it doesn't
2077 affect correctness with older compilers. Suggested by
2078 twlevo@xs4all.nl.
2079
95f22ad2
PE
20802005-01-17 Paul Eggert <eggert@cs.ucla.edu>
2081
2082 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
2083 gcc -Wswitch-default.
2084 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
2085 * data/yacc.c (yyparse): Likewise.
2086
d229d15c
PE
20872005-01-12 Paul Eggert <eggert@cs.ucla.edu>
2088
2089 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
2090 already. Let config.h define any nonstandard values.
2091
ecadd90f
PE
20922005-01-10 Paul Eggert <eggert@cs.ucla.edu>
2093
2094 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
2095 for the benefit of slower hosts. Problem reported by
2096 Nelson H. F. Beebe.
2097
213744b5
PE
20982005-01-07 Paul Eggert <eggert@cs.ucla.edu>
2099
2100 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
2101 being defined and not used.
2102 * data/lalr1.cc (yyparse): Likewise.
2103 Use "if (false)" rather than "if (0)".
2104
249d3236
PE
21052005-01-05 Paul Eggert <eggert@cs.ucla.edu>
2106
2107 * TODO: Mention that we should allow NUL bytes in tokens.
2108
987cc1fb
PE
21092005-01-02 Paul Eggert <eggert@cs.ucla.edu>
2110
2111 * src/scan-skel.l (<<EOF>>): Don't close standard output.
2112 Problem reported by Hans Aberg.
2113
08fe02d9
PE
21142005-01-01 Paul Eggert <eggert@cs.ucla.edu>
2115
2116 * src/getargs.c (version): Happy new year; update overall
2117 program copyright date from 2004 to 2005.
2118
2119 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
2120 Problem reported by Hans Aberg.
2121 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
2122 (Output file names.): Add a test for the case when standard output
2123 is closed.
2124
010c0266
PE
21252004-12-26 Paul Eggert <eggert@cs.ucla.edu>
2126
2127 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
2128 to fix an oversight in the Bison 2.0 manual.
2129
da12206a
PE
21302004-12-25 Paul Eggert <eggert@cs.ucla.edu>
2131
2132 * NEWS: Version 2.0. Reformat the existing news items since
2133 1.875, so that related items are grouped together.
3a4734aa 2134 * configure.ac (AC_INIT): Bump version to 2.0.
da12206a
PE
2135 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
2136
c935d934
PE
2137 * tests/torture.at (Exploding the Stack Size with Alloca): Set
2138 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
2139 otherwise, we're not testing alloca. Unfortunately there's no
2140 simple way to consult HAVE_ALLOCA here.
2141
da12206a
PE
2142 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
2143 for yymsg, too.
2144
2145 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
2146 hand. This avoids a warning about comparing int to size_t when
2147 GCC warnings are enabled.
2148
0a2c5137
PE
21492004-12-22 Paul Eggert <eggert@cs.ucla.edu>
2150
d7e14fc0
PE
2151 * NEWS: Bison-generated parsers no longer default to using the
2152 alloca function (when available) to extend the parser stack, due
2153 to widespread problems in unchecked stack-overflow detection.
2154 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
2155 responsibility to set it to a positive value. This lets the user
2156 specify a value that is not a preprocessor constant.
2157 * data/yacc.c (YYMAXDEPTH): Likewise.
2158 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
2159 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
2160 to be a compile-time constant. However, explain the constraints on it.
2161 Also, explain the constraints on YYINITDEPTH.
2162 (Table of Symbols): Explain that alloca is no longer the default.
2163 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
2164 to 1.
2165
0a2c5137
PE
2166 * doc/bison.texinfo (Location Default Action): Mention that n must
2167 be zero when k is zero. Suggested by Frank Heckenbach.
2168
e019c247
AD
21692004-12-22 Akim Demaille <akim@epita.fr>
2170
2171 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
2172 (parser::state_type, parser::semantic_type, parser::location_type):
2173 Private, not public.
2174 (parser::parse): Return ints, not bool.
2175 Returning a bool introduces a problem: 0 corresponds to false, and
2176 it seems weird to return false on success. Returning true changes
2177 the conventions for yyparse.
2178 Alternatively we could return void and send an exception.
2179 There is no clear consensus (yet?).
2180 (state_stack, semantic_stack, location_stack): Rename as...
2181 (state_stack_type, semantic_stack_type, location_stack_type): these.
2182 Private, not public.
2183 * tests/c++.at: New.
2184 * tests/testsuite.at, tests/Makefile.am: Adjust.
2185
72731bb7
AD
21862004-12-21 Akim Demaille <akim@epita.fr>
2187
2188 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
2189
9a0d8bec
AD
21902004-12-21 Akim Demaille <akim@epita.fr>
2191
2192 Don't impose std::string for filenames.
2193
2194 * data/lalr1.cc (b4_filename_type): New.
2195 (position::filename): Use it.
2196 (parser.hh): Move the inclusion of stack.hh and location.hh below
2197 the user code, so that needed headers for the filename type can be
2198 included first.
72731bb7
AD
2199 Forward declare them before the user code.
2200 * tests/Makefile.am (check-local, installcheck-local): Pass
2201 TESTSUITEFLAGS to the TESTSUITE.
9a0d8bec 2202
99880de5
AD
22032004-12-20 Akim Demaille <akim@epita.fr>
2204
2205 Use more STL like names: my_class instead of MyClass.
2206
2207 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
2208 (SemanticStack, SemanticType, StateStack, StateType)
2209 (TokenNumberType, Stack, Slice, Traits, Parser::location)
2210 (Parser::value): Rename as...
2211 (location_stack, location_type, rhs_number_type, semantic_stack)
2212 (semantic_type, state_stack, state_type, token_number_type, stack)
2213 (slice, traits, parser::yylloc, parser::yylval): these.
2214
2215 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
2216
9bec482e
PE
22172004-12-19 Paul Eggert <eggert@cs.ucla.edu>
2218
2219 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
2220 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
2221
f6fbd3da
PE
22222004-12-17 Paul Eggert <eggert@cs.ucla.edu>
2223
2224 Remove uses of 'short int' and 'unsigned short int'. This raises
2225 some arbitrary limits. It uses more memory but nowadays that's
2226 not much of an issue.
2227
2228 This change does not affect the generated parsers; that's a different
2229 task, as some users will want to conserve memory there.
2230
2231 Ideally we should use size_t to represent all object counts, and
2232 something like ptrdiff_t to represent signed differences of object
2233 counts; but that will require more code-cleanup than I have the
2234 time to do right now.
2235
2236 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
2237 Use size_t, not int or short int, to count objects.
2238 * src/closure.c (nritemset, closure): Likewise.
2239 * src/closure.h (nritemset, closure): Likewise.
2240 * src/nullable.c (nullable_compute): Likewise.
2241 * src/print.c (print_core): Likewise.
2242 * src/print_graph.c (print_core): Likewise.
2243 * src/state.c (state_compare, state_hash): Likewise.
2244 * src/state.h (struct state): Likewise.
2245 * src/tables.c (default_goto, goto_actions): Likewise.
2246
2247 * src/gram.h (rule_number, rule): Use int, not short int.
2248 * src/output.c (prepare_rules): Likewise.
2249 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
2250 errs, reductions): Likewise.
2251 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
2252 Likewise.
2253 * src/tables.c (vector_number, tally, action_number,
2254 ACTION_NUMBER_MINIMUM): Likewise.
2255 * src/output.c (muscle_insert_short_int_table): Remove.
2256
efeed023
AD
22572004-12-17 Akim Demaille <akim@epita.fr>
2258
2259 * data/lalr1.cc: Extensive Doxygenation.
2260 (error_): Rename as...
2261 (error): this, since it is visible to the user.
2262 Adjust callers.
2263 (Parser::message): Now an automatic variable from...
2264 (Parser::yyreport_syntax_error_): here.
2265 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
2266 Parser::error.
2267 * tests/input.at: Escape $.
2268
bc82c5a5
PE
22692004-12-16 Paul Eggert <eggert@cs.ucla.edu>
2270
2271 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
2272 Parenthesize rhs to avoid obscure problems with mistakes like
2273 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
2274 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
2275 b4_rhs_location): Likewise.
2276 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
2277 b4_rhs_location): Likewise.
2278
fd19f271
AD
22792004-12-16 Akim Demaille <akim@epita.fr>
2280
2281 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
2282 yacc.c: be sure to stay within yycheck_.
2283 * tests/actions.at: Re-enable C++ tests.
2284
10454ea4
AD
22852004-12-16 Akim Demaille <akim@epita.fr>
2286
2287 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
2288 real.
2289
c5b95ccf
AD
22902004-12-16 Akim Demaille <akim@epita.fr>
2291
2292 Use #define to handle the %name-prefix.
2293
2294 * data/glr.c, data/yacc.c: Comment changes.
2295 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
2296 so that one can refer to yylex in the parser file, and have it
2297 renamed, as is the case with other skeletons.
2298
617a8f12
AD
22992004-12-16 Akim Demaille <akim@epita.fr>
2300
2301 Move lalr1.cc internals into yy*.
2302
2303 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
2304 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
2305 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
2306 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
2307 (empty_, final_, terror_, errcode_, ntokens_)
2308 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
2309 (looka_, ilooka_, error_range_, nerrs_):
2310 Rename as...
2311 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
2312 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
2313 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
2314 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
2315 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
2316 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
2317 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
2318 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
2319 these.
2320
1e547e6e
PE
23212004-12-15 Paul Eggert <eggert@cs.ucla.edu>
2322
2323 Fix some problems reported by twlevo at xs4all.
2324 * src/symtab.c (symbol_new): Report an error if the input grammar
2325 contains too many symbols. This is better than calling abort() later.
2326 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
2327 (struct node, struct graph):
2328 Rename member expand to stretch. All uses changed.
2329 (struct graph): Remove member layoutalgorithm. All uses removed.
2330 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
2331 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
2332 All uses changed.
2333 (N_STRETCH): Rename from N_EXPAND. All uses changed.
2334
735d6bd4
AD
23352004-12-15 Akim Demaille <akim@epita.fr>
2336
2337 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
2338 Add more Doxygen comments.
2339 (symprint_, stack_print_, reduce_print_, destruct_, pop)
2340 (report_syntax_error_, translate_): Rename as...
2341 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
2342 (yypop_, yyreport_syntax_error_, yytranslate_): this.
2343
2e1f5829
AD
23442004-12-15 Akim Demaille <akim@epita.fr>
2345
2346 * data/lalr1.cc (lex_): Rename as...
2347 (yylex_): this.
2348 Move the trace here.
2349 Take the %name-prefix into account.
2350 Reported by Alexandre Duret-Lutz.
2351
a3cb6248
AD
23522004-12-15 Akim Demaille <akim@epita.fr>
2353
2354 Simplify the C++ parser constructor.
2355
2356 * data/lalr1.cc (debug_): Rename as...
2357 (yydebug_): so that the parser's internals are always in the yy*
2358 pseudo namespace.
2359 Adjust uses.
2360 (b4_parse_param_decl): Remove the leading comma as it is now only
2361 called as unique argument list.
2362 (Parser::Parser): Remove the constructor accepting a location and
2363 an initial debugging level.
2364 Remove from the other ctor the argument for the debugging level.
2365 (debug_level_type, debug_level, set_debug_level): New.
2366
2367 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
2368 constructor calls.
2369
07fed891
AD
23702004-12-15 Akim Demaille <akim@epita.fr>
2371
2372 Remove b4_root related material: failure experiment
a3cb6248 2373 (which goal was to allow to derive from a class).
07fed891
AD
2374
2375 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
2376 definitions and uses.
2377
e603eaa5
PE
23782004-12-14 Paul Eggert <eggert@cs.ucla.edu>
2379
2380 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
2381 not 2, since it's not portable to subtract 1 from the start of an
2382 array. The new item 0 is never set or used. All uses changed.
2383
2384 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
2385 the default definition of YYLLOC_DEFAULT. Problem reported
2386 by Frank Heckenbach.
2387
fafb007d
PE
23882004-12-12 Paul Eggert <eggert@cs.ucla.edu>
2389
2390 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
2391 the normal case and one for the error case. Just use the
2392 first one uniformly. Problem reported by Frank Heckenbach.
2393 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
2394 use exactly the same macro in both places.
2395 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
2396 so that the normal-case YYRHSLOC works for the error case too.
2397 All uses changed.
2398 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
2399 (YYLLOC_DEFAULT): Use the same macro as glr.c.
2400 * doc/bison.texinfo (Location Default Action): Don't claim that
2401 we have an array of locations. Use the same macro for both glr
2402 and lalr parsers. Mention YYRHSLOC. Mention what happens when
2403 the index is 0.
2404
48814dcd
PE
24052004-12-10 Paul Eggert <eggert@cs.ucla.edu>
2406
a4e1a53b
PE
2407 * HACKING: Update email addresses to send announcements to.
2408
48814dcd
PE
2409 * configure.ac (AC_INIT): Bump version to 1.875f.
2410
337116ba
PE
24112004-12-10 Paul Eggert <eggert@cs.ucla.edu>
2412
2413 * NEWS: Version 1.875e.
2414 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
2415
2416 * src/scan-skel.l: Include "complain.h", for "fatal".
2417
2418 * src/relation.h (relation_print, relation_digraph):
2419 Relation sizes are of type relation_node, not size_t (this is
2420 merely a doc fix, since the two types are equivalent).
2421 (relation_transpose): Relation sizes are of type relation_node,
2422 not int.
2423 * src/relation.c: Likewise.
2424 (top, infinity): Now of type relation_node, not int.
2425 (traverse, relation_transpose): Use relation_node, not int.
2426
2427 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
2428 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
2429 (yyparse): Remove unused local introduced in 2004-10-25 patch.
2430
2431 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
68b082af 2432 specifying whether the test should be skipped. Use it tp
337116ba 2433 specify that the [%defines %skeleton "lalr1.cc"] tests currently
68b082af 2434 fail on some hosts, and should be skipped.
337116ba 2435
da2a7671
PE
24362004-12-08 Paul Eggert <eggert@cs.ucla.edu>
2437
2438 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
2439 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
2440 unless otherwise specified below.
2441
2442 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
2443 to allocate kernel_base, kernel_items, kernel_size, since
2444 they needn't be initialized to 0.
2445 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
2446 * src/closure.c (new_closure): Likewise, for itemset.
2447 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
2448 * src/lalr.c (set_goto_map): Likewise, for temp_map.
2449 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
2450 (build_relations): Likewise for edge, states1, includes.
2451 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
2452 * src/reader.c (packgram): Likewise, for ritem, rules.
2453 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
2454 * src/relation.c (relation_digraph): Likewise for VERTICES.
2455 (relation_transpose): Likewise for new_R, end_R.
2456 * src/symtab.c (symbols_token_translations_init): Likewise for
2457 token_translations.
2458 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
2459 (token_actions): Likewise for yydefact, actrow, conflrow,
2460 conflict_list.
2461 (save_column): Likewise for froms[symno], tos[symno].
2462 (goto_actions): Likewise for state_count.
2463 (pack_table): Likewise for base, pos, check.
2464 (tables_generate): Likewise for width.
2465
2466 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
2467 for initial core. Just have a separate core, so we needn't worry
2468 about whether kernel_size and kernel_base are initialized.
2469
2470 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
2471 kernel_size, kernel_items): Remove unnecessary initialization.
2472 * src/conflicts.c (conflicts): Likewise.
2473 * src/derives.c (derives): Likewise.
2474 * src/muscle_tablc (muscle_insert): Likewise.
2475 * src/relation.c (relation_digraph): Likewise.
2476 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
2477 conflrow, conflict_table, conflict_list, table, check):
2478 Likewise.
2479
2480 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
2481 This is because all callers pass unsigned int.
2482 * src/closure.h (new_closure): Likewise.
2483
2484 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
2485 (build_relations): Initialize includes[i] in all cases.
2486 * src/reader.c (packgram): Always initialize rules[ruleno].prec
2487 and rules[ruleno].precsym. Initialize members in order.
2488 * src/relation.c (relation_transpose): Always initialize new_R[i]
2489 and end_R[i].
2490 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
2491
2492 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
2493 conflict_list[0] was always 0, but now it isn't initialized.
2494
2495 * src/table.c (table_grow): When conflict_table grew, the grown
2496 area wasn't cleared. Fix this.
2497
2498 * lib/.cvsignore: Add strdup.c, strdup.h.
2499 * m4/.cvsignore: Add strdup.m4.
2500
00baeeac
PE
25012004-12-07 Paul Eggert <eggert@cs.ucla.edu>
2502
2503 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
2504 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
2505 GOTO_NUMBER_MAXIMUM, since we occasionally compute
2506 ngotos + 1 without checking for overflow.
2507 (build_relations): Use END_NODE, not -1, to denote end of edges.
2508 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
2509 build_relations): Use goto_number, not int, for goto numbers.
2510 * src/tables.c (save_column, default_goto): Likewise.
2511
be3d9d42
AD
25122004-11-23 Akim Demaille <akim@epita.fr>
2513
2514 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
2515 of #defining from yystype.
2516 Don't typedef yystype, C++ does not need it.
2517 This lets it possible to forward declare it as union.
2518
78e526d5
PE
25192004-11-23 Paul Eggert <eggert@cs.ucla.edu>
2520
2521 * bootstrap (gnulib_modules): Add extensions.
2522 Problem reported by Jim Meyering.
2523
afbb696d
PE
25242004-11-22 Paul Eggert <eggert@cs.ucla.edu>
2525
2526 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
2527 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
2528 src/system.h, src/tables.c: XFREE -> free, to accommodate
2529 recent change to gnulib xalloc.h.
78e526d5 2530 Problem reported by Jim Meyering.
afbb696d 2531
c1f8f16a
AD
25322004-11-17 Akim Demaille <akim@epita.fr>
2533
2534 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
2535
25362004-10-28 Akim Demaille <akim@epita.fr>,
9a1e9989
AD
2537 Alexandre Duret-Lutz <adl@gnu.org>
2538
2539 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
2540 changes.
2541 (YYCDEBUG): Adjust.
2542 Use it instead of cdebug_.
2543 (Parser::debug_stream, Parser::set_debug_stream): New.
2544 (Parser::symprint_): Define cdebug_ for temporary backward
2545 compatibility.
2546 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
2547 debug_stream ().
2548
68e11668
AD
25492004-11-17 Akim Demaille <akim@epita.fr>
2550
2551 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
2552 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
2553 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
2554 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
2555
97cbc73e
PE
25562004-10-27 Paul Eggert <eggert@cs.ucla.edu>
2557
2558 * data/glr.c (yyloc_default): Remove; not used.
2559 Problem reported by Frank Heckenbach.
2560
e342c3be
AD
25612004-10-25 Akim Demaille <akim@epita.fr>
2562
2563 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
2564 Introduce another definition to address simple location arrays.
2565 (yyGLRStack): New member: yyerror_range.
2566 (yyrecoverSyntaxError, yyparse): Update it.
2567 (yyrecoverSyntaxError): Use it when shifting the error token to
2568 have an accurate range, equivalent to the one computed by both
2569 yacc.c and lalr1.cc.
2570 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
2571 that column numbers start at column 0, as per GNU Coding
2572 Standards, the others tests, and the doc.
2573 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
2574 Adjust to the above change (first column is 0).
2575 And adjust the location of the "<error>", now covering the whole
2576 line.
2577
93602feb 25782004-10-22 Akim Demaille <akim@epita.fr>
04098407 2579 and Paul Eggert <eggert@cs.ucla.edu>
93602feb
PE
2580
2581 Remove some arbitrary limits on goto numbers and relations.
2582 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
2583 initial values, since they're never used.
2584 (set_goto_map): ngotos is now unsigned, so test for overflow
2585 by seeing whether it wraps around to zero.
2586 * src/lalr.h (goto_number): Now size_t, not short int.
2587 (GOTO_NUMBER_MAXIMUM): Remove.
2588 * src/relation.c (relation_print, traverse, relation_transpose):
2589 Check for END_NODE rather than looking at sign.
2590 * src/relation.h (END_NODE): New macro.
2591 (relation_node): Now size_t, not short int.
2592
dba08b04
PE
25932004-10-22 Paul Eggert <eggert@cs.ucla.edu>
2594
2595 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
2596 keyword, not an identifier. Problem reported by Baron Schwartz in
2597 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
2598
df09ef2e
AD
25992004-10-11 Akim Demaille <akim@epita.fr>
2600
2601 * src/symtab.c (symbol_check_alias_consistency): Also check
2602 type names, destructors, and printers.
2603 Reported by Alexandre Duret-Lutz.
2604 Recode the handling of associativity and precedence in terms
2605 of symbol_precedence_set.
2606 Accept no redeclaration at all, not even equal to the previous
2607 value.
2608 (redeclaration): New.
2609 Use it to factor redeclaration complaints.
2610 (symbol_make_alias): Don't set the type of the alias, let
2611 symbol_check_alias_consistency do it as for other features.
2612 * src/symtab.h (symbol): Add new member prec_location, and
2613 type_location.
2614 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
2615 * tests/input.at (Incompatible Aliases): New.
2616
146bc99d
PE
26172004-10-09 Paul Eggert <eggert@cs.ucla.edu>
2618
2619 .cvsignore fixes to accommodate gnulib changes,
2620 and the practice of naming build directories "_build".
2621 * .cvsignore: Add "_*". Sort.
2622 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
2623 * m4/.cvsignore: Add "*_gl.m4".
2624
e503aa60
AD
26252004-10-06 Akim Demaille <akim@epita.fr>
2626
2627 * src/parse-gram.y (add_param): Fix the truncation of trailing
2628 spaces.
2629
b4a20338
AD
26302004-10-05 Akim Demaille <akim@epita.fr>
2631
2632 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
2633 whether the reducion was empty or not. This leaves room to
2634 improve the use of YYLLOC_DEFAULT in such a case.
2635 lalr1.cc is still experimental, so changing this is acceptable.
2636 And finally, there are probably not many users who changed the
2637 handling of locations in GLR, so changing is admissible too.
2638
2639 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
2640 empty reduction, set @$ to an empty location ending the previously
2641 stacked symbol.
2642 Adjust uses to make sure the code is triggered on empty
2643 reductions.
2644 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
2645 expected output: empty reductions have empty locations.
2646
f85a5e6f
AD
26472004-09-29 Akim Demaille <akim@epita.fr>
2648
2649 * data/lalr1.cc: Move towards a more standard C++ coding style
2650 for templates: Class < T > -> Class<T>.
2651
b203fc2c
AD
26522004-09-29 Akim Demaille <akim@epita.fr>
2653
2654 * data/lalr1.cc: Reinstall the former ctor, for sake of
2655 compatibility, but warn it will be removed.
2656 Move towards a more standard C++ coding style (i.e., type *var ->
2657 type* var).
2658
5b7e1e73
PE
26592004-09-27 Paul Eggert <eggert@cs.ucla.edu>
2660
3fee967f
PE
2661 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
2662 since it's less likely to work if NULs are involved in the future.
5b7e1e73 2663
0dcca5c2
AD
26642004-09-27 Akim Demaille <akim@epita.fr>
2665
2666 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
2667
6dde1c82
AD
26682004-09-27 Akim Demaille <akim@epita.fr>
2669
2670 * data/lalr1.cc (b4_parse_param_decl_1): New.
b203fc2c 2671 (b4_parse_param_decl): Use it to have different names between attribute
6dde1c82
AD
2672 and argument names.
2673 (b4_cc_constructor_call): Likewise.
2674
b233d555
AD
26752004-09-24 Akim Demaille <akim@epita.fr>
2676
2677 * src/parse-gram.y (add_param): Strip the leading and trailing
2678 blanks from a formal argument declaration.
2679 (YY_LOCATION_PRINT): New.
2680
619404e3
AD
26812004-09-24 Akim Demaille <akim@epita.fr>
2682
2683 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
2684 after the location.
2685
dd8d9022
AD
26862004-09-24 Akim Demaille <akim@epita.fr>
2687
2688 * doc/bison.texinfo (Table of Symbols): Sort.
2689
0092f063
AD
26902004-09-21 Akim Demaille <akim@epita.fr>
2691
2692 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
2693 the useless parentheses.
2694 Suggested by Paul Eggert.
2695
451364ed
AD
26962004-09-20 Akim Demaille <akim@epita.fr>
2697
2698 Let the initial-action act on the look-ahead, and use it for the
2699 "initial push" (corresponding to an hypothetical beginning-of-file).
2700 And let lalr1.cc honor %initial-action.
2701
2702 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
2703 example.
2704 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
2705 (Parser::Parser): Remove the ctor that used to initialize it.
2706 (Parser::parse): Like in the other skeletons, issue the "starting
2707 parse" message before any action.
2708 Honor %initial-action.
2709 Initialize the stacks with the lookahead.
2710 * data/yacc.c: Let $$ and @$ in %initial-action designate the
2711 look-ahead.
2712 Push them in the stacks.
2713 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
2714
18d192f0
AD
27152004-09-20 Akim Demaille <akim@epita.fr>
2716
2717 * doc/bison.texinfo (Initial Action Decl): New.
2718
b8458aa5
AD
27192004-09-20 Akim Demaille <akim@epita.fr>
2720
2721 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
2722 clearer criterion to define it.
2723 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
2724 When reducing on an empty RHS, use the latest stacked location as
2725 location.
2726 yylloc is not always available.
2727 * data/glr.c: Likewise.
2728 Also, honor initial-actions.
2729
3fc16193
AD
27302004-09-20 Akim Demaille <akim@epita.fr>
2731
2732 * data/yacc.c (YY_LOCATION_PRINT): New.
2733 Define when we know YYLTYPE's structure, i.e., when the default
2734 YYLLOC_DEFAULT is used.
2735 * data/c.m4 (b4_yysymprint_generate): Use it.
2736 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
2737 value of the result.
2738 (error_start_): Replace with...
2739 (error_range_): this location array.
2740 This allows to replace code relying on the implementation of
2741 locations by portable code.
2742 * data/yacc.c (yylerrsp): Replace with...
2743 (yyerror_range): this.
2744 Every time a token is popped, update yyerror_range[0], to have an
2745 accurate location for the error token.
2746 * data/glr.c (YY_LOCATION_PRINT): New.
2747 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
2748 deference a pointer.
2749 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
2750 report the location in %printers.
2751
2752 * src/scan-skel.l: Instead of abort, report error messages to ease
2753 understanding skeleton scanning failures.
2754
ecfe33e7
AD
27552004-09-16 Akim Demaille <akim@epita.fr>
2756
2757 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
2758 (iterator, const_iterator): these, to be more in the C++ spirit.
2759 Also, return reverse iterators so that when displaying the stack
2760 we display its bottom first.
2761 (Parser::stack_print_, Parser::reduce_print_): Match the messages
2762 from yacc.c.
2763 We should probably use vector here though.
2764
1576d44d
AD
27652004-09-16 Akim Demaille <akim@epita.fr>
2766
2767 Have more complete shift traces.
2768
2769 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
2770 to report Shifts instead of ad hoc YYDPRINTF invocations,
2771 including for the error token.
2772 * data/lalr1.cc (symprint_): Output the location.
2773 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
2774 output the location within the %printer.
2775 Activate GLR tests, at least to make sure they compile properly.
2776 They still don't pass though.
2777 * tests/calc.at: Adjust expect verbose output, since now "Entering
2778 state..." is on a different line than the "Shifting" message.
2779
9c66f418
AD
27802004-09-08 Akim Demaille <akim@epita.fr>
2781
2782 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
2783 Bison directive from the Bison file to the invocation of this
2784 macro, so that these directives are passed to
2785 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
2786 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
2787 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
2788 the extra Bison directives instead of the whole series.
2789 Change the grammar so that there are recoverable errors, and
2790 unrecoverable errors. Now we can have the parser give up before
2791 consuming the whole input. As a result we now can observe that
2792 the lookahead is freed when needed.
2793 Change the parser source to parse argv[1] instead of a hard coded
2794 string.
2795 Simplify yylex, and give a value and location to EOF.
2796 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
2797 passed directives already coded in the file.
2798 Add some tests to check the location of "error".
2799 For some tests, the C++ parser is correct, and not yacc.c.
2800 For other tests, they provide different, but unsatisfying, values,
2801 so keep the C++ value so that at least one parser is "correct"
2802 according to the test suite.
2803 (Actions after errors): Remove, this is subsumed by the
2804 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
2805
52d5733f
AD
28062004-09-06 Akim Demaille <akim@epita.fr>
2807
2808 * data/lalr1.cc: Adjust the indentation of the labels.
04098407 2809 (Parser::pop): New.
52d5733f
AD
2810 Use it.
2811
a0e68930
AD
28122004-09-06 Akim Demaille <akim@epita.fr>
2813
2814 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
2815 argument, an informative message.
2816 Call YY_SYMBOL_PRINT.
2817 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
2818 * data/lalr1.cc (destruct_): Likewise.
2819 In addition, no longer depend on b4_yysymprint_generate and
2820 b4_yydestruct_generate to generate these functions, do it "by
2821 hand".
2822
e757bb10
AD
28232004-09-03 Akim Demaille <akim@epita.fr>
2824
2825 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
2826 invoked, yydestruct the lookahead.
2827 * tests/calc.at (Calculator $1): Update the expected lengths of
2828 traces: there is an added line for the discarded lookahead.
2829 * doc/bison.texinfo (Destructor Decl): Some rewording.
2830 Define "discarded" symbols.
2831
0fe1f06d
AD
28322004-09-02 Akim Demaille <akim@epita.fr>
2833
2834 * data/lalr1.cc (translate_, destruct_): No reason to be static.
2835
284acc8b
AD
28362004-09-02 Akim Demaille <akim@epita.fr>
2837
2838 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
2839 (YYDSYMPRINTF): Rename as...
2840 (YY_SYMBOL_PRINT): this.
2841 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
2842 two.
2843 Use it instead of direct symprint_ calls.
2844 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
2845 one.
2846
a5eb1ed2
AD
28472004-09-02 Akim Demaille <akim@epita.fr>
2848
b7c72fe1
AD
2849 * data/lalr1.cc (b4_yysymprint_generate): New.
2850 (symprint_): New member function, defined when YYDEBUG.
2851 Use it consistently instead of token/nterm debugging output by
2852 hand.
a5eb1ed2
AD
2853 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
2854 %printer calls to use cdebug_ when using lalr1.cc.
2855
417141dd
AD
28562004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
2857
2858 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
2859 with #ifdef YYDEBUG.
2860
2fa09258
AD
28612004-08-26 Akim Demaille <akim@epita.fr>
2862
2863 * doc/bison.texinfo (Implementing Loops): Rename as...
2864 (Implementing Gotos/Loops): this.
2865
9378b508
PE
28662004-08-13 Paul Eggert <eggert@cs.ucla.edu>
2867
2868 Adjust to latest gnulib.
2869 * bootstrap (gnulib_modules): Add xalloc-die.
2870 Set LC_ALL=C so that file names sort consistently.
2871 Prefer the gnulib copies of gettext.m4, glibc21.m4,
2872 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
2873 uintmax_t.m4, ulonglong.m4.
2874 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
2875 po.m4 since we are now using _gl.m4 instead.
2876
87a8ad5c
PE
28772004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
2878
2879 * src/scan-action.l: Remove. Scanning of semantic actions is
2880 handled in scan-gram.l.
2881
dca81a78
PE
28822004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
2883
2884 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
2885
2886 * src/location.h (struct): The file member is a uniqstr.
2887 (equal_boundaries): Use UNIQSTR_EQ for comparison.
2888
c9cbf7c5
PE
28892004-07-22 Paul Eggert <eggert@cs.ucla.edu>
2890
2891 Fix bug with non-%union parsers that have printers or destructors,
2892 which led to a Bison core dump. Reported by Peter Fales in
2893 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
2fa09258 2894
c9cbf7c5
PE
2895 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
2896 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
2897 not to our own type.
2898 * src/output.c (symbol_destructors_output, symbol_printers_output):
2899 Don't assume %union.
2900 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
2901 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
2902 UNION-FLAG. All callers changed.
2903 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
2904 Use type char, not unsigned int, when declaring an array of char;
2905 this lets us remove a cast.
2906 (Printers and Destructors): Add non-%union test cases.
2907
fa7e68c3
PE
29082004-06-21 Paul Eggert <eggert@cs.ucla.edu>
2909
2910 * doc/bison.texinfo: Minor editorial changes, mostly to the new
2911 GLR writeups. E.g., avoid frenchspacing and the future tense,
2912 change "lookahead" to "look-ahead", and change "wrt" to "with
2913 respect to".
2fa09258 2914
fa7e68c3
PE
29152004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
2916
2917 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
2918 New sections, split off from the GLR Parsers section. Put the new
2919 Simple GLR Parser near the start of the GLR section, for clarity.
2920 Rewrite connective text.
2921
99a9344e
PE
29222004-06-21 Frank Heckenbach <frank@g-n-u.de>
2923
2924 * doc/bison.texinfo (Simple GLR Parsers): New section.
2925
8dd162d3
PE
29262004-06-21 Paul Eggert <eggert@cs.ucla.edu>
2927
2928 * NEWS, TODO, doc/bison.texinfo:
2929 Use "look-ahead" instead of "lookahead", to be consistent.
2930 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
2931 while we're fixing "look-ahead".
2932 * src/conflicts.c (shift_set): Renamed from shiftset.
2933 (look_ahead_set): Renamed from lookaheadset.
2934 * src/print.c: Likewise.
2935 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
2936 name for "lookahead".
2937 (report_types, usage): Likewise.
2938 * src/getargs.h (report_look_ahead_tokens): Renamed from
2939 report_lookaheads.
2940 * src/lalr.c (compute_look_ahead_tokens): Renamed from
2941 compute_lookaheads.
2942 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
2943 (look_ahead_tokens_print): Renamed from lookaheads_print.
2944 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
2945 state_rule_lookaheads_print.
2946 * src/state.h: Likewise.
2947 (reductions.look_ahead_tokens): Renamed from lookaheads.
2948 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
2949 AT_DATA_LOOKAHEADS_GRAMMAR.
2950
57a90331
PE
29512004-06-03 Paul Eggert <eggert@cs.ucla.edu>
2952
2953 * README: Update location of patched M4 distribution.
2954
8ed3234a
PE
29552004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
2956
2957 Don't assume the C++ compiler takes the same arguments as the C compiler
2958 (trivial change).
2959 * configure.ac (O0CXXFLAGS): New var.
2960 * tests/atlocal.in (CXXFLAGS): Use it.
2961
07971983
PE
29622004-05-29 Paul Eggert <eggert@cs.ucla.edu>
2963
2964 Fix some "make check" problems with C++ reported by
2965 Albert Chin-A-Young for Tru64 C++ in this thread:
2966 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
2967
2968 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
2969 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
2970 Output to a .cc file for C++, not to a .c file.
2971 * tests/calc.at (AT_CHECK_CALC): Likewise.
2972 * tests/regression.at (AT_CHECK_DANCER): Likewise.
2973 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
2974
29058652
PE
29752004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
2976
2977 * tests/calc.at, tests/actions.at: Workaround for SGI
2978 C++ compiler. (trivial change)
2979
62cb8a99
PE
29802004-05-27 Paul Eggert <eggert@cs.ucla.edu>
2981
fd418816
PE
2982 Spent a few hours checking out which prerequisite versions the
2983 current sources actually require. I went all the way back to
2984 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
2985 a seemingly endless set of combinations of versions more recent
2986 than that. The bottom line is that the current sources require
2987 fairly recent versions of the build tools, and it'll be some work
2988 to change this.
2989 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
2990 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
2991 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
2992 Add comments explaining why those particular versions are
2993 currently needed.
2fa09258 2994
62cb8a99
PE
2995 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
2996 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
161a71f3 2997 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
62cb8a99
PE
2998
2999 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
3000 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
3001
caa52c10
PE
30022004-05-26 Paul Eggert <eggert@cs.ucla.edu>
3003
3004 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
3005 0.11.5. Suggested by Bruno Haible.
3006 * bootstrap: Remove gettext version checking.
3007
3008 * doc/bison.texinfo (Decl Summary): Also mention that %union
3009 can depend on prerequisite types. Problem reported by Tim
3010 Van Holder.
3011
4bfd5e4e
PE
30122004-05-25 Paul Eggert <eggert@cs.ucla.edu>
3013
2cef3017
PE
3014 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
3015 * README-alpha: Don't tell people not to package this.
3016
b9c85d5c
PE
3017 * bootstrap: Don't assume $(...) works; use `...` instead.
3018 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
3019 gettext better.
3020
4bfd5e4e
PE
3021 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
3022 put into the -d output file, and mention what to do if YYSTYPE is
3023 defined as a macro.
3024
6a36ff94
PE
30252004-05-24 Paul Eggert <eggert@cs.ucla.edu>
3026
6712933e
PE
3027 Undo change made earlier today: it caused autopoint to not bring
3028 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
3029 autopoint's.
3030
3031 * bootstrap: Check that gettext version matches what's in
3032 configure.ac. Warn users to ignore robots.txt ERROR 404.
3033 * bootstrap: Undo today's earlier change (logged below).
3034 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
b9c85d5c 3035
6a36ff94
PE
3036 The gettext version checking is causing more trouble than it's
3037 curing; remove it. Problem reported by Paul Hilfinger.
3038
3039 * bootstrap: Issue a warning that one can expect a message
3040 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
3041 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
3042
209ea708
PE
30432004-05-23 Paul Eggert <eggert@cs.ucla.edu>
3044
3045 Ensure that the C++ compiler used for testing actually works on a
3046 simple test program; if not, skip the C++-related tests. Problem
3047 reported by Vin Shelton in:
161a71f3 3048 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
209ea708
PE
3049
3050 * m4/cxx.m4: New file.
3051 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
3052 * tests/atlocal.in (BISON_CXX_WORKS): Add.
3053 * tests/local.at (AT_COMPILE_CXX): Use it.
3054
41ca2549
PE
30552004-05-21 Paul Eggert <eggert@cs.ucla.edu>
3056
383e69dc
PE
3057 * data/glr.c (yylloc): Output this macro even if locations are not
3058 being generated, as the GLR parser needs it even in that case.
3059 Problem reported by Troy A. Johnson
3060 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
3061
41ca2549
PE
3062 * configure.ac (AC_INIT): Update to 1.875e.
3063
e476c87d
PE
30642004-05-21 Paul Eggert <eggert@cs.ucla.edu>
3065
3066 * NEWS: Version 1.875d.
3067 * configure.ac (AC_INIT): Likewise.
3068 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
3069
3070 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
3071 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
3072 lalr1.cc runs afoul of the first, and the last two are no longer
3073 supported by GCC 3.4.0.
3074 * README: Mention GNU m4 1.4 or later; mention m4 patches.
3075 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
3076
233a88ad
PE
30772004-05-06 Paul Eggert <eggert@cs.ucla.edu>
3078
3079 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
3080 unsigned int, for compatibility with latest gnulib hash module.
3081 * src/state.c (state_hash, state_hasher): Likewise.
3082 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
3083 * src/uniqstr.c (hash_uniqstr): Likewise.
e476c87d 3084
12ffdd28
PE
30852004-05-03 Paul Eggert <eggert@cs.ucla.edu>
3086
3087 * NEWS: Unescaped newlines are no longer allowed in char & strings.
3088
3089 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
3090 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
3091 character and string literals.
3092 (unexpected_end): New function.
3093 (unexpected_eof): Use it.
3094 (unexpected_newline): New function.
3095 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
3096 actions.
e476c87d 3097
12ffdd28
PE
3098 * NEWS: Document %expect-rr.
3099
3100 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
3101 Fix typo by replacing $1 with $option.
3102 Remove more 'intl'-related files.
9668e2be 3103 Don't DEFUN AM_INTL_SUBDIR twice.
12ffdd28
PE
3104
3105 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
3106 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
3107 strtoul.c.
3108 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
3109 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
3110 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
3111 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
3112 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
3113 * src/.cvsignore: Add *.output.
3114
3115 * src/parse-gram.y: Put copyright notice inside %{ %} so it
3116 gets copied to the output file.
e476c87d 3117
1f65350a
PE
31182004-04-28 Paul Eggert <eggert@twinsun.com>
3119
3120 Get files from the gnulib and po repositories, instead of relying
3121 on them being in our CVS. Upgrade to latest versions of gnulib
3122 and Automake.
3123
3124 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
3125 * bootstrap: Bootstrap from gnulib and po repositories.
3126 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
3127 * README-cvs: Document these changes. Remove version numbers from
3128 mentions of build tools, since they change so often. Mention Flex.
3129
3130 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
3131 (gl_USE_SYSTEM_EXTENSIONS): Add.
12ffdd28
PE
3132 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
3133 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
1f65350a 3134 does this for us.
12ffdd28
PE
3135 (AC_ISC_POSIX): Remove; we no longer support this
3136 ancient OS, as it gets in the way of latest Autoconf & gnulib.
1f65350a
PE
3137 (AC_HEADER_STDC): Remove: we now assume C89 or better.
3138 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
3139 Do not check for C89 headers, except for locale.h which is used
3140 by the Yacc library and must port to K&R hosts.
3141 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
3142 Do not check for C89 functions, except for setlocale which is
3143 used by the Yacc library.
3144 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
3145 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
3146 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
3147 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
3148 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
3149 AM_GNU_GETTEXT): Remove; now done by:
3150 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
3151 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
3152 for us.
3153
3154 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
3155 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
3156 Define to empty, as gnulib.mk will do the rest for us.
3157 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
3158 for us.
3159 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
3160 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
3161
3162 * src/files.c: Include gnulib's xstrndup.h.
3163
3164 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
3165 (REALLOC): Use xnrealloc, for likewise.
3166 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
3167 (strnlen, memrchr): Remove decls; functions no longer used.
3168 Include <stpcpy.h>.
3169
3170 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
3171 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
3172 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
3173 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
3174 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
3175 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
3176 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
3177 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
3178 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
3179 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
3180 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
3181 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
3182 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
3183 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
3184 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
3185 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
3186 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
3187 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
3188 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
3189 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
3190 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
3191 Remove, as these files are now generated automatically
3192 by bootstrap or automake.
3193
3194 * po/ChangeLog: Remove: all but one entry was a duplicate
3195 of this file, and I moved that 2000-11-02 entry here.
3196
3197 * config/.cvsignore: Add Makefile, depcomp, install-sh.
3198 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
3199 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
3200 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
3201 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
3202 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
3203 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
3204 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
3205 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
3206 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
3207 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
3208 xstrndup.h.
3209 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
3210 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
3211 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
3212 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
3213 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
3214 * src/.cvsignore: Remove *_.c.
3215
3216
3217 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
3218 support it. (The latest stable gzip doesn't.)
3219
32202004-04-27 Paul Eggert <eggert@twinsun.com>
3221
3222 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
3223 case, as stos_ is now used by destructors due to the 2004-02-09
3224 change.
3225
3226 Remove more K&R C support.
3227 * lib/libiberty.y (PARAMS): Remove. All uses removed.
3228 * lib/subpipe.c (errno): Remove decl.
3229 Include <stdlib.h> unconditionally.
3230 (EXIT_FAILURE): Remove macro.
3231 * src/complain.c (vfprintf, strerror): Remove.
3232 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
3233 unconditionally.
3234 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
3235 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
3236 (strchr, strspn, memchr): Remove decls.
3237 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
3238 unconditionally. Do not declare perror.
3239 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
3240 unconditionally.
3241
3242 * src/complain.c (_): Remove useless defn, as system.h defines this.
3243
3244 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
3245 with latest obstack.h.
3246 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
3247 to procedure types, as obstack.h now does that for us.
3248 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
3249
3250 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
3251 so that this include file can stand alone.
3252 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
3253 does this now. Include subpipe.h first after config.h, to
3254 test whether it can stand alone.
3255
3256 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
3257 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
3258 unused declaration.
3259
3260 * tests/synclines.at (%union synch line): Put a dummy member in
3261 the union, because empty unions aren't allowed in C. Caught
3262 by GCC 3.4.0.
3263
4f16766c
PE
32642004-04-13 Jim Meyering <jim@meyering.net>
3265
3266 * src/conflicts.c (conflicts_print): Correct format string typo:
3267 use `%%' to produce literal `%'. (trivial change)
3268
779e7ceb
PE
32692004-03-30 Paul Eggert <eggert@twinsun.com>
3270
3271 * src/getargs.c (version): Update copyright year to 2004.
3272
3273 * data/c.m4 (b4_int_type): Use 'short int' rather than
3274 'short', and similarly for 'long', 'unsigned', etc.
3275 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
3276 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
3277 yy_yypstack, yydumpstack): Likewise.
3278 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
3279 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
3280 Likewise.
3281 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
3282 yy_stack_print, yyparse): Likewise.
3283 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
3284 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
3285 * lib/bitset.c (bitset_print): Likewise.
3286 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
3287 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
3288 * lib/bitsetv.c (bitsetv_dump): Likewise.
3289 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
3290 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
3291 Likewise.
3292 * src/LR0.c (allocate_itemsets): Likewise.
3293 * src/gram.h (rule_number, rule): Likewise.
3294 * src/lalr.h (goto_number): Likewise.
3295 * src/nullable.c (nullable_compute): Likewise.
3296 * src/output.c (prepare_rules): Likewise.
3297 * src/relation.c (relation_print, relation_digraph): Likewise.
3298 * src/relation.h (relation_node): Likewise.
3299 * src/state.h (state_number, transitions, errs, reductions,
3300 struct state): Likewise.
3301 * src/symtab.h (symbol_number, struct symbol): Likewise.
3302 * src/tables.c (vector_number, tally, action_number,
3303 default_goto, goto_actions): Likewise.
3304 * tests/existing.at (GNU Cim Grammar): Likewise.
3305 * tests/regression.at (Web2c Actions): Likewise.
3306
3307 * src/output.c (muscle_insert_short_int_table): Renamed from
3308 muscle_insert_short_table. All uses changed.
3309
d6328241
PH
33102004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
3311
3312 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
3313 (declaration): Replace expected_conflicts with expected_sr_conflicts.
3314 Add %expect-rr rule.
4f16766c 3315
d6328241
PH
3316 * src/scan-gram.l: Recognize %expect-rr.
3317
4f16766c 3318 * src/conflicts.h (expected_sr_conflicts): Rename from
d6328241 3319 expected_conflicts.
4f16766c 3320 (expected_rr_conflicts): Declare.
d6328241
PH
3321
3322 * src/conflicts.c (expected_sr_conflicts): Rename from
3323 expected_conflicts.
3324 (expected_rr_conflicts): Define.
3325 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
3326 for GLR parsers.
3327 Use expected_sr_conflicts in place of expected_conflicts.
3328 Warn if expected_rr_conflicts used in non-GLR parser.
4f16766c 3329
d6328241 3330 * doc/bison.texinfo: Add documentation for %expect-rr.
4f16766c 3331
1452af69
PE
33322004-03-08 Paul Eggert <eggert@gnu.org>
3333
3334 Add support for hex token numbers. Suggested by Odd Arild Olsen in
161a71f3 3335 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
1452af69
PE
3336
3337 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
3338 in lalr1.cc.
3339 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
3340 * src/scan-gram.l (scan_integer): New function.
3341 ({int}): Use it.
3342 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
3343 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
3344 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
3345 Say "long int", not "long", for uniformity with GNU style.
3346
006d217d
PE
33472004-02-25 Paul Eggert <eggert@twinsun.com>
3348
3349 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
3350 compilers. This fixes a problem with Intel's C++ compiler being
3351 chatty, reported by Guido Trentalancia in
161a71f3 3352 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
006d217d 3353
c2729758
ADL
33542004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
3355
3356 Support %destructor and merge error locations in lalr1.cc.
3357
3358 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
3359 (Parser::stos_): Define unconditionally.
3360 (Parser::destruct_): New method. Generate its body with
3361 b4_yydestruct_generate.
3362 (Parser::error_start_): New attribute.
3363 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
3364 token which are discarded.
3365 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
3366 error_start_ when erroneous token are discarded.
3367 (Parser::parse) <yyerrlab1>: Compute the location of the error
3368 token so that it covers all the discarded tokens.
3369 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
3370 it can be called with `%skeleton "lalr1.cc"', and do that.
3371
dd0e0635
PE
33722004-02-02 Paul Eggert <eggert@twinsun.com>
3373
3374 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
3375 $(top_srcdir)/lib and ../lib. This fixes a bug reported
3376 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
3377 There's no need to mention top_builddir since Automake does that
3378 for us.
3379 (INCLUDES): Remove, as Automake says it's obsolescent.
3380 Contents migrated into AM_CPPFLAGS as described above.
3381 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
3382
33832004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
3384
3385 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
3386 (yyreportSyntaxError): Handle case where lookahead token is
3387 YYEMPTY.
3388
be16239b
PH
33892004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3390
3391 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
3392 resulting parsers are compilable with C++.
3393
5fa90832
PE
33942003-12-23 Paul Eggert <eggert@twinsun.com>
3395
3396 * config/depcomp, config/install-sh: Sync with Automake 1.8.
3397 * src/output.c (output_skeleton): Rename local var.
3398 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
3399 Bison tokens, as this runs afoul of the 2003-10-07 change that
3400 disallowed NUL bytes in character constants or string literals.
3401
3402 * tests/local.at: Require Autoconf 2.59's Autotest.
3403 * tests/testsuite.at: Don't include local.at, since we now assume
3404 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
3405 including it.
3406 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
3407 multiple inclusion warnings.
dd0e0635 3408
b165c324
AD
34092003-12-02 Akim Demaille <akim@epita.fr>
3410
3411 * doc/bison.texinfo (How Can I Reset the Parser): More about start
3412 conditions.
3413 From Bruno Haible.
3414
26e06a21
ADL
34152003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
3416
3417 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
3418
92ac3705
PE
34192003-10-07 Paul Eggert <eggert@twinsun.com>
3420
6a5ecb38
PE
3421 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
3422 if testsuite doesn't exist.
3423
92ac3705
PE
3424 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
3425 literals, unfortunately.
3426 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
3427 Complain about NUL bytes in character constants or string literals.
3428
91d2c560
PE
34292003-10-05 Paul Eggert <eggert@twinsun.com>
3430
3431 * NEWS: Don't document %no-default-prec, as it's still
3432 too experimental.
3433 * doc/bison.texinfo: Document %no-default-prec only if
3434 the defaultprec flag is set. Normally it's not.
3435
0cc3da3a
PE
34362003-10-04 Paul Eggert <eggert@twinsun.com>
3437
3438 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
3439 non-modifiable lvalue, instead of a modifiable one.
3440 * doc/bison.texinfo (Actions): Document that $$ can
3441 be assigned to. Do not claim that $$ and $N are
3442 array element references: user code should not rely on this.
3443
22fccf95
PE
34442003-10-01 Paul Eggert <eggert@twinsun.com>
3445
3446 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
3447 (grammar_declaration): Use it.
3448 * src/scan-gram.l: New token %no-default-prec.
3449 * tests/conflicts.at: Revamp tests to use %no-default-prec.
3450 * NEWS, doc/bison.texinfo: Document the above.
3451
fc8f2965
AD
34522003-10-01 Akim Demaille <akim@epita.fr>
3453
3454 VCG no longer supports long_straight_phase.
3455
3456 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
3457 * src/print_graph.c (print_graph): Adjust.
3458
39a06c25
PE
34592003-09-30 Frank Heckenbach <frank@g-n-u.de>
3460 and Paul Eggert <eggert@twinsun.com>
3461
3462 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
3463 Table of Symbols): Document %default-prec.
3464 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
3465 (grammar_declaration): Set default_prec on %default-prec.
3466 * src/scan-gram.l (%default-prec): New token.
3467 * src/reader.h (default_prec): New flag.
3468 * src/reader.c: Likewise.
3469 (packgram): Handle it.
3470 * tests/conflicts.at (%default-prec without %prec,
3471 %default-prec with %prec, %default-prec 1): New tests.
fc8f2965 3472
39a06c25
PE
34732003-09-30 Paul Eggert <eggert@twinsun.com>
3474
3475 * tests/testsuite.at: Include local.at, not input.at, fixing
3476 a typo in the 2003-08-25 patch.
3477
62b6aef9
AD
34782003-08-27 Akim Demaille <akim@epita.fr>
3479
3480 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
3481 GCC warnings.
3482
89e1cc61
AD
34832003-08-26 Akim Demaille <akim@epita.fr>
3484
3485 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
3486 "<\#" to avoid magic from Gnus when posting parts of this script.
3487
a08460b0
AD
34882003-08-26 Akim Demaille <akim@epita.fr>
3489
3490 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
3491 (Parser::parse): here.
3492 Adjust: nerrs and errstatus is now replaced by...
3493 (Parser::nerrs_, Parser::errstatus_): New.
3494
603f1cfd
AD
34952003-08-25 Akim Demaille <akim@epita.fr>
3496
3497 * config/announce-gen, Makefile.cfg: New.
3498 * Makefile.am: Adjust.
3499 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
3500 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
3501
cd3684cf
AD
35022003-08-25 Akim Demaille <akim@epita.fr>
3503
3504 When reducing initial empty rules, Bison parser read an initial
3505 location that is not defined. This results in garbage, and that
3506 affects Bison's own parser. Therefore we need (i) to extend Bison
3507 to support a means to initialize this location, and (ii) to use
3508 this CVS Bison to fix CVS Bison's parser.
3509
3510 * src/reader.h, reader.c (epilogue_augment): Remove, replace
3511 with...
3512 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
3513 * src/parse-gram.y: Adjust.
3514 (%initial-action): New.
3515 (%error-verbose): Since we require CVS Bison, there is no reason
3516 not to use it.
3517 * src/scan-gram.l: Adjust.
3518 * src/Makefile.am (YACC): New, to make sure we use our own parser.
3519 * data/yacc.c (yyparse): Use b4_initial_action.
3520
4e03e201
AD
35212003-08-25 Akim Demaille <akim@epita.fr>
3522
3523 * doc/bison.texinfo: Don't promote stdout for error messages.
3524
8c182d05
AD
35252003-08-25 Akim Demaille <akim@epita.fr>
3526
3527 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
3528 From Alexandre Duret-Lutz.
3529
6a60c4cf
PE
35302003-08-25 Akim Demaille <akim@epita.fr>
3531
3532 Version 1.875c.
3533
25f66e1a
AD
35342003-08-25 Akim Demaille <akim@epita.fr>
3535
3536 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
3537 Use them.
3538
5348bfbe
AD
35392003-08-25 Akim Demaille <akim@epita.fr>
3540
3541 * data/lalr1.cc (Parser::reduce_print_): New.
3542 Use it.
3543
47301314
AD
35442003-08-25 Akim Demaille <akim@epita.fr>
3545
3546 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
3547 error recovery loops. This patch is based on
161a71f3 3548 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
47301314
AD
3549 Also, augment the similarity between lalr1.cc and yacc.c.
3550 Note: the locations of error recovery rules are not correct yet.
3551
3552 * data/lalr1.cc: Comment changes to augment the similarity between
3553 lalr1.cc and yacc.c.
3554 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
3555 (yyerrlab1): Remove, but where it used to be (now the bottom part of
3556 yyerrlab), when hitting EOF, pop the whole stack here instead of
3557 merely falling thru the default error handling mechanism.
3558 (yyerrorlab): New label, with the old contents of YYERROR,
3559 plus the following change: pop the stack of rhs corresponding
3560 to the production that invoked YYERROR. That is how Yacc
3561 behaves (required by POSIX).
3562 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
3563 fail.
3564
1f7a61ff
AD
35652003-08-25 Akim Demaille <akim@epita.fr>
3566
3567 Tune local.at so that people can "autom4te -l autotest calc.at -o
3568 calc" for instance, to extract a sub test suite.
3569
3570 * tests/testsuite.at: Move the initialization, Autotest version
3571 requirement, and AT_TESTED invocation into...
3572 * tests/local.at: here.
3573 * tests/testsuite.at: Include it for compatibility with Autoconf
3574 2.57.
3575 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
3576 be ignore.
3577
327b5b56
PE
35782003-08-04 Paul Eggert <eggert@twinsun.com>
3579
3580 Rework code slightly to avoid gcc -Wtraditional warnings.
3581 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
3582 The returned value is now stored in *YY0. All callers changed.
3583 * src/output.c (merge_output): Adjust to the above change.
3584
0051e3ed
PE
35852003-07-26 Paul Eggert <eggert@twinsun.com>
3586
3587 * data/glr.c (YYASSERT): New macro.
3588 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
3589 yyresolveStates, yyprocessOneStack):
3590 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
3591 Derived from a suggestion by Frank Heckenbach.
1f7a61ff 3592
137437c6
PE
35932003-07-25 Paul Eggert <eggert@twinsun.com>
3594
5b620e06
PE
3595 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
3596 for portability to K&R C (after ansi2knr, presumably). See
161a71f3 3597 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
5b620e06
PE
3598 by Frank Heckenbach, though I have omitted the structure-initialization
3599 part of his glr-knr.diff patch since I recall that the Portable
3600 C Compiler didn't require that change.
3601
137437c6
PE
3602 Let the user specify how to allocate and free memory.
3603 Derived from a suggestion by Frank Heckenbach in
161a71f3 3604 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
137437c6
PE
3605 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
3606 All uses of free, malloc, realloc changed to use these macros,
3607 and unnecessary casts removed.
3608 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
3609
ddb85ca5
PE
36102003-07-06 Matthias Mann <MatthiasMann@gmx.de>
3611
3612 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
3613 use s.empty() rather than s == "" to test for empty string; see
161a71f3 3614 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
ddb85ca5
PE
3615 (trivial change)
3616
39910e09
AD
36172003-06-25 Akim Demaille <akim@epita.fr>
3618
3619 * config/depcomp, config/install-sh: Update from masters.
3620
0ae99356
PE
36212003-06-20 Paul Eggert <eggert@twinsun.com>
3622
3623 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
3624 and return properly parenthesized result.
3625 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
3626 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
3627 Remove unnecessary parentheses from uses.
3628 * doc/bison.texinfo (Location Default Action): Describe the
3629 conventions for parentheses.
3630
cd05d13c
PE
36312003-06-19 Paul Eggert <eggert@twinsun.com>
3632
81fd08ca
PE
3633 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
3634 yyreportTree): Do not assume that size_t is the same width as int,
3635 when printing sizes. Print sizes using an unsigned format.
3636 Problem reported by Frank Heckenbach in
161a71f3 3637 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
4dcf140b 3638
cd05d13c
PE
3639 Port to Forte Developer 7 C compiler.
3640 * data/glr.c (struct YYLTYPE): If locations are not being used,
3641 declare a single dummy member, as empty structs do not conform
3642 to the C standard.
3643 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
3644 the Forte Developer 7 C compiler complains that end-of-loop
3645 code is not reached.
3646
4dcf140b
PE
36472003-06-17 Paul Eggert <eggert@twinsun.com>
3648
3649 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
3650 avoid warnings from picky compilers about redefinition of PARAMS.
3651
8dd76bee
PE
36522003-06-17 Paul Eggert <eggert@twinsun.com>
3653
3654 Version 1.875b.
3655
3656 * NEWS: Document 1.875b.
3657
3658 * lib/bbitset.h: Do not include config.h; that's the includer's job.
3659 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
3660 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
3661 Don't use 'index' in comments, as it's a builtin fn on some hosts.
3662 * lib/bitset_stats.c: Include gettext.h unconditionally, as
3663 per recent gettext manual's suggestion.
3664 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
3665 Use prototypes, not old-style definitions.
3666 * lib/lbitset.c (lbitset_unused_clear): Likewise.
3667 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
3668 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
3669 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
3670 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
3671 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
3672 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
3673 vbitset_or_and_cmp, vbitset_copy): Likewise.
3674
3675 * lib/libiberty.h: Do not include config.h; that's the includer's job.
3676 Do not include <stdlib.h>.
3677 (PARAMS): Define unconditionally for C89.
3678 (ATTRIBUTE_NORETURN): Remove.
3679 (ATTRIBUTE_UNUSED): Define unconditionally.
3680
3681 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
161a71f3 3682 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
8dd76bee
PE
3683 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
3684 * lib/vbitset.c, lib/vbitset.h: New files.
3685 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
3686 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
3687 from libbitset.
3688
3689 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
3690 `How Can I Reset @code{yyparse}', since texinfo does not allow
3691 arbitrary @ in node names.
3692
3693 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
3694 shouldn't be needed according to the gettext 0.12.1 documentation
3695 but which seem to be needed anyway: codeset.m4 glibc21.m4
f8e8262e 3696 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
8dd76bee 3697 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
f8e8262e 3698 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
cd05d13c 3699
8dd76bee
PE
3700 * lib/.cvsignore: Add stdbool.h.
3701 * m4/.cvsignore: Add nls.m4, po.m4.
3702
3703 Upgrade to CVS gnulib.
3704 * stdbool_.h: File renamed from stdbool.h.in.
3705 * configure.ac (AM_STDBOOL_H): Invoke this instead of
3706 AC_HEADER_STDBOOL.
3707 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
3708 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
3709 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
3710 (MOSTLYCLEANFILES): New var.
3711 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
3712 (stdbool.h): New rule.
3713 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
3714 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
3715 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
3716 m4/quote.m4: Upgrade to today's gnulib.
3717
3718 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
3719 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
3720 the tests right now.
3721 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
3722 yyerror are declared before use; C99 requires this.
3723
25005f6a
PH
37242003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3725
3726 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
3727 first.
3728 (yyrecoverSyntaxError): Correct the logic for setting and testing
3729 yyerrState.
3730 Correct comment on handling EOF.
3731 Allow states with only a default reduction, rather than failing
8dd76bee 3732 (I can't quite reconstruct why these were not allowed before).
25005f6a 3733
137437c6 3734 Fixes to avoid problem that $-N rules in GLR parsers can cause
25005f6a 3735 buffer overruns, corrupting state.
8dd76bee
PE
3736
3737 * src/output.c (prepare_rules): Output max_left_semantic_context
25005f6a
PH
3738 definition.
3739 * src/reader.h (max_left_semantic_context): New variable declaration.
3740 * src/scan-gram.l (max_left_semantic_context): Define.
3741 (handle_action_dollar): Update max_left_semantic_context.
3742 * data/glr.c (YYMAXLEFT): New definition.
3743 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
3744 (yyresolveAction): Ditto.
3745
3746 Fixes to problems with location handling in GLR parsers reported by
3747 Frank Heckenbach (2003/06/05).
3748
3749 * data/glr.c (YYLTYPE): Make trivial if locations not used.
3750 (YYRHSLOC): Add parentheses, and define only if locations used.
3751 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
3752 locations not used.
3753 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
3754 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
8dd76bee 3755
25005f6a
PH
3756 * tests/cxx-type.at: Exercise location information; update tests
3757 to differentiate output with and without locations.
8dd76bee 3758 Remove forward declarations of yylex and yyerror---caused errors
25005f6a
PH
3759 because default YYLTYPE not yet defined.
3760 Change semantic actions to compute strings, rather than printing
3761 them directly (to test proper passing of semantics values). Change
3762 output to prefix notation and update test data and expected results.
3763 (yylex): Track locations.
3764 (stmtMerge): Return value rather than printing, and include arguments
3765 in value.
8dd76bee 3766
711f40b7
PE
37672003-06-03 Paul Eggert <eggert@twinsun.com>
3768
3769 Avoid warnings generated by GCC 2.95.4 when Bison is
3770 configured with --enable-gcc-warnings.
3771 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
3772 yy::]b4_parser_class_name[::translate_,
3773 yy::Stack::operator[] (unsigned),
3774 yy::Stack::operator[] (unsigned) const,
3775 yy::Slice::operator[] (unsigned),
3776 yy::Slice::operator[] (unsigned) const):
3777 Rename local vars to avoid warnings.
3778 * tests/glr-regression.at (Improper handling of embedded actions
3779 and $-N in GLR parsers): Remove unused local variable from yylex.
3780 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
3781 (void) as arg when not pure, since we now assume C89 when building
3782 Bison. Pacify GCC by using parameter.
3783
ac695f7d
PE
37842003-06-02 Paul Eggert <eggert@twinsun.com>
3785
3786 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
3787 yy::Location::lines, yy::Location::columns): Rename arguments
3788 to avoid shadowing; this removes a warning generated by GCC 3.3.
3789
26ec81e0
PE
37902003-06-01 Paul Eggert <eggert@twinsun.com>
3791
3792 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
3793 to g++, as GCC 3.3 complains if you do it.
3794 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
3795 everything that WARNING_CFLAGS has, except omit warnings
3796 not suitable for C++.
3797 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
3798 * tests/atlocal.in (CXXFLAGS): New var.
3799 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
3800
3801 Fix a GLR parser bug I reported in February; see
161a71f3 3802 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
26ec81e0
PE
3803 The problem was that GLR parsers did not conform to the C standard,
3804 because actions like { $1 = $2 + $3; } expanded to expressions
3805 that invoked YYFILL in separate subexpressions, and YYFILL assigned
3806 to a local variable. The C standard says that expressions
3807 like (var = f ()) + (var = f ()) have undefined behavior.
3808 Another problem was that GCC sometimes issues warnings that
3809 yyfill and its parameters are unused.
3810
3811 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
3812 as possibly unused.
3813 (yyfill): New function.
3814 (YYFILL): Use it.
3815 (yyuserAction): Change type of yynormal to bool, so that it matches
3816 the new yyfill signature. Mark it as possibly unused.
3817
3818
3819 Follow up on a bug I reported in February, where a Bison-generated
3820 parser can loop. Provide a test case and a fix for yacc.c. I
3821 don't have a fix for lalr1.cc or for glr.c, unfortunately.
3822 The original bug report is in:
161a71f3 3823 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
26ec81e0
PE
3824
3825 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
3826 macro's size was becoming unwieldy.
3827 (yyerrlab): Do not discard an empty lookahead symbol, as this
3828 might destroy garbage.
3829 (yyerrorlab): New label, with the old contents of YYERROR,
3830 plus the following change: pop the stack of rhs corresponding
3831 to the production that invoked YYERROR. That is how Yacc
3832 behaves, and POSIX requires this behavior.
3833 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
3834 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
3835 Define 'alarm' to do nothing if unistd.h is not available.
3836 Add a new rule "exp: '-' error;" to test the above change to
3837 data/yacc.c. Use 'alarm' to abort any test taking longer than
3838 10 seconds, as it's probably looping.
3839 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
3840 Also, the new yacc.c generates two fewer diagnostics for an
3841 existing test.
3842
d0829076
PE
38432003-05-24 Paul Eggert <eggert@twinsun.com>
3844
c6ae27df
PE
3845 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
3846 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
3847 This fixes a problem reported by John Bowman when the Compaq/HP
3848 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
3849 -ansi -Wall -gall).
3850 * data/yacc.c (union yyalloc): Likewise.
3851 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
26ec81e0 3852
d0829076
PE
3853 Switch from 'int' to 'bool' where that makes sense.
3854
3855 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
3856 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
3857 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
3858 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
3859 Return or accept bool, not int. All callers changed.
3860 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
3861 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
3862 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
3863 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
3864 bitset_or_and_cmp_): Likewise.
3865 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
3866 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
3867 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
3868 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
3869 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
3870 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
3871 bitset_stats_or_and_cmp): Likewise.
3872 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
3873 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
3874 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
3875 ebitset_xor_cmp): Likewise.
3876 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
3877 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
3878 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
3879 lbitset_xor_cmp): Likewise.
3880 * lib/bbitset.h: Include <stdbool.h>.
3881 (struct bitset_vtable): The following members now return bool, not
3882 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
3883 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
3884 or_and_cmp).
3885 * src/conflicts.c (count_rr_conflicts): Likewise.
3886 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
3887 All uses changed.
3888 * lib/ebitset.c (ebitset_obstack_init): Likewise.
3889 * lib/lbitset.c (lbitset_obstack_init): Likewise.
3890 * src/getargs.c (debug_flag, defines_flag, locations_flag,
3891 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
3892 graph_flag): Likewise.
3893 * src/getargs.h (debug_flag, defines_flag, locations_flag,
3894 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
3895 graph_flag): Likewise.
3896 * src/output.c (error_verbose): Likewise.
3897 * src/output.h (error_verbose): Likewise.
3898 * src/reader.c (start_flag, typed): Likewise.
3899 * src/reader.h (typed): Likewise.
3900 * src/getargs.c (LOCATIONS_OPTION): New constant.
3901 (long_options, getargs): Use it.
3902 * src/lalr.c (build_relations): Use bool, not int.
3903 * src/nullable.c (nullable_compute): Likewise.
3904 * src/print.c (print_reductions): Likewise.
3905 * src/tables.c (action_row, pack_vector): Likewise.
3906 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
3907 * src/output.c (prepare): Use it.
3908 * src/output.c (token_definitions_output,
3909 symbol_destructors_output, symbol_destructors_output): Use string,
3910 not boolean integer, to keep track of whether to output separator.
3911 * src/print_graph.c (print_core): Likewise.
3912 * src/state.c (state_rule_lookaheads_print): Likewise.
3913
3914 * config/install-sh: Sync from automake 1.7.5.
3915
6b2584b7
PE
39162003-05-14 Paul Eggert <eggert@twinsun.com>
3917
3918 * src/parse-gram.y (rules_or_grammar_declaration): Require a
3919 semicolon after a grammar declaration, in the interest of possible
3920 future changes to the Bison input language.
3921 Do not allow a stray semicolon at the start of the grammar.
3922 (rhses.1): Allow one or more semicolons after any rule, including
3923 just before "|" as required by POSIX.
3924 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
3925 grammar.
3926
caf37a36
ADL
39272003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
3928
3929 %parse-param support for lalr1.cc.
3930
3931 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
3932 b4_cc_constructor_calls, b4_cc_constructor_call,
3933 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
3934 definitions.
3935 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
3936 parse-param arguments.
3937 (yy::b4_parser_class_name): Declare instance variables to
3938 hold parse-param arguments.
3939 * tests/calc.at: s/value/semantic_value/ because value clashes
3940 with a member of yy::b4_parser_class_name. Adjust C++ code
3941 to handle %parse-param. Enable %parse-param test in C++.
3942
3ab37077
PE
39432003-05-12 Paul Eggert <eggert@twinsun.com>
3944
3945 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
3946 English a bit. Fix fclose typo. Change "const char" to "char
3947 const", and use ANSI C rather than K&R for "main". Suggest
3948 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
3949 and suggest yy_switch_to_buffer.
3950
39512003-05-05 Paul Eggert <eggert@twinsun.com>
163ab321
PE
3952
3953 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
3954 C89. This avoids a diagnostic on compilers that define __STDC__
3955 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
161a71f3 3956 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
163ab321 3957
e743727f
PE
39582003-05-03 Paul Eggert <eggert@twinsun.com>
3959
3960 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
3961 Do not overrun array bounds.
3962 This should fix a bug reported today by Olatunji Oluwabukunmi in
161a71f3 3963 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
e743727f 3964
916708d5
AD
39652003-04-29 Akim Demaille <akim@epita.fr>
3966
3967 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
3968 * src/getargs.c, src/getargs.h: here, as bool, not int.
3969 (nondeterministic_parser): New.
3970 * src/parse-gram.y, src/scan-gram.l: Support
3971 %nondeterministic-parser.
3972 * src/output.c (prepare): Use nondeterministic_parser instead
3973 of glr_parser where appropriate.
3974 * src/tables.c (conflict_row, action_row, save_row)
3975 (token_actions, token_actions, pack_vector): Ditto.
3976
a06ea4aa
AD
39772003-04-29 Akim Demaille <akim@epita.fr>
3978
3979 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
3980
211074ca
AD
39812003-04-29 Akim Demaille <akim@epita.fr>
3982
3983 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
3984 with %pure-parser and %locations to exercise the patch from Yakov
3985 Markovitch below.
3986
6175ffe3
PE
39872003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
3988
3989 * data/yacc.c: (b4_lex_param): Corrected for the case where
3990 %lex-param is provided and %pure-parser isn't.
3991
b1e95857
PE
39922003-04-27 Paul Eggert <eggert@twinsun.com>
3993
3994 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
161a71f3 3995 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
b1e95857
PE
3996 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
3997 if it is not defined.
3998 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
3999
acda9df6
PE
40002003-04-26 Paul Eggert <eggert@twinsun.com>
4001
3470c57b
PE
4002 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
4003 Declare to be of type suitable for the ninf value itself, not of
4004 type suitable for the corresponding table, since the latter might
4005 be unsigned but the ninf value might be negative. This fixes a
4006 bug reported by Alexandre Duret-Lutz in
161a71f3 4007 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
3470c57b 4008
acda9df6
PE
4009 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
4010 invokes it. We shouldn't invoke it twice because it will attempt
4011 to put error.o in the archive twice. This fixes a glitch reported
4012 by Martin Mokrejs in
161a71f3 4013 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
acda9df6 4014
b5250f26
PE
40152003-04-21 Paul Eggert <eggert@twinsun.com>
4016
4017 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
4018 to gnulib.
4019
089ac0f1
PE
40202003-04-21 Yakov Markovitch <Markovitch@iso.ru>
4021
4022 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
4023 Fix obvious typo that results in uncompilable GLR parsers
4024 when both %pure-parser and %locations are used. (trivial change)
4025
5ededac6
PE
40262003-04-17 Paul Eggert <eggert@twinsun.com>
4027
1b8f2fff
PE
4028 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
4029 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
4030 Do not insert the expected token via unput, as this runs afoul
4031 of a POSIX-compatibility bug in flex 2.5.31.
4032 All uses changed to BEGIN the parent state,
4033 since we no longer insert the expected token via unput.
4034 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
4035 that is no longer emitted after the above change.
4036
5ededac6
PE
4037 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
4038 the first one. This change is from Paul Hilfinger, and it fixes
4039 regression reported by Werner Lemberg in
161a71f3 4040 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
5ededac6
PE
4041
4042 (resolve_sr_conflict): Don't invoke state_errs_set
4043 unless one or more tokens have been explicitly made errors.
4044 Otherwise, the above change causes Bison to abort.
4045
4046 * tests/existing.at (GNU pic Grammar): New test case, taken from
4047 Lemberg's email.
4048
b8be9132
AD
40492003-03-31 Akim Demaille <akim@epita.fr>
4050
4051 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
4052
d423d460
AD
40532003-03-31 Akim Demaille <akim@epita.fr>
4054
4055 * src/output.c (prepare_symbols): Avoid trailing spaces in the
4056 output.
4057
c7e441b4
AD
40582003-03-31 Akim Demaille <akim@epita.fr>
4059
4060 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
4061 From Paul Hilfinger.
4062
231897ad
AD
40632003-03-29 Akim Demaille <akim@epita.fr>
4064
4065 * m4/error.m4: Do not put under dynamic conditions some code which
4066 expansion is under static control.
4067
5b066063
AD
40682003-03-29 Akim Demaille <akim@epita.fr>
4069
4070 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
4071
22a74fec
AD
40722003-03-29 Akim Demaille <akim@epita.fr>
4073
4074 * doc/bison.texinfo (Strings are Destroyed): New.
4075
0eee27e7
PE
40762003-03-13 Paul Eggert <eggert@twinsun.com>
4077
4078 * .cvsignore: Add configure.lineno.
4079 * src/.cvsignore: Add yacc.
4080 * tests/.cvsignore: Add testsuite.log.
4081 * doc/fdl.texi: Sync with latest FSF version.
4082
f61aad93
PE
40832003-03-12 Paul Eggert <eggert@twinsun.com>
4084
537636c7
PE
4085 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
4086 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
4087 cursor, instead of leaving it undefined. This fixes a bug
4088 reported by Tim Van Holder in
161a71f3 4089 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
537636c7
PE
4090 * tests/input.at (Torturing the Scanner): Test the scanner on
4091 an empty input file, which was Tim Van Holder's test case.
4092
4093 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
4094 <sys/resource.h> can be included, include sys/time.h and
4095 sys/times.h first, if available. This works around the SunOS
4096 4.1.4 porting bug reported by Bruce Becker in
161a71f3 4097 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
537636c7
PE
4098
4099 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
4100 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
4101 AC_HEADER_SYS_WAIT.
4102
f61aad93
PE
4103 Merge changes from gnulib. This was prompted because the CVS
4104 snapshot didn't build on Solaris 7 due to strnlen problems.
4105
4106 These changes need to be merged back into gnulib:
4107 * lib/hash.c: Include <stdbool.h> unconditionally.
4108 * m4/onceonly.m4 (m4_quote): New macro.
4109 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
4110 Quote AC_FOREACH variable-expansions properly.
4111 The 2003-01-03 obstack.h change also needs merging.
4112 {end of changes requiring merging}
5b066063 4113
f61aad93
PE
4114 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
4115 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
4116 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
4117 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
4118 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
4119 New files, imported from gnulib.
4120 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
4121 above.
4122
4123 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
4124 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
4125 gnulib sources.
4126
4127 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
4128 Add.
4129 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
4130 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
4131 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
4132 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
4133 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
4134 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
4135 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
4136 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
4137 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
4138 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
4139 (jm_PREREQ_ARGMATCH): Remove.
4140 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
4141 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
4142
4143 * src/system.h: Include <stdbool.h> unconditionally.
4144
4145 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
4146 assuming at least C89 in the bitset code for some time now.
4147
d2ffe116
AD
41482003-03-03 Akim Demaille <akim@epita.fr>
4149
4150 * ro.po: New.
4151
052826fd
AD
41522003-03-02 Akim Demaille <akim@epita.fr>
4153
4154 * doc/bison.texinfo (Table of Symbols): Reactivate the
4155 documentation for %lex-param, and %parse-param.
4156
c4749565
AD
41572003-03-02 Akim Demaille <akim@epita.fr>
4158
4159 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
4160 generate verbose error messages.
4161 Use the number of tokens as an upper bound in yytname, as it
4162 cannot be a non terminal.
4163
d5286af1
AD
41642003-03-02 Akim Demaille <akim@epita.fr>
4165
4166 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
4167 message.
4168
22e304a6
AD
41692003-03-02 Akim Demaille <akim@epita.fr>
4170
22e304a6
AD
4171 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
4172 Use them to exercise yycheck overrun.
4173 Based on Andrew Suffield's grammar.
4174
67a25fed
AD
41752003-03-02 Akim Demaille <akim@epita.fr>
4176
4177 Create tests/local.at for Bison generic testing macros.
4178
4179 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
4180 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
4181 This new file.
4182 * tests/calc.at (AT_CHECK_CALC): Adjust.
4183 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
4184 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
4185 * tests/local.at: here.
4186 (AT_COMPILE_CXX): Tags the tests using it as c++.
4187 Ignore the test if CXX is not functional.
4188
9c2b381f
PE
41892003-03-01 Paul Eggert <eggert@twinsun.com>
4190
4191 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
4192 not loc->end, since loc->end might contain garbage and this leads
4193 to undefined behavior on some platforms.
4194 (id_loc, token_start): Use (IF_LINTed) initial values that do not
4195 depend on *loc, so that the reader doesn't give the the false
4196 impression that *loc is initialized.
4197 (<INITIAL>"%%"): Do not bother setting code_start, since its value
4198 does not survive the return.
4199
0433ba88
AD
42002003-03-01 Akim Demaille <akim@epita.fr>
4201
4202 * src/scan-gram.l (code_start): Always initialize it when entering
4203 into yylex, as SC_EPILOGUE is activated *before* the corresponding
4204 yylex invocation. An alternative would be making it static, but
4205 then it starts with the second %%'s beginning, instead of its end.
4206
b305ea69
PE
42072003-02-28 Paul Eggert <eggert@twinsun.com>
4208
4209 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
4210 around a UnixWare 7.1.1 porting bug reported by John Hughes in
161a71f3 4211 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
b305ea69 4212
c3d25e01
PE
42132003-02-26 Paul Eggert <eggert@twinsun.com>
4214
4215 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
4216 Remove Sequent/Pyramid discussion (nobody uses them any more).
4217 Merge VMS and MS-DOS discussion; these ports may well be dead
4218 but let's keep mentioning them for now. Put <> around email
4219 addresses. Add copyright notice.
4220
c267ffbc
PE
42212003-02-24 Paul Eggert <eggert@twinsun.com>
4222
4223 * data/glr.c (yy_reduce_print): yylineno -> yylno,
4224 to avoid collision with flex use of yylineno.
4225 Problem reported by Bruce Lilly in
161a71f3 4226 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
c267ffbc
PE
4227 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
4228 * data/yacc.c (yy_reduce_print): Likewise.
4229
4230 * config/depcomp: Sync with Automake 1.7.3.
4231
f939fc12
AD
42322003-02-21 Akim Demaille <akim@epita.fr>
4233
4234 * data/lalr1.cc: Use temporary variables instead of casts to
4235 change integer types.
4236 Suggested by Paul Eggert.
4237
95923bd6
AD
42382003-02-21 Akim Demaille <akim@epita.fr>
4239
4240 * doc/bison.texinfo: Use "location" consistently to refer to @n,
4241 to avoid confusions with lalr1.cc's notion of Position.
4242 Suggested by Paul Eggert.
4243
2cdc240e
AD
42442003-02-20 Akim Demaille <akim@epita.fr>
4245
4246 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
4247 before initial_columns.
4248 (location.hh): Use consistent variable names when defining the
4249 operator<<.
4250 Use "last" so that we subtract from Positions, not from unsigned.
4251
5d003116
AD
42522003-02-20 Akim Demaille <akim@epita.fr>
4253
4254 * data/lalr1.cc (position.hh): New subfile, including the extended
4255 and Doxygen'ed documentation of class Position.
4256 (location.hh): Use it.
4257 Document a` la Doxygen.
ba1ecc07 4258 With the help of Benoit Perrot.
5d003116 4259
d02b25f9
AD
42602003-02-20 Akim Demaille <akim@epita.fr>
4261
4262 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
4263 AT_YACC_IF.
4264 Redefine AT_YYERROR_SEES_LOC_IF using it.
4265 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
4266 not defined.
4267 Don't use the location in yy::Parser::error_ and
4268 yy::Parser::print_ when not %locations.
4269 Activate more lalr1.cc tests.
4270
0d1c3a04
AD
42712003-02-19 Akim Demaille <akim@epita.fr>
4272
4273 * data/lalr1.cc: When displaying a line number, be sure to make it
4274 an int.
4275
60a777aa
AD
42762003-02-19 Akim Demaille <akim@epita.fr>
4277
4278 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
4279 Remove, useless.
4280 (YYABORT, YYACCEPT, YYERROR): New.
4281 * tests/calc.at: Renable the lalr1.cc test.
4282
0b86fc41
AD
42832003-02-19 Akim Demaille <akim@epita.fr>
4284
4285 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
4286 error recovery, mixing with/without pops and discarding of the
4287 lookahead.
4288 Exercise YYERROR.
4289 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
4290
da99a5dc
PE
42912003-02-17 Paul Eggert <eggert@twinsun.com>
4292
4293 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
4294 * tests/testsuite.at (AT_COMPILE): Use them.
4295 This fixes the testsuite problem reported by Robert Lentz in
161a71f3 4296 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
da99a5dc 4297
93b8c255
PE
42982003-02-12 Paul Eggert <eggert@twinsun.com>
4299
4300 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
4301 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
161a71f3 4302 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
93b8c255
PE
4303 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
4304 Check for malloc failure, for consistency with yacc.c.
4305 (yytname_size): Remove, for consistency with yacc.c.
4306
4307 The bug still remains in data/lalr1.cc, as I didn't have time
4308 to fix it there.
4309
7548fed2
AD
43102003-02-06 Akim Demaille <akim@epita.fr>
4311
4312 * configure.ac (GXX): Rename as...
4313 (CXX): this, to keep the original Autoconf semantics.
4314 Require 2.57.
4315 * data/lalr1.cc: Fix b4_copyright invocations.
4316 If YYDEBUG is not defined, don't depend upon name_ being defined.
4317 (location.hh): Include string and iostream.
4318 (Position::filename): New member.
4319 (Position::Position ()): New.
4320 (operator<< (Position)): New.
4321 (operator- (Position, int)): New.
4322 (Location::first, Location::last): Rename as...
4323 (Location::begin, Location::end): these, to mock the conventional
4324 iterator names.
4325 (operator<< (Location)): New.
4326 * tests/atlocal.in (CXX): New.
4327 * tests/testsuite.at (AT_COMPILE_CXX): New.
4328 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
4329 locations in a more synthetic way.
4330 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
4331 lalr1.cc is used.
4332 Adjust the C locations to match those from Emacs: first column is
4333 column 0.
4334 Change all the expected results.
4335 Conform to the GCS: simplify the locations when applicable.
4336 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
4337 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
4338 these CPP macros with the m4 macros new defined by...
4339 (AT_CHECK_PUSHDEFS): this, i.e.:
4340 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
d02b25f9 4341 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
7548fed2
AD
4342 New macros.
4343 (AT_CHECK_POPDEFS): Undefine them.
4344 (AT_CHECK_CALC_LALR1_CC): New.
4345 Use it for the first lalr1.cc test.
4346
43a176ef
AD
43472003-02-04 Akim Demaille <akim@epita.fr>
4348
4349 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
4350 Location as is defined.
4351
fc049e9c
AD
43522003-02-04 Akim Demaille <akim@epita.fr>
4353
4354 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
4355 name_ being defined.
4356
a737b216
PE
43572003-02-03 Paul Eggert <eggert@twinsun.com>
4358
4359 * src/gram.h (start_symbol): Remove unused decl.
4360
4361 Use more-consistent naming conventions for local vars.
4362
4363 * src/derives.c (derives_compute): Change type of local var from
4364 int to rule_number.
4365 * src/gram.c (grammar_rules_partial_print): Likewise.
4366 * src/print.c (print_core): Likewise.
4367 * src/reduce.c (reduce_grammar_tables): Likewise.
4368
4369 * src/gram.c (grammar_dump): Change name of item_number *
4370 local var from r to rp.
4371 * src/nullable.c (nullable_compute): Likewise.
4372
4373 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
4374
4375 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
4376 for symbol or symbol_number var.
4377 * src/reader.c (grammar_start_symbol_set): Likewise.
4378 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
4379 Likewise.
4380 * src/state.c (transitions_to): Likewise.
4381 * src/state.h: Likewise.
4382 * src/tables.c (symbol_number_to_vector_number): Likewise.
4383
4384 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
4385 char * var.
4386
4387 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
4388 var.
4389
4390 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
4391 var.
4392
4393 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
4394 Use str, not s, for char * var. Use ch, not c, for character var.
4395 Use size for size var.
4396
4397 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
4398 char * var.
4399 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
4400 uniqstr var.
4401 * src/uniqstr.h: Likewise.
4402
4403 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
4404 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
4405 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
4406 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
4407 param to have same name as that of enum, so that we don't use
4408 "s" to stand for a non-state.
4409
68e93ad5
AD
44102003-02-02 Akim Demaille <akim@epita.fr>
4411
4412 * src/scan-skel.l: Scan more than one inert character per yylex
4413 invocation.
4414
92898986
PE
44152003-02-01 Paul Eggert <eggert@twinsun.com>
4416
4417 Version 1.875a.
4418
1d9d5d71
PE
4419 * po/LINGUAS: Add ms.
4420
0435d061
AD
44212003-01-30 Akim Demaille <akim@epita.fr>
4422
4423 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
4424
6029a57f
PH
44252003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4426
4427 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
4428 of $1.
0435d061
AD
4429
4430 Changes in response to error report by S. Eken: GLR mode does not
6029a57f 4431 handle negative $ indices or $ indices in embedded rules correctly.
161a71f3 4432 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
0435d061 4433
6029a57f
PH
4434 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
4435 (b4_rhs_location): Ditto.
0435d061 4436 (yyfill): New function to copy from stack tree into array
6029a57f 4437 incrementally.
0435d061
AD
4438 (yyuserAction): Modify to allow incremental move of semantic values
4439 to rhs array when in GLR mode.
4440 Define YYFILL to use in user-defined actions to fill semantic array
6029a57f
PH
4441 as needed.
4442 Remove dummy use of yystack, as there is now a guaranteed use.
4443 (yydoAction): Modify to allow incremental move of semantic values
4444 to rhs array when in GLR mode.
4445 (yyresolveAction): Ditto.
4446 (yyglrShiftDefer): Update comment.
0435d061 4447 (yyresolveStates): Use X == NULL for pointers, not !X.
6029a57f
PH
4448 (yyglrReduce): Ditto.
4449 (yydoAction): Ditto
0435d061 4450
6029a57f
PH
4451 * tests/glr-regr1.at: Rename to ...
4452 * tests/glr-regression.at: Add new regression test for the problems
4453 described above (adapted from S. Eken).
4454 Update copyright notice.
4455 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
4456 * tests/Makefile.am: Ditto.
4457
6cee6297
PE
44582003-01-28 Paul Eggert <eggert@twinsun.com>
4459
4460 * data/lalr1.cc: Do not use @output_header_name@ unless
4461 b4_defines_flag is set. This fixes two bugs reported by
4462 Tim Van Holder in
161a71f3
PE
4463 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
4464 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
6cee6297 4465
b2a836b5
PE
44662003-01-21 Paul Eggert <eggert@twinsun.com>
4467
4468 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
4469 we don't need to worry about yyerrlab1 being reported as an
4470 "unused label" by non-GCC C compilers. The downside is that if
4471 locations are used then a couple of statements are duplicated each
4472 time YYERROR is invoked, but the upside is that the warnings
4473 should vanish.
4474 (yyerrlab1): Move code to YERROR.
4475 (yyerrlab2): Remove. Change uses back to yyerrlab1.
4476 This reverts some of the 2002-12-27 change.
4477
4196b931
PE
44782003-01-17 Paul Eggert <eggert@twinsun.com>
4479
4480 * src/output.c (symbol_printers_output): Fix typo that led
4481 to core dump. Problem reported by Antonio Rus in
161a71f3 4482 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
4196b931 4483
3ae831b4
AD
44842003-01-13 Akim Demaille <akim@epita.fr>,
4485 Quoc Peyrot <chojin@lrde.epita.fr>,
4486 Robert Anisko <anisko_r@lrde.epita.fr>
4487
4488 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
4489 when the stacks contain one element, as the loop would otherwise
4490 free the last state, and then use the top state (the one we just
4491 popped). This means that the initial elements will not be freed
4492 explicitly, as is the case in yacc.c; it is not a problem, as
4493 these elements have fake values.
4494
e3aa65c5
PE
44952003-01-11 Paul Eggert <eggert@twinsun.com>
4496
4497 * NEWS: %expect-violations are now just warnings, reverting
4498 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
4499 bootstrapping problem reported by Matthias Klose; see
161a71f3 4500 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
e3aa65c5
PE
4501 * src/conflicts.c (conflicts_print): Likewise.
4502 * tests/conflicts.at (%expect not enough, %expect too much,
4503 %expect with reduce conflicts): Likewise.
4504 * doc/bison.texinfo (Expect Decl): Document this. Also mention
4505 that the warning is enabled if the number of conflicts changes
4506 (not necessarily increases).
4507
4508 * src/getargs.c (version): Update copyright year.
4509
f0057011
AD
45102003-01-09 Akim Demaille <akim@epita.fr>
4511
4512 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
4513
1ee6d2a0
PE
45142003-01-08 Paul Eggert <eggert@twinsun.com>
4515
4516 * Makefile.maint (WGETFLAGS):
4517 New macro, containing "-C off" to disable proxy caches.
4518 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
4519 (rel-check): Use $(WGET) instead of wget.
4520
d4fd77c4
PE
45212003-01-06 Paul Eggert <eggert@twinsun.com>
4522
4523 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
4524 the GLR paper of Scott, Johnstone and Hussain.
4525
464c6927
PE
45262003-01-04 Paul Eggert <eggert@twinsun.com>
4527
d600ee67
PE
4528 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
4529 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
4530 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
4531 (EXTRA_LIBRARIES): New var, for liby.a.
4532 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
4533 (EXTRA_SCRIPTS): New var, for yacc.
4534
464c6927
PE
4535 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
4536 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
4537 Problem reported by Nelson H. F. Beebe.
4538
45392003-01-03 Paul Eggert <eggert@twinsun.com>
4540
4541 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
4542 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
4543 when compiling Bison 1.875's `bitset bset = obstack_alloc
4544 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
4545
4546 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
4547 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
4548 grow to a huge size with typical invocation.
d600ee67 4549
464c6927
PE
4550 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
4551 Use the pattern recommended by Autoconf 2.57, except also protect
4552 against double-definition.
4553 * src/system.h: Likewise.
4554 Portability issues reported by Nelson H. F. Beebe.
d600ee67 4555
464c6927
PE
4556 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
4557 All uses changed. Provide a definition in both C and C++.
4558 (yytrue, yyfalse): Define even if defined (__cplusplus).
4559
4560 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
4561 Reported by Nelson H. F. Beebe.
d600ee67 4562
464c6927
PE
4563 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
4564
0f42c7d5
PE
45652003-01-02 Paul Eggert <eggert@twinsun.com>
4566
4567 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
4568 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
4569 Bug reported by Nelson H. F. Beebe.
4570
dc546b0f
PE
45712003-01-01 Paul Eggert <eggert@twinsun.com>
4572
4573 * Version 1.875.
4574
2c09b6a7
PE
45752002-12-30 Paul Eggert <eggert@twinsun.com>
4576
4577 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
4578 Moved here from...
4579 (<INITIAL>","): Here. This causes stray "," to be treated
4580 more uniformly.
4581
dc546b0f 4582 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
2c09b6a7
PE
4583 last brace in braced code when not in Yacc mode, for compatibility
4584 with Bison 1.35. This resurrects the 2001-12-15 patch to
4585 src/reader.c.
4586
4587 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
4588 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
4589
535c0f63
PE
45902002-12-28 Paul Eggert <eggert@twinsun.com>
4591
4592 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
4593 that of SYM's type. This fixes Debian bug 168069, reported by
4594 Thomas Olsson.
d600ee67 4595
963fcc17
PE
45962002-12-28 Paul Eggert <eggert@twinsun.com>
4597
4598 Version 1.75f.
4599
4600 Switch back to the Yacc style of conflict reports, undoing some
4601 of the 2002-07-30 change.
4602 * doc/bison.texinfo (Understanding): Use Yacc style for
4603 conflict reports. Also, use new way of locating rules.
4604 * src/conflicts.c (conflict_report):
4605 Renamed from conflict_report_yacc, removing the old
4606 'conflict_report'. Translate the entire conflict report at once,
4607 so that we don't assume that "," has the same interpretation in
4608 all languages.
4609 (conflicts_output): Use Yacc-style conflict report for each state,
4610 instead of our more-complicated style.
4611 (conflicts_print): Use Yacc-style conflict report, except print
4612 the input file name when not emulating Yacc.
4613 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
4614 Conflicted Reduction, %expect not enough, %expect too much,
4615 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
4616 * tests/existing.at (GNU Cim Grammar): Likewise.
4617 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
4618
4619 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
4620 fatal): Don't invoke fflush; it's not needed and it might even be
4621 harmful for stdout, as stdout might not be open.
4622 * src/reduce.c (reduce_print): Likewise.
4623
b1efe548
PE
46242002-12-27 Paul Eggert <eggert@twinsun.com>
4625
4626 Fix a bug where error locations were not being recorded correctly.
4627 This problem was originally reported by Paul Hilfinger in
161a71f3 4628 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
b1efe548
PE
4629
4630 * data/yacc.c (yyparse): New local var yylerrsp, to record the
4631 top of the location stack's error locations.
4632 (yyerrlab): Set it. When discarding a token, push its location
4633 onto yylerrsp so that we don't lose track of the error's end.
4634 (yyerrlab1): Now is only the target of YYERROR, so that we can
4635 properly record the location of the action that failed. For GCC
4636 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
4637 GCC warning about yyerrlab1 being unused if YYERROR is unused.
4638 (yyerrlab2): New label, which yyerrlab now falls through to.
4639 Compute the error's location by applying YYLLOC_DEFAULT to
4640 the locations of all the symbols that went into the error.
4641 * doc/bison.texinfo (Location Default Action): Mention that
4642 YYLLOC_DEFAULT is also invoked for syntax errors.
4643 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
4644 Error locations include the locations of all the tokens that were
4645 discarded, not just the last token.
d600ee67 4646
983c5c2c
PE
46472002-12-26 Paul Eggert <eggert@twinsun.com>
4648
b1efe548
PE
4649 * src/files.c: Include quote.h.
4650 (compute_output_file_names): Warn if we detect conflicting
4651 outputs to the same file. This should catch the misunderstanding
4652 exemplified by Debian Bug 165349, reported by Bruce Stephens..
4653
4654 * src/conflicts.c (conflicts_print): If the user specifies
4655 "%expect N", report an error if there are any reduce/reduce
4656 conflicts. This is what the manual says should happen.
4657 This fixes Debian bug 130890, reported by Anthony DeRobertis.
4658 * tests/conflicts.at (%expect with reduce conflicts): New test.
4659
983c5c2c
PE
4660 Don't use m4_include on relative file names, as it doesn't work as
4661 desired if there happens to be a file with that name under ".".
d600ee67 4662
983c5c2c
PE
4663 * m4sugar/version.m4: Remove; it was included but it wasn't used.
4664 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
4665 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
4666 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
4667 * src/output.c (output_skeleton): Use full path names when
4668 specifying a file to include; don't rely on include path, as
4669 it's unreliable when the working file contains a file with
4670 that name.
d600ee67 4671
983c5c2c
PE
46722002-12-25 Paul Eggert <eggert@twinsun.com>
4673
4674 Remove obsolete references to bison.simple and bison.hairy.
4675 Problem mentioned by Aubin Mahe in
161a71f3 4676 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
983c5c2c
PE
4677 * data/glr.c: Comment fix.
4678 * doc/bison.1: Remove references. Also, mention "yacc".
4679
4680 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
4681 with -g option.
4682
4683 * src/parse-gram.y (declaration): Use enum "report_states" rather
4684 than its numeric value 1.
4685
4686 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
4687 opening a new one. This fixes Debian bug 165349, reported by
4688 Bruce Stephens.
4689
23f2d9dc
PE
46902002-12-24 Paul Eggert <eggert@twinsun.com>
4691
4692 Version 1.75e.
4693
4694 * Makefile.maint (cvs-update): Don't assume that the shell
4695 supports $(...), as Solaris sh doesn't.
4696
4697 * src/parse-gram.y (lloc_default): Remove test for empty
4698 nonterminals at the end, since it didn't change the result.
4699
47002002-12-24 Paul Eggert <eggert@twinsun.com>
33167b8b
PE
4701
4702 If the user does not define YYSTYPE as a macro, Bison now declares it
4703 using typedef instead of defining it as a macro. POSIX requires this.
4704 For consistency, YYLTYPE is also declared instead of defined.
4705
4706 %union directives can now have a tag before the `{', e.g., the
4707 directive `%union foo {...}' now generates the C code
4708 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
4709 The default union tag is `YYSTYPE', for compatibility with Solaris 9
4710 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
4711 instead of `yyltype'.
4712
4713 `yystype' and `yyltype' are now obsolescent macros instead of being
4714 typedefs or tags; they are no longer documented and will be
4715 withdrawn in a future release.
4716
4717 * data/glr.c (b4_location_type): Remove.
4718 (YYSTYPE): Renamed from yystype.
4719 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
4720 (struct YYLTYPE): Renamed from struct yyltype.
4721 (YYLTYPE): Renamed from yyltype.
4722 (yyltype, yystype): New (and obsolescent) macros,
4723 for backward compatibility.
4724 * data/yacc.c: Likewise.
4725
4726 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
4727 does not specify a union tag. This is for compatibility with
4728 Solaris 9 yacc.
4729
4730 * src/parse-gram.y (add_param): 2nd arg is now char * not char
4731 const *, since it is now modified by stripping surrounding { }.
4732 (current_braced_code): Remove.
4733 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
4734 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
4735 trailing " {...}". Now of type <chars>.
4736 (grammar_declaration): Adjust to bundled tokens.
4737 (code_content): Remove; stripping is now done by add_param.
4738 (print_token_value): Print contents of bundled tokens.
4739 (token_name): New function.
4740
4741 * src/reader.h (braced_code, current_braced_code): Remove.
4742 (token_name): New decl.
4743
4744 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
4745 token_type, not braced_code code_kind. All uses changed.
4746 (SC_PRE_CODE): New state, for scanning after a keyword that
4747 has (or usually has) an immediately-following braced code.
4748 (token_type): New local var, to keep track of which token type
4749 to return when scanning braced code.
4750 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
dc546b0f 4751 <INITIAL>"%parse-param", <INITIAL>"%printer",
33167b8b
PE
4752 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
4753 instead of returning a token type immediately.
4754 (<INITIAL>"{"): Set token type.
4755 (<SC_BRACED_CODE>"}"): Use it.
4756 (handle_action_dollar, handle_action_at): Now returns bool
4757 indicating success. Fail if ! current_rule; this prevents a core dump.
4758 (handle_symbol_code_dollar, handle_symbol_code_at):
4759 Remove; merge body into caller.
4760 (handle_dollar, handle_at): Complain in invalid contexts.
4761
4762 * NEWS, doc/bison.texinfo: Document the above.
4763 * NEWS: Fix years and program names in copyright notice.
4764
879ca4f8
PE
47652002-12-17 Paul Eggert <eggert@twinsun.com>
4766
4767 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
4768 Reporting, Table of Symbols): Omit mentions of %lex-param and
4769 %parse-param from the documentation for now.
4770
1c5fe69d
PE
47712002-12-15 Paul Eggert <eggert@twinsun.com>
4772
4773 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
4774 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
4775 lookahead symbol, and which sets yychar in parser actions) and it
7ea9026a
PE
4776 disagreed with the Bison documentation. Bug
4777 reported by Andrew Walrond.
d600ee67 4778
1c5fe69d
PE
4779 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
4780 as the caller now does that.
4781 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
4782 (YYEMPTY): Parenthesize right hand side, since others use it.
4783 (yyparse): Don't assume that our generated code is the only code
4784 that sets yychar.
4785
d1de5372
PE
47862002-12-13 Paul Eggert <eggert@twinsun.com>
4787
4788 Version 1.75d.
4789
4790 POSIX requires a "yacc" command.
4791 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
4792 (MOSTLYCLEANFILES): Add yacc.
4793 (yacc): New rule.
1c5fe69d 4794 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
d1de5372
PE
4795 as an alias for bison y.
4796
4797 * po/LINGUAS: Add da.
d600ee67 4798
d1de5372
PE
4799 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
4800 problem with latest <getopt.h>.
4801 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
4802
4803 * doc/fdl.texi: Upgrade to 1.2.
4804 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
4805 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
4806 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
4807 gnulib.
4808 * config/install-sh: Sync with autotools.
4809
4810 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
161a71f3 4811 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
d1de5372
PE
4812 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
4813 locations are requested.
4814 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
4815 locations are requested.
4816
d0f3fe23
PE
48172002-12-12 Paul Eggert <eggert@twinsun.com>
4818
4819 Remove unportable casts and storage allocation tricks.
4820 While we're at it, remove almost all casts, since they
4821 usually aren't needed and are a sign of trouble.
4822
4823 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
4824
4825 * src/derives.c (derives_compute): Do not subtract NTOKENS from
4826 the pointer DSET returned by malloc; this isn't portable.
4827 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
4828 Similarly for DERIVES.
4829 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
4830 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
4831 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
4832
4833 * src/derives.c (derives_compute): Do not bother invoking
4834 int_of_rule_number, since rule numbers are integers.
4835
4836 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
4837 rather than XMALLOC (char, N).
4838
4839 * src/files.c (filename_split): Rewrite to avoid cast.
4840
4841 * src/gram.h (symbol_number_as_item_number,
4842 item_number_as_symbol_number, rule_number_as_item_number,
4843 item_number_as_rule_number):
4844 Now inline functions rather than macros, to avoid casts.
4845 * src/state.h (state_number_as_int): Likewise.
4846 * src/tables.c (state_number_to_vector_number,
4847 symbol_number_to_vector_number): Likewise.
4848
4849 * src/gram.h (int_of_rule_number): Remove; no longer used.
4850
4851 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
4852 since the resulting storage is always stored into.
4853
4854 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
4855 where it's needed.
4856
4857 * src/muscle_tab.c (muscle_m4_output):
4858 Now inline. Return bool, not int.
4859 * src/state.c (state_compare): Likewise.
4860 * src/symtab.c (symbol_check_defined,
4861 symbol_check_alias_consistency, symbol_pack, symbol_translation,
4862 hash_compare_symbol, hash_symbol):
4863 Likewise.
4864 * src/uniqstr.c (uniqstr_print): Likewise.
4865 * src/muscle_tab.c (muscle_m4_output_processor):
4866 New function, to avoid casts.
4867 * src/state.c (state_comparator, stage_hasher): Likewise.
4868 * src/symtab.c (symbol_check_defined_processor,
4869 symbol_check_alias_consistency_processor, symbol_pack_processor,
4870 symbol_translation_processor, hash_symbol_comparator,
4871 hash_symbol_hasher): Likewise.
4872 * src/uniqstr.c (uniqstr_print_processor): Likewise.
4873 * src/muscle_tab.c (muscles_m4_output):
4874 Use new functions instead of casting old functions unportably.
4875 * src/state.c (state_hash_new): Likewise.
4876 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
4877 symbols_token_translations_init):
4878 Likewise.
4879 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
4880
4881 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
4882 var instead of casting to long, to avoid casts.
4883 (prepare_states): Use MALLOC rather than alloca, so that we don't
4884 have to worry about alloca.
4885 * src/state.c (state_hash_lookup): Likewise.
4886
4887 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
4888 local var instead of casting to unsigned char, to avoid casts.
4889
4890 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
4891 STATE_ALLOC): Remove.
4892 (transitions_new, errs_new, reductions_new, state_new): Use malloc
4893 rather than calloc, and use offsetof to avoid allocating slightly
4894 too much storage.
4895 (state_new): Initialize all members.
4896
4897 * src/state.c (state_hash): Use unsigned accumulator, not signed.
4898
4899 * src/symtab.c (symbol_free): Remove; unused.
4900 (symbol_get): Remove cast in lhs of assignment.
4901 (symbols_do): Now static. Accept generic arguments, not
4902 hashing-related ones.
4903
4904 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
4905 (symbol_processor): Remove.
4906 (symbols_do): Remove decl; now static.
4907
4908 * src/system.h (alloca): Remove; decl no longer needed.
4909 (<stddef.h>): Include, for offsetof.
4910 (<inttypes.>, <stdint.h>): Include if available.
4911 (uintptr_t): New type, if system lacks it.
4912 (CALLOC, MALLOC, REALLOC): New macros.
4913 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
4914 new macros.
4915
4916 * src/tables.c (table_size): Now int, to pacify GCC.
4917 (table_grow, table_ninf_remap): Use signed table size.
4918 (save_row): Don't bother initializing locals when not needed.
4919 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
4920 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
4921
4922 * src/vcg.h: Correct misspellings.
4923
4924 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
4925
4926
4927 * src/getargs.c (getargs): Don't assume EOF == -1.
4928
26b4a969
PE
49292002-12-09 Paul Eggert <eggert@twinsun.com>
4930
4931 Change identifier spellings to avoid collisions with names
4932 that are reserved by POSIX.
4933
4934 Don't use names ending in _t, since POSIX reserves them.
4935 For consistency, remove _e and _s endings -- they're weren't
4936 needed to remove ambiguity. All uses changed.
4937 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
4938 turn was just renamed from struniq_t.
4939 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
4940 which in turn was just renamed from struniq_processor_t.
4941 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
4942 in turn was renamed from hash_compare_struniq_t.
4943 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
4944 (state_list): Renamed from state_list_t.
4945 * src/assoc.h (assoc): Renamed from assoc_t.
4946 * src/conflicts.c (enum conflict_resolution): Renamed from
4947 enum conflict_resolution_e.
4948 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
4949 (rule_list): Renamed from rule_list_t.
4950 * src/getargs.h (enum trace): Renamed from enum trace_e.
4951 (enum report): Renamed from enum report_e.
4952 * src/gram.h (item_number): Renamed from item_number_t.
4953 (rule_number): Renamed from rule_number_t.
4954 (struct rule_s): Remove the "rule_s" part; not used.
4955 (rule): Renamed from rule_t.
4956 (rule_filter): Renamed from rule_filter_t.
4957 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
4958 (goto_list): Renamed from goto_list_t.
4959 * src/lalr.h (goto_number): Renamed from goto_number_t.
4960 * src/location.h (location): Renamed from location_t.
4961 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
4962 and moved here from:
4963 * src/muscle_tab.h (muscle_entry_t): here.
4964 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
4965 (rule_list): Renamed from rule_list_t.
4966 * src/print_graph.c (static_graph): Renamed from graph.
4967 * src/reader.h (braced_code): Renamed from braced_code_t.
4968 Remove brace_code_e tag.
4969 * src/relation.h (relation_node): Renamed from relation_node_t.
4970 (relation_nodes): Renamed from relation_nodes_t.
4971 (relation): Renamed from relation_t.
4972 * src/state.h (state_number): Renamed from state_number_t.
4973 (struct state): Renamed from struct state_s.
4974 (state): Renamed from state_t.
4975 (transitions): Renamed from transitions_t. Unused (and
4976 misspelled) transtion_s tag removed.
4977 (errs): Renamed from errs_t. Unused errs_s tag removed.
4978 (reductions): Renamed from reductions_t. Unused tag
4979 reductions_s removed.
4980 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
4981 (struct symbol_list): Renamed from struct symbol_list_s.
4982 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
4983 (struct symbol): Renamed from struct symbol_s.
4984 (symbol): Renamed from symbol_t.
4985 * src/tables.c (vector_number): Renamed from vector_number_t.
4986 (action_number): Renamed from action_t.
4987 * src/tables.h (base_number): Renamed from base_t.
4988 * src/vcg.h (enum color): Renamed from enum color_e.
4989 (enum textmode): Renamed from enum textmode_e.
4990 (enum shape): Renamed from enum shape_e.
4991 (struct colorentry): Renamed from struct colorentry_s.
4992 (struct classname): Renamed from struct classname_s.
4993 (struct infoname): Renamed from struct infoname_s.
4994 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
4995 (enum decision): Renamed from enum decision_e.
4996 (enum orientation): Renamed from enum orientation_e.
4997 (enum alignment): Renamed from enum alignment_e.
4998 (enum arrow_mode): Renamed from enum arrow_mode_e.
4999 (enum crossing_type): Renamed from enum crossing_type_e.
5000 (enum view): Renamed from enum view_e.
5001 (struct node): Renamed from struct node_s.
5002 (node): Renamed from node_t.
5003 (enum linestyle): Renamed from enum linestyle_e.
5004 (enum arrowstyle): Renamed from enum arrowstyle_e.
5005 (struct edge): Renamed from struct edge.
5006 (edge): Renamed from edge_t.
5007 (struct graph): Renamed from struct graph_s.
5008 (graph): Renamed from graph_t.
5009 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
5010 Rename value_t -> value.
5011 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
5012 value_t_as_yystype -> value_as_yystype.
5013
5014 Don't include <errno.h> in the mainstream code, since it
5015 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
5016 * lib/get-errno.c, lib/get-errno.h: New files.
5017 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
5018 get-errno.c.
5019 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
5020 * src/output.c (output_skeleton): Likewise.
5021 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
5022 instead of errno.
5023 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
5024 Likewise.
5025 (handle_action_dollar, handle_action_at): Likewise.
5026 * src/system.h: Do not include <errno.h>.
5027 (TAB_EXT): Renamed from EXT_TAB.
5028 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
5029
5030 Avoid str[a-z]*, since <string.h> reserves that name space.
5031 Change all instances of "struniq" in names to "uniqstr", and
5032 likewise for "STRUNIQ" and "UNIQSTR".
5033 * src/uniqstr.c: Renamed from src/struniq.c.
5034 * src/uniqstr.h: Renamed from src/struniq.h.
5035 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
5036 * src/files.c (strsuffix): Remove; unused.
5037 (concat2): Renamed from stringappend. Now static.
5038 * src/files.h (strsuffix, stringappend): Remove; unused.
5039 * src/parse-gram.y (<chars>): Renamed from <string>.
5040 (<uniqstr>): Renamed from <struniq>.
5041 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
5042 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
5043 (struct graph_s.expand): Renamed from struct graph_s.stretch.
5044 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
5045 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
5046 (N_EXPAND): Renamed from N_STRETCH.
5047
5048 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
5049 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
5050 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
5051 Remove; unused.
5052 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
5053 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
5054 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
5055 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
5056 (BASE_MAXIMUM): Renamed from BASE_MAX.
5057 (BASE_MINIMUM): Renamed from BASE_MIN.
5058 (ACTION_MAX): Remove; unused.
5059 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
5060 Unnecessary casts removed from above defines.
5061
5062
5063 Fix misspelling in names.
5064 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
5065 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
5066 G_NODE_ALIGNEMENT.
5067
5068
5069 * lib/timevar.c (timevar_report): Renamed from time_report,
5070 for consistency with other names.
5071 * lib/timevar.h (timevar_report): New decl.
5072 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
5073
5074
5075 Sort include-file uses.
5076
5077 Reorder all include files under src to be in the order "system.h".
5078 then the ../lib include files in angle brackets (alphabetized),
5079 then the . include files in double-quotes (alphabetized). Fix
5080 dependency breakages encountered in this process, as follows:
5081 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
5082 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
5083 * src/state.h: Include "symtab.h".
5084
996b1c7e
PE
50852002-12-08 Paul Eggert <eggert@twinsun.com>
5086
5087 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
5088 since this causes problems when __file__ contains character
5089 sequences like "@" that are treated specially by src/scan-skel.l.
5090 Instead, just use the file's basename. This fixes the bug
5091 reported by Martin Mokrejs in
161a71f3 5092 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
996b1c7e 5093
e19c4e5d
PE
50942002-12-06 Paul Eggert <eggert@twinsun.com>
5095
5096 Add support for rules that do not have trailing semicolons, as
5097 POSIX requires. Improve the quality of locations in Bison
5098 diagnostics.
26b4a969 5099
e19c4e5d
PE
5100 * src/location.c: Include <quotearg.h>.
5101 (empty_location): Now const.
5102 (location_print): New function. Follow the recommendation of the
5103 GNU Coding Standards for locations that span file boundaries.
5104 * src/location.h: Do not include <quotearg.h>; no longer needed.
5105 (boundary): New type.
5106 (location_t): Use it. This allows locations to span file boundaries.
5107 All member uses changed: file -> start.file or end.file (as needed),
5108 first_line -> start.line, first_column -> start.column,
5109 last_line -> end.line, last_column -> end.column.
5110 (equal_boundaries): New function.
5111 (LOCATION_RESET, LOCATION_STEP): Remove.
5112 (LOCATION_PRINT): Remove. All callers changed to use location_print.
5113 (empty_location): Now const.
5114 (location_print): New decl.
5115 * src/parse-gram.y (lloc_default): New function, which handles
5116 empty locations more accurately.
5117 (YYLLOC_DEFAULT): Use it.
5118 (%token COLON): Remove.
5119 (%token ID_COLON): New token.
26b4a969 5120 (rules): Use it.
e19c4e5d
PE
5121 (declarations, rules): Remove trailing semicolon.
5122 (declaration, rules_or_grammar_declaration):
5123 Allow empty (";") declaration.
5124 (symbol_def): Remove empty actions; no longer needed.
5125 (rules_or_grammar_declaration): Remove trailing semicolon.
5126 (semi_colon.opt): Remove.
5127 * src/reader.h: Include location.h.
5128 (scanner_cursor): New decl.
5129 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
5130 rolling our own.
5131 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
5132 of *loc.
5133 (STEP): Remove. No longer needed, now that adjust_location does
5134 the work. All uses removed.
5135 (scanner_cursor): New var.
5136 (adjust_location): Renamed from extend_location. It now sets
5137 *loc and adjusts the scanner cursor. All uses changed.
5138 Don't bother testing for CR.
5139 (handle_syncline): Remove location arg; now updates scanner cursor.
5140 All callers changed.
5141 (unexpected_end_of_file): Now accepts start boundary of token or
5142 comment, not location. All callers changed. Update scanner cursor,
5143 not the location.
5144 (SC_AFTER_IDENTIFIER): New state.
5145 (context_state): Renamed from c_context. All uses changed.
5146 (id_loc, code_start, token_start): New local vars.
5147 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
5148 processing of Yacc white space and equivalents here.
5149 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
5150 instead of returning ID immediately, since we need to search for
5151 a subsequent colon.
5152 (<INITIAL>"'", "\""): Save token_start.
5153 (<INITIAL>"%{", "{", "%%"): Save code_start.
5154 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
5155 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
5156 BEGIN context_state at end, not INITIAL.
5157 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
5158 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
5159 Return correct token start.
5160 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
5161 the start of a character, string or multiline comment is found.
5162 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
5163 Reduction): Adjust reported locations to match the more-precise
5164 results now expected.
5165 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
5166 * tests/reduce.at (Useless Rules, Reduced Automaton,
5167 Underivable Rules): Likewise.
5168 * tests/regression.at (Invalid inputs): No longer `expecting ";"
5169 or "|"' now that so many other tokens are allowed by the new grammar.
5170
5171 * src/complain.h (current_file): Remove duplicate decl;
5172 current_file is now owned by files.h.
5173 * src/complain.c, src/scan-gram.l: Include files.h.
5174
51752002-12-06 Paul Eggert <eggert@twinsun.com>
26b4a969 5176
e19c4e5d
PE
5177 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
5178 promotes to int; it might be unsigned int.
5179 * data/yacc.c (yy_reduce_print): Likewise.
5180
5181 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
5182 be #defined in the prologue, not in the Bison declarations.
5183 This fixes Debian Bug 102878, reported by Shaul Karl.
26b4a969 5184
b64755e3
PE
51852002-12-02 Paul Eggert <eggert@twinsun.com>
5186
5187 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
5188 * lib/strtoul.c: New file, from gnulib.
5189 This fixes a porting bug reported by Peter Klein in
161a71f3 5190 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
b64755e3 5191
6e746484
PE
51922002-11-30 Paul Eggert <eggert@twinsun.com>
5193
b64755e3
PE
5194 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
5195 and put only a forward declaration in the prologue. This is for
5196 consistency with the other scanner helper functions.
5197
6ba55592
PE
5198 Type clashes now generate warnings, not errors, since it
5199 appears that POSIX may allow some grammars with type clashes.
5200 * src/reader.c (grammar_current_rule_check): Warn about
5201 type clashes instead of complaining.
5202 * tests/input.at (Type Clashes): Expect warnings, not complaints.
5203
6e746484
PE
5204 Add Yacc library, since POSIX requires it.
5205 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
5206 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
5207 * lib/main.c, lib/yyerror.c: New files.
5208
5209 gram_error can be static; it need not be extern.
5210 * src/reader.h (gram_error): Remove decl.
5211 * src/parse-gram.y (gram_error): Now static. Add static decl.
5212 (print_token_value): Omit parameter names from forward decl,
5213 for consistency.
5214
88510f9c
PE
52152002-11-29 Paul Eggert <eggert@twinsun.com>
5216
6e746484
PE
5217 * doc/bison.texinfo: Emphasize that yylex and yyerror must
5218 be declared before being used. E.g., one should typically
5219 declare them in the prologue. Use GNU coding style in examples.
5220 Put "const" consistently after the type it modifies. Mention
5221 that C99 supports "inline". Mention that yyerror traditionally
5222 returns "int".
5223
88510f9c
PE
5224 %parse-param and %lex-param now take just one argument, the
5225 declaration; the argument name is deduced from the declaration.
5226
5227 * doc/bison.texinfo (Parser Function, Pure Calling, Error
5228 Reporting, Table of Symbols): Document this.
5229 * src/parse-gram.y (add_param): New function.
5230 (COMMA): Remove.
5231 (declaration): Implement new rule for %parse-param and %lex-param.
5232 * src/scan-gram.l: "," now elicits a warning, rather than being
5233 a token; this is more compatible with byacc.
5234 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
5235
bb92250c
PE
52362002-11-27 Paul Eggert <eggert@twinsun.com>
5237
5238 Rename identifiers to avoid real and potential collisions.
5239
5240 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
5241 to avoid collision with lex macro described by Bruce Lilly in
161a71f3 5242 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
bb92250c
PE
5243 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
5244 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
5245 * src/parse-gram.y (print_token_value): Renamed from yyprint.
5246 All uses changed.
5247 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
5248 The name "yycontrol" violates the name space rules, and this stuff
5249 wasn't being used anyway.
5250 (input): Remove action; this stuff wasn't being used.
5251 (gram_error): Rename local variable yylloc -> loc.
5252 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
5253 (YY_DECL): Don't use "yy" at start of local variables.
5254 All uses changed, e.g., yylloc -> loc.
5255 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
5256 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
5257 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
5258 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
5259
5260 * src/parse-gram.y (gram_error): loc is now const *.
5261 * src/reader.h (gram_error): Likewise.
5262
3af4feb2
PE
52632002-11-24 Paul Eggert <eggert@twinsun.com>
5264
5265 Version 1.75c.
5266
5267 * tests/actions.at (Actions after errors): Use an output format
5268 more similar to that of the Printers and Destructors test.
5269 Test the position of the ';' token too.
5270 (Printers and Destructors): Likewise.
5271 (Printers and Destructors: %glr-parser): Remove for now, to avoid
5272 unnecessarily alarming people when the test fails.
5273
5274 * data/yacc.c (yyerrlab1): Move this label down, so that the
5275 parser does not discard the lookahead token if the user code
5276 invokes YYERROR. This change is required for POSIX conformance.
5277
5278 * lib/error.c: Sync with gnulib.
5279
52802002-11-22 Paul Eggert <eggert@twinsun.com>
5281
5282 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
5283 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
5284 * lib/xmalloc.c: Likewise.
26b4a969 5285
58004308
PE
52862002-11-20 Paul Eggert <eggert@twinsun.com>
5287
5288 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
5289
52902002-11-20 Paul Eggert <eggert@twinsun.com>
26b4a969 5291
58004308
PE
5292 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
5293 should use `if (! x) abort ();' rather than `assert (x);', and
5294 anyway it's one less thing to worry about configuring.
5295
5296 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
5297 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
5298 and replace all instances of assert with abort.
5299 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
5300 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
5301
5302 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
5303 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
5304 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
5305 hash_find_entry, hash_rehash, hash_insert): Likewise.
5306 * src/conflicts.c (resolve_sr_conflict): Likewise.
5307 * src/lalr.c (set_goto_map, map_goto): Likewise.
5308 * src/nullable.c (nullable_compute): Likewise.
5309 * src/output.c (prepare_rules, token_definitions_output): Likewise.
5310 * src/reader.c (packgram, reader): Likewise.
5311 * src/state.c (state_new, state_free, state_transitions_set,
5312 state_reduction_find): Likewise.
5313 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
5314 symbol_pack): Likewise.
5315 * src/tables.c (conflict_row, pack_vector): Likewise.
5316 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
5317 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
5318 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
5319 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
5320
5321 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
5322 (ARGMATCH_CONSTRAINT): New macro.
5323 (ARGMATCH_ASSERT): Use it.
5324
5325 * src/system.h (verify): New macro.
5326 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
5327 rather than assert.
5328 * src/tables.c (tables_generate): Likewise.
5329
5330 * src/struniq.c (struniq_assert): Now returns void, and aborts
5331 if the assertion is false.
5332 (struniq_assert_p): Remove.
5333 * src/struniq.h: Likewise.
5334
76ae8198
PE
53352002-11-18 Paul Eggert <eggert@twinsun.com>
5336
5337 * data/glr.c (yygetLRActions): Replace `yyindex' with
5338 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
5339 This fixes the regression with Sun ONE Studio 7 cc that I reported in
161a71f3 5340 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
76ae8198 5341
d3c4e709
AD
53422002-11-18 Akim Demaille <akim@epita.fr>
5343
5344 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
5345 space.
5346 From Tim Van Holder.
5347
8d8a7238
PE
53482002-11-17 Paul Eggert <eggert@twinsun.com>
5349
5350 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
5351 to "SyntaxError" for consistency with my 2002-11-15 change.
5352
5353 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
5354 not define to {}, since this breaks the common use of `YYDPRINTF
5355 ((...));' if a single statement is desired (e.g. before `else').
5356 Work around GCC warnings by surrounding corresponding calls with
5357 {} if needed.
5358 (yyhasResolvedValue): Remove unused function.
5359 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
5360 loop body.
5361 (yyreportSyntaxError): Renamed from yyreportParseError.
5362 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
5363 All uses changed.
5364 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
5365 extern when possible. Remove unused initializations.
5366
b0937b22
AD
53672002-11-16 Akim Demaille <akim@epita.fr>
5368
5369 Augment the similarity between GLR and LALR traces.
5370
5371 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
5372 (YY_REDUCE_PRINT): New.
5373 (yyparse): Use them.
5374 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
5375 YYDPRINT here.
5376 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
5377 state reached after the reduction/recovery, since...
5378 (yyparse, yyprocessOneStack): Report the state we are entering in.
5379
c5e3e510
AD
53802002-11-16 Akim Demaille <akim@epita.fr>
5381
5382 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
5383 Add support for --trace=skeleton.
5384 * src/scan-skel.l: %option debug.
5385 Scan strings of non-@ or \n instead of character by character.
5386 (scan_skel): Handle trace_skeleton.
5387 (QPUTS): New.
5388 (@output_parser_name@, @output_header_name@): ``Restore'' their
5389 support (used to be M4 macros).
5390 * data/yacc.c: Quote larger chunks, a la glr.c.
5391 * data/lalr1.cc: Likewise.
5392 The header guards are no longer available, so use some other
5393 string than `YYLSP_NEEDED'.
5394
4c6cc1db
AD
53952002-11-16 Akim Demaille <akim@epita.fr>
5396
5397 Make the ``Printers and Destructors'' test more verbose, taking
5398 `yacc.c''s behavior as (possibly wrong) reference.
5399
5400 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
5401 instead of fprint on stdout.
5402 Set and report the last_line of the symbols.
5403 Consistently display values and locations.
5404
6d9e8019
PE
54052002-11-16 Paul Eggert <eggert@twinsun.com>
5406
5407 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
5408
6e649e65
PE
54092002-11-15 Paul Eggert <eggert@twinsun.com>
5410
b25d88f6
PE
5411 * tests/actions.at (Actions after errors): New test case.
5412
6e649e65
PE
5413 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
5414 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
5415 tests/action.at, tests/calc.at, tests/conflicts.at,
5416 tests/cxx-type.at, tests/regression.at:
5417 "parse error" -> "syntax error" for POSIX compatibility.
5418 "parsing stack overflow..." -> "parser stack overflow" so
5419 that code matches Bison documentation.
5420
0f39aab9
AD
54212002-11-15 Akim Demaille <akim@epita.fr>
5422
5423 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
5424 take two BRACED_CODE, not two string_content.
5425 Free the scanner's obstack when we are done.
5426 (code_content): New.
5427 * tests/calc.at: Adjust.
5428 * doc/bison.texinfo: Adjust.
5429 Also, make sure to include the `,' for these declarations.
5430
761c1926
AD
54312002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
5432
5433 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
5434 definition; avoids potential autoreconf problems.
5435
b0f98b10
AD
54362002-11-15 Akim Demaille <akim@epita.fr>
5437
5438 Always check the value returned by yyparse.
5439
5440 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
5441 returned by yyparse.
5442 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
5443 Adjust calls.
5444 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
5445 returned by yyparse.
5446
970785f1
PH
54472002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
5448
5449 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
5450 on input.at test.
5451
8fcc7db1
PE
54522002-11-14 Paul Eggert <eggert@twinsun.com>
5453
7ec1b48e
PE
5454 * src/output.c (output_skeleton): Call xfopen instead of
5455 duplicating xfopen's body.
5456
cfff7583 5457 Fix bugs reported by Nelson H. F. Beebe in
161a71f3 5458 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
cfff7583 5459
8fcc7db1
PE
5460 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
5461 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
5462 Group compiler. Instead, use "$CC -E bar.c". Include the .h
5463 file twice in the grammar, as an extra check.
5464
5465 * tests/input.at (Torturing the Scanner): Surround the
5466 backslash-newline tests with "#if 0", to make it less likely that
5467 we'll run into compiler bugs. Bring back solitary \ inside
5468 comment, but add a closing comment to work around HP C bug. Don't
e3aa65c5 5469 test backslash-newline in C character constant.
8fcc7db1 5470
4e8d992c
AD
54712002-11-14 Akim Demaille <akim@epita.fr>
5472
5473 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
5474 status of the compiler.
f32b346d 5475 Calling `exit 1' is no longer needed.
4e8d992c
AD
5476 Reported by Nelson H. F. Beebe.
5477
9501dc6e
AD
54782002-11-14 Akim Demaille <akim@epita.fr>
5479
5480 * tests/atlocal.in (CPPFLAGS): We have config.h.
5481 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
5482 New.
5483 * tests/actions.at, tests/calc.at, tests/conflicts.at,
5484 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
5485 * tests/regression.at, tests/torture.at: Use them for all the
5486 grammars that are to be compiled.
5487 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
5488 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
5489 * doc/bison.texinfo (GLR Parsers): Document `inline'.
5490
18b519c0
AD
54912002-11-14 Akim Demaille <akim@epita.fr>
5492
5493 * doc/bison.texinfo: Various formatting changes (alignments in
5494 samples, additional @group/@end group, GCS in samples.
5495 Use @deffn instead of simple @table to define the directives,
5496 macros, variables etc.
5497
9a86cdb9
PE
54982002-11-13 Paul Eggert <eggert@twinsun.com>
5499
daa33def 5500 Fix some bugs reported by Albert Chin-A-Young in
161a71f3 5501 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
18b519c0 5502
daa33def 5503 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
8fcc7db1 5504 -o c"; the HP C compiler chatters during compilation.
daa33def
PE
5505 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
5506 * tests/headers.at (export YYLTYPE): Likewise.
5507
5508 * tests/input.at (Torturing the Scanner): Remove lines containing
8fcc7db1 5509 solitary backslashes, as they tickle a bug in the HP C compiler.
daa33def 5510
9a86cdb9
PE
5511 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
5512 comments, since they're not portable. Use GNU coding style.
5513
9c1e26bd
AD
55142002-11-13 Akim Demaille <akim@epita.fr>
5515
5516 * data/yacc.c: Leave bigger chunks of quoted text.
5517 (YYDSYMPRINTF): New.
5518 Use it to report symbol activities.
5519 * data/glr.c (YYDSYMPRINTF): New.
5520 Use it.
5521
87f721cc
PE
55222002-11-12 Paul Eggert <eggert@twinsun.com>
5523
5524 Version 1.75b.
5525
5526 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
5527 (yyglrReduce): Return yyok, not 0.
5528 This should avoid the enumerated-type warnings reported
464c6927 5529 by Nelson H. F. Beebe in
161a71f3 5530 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
87f721cc
PE
5531
5532 * lib/bbitset.h (BITSET_INLINE): Remove.
5533 * lib/bitset.h [! BITSET_INLINE]: Remove.
5534 (bitset_set, bitset_reset, bitset_test): Rename local vars
5535 to avoid shadowing warnings by GCC.
5536
5537 * data/glr.c (inline): Remove #define. It's the user's
5538 responsibility to #define it away, just like 'const'.
464c6927 5539 This fixes one of the bugs reported by Nelson H. F. Beebe in
161a71f3 5540 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
18b519c0 5541
87f721cc
PE
5542 * Makefile.maint (po-check): Scan .l and .y files instead of the
5543 .c and the .h files that they generate. This fixes the bug
5544 reported by Tim Van Holder in:
161a71f3 5545 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
87f721cc
PE
5546 Look for N_ as well as for _. Try to avoid matching #define for
5547 N_ and _.
5548 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
5549 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
5550 * src/scan-gram.l: Revamp regular expressions so that " and '
5551 do not confuse xgettext.
5552
5553 * src/struniq.h (struniq_new): Do not declare the return type
5554 to be 'const'; this violates the C standard.
5555 * src/struniq.c (struniq_new): Likewise.
5556
be14ade5
AD
55572002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
5558
5559 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
5560 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
5561 linker.
5562
05291fbc
AD
55632002-11-12 Akim Demaille <akim@epita.fr>
5564
5565 * Makefile.maint: Sync with Autoconf:
5566 (local_updates): New.
5567
1f5fd52e
AD
55682002-11-12 Akim Demaille <akim@epita.fr>
5569
5570 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
5571
283f1e64
AD
55722002-11-12 Akim Demaille <akim@epita.fr>
5573
5574 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
5575 locations.
5576
886b69d1
AD
55772002-11-12 Akim Demaille <akim@epita.fr>
5578
5579 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
5580 not yyvalue.
5581
3df37415
AD
55822002-11-12 Akim Demaille <akim@epita.fr>
5583
5584 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
5585 Use it to test the GLR parser.
5586
7bd6c77e
AD
55872002-11-12 Akim Demaille <akim@epita.fr>
5588
5589 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
5590 defines it.
5591 * data/glr.c (yystos): New.
5592 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
5593 (YYDSYMPRINT): New.
5594 (yyval): Don't define it, it is handled via M4.
5595 (yyrecoverParseError): Free verbosely the discarded symbols.
5596 * data/yacc.c (yysymprint): Remove, rather...
5597 (b4_yysymprint_generate): invoke.
5598 * data/c.m4 (b4_yysymprint_generate): New.
5599 Accept pointers as arguments, as opposed to the version from
5600 yacc.c.
5601 (b4_yydestruct_generate): Likewise.
5602 * tests/cations.at (Printers and Destructors): Use Bison directives
5603 instead of CPP macros.
5604 Don't rely on internal details.
5605
b0400cc6
AD
56062002-11-12 Akim Demaille <akim@epita.fr>
5607
5608 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
5609 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
5610 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
5611 it against YYEMPTY and so forth), work on yytoken (i.e., set
5612 it to YYEMPTY etc.).
5613 (yydestruct): Replace with a b4_yydestruct_generate invocation.
5614 (b4_symbol_actions): Remove.
5615 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
5616 for 0, end-of-input.
5617
72f889cc
AD
56182002-11-12 Akim Demaille <akim@epita.fr>
5619
5620 * doc/bison.texinfo (Destructor Decl): New.
5621
b1ae9233
AD
56222002-11-12 Akim Demaille <akim@epita.fr>
5623
5624 * src/tables.c (tables_generate): Use free for pointers that
5625 cannot be NULL, not XFREE.
5626 (pack_vector): Use assert, not fatal, for bound violations.
5627 * src/state.c (state_new): Likewise.
5628 * src/reader.c (reader): Likewise.
5629 * src/lalr.c (set_goto_map): Likewise.
72f889cc 5630 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
b1ae9233
AD
5631 the file name.
5632
7ec2d4cd
AD
56332002-11-12 Akim Demaille <akim@epita.fr>
5634
5635 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
5636 Restore.
5637 * src/scan-gram.l (last_string): Is global to the file, not to
5638 yylex.
5639 * src/parse-gram.y (input): Don't append the epilogue here,
5640 (epilogue.opt): do it here, and free the scanner's obstack.
5641 * src/reader.c (epilogue_set): Rename as...
5642 (epilogue_augment): this.
5643 * data/c.m4 (b4_epilogue): Defaults to empty.
5644
573a6cd3
AD
56452002-11-12 Akim Demaille <akim@epita.fr>
5646
5647 * src/getargs.c (long_options): Remove duplicates.
5648 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
5649 Remove.
5650 * doc/bison.rnh: Remove.
5651 * doc/bison.texinfo (VMS Invocation): Remove.
5652
95612cfa
AD
56532002-11-12 Akim Demaille <akim@epita.fr>
5654
5655 * src/struniq.h, src/struniq.c (struniq_t): Is const.
5656 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
5657
5658 Use struniq for symbols.
5659
5660 * src/symtab.h (symbol_t): The tag member is a struniq.
5661 (symbol_type_set): Adjust.
5662 * src/symtab.c (symbol_new): Takes a struniq.
5663 (symbol_free): Don't free the tag member.
5664 (hash_compare_symbol_t, hash_symbol_t): Rename as...
5665 (hash_compare_symbol, hash_symbol): these.
5666 Use the fact that tags as struniqs.
5667 (symbol_get): Use struniq_new.
5668 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
5669 Returns a strniq.
5670 * src/reader.h (merger_list, grammar_currentmerge_set): The name
5671 and type members are struniqs.
5672 * src/reader.c (get_merge_function)
5673 (grammar_current_rule_merge_set): Adjust.
5674 (TYPE, current_type): Are struniq.
5675
5676 Use struniq for file names.
5677
5678 * src/files.h, src/files.c (infile): Split into...
5679 (grammar_file, current_file): these.
5680 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
5681 * src/reduce.c (reduce_print): Likewise.
5682 * src/getargs.c (getargs): Likewise.
5683 * src/complain.h, src/complain.c: Likewise.
5684 * src/main.c (main): Call struniqs_new early enough to use it for
5685 file names.
5686 Don't free the input file name.
5687
3e6656f9
AD
56882002-11-12 Akim Demaille <akim@epita.fr>
5689
5690 * src/symtab.c (symbol_free): Remove dead deactivated code:
5691 type_name are properly removed.
5692 Don't use XFREE to free items that cannot be NULL.
5693 * src/struniq.h, src/struniq.c: New.
5694 * src/main.c (main): Initialize/free struniqs.
5695 * src/parse-gram.y (%union): Add astruniq member.
5696 (yyprint): Adjust.
5697 * src/scan-gram.l (<{tag}>): Return a struniq.
5698 Free the obstack bit that used to store it.
5699 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
5700
7672019c
PE
57012002-11-11 Paul Eggert <eggert@twinsun.com>
5702
5703 Revamp to fix many (but not all) of the C- and M4-related quoting
5704 problems. Among other things, this fixes the Bison bug reported
5705 by Jan Hubicka when processing the Bash grammar; see:
161a71f3 5706 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
7672019c
PE
5707
5708 Use new @ escapes consistently. Represent brackets with @{ and @}
5709 rather than @<:@ and @:>@, since this works a bit better with dumb
5710 editors like vi. Represent @ with @@, since @ is now consistently
5711 an escape. Use @oline@ and @ofile@ rather than __oline__ and
5712 __ofile__, to avoid unexpected expansions. Similarly, use @output
5713 rather than #output.
5714
5715 * data/c.m4 (b4_copyright): Omit file name from comment, since
5716 the file name could contain "*/".
5717 (b4_synclines_flag): Don't quote the 2nd argument; it should already
5718 be quoted. All uses changed.
5719
5720 * data/glr.c: Use new @ escapes consistently.
5721 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
5722 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
5723 Remove, since they couldn't handle arbitrary characters in file
5724 names.
5725 * data/lalr1.cc: Likewise.
5726 * data/yacc.c: Likewise.
5727
5728 * src/files.c (output_infix): Remove; all uses removed.
5729 * src/files.h: Likewise.
5730
5731 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
5732 mishandled funny characters in file names, and anyway it isn't
5733 needed any more.
5734 * data/yacc.c: Likewise.
5735 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
5736
5737 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
5738 * data/yacc.c: Likewise.
5739
5740 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
5741 strings now.
5742 (muscle_init): Quote filename as a C string.
5743 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
5744 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
5745 * src/output.c (escaped_file_name_output): New function.
5746 (prepare_symbols): Quote tokens for M4.
5747 (prepare): Don't insert output_infix, output_prefix,
5748 output_parser_name, output_header_name; this is now down by scan-skel.
5749 Insert skeleton as a C string.
5750
5751 * src/output.c (user_actions_output, symbol_destructors_output,
5752 symbol_printers_output): Quote filenames for C and M4.
5753 * src/reader.c (prologue_augment, epilogue_set): Likewise.
5754
5755 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
5756 escapes other than \\ and \'; this simplifies the code.
5757 (<SC_STRING>): Likewise, for \\ and \".
5758 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
5759 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
5760 Use new escapes @{ and @} for [ and ].
5761
5762 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
5763 them with auto vars.
5764 Switch to new escape scheme, where @ is the escape character uniformly.
5765 Abort if a stray escape character is found. Avoid unbounded input
5766 buffer when parsing non-escaped text.
5767
5768 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
5769 __oline__, #output, $@, and @{ do not have unintended meanings.
5770
acea4f3b
PE
57712002-11-09 Paul Eggert <eggert@twinsun.com>
5772
5773 Fix the test failure due to GCC warnings described in
161a71f3 5774 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
acea4f3b
PE
5775 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
5776 evaluate to 0 if it's impossible for NINF to be in the respective
5777 table.
5778 (yygetLRActions, yyrecoverParseError): Use them.
5779
5780 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
5781 counted in the token inserted at end of file. Now takes
5782 location_t *, not location_t, so that the location can be
5783 adjusted. All uses changed.
5784
5785 * tests/regression.at (Invalid inputs): Adjust wording in
5786 diagnostic to match the new behavior.
5787
5788 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
5789 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
5790 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
5791 abort ();'. This reduces the runtime of the "Many lookaheads"
5792 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
5793 GCC 3.2.
5794
20ef1ad5
PE
57952002-11-07 Paul Eggert <eggert@twinsun.com>
5796
5797 * src/parse-gram.y (CHARACTER): Remove unused token.
5798 All uses removed.
5799
5800 * src/scan-gram.l: Remove stack option. We no longer use the
5801 stack, since the stack was never deeper than 1; instead, use the
5802 new auto var c_context to record the stacked value.
5803
5804 Remove nounput option. At an unexpected end of file, we now unput
5805 the minimal input necessary to end cleanly; this simplifies the
5806 code.
5807
5808 Avoid unbounded token sizes where this is easy.
5809
5810 (unexpected_end_of_file): New function.
5811 Use it to systematize the error message on unexpected EOF.
5812 (last-string): Now auto, not static.
5813 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
5814 (scanner_last_string_free): Remove; not used.
5815 (percent_percent_count): Move decl to just before use.
5816 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
5817 not the (never otherwised-used) CHARACTER.
5818
93724f13
AD
58192002-11-07 Akim Demaille <akim@epita.fr>
5820
5821 Let yyerror always receive the msg as last argument, so that
5822 yyerror can be variadic.
5823
5824 * data/yacc.c (b4_yyerror_args): New.
5825 Use it when calling yyerror.
5826 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
5827 Use it when calling yyerror.
5828 * doc/bison.texinfo (Error Reporting): Adjust.
5829 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
5830 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
5831
6e40b4eb
AD
58322002-11-06 Akim Demaille <akim@epita.fr>
5833
5834 #line should have quoted strings.
5835 Ideally, this should be done by m4_quotearg.
5836
5837 * src/scan-skel.l: Include quotearg.h.
5838 Quote __ofile__.
5839 * src/output.c (symbol_printers_output)
5840 (symbol_destructors_output): Quote the file name.
5841
2dfbfc12
AD
58422002-11-06 Akim Demaille <akim@epita.fr>
5843
5844 * tests/regression.at (Invalid inputs): Adjust to the recent
5845 messages.
5846
437c2d80
AD
58472002-11-06 Akim Demaille <akim@epita.fr>
5848
5849 Restore --no-lines.
5850 Reported by Jim Kent.
5851
5852 * data/c.m4 (b4_syncline): New.
5853 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
5854 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
5855 * src/output.c (user_actions_output): Likewise.
5856 (prepare): Define 'b4_synclines_flag'.
2dfbfc12 5857 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
437c2d80 5858
900c5db5
AD
58592002-11-06 Akim Demaille <akim@epita.fr>
5860
5861 * src/main.c (main): Free `infile'.
5862 * src/scan-gram.l (handle_syncline): New.
5863 Recognize `#line'.
5864 * src/output.c (user_actions_output, symbol_destructors_output)
5865 (symbol_printers_output): Use the location's file name, not
5866 infile.
5867 * src/reader.c (prologue_augment, epilogue_set): Likewise.
5868
e183b123 58692002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
51b4a04c 5870
e183b123 5871 * src/tables.c (matching_state): Don't allow states to match if
51b4a04c 5872 either has GLR conflict entries.
e183b123 5873
193eb6b7
PE
58742002-11-05 Paul Eggert <eggert@twinsun.com>
5875
e183b123
PE
5876 * src/scan-gram.l: Use more accurate diagnostics, e.g.
5877 "integer out of range" rather than "invalid value".
5878 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
5879 accordingly.
5880
193eb6b7
PE
5881 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
5882 Also, remove one static variable in the scanner.
5883
5884 * src/scan-gram.l (braces_level): Now auto, not static.
5885 Initialize to zero if the compiler is being picky.
5886 (INITIAL): Clear braces_level instead of incrementing it.
5887 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
5888 as POSIX 1003.1-2001 requires.
5889 * src/system.h (IF_LINT): New macro, taken from coreutils.
5890 * configure.ac: Define "lint" if --enable-gcc-warnings.
5891
29c01725
AD
58922002-11-05 Akim Demaille <akim@epita.fr>
5893
5894 * src/scan-gram.l: When it starts with `%', complain about the
5895 whole directive, not just that `invalid character: %'.
5896
8aeac3ca
AD
58972002-11-04 Akim Demaille <akim@epita.fr>
5898
5899 * Makefile.maint: Update from Autoconf.
5900 (update, cvs-update, po-update, do-po-update): New.
5901
793a58bb
AD
59022002-11-04 Akim Demaille <akim@epita.fr>
5903
5904 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
5905 and yyerror.
5906 Have yyerror `use' its arguments.
5907 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
5908 returns true when location & yacc & pure & parse-param.
5909 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
5910
c4d720cd
AD
59112002-11-04 Akim Demaille <akim@epita.fr>
5912
5913 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
5914 clashes.
5915 * src/scan-gram.l: Use [\'] instead of ['] to pacify
5916 font-lock-mode.
5917 Use complain_at.
5918 Use quote, not quote_n since LOCATION_PRINT no longer uses the
5919 slot 0.
5920
613a0dc5
PE
59212002-11-03 Paul Eggert <eggert@twinsun.com>
5922
5923 * src/reader.c (get_merge_function, grammar_current_rule_check):
5924 Use consistent diagnostics for reporting type name clashes.
5925 Quote the types with <>, for consistency with Yacc.
5926 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
5927
2a8d363a
AD
59282002-11-03 Akim Demaille <akim@epita.fr>
5929
5930 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
5931 New.
5932 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
5933 (b4_parse_param): Remove.
5934 Use b4_identification.
5935 Propagate b4_pure_args where needed to pass them to yyerror.
5936 * data/glr.m4 (b4_parse_param): Remove.
5937 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
5938 (b4_lpure_formals): New.
5939 Use b4_identification.
5940 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
5941 b4_user_formals and b4_user_args.
5942 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
5943 (yyreportAmbiguity): When using a pure parser, also need
5944 the location, and the parse-params.
5945 Adjust callers.
5946 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
5947 When using a pure parser, also need the parse-params.
5948 Adjust callers.
5949 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
5950 (%pure-parser + %parse-param) LALR and GLR parsers.
5951 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
5952 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
5953 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
5954 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
5955 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
5956 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
5957 * doc/bison.texinfo: Untabify the whole file.
5958 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
5959 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
5960 (Error Reporting): Adjust to these new directives.
5961 Document %error-verbose, deprecate YYERROR_VERBOSE.
5962
9e32add8
AD
59632002-11-03 Akim Demaille <akim@epita.fr>
5964
5965 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
5966 AT_CHECK_CALC_GLR invocations to use % directives, instead of
5967 command line options.
5968 * tests/cxx-type.at: Formatting changes.
5969
b02d90a5
PE
59702002-11-03 Paul Eggert <eggert@twinsun.com>
5971
5972 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
5973 to count columns correctly, and to check for invalid inputs.
9e32add8 5974
b02d90a5
PE
5975 Use mbsnwidth to count columns correctly. Account for tabs, too.
5976 Include mbswidth.h.
5977 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
5978 (extend_location): New function.
5979 (YY_LINES): Remove.
5980
5981 Handle CRLF in C code rather than in Lex code.
5982 (YY_INPUT): New macro.
5983 (no_cr_read): New function.
5984
5985 Scan UCNs, even though we don't fully handle them yet.
5986 (convert_ucn_to_byte): New function.
5987
5988 Handle backslash-newline correctly in C code.
5989 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
5990 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
5991 all uses changed.
5992 (tag, splice): New EREs. Do not allow NUL or newline in tags.
5993 Use {splice} wherever C allows backslash-newline.
5994 YY_STEP after space, newline, vertical-tab.
5995 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
9e32add8 5996
b02d90a5
PE
5997 (letter, id): Don't assume ASCII; e.g., spell out a-z.
5998
5999 ({int}, handle_action_dollar, handle_action_at): Check for integer
6000 overflow.
9e32add8 6001
b02d90a5
PE
6002 (YY_STEP): Omit trailing semicolon, so that it's more like C.
6003
6004 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
6005 as well as \000. Check for UCHAR_MAX, not 255.
6006 Allow \x with an arbitrary positive number of digits, as in C.
6007 Check for overflow here.
6008 Allow \? and UCNs, for compatibility with C.
6009
6010 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
6011 with quote slot used by complain_at.
6012
6013 * tests/input.at: Add tests for backslash-newline, m4 quotes
6014 in symbols, long literals, and funny escapes in strings.
6015
6016 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
6017 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
6018 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
6019 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
6020 * m4/mbswidth.m4: New file, from GNU coreutils.
6021
6022 * doc/bison.texinfo (Grammar Outline): Document // comments.
6023 (Symbols): Document that trigraphs have no special meaning in Bison,
6024 nor is backslash-newline allowed.
6025 (Actions): Document that trigraphs have no special meaning.
6026
6027 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
6028 no longer used.
6029
60302002-11-02 Paul Eggert <eggert@twinsun.com>
6031
6032 * src/reader.c: Don't include quote.h; not needed.
6033 (get_merge_function): Reword warning to be consistent with
6034 type clash diagnostic in grammar_current_rule_check.
6035
6036 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
6037 bug in trigraph handling.
6038
6039 * src/output.c (prepare_symbols): When printing token names,
6040 escape "[" as "@<:@" and likewise for "]".
6041
6042 * src/system.h (errno): Remove declaration, as we are now
6043 assuming C89 or better, and C89 guarantees errno.
6044
762b212b
PE
60452002-10-30 Paul Eggert <eggert@twinsun.com>
6046
6047 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
6048 Check for close failures.
6049 * src/files.h (xfclose): Return void, not int, since it always
6050 returned zero.
6051 * src/files.c (xfclose): Likewise. Report I/O error if ferror
6052 indicates one.
6053 * src/output.c (output_skeleton): Use xfclose rather than fclose
6054 and ferror. xfclose now checks ferror.
6055
6056 * data/glr.c (YYLEFTMOST_STATE): Remove.
6057 (yyreportTree): Use a stack-based leftmost state. This avoids
6058 our continuing battles with bogus warnings about initializers.
6059
56100c60
AD
60602002-10-30 Akim Demaille <akim@epita.fr>
6061
6062 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
6063 #if.
6064
51b4a04c
PH
60652002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
6066
6067 * tests/glr-regr1.at: New test for reported regressions.
6068 * tests/testsuite.at: Add glr-regr1.at test.
6069 * tests/Makefile.am: Add glr-regr1.at test.
e183b123 6070
bf1ebda2
PE
60712002-10-24 Paul Eggert <eggert@twinsun.com>
6072
5c16c6b1
PE
6073 Version 1.75a.
6074
bf1ebda2
PE
6075 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
6076 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
6077 we use malloc. Don't assume 'A' through 'Z' are contiguous.
6078 Don't assume strdup exists; POSIX says its an XSI extension.
6079 Check for buffer overflow on input.
6080
b526ee61
AD
60812002-10-24 Akim Demaille <akim@epita.fr>
6082
6083 * src/output.c (output_skeleton): Don't disable M4sugar comments
6084 too soon: it results in comments being expanded.
6085 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
6086 first output.
6087
f1886bb2
AD
60882002-10-24 Akim Demaille <akim@epita.fr>
6089
6090 * data/yacc.c (m4_int_type): New.
6091 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
6092 char' as only yacc.c wants K&R portability.
6093 * data/glr.c (yysigned_char): Remove.
6094 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
6095 Reported by Quoc Peyrot.
6096
c5576256
PE
60972002-10-23 Paul Eggert <eggert@twinsun.com>
6098
6099 * src/main.c (main): With --trace=time, report times even if a
6100 non-fatal error occurs. Formerly, the times were reported in some
6101 such cases but not in others.
6102 * src/reader.c (reader): Just return if a complaint has been issued,
6103 instead of exiting, so that 'main' can report times.
6104
27b0ffea
AD
61052002-10-22 Akim Demaille <akim@epita.fr>
6106
6107 * src/system.h: Include sys/types.
6108 Reported by Bert Deknuydt.
6109
223a7883
PE
61102002-10-23 Paul Eggert <eggert@twinsun.com>
6111
6112 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
6113 Suggested by Art Haas.
6114
61152002-10-22 Paul Eggert <eggert@twinsun.com>
6116
6117 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
6118 decl; not needed any more.
6119 * src/main.c (main): Use return to exit, undoing yesterday's change.
6120 The last OS that we could find where this wouldn't work is
6121 SunOS 3.5, and that's too old to worry about now.
6122
6123 * data/glr.c (struct yyltype): Define members even when not
6124 doing locations. This is more consistent with yacc.c, and it
6125 works around the following bug reports:
161a71f3
PE
6126 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
6127 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
27b0ffea 6128
223a7883
PE
6129 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
6130 @acronym consistently. Standardize on "Yacc" instead of "YACC",
6131 "Algol" instead of "ALGOL". Give a bit more history about BNF.
6132
8b76775a
AD
61332002-10-22 Akim Demaille <akim@epita.fr>
6134
6135 * data/README: New.
6136
6db10d14
PE
61372002-10-21 Paul Eggert <eggert@twinsun.com>
6138
6139 Be consistent about 'bool'; the old code used an enum in one
6140 module and an int in another, and this violates the C standard.
6141 * m4/stdbool.m4: New file, from coreutils 4.5.3.
6142 * configure.ac (AC_HEADER_STDBOOL): Add.
6143 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
6144 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
6145 * src/symtab.c (hash_compare_symbol_t): Likewise.
6146 * src/system.h (bool, false, true): Use a definition consistent
6147 with ../lib/hash.c. All uses changed.
6148
6149 * src/complain.c (warning_issued): Renamed from warn_message_count,
6150 so that we needn't worry about integer overflow (!).
6151 Now of type bool. All uses changed.
6152 (complaint_issued): Renamed from complain_message_count; likewise.
6153
6154 * src/main.c (main): Use exit to exit with failure.
27b0ffea 6155
6db10d14
PE
6156 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
6157 rather than 1 and 0.
6158 * src/main.c (main): Likewise.
6159 * src/getargs.c (getargs): Likewise.
6160 * src/reader.c (reader): Likewise.
6161
6162 * src/getarg.c (getargs): Remove duplicate code for
6163 "Try `bison --help'".
6164
6165 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
6166 What was that "2" for?
6167
6168 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
6169 * src/getargs.c (usage): Likewise.
6170
6171 * src/getargs.c (getargs): When there are too few operands, report
6172 the last one. When there are too many, report the first extra
6173 one. This is how diffutils does it.
6174
92a060fd
PE
61752002-10-20 Paul Eggert <eggert@twinsun.com>
6176
6177 Remove K&R vestiges.
6178 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
6179 * src/complain.c (VA_START): Remove. Assume prototypes.
6180 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
6181 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
6182 fatal): Assume prototypes.
6183 * src/complain.h: Assume prototypes.
6184 * src/system.h (PARAMS): Remove.
6185 Include <limits.h> unconditionally, since it's guaranteeed even
6186 for a freestanding C89 compiler.
6187 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
6188 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
8b76775a 6189
e7cb57c0
AD
61902002-10-20 Akim Demaille <akim@epita.fr>
6191
6192 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
6193 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
6194 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
6195 (yyresolveStates, yyresolveAction, yyresolveStack)
6196 (yyprocessOneStack): Use them.
6197 (yy_reduce_print): New.
6198 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
6199
0245f82d
AD
62002002-10-20 Akim Demaille <akim@epita.fr>
6201
6202 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
6203 arguments and output `void'.
6204 (b4_c_function): Rename as...
6205 (b4_c_function_def): this.
6206 (b4_c_function_decl, b4_c_ansi_function_def)
6207 (b4_c_ansi_function_decl): New.
6208 Change the interpretation of the arguments: before `int, foo', now
6209 `int foo, foo'.
6210 * data/yacc.c (yyparse): Prototype and define thanks to these.
6211 Adjust b4_c_function_def uses.
6212 * data/glr.c (yyparse): Likewise, but ANSI only.
6213
39912f52
AD
62142002-10-20 Akim Demaille <akim@epita.fr>
6215
6216 * src/output.c (prepare): Move the definition of `tokens_number',
6217 `nterms_number', `undef_token_number', `user_token_number_max'
6218 to...
6219 (prepare_tokens): Here.
6220 (prepare_tokens): Rename as...
6221 (prepare_symbols): this.
6222 (prepare): Move the definition of `rules_number' to...
6223 (prepare_rules): here.
6224 (prepare): Move the definition of `last', `final_state_number',
6225 `states_number' to...
6226 (prepare_states): here.
6227 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
6228
20c1e2ad
AD
62292002-10-20 Akim Demaille <akim@epita.fr>
6230
6231 * src/tables.h, src/tables.c, src/output.c: Comment changes.
6232
21964f43
AD
62332002-10-20 Akim Demaille <akim@epita.fr>
6234
6235 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
6236 * data/c.m4: here.
6237
66d30cd4
AD
62382002-10-20 Akim Demaille <akim@epita.fr>
6239
6240 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
6241 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
6242 `pair'.
6243 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
6244 `name' to...
6245 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
6246 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
6247 These.
6248
95f2c9fe
PE
62492002-10-19 Paul Eggert <eggert@twinsun.com>
6250
6251 Do not create a temporary file, as that involves security and
6252 cleanup headaches. Instead, use a pair of pipes.
6253 Derived from a suggestion by Florian Krohm.
6254 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
6255 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
6256 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
6257 (BISON_PREREQ_SUBPIPE): Add.
6258 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
6259 Add subpipe.h, subpipe.c.
6260 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
6261 * po/POTFILES.in: Add lib/subpipe.c.
6262 * src/output.c: Include "subpipe.h".
6263 (m4_invoke): Remove decl.
6264 (scan_skel): New decl.
6265 (output_skeleton): Use pipe rather than temporary file for m4 input.
6266 Check that m4sugar.m4 is readable, to avoid deadlock.
6267 Check for pipe I/O error.
6268 * src/scan-skel.l (readpipe): Remove decl.
6269 (scan_skel): New function, to be used in place of m4_invoke.
6270 Read from stream rather than file.
66d30cd4 6271
95f2c9fe
PE
6272 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
6273 float, as this generates a warning on Solaris 8 + GCC 3.2 with
6274 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
6275 this generates a more-accurate value anyway.
6276
6277 * lib/timevar.c (timervar_accumulate): Rename locals to
6278 avoid confusion with similarly-named more-global.
6279 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
6280
6281 * src/output.c (prepare): Use xstrdup to convert char const *
6282 to char *, to avoid GCC warning.
6283
c19988b7
AD
62842002-10-19 Akim Demaille <akim@epita.fr>
6285
6286 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
6287 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
6288 Use them to have `calc.y' ready for %pure-parser.
6289 * data/yacc.c (YYLEX): Pass a yylex return type to
6290 b4_c_function_call.
6291
ae7453f2
AD
62922002-10-19 Akim Demaille <akim@epita.fr>
6293
6294 Prototype support of %lex-param and %parse-param.
6295
6296 * src/parse-gram.y: Add the definition of the %lex-param and
6297 %parse-param tokens, plus their rules.
6298 Drop the `_' version of %glr-parser.
6299 Add the "," token.
6300 * src/scan-gram.l (INITIAL): Scan them.
6301 * src/muscle_tab.c: Comment changes.
6302 (muscle_insert, muscle_find): Rename `pair' as `probe'.
6303 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
6304 (muscle_entry_s): The `value' member is no longer const.
6305 Adjust all dependencies.
6306 * src/muscle_tab.c (muscle_init): Adjust: use
6307 MUSCLE_INSERT_STRING.
6308 Initialize the obstack earlier.
6309 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
6310 (muscle_pair_list_grow): New.
6311 * data/c.m4 (b4_c_function_call, b4_c_args): New.
6312 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
6313 * tests/calc.at: Use %locations, not --locations.
6314 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
6315
0e575721
AD
63162002-10-19 Akim Demaille <akim@epita.fr>
6317
6318 * src/getargs.c (usage): Take status as argument and exit
6319 accordingly.
6320 Report the traditional `Try ... --help' message when status != 0.
6321 (usage, version): Don't take a FILE * as arg, it is pointless.
6322 (getargs): When there is an incorrect number of arguments, make it
6323 an error, and report it GNUlically thanks to `usage ()'.
6324
724ce7f5
PE
63252002-10-18 Paul Eggert <eggert@twinsun.com>
6326
3a781eb2
PE
6327 * data/glr.c (yyreportParseError): Don't assume that sprintf
6328 yields the length of the printed string, as this is not true
6329 on SunOS 4.1.4. Reported by Peter Klein.
6330
724ce7f5
PE
6331 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
6332 * tests/conflicts.at (%nonassoc and eof): Likewise.
6333 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
6334
473d0a75
AD
63352002-10-17 Akim Demaille <akim@epita.fr>
6336
6337 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
6338 * src/getargs.c (trace_types, trace_args): Adjust.
6339 * src/reader.c (grammar_current_rule_prec_set)
6340 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
6341 Standardize error messages.
6342 And s/@prec/%prec/!
6343 (reader): Use trace_flag to enable scanner/parser debugging,
6344 instead of an adhoc scheme.
6345 * src/scan-gram.l: Remove trailing debugging code.
6346
e76d2469
PE
63472002-10-16 Paul Eggert <eggert@twinsun.com>
6348
93e2236a
PE
6349 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
6350 MUSCLE_TAB_H.
6351
e76d2469
PE
6352 * NEWS: Officially drop support for building Bison with K&R C,
6353 since it didn't work anyway and it's not worth worrying about.
6354 * Makefile.maint (wget_files): Remove ansi2knr.c.
6355 (ansi2knr.c-url_prefix): Remove.
6356 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
6357 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
6358 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
6359
5bd1c419
PE
63602002-10-15 Paul Eggert <eggert@twinsun.com>
6361
6362 Stop using the "enum_" trick for K&R-style function definitions;
6363 it confused me, and I was the author! Instead, assume that people
6364 who want to use K&R C compilers (when using these modules in GCC,
6365 perhaps?) will run ansi2knr.
6366
6367 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
6368 All uses of "enum_" changed to "enum ".
6369 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
6370 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
e76d2469 6371
5bd1c419
PE
6372 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
6373 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
6374 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
6375 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
6376 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
6377 abitset_not, abitset_ones, abitset_or, abitset_or_and,
6378 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
6379 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
6380 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
6381 Use function prototypes; this removes the need for declaring
6382 static functions simply to provide their prototypes.
6383 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
6384 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
6385 bitset_count_, bitset_create, bitset_dump, bitset_first,
6386 bitset_free, bitset_init, bitset_last, bitset_next,
6387 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
6388 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
6389 bitset_print, bitset_release_memory, bitset_toggle_,
6390 bitset_type_choose, bitset_type_get, bitset_type_name_get,
6391 debug_bitset): Likewise.
6392 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
6393 * lib/bitset_stats.c (bitset_log_histogram_print,
6394 bitset_percent_histogram_print, bitset_stats_and,
6395 bitset_stats_and_cmp, bitset_stats_and_or,
6396 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
6397 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
6398 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
6399 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
6400 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
6401 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
6402 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
6403 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
6404 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
6405 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
6406 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
6407 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
6408 bitset_stats_zero): Likewise.
6409 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
6410 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
6411 bitsetv_dump, debug_bitsetv): Likewise.
6412 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
6413 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
6414 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
6415 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
6416 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
6417 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
6418 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
6419 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
6420 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
6421 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
6422 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
6423 Likewise.
6424 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
6425 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
6426 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
6427 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
6428 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
6429 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
6430 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
6431 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
6432 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
6433 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
6434 lbitset_xor_cmp, lbitset_zero): Likewise.
e76d2469 6435
ae26e1f0
AD
64362002-10-14 Akim Demaille <akim@epita.fr>
6437
6438 Version 1.75.
6439
d43baf71
AD
64402002-10-14 Akim Demaille <akim@epita.fr>
6441
6442 * tests/Makefile.am (maintainer-check-posix): New.
6443
7ebc83e3
AD
64442002-10-14 Akim Demaille <akim@epita.fr>
6445
6446 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
6447 member.
6448
05846dae
AD
64492002-10-14 Akim Demaille <akim@epita.fr>
6450
6451 * src/tables.c (table_ninf_remap): base -> tab.
6452 Reported by Matt Rosing.
6453
1318e37d
PE
64542002-10-14 Paul Eggert <eggert@twinsun.com>
6455
447fbb17
PE
6456 * tests/action.at, tests/calc.at, tests/conflicts.at,
6457 tests/cxx-type.at, tests/headers.at, tests/input.at,
6458 tests/regression.at, tests/synclines.at, tests/torture.at:
6459 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
6460 so that the tests still work even if POSIXLY_CORRECT is set.
6461 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
05846dae 6462
1318e37d
PE
6463 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
6464 for portability to K&R hosts. Fix typo: signed char is guaranteed
6465 only to 127, not to 128.
6466 * data/glr.c (yysigned_char): New type.
6467 * data/yacc.c (yysigned_char): Likewise.
6468 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
6469
cc0f0794
PE
64702002-10-13 Paul Eggert <eggert@twinsun.com>
6471
5038f418
PE
6472 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
6473 true due to limited range of data type" warning from GCC.
6474
cc0f0794
PE
6475 * data/c.m4 (b4_token_defines): Protect against double-inclusion
6476 by wrapping enum yytokentype's definition inside #ifndef
6477 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
6478
6fed0802
AD
64792002-10-13 Akim Demaille <akim@epita.fr>
6480
6481 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
6482 Un yy- yyrhs to avoid the name clash with the global YYRHS.
6483
32f0598d
AD
64842002-10-13 Akim Demaille <akim@epita.fr>
6485
6486 * Makefile.maint: Update from Autoconf 2.54.
6487 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
6488
7ea9a33f
AD
64892002-10-13 Akim Demaille <akim@epita.fr>
6490
6491 * src/print.c (print_state): Separate the list of solved conflicts
6492 from the other items.
6493 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
6494
ea99527d
AD
64952002-10-13 Akim Demaille <akim@epita.fr>
6496
6497 Let nondeterministic skeletons be usable with deterministic
6498 tables.
6499
6500 With the patch, GAWK compiled by GCC without -O2 passes its test
6501 suite using a GLR parser driven by LALR tables. It fails with -O2
6502 because `struct stat' gives two different answers on my machine:
6503 88 (definition of an auto var) and later 96 (memset on this var).
6504 Hence the stack is badly corrumpted. The headers inclusion is to
6505 blame: if I move the awk.h inclusion before GLR's system header
6506 inclusion, the two struct stat have the same size.
6507
6508 * src/tables.c (pack_table): Always create conflict_table.
6509 (token_actions): Always create conflict_list.
6510 * data/glr.c (YYFLAG): Remove, unused.
6511
f377f69f
AD
65122002-10-13 Akim Demaille <akim@epita.fr>
6513
6514 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
6515 (O0FLAGS): New.
6516 (VALGRIND, GXX): New.
6517 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
6518 * tests/bison.in: Run $PREBISON a pre-command.
6519 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
6520 (maintainer-check-g++): New.
6521 * Makefile.am (maintainer-check): New.
6522
2a1fe6ed
AD
65232002-10-13 Akim Demaille <akim@epita.fr>
6524
6525 * data/glr.c: Formatting changes.
6526 Tweak some trace messages to match yacc.c's.
6527
f50adbbd
AD
65282002-10-13 Akim Demaille <akim@epita.fr>
6529
6530 GLR parsers sometimes raise parse errors instead of performing the
6531 default reduction.
6532 Reported by Charles-Henry de Boysson.
6533
6534 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
ba0fe3c7 6535 check the length of the traces when %glr.
f50adbbd
AD
6536 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
6537 GLR's traces.
6538 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
6539 Test GLR parsers.
6540 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
6541 (yyltype): Remove the yy prefix from the member names.
6542 (yytable): Complete its comment.
6543 (yygetLRActions): Map error action number from YYTABLE from
6544 YYTABLE_NINF to 0.
6545 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
6546 (which was a bug: it should have been YYTABEL_NINF, and yet it was
6547 not satisfying as we could compare an YYACTION computed from
6548 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
6549 only value for error actions.
6550 (yyreportParseError): In verbose parse error messages, don't issue
6551 `error' in the list of expected tokens.
6552 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
6553 next action to perform to match glr.c's decoding.
6554 (yytable): Complete its comment.
6555
bcbad5b9
PE
65562002-10-13 Paul Eggert <eggert@twinsun.com>
6557
6558 Fix problem reported by Henrik Grubbstroem in
161a71f3 6559 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
bcbad5b9
PE
6560 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
6561 because the Bison parser reads the second action before reducing
6562 the first one.
6563 * src/scan-gram.l (rule_length): New static var.
6564 Use it to keep track of the rule length in the scanner, since
6565 we can't expect the parser to be in lock-step sync with the scanner.
6566 (handle_action_dollar, handle_action_at): Use this var.
6567 * tests/actions.at (Exotic Dollars): Test for the problem.
05846dae 6568
14904b89
PE
65692002-10-12 Paul Eggert <eggert@twinsun.com>
6570
1fe611e5
PE
6571 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
6572 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
6573 Include <sys/time.h> when checking for clock_t and struct tms.
6574 Use same include order as source.
6575 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
161a71f3 6576 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
05846dae 6577
1fe611e5
PE
6578 * lib/timevar.c: Update copyright date and clarify comments.
6579 (get_time) [IN_GCC]: Keep the GCC version for reference.
05846dae 6580
1fe611e5
PE
6581 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
6582 GCC version as of today, then merge Bison's changes.
6583 Change "GCC" to "Bison" in copyright notice. timevar.def's
6584 author is Akim, so change that too.
6585
98194095
PE
6586 * src/reader.c (grammar_current_rule_check):
6587 Don't worry about the default action if $$ is untyped.
6588 Prevents bogus warnings reported by Jim Gifford in
161a71f3 6589 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
98194095 6590
14904b89
PE
6591 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
6592 * data/glr.c, data/lalr1.cc, data/yacc.c:
6593 Output token definitions before the first part of user declarations.
6594 Fixes compatibility problem reported by Jim Gifford for kbd in
161a71f3 6595 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
14904b89 6596
ff6dca18
PE
65972002-10-11 Paul Eggert <eggert@twinsun.com>
6598
6599 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
6600 (yyparse): here. This undoes some of the 2002-07-25 change.
6601 Compatibility problem reported by Ralf S. Engelschall with
6602 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
6603
eb714592
AD
66042002-10-11 Akim Demaille <akim@epita.fr>
6605
6606 * tests/regression.at Characters Escapes): New.
6607 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
6608 characters.
6609 Reported by Jan Nieuwenhuizen.
6610
b7195100
AD
66112002-10-11 Akim Demaille <akim@epita.fr>
6612
6613 * po/id.po: New.
6614
f28a0f2d
PE
66152002-10-10 Paul Eggert <eggert@twinsun.com>
6616
6617 Portability fixes for bitsets; this also avoids several GCC
6618 warnings.
6619
6620 * lib/abitset.c: Include <stddef.h>, for offsetof.
6621 * lib/lbitset.c: Likewise.
6622
6623 * lib/abitset.c (abitset_bytes): Return a size that is aligned
6624 properly for vectors of objects. Do not assume that adding a
6625 header size to a multiple of a word size yields a value that is
6626 properly aligned for the whole union.
6627 * lib/bitsetv.c (bitsetv_alloc): Likewise.
6628
6629 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
6630 unique names for structures.
6631 * lib/ebitset.c (ebitset_bytes): Likewise.
6632 * lib/lbitset.c (lbitset_bytes): Likewise.
6633
6634 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
6635 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
6636 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
6637 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
6638 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
6639 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
6640 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
6641 to improve the type-checking that GCC can do.
6642 * lib/bitset.c (bitset_op4_cmp): Likewise.
6643 * lib/bitset_stats.c (bitset_stats_count,
6644 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
6645 bitset_stats_copy, bitset_stats_disjoint_p,
6646 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
6647 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
6648 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
6649 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
6650 bitset_stats_and_or_cmp, bitset_stats_andn_or,
6651 bitset_stats_andn_or_cmp, bitset_stats_or_and,
6652 bitset_stats_or_and_cmp): Likewise.
6653 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
6654 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
6655 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
6656 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
6657
6658 * lib/abitset.h: Include bitset.h, not bbitset.h.
6659 * lib/ebitset.h: Likewise.
6660 * lib/lbitset.h: Likewise.
6661
6662 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
6663 All instances of parameters of type enum bitset_opts are now of
6664 type enum_bitset_opts, to conform to the C Standard, and similarly
6665 for enum_bitset_type.
6666 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
6667 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
6668
6669 Do not use "struct bitset_struct" to mean different things in
6670 different modules. Not only is this confusing, it violates
6671 the C Standard, which requires that structure types in different
6672 modules must be compatible if one is to be passed to the other.
6673 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
6674 All instances of "struct bitset_struct *" replaced with "bitset".
6675 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
6676 (union bitset_union, struct abitset_struct, struct ebitset_struct,
6677 struct lbitset_struct, struct bitset_stats_struct): New types.
6678 All uses of struct bitset_struct changed to union bitset_union,
6679 etc.
ba0fe3c7 6680 * lib/abitset.c (struct abitset_struct, abitset,
f28a0f2d
PE
6681 struct bitset_struct): Remove.
6682 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
6683 struct bitset_struct): Remove.
6684 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
6685 bitset_struct): Remove.
6686 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
6687 Likewise.
6688
6689 Do not call a function of type T using a call that assumes the
6690 function is of a different type U. Standard C requires that a
6691 function must be called with a type that is compatible with its
6692 definition.
6693 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
6694 New decls.
6695 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
6696 New functions.
6697 * lib/ebitset.c (PFV): Remove.
6698 * lib/lbitset.c (PFV): Likewise.
6699 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
6700 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
6701 decls.
6702 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
6703 (ebitset_vtable): Use them.
6704 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
6705 lbitset_xor): New functions.
6706 (lbitset_vtable): Use them.
6707
6708 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
6709 Declare.
6710
6711 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
6712 GCC warning.
6713 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
6714 Use offsetof, for simplicity.
6715
6fbe4984
PE
67162002-10-06 Paul Eggert <eggert@twinsun.com>
6717
6718 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
6719 the same width as int. This reapplies a hunk of the 2002-08-12 patch
161a71f3 6720 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
6fbe4984
PE
6721 which was inadvertently undone by the 2002-09-30 patch.
6722 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
6723 the same width as int.
6724
420f93c8
PE
67252002-10-04 Paul Eggert <eggert@twinsun.com>
6726
6727 Version 1.50.
6728
6729 * configure.ac (AC_INIT), NEWS: Increment version number.
6730
6731 * doc/bison.texinfo: Minor spelling, grammar, and white space
6732 fixes.
6733 (Symbols): Mention that any negative value returned from yylex
6734 signifies end-of-input. Warn about negative chars. Mention
6735 the portable Standard C character set.
6736
6737 The GNU coding standard says CFLAGS and YFLAGS are reserved
6738 for the installer to set.
6739 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
6740 * src/Makefile.am (AM_CFLAGS): Likewise.
6741 (AM_YFLAGS): Renamed from YFLAGS.
6742
6743 Fix some MAX and MIN problems.
6744 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
6745 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
6746 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
6747 * src/reader.c (reader): Use it.
6748
6749 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
6750 POSIX 1003.1-2001 has removed fgrep.
6751
67522002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6753
6754 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
6755 interpreted as signed.
6756 * lib/ebitset.c (ebitset_list): Fix bug.
6757
ff68026d
PE
67582002-10-01 Paul Eggert <eggert@twinsun.com>
6759
6760 More fixes for 64-bit hosts and large bitsets.
6761
6762 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
6763 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
6764 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
6765 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
6766 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
6767 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
6768 bitset_count_): Likewise.
6769 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
6770 bitset_first, bitset_last): Likewise.
6771 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
6772 bitset_stats_list_reverse, bitset_stats_size,
6773 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
6774 Likewise.
6775 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
6776 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
6777 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
6778 bitsetv_reflexive_transitive_closure): Likewise.
6779 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
6780 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
6781 Likewise.
6782 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
6783 Likewise.
420f93c8 6784
ff68026d
PE
6785 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
6786 Use size_t, not unsigned int, to count bytes.
6787 * lib/abitset.h (abitset_bytes): Likewise.
6788 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
6789 Likewise.
6790 * lib/bitset.h (bitset_bytes): Likewise.
6791 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
6792 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
6793 * lib/bitsetv.c (bitsetv_alloc): Likewise.
6794 * lib/ebitset.c (ebitset_bytes): Likewise.
6795 * lib/ebitset.h (ebitset_bytes): Likewise.
6796 * lib/lbitset.c (lbitset_bytes): Likewise.
6797 * lib/lbitset.h (lbitset_bytes): Likewise.
420f93c8 6798
ff68026d
PE
6799 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
6800 abitset_subset_p, abitset_disjoint_p, abitset_and,
6801 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
6802 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
6803 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
6804 abitset_or_and, abitset_or_and_cmp):
6805 Use bitset_windex instead of unsigned int.
6806 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
6807 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
6808 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
6809 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
6810 Likewise.
6811 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
420f93c8 6812
ff68026d
PE
6813 * lib/bitset.c (bitset_print):
6814 Use proper printf formats for widths of integer types.
6815 * lib/bitset_stats.c (bitset_percent_histogram_print,
6816 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
6817 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
6818 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
6819 * lib/lbitset.c (lbitset_bytes): Likewise.
420f93c8 6820
ff68026d
PE
6821 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
6822 BITSET_SIZE_MAX): New macros.
6823 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
6824 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
6825 to BITSET_WINDEX_MAX.
6826
6827 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
6828 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
6829 since we now return the bitset_bindex type (not int).
6830
6831 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
6832 when computing sizes.
6833 * lib/ebitset.c (ebitset_elts_grow): Likewise.
6834
6835 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
6836 and avoid cast to unsigned.
6837
6aa452a6
AD
68382002-09-30 Akim Demaille <akim@epita.fr>
6839
6840 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
6841 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
6842 Updates from Michael Hayes.
6843
927f7817
AD
68442002-09-30 Art Haas <ahaas@neosoft.com>
6845
6846 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
6847 invocations.
6848 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
6849 defined.
6850
9738f41e
AD
68512002-09-27 Akim Demaille <akim@epita.fr>
6852
6853 Version 1.49c.
6854
a5c75d7f
AD
68552002-09-27 Akim Demaille <akim@epita.fr>
6856
6857 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
6858 (Because of AC_LIBSOURCE).
6859
8280e179
AD
68602002-09-27 Akim Demaille <akim@epita.fr>
6861
6862 Playing with Autoscan.
6863
6864 * configure.ac: Remove the old LIBOBJ tweaks.
6865 (AC_REPLACE_FUNCS): Add strrchr and strtol.
6866 * lib/strrchr.c: New.
6867 * lib/strtol.c: New, from the Coreutils 4.5.1.
6868
ae64af35
AD
68692002-09-27 Akim Demaille <akim@epita.fr>
6870
6871 Playing with Autoscan.
6872
6873 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
6874 * lib/Makefile.am (libbison_a_SOURCES): No longer include
6875 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
6876 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
6877 Coreutils 4.5.1.
6878
d1a1114f
AD
68792002-09-24 Akim Demaille <akim@epita.fr>
6880
6881 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
6882 (Frequently Asked Questions, Parser Stack Overflow): New.
6883
b906441c
AD
68842002-09-13 Akim Demaille <akim@epita.fr>
6885
6886 Playing with autoscan.
6887
6888 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
6889 * src/files.c (skeleton_find): Remove, unused.
6890 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
6891 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
6892
bd701811
AD
68932002-09-13 Akim Demaille <akim@epita.fr>
6894
6895 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
6896 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
6897
e0a13e7b
AD
68982002-09-13 Akim Demaille <akim@epita.fr>
6899
6900 * configure.ac: Require 2.54.
6901 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
6902 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
6903 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
6904 Remove, provided by Autoconf macros.
6905
c97011bf
AD
69062002-09-12 Akim Demaille <akim@epita.fr>
6907
6908 * m4/prereq.m4: Update, from Coreutils 4.5.1.
6909
d862b1be
AD
69102002-09-12 Akim Demaille <akim@epita.fr>
6911
6912 * m4/prereq.m4: Update, from Fileutils 4.1.5.
6913 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
6914 Reported by Martin Mokrejs.
6915
3d38c03a
AD
69162002-09-10 Akim Demaille <akim@epita.fr>
6917
6918 * src/parse-gram.y: Associate a human readable string to each
6919 token type.
6920 * tests/regression.at (Invalid inputs): Adjust.
6921
b6347355
AD
69222002-09-10 Gary V. Vaughan <gary@gnu.org>
6923
6924 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
6925 with an Autoconf-2.5x style configure.ac.
6926
09ba4ab2
PE
69272002-09-06 Paul Eggert <eggert@twinsun.com>
6928
6929 * doc/bison.texinfo (Conditions): Make explicit that the GPL
6930 exception applies only to yacc.c. This is a modification of a
6931 patch originally suggested by Akim Demaille.
6932
21846f69
AD
69332002-09-06 Akim Demaille <akim@epita.fr>
6934
09ba4ab2
PE
6935 * data/c.m4 (b4_copyright): Move the GPL exception comment from
6936 here to...
6937 * data/yacc.c: here.
6938
21846f69
AD
6939 * data/lalr1.cc (struct yyltype): Don't define it, since we use
6940 LocationType.
6941 (b4_ltype): Default to yy::Location from location.hh.
6942
c0ad8bf3
AD
69432002-09-04 Jim Meyering <jim@meyering.net>
6944
6945 * data/yacc.c: Guard the declaration of yytoknum also with
6946 `#ifdef YYPRINT', so it is declared only when used.
6947
3a93251e
AD
69482002-09-04 Akim Demaille <akim@epita.fr>
6949
6950 * configure.in: Rename as...
6951 * configure.ac: this.
6952 Bump to 1.49c.
6953
427c0dda
AD
69542002-09-04 Akim Demaille <akim@epita.fr>
6955
6956 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
6957 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
6958 translate maintainer only messages.
6959
6a254321
PE
69602002-08-12 Paul Eggert <eggert@twinsun.com>
6961
645e30d1
PE
6962 Version 1.49b.
6963
6a254321
PE
6964 * Makefile.am (SUBDIRS): Remove intl.
6965 (DISTCLEANFILES): Remove.
6966 * NEWS: Mention that GNU M4 is now required. Clarify what is
6967 meant by "larger grammars". Mention the pt_BR translation.
6968 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
6969 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
6970 Bump version from 0.11.2 to 0.11.5.
6971 (BISON_PREREQ_STAGE): Remove.
6972 (AM_GNU_GETTEXT): Use external gettext.
6973 (AC_OUTPUT): Remove intl/Makefile.
6974
6975 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
6976
6977 * data/glr.c: Include string.h, for strlen.
6978 (yyreportParseError): Use size_t for yysize.
6979 (yy_yypstack): No longer nested inside yypstates, as nested
6980 functions are not portable. Do not assume size_t is the
6981 same width as int.
6982 (yypstates): Do not assume that ptrdiff_t is the same width
6983 as int, and similarly for yyposn and YYINDEX.
6984
6985 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
6986
6987 * lib/Makefile.am (INCLUDES): Do not include from the intl
6988 directory, which has been removed.
6989 * src/Makefile.am (INCLUDES): Likewise.
6990
6991 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
6992 (bitsets_sources, additional_bitsets_sources, timevars_sources):
6993 New vars.
6994
6995 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
6996 * tests/Makefile.am (EXTRA_DIST): Likewise.
6997
6998 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
6999 Do not assume that bitset_windex is the same width as unsigned.
7000
7001 * lib/abitset.c (abitset_unused_clear): Do not assume that
7002 bitset_word is the same width as int.
7003 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
7004 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
7005 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
7006 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
7007 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
7008
7009 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
7010 portability to one's complement hosts!).
7011 * lib/ebitset.c (ebitset_op1): Likewise.
7012 * lib/lbitset.c (lbitset_op1): Likewise.
7013
7014 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
7015 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
7016 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
7017 Sync with fileutils.
7018 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
7019 lib/gettext.h: Sync with diffutils.
7020
7021 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
7022 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
7023
7024 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
7025 PROTOTYPES to check for prototypes, and "defined __STDC__" to
7026 check for void *.
7027
7028 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
7029 size_t; the old version tried to do this but casted improperly.
7030 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
7031 (bitset_test): Now returns int, not unsigned long.
7032
7033 * lib/bitset_stats.c: Include "gettext.h".
7034 (_): New macro.
7035 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
7036 name locals "index", as it generates unnecessary warnings on some
7037 hosts that have an "index" function.
7038
7039 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
7040 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
7041 they need translation.
7042 * src/LR0.c (state_list_append, new_itemsets, get_state,
7043 append_states, generate_states): Likewise.
7044 * src/assoc.c (assoc_to_string): Likewise.
7045 * src/closure.c (print_closure, set_firsts, closure): Likewise.
7046 * src/gram.c (grammar_dump): Likewise.
7047 * src/injections.c (injections_compute): Likewise.
7048 * src/lalr.c (lookaheads_print): Likewise.
7049 * src/relation.c (relation_transpose): Likewise.
7050 * src/scan-gram.l: Likewise.
7051 * src/tables.c (table_grow, pack_vector): Likewise.
7052
7053 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
7054 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
7055 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
7056 * m4/mbstate_t.m4: Sync with fileutils.
7057 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
7058
7059 * po/LINGUAS: Add pt_BR.
7060 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
7061 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
7062 lib/timevar.c.
7063 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
7064 manual recommends.
7065 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
7066
7067 * src/complain.c (strerror_r): Remove decl; not needed.
7068 (strerror): Use same pattern as ../lib/error.c.
7069
7070 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
7071
7072 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
7073
7074 * src/main.c (main): Cast result of bindtextdomain and textdomain
7075 to void, to avoid a GCC warning when --disable-nls is in effect.
7076
7077 * src/scan-gram.l: Use strings rather than escapes when possible,
7078 to minimize the number of warnings from xgettext.
7079 (handle_action_dollar, handle_action_at): Don't use isdigit,
7080 as it mishandles negative chars and it may not work as expected
7081 outside the C locale.
7082
7083 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
7084 this is a GCC extension and is not portable to other compilers.
7085
7086 * src/system.h (alloca): Use same pattern as ../lib/error.c.
7087 Do not include <ctype.h>; no longer needed.
7088 Do not include <malloc.h>; no longer needed (and generates
7089 warnings on OpenBSD 3.0).
7090
7091 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
7092 it's not portable.
7093
7094 * tests/regression.at: Do not use 'cc -c input.c -o input';
7095 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
7096
7097 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
7098 exit status as failure, not just exit status 1. Sun C exits
7099 with status 2 sometimes.
7100
7101 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
7102 Use it for the two large tests.
7103
c8f002c7
AD
71042002-08-02 Akim Demaille <akim@epita.fr>
7105
7106 * src/conflicts.c (conflicts_output): Don't output rules never
7107 reduced here, since anyway that computation doesn't work.
7108 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
7109 (rule_useless_p, rule_never_reduced_p): New.
7110 (grammar_rules_partial_print): Use a filter instead of a range.
7111 Display the title only if needed.
7112 (grammar_rules_print): Adjust.
7113 (grammar_rules_never_reduced_report): New.
7114 * src/tables.c (action_row): Move the computation of rules never
7115 reduced to...
7116 (token_actions): here.
7117 * src/main.c (main): Make the parser before making the report, so
7118 that rules never reduced are computed.
7119 Call grammar_rules_never_reduced_report.
7120 * src/print.c (print_results): Report rules never reduced.
7121 * tests/conflicts.at, tests/reduce.at: Adjust.
7122
cd08e51e
AD
71232002-08-01 Akim Demaille <akim@epita.fr>
7124
7125 Instead of attaching lookaheads and duplicating the rules being
7126 reduced by a state, attach the lookaheads to the reductions.
7127
7128 * src/state.h (state_t): Remove the `lookaheads',
7129 `lookaheads_rule' member.
7130 (reductions_t): Add a `lookaheads' member.
7131 Use a regular array for the `rules'.
7132 * src/state.c (reductions_new): Initialize the lookaheads member
7133 to 0.
7134 (state_rule_lookaheads_print): Adjust.
7135 * src/state.h, src/state.c (state_reductions_find): New.
7136 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
7137 (count_rr_conflicts): Adjust.
7138 * src/lalr.c (LArule): Remove.
7139 (add_lookback_edge): Adjust.
7140 (state_lookaheads_count): New.
7141 (states_lookaheads_initialize): Merge into...
7142 (initialize_LA): this.
7143 (lalr_free): Adjust.
7144 * src/main.c (main): Don't free nullable and derives too early: it
7145 is used by --verbose.
7146 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
7147
bb0027a9
AD
71482002-08-01 Akim Demaille <akim@epita.fr>
7149
7150 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
7151 `rule_number_t**'.
7152 (set_derives, free_derives): Rename as...
7153 (derives_compute, derives_free): this.
7154 Adjust all dependencies.
7155 * src/nullable.c (set_nullable, free_nullable): Rename as...
7156 (nullable_compute, nullable_free): these.
7157 (rule_list_t): Store rule_t *, not rule_number_t.
7158 * src/state.c (state_rule_lookaheads_print): Directly compare rule
7159 pointers, instead of their numbers.
7160 * src/main.c (main): Call nullable_free, and derives_free earlier,
7161 as they were lo longer used.
7162
3325ddc4
AD
71632002-08-01 Akim Demaille <akim@epita.fr>
7164
7165 * lib/timevar.c (get_time): Include children time.
7166 * src/lalr.h (LA, LArule): Don't export them: used with the
7167 state_t.
7168 * src/lalr.c (LA, LArule): Static.
7169 * src/lalr.h, src/lalr.c (lalr_free): New.
7170 * src/main.c (main): Call it.
7171 * src/tables.c (pack_vector): Check whether loc is >= to the
7172 table_size, not >.
7173 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
7174 (tables_generate): do it, since that's also it which allocates
7175 them.
7176 Don't free LA and LArule, main does.
7177
c6f1a33c
AD
71782002-07-31 Akim Demaille <akim@epita.fr>
7179
7180 Separate parser tables computation and output.
7181
7182 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
7183 (conflict_list, conflict_list_cnt, table, check, table_ninf)
7184 (yydefgoto, yydefact, high): Move to...
7185 * src/tables.h, src/tables.c: here.
7186 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
7187 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
7188 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
7189 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
7190 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
7191 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
7192 (action_row, save_row, token_actions, save_column, default_goto)
7193 (goto_actions, sort_actions, matching_state, pack_vector)
7194 (table_ninf_remap, pack_table, prepare_actions): Move to...
7195 * src/tables.c: here.
7196 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
7197 * src/output.c (token_actions, output_base, output_conflicts)
7198 (output_check): Merge into...
7199 (prepare_actions): this.
7200 (actions_output): Rename as...
7201 (user_actions_output): this.
7202 * src/main.c (main): Call tables_generate and tables_free.
7203
1509d42f
AD
72042002-07-31 Akim Demaille <akim@epita.fr>
7205
7206 Steal GCC's --time-report support.
7207
7208 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
7209 stolen/adjusted from GCC.
7210 * m4/stage.m4: Remove time related checks.
7211 * m4/timevar.m4: New.
7212 * configure.in: Adjust.
7213 * src/system.h: Adjust to using timevar.h.
7214 * src/getargs.h, src/getargs.c: Support trace_time for
7215 --trace=time.
7216 * src/main.c (stage): Remove.
7217 (main): Replace `stage' invocations with timevar calls.
7218 * src/output.c: Insert pertinent timevar calls.
7219
273a74fa
AD
72202002-07-31 Akim Demaille <akim@epita.fr>
7221
7222 Let --trace have arguments.
7223
7224 * src/getargs.h (enum trace_e): New.
7225 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
7226 (long_options, short_options): --trace/-T takes an optional
7227 argument.
7228 Change all the uses of trace_flag to reflect the new flags.
7229 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
7230
7231 Strengthen `stage' portability.
7232
7233 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
7234 * configure.in: Use it.
7235 Don't check for malloc.h and sys/times.h.
7236 * src/system.h: Include them when appropriate.
7237 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
7238 times and struct tms are available.
7239
217598da
AD
72402002-07-30 Akim Demaille <akim@epita.fr>
7241
7242 In verbose parse error message, don't report `error' as an
7243 expected token.
7244 * tests/actions.at (Printers and Destructors): Adjust.
7245 * tests/calc.at (Calculator $1): Adjust.
7246 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
7247 error message, do not report the parser accepts the error token in
7248 that state.
7249
52489d44
AD
72502002-07-30 Akim Demaille <akim@epita.fr>
7251
7252 Normalize conflict related messages.
7253
7254 * src/complain.h, src/complain.c (warn, complain): New.
7255 * src/conflicts.c (conflicts_print): Use them.
7256 (conflict_report_yacc): New, extracted from...
7257 (conflicts_print): here.
7258 * tests/conflicts.at, tests/existing.at: Adjust.
7259
e8832397
AD
72602002-07-30 Akim Demaille <akim@epita.fr>
7261
7262 Report rules which are never reduced by the parser: those hidden
7263 by conflicts.
7264
7265 * src/LR0.c (save_reductions): Don't make the final state too
7266 different: save its reduction (accept) instead of having a state
7267 without any action (no shift or goto, no reduce).
7268 Note: the final state is now a ``regular'' state, i.e., the
7269 parsers now contain `reduce 0' as default reduction.
7270 Nevertheless, since they decide to `accept' when yystate =
7271 final_state, they still will not reduce rule 0.
7272 * src/print.c (print_actions, print_reduction): Adjust.
7273 * src/output.c (action_row): Track reduced rules.
7274 (token_actions): Report rules never reduced.
7275 * tests/conflicts.at, tests/regression.at: Adjust.
7276
caf23d24
AD
72772002-07-30 Akim Demaille <akim@epita.fr>
7278
7279 `stage' was accidently included in a previous patch.
7280 Initiate its autoconfiscation.
7281
7282 * configure.in: Look for malloc.h and sys/times.h.
7283 * src/main.c (stage): Adjust.
7284 Report only when trace_flag.
7285
640748ee
AD
72862002-07-29 Akim Demaille <akim@epita.fr>
7287
7288 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
7289 state_number_t.
7290 (errs_t): symbol_t*, not symbol_number_t.
7291 (reductions_t): rule_t*, not rule_number_t.
7292 (FOR_EACH_SHIFT): New.
7293 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
7294 * src/print.c, src/print_graph.c: Adjust.
7295
88bce5a2
AD
72962002-07-29 Akim Demaille <akim@epita.fr>
7297
7298 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
7299
7300 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
7301 (endtoken, accept): these.
7302 * src/reader.c (reader): Set endtoken's default tag to "$end".
7303 Set undeftoken's tag to "$undefined" instead of "$undefined.".
7304 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
7305 Adjust.
7306
1bfb97db
AD
73072002-07-29 Akim Demaille <akim@epita.fr>
7308
7309 * src/reduce.c (reduce_grammar): When the language is empty,
7310 complain about the start symbol, not the axiom.
7311 Use its location.
7312 * tests/reduce.at (Empty Language): New.
7313
fc5734fe
AD
73142002-07-26 Akim Demaille <akim@epita.fr>
7315
7316 * src/reader.h, src/reader.c (gram_error): ... can't get
7317 yycontrol without making too strong assumptions on the parser
7318 itself.
7319 * src/output.c (prepare_tokens): Use the real 0th value of
7320 token_translations instead of `0'.
7321 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
7322 visible here.
7323 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
7324 for the time being: %locations ought to provide it to yyerror.
7325
3650b4b8
AD
73262002-07-25 Akim Demaille <akim@epita.fr>
7327
7328 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
7329 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
7330 * tests/regression.at (Web2c Actions): Adjust.
7331
4b3d3a8e
AD
73322002-07-25 Akim Demaille <akim@epita.fr>
7333
7334 Stop storing rules from 1 to nrules + 1.
7335
7336 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
7337 * src/nullable.c, src/output.c, src/print.c, src/reader.c
7338 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
7339 Iterate from 0 to nrules.
7340 Use rule_number_as_item_number and item_number_as_rule_number.
7341 Adjust to `derive' now containing possibly 0.
7342 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
7343 Handle the `- 1' part in rule numbers from/to item numbers.
7344 * src/conflicts.c (log_resolution): Fix the message which reversed
7345 shift and reduce.
7346 * src/output.c (action_row): Initialize default_rule to -1.
7347 (token_actions): Adjust.
7348 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
7349 expected output.
7350 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
7351
4a2a22f4
AD
73522002-07-25 Akim Demaille <akim@epita.fr>
7353
7354 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
7355 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
7356 (b4_c_knr_arg_decl): New.
7357 * data/yacc.c: Use it to define yysymprint, yydestruct, and
7358 yyreport_parse_error.
7359
b8df3223
AD
73602002-07-25 Akim Demaille <akim@epita.fr>
7361
7362 * data/yacc.c (yyreport_parse_error): New, extracted from...
7363 (yyparse): here.
7364 (yydestruct, yysymprint): Move above yyparse.
7365 Be K&R compliant.
7366
a762e609
AD
73672002-07-25 Akim Demaille <akim@epita.fr>
7368
7369 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
7370 replace...
7371 (b4_sint_type, b4_uint_type): these.
7372 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
7373 * tests/regression.at (Web2c Actions): Adjust.
7374
12b0043a
AD
73752002-07-25 Akim Demaille <akim@epita.fr>
7376
7377 * src/gram.h (TIEM_NUMBER_MAX): New.
7378 (item_number_of_rule_number, rule_number_of_item_number): Rename
7379 as...
7380 (rule_number_as_item_number, item_number_as_rule_number): these.
7381 Adjust dependencies.
7382 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
7383 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
7384 (symbol_number_to_vector_number): New.
7385 (order): Of vector_number_t* type.
7386 (base_t, BASE_MAX, BASE_MIN): New.
7387 (froms, tos, width, pos, check): Of base_t type.
7388 (action_number_t, ACTION_MIN, ACTION_MAX): New.
7389 (actrow): Of action_number_t type.
7390 (conflrow): Of unsigned int type.
7391 (table_ninf, base_ninf): New.
7392 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
7393 (muscle_insert_int_table, muscle_insert_base_table)
7394 (muscle_insert_rule_number_table): New.
7395 (prepare_tokens): Output `toknum' as int_table.
7396 (action_row): Returns a rule_number_t.
7397 Use ACTION_MIN, not SHRT_MIN.
7398 (token_actions): yydefact is rule_number_t*.
7399 (table_ninf_remap): New.
7400 (pack_table): Use it for `base' and `table'.
7401 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
7402 replaced with...
7403 (YYPACT_NINF, YYTABLE_NINF): these.
7404 (yypact, yytable): Compute their types instead of hard-coded
7405 `short'.
7406 * tests/regression.at (Web2c Actions): Adjust.
7407
5dde258a
AD
74082002-07-19 Akim Demaille <akim@epita.fr>
7409
7410 * src/scan-gram.l (id): Can start with an underscore.
7411
a945ec39
AD
74122002-07-16 Akim Demaille <akim@epita.fr>
7413
7414 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
7415 Adjust all former `associativity' dependencies.
7416 * src/symtab.c (symbol_new): Default associativity is `undef', not
7417 `right'.
7418 (symbol_check_alias_consistence): Adjust.
7419
fae437e8
AD
74202002-07-09 Akim Demaille <akim@epita.fr>
7421
7422 * doc/bison.texinfo: Properly set the ``header'' part.
7423 Use @dircategory ``GNU programming tools'' as per Texinfo's
7424 documentation.
7425 Use @copying.
7426
1a715ef2
AD
74272002-07-09 Akim Demaille <akim@epita.fr>
7428
7429 * lib/quotearg.h: Protect against multiple inclusions.
7430 * src/location.h (location_t): Add a `file' member.
7431 (LOCATION_RESET, LOCATION_PRINT): Adjust.
7432 * src/complain.c (warn_at, complain_at, fatal_at): Drop
7433 `error_one_per_line' support.
7434
a5d50994
AD
74352002-07-09 Akim Demaille <akim@epita.fr>
7436
7437 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
7438 * src/reader.c (lineno): Remove.
7439 Adjust all dependencies.
7440 (get_merge_function): Take a location and use complain_at.
7441 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
7442 * tests/regression.at (Invalid inputs, Mixing %token styles):
7443 Adjust.
7444
b275314e
AD
74452002-07-09 Akim Demaille <akim@epita.fr>
7446
7447 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
7448 recovery rule, and forbid extensions when --yacc.
7449 (gram_error): Use complain_at.
7450 * src/reader.c (reader): Exit if there were parse errors.
7451
865b9df1
AD
74522002-07-09 Akim Demaille <akim@epita.fr>
7453
7454 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
7455 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
7456 Reported by R Blake <blakers@mac.com>.
7457
c76e14da
AD
74582002-07-09 Akim Demaille <akim@epita.fr>
7459
7460 * data/yacc.c: Output the copyright notive in the header.
7461
7db2ed2d
AD
74622002-07-03 Akim Demaille <akim@epita.fr>
7463
7464 * src/output.c (froms, tos): Are state_number_t.
7465 (save_column): sp, sp1, and sp2 are state_number_t.
7466 (prepare): Rename `final' as `final_state_number', `nnts' as
7467 `nterms_number', `nrules' as `rules_number', `nstates' as
7468 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
7469 unused.
7470 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
7471 * data/lalr1.cc (nsym_): Remove, unused.
7472
e68e0410
AD
74732002-07-03 Akim Demaille <akim@epita.fr>
7474
7475 * src/lalr.h, src/lalr.c (goto_number_t): New.
7476 * src/lalr.c (goto_list_t): New.
7477 Propagate them.
7478 * src/nullable.c (rule_list_t): New.
7479 Propagate.
7480 * src/types.h: Remove.
7481
e1a4f3a4
AD
74822002-07-03 Akim Demaille <akim@epita.fr>
7483
7484 * src/closure.c (print_fderives): Use rule_rhs_print.
7485 * src/derives.c (print_derives): Use rule_rhs_print.
7486 (rule_list_t): New, replaces `shorts'.
7487 (set_derives): Add comments.
7488 * tests/sets.at (Nullable, Firsts): Adjust.
7489
536545f3
AD
74902002-07-03 Akim Demaille <akim@epita.fr>
7491
7492 * src/output.c (prepare_actions): Free `tally' and `width'.
7493 (prepare_actions): Allocate and free `order'.
7494 * src/symtab.c (symbols_free): Free `symbols'.
7495 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
7496 * src/output.c (m4_invoke): Move to...
7497 * src/scan-skel.l: here.
7498 (<<EOF>>): Close yyout, and free its name.
7499
8b752b00
AD
75002002-07-03 Akim Demaille <akim@epita.fr>
7501
7502 Fix some memory leaks, and fix a bug: state 0 was examined twice.
7503
7504 * src/LR0.c (new_state): Merge into...
7505 (state_list_append): this.
7506 (new_states): Merge into...
7507 (generate_states): here.
7508 (set_states): Don't ensure a proper `errs' state member here, do it...
7509 * src/conflicts.c (conflicts_solve): here.
7510 * src/state.h, src/state.c: Comment changes.
7511 (state_t): Rename member `shifts' as `transitions'.
7512 Adjust all dependencies.
7513 (errs_new): For consistency, also take the values as argument.
7514 (errs_dup): Remove.
7515 (state_errs_set): New.
7516 (state_reductions_set, state_transitions_set): Assert that no
7517 previous value was assigned.
7518 (state_free): New.
7519 (states_free): Use it.
7520 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
7521 temporary storage: use `errs' and `nerrs' as elsewhere.
7522 (set_conflicts): Allocate and free this `errs'.
7523
613f5e1a
AD
75242002-07-02 Akim Demaille <akim@epita.fr>
7525
7526 * lib/libiberty.h: New.
7527 * lib: Update the bitset implementation from upstream.
7528 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
7529 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
7530 * src/main.c: Adjust bitset stats calls.
7531
26e0cadc
PE
75322002-07-01 Paul Eggert <eggert@twinsun.com>
7533
7534 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
7535 char, so that negative chars don't collide with $.
7536
1154cced
AD
75372002-06-30 Akim Demaille <akim@epita.fr>
7538
7539 Have the GLR tests be `warning' checked, and fix the warnings.
7540
7541 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
7542 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
7543 (yyremoveDeletes): `yyi' and `yyj' are size_t.
7544 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
7545 (yyaddDeferredAction): static.
7546 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
7547 (yyreportParseError): yyprefix is const.
7548 yytokenp is used only when verbose.
7549 (yy__GNUC__): Replace with __GNUC__.
7550 (yypdumpstack): yyi is size_t.
7551 (yypreference): Un-yy local variables and arguments, to avoid
7552 clashes with `yyr1'. Anyway, we are not in the user name space.
7553 (yytname_size): be an int, as is compared with ints.
7554 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
7555 Use them.
7556 * tests/cxx-gram.at: Use quotation to protect $1.
7557 Use AT_COMPILE to enable warnings hunts.
7558 Prototype yylex and yyerror.
7559 `Use' argc.
7560 Include `string.h', not `strings.h'.
7561 Produce and prototype stmtMerge only when used.
7562 yylex takes a location.
7563
97650f4e
AD
75642002-06-30 Akim Demaille <akim@epita.fr>
7565
7566 We spend a lot of time in quotearg, in particular when --verbose.
7567
7568 * src/symtab.c (symbol_get): Store a quoted version of the key.
7569 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
7570 Adjust all callers.
7571
d2576365
AD
75722002-06-30 Akim Demaille <akim@epita.fr>
7573
7574 * src/state.h (reductions_t): Rename member `nreds' as num.
7575 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
7576 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
7577
ccaf65bc
AD
75782002-06-30 Akim Demaille <akim@epita.fr>
7579
7580 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
7581 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
7582 (shifts_to): Rename as...
7583 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
7584 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
7585 (TRANSITION_IS_DISABLED, transitions_to): these.
7586
87675353
AD
75872002-06-30 Akim Demaille <akim@epita.fr>
7588
7589 * src/print.c (print_shifts, print_gotos): Merge into...
7590 (print_transitions): this.
7591 (print_transitions, print_errs, print_reductions): Align the
7592 lookaheads columns.
7593 (print_core, print_transitions, print_errs, print_state,
7594 print_grammar): Output empty lines separator before, not after.
7595 (state_default_rule_compute): Rename as...
7596 (state_default_rule): this.
7597 * tests/conflicts.at (Defaulted Conflicted Reduction),
7598 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
7599 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
7600
ce4ccb4b
AD
76012002-06-30 Akim Demaille <akim@epita.fr>
7602
7603 Display items as we display rules.
7604
7605 * src/gram.h, src/gram.c (rule_lhs_print): New.
7606 * src/gram.c (grammar_rules_partial_print): Use it.
7607 * src/print.c (print_core): Likewise.
7608 * tests/conflicts.at (Defaulted Conflicted Reduction),
7609 (Unresolved SR Conflicts): Adjust.
7610 (Unresolved SR Conflicts): Adjust and rename as...
7611 (Resolved SR Conflicts): this, as was meant.
7612 * tests/regression.at (Web2c Report): Adjust.
7613
bc933ef1
AD
76142002-06-30 Akim Demaille <akim@epita.fr>
7615
7616 * src/print.c (state_default_rule_compute): New, extracted from...
7617 (print_reductions): here.
7618 Pessimize, but clarify the code.
7619 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
7620
53d4308d
AD
76212002-06-30 Akim Demaille <akim@epita.fr>
7622
7623 * src/output.c (action_row): Let default_rule be always a rule
7624 number.
7625
574fb2d5
AD
76262002-06-30 Akim Demaille <akim@epita.fr>
7627
7628 * src/closure.c (print_firsts, print_fderives, closure):
7629 Use BITSET_EXECUTE.
7630 * src/lalr.c (lookaheads_print): Likewise.
7631 * src/state.c (state_rule_lookaheads_print): Likewise.
7632 * src/print_graph.c (print_core): Likewise.
7633 * src/print.c (print_reductions): Likewise.
7634 * src/output.c (action_row): Likewise.
7635 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
7636
05811fd7
AD
76372002-06-30 Akim Demaille <akim@epita.fr>
7638
7639 * src/print_graph.c: Use report_flag.
7640
0e4d5753
AD
76412002-06-30 Akim Demaille <akim@epita.fr>
7642
7643 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
7644 to...
7645 * src/relation.h, src/relation.c (traverse, relation_digraph)
7646 (relation_print, relation_transpose): New.
7647
24c7d800
AD
76482002-06-30 Akim Demaille <akim@epita.fr>
7649
7650 * src/state.h, src/state.c (shifts_to): New.
7651 * src/lalr.c (build_relations): Use it.
7652
9222837b
AD
76532002-06-30 Akim Demaille <akim@epita.fr>
7654
7655 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
7656 (item_number_of_rule_number, rule_number_of_item_number): New.
7657 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
7658 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
7659 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
7660 Propagate their use.
7661 Much remains to be done, in particular wrt `shorts' from types.h.
7662
260008e5
AD
76632002-06-30 Akim Demaille <akim@epita.fr>
7664
7665 * src/symtab.c (symbol_new): Initialize the `printer' member.
7666
8a731ca8
AD
76672002-06-30 Akim Demaille <akim@epita.fr>
7668
7669 * src/LR0.c (save_reductions): Remove, replaced by...
7670 * src/state.h, src/state.c (state_reductions_set): New.
7671 (reductions, errs): Rename as...
7672 (reductions_t, errs_t): these.
7673 Adjust all dependencies.
7674
32e1e0a4
AD
76752002-06-30 Akim Demaille <akim@epita.fr>
7676
7677 * src/LR0.c (state_list_t, state_list_append): New.
7678 (first_state, last_state): Now symbol_list_t.
7679 (this_state): Remove.
7680 (new_itemsets, append_states, save_reductions): Take a state_t as
7681 argument.
7682 (set_states, generate_states): Adjust.
7683 (save_shifts): Remove, replaced by...
7684 * src/state.h, src/state.c (state_shifts_set): New.
7685 (shifts): Rename as...
7686 (shifts_t): this.
7687 Adjust all dependencies.
7688 * src/state.h (state_t): Remove the `next' member.
7689
e5fb6710
AD
76902002-06-30 Akim Demaille <akim@epita.fr>
7691
7692 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
7693 escaped in slot 0.
7694
c7ca99d4
AD
76952002-06-30 Akim Demaille <akim@epita.fr>
7696
7697 Use hash.h for the state hash table.
7698
7699 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
7700 (allocate_storage): Use state_hash_new.
7701 (free_storage): Use state_hash_free.
7702 (new_state, get_state): Adjust.
7703 * src/lalr.h, src/lalr.c (states): Move to...
7704 * src/states.h (state_t): Remove the `link' member, no longer
7705 used.
7706 * src/states.h, src/states.c: here.
7707 (state_hash_new, state_hash_free, state_hash_lookup)
7708 (state_hash_insert, states_free): New.
7709 * src/states.c (state_table, state_compare, state_hash): New.
7710 * src/output.c (output_actions): Do not free states now, since we
7711 still need to know the final_state number in `prepare', called
7712 afterwards. Do it...
7713 * src/main.c (main): here: call states_free after `output'.
7714
df0e7316
AD
77152002-06-30 Akim Demaille <akim@epita.fr>
7716
7717 * src/state.h, src/state.c (state_new): New, extracted from...
7718 * src/LR0.c (new_state): here.
7719 * src/state.h (STATE_ALLOC): Move to...
7720 * src/state.c: here.
7721 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
7722 * src/state.h, src/state.c: here.
7723
39f41916
AD
77242002-06-30 Akim Demaille <akim@epita.fr>
7725
7726 * src/reader.c (gensym): Rename as...
7727 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
7728 (getsym): Rename as...
7729 (symbol_get): this.
7730
d57650a5
AD
77312002-06-30 Akim Demaille <akim@epita.fr>
7732
7733 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
7734 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
7735 * src/output.c, src/print.c, src/print_graph.c: Propagate.
7736 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
7737
5a08f1ce
AD
77382002-06-30 Akim Demaille <akim@epita.fr>
7739
7740 Make the test suite pass with warnings checked.
7741
7742 * tests/actions.at (Printers and Destructors): Improve.
7743 Avoid unsigned vs. signed issues.
7744 * tests/calc.at: Don't exercise the scanner here, do it...
7745 * tests/input.at (Torturing the Scanner): here.
7746
720623af
PH
77472002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7748
88e7e941 7749 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
720623af
PH
7750 reorganize first lines parallel to yacc.c.
7751
fb8135fa
AD
77522002-06-28 Akim Demaille <akim@epita.fr>
7753
7754 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
7755 (b4_token_enum, b4_token_defines): New, factored from...
7756 * data/lalr1.cc, data/yacc.c, glr.c: here.
7757
41442480
AD
77582002-06-28 Akim Demaille <akim@epita.fr>
7759
7760 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
7761 unused variables.
7762 * src/output.c (merger_output): static.
7763
e0e5bf84
AD
77642002-06-28 Akim Demaille <akim@epita.fr>
7765
ba0fe3c7 7766 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
e0e5bf84
AD
7767 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
7768 pacify GCC.
7769 * src/output.c (save_row): Initialize all the variables to pacify GCC.
e0e5bf84 7770
676385e2
PH
77712002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7772
7773 Accumulated changelog for new GLR parsing features.
7774
6a254321 7775 * src/conflicts.c (count_total_conflicts): Change name to
676385e2
PH
7776 conflicts_total_count.
7777 * src/conflicts.h: Ditto.
7778 * src/output.c (token_actions): Use the new name.
7779 (output_conflicts): Change conflp => conflict_list_heads, and
7780 confl => conflict_list for better readability.
7781 * data/glr.c: Use the new names.
7782 * NEWS: Add self to GLR announcement.
e0e5bf84 7783
676385e2
PH
7784 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
7785
7786 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
7787 Akim Demaille.
7788
7789 * data/bison.glr: Change name to glr.c
7790 * data/glr.c: Renamed from bison.glr.
7791 * data/Makefile.am: Add glr.c
e0e5bf84
AD
7792
7793 * src/getargs.c:
7794
676385e2 7795 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
ba0fe3c7 7796 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
e0e5bf84 7797
676385e2
PH
7798 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7799
7800 * data/bison.glr: Be sure to restore the
7801 current #line when returning to the skeleton contents after having
7802 exposed the input file's #line.
7803
7804 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7805
7806 * data/bison.glr: Bring up to date with changes to bison.simple.
7807
7808 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7809
7810 * data/bison.glr: Correct definitions that use b4_prefix.
7811 Various reformatting.
7812 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
7813 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
7814 yytokenp argument; now part of stack.
7815 (yychar): Define to behave as documented.
7816 (yyclearin): Ditto.
e0e5bf84 7817
676385e2
PH
7818 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7819
7820 * src/reader.h: Add declaration for free_merger_functions.
7821
7822 * src/reader.c (merge_functions): New variable.
7823 (get_merge_function): New function.
7824 (free_merger_functions): New function.
7825 (readgram): Check for %prec that is not followed by a symbol.
7826 Handle %dprec and %merge declarations.
7827 (packgram): Initialize dprec and merger fields in rules array.
7828
7829 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
7830 conflict_list_cnt, conflict_list_free): New variables.
7831 (table_grow): Also grow conflict_table.
e0e5bf84 7832 (prepare_rules): Output dprec and merger tables.
676385e2 7833 (conflict_row): New function.
e0e5bf84 7834 (action_row): Output conflict lists for GLR parser. Don't use
676385e2
PH
7835 default reduction in conflicted states for GLR parser so that there
7836 are spaces for the conflict lists.
7837 (save_row): Also save conflict information.
7838 (token_actions): Allocate conflict list.
7839 (merger_output): New function.
7840 (pack_vector): Pack conflict table, too.
7841 (output_conflicts): New function to output yyconflp and yyconfl.
7842 (output_check): Allocate conflict_tos.
7843 (output_actions): Output conflict tables, also.
7844 (output_skeleton): Output b4_mergers definition.
7845 (prepare): Output b4_max_rhs_length definition.
7846 Use 'bison.glr' as default skeleton for GLR parsers.
7847
7848 * src/gram.c (glr_parser): New flag.
7849 (grammar_free): Call free_merger_functions.
7850
7851 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
7852 all pairs of conflicting reductions, rather than just all tokens
7853 causing conflicts. Needed to size conflict tables.
e0e5bf84 7854 (conflicts_output): Modify call to count_rr_conflicts for new
676385e2
PH
7855 interface.
7856 (conflicts_print): Ditto.
7857 (count_total_conflicts): New function.
7858
7859 * src/reader.h (merger_list): New type.
7860 (merge_functions): New variable.
7861
7862 * src/lex.h (tok_dprec, tok_merge): New token types.
7863
7864 * src/gram.h (rule_s): Add dprec and merger fields.
7865 (glr_parser): New flag.
7866
7867 * src/conflicts.h (count_total_conflicts): New function.
7868
7869 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
7870
7871 * doc/bison.texinfo (Generalized LR Parsing): New section.
7872 (GLR Parsers): New section.
7873 (Language and Grammar): Mention GLR parsing.
7874 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
7875 Correct typo ("tge" -> "the").
7876
7877 * data/bison.glr: New skeleton for GLR parsing.
7878
7879 * tests/cxx-gram.at: New tests for GLR parsing.
7880
7881 * tests/testsuite.at: Include cxx-gram.at.
7882
7883 * tests/Makefile.am: Add cxx-gram.at.
e0e5bf84 7884
676385e2
PH
7885 * src/parse-gram.y:
7886
7887 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
7888
7889 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
e0e5bf84 7890
b5480d74 78912002-06-27 Akim Demaille <akim@epita.fr>
e2aaf4c4
AD
7892
7893 * src/options.h, src/options.c: Remove.
7894 * src/getargs.c (short_options, long_options): New.
7895
60491a94
AD
78962002-06-27 Akim Demaille <akim@epita.fr>
7897
7898 * data/bison.simple, data/bison.c++: Rename as...
7899 * data/yacc.c, data/lalr1.cc: these.
7900 * doc/bison.texinfo (Environment Variables): Remove.
7901
9be0c25b
AD
79022002-06-25 Raja R Harinath <harinath@cs.umn.edu>
7903
7904 * src/getargs.c (report_argmatch): Initialize strtok().
7905
1ae72863
AD
79062002-06-20 Akim Demaille <akim@epita.fr>
7907
7908 * data/bison.simple (b4_symbol_actions): New, replaces...
7909 (b4_symbol_destructor, b4_symbol_printer): these.
7910 (yysymprint): Be sure to call YYPRINT only for tokens, and using
7911 user token numbers.
7912
87542d29
AD
79132002-06-20 Akim Demaille <akim@epita.fr>
7914
7915 * data/bison.simple (yydestructor): Rename as...
7916 (yydestruct): this.
7917
1a31ed21
AD
79182002-06-20 Akim Demaille <akim@epita.fr>
7919
7920 * src/symtab.h, src/symtab.c (symbol_type_set)
7921 (symbol_destructor_set, symbol_precedence_set): The location is
7922 the last argument.
7923 Adjust all callers.
7924
e776192e
AD
79252002-06-20 Akim Demaille <akim@epita.fr>
7926
7927 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
7928 internals.
7929 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
7930 Takes a location.
7931 * src/symtab.h, src/symtab.c (symbol_class_set)
7932 (symbol_user_token_number_set): Likewise.
7933 Adjust all callers.
7934 Promote complain_at.
7935 * tests/input.at (Type Clashes): Adjust.
7936
5c1180b3
AD
79372002-06-20 Akim Demaille <akim@epita.fr>
7938
7939 * data/bison.simple (YYLEX): Fix the declaration when
7940 %pure-parser.
7941
e3170060
AD
79422002-06-20 Akim Demaille <akim@epita.fr>
7943
7944 * data/bison.simple (yysymprint): Don't print the token number,
7945 just its name.
7946 * tests/actions.at (Destructors): Rename as...
7947 (Printers and Destructors): this.
7948 Also exercise %printer.
7949
253862fd
AD
79502002-06-20 Akim Demaille <akim@epita.fr>
7951
7952 * data/bison.simple (YYDSYMPRINT): New.
7953 Use it to remove many of the #if YYDEBUG/if (yydebug).
7954
366eea36
AD
79552002-06-20 Akim Demaille <akim@epita.fr>
7956
7957 * src/symtab.h, src/symtab.c (symbol_t): printer and
7958 printer_location are new members.
7959 (symbol_printer_set): New.
7960 * src/parse-gram.y (PERCENT_PRINTER): New token.
7961 Handle its associated rule.
7962 * src/scan-gram.l: Adjust.
7963 (handle_destructor_at, handle_destructor_dollar): Rename as...
7964 (handle_symbol_code_at, handle_symbol_code_dollar): these.
7965 * src/output.c (symbol_printers_output): New.
7966 (output_skeleton): Call it.
7967 * data/bison.simple (yysymprint): New. Cannot be named yyprint
7968 since there are already many grammar files with a user `yyprint'.
7969 Replace the calls to YYPRINT to calls to yysymprint.
7970 * tests/calc.at: Adjust.
7971 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
7972 taking advantage of parser very internal details (stack size!).
7973
4f25ebb0
AD
79742002-06-20 Akim Demaille <akim@epita.fr>
7975
7976 * src/scan-gram.l: Complete the scanner with the missing patterns
7977 to pacify Flex.
7978 Use `quote' and `symbol_tag_get' where appropriate.
7979
93b68a0e
AD
79802002-06-19 Akim Demaille <akim@epita.fr>
7981
7982 * tests/actions.at (Destructors): Augment to test locations.
7983 * data/bison.simple (yydestructor): Pass it the current location
7984 if locations are enabled.
7985 Prototype only when __STDC__ or C++.
7986 Change the argument names to move into the yy name space: there is
7987 user code here.
7988
58612f1d
AD
79892002-06-19 Akim Demaille <akim@epita.fr>
7990
74310291
AD
7991 * data/bison.simple (b4_pure_if): New.
7992 Use it instead of #ifdef YYPURE.
7993
79942002-06-19 Akim Demaille <akim@epita.fr>
7995
7996 * data/bison.simple (b4_location_if): New.
58612f1d
AD
7997 Use it instead of #ifdef YYLSP_NEEDED.
7998
f25bfb75
AD
79992002-06-19 Akim Demaille <akim@epita.fr>
8000
8001 Prepare @$ in %destructor, but currently don't bind it in the
8002 skeleton, as %location use is not cleaned up yet.
8003
8004 * src/scan-gram.l (handle_dollar, handle_destructor_at)
8005 (handle_action_at): New.
8006 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
8007 a braced_code_t and a location as additional arguments.
8008 (handle_destructor_dollar): Instead of requiring `b4_eval', just
8009 unquote one when outputting `b4_dollar_dollar'.
8010 Adjust callers.
8011 * data/bison.simple (b4_eval): Remove.
8012 (b4_symbol_destructor): Adjust.
8013 * tests/input.at (Invalid @n): Adjust.
8014
c732d2c6
AD
80152002-06-19 Zack Weinberg <zack@codesourcery.com>
8016
8017 * doc/bison.texinfo: Document ability to have multiple
8018 prologue sections.
8019
8c165d89
AD
80202002-06-18 Akim Demaille <akim@epita.fr>
8021
8022 * src/files.c (compute_base_names): When computing the output file
8023 names from the input file name, strip the directory part.
8024
ca98bf57
AD
80252002-06-18 Akim Demaille <akim@epita.fr>
8026
8027 * data/bison.simple.new: Comment changes.
8028 Reported by Andreas Schwab.
8029
0bfb02ff
AD
80302002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
8031
8032 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
8033 there are no `label `yyoverflowlab' defined but not used' warnings
8034 when yyoverflow is defined.
8035
24c0aad7
AD
80362002-06-18 Akim Demaille <akim@epita.fr>
8037
8038 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
8039 new member.
8040 (symbol_destructor_set): Adjust.
8041 * src/output.c (symbol_destructors_output): Output the destructor
8042 locations.
8043 Output the symbol name.
8044 * data/bison.simple (b4_symbol_destructor): Adjust.
8045
5719c109
AD
80462002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
8047 and Akim Demaille <akim@epita.fr>
8048
8049 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
8050 what's left on the stack when the error recovery hits EOF.
8051 * tests/actions.at (Destructors): Complete to exercise this case.
8052
9280d3ef
AD
80532002-06-17 Akim Demaille <akim@epita.fr>
8054
8055 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
8056 arguments is really empty, not only equal to `[]'.
8057 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
8058 member.
8059 (symbol_destructor_set): New.
8060 * src/output.c (symbol_destructors_output): New.
8061 * src/reader.h (brace_code_t, current_braced_code): New.
8062 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
8063 (handle_dollar): Rename as...
8064 (handle_action_dollar): this.
8065 (handle_destructor_dollar): New.
8066 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
8067 (grammar_declaration): Use it.
8068 * data/bison.simple (yystos): Is always defined.
8069 (yydestructor): New.
8070 * tests/actions.at (Destructors): New.
8071 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
8072
dafdc66f
AD
80732002-06-17 Akim Demaille <akim@epita.fr>
8074
8075 * src/symlist.h, src/symlist.c (symbol_list_length): New.
8076 * src/scan-gram.l (handle_dollar, handle_at): Compute the
8077 rule_length only when needed.
8078 * src/output.c (actions_output, token_definitions_output): Output
8079 the full M4 block.
8080 * src/symtab.c: Don't access directly to the symbol tag, use
8081 symbol_tag_get.
8082 * src/parse-gram.y: Use symbol_list_free.
8083
56c47203
AD
80842002-06-17 Akim Demaille <akim@epita.fr>
8085
8086 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
8087 (symbol_list_prepend, get_type_name): Move to...
8088 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
8089 (symbol_list_prepend, symbol_list_n_type_name_get): here.
8090 Adjust all callers.
8091 (symbol_list_free): New.
8092 * src/scan-gram.l (handle_dollar): Takes a location.
8093 * tests/input.at (Invalid $n): Adjust.
8094
1e0bab92
AD
80952002-06-17 Akim Demaille <akim@epita.fr>
8096
8097 * src/reader.h, src/reader.c (symbol_list_new): Export it.
8098 (symbol_list_prepend): New.
8099 * src/parse-gram.y (%union): `list' is a new member.
8100 (symbols.1): New, replaces...
8101 (terms_to_prec.1, nterms_to_type.1): these.
8102 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
8103 Take a location as additional argument.
8104 Adjust all callers.
8105
04e60654
AD
81062002-06-15 Akim Demaille <akim@epita.fr>
8107
8108 * src/parse-gram.y: Move %token in the declaration section so that
8109 we don't depend upon CVS Bison.
8110
10e5b8bd
AD
81112002-06-15 Akim Demaille <akim@epita.fr>
8112
8113 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
8114 * src/print.c (print_core): Use it.
8115
9801d40c
AD
81162002-06-15 Akim Demaille <akim@epita.fr>
8117
8118 * src/conflicts.c (log_resolution): Accept the rule involved in
8119 the sr conflicts instead of the lookahead number that points to
8120 that rule.
8121 (flush_reduce): Accept the current lookahead vector as argument,
8122 instead of the index in LA.
8123 (resolve_sr_conflict): Accept the current number of lookahead
8124 bitset to consider for the STATE, instead of the index in LA.
8125 (set_conflicts): Adjust.
8126 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
8127
c0263492
AD
81282002-06-15 Akim Demaille <akim@epita.fr>
8129
8130 * src/state.h (state_t): Replace the `lookaheadsp' member, a
8131 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
8132 Adjust all dependencies.
8133 * src/lalr.c (initialize_lookaheads): Split into...
8134 (states_lookaheads_count, states_lookaheads_initialize): these.
8135 (lalr): Adjust.
8136
9757c359
AD
81372002-06-15 Akim Demaille <akim@epita.fr>
8138
8139 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
8140 out of...
8141 (grammar_rules_print): here.
8142 * src/reduce.c (reduce_output): Use it.
8143 * tests/reduce.at (Useless Rules, Reduced Automaton)
8144 (Underivable Rules): Adjust.
8145
6b98e4b5
AD
81462002-06-15 Akim Demaille <akim@epita.fr>
8147
8148 Copy BYacc's nice way to report the grammar.
8149
8150 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
8151 New.
8152 Don't print the rules' location, it is confusing and useless.
8153 (rule_print): Use grammar_rhs_print.
8154 * src/print.c (print_grammar): Use grammar_rules_print.
8155
6b98e4b5
AD
81562002-06-15 Akim Demaille <akim@epita.fr>
8157
8158 Complete and rationalize `useless thing' warnings.
8159
8160 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
8161 (symbol_tag_print): New.
8162 Use them everywhere in place of accessing directly the tag member.
8163 * src/gram.h, src/gram.c (rule_print): New.
8164 Use it where a rule used to be printed `by hand'.
8165 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
8166 (reduce_grammar_tables): Report the useless rules.
8167 (reduce_print): Useless things are a warning, not an error.
8168 Report it as such.
8169 * tests/reduce.at (Useless Nonterminals, Useless Rules):
8170 (Reduced Automaton, Underivable Rules): Adjust.
8171 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
8172 * tests/conflicts.at (Unresolved SR Conflicts)
8173 (Solved SR Conflicts): Adjust.
8174
ee000ba4
AD
81752002-06-15 Akim Demaille <akim@epita.fr>
8176
8177 Let symbols have a location.
8178
8179 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
8180 (getsym): Adjust.
8181 Adjust all callers.
8182 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
8183 Use location_t, not int.
8184 * src/symtab.c (symbol_check_defined): Take advantage of the
8185 location.
8186 * tests/regression.at (Invalid inputs): Adjust.
8187
8efe435c
AD
81882002-06-15 Akim Demaille <akim@epita.fr>
8189
8190 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
8191 (input): Don't try to initialize yylloc here, do it in the
8192 scanner.
8193 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
8194 * src/gram.h (rule_t): Change line and action_line into location
8195 and action_location, of location_t type.
8196 Adjust all dependencies.
8197 * src/location.h, src/location.c (empty_location): New.
8198 * src/reader.h, src/reader.c (grammar_start_symbol_set)
8199 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
8200 (grammar_current_rule_symbol_append)
8201 (grammar_current_rule_action_append): Expect a location as argument.
8202 * src/reader.c (grammar_midrule_action): Adjust to attach an
8203 action's location as dummy symbol location.
8204 * src/symtab.h, src/symtab.c (startsymbol_location): New.
8205 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
8206 the line numbers.
8207
1921f1d7
AD
82082002-06-14 Akim Demaille <akim@epita.fr>
8209
8210 Grammar declarations may be found in the grammar section.
8211
8212 * src/parse-gram.y (rules_or_grammar_declaration): New.
8213 (declarations): Each declaration may end with a semicolon, not
8214 just...
8215 (grammar_declaration): `"%union"'.
8216 (grammar): Branch to rules_or_grammar_declaration.
8217
4515534c
AD
82182002-06-14 Akim Demaille <akim@epita.fr>
8219
8220 * src/main.c (main): Invoke scanner_free.
8221
f958596b
AD
82222002-06-14 Akim Demaille <akim@epita.fr>
8223
8224 * src/output.c (m4_invoke): Extracted from...
8225 (output_skeleton): here.
8226 Free tempfile.
8227
2c569025
AD
82282002-06-14 Akim Demaille <akim@epita.fr>
8229
8230 * src/parse-gram.y (directives, directive, gram)
8231 (grammar_directives, precedence_directives, precedence_directive):
8232 Rename as...
8233 (declarations, declaration, grammar, grammar_declaration)
8234 (precedence_declaration, precedence_declarator): these.
8235 (symbol_declaration): New.
8236
592e8d4d
AD
82372002-06-14 Akim Demaille <akim@epita.fr>
8238
8239 * src/files.c (action_obstack): Remove, unused.
8240 (output_obstack): Remove it, and all its dependencies, as it is no
8241 longer needed.
8242 * src/reader.c (epilogue_set): Build the epilogue in the
8243 muscle_obstack.
8244 * src/output.h, src/output.c (muscle_obstack): Move to...
8245 * src/muscle_tab.h, src/muscle_tab.h: here.
8246 (muscle_init): Initialize muscle_obstack.
8247 (muscle_free): New.
8248 * src/main.c (main): Call it.
8249
0c15323d
AD
82502002-06-14 Akim Demaille <akim@epita.fr>
8251
8252 * src/location.h: New, extracted from...
8253 * src/reader.h: here.
8254 * src/Makefile.am (noinst_HEADERS): Merge into
8255 (bison_SOURCES): this.
8256 Add location.h.
8257 * src/parse-gram.y: Use location_t instead of Bison's.
8258 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
8259 Use location_t instead of ints.
8260
e96c9728
AD
82612002-06-14 Akim Demaille <akim@epita.fr>
8262
8263 * data/bison.simple, data/bison.c++: Be sure to restore the
8264 current #line when returning to the skeleton contents after having
8265 exposed the input file's #line.
8266
75d1fe16
AD
82672002-06-12 Akim Demaille <akim@epita.fr>
8268
8269 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
8270 eager.
8271 * tests/actions.at (Exotic Dollars): New.
8272
6c35d22c
AD
82732002-06-12 Akim Demaille <akim@epita.fr>
8274
8275 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
8276 ['"/] too eagerly.
8277 * tests/input.at (Torturing the Scanner): New.
8278
1d6412ad
AD
82792002-06-11 Akim Demaille <akim@epita.fr>
8280
8281 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
8282 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
8283 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
8284 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
8285 * src/reader.c (reader): Use it.
8286
4cdb01db
AD
82872002-06-11 Akim Demaille <akim@epita.fr>
8288
8289 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
8290 Adjust all callers.
8291 (scanner_last_string_free): New.
8292
44995b2e
AD
82932002-06-11 Akim Demaille <akim@epita.fr>
8294
8295 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
8296 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
8297 (last_string, YY_OBS_FREE): New.
8298 Use them when returning an ID.
8299
e9955c83
AD
83002002-06-11 Akim Demaille <akim@epita.fr>
8301
8302 Have Bison grammars parsed by a Bison grammar.
8303
8304 * src/reader.c, src/reader.h (prologue_augment): New.
8305 * src/reader.c (copy_definition): Remove.
8306
8307 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
8308 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
8309 (grammar_current_rule_prec_set, grammar_current_rule_check)
8310 (grammar_current_rule_symbol_append)
8311 (grammar_current_rule_action_append): Export.
8312 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
8313 (symbol_list_action_append): Remove.
8314 Hook the routines from reader.
8315 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
8316 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
8317
8318 * src/reader.c (read_declarations): Remove, unused.
8319
8320 * src/parse-gram.y: Handle the epilogue.
8321 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
8322 (grammar_start_symbol_set): this.
8323 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
8324 * src/reader.c (readgram): Remove, unused.
8325 (reader): Adjust to insert eoftoken and axiom where appropriate.
8326
8327 * src/reader.c (copy_dollar): Replace with...
8328 * src/scan-gram.h (handle_dollar): this.
8329 * src/parse-gram.y: Remove `%thong'.
8330
8331 * src/reader.c (copy_at): Replace with...
8332 * src/scan-gram.h (handle_at): this.
8333
8334 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
8335 New.
8336
8337 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
8338 time being.
8339
8340 * src/reader.h, src/reader.c (grammar_rule_end): New.
8341
8342 * src/parse.y (current_type, current_class): New.
8343 Implement `%nterm', `%token' support.
8344 Merge `%term' into `%token'.
8345 (string_as_id): New.
8346 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
8347 type name.
8348
8349 * src/parse-gram.y: Be sure to handle properly the beginning of
8350 rules.
8351
8352 * src/parse-gram.y: Handle %type.
8353 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
8354
8355 * src/parse-gram.y: More directives support.
8356 * src/options.c: No longer handle source directives.
8357
8358 * src/parse-gram.y: Fix %output.
8359
8360 * src/parse-gram.y: Handle %union.
8361 Use the prologue locations.
8362 * src/reader.c (parse_union_decl): Remove.
8363
8364 * src/reader.h, src/reader.c (epilogue_set): New.
8365 * src/parse-gram.y: Use it.
8366
8367 * data/bison.simple, data/bison.c++: b4_stype is now either not
8368 defined, then default to int, or to the contents of %union,
8369 without `union' itself.
8370 Adjust.
8371 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
8372
8373 * src/output.c (actions_output): Don't output braces, as they are
8374 already handled by the scanner.
8375
8376 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
8377 characters to themselves.
8378
8379 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
8380 that the epilogue has a proper #line.
8381
8382 * src/parse-gram.y: Handle precedence/associativity.
8383
8384 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
8385 a terminal.
8386 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
8387 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
8388 at all to define terminals that cannot be emitted.
8389
8390 * src/scan-gram.l: Escape M4 characters.
8391
8392 * src/scan-gram.l: Working properly with escapes in user
8393 strings/characters.
8394
8395 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
8396 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
8397 grammar.
8398 Use more modest sizes, as for the time being the parser does not
8399 release memory, and therefore the process swallows a huge amount
8400 of memory.
8401
8402 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
8403 stricter %token grammar.
8404
8405 * src/symtab.h (associativity): Add `undef_assoc'.
8406 (symbol_precedence_set): Do nothing when passed an undef_assoc.
8407 * src/symtab.c (symbol_check_alias_consistence): Adjust.
8408
8409 * tests/regression.at (Invalid %directive): Remove, as it is now
8410 meaningless.
8411 (Invalid inputs): Adjust to the new error messages.
8412 (Token definitions): The new grammar doesn't allow too many
8413 eccentricities.
8414
8415 * src/lex.h, src/lex.c: Remove.
8416 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
8417 (copy_character, copy_string2, copy_string, copy_identifier)
8418 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
8419 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
8420 (parse_action): Remove.
8421 * po/POTFILES.in: Adjust.
8422
2e047461
AD
84232002-06-11 Akim Demaille <akim@epita.fr>
8424
cd05d13c 8425 * src/reader.c (parse_action): Don't store directly into the
2e047461
AD
8426 rule's action member: return the action as a string.
8427 Don't require `rule_length' as an argument: compute it.
8428 (grammar_current_rule_symbol_append)
8429 (grammar_current_rule_action_append): New, eved out from
8430 (readgram): here.
8431 Remove `action_flag', `rulelength', unused now.
8432
9af3fbce
AD
84332002-06-11 Akim Demaille <akim@epita.fr>
8434
8435 * src/reader.c (grammar_current_rule_prec_set).
8436 (grammar_current_rule_check): New, eved out from...
8437 (readgram): here.
8438 Remove `xaction', `first_rhs': useless.
8439 * tests/input.at (Type clashes): New.
8440 * tests/existing.at (GNU Cim Grammar): Adjust.
8441
1485e106
AD
84422002-06-11 Akim Demaille <akim@epita.fr>
8443
8444 * src/reader.c (grammar_midrule_action): New, Eved out from
8445 (readgram): here.
8446
da4160c3
AD
84472002-06-11 Akim Demaille <akim@epita.fr>
8448
8449 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
8450 New.
8451 (readgram): Use them as replacement of inlined code, crule and
8452 crule1.
8453
f6d0f937
AD
84542002-06-11 Akim Demaille <akim@epita.fr>
8455
8456 * src/reader.c (grammar_end, grammar_symbol_append): New.
8457 (readgram): Use them.
8458 Make the use of `p' as local as possible.
8459
69078d4b
AD
84602002-06-10 Akim Demaille <akim@epita.fr>
8461
8462 GCJ's parser requires the tokens to be defined before the prologue.
8463
8464 * data/bison.simple: Output the token definition before the user's
8465 prologue.
8466 * tests/regression.at (Braces parsing, Duplicate string)
8467 (Mixing %token styles): Check the output from bison.
8468 (Early token definitions): New.
8469
5e424082
AD
84702002-06-10 Akim Demaille <akim@epita.fr>
8471
8472 * src/symtab.c (symbol_user_token_number_set): Don't complain when
8473 assigning twice the same user number to a token, so that we can
8474 use it in...
8475 * src/lex.c (lex): here.
8476 Also use `symbol_class_set' instead of hand written code.
8477 * src/reader.c (parse_assoc_decl): Likewise.
8478
44536b35
AD
84792002-06-10 Akim Demaille <akim@epita.fr>
8480
8481 * src/symtab.c, src/symtab.c (symbol_class_set)
8482 (symbol_user_token_number_set): New.
8483 * src/reader.c (parse_token_decl): Use them.
8484 Use a switch instead of ifs.
8485 Use a single argument.
8486
8b9f2372
AD
84872002-06-10 Akim Demaille <akim@epita.fr>
8488
8489 Remove `%thong' support as it is undocumented, unused, duplicates
8490 `%token's job, and creates useless e-mail traffic with people who
8491 want to know what it is, why it is undocumented, unused, and
8492 duplicates `%token's job.
8493
8494 * src/reader.c (parse_thong_decl): Remove.
8495 * src/options.c (option_table): Remove "thong".
8496 * src/lex.h (tok_thong): Remove.
8497
3ae2b51f
AD
84982002-06-10 Akim Demaille <akim@epita.fr>
8499
8500 * src/symtab.c, src/symtab.c (symbol_type_set)
8501 (symbol_precedence_set): New.
8502 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
8503 (value_components_used): Remove, unused.
8504
2f1afb73
AD
85052002-06-09 Akim Demaille <akim@epita.fr>
8506
8507 Move symbols handling code out of the reader.
8508
8509 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
8510 (axiom): Move to...
8511 * src/symtab.h, src/symtab.c: here.
8512
8513 * src/gram.c (start_symbol): Remove: use startsymbol->number.
8514 * src/reader.c (startval): Rename as...
8515 * src/symtab.h, src/symtab.c (startsymbol): this.
8516 * src/reader.c: Adjust.
8517
8518 * src/reader.c (symbol_check_defined, symbol_make_alias)
8519 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
8520 (token_translations_init)
8521 Move to...
8522 * src/symtab.c: here.
8523 * src/reader.c (packsymbols): Move to...
8524 * src/symtab.h, src/symtab.c (symbols_pack): here.
8525 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
8526 argument.
8527
e9bca3ad
AD
85282002-06-03 Akim Demaille <akim@epita.fr>
8529
8530 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
8531 then statements.
8532
86eff183
AD
85332002-06-03 Akim Demaille <akim@epita.fr>
8534
8535 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
8536 structs with non literals.
8537 * src/scan-skel.l: never-interactive.
8538 * src/conflicts.c (enum conflict_resolution_e): No trailing
8539 comma.
8540 * src/getargs.c (usage): Split long literal strings.
8541 Reported by Hans Aberg.
8542
717be197
AD
85432002-05-28 Akim Demaille <akim@epita.fr>
8544
8545 * data/bison.c++: Use C++ ostreams.
8546 (cdebug_): New member.
8547
670ddffd
AD
85482002-05-28 Akim Demaille <akim@epita.fr>
8549
8550 * src/output.c (output_skeleton): Be sure to allocate enough room
8551 for `/' _and_ for `\0' in full_skeleton.
8552
769b430f
AD
85532002-05-28 Akim Demaille <akim@epita.fr>
8554
8555 * data/bison.c++: Catch up with bison.simple:
8556 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8557 and Paul Eggert <eggert@twinsun.com>: `error' handing.
8558 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
8559 and popping traces.
8560
7067cb36
PH
85612002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8562
8563 * src/output.c (output_skeleton): Put an explicit path in front of
8564 the skeleton file name, rather than relying on the -I directory,
8565 to partially alleviate effects of having a skeleton file lying around
8566 in the current directory.
769b430f 8567
4a713ec2
PH
85682002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8569
769b430f 8570 * src/conflicts.c (log_resolution): Correct typo:
4a713ec2
PH
8571 obstack_printf should be obstack_fgrow1.
8572
b408954b
AD
85732002-05-26 Akim Demaille <akim@epita.fr>
8574
8575 * src/state.h (state_t): `solved_conflicts' is a new member.
8576 * src/LR0.c (new_state): Set it to 0.
8577 * src/conflicts.h, src/conflicts.c (print_conflicts)
8578 (free_conflicts, solve_conflicts): Rename as...
8579 (conflicts_print, conflicts_free, conflicts_solve): these.
8580 Adjust callers.
8581 * src/conflicts.c (enum conflict_resolution_e)
8582 (solved_conflicts_obstack): New, used by...
8583 (log_resolution): this.
8584 Adjust to attach the conflict resolution to each state.
8585 Complete the description with the precedence/associativity
8586 information.
8587 (resolve_sr_conflict): Adjust.
8588 * src/print.c (print_state): Output its solved_conflicts.
8589 * tests/conflicts.at (Unresolved SR Conflicts)
8590 (Solved SR Conflicts): Exercise --report=all.
8591
a49aecd5
AD
85922002-05-26 Akim Demaille <akim@epita.fr>
8593
8594 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
8595 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
8596 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
8597 (token_number_t, item_number_as_token_number)
8598 (token_number_as_item_number, muscle_insert_token_number_table):
8599 Rename as...
8600 (symbol_number_t, item_number_as_symbol_number)
8601 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
8602 these, since it is more appropriate.
8603
5504898e
AD
86042002-05-26 Akim Demaille <akim@epita.fr>
8605
8606 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
8607 `Error:' lines.
8608 * data/bison.simple (yystos) [YYDEBUG]: New.
8609 (yyparse) [YYDEBUG]: Display the symbols which are popped during
8610 error recovery.
8611 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
8612
ec3bc396
AD
86132002-05-25 Akim Demaille <akim@epita.fr>
8614
8615 * doc/bison.texinfo (Debugging): Split into...
8616 (Tracing): this new section, its former contents, and...
8617 (Understanding): this new section.
8618 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
8619 by...
8620 (report_flag): this.
8621 Adjust all dependencies.
8622 (report_args, report_types, report_argmatch): New.
8623 (usage, getargs): Report/support -r, --report.
8624 * src/options.h
8625 (struct option_table_struct): Rename as..,
8626 (struct option_table_s): this.
8627 Rename the `set_flag' member to `flag' to match with getopt_long's
8628 struct.
8629 * src/options.c (option_table): Split verbose into an entry for
8630 %verbose, and another for --verbose.
8631 Support --report/-r, so remove -r from the obsolete --raw.
8632 * src/print.c: Attach full item sets and lookaheads reports to
8633 report_flag instead of trace_flag.
8634 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
8635
78df8250
PE
86362002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8637 and Paul Eggert <eggert@twinsun.com>
769b430f 8638
78df8250
PE
8639 * data/bison.simple (yyparse): Correct error handling to conform to
8640 POSIX and yacc. Specifically, after syntax error is discovered,
8641 do not reduce further before shifting the error token.
8642 Clean up the code a bit by removing the labels yyerrdefault,
8643 yyerrhandle, yyerrpop.
8644 * NEWS: Document the above.
8645
c0c9ea05
PH
86462002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8647
8648 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
8649 type; it isn't always big enough, since it doesn't necessarily
8650 include non-terminals.
769b430f 8651 (yytranslate): Expand definition of yy_token_number_type, so that
c0c9ea05
PH
8652 the latter can be removed.
8653 (yy_token_number_type): Remove, only one use.
8654 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
8655 don't use TokenNumberType as element type.
769b430f 8656
c0c9ea05
PH
8657 * tests/regression.at: Modify expected output to agree with change
8658 to yyr1 and yytranslate.
769b430f 8659
6390a83f
FK
86602002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
8661
8662 * src/reader.c (parse_action): Use copy_character instead of
8663 obstack_1grow.
8664
db7c8e9a
AD
86652002-05-13 Akim Demaille <akim@epita.fr>
8666
8667 * tests/regression.at (Token definitions): Prototype yylex and
8668 yyerror.
8669
fcc61800
PH
86702002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8671
158c687b 8672 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
fcc61800
PH
8673 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
8674 32-bit arithmetic.
8675 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
8676
5683e9b2
AD
86772002-05-07 Akim Demaille <akim@epita.fr>
8678
8679 * tests/synclines.at: Be sure to prototype yylex and yyerror to
8680 avoid GCC warnings.
8681
0c2d3f4c
AD
86822002-05-07 Akim Demaille <akim@epita.fr>
8683
8684 Kill GCC warnings.
8685
8686 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
8687 over the RHS of each rule.
8688 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
8689 * src/state.h (state_t): Member `nitems' is unsigned short.
8690 * src/LR0.c (get_state): Adjust.
8691 * src/reader.c (packgram): Likewise.
8692 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
8693 `Type'.
8694 (muscle_insert_int_table): Remove, unused.
8695 (prepare_rules): Remove `max'.
8696
1565b720
AD
86972002-05-06 Akim Demaille <akim@epita.fr>
8698
8699 * src/closure.c (print_firsts): Display of the symbol tags.
8700 (bitmatrix_print): Move to...
8701 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
8702 here.
8703 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
8704
cfaee611
AD
87052002-05-06 Akim Demaille <akim@epita.fr>
8706
8707 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
8708 hash_do_for_each.
8709
458be8e0
AD
87102002-05-06 Akim Demaille <akim@epita.fr>
8711
8712 * src/LR0.c (new_state, get_state): Instead of using the global
8713 `kernel_size' and `kernel_base', have two new arguments:
8714 `core_size' and `core'.
8715 Adjust callers.
8716
a900a624
AD
87172002-05-06 Akim Demaille <akim@epita.fr>
8718
8719 * src/reader.c (packgram): No longer end `ritem' with a 0
8720 sentinel: it is not used.
8721
d4e7d3a1
AD
87222002-05-05 Akim Demaille <akim@epita.fr>
8723
8724 New experimental feature: display the lookaheads in the report and
8725 graph.
8726
8727 * src/print (print_core): When --trace-flag, display the rules
8728 lookaheads.
8729 * src/print_graph.c (print_core): Likewise.
8730 Swap the arguments.
8731 Adjust caller.
8732
39ceb25b
AD
87332002-05-05 Akim Demaille <akim@epita.fr>
8734
8735 * tests/torture.at (Many lookaheads): New test.
8736
5372019f
AD
87372002-05-05 Akim Demaille <akim@epita.fr>
8738
8739 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
8740 (GENERATE_MUSCLE_INSERT_TABLE): this.
8741 (output_int_table, output_unsigned_int_table, output_short_table)
8742 (output_token_number_table, output_item_number_table): Replace with...
8743 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
8744 (muscle_insert_short_table, muscle_insert_token_number_table)
8745 (muscle_insert_item_number_table): these.
8746 Adjust all callers.
8747 (prepare_tokens): Don't free `translations', since...
8748 * src/reader.h, src/reader.c (grammar_free): do it.
8749 Move to...
8750 * src/gram.h, src/gram.c (grammar_free): here.
8751 * data/bison.simple, data/bison.c++: b4_token_number_max is now
8752 b4_translate_max.
8753
5df5f6d5
AD
87542002-05-05 Akim Demaille <akim@epita.fr>
8755
8756 * src/output.c (output_unsigned_int_table): New.
8757 (prepare_rules): `i' is unsigned.
8758 `prhs', `rline', `r2' are unsigned int.
8759 Rename muscle `rhs_number_max' as `rhs_max'.
8760 Output muscles `prhs_max', `rline_max', and `r2_max'.
8761 Free rline and r1.
8762 * data/bison.simple, data/bison.c++: Adjust to use these muscles
8763 to compute types instead of constant types.
8764 * tests/regression.at (Web2c Actions): Adjust.
8765
b87f8b21
AD
87662002-05-04 Akim Demaille <akim@epita.fr>
8767
8768 * src/symtab.h (SALIAS, SUNDEF): Rename as...
8769 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
8770 Adjust dependencies.
8771 * src/output.c (token_definitions_output): Be sure not to output a
8772 `#define 'a'' when fed with `%token 'a' "a"'.
8773 * tests/regression.at (Token definitions): New.
8774
8bb936e4
PE
87752002-05-03 Paul Eggert <eggert@twinsun.com>
8776
8777 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
8778 for K&R C.
8779
87802002-05-03 gettextize <bug-gnu-gettext@gnu.org>
8781
8782 * Makefile.am (SUBDIRS): Remove intl.
8783 (EXTRA_DIST): Add config/config.rpath.
8784
53c71a12
AD
87852002-05-03 Akim Demaille <akim@epita.fr>
8786
8787 * data/bison.simple (m4_if): Don't output empty enums.
8788 And actually, output valid enum definitions :(.
8789
289dd0cf
AD
87902002-05-03 Akim Demaille <akim@epita.fr>
8791
8792 * configure.bat: Remove, completely obsolete.
8793 * Makefile.am (EXTRA_DIST): Adjust.
8794 Don't distribute config.rpath...
8795 * config/Makefile.am (EXTRA_DIST): Do it.
8796
db85e524
AD
87972002-05-03 Akim Demaille <akim@epita.fr>
8798
8799 * configure.in (GETTEXT_VERSION): New.
8800 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
8801
83ccf991
AD
88022002-05-03 Akim Demaille <akim@epita.fr>
8803
8804 * data/bison.simple (b4_token_enum): New.
8805 (b4_token_defines): Use it to output tokens both as #define and
8806 enums.
8807 Suggested by Paul Eggert.
8808 * src/output.c (token_definitions_output): Don't output spurious
8809 white spaces.
8810
1f418995
AD
88112002-05-03 Akim Demaille <akim@epita.fr>
8812
8813 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
8814
45119f04
RA
88152002-05-02 Robert Anisko <robert@lrde.epita.fr>
8816
8817 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
8818 Update the stack class, give a try to deque as the default container.
8819
b2d52318
AD
88202002-05-02 Akim Demaille <akim@epita.fr>
8821
8822 * data/bison.simple (yyparse): Do not implement @$ = @1.
8823 (YYLLOC_DEFAULT): Adjust to do it.
8824 * doc/bison.texinfo (Location Default Action): Fix.
8825
3a8b4109
AD
88262002-05-02 Akim Demaille <akim@epita.fr>
8827
8828 * src/reader.c (parse_braces): Merge into...
8829 (parse_action): this.
8830
84614e13
AD
88312002-05-02 Akim Demaille <akim@epita.fr>
8832
8833 * configure.in (ALL_LINGUAS): Remove.
8834 * po/LINGUAS, hr.po: New.
8835
fdbcd8e2
AD
88362002-05-02 Akim Demaille <akim@epita.fr>
8837
8838 Remove the so called hairy (semantic) parsers.
8839
8840 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
8841 * src/gram.h, src/gram.c (semantic_parser): Remove.
8842 (rule_t): Remove the guard and guard_line members.
8843 * src/lex.h (token_t): remove tok_guard.
8844 * src/options.c (option_table): Remove %guard and %semantic_parser
8845 support.
8846 * src/output.c, src/output.h (guards_output): Remove.
8847 (prepare): Adjust.
8848 (token_definitions_output): Don't output the `T'
8849 tokens (???).
8850 (output_skeleton): Don't output the guards.
8851 * src/files.c, src/files.c (attrsfile): Remove.
8852 * src/reader.c (symbol_list): Remove the guard and guard_line
8853 members.
8854 Adjust dependencies.
8855 (parse_guard): Remove.
8856 * data/bison.hairy: Remove.
8857 * doc/bison.texinfo (Environment Variables): Remove occurrences of
8858 BISON_HAIRY.
8859
82b6cb3f
AD
88602002-05-02 Akim Demaille <akim@epita.fr>
8861
8862 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
8863 (parse_guard): Rename the formal argument `stack_offset' as
8864 `rule_length', which is more readable.
8865 Adjust callers.
8866 (copy_at, copy_dollar): Instead of outputting the hard coded
8867 values of $$, $n and so forth, output invocation to b4_lhs_value,
8868 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
900c877b
AD
8869 Note: this patch partially drops `semantic-parser' support: it
8870 always does `rule_length - n', where semantic parsers ought to
8871 always use `-n'.
82b6cb3f
AD
8872 * data/bison.simple, data/bison.c++ (b4_lhs_value)
8873 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
8874
6cbfbcc5
AD
88752002-05-02 Akim Demaille <akim@epita.fr>
8876
8877 * configure.in (AC_INIT): Bump to 1.49b.
8878 (AM_INIT_AUTOMAKE): Short invocation.
8879
b8548114
AD
88802002-05-02 Akim Demaille <akim@epita.fr>
8881
8882 Version 1.49a.
8883
c20cd1fa
AD
88842002-05-01 Akim Demaille <akim@epita.fr>
8885
8886 * src/skeleton.h: Remove.
8887
8a9566d4
AD
88882002-05-01 Akim Demaille <akim@epita.fr>
8889
8890 * src/skeleton.h: Fix the #endif.
8891 Reported by Magnus Fromreide.
8892
8c6d399a
PE
88932002-04-26 Paul Eggert <eggert@twinsun.com>
8894
8895 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
8896 Define if we define YYSTYPE and YYLTYPE, respectively.
b756bb75 8897 (YYCOPY): Fix [] quoting problem in the non-GCC case.
8a9566d4 8898
2b7ed18a
RA
88992002-04-25 Robert Anisko <robert@lrde.epita.fr>
8900
8901 * src/scan-skel.l: Postprocess quadrigraphs.
8902
8903 * src/reader.c (copy_character): New function, used to output
8904 single characters while replacing `[' and `]' with quadrigraphs, to
8905 avoid troubles with M4 quotes.
8906 (copy_comment): Output characters with copy_character.
8907 (read_additionnal_code): Likewise.
8908 (copy_string2): Likewise.
8909 (copy_definition): Likewise.
8910
8911 * tests/calc.at: Exercise M4 quoting.
8912
34a89c50
AD
89132002-04-25 Akim Demaille <akim@epita.fr>
8914
8915 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
8916 between `!' and the command.
8917 Reported by Paul Eggert.
8918
0dd1580a
RA
89192002-04-24 Robert Anisko <robert@lrde.epita.fr>
8920
8921 * tests/calc.at: Exercise prologue splitting.
8922
8923 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
8924 `b4_post_prologue' instead of `b4_prologue'.
8925
8926 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
8927 muscles.
8928 (output): Free pre_prologue_obstack and post_prologue_obstack.
8929 * src/files.h, src/files.c (attrs_obstack): Remove.
8930 (pre_prologue_obstack, post_prologue_obstack): New.
8931 * src/reader.c (copy_definition): Add a parameter to specify the
8932 obstack to fill, instead of using attrs_obstack unconditionally.
8933 (read_declarations): Pass pre_prologue_obstack to copy_definition if
8934 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
8935
83c1796f
PE
89362002-04-23 Paul Eggert <eggert@twinsun.com>
8937
8938 * data/bison.simple: Remove unnecessary commentary and white
8939 space differences from 1_29-branch.
8940 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
8941
8942 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
8943 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
8944 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
8945 constructors or destructors.
8946
8947 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
8948
1207eeac
AD
89492002-04-23 Akim Demaille <akim@epita.fr>
8950
8951 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
8952 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
8953 location with columns.
8954 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
8955 All reported by Paul Eggert.
8956
78ab8f67
AD
89572002-04-22 Akim Demaille <akim@epita.fr>
8958
8959 * src/reduce.c (dump_grammar): Move to...
8960 * src/gram.h, src/gram.c (grammar_dump): here.
8961 Be sure to separate long item numbers.
8962 Don't read the members of a rule's prec if its nil.
8963
133c20e2
AD
89642002-04-22 Akim Demaille <akim@epita.fr>
8965
8966 * src/output.c (table_size, table_grow): New.
8967 (MAXTABLE): Remove, replace uses with table_size.
8968 (pack_vector): Instead of dying when the table is too big, grow it.
8969
9515e8a7
AD
89702002-04-22 Akim Demaille <akim@epita.fr>
8971
8972 * data/bison.simple (yyr1): Its type is that of a token number.
8973 * data/bison.c++ (r1_): Likewise.
8974 * tests/regression.at (Web2c Actions): Adjust.
8975
23c5a174
AD
89762002-04-22 Akim Demaille <akim@epita.fr>
8977
8978 * src/reader.c (token_translations_init): 256 is now the default
8979 value for the error token, i.e., it will be assigned another
8980 number if the user assigned 256 to one of her tokens.
8981 (reader): Don't force 256 to error.
8982 * doc/bison.texinfo (Symbols): Adjust.
8983 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
8984 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
8985 etc. instead of 10, 20, 30 (which was used to `jump' over error
8986 (256) and undefined (2)).
8987
5fbb0954
AD
89882002-04-22 Akim Demaille <akim@epita.fr>
8989
8990 Propagate more token_number_t.
8991
8992 * src/gram.h (token_number_as_item_number)
8993 (item_number_as_token_number): New.
8994 * src/output.c (GENERATE_OUTPUT_TABLE): New.
8995 Use it to create output_item_number_table and
8996 output_token_number_table.
8997 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
8998 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
8999 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
9000 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
9001
4f940944
AD
90022002-04-22 Akim Demaille <akim@epita.fr>
9003
9004 * src/output.h, src/output.c (get_lines_number): Remove.
9005
3ded9a63
AD
90062002-04-19 Akim Demaille <akim@epita.fr>
9007
9008 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
9009 as Lex/Flex'.
9010 (Debugging): More details about enabling the debugging features.
9011 (Table of Symbols): Describe $$, $n, @$, and @n.
9012 Suggested by Tim Josling.
9013
e0c471a9
AD
90142002-04-19 Akim Demaille <akim@epita.fr>
9015
9016 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
9017
fecc10cd
AD
90182002-04-10 Akim Demaille <akim@epita.fr>
9019
9020 * src/system.h: Rely on HAVE_LIMITS_H.
9021 Suggested by Paul Eggert.
9022
51dec47b
AD
90232002-04-09 Akim Demaille <akim@epita.fr>
9024
9025 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
9026 full stderr, and strip it according to the bison options, instead
9027 of composing the error message from different bits.
9028 This makes it easier to check for several error messages.
9029 Adjust all the invocations.
9030 Add an invocation exercising the error token.
9031 Add an invocation demonstrating a stupid error message.
9032 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
9033 Adjust the tests.
9034 Error message are for stderr, not stdout.
9035
007a50a4
AD
90362002-04-09 Akim Demaille <akim@epita.fr>
9037
9038 * src/gram.h, src/gram.c (error_token_number): Remove, use
9039 errtoken->number.
9040 * src/reader.c (reader): Don't specify the user token number (2)
9041 for $undefined, as it uselessly prevents using it.
9042 * src/gram.h (token_number_t): Move to...
9043 * src/symtab.h: here.
9044 (state_t.number): Is a token_number_t.
9045 * src/print.c, src/reader.c: Use undeftoken->number instead of
9046 hard coded 2.
9047 (Even though this 2 is not the same as above: the number of the
9048 undeftoken remains being 2, it is its user token number which
9049 might not be 2).
9050 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
9051 `user_token_number_max'.
9052 Output `undef_token_number'.
9053 * data/bison.simple, data/bison.c++: Use them.
9054 Be sure to map invalid yylex return values to
9055 `undef_token_number'. This saves us from gratuitous SEGV.
9056
9057 * tests/conflicts.at (Solved SR Conflicts)
9058 (Unresolved SR Conflicts): Adjust.
9059 * tests/regression.at (Web2c Actions): Adjust.
9060
06446ccf
AD
90612002-04-08 Akim Demaille <akim@epita.fr>
9062
9063 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
9064 Adding #line.
9065 Remove the duplicate `typedefs'.
9066 (RhsNumberType): Fix the declaration and various other typos.
9067 Use __ofile__.
9068 * data/bison.simple: Use __ofile__.
9069 * src/scan-skel.l: Handle __ofile__.
9070
62a3e4f0
AD
90712002-04-08 Akim Demaille <akim@epita.fr>
9072
9073 * src/gram.h (item_number_t): New, the type of item numbers in
9074 RITEM. Note that it must be able to code symbol numbers as
9075 positive number, and the negation of rule numbers as negative
9076 numbers.
9077 Adjust all dependencies (pretty many).
9078 * src/reduce.c (rule): Remove this `short *' pointer: use
9079 item_number_t.
9080 * src/system.h (MINSHORT, MAXSHORT): Remove.
9081 Include `limits.h'.
9082 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
9083 (shortcpy): Remove.
9084 (MAXTABLE): Move to...
9085 * src/output.c (MAXTABLE): here.
9086 (prepare_rules): Use output_int_table to output rhs.
9087 * data/bison.simple, data/bison.c++: Adjust.
9088 * tests/torture.at (Big triangle): Move the limit from 254 to
9089 500.
9090 * tests/regression.at (Web2c Actions): Ajust.
9091
9092 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
9093 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
9094 passes, but produces negative #line number, once fixed, GCC is
9095 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
9096 C), it passes.
9097 * src/state.h (state_h): Code input lines on ints, not shorts.
9098
bb88b0fc
AD
90992002-04-08 Akim Demaille <akim@epita.fr>
9100
9101 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
9102 and then the grammar.
9103
9a636f47
AD
91042002-04-08 Akim Demaille <akim@epita.fr>
9105
9106 * src/system.h: No longer using strndup.
9107
680e8701
AD
91082002-04-07 Akim Demaille <akim@epita.fr>
9109
9110 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
9111 * src/output.c (output_table_data): Return the longest number.
9112 (prepare_tokens): Output `token_number_max').
9113 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
9114 New.
9115 Use them to define yy_token_number_type/TokenNumberType.
9116 Use this type for yytranslate.
9117 * tests/torture.at (Big triangle): Push the limit from 124 to
9118 253.
9119 * tests/regression.at (Web2c Actions): Adjust.
9120
817e9f41
AD
91212002-04-07 Akim Demaille <akim@epita.fr>
9122
9123 * tests/torture.at (Big triangle): New.
9124 (GNU AWK Grammar, GNU Cim Grammar): Move to...
9125 * tests/existing.at: here.
9126
5123689b
AD
91272002-04-07 Akim Demaille <akim@epita.fr>
9128
9129 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
9130 nritems.
9131 Adjust dependencies.
9132
f3849179
AD
91332002-04-07 Akim Demaille <akim@epita.fr>
9134
9135 * src/reader.c: Normalize increments to prefix form.
9136
bd02036a
AD
91372002-04-07 Akim Demaille <akim@epita.fr>
9138
9139 * src/reader.c, symtab.c: Remove debugging code.
9140
db8837cb
AD
91412002-04-07 Akim Demaille <akim@epita.fr>
9142
9143 Rename all the `bucket's as `symbol_t'.
9144
9145 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
9146 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
9147 * src/symtab.c, src/symtab.h (bucket): Rename as...
9148 (symbol_t): this.
9149 (symbol_list_new, bucket_check_defined, bucket_make_alias)
9150 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
9151 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
9152 (buckets_new, buckets_free, buckets_do): Rename as...
9153 (symbol_list_new, symbol_check_defined, symbol_make_alias)
9154 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
9155 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
9156 (symbols_new, symbols_free, symbols_do): these.
9157
72a23c97
AD
91582002-04-07 Akim Demaille <akim@epita.fr>
9159
9160 Use lib/hash for the symbol table.
9161
9162 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
9163 EOF.
9164 * src/lex.c (lex): Set the `number' member of new terminals.
9165 * src/reader.c (bucket_check_defined, bucket_make_alias)
9166 (bucket_check_alias_consistence, bucket_translation): New.
9167 (reader, grammar_free, readgram, token_translations_init)
9168 (packsymbols): Adjust.
9169 (reader): Number the predefined tokens.
9170 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
9171 for predefined tokens.
9172 * src/symtab.h (bucket): Remove all the hash table related
9173 members.
9174 * src/symtab.c (symtab): Replace by...
9175 (bucket_table): this.
9176 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
9177 (buckets_new, buckets_do): New.
9178
280a38c3
AD
91792002-04-07 Akim Demaille <akim@epita.fr>
9180
9181 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
9182 (start_symbol, max_user_token_number, semantic_parser)
9183 (error_token_number): Initialize.
9184 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
9185 Initialize.
9186 (reader): Don't.
9187 (errtoken, eoftoken, undeftoken, axiom): Extern.
9188
03b31c0c
AD
91892002-04-07 Akim Demaille <akim@epita.fr>
9190
9191 * src/gram.h (rule_s): prec and precsym are now pointers
9192 to the bucket giving the priority/associativity.
9193 Member `associativity' removed: useless.
9194 * src/reduce.c, src/conflicts.c: Adjust.
9195
8b3df748
AD
91962002-04-07 Akim Demaille <akim@epita.fr>
9197
9198 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
9199 Properly escape the symbols' TAG when outputting them.
9200
e601aa1d
AD
92012002-04-07 Akim Demaille <akim@epita.fr>
9202
9203 * src/lalr.h (LA): Is a bitsetv, not bitset*.
9204
b0299a2e
AD
92052002-04-07 Akim Demaille <akim@epita.fr>
9206
9207 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
9208 (LArule): this, which is an array to rule_t*.
9209 * src/print.c, src/conflicts.c: Adjust.
9210
d7e1f00c
AD
92112002-04-07 Akim Demaille <akim@epita.fr>
9212
9213 * src/gram.h (rule_t): Rename `number' as `user_number'.
9214 `number' is a new member.
9215 Adjust dependencies.
9216 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
9217
cc9305dd
AD
92182002-04-07 Akim Demaille <akim@epita.fr>
9219
9220 As a result of the previous patch, it is no longer needed
9221 to reorder ritem itself.
9222
9223 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
9224
b0940840
AD
92252002-04-07 Akim Demaille <akim@epita.fr>
9226
9227 Be sure never to walk through RITEMS, but use only data related to
9228 the rules themselves. RITEMS should be banished.
9229
9230 * src/output.c (output_token_translations): Rename as...
9231 (prepare_tokens): this.
9232 In addition to `translate', prepare the muscles `tname' and
9233 `toknum', which were handled by...
9234 (output_rule_data): this.
9235 Remove, and move the remainder of its outputs into...
9236 (prepare_rules): this new routines, which also merges content from
9237 (output_gram): this.
9238 (prepare_rules): Be sure never to walk through RITEMS.
9239 (output_stos): Rename as...
9240 (prepare_stos): this.
9241 (output): Always invoke prepare_states, after all, just don't use it
9242 in the output if you don't need it.
9243
643a5994
AD
92442002-04-07 Akim Demaille <akim@epita.fr>
9245
9246 * src/LR0.c (new_state): Display `nstates' as the name of the
9247 newly created state.
9248 Adjust to initialize first_state and last_state if needed.
9249 Be sure to distinguish the initial from the final state.
9250 (new_states): Create the itemset of the initial state, and use
9251 new_state.
9252 * src/closure.c (closure): Now that the initial state has its
9253 items properly set, there is no need for a special case when
9254 creating `ruleset'.
9255
9256 As a result, now the rule 0, reducing to $axiom, is visible in the
9257 outputs. Adjust the test suite.
9258
9259 * tests/conflicts.at (Solved SR Conflicts)
9260 (Unresolved SR Conflicts): Adjust.
9261 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
9262 * tests/conflicts.at (S/R in initial): New.
9263
b4c4ccc2
AD
92642002-04-07 Akim Demaille <akim@epita.fr>
9265
9266 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
9267 the RHS of the rules.
9268 * src/output.c (output_gram): Likewise.
9269
bba97eb2
AD
92702002-04-07 Akim Demaille <akim@epita.fr>
9271
9272 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
9273 bucket.
9274 Adjust all dependencies.
9275 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
9276 `number' of the buckets too.
9277 * src/gram.h: Include `symtab.h'.
9278 (associativity): Move to...
9279 * src/symtab.h: here.
9280 No longer include `gram.h'.
9281
c3b407f4
AD
92822002-04-07 Akim Demaille <akim@epita.fr>
9283
9284 * src/gram.h, src/gram.c (rules_rhs_length): New.
9285 (ritem_longest_rhs): Use it.
9286 * src/gram.h (rule_t): `number' is a new member.
9287 * src/reader.c (packgram): Set it.
9288 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
9289 the end of `rules', and count them out of `nrules'.
9290 (reduce_output, dump_grammar): Adjust.
9291 * src/print.c (print_grammar): It is no longer needed to check for
9292 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
9293 * tests/reduce.at (Reduced Automaton): New test.
9294
11652ab3
AD
92952002-04-07 Akim Demaille <akim@epita.fr>
9296
9297 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
9298 lacking `+ 1' to nrules, Bison reported as useless a token if it
9299 was used solely to set the precedence of the last rule...
9300
26b23c1a
AD
93012002-04-07 Akim Demaille <akim@epita.fr>
9302
9303 * data/bison.c++, data/bison.simple: Don't output the current file
9304 name in #line, to avoid useless diffs between two identical
9305 outputs under different names.
9306
18bcecb0
AD
93072002-04-07 Akim Demaille <akim@epita.fr>
9308
9309 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
9310 Normalize loops to using `< nrules + 1', not `<= nrules'.
9311
fa770c86
AD
93122002-04-07 Akim Demaille <akim@epita.fr>
9313
9314 * TODO: Update.
9315
d9b739c3
AD
93162002-04-07 Akim Demaille <akim@epita.fr>
9317
9318 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
9319 bucket.value as bucket.number.
9320
99013900
AD
93212002-04-07 Akim Demaille <akim@epita.fr>
9322
9323 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
9324 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
9325 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
9326 RHS, instead of being an index in RITEMS.
9327
e966383b
PE
93282002-04-04 Paul Eggert <eggert@twinsun.com>
9329
9330 * doc/bison.texinfo: Update copyright date.
9331 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
9332 (Symbols): Warn about running Bison in one character set,
9333 but compiling and/or running in an incompatible one.
9334 Warn about character code 256, too.
9335
93362002-04-03 Paul Eggert <eggert@twinsun.com>
9337
9338 * src/bison.data (YYSTACK_ALLOC): Depend on whether
9339 YYERROR_VERBOSE is nonzero, not whether it is defined.
9340
9341 Merge changes from bison-1_29-branch.
c307773e 9342
8d6c48b9
PE
93432002-03-20 Paul Eggert <eggert@twinsun.com>
9344
9345 Merge fixes from Debian bison_1.34-1.diff.
9346
9347 * configure.in (AC_PREREQ): 2.53.
9348
e53c6322
AD
93492002-03-20 Akim Demaille <akim@epita.fr>
9350
9351 * src/conflicts.c (log_resolution): Argument `resolution' is const.
9352
9ffbeca7
PE
93532002-03-19 Paul Eggert <eggert@twinsun.com>
9354
21db0b2a
PE
9355 * src/bison.simple (YYCOPY): New macro.
9356 (YYSTACK_RELOCATE): Use it.
9357 Remove Type arg; no longer needed. All callers changed.
9358 (yymemcpy): Remove; no longer needed.
9359
9ffbeca7
PE
9360 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
9361 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
9362
642cb8f8
AD
93632002-03-19 Akim Demaille <akim@epita.fr>
9364
9365 Test and fix the #line outputs.
9366
9367 * tests/atlocal.at (GCC): New.
9368 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
0ffd4fd1 9369 (Prologue synch line, %union synch line, Postprologue synch line)
642cb8f8
AD
9370 (Action synch line, Epilogue synch line): New tests.
9371 * src/reader.c (parse_union_decl): Define the muscle stype_line.
9372 * data/bison.simple, data/bison.c++: Use it.
9373
3c31a486
AD
93742002-03-19 Akim Demaille <akim@epita.fr>
9375
9376 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
9377 (Solved SR Conflicts, %expect not enough, %expect right)
9378 (%expect too much): Move to...
9379 * tests/conflicts.at: this new file.
9380
0d8bed56
AD
93812002-03-19 Akim Demaille <akim@epita.fr>
9382
9383 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
9384 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
9385 that we can move to enums for instance.
9386 * src/output.c (token_definitions_output): Output a list of
9387 `token-name, token-number' instead of the #define.
9388 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
9389
9208d17f
AD
93902002-03-14 Akim Demaille <akim@epita.fr>
9391
9392 Use Gettext 0.11.1.
9393
af27eacb
RA
93942002-03-09 Robert Anisko <robert@lrde.epita.fr>
9395
9396 * data/bison.c++: Make the user able to add members to the generated
9397 parser by subclassing.
9398
9101a310
RA
93992002-03-05 Robert Anisko <robert@lrde.epita.fr>
9400
9401 * src/reader.c (read_additionnal_code): `c' should be an integer, not
9402 a character.
9403 Reported by Nicolas Tisserand and Nicolas Burrus.
9404
fff9bf0b
RA
94052002-03-04 Robert Anisko <robert@lrde.epita.fr>
9406
9407 * src/reader.c: Warn about lacking semi-colons, do not complain.
9408
64dba31e
RA
94092002-03-04 Robert Anisko <robert@lrde.epita.fr>
9410
9411 * data/bison.c++: Remove a debug line.
9412
374f5a14
RA
94132002-03-04 Robert Anisko <robert@lrde.epita.fr>
9414
9415 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
9416 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
9417 provide a default implementation.
9418
bfcf1f3a
AD
94192002-03-04 Akim Demaille <akim@epita.fr>
9420
9421 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
9422 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
9423 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
9424 * tests/semantic.at (Parsing Guards): Similarly.
9425 * src/reader.at (readgram): Complain if the last rule is not ended
9426 with a semi-colon.
9427
65ccf9fc
AD
94282002-03-04 Akim Demaille <akim@epita.fr>
9429
9430 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
9431 * src/closure.c: here.
9432 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
9433 RTC.
9434 * src/warshall.h, src/warshall.c: Remove.
9435 * tests/sets.at (Broken Closure): Adjust.
9436
d0039cbc
AD
94372002-03-04 Akim Demaille <akim@epita.fr>
9438
9439 * src/output.c (output_skeleton): tempdir is const.
9440 bytes_read is unused.
9441
345cea78
AD
94422002-03-04 Akim Demaille <akim@epita.fr>
9443
9444 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
9445 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
9446 Update.
9447 From Michael Hayes.
9448
564801f7
AD
94492002-03-04 Akim Demaille <akim@epita.fr>
9450
9451 * src/closure.c (closure): `r' is unused.
9452
e5352bc7
AD
94532002-03-04 Akim Demaille <akim@epita.fr>
9454
9455 * tests/sets.at (Broken Closure): Add the ending `;'.
9456 * src/reader.at (readgram): Complain if a rule is not ended with a
9457 semi-colon.
9458
914feea9
AD
94592002-03-04 Akim Demaille <akim@epita.fr>
9460
9461 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
9462 (count_sr_conflicts): Use bitset_count.
9463 * src/reduce.c (inaccessable_symbols): Ditto.
9464 (bits_size): Remove.
9465 * src/warshall.h, src/warshall.c: Convert to bitsetv.
9466
f0250de6
AD
94672002-03-04 Akim Demaille <akim@epita.fr>
9468
9469 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
9470 * src/reduce.c: Remove the `bitset_zero's following the
9471 `bitset_create's, as now it is performed by the latter.
9472
ef017502
AD
94732002-03-04 Akim Demaille <akim@epita.fr>
9474
9475 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
9476 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
9477 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
9478 latest sources from Michael.
9479
76514394
AD
94802002-03-04 Akim Demaille <akim@epita.fr>
9481
9482 * src/output.c (output): Don't free the grammar.
9483 * src/reader.c (grammar_free): New.
9484 * src/main.c (main): Call it and don't free symtab here.
9485
55024580
AD
94862002-03-04 Akim Demaille <akim@epita.fr>
9487
9488 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
9489 before returning.
9490 Reported by Benoit Perrot.
9491
f9abaa2c
AD
94922002-03-04 Akim Demaille <akim@epita.fr>
9493
9494 Use bitset operations when possible, not loops over bits.
9495
9496 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
9497 bitset_or.
9498 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
9499 * src/reduce.c (useless_nonterminals): Formatting changes.
9500 * src/warshall.c (TC): Use bitset_or.
9501
0e721e75
AD
95022002-03-04 Akim Demaille <akim@epita.fr>
9503
9504 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
9505 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
9506 Ditto.
9507
0fb1ffb1
AD
95082002-03-04 Akim Demaille <akim@epita.fr>
9509
9510 * src/lalr.c (F): Now a bitset*.
9511 Adjust all dependencies.
9512
b86796bf
AD
95132002-03-04 Akim Demaille <akim@epita.fr>
9514
9515 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
9516 Adjust all dependencies.
9517
602bbf31
AD
95182002-03-04 Akim Demaille <akim@epita.fr>
9519
9520 * src/L0.c, src/LR0.h (nstates): Be size_t.
9521 Adjust comparisons (signed vs unsigned).
9522 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
9523 bitset*.
9524 Adjust all dependencies.
9525
d8a0245c
AD
95262002-03-04 Akim Demaille <akim@epita.fr>
9527
9528 * src/closure.c (firsts): Now, also a bitset.
9529 Adjust all dependencies.
9530 (varsetsize): Remove, now unused.
9531 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
9532
34ba9743
AD
95332002-03-04 Akim Demaille <akim@epita.fr>
9534
9535 * src/print.c: Convert to use bitset.h, not hand coded iterations
9536 over ints.
9537
ed86e78c
AD
95382002-03-04 Akim Demaille <akim@epita.fr>
9539
9540 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
9541
dfdb1797
AD
95422002-03-04 Akim Demaille <akim@epita.fr>
9543
9544 * src/closure.c (ruleset): Be a bitset.
9545 (rulesetsize): Remove.
9546
7086e707
AD
95472002-03-04 Akim Demaille <akim@epita.fr>
9548
9549 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
9550 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
9551 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
9552 * src/closure.c (fderives): Be an array of bitsets.
9553
98254360
RA
95542002-02-28 Robert Anisko <robert@lrde.epita.fr>
9555
9556 * data/bison.c++: Merge the two generated headers. Insert a copyright
9557 notice in each output file.
9558
a75c057f
AD
95592002-02-28 Akim Demaille <akim@epita.fr>
9560
9561 * data/bison.c++: Copy the prologue of bison.simple to fetch
9562 useful M4 definitions, such as b4_header_guard.
9563
06b00abc
AD
95642002-02-25 Akim Demaille <akim@epita.fr>
9565
9566 * src/getargs.c (version): Give the name of the authors, and use a
a75c057f
AD
9567 translator friendly scheme for the bgr
9568 copyright notice.
06b00abc 9569
70e7d534
AD
95702002-02-25 Akim Demaille <akim@epita.fr>
9571
9572 * src/output.c (header_output): Remove, now handled completely via
9573 M4.
9574
abe017f6
AD
95752002-02-25 Akim Demaille <akim@epita.fr>
9576
9577 * m4/m4.m4: New, from CVS Autoconf.
9578 * configure.in: Invoke it.
9579 * src/output.c (output_skeleton): Use its result instead of the
9580 hard coded name.
9581
381fb12e
AD
95822002-02-25 Akim Demaille <akim@epita.fr>
9583
9584 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
9585 Fileutils 4.1.5.
9586 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
9587 * src/output.c (output_skeleton): Use mkstemp to create a real
9588 temporary file.
9589 Move the filling of `skeleton' and its muscle to...
9590 (prepare): here.
9591 (output): Move the definition of the prologue muscle to...
9592 (prepare): here.
9593 * src/system.h (DEFAULT_TMPDIR): New.
9594
6f38107f
PE
95952002-02-14 Paul Eggert <eggert@twinsun.com>
9596
9597 Remove the support for C++ namespace cleanliness; it was
9598 causing more problems than it was curing, since it didn't work
9599 properly on some nonstandard C++ compilers. This can wait
9600 for a proper C++ parser.
9601
9602 * NEWS: Document this.
9603 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
9604 of C++, as it's treated like C now.
9605 * src/bison.simple (YYSTD): Remove.
9606 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
9607 Treat C++ just like Standard C instead of trying to support
9608 namespace cleanliness.
9609
80cce3da
AD
96102002-02-14 Akim Demaille <akim@epita.fr>
9611
9612 * tests/regression.at (else): Adjust to Andreas' change.
9613
842e8679
AD
96142002-02-14 Akim Demaille <akim@epita.fr>
9615
9616 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
9617
4bda3f10
AD
96182002-02-13 Andreas Schwab <schwab@suse.de>
9619
9620 * src/output.c (output_rule_data): Don't output NULL, it might
9621 not be defined yet.
9622
4162fa07 96232002-02-11 Robert Anisko <robert@lrde.epita.fr>
b418ecd8 9624
4162fa07
RA
9625 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
9626 (Copyright notice): Update.
b418ecd8 9627
bd16a5dc
AD
96282002-02-11 Akim Demaille <akim@epita.fr>
9629
9630 * tests/regression.at (%nonassoc and eof): Don't include
9631 nonportable headers.
9632
8d69a1a3
RA
96332002-02-08 Robert Anisko <robert@lrde.epita.fr>
9634
9635 * data/bison.c++: Correct error recovery. Make the user able to
9636 initialize the starting location.
9637
9b2d0677
AD
96382002-02-07 Akim Demaille <akim@epita.fr>
9639
9640 * tests/input.at: New.
9641
69e2658b
RA
96422002-02-07 Robert Anisko <robert@lrde.epita.fr>
9643
9644 * data/bison.c++: Replace some direct m4 expansions by constants. Be
9b2d0677 9645 more consistent when naming methods and variables. Put preprocessor
69e2658b
RA
9646 directives around tables only needed for debugging.
9647
4aacc3a7
RA
96482002-02-07 Robert Anisko <robert@lrde.epita.fr>
9649
9650 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
9651 C++ parsers.
9652 (yy::b4_name::parse): Use print_.
9653
762a801e
RA
96542002-02-07 Robert Anisko <robert@lrde.epita.fr>
9655
9656 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
9657
4bb2bc3f
RA
96582002-02-07 Robert Anisko <robert@lrde.epita.fr>
9659
9660 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
9661 C++ parsers.
9662 (yy::b4_name::parse): Build verbose error messages, and use error_.
9663
6b45a3ca
RA
96642002-02-06 Robert Anisko <robert@lrde.epita.fr>
9665
9666 * data/bison.c++: Fix m4 quoting in comments.
9667
50997c6e
RA
96682002-02-06 Robert Anisko <robert@lrde.epita.fr>
9669
9670 * data/bison.c++: Adjust the parser code. Fix some muscles that were
9671 not expanded by m4.
9672
3f3eed27
AD
96732002-02-05 Akim Demaille <akim@epita.fr>
9674
9675 * data/bison.c++: Adjust to the M4 back end.
9676 More is certainly needed.
9677
be2a1a68
AD
96782002-02-05 Akim Demaille <akim@epita.fr>
9679
9680 Give a try to M4 as a back end.
9681
9682 * lib/readpipe.c: New, from wdiff.
9683 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
9684 BISON_HAIRY.
9685 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
9686 specific values. Now it is m4 that performs the lookup.
9687 * src/parse-skel.y: Remove.
9688 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
9689 * src/output.c (actions_output, guards_output)
9690 (token_definitions_output): No longer keeps track of the output
9691 line number, hence remove the second argument.
9692 (guards_output): Check against the guard member of a rule, not the
9693 action member.
9694 Adjust callers.
9695 (output_skeleton): Don't look for the skeleton location, let m4 do
9696 that.
9697 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
9698 file will be used.
9699 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
9700 (prepare): Given that for the time being changesyntax is not
9701 usable in M4, rename the muscles using `-' to `_'.
9702 Define `defines_flag', `output_parser_name' and `output_header_name'.
9703 * src/output.h (actions_output, guards_output)
9704 (token_definitions_output): Adjust prototypes.
9705 * src/scan-skel.l: Instead of scanning the skeletons, it now
9706 processes the output of m4: `__oline__' and `#output'.
9707 * data/bison.simple: Adjust to be used by M4(sugar).
9708 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
9709 to date.
9710 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
9711 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
9712 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
9713 shamelessly stolen from CVS Autoconf.
9714
beda758b
AD
97152002-02-05 Akim Demaille <akim@epita.fr>
9716
9717 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
9718 * configure.in: Check for the declarations of free and malloc.
9719 * src/muscle_tab.c: Adjust.
9720
5ece6d43
AD
97212002-02-05 Akim Demaille <akim@epita.fr>
9722
9723 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
9724 which have no values.
9725
5bb18f9a
AD
97262002-02-05 Akim Demaille <akim@epita.fr>
9727
9728 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
9729 * data/: here.
9730
894dd62e
PE
97312002-01-29 Paul Eggert <eggert@twinsun.com>
9732
9733 * src/bison.simple (YYSIZE_T): Do not define merely because
9734 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
9735 On some platforms, <alloca.h> does not declare YYSTD (size_t).
9736
82841af7
AD
97372002-01-27 Akim Demaille <akim@epita.fr>
9738
9739 Fix `%nonassoc and eof'.
9740
9741 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
9742 which were not properly copied! Replace
9743 memcpy (res->errs, src->errs, src->nerrs);
9744 with
9745 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
9746 !!!
9747 * tests/regression.at (%nonassoc and eof): Adjust to newest
9748 Autotest: `.' is not in the PATH.
9749
318b76e9
AD
97502002-01-27 Akim Demaille <akim@epita.fr>
9751
9752 * tests/sets.at (AT_EXTRACT_SETS): New.
9753 (Nullable): Use it.
9754 (Firsts): New.
9755
30d2f3d5
AD
97562002-01-26 Akim Demaille <akim@epita.fr>
9757
9758 * tests/actions.at, tests/calc.at, tests/headers.at,
9759 * tests/torture.at: Adjust to the newest Autotest which no longer
9760 forces `.' in the PATH.
9761
30f8c395
AD
97622002-01-25 Akim Demaille <akim@epita.fr>
9763
9764 * tests/regression.at (%nonassoc and eof): New.
9765 Suggested by Robert Anisko.
9766
29ae55f1
AD
97672002-01-24 Akim Demaille <akim@epita.fr>
9768
9769 Bison dumps core when trying to complain about broken input files.
9770 Reported by Cris van Pelt.
9771
9772 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
9773 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
9774 into...
9775 (Invalid inputs): Strengthen: exercise parse_percent_token.
9776
2b548aa6
RA
97772002-01-24 Robert Anisko <robert.anisko@epita.fr>
9778
9779 * src/Makefile.am: Add bison.c++.
9780 * src/bison.c++: New skeleton.
9781
bb0146c2
AD
97822002-01-21 Paolo Bonzini <bonzini@gnu.org>
9783
9784 * po/it.po: New.
9785
bec30531
AD
97862002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
9787
9788 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
9789
fc6edc45
MA
97902002-01-20 Marc Autret <marc@gnu.org>
9791
9792 * src/files.c (compute_output_file_names): Fix
9793
5e5d5415
MA
97942002-01-20 Marc Autret <marc@gnu.org>
9795
9796 * tests/output.at: New test.
9797 * src/files.c (compute_base_names): Don't map extensions when
9798 the YACC flag is set, use defaults.
9799 Reported by Evgeny Stambulchik.
9800
44ea3fbd
MA
98012002-01-20 Marc Autret <marc@gnu.org>
9802
ba0fe3c7
PE
9803 * src/system.h: Need to define __attribute__ away for non-GCC
9804 compilers as well (i.e., the vendor C compiler).
44ea3fbd
MA
9805 Suggested by Albert Chin-A-Young.
9806
338963d1
TVH
98072002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
9808
9809 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
9810 canonical definition.
9811 * src/system.h: Use the canonical definition for PARAMS (avoids
9812 a conflict with the macro from lib/hash.h).
9813
c57b2479
AD
98142002-01-11 Akim Demaille <akim@epita.fr>
9815
9816 * configure.in: Use AC_FUNC_STRNLEN.
d9e9746c 9817 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
c57b2479 9818
b85810ae
AD
98192002-01-09 Akim Demaille <akim@epita.fr>
9820
9821 * src/files.c, src/files.h (output_infix): New.
9822 (tab_extension): Remove.
9823 (compute_base_names): Compute the former, drop the latter.
9824 * src/output.c (prepare): Insert the muscles `output-infix', and
9825 `output-suffix'.
9826 * src/parse-skel.y (string, string.1): New.
9827 (section.header): Use it.
9828 (section.yacc): Remove.
9829 (prefix): Remove too.
9830 * src/scan-skel.l: Adjust.
9831 * src/bison.simple, src/bison.hairy: Adjust.
9832
cae60122
AD
98332002-01-09 Akim Demaille <akim@epita.fr>
9834
9835 * configure.in (WERROR_CFLAGS): Compute it.
9836 * src/Makefile.am (CFLAGS): Pass it.
9837 * tests/atlocal.in (CFLAGS): Idem.
9838 * src/files.c: Fix a few warnings.
9839 (get_extension_index): Remove, unused.
9840
ae404801
AD
98412002-01-08 Akim Demaille <akim@epita.fr>
9842
9843 * src/getargs.c (AS_FILE_NAME): New.
9844 (getargs): Use it to convert DOSish file names.
9845 * src/files.c (base_name): Rename as full_base_name to avoid
9846 clashes with `base_name ()'.
9847 (filename_split): New.
9848 (compute_base_names): N-th rewrite, using filename_split.
9849
22312b71
AD
98502002-01-08 Akim Demaille <akim@epita.fr>
9851
9852 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
9853 New, stolen from the Fileutils 4.1.
9854 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
9855 * configure.in: Check for the presence of memrchr, and of its
9856 prototype.
9857
a67cef01
TVH
98582002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
9859
9860 * lib/hash.h (__P): Added definition for this macro.
9861 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
9862 BUILT_SOURCES, to ensure they are generated first.
9863 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
9864 %error-verbose to allow bootstrapping with bison 1.30x.
9865
2b25d624
AD
98662002-01-06 Akim Demaille <akim@epita.fr>
9867
9868 * src/reader.c (parse_braces): Don't fetch the next char, the
9869 convention is to fetch on entry.
9870 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
9871 'switch' without a following semicolon.
9872 * tests/regression.at (braces parsing): New.
9873
3460813b
AD
98742002-01-06 Akim Demaille <akim@epita.fr>
9875
9876 Bison is dead wrong in its RR conflict reports.
9877
9878 * tests/torture.at (GNU Cim Grammar): New.
9879 * src/conflicts.c (count_rr_conflicts): Fix.
9880
73784c64
AD
98812002-01-06 Akim Demaille <akim@epita.fr>
9882
9883 Creating package.m4 from configure.ac causes too many problems.
9884
9885 * tests/Makefile.am (package.m4): Create it by hand,
9886 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
9887
25d81090
AD
98882002-01-06 Akim Demaille <akim@epita.fr>
9889
9890 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
9891 skeleton.h.
9892
a9b8959e
PE
98932002-01-04 Paul Eggert <eggert@twinsun.com>
9894
9895 * doc/bison.texinfo (Debugging):
9896 Remove YYSTDERR; it's no longer defined or used.
9897 Also, s/cstdio.h/cstdio/.
9898
25d81090
AD
98992002-01-03 Akim Demaille <akim@epita.fr>
9900
9901 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
9902
1109455c
AD
99032002-01-03 Akim Demaille <akim@epita.fr>
9904
9905 * src/parse-skel.y (process_skeleton): Don't bind the parser's
9906 tracing code to --trace, wait for a better --trace option, with
9907 args.
9908
7ea5e977
AD
99092002-01-03 Akim Demaille <akim@epita.fr>
9910
9911 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
9912 The ISO C++ standard is extremely clear about it: stderr is
9913 considered a macro, not a regular symbol (see table 94 `Header
9914 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
9915 Therefore std:: does not apply to it. It still does with fprintf.
9916 Also, s/cstdio.h/cstdio/.
9917
fab5b110
AD
99182002-01-03 Akim Demaille <akim@epita.fr>
9919
9920 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
9921 for non system headers.
9922
aed7fd9b
AD
99232002-01-02 Akim Demaille <akim@epita.fr>
9924
9925 Equip the skeleton chain with location tracking, runtime trace,
9926 pure parser and scanner.
9927
9928 * src/parse-skel.y: Request a pure parser, locations, and prefix
9929 renaming.
9930 (%union): Having several members with the same type does not help
9931 type mismatches, simplify.
9932 (YYPRINT, yyprint): New.
9933 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
9934 (skel_error): this.
9935 Handle locations.
9936 * src/scan-skel.l: Adjust to these changes.
9937 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
9938 (LOCATION_PRINT, skel_control_t): New.
9939
24fad99e
AD
99402001-12-30 Akim Demaille <akim@epita.fr>
9941
9942 * src/parse-skel.y: Get rid of the shift/reduce conflict:
9943 replace `gb' with BLANKS.
9944 * src/scan-skel.l: Adjust.
9945
a4b36db4
AD
99462001-12-30 Akim Demaille <akim@epita.fr>
9947
9948 * src/system.h: We don't need nor want bcopy.
9949 Throw away MS-DOS crap: we don't need getpid.
9950 * configure.in: We don't need strndup. It was even causing
9951 problems: because Flex includes the headers *before* us,
9952 _GNU_SOURCE is not defined by config.h, and therefore strndup was
9953 not visible.
9954 * lib/xstrndup.c: New.
9955 * src/scan-skel.l: Use it.
9956 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
9957 * src/parse-skel.y: Use %directives instead of #defines.
9958
1239777d
AD
99592001-12-30 Akim Demaille <akim@epita.fr>
9960
9961 * src/skeleton.h: New.
9962 * src/output.c (output_parser, output_master_parser): Remove, dead
9963 code.
9964 * src/output.h (get_lines_number, actions_output, guards_output)
9965 (token_definitions_output): Prototype them.
9966 * src/parse-skel.y: Add the license notice.
9967 Include output.h and skeleton.h.
9968 (process_skeleton): Returns void, and takes a single parameter.
9969 * src/scan-skel.l: Add the license notice.
9970 Include skeleton.h.
9971 Don't use %option yylineno: it seems that then Flex imagines
9972 REJECT has been used, and therefore it won't reallocate its
9973 buffers (which makes no other sense to me than a bug). It results
9974 in warnings for `unused: yy_flex_realloc'.
9975
9b3add5b
RA
99762001-12-30 Robert Anisko <robert.anisko@epita.fr>
9977
9978 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
9979 (MUSCLE_INSERT_PREFIX): ...to there.
9980 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
9981 (MUSCLE_INSERT_PREFIX): Move from here...
9982
9983 * src/bison.hairy: Add a section directive. Put braces around muscle
9984 names. This parser skeleton is still broken, but Bison should not
9985 choke on a bad muscle 'syntax'.
9986 * src/bison.simple: Add a section directive. Put braces around muscle
9987 names.
9988
9989 * src/files.h (strsuffix, stringappend): Add declarations.
9990 (tab_extension): Add declaration.
9991 (short_base_name): Add declaration.
9992
9993 * src/files.c (strsuffix, stringappend): No longer static. These
9994 functions are used in the skeleton parser.
9995 (tab_extension): New.
9996 (compute_base_names): Use the computations done in this function
fab5b110 9997 to guess if the generated parsers should have '.tab' in their
9b3add5b
RA
9998 names.
9999 (short_base_name): No longer static.
10000
10001 * src/output.c (output_skeleton): New.
10002 (output): Disable call to output_master_parser, and give a try to
10003 a new skeleton handling system.
10004 (guards_output, actions_output): No longer static.
10005 (token_definitions_output, get_lines_number): No longer static.
10006
10007 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
10008
fab5b110 10009 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
9b3add5b
RA
10010 parse-skel.y.
10011
10012 * src/parse-skel.y: New file.
10013 * src/scan-skel.l: New file.
10014
b5b61c61
AD
100152001-12-29 Akim Demaille <akim@epita.fr>
10016
10017 %name-prefix is broken.
10018
10019 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
10020 Adjust all dependencies.
10021 * tests/headers.at (export YYLTYPE): Strengthen this test: use
10022 %name-prefix.
10023
10024 Renaming yylval but not yylloc is not consistent. Now we do.
10025
10026 * src/bison.simple: Prefix yylloc if used.
10027 * doc/bison.texinfo (Decl Summary): Document that.
10028
8c9a50be
AD
100292001-12-29 Akim Demaille <akim@epita.fr>
10030
10031 * doc/bison.texinfo: Promote `%long-directive' over
10032 `%long_directive'.
10033 Remove all references to fixed-output-files, yacc is enough.
10034
d99361e6
AD
100352001-12-29 Akim Demaille <akim@epita.fr>
10036
10037 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
10038 user prologue. These are defaults.
10039 * tests/actions.at (Mid-rule actions): Make sure the user can
10040 define YYDEBUG and YYERROR_VERBOSE.
10041
b9cecb91
AD
100422001-12-29 Akim Demaille <akim@epita.fr>
10043
10044 * src/output.c (header_output): Don't forget to export YYLTYPE and
10045 yylloc.
10046 * tests/headers.at (export YYLTYPE): New, make sure it does.
10047 * tests/regression.at (%union and --defines, Invalid CPP headers):
10048 Move to...
10049 * tests/headers.at: here.
10050
aea13e97
AD
100512001-12-29 Akim Demaille <akim@epita.fr>
10052
10053 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
10054
931394cb
AD
100552001-12-29 Akim Demaille <akim@epita.fr>
10056
10057 * tests/actions.at (Mid-rule actions): Output on a single line
10058 instead of several.
10059
704a47c4
AD
100602001-12-29 Akim Demaille <akim@epita.fr>
10061
10062 * doc/bison.texinfo: Formatting changes.
10063
091e20bb
AD
100642001-12-29 Akim Demaille <akim@epita.fr>
10065
10066 Don't store the token defs in a muscle, just be ready to output it
10067 on command. Now possible via `symbols'. Fixes a memory leak.
10068
10069 * src/output.c (token_definitions_output): New.
10070 (output_parser, header_output): Use it.
10071 * src/reader.c (symbols_save): Remove.
10072
cce71710
AD
100732001-12-29 Akim Demaille <akim@epita.fr>
10074
10075 * src/bison.simple: Do not provide a default for YYSTYPE and
10076 YYLTYPE before the user's prologue. Otherwise it's hardly... a
10077 default.
10078
82c035a8
AD
100792001-12-29 Akim Demaille <akim@epita.fr>
10080
10081 Mid-rule actions are simply... ignored!
10082
10083 * src/reader.c (readgram): Be sure to attach mid-rule actions to
10084 the empty-rule associated to the dummy symbol, not to the host
10085 rule.
10086 * tests/actions.at (Mid-rule actions): New.
10087
8419d367
AD
100882001-12-29 Akim Demaille <akim@epita.fr>
10089
10090 Memory leak.
10091
10092 * src/reader.c (reader): Free grammar.
10093
375d5806
AD
100942001-12-29 Akim Demaille <akim@epita.fr>
10095
10096 Memory leak.
10097
10098 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
10099 since it allocates it for each state, although only one is needed.
10100 (allocate_storage): Do it here.
10101
f51cb8ff
AD
101022001-12-29 Akim Demaille <akim@epita.fr>
10103
10104 * src/options.h, src/options.c (create_long_option_table): Rename
10105 as...
10106 (long_option_table_new): this, with a clearer prototype.
10107 (percent_table): Remove, unused,
10108 * src/getargs.c (getargs): Adjust.
10109
29e88316
AD
101102001-12-29 Akim Demaille <akim@epita.fr>
10111
10112 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
10113 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
10114 as states.
10115
b9f71f19
AD
101162001-12-29 Akim Demaille <akim@epita.fr>
10117
10118 * src/lalr.c (build_relations): Rename `states' as `states1'.
10119 Sorry, I don't understand exactly what it is, no better name...
10120
1a2b5d37
AD
101212001-12-29 Akim Demaille <akim@epita.fr>
10122
10123 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
10124 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
10125 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
10126 as rules.
10127
1cca533e
AD
101282001-12-29 Akim Demaille <akim@epita.fr>
10129
10130 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
10131 ago.
10132
c03ae966
AD
101332001-12-29 Akim Demaille <akim@epita.fr>
10134
10135 * src/reader.c, src/reader.h (user_toknums): Remove.
10136 Adjust all users to use symbols[i]->user_token_number.
10137
5a670b1e
AD
101382001-12-29 Akim Demaille <akim@epita.fr>
10139
10140 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
10141 Adjust all users to use symbols[i]->prec or ->assoc.
10142
ad949da9
AD
101432001-12-29 Akim Demaille <akim@epita.fr>
10144
10145 * src/reader.c, src/reader.h (tags): Remove.
10146 Adjust all users to use symbols[i]->tag.
10147
0e78e603
AD
101482001-12-29 Akim Demaille <akim@epita.fr>
10149
10150 * src/gram.h, src/gram.c (symbols): New, similar to state_table
10151 and rule_table.
10152 * src/reader.c (packsymbols): Fill this table.
10153 Drop sprec.
10154 * src/conflicts.c (resolve_sr_conflict): Adjust.
10155 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
10156 single table.
10157 Use symbols[i]->tag instead of tags[i].
10158
213e640e
AD
101592001-12-29 Akim Demaille <akim@epita.fr>
10160
10161 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
10162 In addition, put a comment in there, to replace...
10163 * tests/regression.at (%union and C comments): Remove.
10164
e7b8bef1
AD
101652001-12-29 Akim Demaille <akim@epita.fr>
10166
10167 * tests/regression.at (Web2c Actions): Blindly move the actual
10168 output as expected output. The contents *seem* right to me, but I
10169 can't pretend reading perfectly parser tables... Nonetheless, all
10170 the other tests pass correctly, the table look OK, even though the
10171 presence of `$axiom' is to be noted: AFAICS it is useless (but
10172 harmless).
10173
b68e7744
AD
101742001-12-29 Akim Demaille <akim@epita.fr>
10175
10176 * src/reader.c (readgram): Don't add the rule 0 if there were no
10177 rules read. In other words, add it _after_ having performed
10178 grammar sanity checks.
10179 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
10180
78d5bae9
AD
101812001-12-29 Akim Demaille <akim@epita.fr>
10182
10183 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
10184 visible, and some states have now a different number.
10185
ff442794
AD
101862001-12-29 Akim Demaille <akim@epita.fr>
10187
10188 * src/reader.c (readgram): Bind the initial rule's lineno to that
10189 of the first rule.
10190 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
10191 (Solved SR Conflicts): Adjust rule 0's line number.
10192
610ab194
AD
101932001-12-29 Akim Demaille <akim@epita.fr>
10194
10195 Fix the `GAWK Grammar' failure.
10196
10197 * src/LR0.c (final_state): Initialize to -1 so that we do compute
10198 the reductions of the first state which was mistakenly confused
10199 with the final state because precisely final_state was initialized
10200 to 0.
10201 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
10202 now noticed by Bison.
10203 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
10204 have a reduction on $default.
10205
29d29c8f
AD
102062001-12-29 Akim Demaille <akim@epita.fr>
10207
10208 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
10209 rule line numbers.
10210 * src/closure.c (print_closure): Likewise.
10211 * src/derives.c (print_derives): Likewise.
10212 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
10213 now.
10214
7c6b64d0
AD
102152001-12-29 Akim Demaille <akim@epita.fr>
10216
10217 * src/lalr.c (lookaheads_print): New.
10218 (lalr): Call it when --trace-flag.
10219 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
10220 are dumped.
10221
3d4daee3
AD
102222001-12-29 Akim Demaille <akim@epita.fr>
10223
10224 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
10225 when walking through ritem, even via rule->rhs.
10226 * src/reduce.c (dump_grammar, useful_production, reduce_output)
10227 (useful_production, useless_nonterminals): Likewise.
10228 (reduce_grammar_tables): Likewise, plus update nritems.
10229 * src/nullable.c (set_nullable): Likewise.
10230 * src/lalr.c (build_relations): Likewise.
10231 * tests/sets.at (Nullable): Adjust.
10232 Fortunately, now, the $axiom is no longer nullable.
10233
9e7f6bbd
AD
102342001-12-29 Akim Demaille <akim@epita.fr>
10235
10236 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
10237 the 0-sentinel.
10238 * src/gram.c (ritem_longest_rhs): Likewise.
10239 * src/reduce.c (nonterminals_reduce): Likewise.
10240 * src/print_graph.c (print_graph): Likewise.
10241 * src/output.c (output_rule_data): Likewise.
10242 * src/nullable.c (set_nullable): Likewise.
10243
255ef638
AD
102442001-12-29 Akim Demaille <akim@epita.fr>
10245
10246 * src/output.c: Comment changes.
10247
0d8a7363
AD
102482001-12-27 Paul Eggert <eggert@twinsun.com>
10249
10250 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
10251 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
10252 Sparc, as they were causing more porting problems than the
10253 (minor) performance improvement was worth.
10254
10255 Also, catch up with 1.31's YYSTD.
10256
3db472b9
AD
102572001-12-27 Akim Demaille <akim@epita.fr>
10258
10259 * src/output.c (output_gram): Rely on nritems, not the
10260 0-sentinel. See below.
10261 Use -1 as separator, not 0.
10262 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
10263 Rely on -1 as separator in yyrhs, instead of 0.
10264 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
10265 twice `Now at end of input', therefore there are two lines less to
10266 expect.
10267
b365aa05
AD
102682001-12-27 Akim Demaille <akim@epita.fr>
10269
10270 * tests/regression.at (Unresolved SR Conflicts):
10271 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
10272 below.
10273
30171f79
AD
102742001-12-27 Akim Demaille <akim@epita.fr>
10275
10276 * src/LR0.c (new_state): Recognize the final state by the fact it
10277 is reached by eoftoken.
10278 (insert_start_shifting_state, insert_eof_shifting_state)
10279 (insert_accepting_state, augment_automaton): Remove, since now
10280 these states are automatically computed from the initial state.
10281 (generate_states): Adjust.
10282 * src/print.c: When reporting a rule number to the user, substract
10283 1, so that the axiom rule is rule 0, and the first user rule is 1.
10284 * src/reduce.c: Likewise.
10285 * src/print_graph.c (print_core): For the time being, just as for
10286 the report, depend upon --trace-flags to dump the full set of
10287 items.
10288 * src/reader.c (readgram): Once the grammar read, insert the rule
10289 0: `$axiom: START-SYMBOL $'.
10290 * tests/set.at: Adjust: rule 0 is now displayed, and since the
10291 number of the states has changed (the final state is no longer
10292 necessarily the last), catch up.
10293
75142d45
AD
102942001-12-27 Akim Demaille <akim@epita.fr>
10295
10296 Try to make the use of the eoftoken valid. Given that its value
10297 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
10298 is used instead of > 0 where appropriate, (ii), depend upon nritems
10299 instead of the 0-sentinel.
10300
10301 * src/gram.h, src/gram.c (nritems): New.
10302 Expected to be duplication of nitems, but for the time being...
10303 * src/reader.c (packgram): Assert nritems and nitems are equal.
10304 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
10305 * src/closure.c (print_closure, print_fderives): Likewise.
10306 * src/gram.c (ritem_print): Likewise.
10307 * src/print.c (print_core, print_grammar): Likewise.
10308 * src/print_graph.c: Likewise.
10309
b7c49edf
AD
103102001-12-27 Akim Demaille <akim@epita.fr>
10311
10312 * src/main.c (main): If there are complains after grammar
10313 reductions, then output the report anyway if requested, then die.
10314 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
10315 * src/reader.c (eoftoken): New.
10316 (parse_token_decl): If the token being defined has value `0', it
10317 is the eoftoken.
10318 (packsymbols): No longer hack `tags' to insert `$' by hand.
10319 Be sure to preserve the value of the eoftoken.
10320 (reader): Make sure eoftoken is defined.
10321 Initialize nsyms to 0: now eoftoken is created just like the others.
10322 * src/print.c (print_grammar): Don't special case the eof token.
10323 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
10324 lie anyway, albeit pleasant.
10325 * tests/calc.at: Exercise error messages with eoftoken.
10326 Change the grammar so that empty input is invalid.
10327 Adjust expectations.
10328 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
10329
ec2da99f
AD
103302001-12-27 Akim Demaille <akim@epita.fr>
10331
10332 * configure.in: Check the protos of strchr ans strspn.
10333 Replace strchr if needed.
10334 * src/system.h: Provide the protos of strchr, strspn and memchr if
10335 missing.
10336 * lib/strchr.c: New.
10337 * src/reader.c (symbols_save): Use strchr.
10338
8adfa272
AD
103392001-12-27 Akim Demaille <akim@epita.fr>
10340
10341 * src/print.c, src/print_graph.c (escape): New.
10342 Use it to quote the TAGS outputs.
10343 * src/print_graph.c (print_state): Now errors are in red, and
10344 reductions in green.
10345 Prefer high to wide: output the state number on a line of its own.
10346
80dac38c
AD
103472001-12-27 Akim Demaille <akim@epita.fr>
10348
10349 * src/state.h, src/state.c (reductions_new): New.
10350 * src/LR0.c (set_state_table): Let all the states have a
10351 `reductions', even if reduced to 0.
10352 (save_reductions): Adjust.
10353 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
10354 * src/print.c (print_reductions, print_actions): Adjust.
10355 * src/output.c (action_row): Adjust.
10356
2cec70b9
AD
103572001-12-27 Akim Demaille <akim@epita.fr>
10358
10359 * src/state.h, src/state.c (errs_new, errs_dup): New.
10360 * src/LR0.c (set_state_table): Let all the states have an errs,
10361 even if reduced to 0.
10362 * src/print.c (print_errs, print_reductions): Adjust.
10363 * src/output.c (output_actions, action_row): Adjust.
10364 * src/conflicts.c (resolve_sr_conflict): Adjust.
10365
13ca549a
AD
103662001-12-27 Akim Demaille <akim@epita.fr>
10367
10368 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
10369
5092aba5
AD
103702001-12-27 Akim Demaille <akim@epita.fr>
10371
10372 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
10373 * src/print.c: here.
10374 (lookaheadset, shiftset): New, used as additional storage by
10375 print_reductions.
10376 (print_results): Adjust.
10377 (print_shifts, print_gotos, print_errs): New, extracted from...
10378 (print_actions): here.
10379 * src/print_graph.c (print_actions): Remove dead code.
10380
11e2beca
AD
103812001-12-27 Akim Demaille <akim@epita.fr>
10382
10383 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
10384 `$n' and `@n'.
10385
dac3c910
AD
103862001-12-27 Akim Demaille <akim@epita.fr>
10387
10388 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
10389 (build_relations): Adjust.
10390
d0b0fefa
AD
103912001-12-27 Akim Demaille <akim@epita.fr>
10392
10393 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
10394 duplication.
10395
adc8c848
AD
103962001-12-27 Akim Demaille <akim@epita.fr>
10397
10398 * src/reader.c (packgram): Catch nitems overflows.
10399
14d293ac
AD
104002001-12-27 Akim Demaille <akim@epita.fr>
10401
10402 * src/files.c, src/files.h (guard_obstack): Remove.
10403 * src/output.c (output): Adjust.
10404 * src/reader.c (parse_braces): New, factoring...
10405 (copy_action, copy_guard): these two which are renamed as...
10406 (parse_action, parse_guard): these.
10407 As a voluntary consequence, using braces around guards is now
10408 mandatory.
10409
f499b062
AD
104102001-12-27 Akim Demaille <akim@epita.fr>
10411
10412 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
10413 * src/reader.c (symbol_list): `guard' and `guard_line' are new
10414 members.
10415 (symbol_list_new): Adjust.
10416 (copy_action): action_line is the first line, not the last.
10417 (copy_guard): Just as for actions, store the `action' only, not
10418 the switch/case/break flesh.
10419 Don't parse the user action that might follow the guard, let...
10420 (readgram): do it, i.e., now, there can be an action after a
10421 guard.
10422 In other words the guard is just explicitly optional.
10423 (packgram): Adjust.
10424 * src/output.c (guards_output): New.
10425 (output_parser): Call it when needed.
10426 (output): Also free the guard and attrs obstacks.
10427 * src/files.c, src/files.h (obstack_save): Remove.
10428 (output_files): Remove.
10429 As a result, if one needs the former `.act' file, using an
10430 appropriate skeleton which requires actions and guards is now
10431 required.
10432 * src/main.c (main): Adjust.
10433 * tests/semantic.at: New.
10434 * tests/regression.at: Use `input.y' as input file name.
10435 Avoid 8+3 problems by requiring input.c when the test needs the
10436 parser.
10437
d945f5cd
AD
104382001-12-27 Akim Demaille <akim@epita.fr>
10439
10440 * src/reader.c (symbol_list_new): Be sure to initialize all the
10441 fields.
10442
d200e455
AD
104432001-12-27 Akim Demaille <akim@epita.fr>
10444
10445 All the hacks using a final pseudo state are now useless.
10446
10447 * src/LR0.c (set_state_table): state_table holds exactly nstates.
10448 * src/lalr.c (nLA): New.
10449 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
10450 instead of lookaheadsp from the pseudo state (nstate + 1).
10451
f9507c28
AD
104522001-12-27 Akim Demaille <akim@epita.fr>
10453
10454 * src/output.c (action_row, token_actions): Use a state_t instead
10455 of a integer, and nlookaheads instead of the following state's
10456 lookaheadsp.
10457
065fbd27
AD
104582001-12-27 Akim Demaille <akim@epita.fr>
10459
10460 * src/conflicts.c (log_resolution, flush_shift)
10461 (resolve_sr_conflict, set_conflicts, solve_conflicts)
10462 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
10463 (conflicts_print, print_reductions): Use a state_t instead of an
10464 integer when referring to a state.
10465 As much as possible, depend upon nlookaheads, instead of the
10466 `lookaheadsp' member of the following state (since lookaheads of
10467 successive states are successive, the difference between state n + 1
10468 and n served as the number of lookaheads for state n).
10469 * src/lalr.c (add_lookback_edge): Likewise.
10470 * src/print.c (print_core, print_actions, print_state)
10471 (print_results): Likewise.
10472 * src/print_graph.c (print_core, print_actions, print_state)
10473 (print_graph): Likewise.
10474 * src/conflicts.h: Adjust.
10475
1b177bd7
AD
104762001-12-27 Akim Demaille <akim@epita.fr>
10477
10478 * src/bison.hairy: Formatting/comment changes.
10479 ANSIfy.
10480 Remove `register' indications.
10481 Add plenty of `static'.
10482
7742ddeb
AD
104832001-12-27 Akim Demaille <akim@epita.fr>
10484
10485 * src/output.c (prepare): Drop the muscle `ntbase' which
10486 duplicates ntokens.
10487 * src/bison.simple: Formatting/comment changes.
10488 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
10489 is an undocumented synonym.
10490
1fa14068
AD
104912001-12-22 Akim Demaille <akim@epita.fr>
10492
10493 * src/output.c (output_table_data): Change the prototype to use
10494 `int' for array ranges: some invocations do pass an int, not a
10495 short.
10496 Reported by Wayne Green.
10497
b9752825
AD
104982001-12-22 Akim Demaille <akim@epita.fr>
10499
10500 Some actions of web2c.y are improperly triggered.
10501 Reported by Mike Castle.
10502
10503 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
10504 * tests/regression.at (Web2c): Rename as...
10505 (Web2c Report): this.
10506 (Web2c Actions): New.
10507
776209d6
AD
105082001-12-22 Akim Demaille <akim@epita.fr>
10509
10510 Reductions in web2c.y are improperly reported.
10511 Reported by Mike Castle.
10512
10513 * src/conflicts.c (print_reductions): Fix.
10514 * tests/regression.at (Web2c): New.
10515
275fc3ad
AD
105162001-12-18 Akim Demaille <akim@epita.fr>
10517
10518 Some host fail on `assert (!"foo")', which expands to
10519 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
10520 Reported by Nelson Beebee.
10521
10522 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
10523 `#define it_succeeded 0' and `assert (it_succeeded)'.
10524
897668ee
MA
105252001-12-17 Marc Autret <autret_m@epita.fr>
10526
10527 * src/bison.simple: Don't hard code the skeleton line and filename.
10528 * src/output.c (output_parser): Rename 'line' as 'output_line'.
10529 New line counter 'skeleton_line' (skeleton-line muscle).
10530
ab3399e0
PE
105312001-12-17 Paul Eggert <eggert@twinsun.com>
10532
10533 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
10534 YYDEBUG must be defined to a nonzero value.
10535
10536 * src/bison.simple (yytname): Do not assume that the user defines
10537 YYDEBUG to a properly parenthesized expression.
10538
3877f72b
AD
105392001-12-17 Akim Demaille <akim@epita.fr>
10540
10541 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
10542 nlookaheads is a new member.
10543 Adjust all users.
10544 * src/lalr.h (nlookaheads): Remove this orphan declaration.
10545 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
10546 state.
776209d6 10547
331dbc1b
AD
105482001-12-17 Akim Demaille <akim@epita.fr>
10549
10550 * src/files.h, src/files.c (open_files, close_files): Remove.
10551 * src/main.c (main): Don't open/close files, nor invoke lex_free,
10552 let...
10553 * src/reader.c (reader): Do it.
776209d6 10554
be750e4c
AD
105552001-12-17 Akim Demaille <akim@epita.fr>
10556
10557 * src/conflicts.c (print_reductions): Formatting changes.
776209d6 10558
709ae8c6
AD
105592001-12-17 Akim Demaille <akim@epita.fr>
10560
10561 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
10562 (flush_reduce): New.
10563 (resolve_sr_conflict): Adjust.
776209d6 10564
f87685c3
AD
105652001-12-17 Akim Demaille <akim@epita.fr>
10566
10567 * src/output.c (output_obstack): Be static and rename as...
10568 (format_obstack): this, to avoid any confusion with files.c's
10569 output_obstack.
10570 * src/reader.h (muscle_obstack): Move to...
10571 * src/output.h: here, since it's defined in output.c.
10572
837491d8
AD
105732001-12-17 Akim Demaille <akim@epita.fr>
10574
10575 * src/output.c (action_row, save_column, default_goto)
10576 (sort_actions, matching_state, pack_vector): Better variable
10577 locality.
10578
796d61fb
AD
105792001-12-17 Akim Demaille <akim@epita.fr>
10580
10581 * src/output.c: Various formatting changes.
776209d6 10582
64d15509
AD
105832001-12-17 Akim Demaille <akim@epita.fr>
10584
10585 * src/files.c (output_files): Free the output_obstack.
10586 * src/main.c (main): Call print and print_graph conditionally.
10587 * src/print.c (print): Work unconditionally.
10588 * src/print_graph.c (print_graph): Work unconditionally.
10589 * src/conflicts.c (log_resolution): Output only if verbose_flag.
10590
fbc8ecb7
MA
105912001-12-16 Marc Autret <autret_m@epita.fr>
10592
10593 * src/output.c (actions_output): Fix. When we use %no-lines,
10594 there is one less line per action.
10595
f0440388
MA
105962001-12-16 Marc Autret <autret_m@epita.fr>
10597
10598 * src/bison.simple: Remove a useless #line directive.
10599 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
10600 * src/output.c (get_lines_number): New.
776209d6 10601 (output_parser): Adjust, now takes care about the lines of a
f0440388
MA
10602 output muscles.
10603 Fix line numbering.
10604 (actions_output): Computes the number of lines taken by actions.
10605 (output_master_parser): Insert new skeleton which is the name of
10606 the output parser file name.
10607
a79986b8
MA
106082001-12-15 Marc Autret <autret_m@epita.fr>
10609
10610 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
10611
4ec8e00f
MA
106122001-12-15 Marc Autret <autret_m@epita.fr>
10613
10614 * src/output.c (output_gram): Keep track of the hairy one.
10615
1a4648ff
AD
106162001-12-15 Akim Demaille <akim@epita.fr>
10617
10618 Make `make distcheck' work.
10619
10620 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
10621 system.h which uses libgettext.h.
10622
9c2c67e6
AD
106232001-12-15 Akim Demaille <akim@epita.fr>
10624
10625 * src/nullable.c (set_nullable): Useless rules must be skipped,
10626 otherwise, since we range over their symbols, we might look at a
10627 nonterminal which no longer ``exists'', i.e., it is not counted in
10628 `nvars', hence we overflow our arrays.
10629
93ede233
AD
106302001-12-15 Akim Demaille <akim@epita.fr>
10631
10632 The header can also be produced directly, without any obstack!
10633 Yahoo!
10634
10635 * src/files.c, src/files.h (defines_obstack): Remove.
10636 (compute_header_macro): Global.
10637 (defines_obstack_save): Remove.
10638 * src/reader.c (parse_union_decl): No longer output to
10639 defines_obstack: its content can be found in the `stype' muscle
10640 anyway.
10641 (output_token_translations): Merge into...
10642 (symbols_output): this.
10643 Rename as...
10644 (symbols_save): this.
10645 (reader): Adjust.
10646 * src/output.c (header_output): New.
10647 (output): Call it.
10648
2666f928
AD
106492001-12-15 Akim Demaille <akim@epita.fr>
10650
10651 * src/reader.c (parse_union_decl): Instead of handling two obstack
10652 simultaneously, use one to define the `stype' muscle, and use the
10653 value of the latter to fill defines_obstack.
10654 (copy_comment): Remove.
10655 (copy_comment2): Work for a single obstack.
10656 Rename as...
10657 (copy_comment): this.
10658
428046f8
AD
106592001-12-15 Akim Demaille <akim@epita.fr>
10660
10661 * src/lex.c, src/lex.h (xgetc): No longer static.
10662 * src/reader.c (parse_union_decl): Revamp.
10663
ea52d706
AD
106642001-12-15 Akim Demaille <akim@epita.fr>
10665
10666 Still making progress in separating Bison into (i) input, (ii)
10667 process, (iii) output: now we can directly output the parser file
10668 without using table_obstack at all.
10669
10670 * src/files.c, src/files.h (table_obstack): Bye bye.
10671 (parser_file_name): New.
10672 * src/files.c (compute_output_file_names): Compute it.
10673 * src/output.c (actions_output, output_parser)
10674 (output_master_parser): To a file instead of an obstack.
10675
3f96f4dc
AD
106762001-12-15 Akim Demaille <akim@epita.fr>
10677
10678 Attach actions to rules, instead of pre-outputting them to
10679 actions_obstack.
10680
10681 * src/gram.h (rule_t): action and action_line are new members.
10682 * src/reader.c (symbol_list): Likewise.
10683 (copy_action): Save the actions within the rule.
10684 (packgram): Save them in rule_table.
10685 * src/output.c (actions_output): New.
10686 (output_parser): Use it on `%%actions'.
10687 (output_rule_data): Don't free rule_table.
10688 (output): Do it.
10689 (prepare): Don't save the `action' muscle.
10690 * src/bison.simple: s/%%action/%%actions/.
10691
51576fb3
AD
106922001-12-15 Akim Demaille <akim@epita.fr>
10693
10694 * src/reader.c (copy_action): When --yacc, don't append a `;'
10695 to the user action: let it fail if lacking.
dee049eb 10696 Suggested by Arnold Robbins and Tom Tromey.
51576fb3 10697
2648a72d
AD
106982001-12-14 Akim Demaille <akim@epita.fr>
10699
10700 * src/lex.c (literalchar): Simply return the char you decoded, non
10701 longer mess around with obstacks and int pointers.
10702 Adjust all callers.
10703
92790e5b
AD
107042001-12-14 Akim Demaille <akim@epita.fr>
10705
10706 * src/lex.c (literalchar): Don't escape the special characters,
10707 just decode them, and keep them as char (before, eol was output as
10708 the 2 char string `\n' etc.).
10709 * src/output.c (output_rule_data): Use quotearg to output the
10710 token strings.
10711
927c1557
PE
107122001-12-13 Paul Eggert <eggert@twinsun.com>
10713
10714 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
10715 Do not infringe on the global user namespace when using C++.
10716 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
10717 All uses of `fprintf' and `stderr' changed.
10718
10719 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
10720
ed8e1f68
AD
107212001-12-13 Akim Demaille <akim@epita.fr>
10722
10723 The computation of nullable is broken: it doesn't handle empty
10724 RHS's properly.
10725
10726 * tests/torture.at (GNU AWK Grammar): New.
10727 * tests/sets.at (Nullable): New.
10728 * src/nullable.c (set_nullable): Instead of blindly looping over
10729 `ritems', loop over the rules, and then over their rhs's.
10730
10731 Work around Autotest bugs.
10732
10733 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
10734 frame, because Autotest understand lines starting with a `+' as
10735 traces from the shell. Then, they are not processed properly.
10736 Admittedly an Autotest bug, but we don't have time to wait for
10737 Autotest to catch up.
10738 * tests/regression.at (Broken Closure): Adjust to the new table
10739 frames.
10740 Move to...
10741 * tests/sets.at: here.
10742
cb581495
AD
107432001-12-13 Akim Demaille <akim@epita.fr>
10744
10745 * src/closure.c (closure): Use nrules instead of playing tricks
10746 with BITS_PER_WORD.
10747
2e729273
AD
107482001-12-13 Akim Demaille <akim@epita.fr>
10749
10750 * src/print.c (print_actions): Output the handling of `$' as the
10751 traces do: shifting the token EOF. Before EOF was treated as a
10752 nonterminal.
10753 * tests/regression.at: Adjust some tests.
10754 * src/print_graph.c (print_core): Complete the set of items via
10755 closure. The next-to-final and final states are still unsatisfying,
10756 but that's to be addressed elsewhere.
10757 No longer output the rule numbers, but do output the state number.
10758 A single loop for the shifts + gotos is enough, but picked a
10759 distinct color for each.
10760 (print_graph): Initialize and finalize closure.
10761
107f7dfb
AD
107622001-12-13 Akim Demaille <akim@epita.fr>
10763
10764 * src/reader.c (readgram): Remove dead code, an strip useless
10765 braces.
10766 (get_type): Remove, unused.
10767
9b53a24f
AD
107682001-12-12 Akim Demaille <akim@epita.fr>
10769
10770 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
10771 on that of lib/error.c.
10772
dbfb6dcd
AD
107732001-12-12 Akim Demaille <akim@epita.fr>
10774
10775 Some hosts don't like `/' in includes.
10776
10777 * src/system.h: Include libgettext.h without qualifying the path.
10778 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
10779 $(top_srcdir).
10780
c25fb648
MA
107812001-12-11 Marc Autret <autret_m@epita.fr>
10782
10783 * src/output.c (output_parser): Remove useless muscle.
10784
710ddc4f
MA
107852001-12-11 Marc Autret <autret_m@epita.fr>
10786
10787 * src/bison.simple: Remove #line just before %%epilogue. It
10788 is now handled in ...
10789 * src/reader.c (read_additionnal_code): Add the output of a
10790 #line for the epilogue.
10791
e83d80b8
MA
107922001-12-10 Marc Autret <autret_m@epita.fr>
10793
927c1557 10794 * src/reader.c (copy_definition): Re-use CPP-outed code which
e83d80b8
MA
10795 replace precedent remove.
10796 * src/bison.simple: Remove #line before %%prologue because
10797 %%input-line is wrong at this time.
10798
971d5158
MA
107992001-12-10 Marc Autret <autret_m@epita.fr>
10800
10801 * src/reader.c (symbols_output): Clean up.
927c1557 10802 * src/output.c (output_gram, output): Clean up.
971d5158 10803
5edafffd
AD
108042001-12-10 Akim Demaille <akim@epita.fr>
10805
10806 * src/lalr.c (initialize_lookaheads): New. Extracted from...
10807 * src/LR0.c (set_state_table): here.
10808 * src/lalr.c (lalr): Call it.
10809
0279f8e9
AD
108102001-12-10 Akim Demaille <akim@epita.fr>
10811
10812 * src/state.h (shifts): Remove the `number' member: shifts are
10813 attached to state, hence no longer need to be labelled with a
10814 state number.
10815
190c4f5f
AD
108162001-12-10 Akim Demaille <akim@epita.fr>
10817
10818 Now that states have a complete set of members, the linked list of
10819 shifts is useless: just fill directly the state's shifts member.
10820
10821 * src/state.h (shifts): Remove the `next' member.
10822 * src/LR0.c (first_state, last_state): Remove.
10823 Adjust the callers.
10824 (augment_automaton): Don't look for the shifts that must be added
10825 a shift on EOF: it is those of the state we looked for! But now,
10826 since shifts are attached, it is no longer needed to looking
10827 merely by its id: its number.
10828
2a73b93d
AD
108292001-12-10 Akim Demaille <akim@epita.fr>
10830
10831 * src/LR0.c (augment_automaton): Better variable locality.
10832 Remove an impossible branch: if there is a state corresponding to
10833 the start symbol being shifted, then there is shift for the start
10834 symbol from the initial state.
10835
74392f6a
AD
108362001-12-10 Akim Demaille <akim@epita.fr>
10837
10838 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
10839 only when appropriate: when insert_start_shifting_state' is not
10840 invoked.
10841 * tests/regression.at (Rule Line Numbers): Adjust.
10842
37c82725
AD
108432001-12-10 Akim Demaille <akim@epita.fr>
10844
10845 * src/LR0.c (augment_automaton): Now that all states have shifts,
10846 merge the two cases addition shifts to the initial state.
10847
6a164e0c
AD
108482001-12-10 Akim Demaille <akim@epita.fr>
10849
10850 * src/lalr.c (set_state_table): Move to...
10851 * src/LR0.c: here.
10852 * src/lalr.c (lalr): Don't call it...
10853 * src/LR0.c (generate_states): do it.
10854 * src/LR0.h (first_state): Remove, only the table is used.
10855
7215de24
AD
108562001-12-10 Akim Demaille <akim@epita.fr>
10857
10858 * src/LR0.h (first_shift, first_reduction): Remove.
10859 * src/lalr.c: Don't use first_shift: find shifts through the
10860 states.
10861
80e25d4d
AD
108622001-12-10 Akim Demaille <akim@epita.fr>
10863
10864 * src/LR0.c: Attach shifts to states as soon as they are
10865 computed.
10866 * src/lalr.c (set_state_table): Instead of assigning shifts to
10867 state, just assert that the mapping was properly done.
10868
0ab3728b
AD
108692001-12-10 Akim Demaille <akim@epita.fr>
10870
10871 * src/LR0.c (insert_start_shift): Rename as...
10872 (insert_start_shifting_state): this.
10873 (insert_eof_shifting_state, insert_accepting_state): New.
10874 (augment_automaton): Adjust.
10875 Better locality of the variables.
10876 When looking if the start_symbol is shifted from the initial
10877 state, using `while (... symbol != start_symbol ...)' sounds
10878 better than `while (... symbol < start_symbol ...)': If fail
10879 to see how the order between symbols could be relevant!
10880
78af9bbc
AD
108812001-12-10 Akim Demaille <akim@epita.fr>
10882
10883 * src/getargs.h: Don't declare `spec_name_prefix' and
10884 `spec_file_prefix', declared by src/files.h.
10885 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
10886 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
10887 * src/output.c (prepare): Adjust.
10888 * src/reader.c (symbols_output): Likewise.
10889 * src/vmsgetargs.c: Vaguely adjust, but who cares?
10890
bdef2a41
AD
108912001-12-10 Akim Demaille <akim@epita.fr>
10892
10893 * src/muscle_tab.c (muscle_init): NULL is a better default than
10894 `"0"'.
10895
3735969c
AD
108962001-12-10 Akim Demaille <akim@epita.fr>
10897
10898 * src/reader.c (reader): Calling symbols_output once is enough.
10899
49701457
AD
109002001-12-10 Akim Demaille <akim@epita.fr>
10901
10902 Now that states have a complete set of members, the linked list of
10903 reductions is useless: just fill directly the state's reductions
10904 member.
10905
10906 * src/state.h (struct reductions): Remove member `number' and
10907 `next'.
10908 * src/LR0.c (first_reduction, last_reduction): Remove.
10909 (save_reductions): Don't link the new reductions, store them in
10910 this_state.
10911 * src/lalr.c (set_state_table): No need to attach reductions to
10912 states, it's already done.
10913 * src/output.c (output_actions): No longer free the shifts, then
10914 the reductions, then the states: free all the states and their
10915 members.
10916
0edad749
AD
109172001-12-10 Akim Demaille <akim@epita.fr>
10918
10919 * src/options.c (OPTN, DRTV, BOTH): New.
10920 (option_table): Use them.
10921
0edad749
AD
10922 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
10923 the job of system.h.
10924 * src/options.c: Don't include stdio.h and xalloc.h for the same
10925 reasons.
10926
5449dd0f
AD
109272001-12-10 Akim Demaille <akim@epita.fr>
10928
10929 * src/output.c (output, prepare): Make sure the values of the
10930 muscles `action' and `prologue' are 0-terminated.
10931
a870c567
AD
109322001-12-10 Akim Demaille <akim@epita.fr>
10933
10934 Clean up GCC warnings.
10935
10936 * src/reader.c (copy_action): `buf' is not used.
10937 (parse_skel_decl): Be static.
10938 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
10939 * src/options.h (create_long_option_table): Have a real prototype.
10940 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
10941 (hash_delete_at): Return const void *.
10942 Adjust casts to preserve the const.
10943
80df8768
AD
109442001-12-10 Akim Demaille <akim@epita.fr>
10945
10946 * configure.in: Require 2.52g.
10947 M4 is not needed, but AUTOM4TE is.
10948 * m4/m4.m4: Remove.
10949 * tests/Makefile.am: Adjust.
10950
f693ad14
AD
109512001-12-10 Akim Demaille <akim@epita.fr>
10952
10953 One structure for states is enough, even though theoretically
10954 there are LR(0) states and LALR(1) states.
10955
10956 * src/lalr.h (state_t): Remove.
10957 (state_table): Be state_t **, not state_t *.
10958 * src/state.h (core, CORE_ALLOC): Rename as...
10959 (state_t, STATE_ALLOC): this.
10960 Add the LALR(1) members: shifts, reductions, errs.
10961 * src/LR0.c (state_table): Rename as...
10962 (state_hash): this, to avoid name clashes with the global
10963 `state_table'.
10964 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
10965 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
10966
74ffbcb6
AD
109672001-12-10 Akim Demaille <akim@epita.fr>
10968
10969 Bison dumps core on bash.y.
10970 Reported by Pascal Bart.
10971
10972 * src/warshall.c (bitmatrix_print): New.
10973 (TC): Use it.
ba0fe3c7 10974 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
74ffbcb6
AD
10975 j must be the outer loop.
10976 * tests/regression.at (Broken Closure): New.
10977
07708e19
AD
109782001-12-05 Akim Demaille <akim@epita.fr>
10979
10980 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
10981 its argument.
ba1ecc07 10982 Reported by Peter Hamorsky.
07708e19 10983
92b16366
AD
109842001-12-05 Akim Demaille <akim@epita.fr>
10985
10986 * src/conflicts.c (err_table): Remove.
10987 (resolve_sr_conflict): Adjust.
10988 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
10989 Rename as...
10990 (state_t.reductions, state_t.shifts): this.
10991
076ab033
AD
109922001-12-05 Akim Demaille <akim@epita.fr>
10993
10994 * src/reduce.c (reduce_grammar_tables): No longer disable the
10995 removal of useless rules via CPP but via `if (0)', so that the
10996 compiler still check the code is valid.
10997 For instance, it should have noticed `rline' no longer exists: use
10998 the `line' member of rule_t.
10999 * src/gram.c (dummy, rline): Remove, unused.
11000
3843c413
AD
110012001-12-05 Akim Demaille <akim@epita.fr>
11002
11003 * src/output.c (pack_vector): Use assert, not berror.
11004 * src/main.c (berror): Remove, unused.
11005
43168960
AD
110062001-12-05 Akim Demaille <akim@epita.fr>
11007
11008 New experimental feature: if --verbose --trace output all the
11009 items of a state, not only its kernel.
11010
11011 * src/print.c (print_core): If `trace_flag', then invoke closure
11012 before outputting the items of the state (print_core is no longer
11013 a correct name them).
11014 (print_results): Invoke new_closure/free_closure if needed.
11015
b2872512
AD
110162001-12-05 Akim Demaille <akim@epita.fr>
11017
11018 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
11019 * src/closure.c, src/closure.h (itemsetsize): Rename as...
11020 (nitemset): for consistency with the rest of the project.
11021
23cbcc6c
AD
110222001-12-05 Akim Demaille <akim@epita.fr>
11023
11024 * src/closure.c (print_closure): Improve.
11025 (closure): Use it for printing input and output.
11026
03ec521c
AD
110272001-12-05 Akim Demaille <akim@epita.fr>
11028
11029 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
11030 indexed by nonterminals.
11031
3a7456dd
AD
110322001-12-05 Akim Demaille <akim@epita.fr>
11033
11034 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
11035 what it was!).
11036 * src/warshall.h: Remove accidental duplication of the content.
11037
1cbcf2e7
AD
110382001-12-05 Akim Demaille <akim@epita.fr>
11039
11040 * src/closure.c (set_fderives): De-obfuscate.
11041
84182270
AD
110422001-12-05 Akim Demaille <akim@epita.fr>
11043
11044 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
11045
3f6f053c
AD
110462001-12-05 Akim Demaille <akim@epita.fr>
11047
11048 * src/closure.c (set_firsts): De-obfuscate.
11049
7a5350ba
AD
110502001-12-05 Akim Demaille <akim@epita.fr>
11051
11052 * src/output.c (action_row): De-obfuscate
11053 using the good o' techniques: arrays not pointers, variable
11054 locality, BITISSET, RESETBIT etc.
11055
d954473d
AD
110562001-12-05 Akim Demaille <akim@epita.fr>
11057
11058 Pessimize the code to simplify it: from now on, all the states
11059 have a valid SHIFTS, which NSHIFTS is possibly 0.
11060
11061 * src/LR0.c (shifts_new): Be global and move to..
11062 * src/state.c, src/state.h: here.
11063 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
11064 * src/print_graph: Adjust.
11065
9839bbe5
AD
110662001-12-05 Akim Demaille <akim@epita.fr>
11067
11068 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
11069 * src/conflicts.c: Use it.
11070 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
11071 incorrectly ``simplified''.
11072
9f136c07
AD
110732001-12-05 Akim Demaille <akim@epita.fr>
11074
11075 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
11076 using the good o' techniques: arrays not pointers, variable
11077 locality, BITISSET, RESETBIT etc.
11078
b608206e
AD
110792001-12-05 Akim Demaille <akim@epita.fr>
11080
11081 * src/state.h (SHIFT_SYMBOL): New.
11082 * src/conflicts.c: Use it to deobfuscate.
11083
52afa962
AD
110842001-12-05 Akim Demaille <akim@epita.fr>
11085
11086 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
11087 (print_reductions): De-obfuscate using the good o' techniques:
11088 arrays not pointers, variable locality, BITISSET.
11089
e74dc321
AD
110902001-12-05 Akim Demaille <akim@epita.fr>
11091
11092 * src/conflicts.c (print_reductions): Arrays, not pointers.
11093 Use BITISSET.
11094
768fca83
AD
110952001-12-05 Akim Demaille <akim@epita.fr>
11096
11097 * src/conflicts.c (print_reductions): Pessimize, but clarify.
11098
a17e599f
AD
110992001-12-05 Akim Demaille <akim@epita.fr>
11100
11101 * src/conflicts.c (print_reductions): Improve variable locality.
11102
a04bc341
AD
111032001-12-05 Akim Demaille <akim@epita.fr>
11104
11105 * src/conflicts.c (print_reductions): Pessimize, but clarify.
11106
c8ea038e
AD
111072001-12-05 Akim Demaille <akim@epita.fr>
11108
11109 * src/conflicts.c (print_reductions): Improve variable locality.
11110
aa2aab3c
AD
111112001-12-05 Akim Demaille <akim@epita.fr>
11112
11113 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
11114 * src/lalr.c: Use them.
11115
b178c8cc
AD
111162001-12-05 Akim Demaille <akim@epita.fr>
11117
11118 * src/LR0.c (augment_automaton): Formatting changes.
11119 Better variable locality.
11120
f67d13aa
AD
111212001-12-05 Akim Demaille <akim@epita.fr>
11122
11123 * src/lalr.c (matrix_print): New.
11124 (transpose): Use it.
11125 Use arrays instead of pointers.
11126
c2713865
AD
111272001-12-05 Akim Demaille <akim@epita.fr>
11128
11129 * src/lalr.c (maxrhs): Move to...
11130 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
11131 * src/lalr.c (build_relations): Adjust.
11132
9887c18a
AD
111332001-12-05 Akim Demaille <akim@epita.fr>
11134
11135 * src/lalr.c (transpose): Free the memory allocated to the
11136 argument, as it is replaced by the results by the unique caller.
11137 (build_relations): Merely invoke transpose: it handles the memory
11138 deallocation.
11139 Improve variable locality.
11140 Avoid variables used as mere abbreviations.
11141 (compute_lookaheads): Use arrays instead of pointers.
11142
4d4f699c
AD
111432001-12-05 Akim Demaille <akim@epita.fr>
11144
11145 * src/lalr.c (initialize_F): Improve variable locality.
11146 Avoid variables used as mere abbreviations.
11147
80a69750
AD
111482001-12-05 Akim Demaille <akim@epita.fr>
11149
11150 * src/derives.c (print_derives): Display the ruleno.
11151 * src/lalr.c (initialize_F, transpose): Better variable locality
11152 to improve readability.
11153 Avoid variables used as mere abbreviations.
11154
fe961097
AD
111552001-12-05 Akim Demaille <akim@epita.fr>
11156
11157 * src/lalr.c (traverse): Use arrays instead of pointers.
11158
e3e4e814
AD
111592001-12-05 Akim Demaille <akim@epita.fr>
11160
11161 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
11162 the handling of squeue.
11163 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
11164
630e182b
AD
111652001-12-05 Akim Demaille <akim@epita.fr>
11166
11167 Because useless nonterminals are now kept alive (instead of being
11168 `destroyed'), we now sometimes examine them, and store information
11169 related to them. Hence we need to know their number, and adjust
11170 memory allocations.
11171
11172 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
11173 static.
11174 * src/LR0.c (allocate_itemsets): The memory allocated to
11175 `symbol_count' was used for two different purpose: once to count
11176 the number of occurrences of each symbol, and later reassigned to
11177 `shift_symbol', containing the symbol that can be shifted from a
11178 given state.
11179 Deobfuscate, i.e., allocate, use and free `symbol_count' here
11180 only, and...
11181 (new_itemsets): Allocate `shift_symbol' here.
11182 (allocate_itemsets): symbol_count includes useless nonterminals.
11183 Make room for them.
11184 (free_storage): Use `free', not `XFREE', for pointers that cannot
11185 be null.
11186
81b51460
AD
111872001-12-05 Akim Demaille <akim@epita.fr>
11188
11189 * src/nullable.c (set_nullable): Deobfuscate the handling of
11190 ritem.
11191 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
11192
3067fbef
AD
111932001-12-05 Akim Demaille <akim@epita.fr>
11194
11195 * src/gram.c, src/gram.h (ritem_print): New.
11196 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
11197 (This useless function was defined only to work around VMS linkers
11198 that can't handle compilation units with variables only).
11199 * src/reduce.c (dump_grammar): Use it to trace the construction of
11200 ritem.
11201
c2bea5f9
PE
112022001-12-04 Paul Eggert <eggert@twinsun.com>
11203
7d27c823
PE
11204 * src/bison.simple (union yyalloc): Change member names
11205 to be the same as the stack names.
11206 (yyparse): yyptr is now union yyalloc *, not char *.
11207 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
11208 and may generate better code on some machines.
c2bea5f9
PE
11209 (yystpcpy): Use prototype if __STDC__ is defined, not just
11210 if __cplusplus is defined.
35687a9d 11211
2c8a9dfa
AD
112122001-11-30 Akim Demaille <akim@epita.fr>
11213
11214 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
11215 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
11216 Gettext doesn't compile cleanly, and dies with -Werror.
11217 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
11218 Include WARNING_CFLAGS here.
11219 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
11220 before being defined.
11221
f4e421e6
AD
112222001-11-27 Paul Eggert <eggert@twinsun.com>
11223
11224 * lib/quotearg.h (quotearg_n, quotearg_n_style):
11225 First arg is int, not unsigned.
11226 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
11227 (SIZE_MAX, UINT_MAX): New macros.
11228 (quotearg_n_options): Abort if N is negative.
11229 Avoid overflow check on hosts where size_t is 64 bits and int
11230 is 32 bits, as overflow is impossible there.
11231 Fix off-by-one typo that caused unnecessary reallocation.
11232
7093d0f5
AD
112332001-11-29 Paul Eggert <eggert@twinsun.com>
11234
11235 Name space cleanup in generated parser.
11236
11237 * doc/bison.texinfo (Bison Parser): Discuss system headers
11238 and their effect on the user name space.
11239
11240 * src/bison.simple:
11241 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
11242 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
11243 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
11244
11245 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
11246 on user names when possible.
11247
11248 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
11249 Simplify test for whather <alloca.h> exists.
11250
11251 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
11252
11253 (<stdio.h>): Include if YYDEBUG.
11254
11255 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
11256 ! defined (yyoverflow) && ! defined (yymemcpy).
11257
11258 (yymemcpy, yyparse): Rename local variables as needed so that
11259 they all begin with 'yy'.
11260
11261 (yystrlen, yystpcpy): New functions.
11262
11263 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
11264 All uses changed.
11265
11266 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
11267 instead of relying on string.h functions. Use YYSTACK_ALLOC
11268 and YYSTACK_FREE instead of malloc and free.
11269
fd51e5ff
AD
112702001-11-30 Akim Demaille <akim@epita.fr>
11271
11272 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
11273 before their first uses.
11274 (YYBISON, YYPURE): Move to the top of the output.
11275
7d13ff5f
AD
112762001-11-30 Akim Demaille <akim@epita.fr>
11277
11278 * tests/reduce.at (Useless Nonterminals): Fix.
11279
892a3995
AD
112802001-11-30 Akim Demaille <akim@epita.fr>
11281
11282 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
11283 if body instead of `;' to pacify GCC's warnings.
11284
68f1e3ed
AD
112852001-11-30 Akim Demaille <akim@epita.fr>
11286
11287 Instead of mapping the LHS of unused rules to -1, keep the LHS
11288 valid, but flag the rules as invalid.
11289
11290 * src/gram.h (rule_t): `useful' is a new member.
11291 * src/print.c (print_grammar): Adjust.
11292 * src/derives.c (set_derives): Likewise.
11293 * src/reader.c (packgram, reduce_output): Likewise.
11294 * src/reduce.c (reduce_grammar_tables): Likewise.
11295 * tests/reduce.at (Underivable Rules, Useless Rules): New.
11296
d2d1b42b
AD
112972001-11-30 Akim Demaille <akim@epita.fr>
11298
11299 * src/reduce.c (reduce_output): Formatting changes.
11300 * src/print.c (print_results, print_grammar): Likewise.
11301 * tests/regression.at (Rule Line Numbers)
11302 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
11303
760b53a8
AD
113042001-11-30 Akim Demaille <akim@epita.fr>
11305
11306 * src/reduce.c (nonterminals_reduce): Instead of throwing away
11307 useless nonterminals, move them at the end of the symbol arrays.
11308 (reduce_output): Adjust.
11309 * tests/reduce.at (Useless Nonterminals): Adjust.
11310
00238958
AD
113112001-11-30 Akim Demaille <akim@epita.fr>
11312
11313 * src/reduce.c: Various comment/formatting changes.
11314 (nonterminals_reduce): New, extracted from...
11315 (reduce_grammar_tables): here.
11316 (reduce_grammar): Call nonterminals_reduce.
11317
396452de
PE
113182001-11-29 Paul Eggert <eggert@twinsun.com>
11319
11320 * src/bison.simple (YYSTACK_REALLOC): Remove.
11321 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
11322 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
11323 New macros.
11324 (union yyalloc): New type.
11325 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
11326 an arbitrary restriction on hosts where size_t is wider than int.
11327
11328 (yyparse): Don't dump core if alloca or malloc fails; instead, report
11329 a parser stack overflow. Allocate just one block of memory for all
11330 three stacks, instead of allocating three blocks; this typically is
11331 faster and reduces fragmentation.
11332
11333 Do not limit the number of items in the stack to a value that fits
11334 in 'int', as this is an arbitrary limit on hosts with 64-bit
11335 size_t and 32-bit int.
11336
147e184c
MA
113372001-11-29 Marc Autret <autret_m@epita.fr>
11338
11339 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
11340 of defining YYERROR_VERBOSE.
11341 [AT_DATA]: $4 is now out of C declarations in the prologue.
11342
426cf563
MA
113432001-11-28 Marc Autret <autret_m@epita.fr>
11344
11345 * src/reader.c (parse_dquoted_param): New.
11346 (parse_skel_decl): Use it.
11347 * src/lex.h: Add its prototype.
11348 * src/lex.c (literalchar): Become not static.
11349
c7925b99
MA
113502001-11-28 Marc Autret <autret_m@epita.fr>
11351
11352 * src/output.h: And put its extern declaration here.
11353 * src/output.c (error_verbose): Define here.
11354 (prepare): Echo name modification.
11355 * src/getargs.h: Clean its extern declaration.
11356 * src/getargs.c (error_verbose_flag): Remove.
11357 (getargs): Remove case 'e'.
11358 * src/options.c (option_table): 'error-verbose' is now seen as simple
11359 percent option.
11360 Include output.h.
11361
11362 * src/reader.c (read_declarations): Remove case tok_include.
11363 (parse_include_decl): Remove.
11364 * src/lex.h (token_t): Remove tok_include.
11365 * src/options.c (option_table): 'include' is now a simple command line
11366 option.
11367
5b5d1929
MA
113682001-11-28 Marc Autret <autret_m@epita.fr>
11369
11370 * src/bison.simple: Adjust muscle names.
11371 * src/muscle_tab.c (muscle_init): Also rename the muscles.
11372 * src/output.c (prepare): s/_/-/ for the muscles names.
11373 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
11374
8850be4b
MA
113752001-11-28 Marc Autret <autret_m@epita.fr>
11376
11377 * src/bison.simple: Fix debug.
11378 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
11379
4a38e613
AD
113802001-11-28 Akim Demaille <akim@epita.fr>
11381
11382 * src/LR0.c (shifts_new): New.
11383 (save_shifts, insert_start_shift, augment_automaton): Use it.
11384
4b35e1c1
AD
113852001-11-28 Akim Demaille <akim@epita.fr>
11386
11387 * src/closure.c (closure): `b' and `ruleno' denote the same value:
11388 keep ruleno only.
11389
d2b04478
AD
113902001-11-28 Akim Demaille <akim@epita.fr>
11391
11392 * src/closure.c (closure): Instead of looping over word in array
11393 then bits in words, loop over bits in array.
11394
2c4c30aa
AD
113952001-11-28 Akim Demaille <akim@epita.fr>
11396
11397 * src/closure.c (closure): No longer optimize the special case
11398 where all the bits of `ruleset[r]' are set to 0, to make the code
11399 clearer.
11400
576890b7
AD
114012001-11-28 Akim Demaille <akim@epita.fr>
11402
11403 * src/closure.c (closure): `r' and `c' are new variables, used to
11404 de-obfuscate accesses to RULESET and CORE.
11405
cb487d7d
AD
114062001-11-28 Akim Demaille <akim@epita.fr>
11407
11408 * src/reduce.c (reduce_print): Use ngettext.
11409 (dump_grammar): Improve the trace accuracy.
11410
6013d43f
AD
114112001-11-28 Akim Demaille <akim@epita.fr>
11412
11413 * src/reduce.c (dump_grammar): Don't translate trace messages.
11414
cb4956ee
AD
114152001-11-28 Akim Demaille <akim@epita.fr>
11416
11417 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
11418 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
11419 as all tags are free'ed afterwards.
11420 From Enrico Scholz.
11421
648185ab
PE
114222001-11-27 Paul Eggert <eggert@twinsun.com>
11423
11424 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
11425 use alloca when we didn't want to, and vice versa.
11426
68254a03
MA
114272001-11-27 Marc Autret <autret_m@epita.fr>
11428
9113b58f
AD
11429 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
11430 initialization.
68254a03
MA
11431 * src/output.c (prepare): Remove its update.
11432
04d843a2
MA
114332001-11-27 Marc Autret <autret_m@epita.fr>
11434
11435 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
11436 Use %error-verbose.
11437
d2079671 114382001-11-27 Marc Autret <autret_m@epita.fr>
eeeb962b
MA
11439
11440 * src/bison.simple: Remove YYERROR_VERBOSE using.
11441 Use %%error_verbose.
11442 (yyparse): Likewise.
11443 * src/output.c (prepare): Give its final value.
11444 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
11445 * src/getargs.h: Add its extern declaration.
11446 * src/getargs.c (error_verbose_flag): New int.
11447 (getargs): Update to catch new case.
11448 * src/options.c (option_table): 'error-verbose' is a new option.
11449 (shortopts): Update.
11450
e0327bc8
AD
114512001-11-27 Akim Demaille <akim@epita.fr>
11452
11453 * src/system.h: Use intl/libgettext.h.
11454 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
11455
000f1a3c
AD
114562001-11-27 Akim Demaille <akim@epita.fr>
11457
11458 * tests/torture.at (Exploding the Stack Size with Malloc):
11459 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
11460
26cfe0be
AD
114612001-11-27 Akim Demaille <akim@epita.fr>
11462
11463 * src/files.c: Include error.h.
11464 Reported by Hans Aberg.
11465
f6bd5427
MA
114662001-11-26 Marc Autret <autret_m@epita.fr>
11467
d2079671 11468 * src/reader.c (parse_include_decl): New, not yet implemented.
f6bd5427
MA
11469 (read_declarations): Add case tok_include.
11470 * src/getargs.h (include): Add its extern definition.
11471 * src/getargs.c (include): New const char *.
11472 (getargs): Add case '-I'.
11473 * src/options.c (option_table): Add include as command line and
11474 percent option.
11475 * src/lex.h (token_t): Add tok_include.
11476
2ca209c1
AD
114772001-11-26 Akim Demaille <akim@epita.fr>
11478
11479 * src/reader.c (readgram): Make sure rules for mid-rule actions
11480 have a lineno equal to that of their host rule.
11481 Reported by Hans Aberg.
11482 * tests/regression.at (Rule Line Numbers): New.
11483
0e41b407
AD
114842001-11-26 Akim Demaille <akim@epita.fr>
11485
11486 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
11487 size_ts.
11488
114892001-11-26 Akim Demaille <akim@epita.fr>
11490
11491 * src/complain.c, src/complain.h (error): Remove, provided by
11492 lib/error.[ch].
11493
e0c40012
AD
114942001-11-26 Akim Demaille <akim@epita.fr>
11495
11496 * src/reader.c (read_declarations): Don't abort on tok_illegal,
11497 issue an error message.
11498 * tests/regression.at (Invalid %directive): New.
11499 Reported by Hans Aberg.
11500
5e147124
AD
115012001-11-26 Akim Demaille <akim@epita.fr>
11502
11503 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
11504 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
11505
a034c8b8
AD
115062001-11-26 Akim Demaille <akim@epita.fr>
11507
11508 * src/conflicts.c (conflicts_print): Don't complain at all when
11509 there are no reduce/reduce conflicts, and as many shift/reduce
11510 conflicts as expected.
11511 * tests/regression.at (%expect right): Adjust.
11512
c64a20f3
AD
115132001-11-23 Akim Demaille <akim@epita.fr>
11514
11515 * lib/alloca.c: Update, from fileutils.
11516
5b0d29bb
AD
115172001-11-23 Akim Demaille <akim@epita.fr>
11518
11519 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
11520
722c4bfe
AD
115212001-11-23 Akim Demaille <akim@epita.fr>
11522
11523 * src/system.h: Include alloca.h.
11524 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
11525
6255b435
AD
115262001-11-23 Akim Demaille <akim@epita.fr>
11527
11528 * src/print_graph.c (print_actions): Remove `rule', unused.
11529 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
11530 pacify GCC's signed < unsigned warnings.
11531 * src/closure.c (itemsetsize): Likewise.
11532 * src/reader.c (symbol_list_new): Static.
11533
b29b2ed5
AD
115342001-11-23 Akim Demaille <akim@epita.fr>
11535
11536 Attaching lineno to buckets is stupid, since only one copy of each
11537 symbol is kept, only the line of the first occurrence is kept too.
11538
11539 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
11540 * src/reader.c (rline_allocated): Remove, unused.
11541 (symbol_list): Have a `line' member.
11542 (symbol_list_new): New.
11543 (readgram): Use it.
11544 * src/print.c (print_grammar): Output the rule line numbers.
11545 * tests/regression.at (Solved SR Conflicts)
11546 (Unresolved SR Conflicts): Adjust.
11547 Reported by Hans Aberg.
11548
a81b1d4a
MA
115492001-11-22 Marc Autret <autret_m@epita.fr>
11550
11551 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
11552
c1ecb3c1
MA
115532001-11-22 Marc Autret <autret_m@epita.fr>
11554
11555 * src/muscle_tab.c (muscle_init): Remove initialization of
11556 skeleton muscle.
11557 * src/output.c (output_master_parser): Do it here.
11558
fbe01355
AD
115592001-11-20 Akim Demaille <akim@epita.fr>
11560
11561 * po/sv.po: New.
11562 * configure.in (ALL_LINGUAS): Adjust.
11563 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
11564 longer contains strings to translate.
11565
81e895c0
AD
115662001-11-19 Akim Demaille <akim@epita.fr>
11567
11568 * src/conflicts.c (conflicts_print): Add a missing \n.
11569
6bb1878b
AD
115702001-11-19 Akim Demaille <akim@epita.fr>
11571
11572 * src/nullable.c (nullable_print): New.
11573 (set_nullable): Call it when tracing.
11574 Better locality of variables.
11575
d9ec2d07
AD
115762001-11-19 Akim Demaille <akim@epita.fr>
11577
11578 * src/print.c (print_actions): Better locality of variables.
11579
720e5c1b
AD
115802001-11-19 Akim Demaille <akim@epita.fr>
11581
11582 * src/derives.c (print_derives): Fix and enrich.
11583 * src/closure.c (print_fderives): Likewise.
11584
fb908786
AD
115852001-11-19 Akim Demaille <akim@epita.fr>
11586
11587 * src/closure.c (itemsetend): Remove, replaced with...
11588 (itemsetsize): new.
11589
125ecb56
AD
115902001-11-19 Akim Demaille <akim@epita.fr>
11591
11592 * src/LR0.c (kernel_end): Remove, replaced with...
11593 (kernel_size): new.
11594
d8cf039f
AD
115952001-11-19 Akim Demaille <akim@epita.fr>
11596
11597 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
11598 to clarify.
11599
7bec0760
AD
116002001-11-19 Akim Demaille <akim@epita.fr>
11601
11602 * src/closure.c (closure): Use arrays instead of pointers to clarify.
11603
c87d4863
AD
116042001-11-19 Akim Demaille <akim@epita.fr>
11605
11606 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
11607 trace messages.
11608 * src/LR0.c: Likewise.
11609 (allocate_itemsets): Use arrays instead of pointers to clarify.
11610
9bfe901c
AD
116112001-11-19 Akim Demaille <akim@epita.fr>
11612
11613 * src/getargs.c (statistics_flag): Replace with...
11614 (trace_flag): New.
11615 (longopts): Accept --trace instead of --statistics.
11616 * src/getargs.h, src/options.c: Adjust.
11617 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
11618 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
11619
97db7bd4
AD
116202001-11-19 Akim Demaille <akim@epita.fr>
11621
cc72668c 11622 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
97db7bd4
AD
11623 pointers to clarify the code.
11624 (save_reductions, save_shifts): Factor common parts of alternatives.
11625
2c5f66ed
AD
116262001-11-19 Akim Demaille <akim@epita.fr>
11627
11628 * src/LR0.c (new_state, get_state): Complete TRACE code.
11629 * src/closure.c: Include `reader.h' to get `tags', needed by the
11630 trace code.
11631 Rename the conditional DEBUG as TRACE.
11632 Output consistently TRACEs to stderr, not stdout.
11633 * src/derives.c: Likewise.
11634 * src/reduce.c: (inaccessable_symbols): Using if is better style
11635 than goto.
11636 Use `#if TRACE' instead of `#if 0' for tracing code.
11637
300f275f
AD
116382001-11-19 Akim Demaille <akim@epita.fr>
11639
11640 * src/system.h (LIST_FREE, shortcpy): New.
11641 * src/LR0.c: Use them.
11642 * src/output.c (free_itemsets, free_reductions, free_shifts):
11643 Remove, replaced by LIST_FREE.
11644
f59c437a
AD
116452001-11-19 Akim Demaille <akim@epita.fr>
11646
11647 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
11648 (REDUCTIONS_ALLOC): New.
11649 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
11650 allocation.
11651
6986fd9e
AD
116522001-11-19 Akim Demaille <akim@epita.fr>
11653
11654 * src/LR0.c (new_state): Complete trace code.
11655 * src/nullable.c (set_nullable): Don't translate traces.
11656
4bc30f78
AD
116572001-11-19 Akim Demaille <akim@epita.fr>
11658
11659 * src/print_graph.c (print_core): Better locality of variables.
11660 * src/print.c (print_core): Likewise.
11661
08a946e0
AD
116622001-11-19 Akim Demaille <akim@epita.fr>
11663
11664 * src/vcg.c: You do the output, so you are responsible of the
11665 handling of VCG syntax, in particular: use quotearg.
11666 * src/print_graph.c: Don't.
11667 (print_actions): Don't output the actions as part of the nodes,
11668 since that's the job of the edges.
11669 (print_state): Don't output by hand: fill the node description,
9bfe901c 11670 and ask for its output.
08a946e0 11671
f0473484
AD
116722001-11-19 Akim Demaille <akim@epita.fr>
11673
cc72668c
AD
11674 * src/bison.simple (yyparse): When verbosely reporting an error,
11675 no longer put additional quotes around token names.
f0473484
AD
11676 * tests/calc.at: Adjust.
11677
e41dc700
AD
116782001-11-19 Akim Demaille <akim@epita.fr>
11679
11680 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
11681 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
11682 * src/output.c: Adjust.
11683
652a871c
AD
116842001-11-19 Akim Demaille <akim@epita.fr>
11685
11686 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
11687 (rule_t): this.
11688 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
11689
b2ed6e58
AD
116902001-11-19 Akim Demaille <akim@epita.fr>
11691
11692 * src/gram.h (rule_t): New.
11693 (rule_table): New.
11694 (rrhs, rlhs): Remove, part of state_t.
11695 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
11696 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
11697 * src/reader.c, src/reduce.c: Adjust.
11698
edad7067
AD
116992001-11-19 Akim Demaille <akim@epita.fr>
11700
11701 * src/reader.c (symbols_output): New, extracted from...
11702 (packsymbols): Here.
11703 (reader): Call it.
11704
3feec034
AD
117052001-11-19 Akim Demaille <akim@epita.fr>
11706
11707 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
11708 (maxrhs): this new function.
11709
ddcd5fdf
AD
117102001-11-19 Akim Demaille <akim@epita.fr>
11711
cc72668c 11712 * src/lalr.c (F): New macro to access the variable F.
ddcd5fdf
AD
11713 Adjust.
11714
bb527fc2
AD
117152001-11-19 Akim Demaille <akim@epita.fr>
11716
cc72668c 11717 * src/lalr.h (LA): New macro to access the variable LA.
bb527fc2
AD
11718 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
11719 * src/lalr.c: Adjust.
11720
a845a697
AD
117212001-11-19 Akim Demaille <akim@epita.fr>
11722
11723 * src/lalr.c (initialize_LA): Only initialize LA. Let...
11724 (set_state_table): handle the `lookaheads' members.
11725
f004bf6a
AD
117262001-11-19 Akim Demaille <akim@epita.fr>
11727
cc72668c
AD
11728 * src/lalr.h (lookaheads): Removed array, whose contents is now
11729 a member of...
f004bf6a
AD
11730 (state_t): this structure.
11731 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
11732 Adjust.
11733
de326cc0
AD
117342001-11-19 Akim Demaille <akim@epita.fr>
11735
cc72668c
AD
11736 * src/lalr.h (consistent): Removed array, whose contents is now
11737 a member of...
de326cc0
AD
11738 (state_t): this structure.
11739 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
11740 Adjust.
11741
90b4416b
AD
117422001-11-19 Akim Demaille <akim@epita.fr>
11743
cc72668c
AD
11744 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
11745 contents are now members of...
90b4416b
AD
11746 (state_t): this structure.
11747 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
11748 Adjust.
11749
9703cc49
AD
117502001-11-19 Akim Demaille <akim@epita.fr>
11751
11752 * src/lalr.h (state_t): New.
11753 (state_table): Be a state_t * instead of a core **.
11754 (accessing_symbol): Remove, part of state_t.
11755 * src/lalr.c: Adjust.
11756 (set_accessing_symbol): Merge into...
11757 (set_state_table): this.
11758 * src/print_graph.c, src/conflicts.c: Adjust.
11759
d803322e
AD
117602001-11-14 Akim Demaille <akim@epita.fr>
11761
11762 * tests/calc.at, tests/output.at, tests/regression.at,
11763 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
11764 now the tests are run in private dirs, therefore AC_CLEANUP and
11765 family can be simplified to 0-ary.
11766 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
11767 use abs. path to find config.h.
11768 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
11769 stderr, there can be way too much random noise.
11770 Instead pass -Werror to GCC and rely on the exit status.
11771 Reported by Wolfram Wagner.
11772
3d76b07d
AD
117732001-11-14 Akim Demaille <akim@epita.fr>
11774
11775 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
11776 defined only if yyoverflow is defined, to avoid `warning: unused
11777 variable `yyvs1''.
11778 Reported by The Test Suite.
11779
09b503c8
AD
117802001-11-14 Akim Demaille <akim@epita.fr>
11781
11782 * src/print.c: Include reduce.h.
11783 Reported by Hans Aberg.
11784
117852001-11-14 Akim Demaille <akim@epita.fr>
11786
11787 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
11788 Revert a previous patch: these are really const.
11789 * src/conflicts.c (conflict_report): Additional useless pair of
11790 braces to pacify GCC's warnings for `if () if () {} else {}'.
11791 * src/lex.c (parse_percent_token): Replace equal_offset with
11792 arg_offset.
11793 arg is const.
11794 Be sure to strdup `arg' when used, since there is no reason for
11795 token_buffer not to change.
11796
0f37a994
AD
117972001-11-14 Akim Demaille <akim@epita.fr>
11798
11799 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
11800 definition.
11801 * src/main.c (main): Use them.
11802 Suggested by Hans Aberg.
11803
d39d93b8
AD
118042001-11-12 Akim Demaille <akim@epita.fr>
11805
11806 * src/system.h (ngettext): Now that we use ngettext, be sure to
11807 provide a default definition when NLS are not used.
11808
9edcd895
AD
118092001-11-12 Akim Demaille <akim@epita.fr>
11810
11811 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
11812 Use @kbd to denote user input.
11813 (Language and Grammar): ANSIfy the example.
11814 Adjust its layout for info/notinfo.
11815 (Location Tracking Calc): Output error messages to stderr.
11816 Output locations in a more GNUtically correct way.
11817 Fix a couple of Englishos.
11818 Adjust @group/@end group pairs.
11819
7da99ede
AD
118202001-11-12 Akim Demaille <akim@epita.fr>
11821
e3aa65c5 11822 %expect was not functioning at all.
7da99ede
AD
11823
11824 * src/conflicts.c (expected_conflicts): Set to -1.
11825 (conflict_report): Use ngettext.
11826 (conflicts_print): Check %expect and make its violation an error.
11827 * doc/bison.texinfo (Expect Decl): Adjust.
11828 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
11829 * tests/regression.at (%expect not enough, %expect right)
11830 (%expect too much): New.
11831
ba9dda1a
AD
118322001-11-12 Akim Demaille <akim@epita.fr>
11833
11834 * tests/regression.at (Conflicts): Rename as...
11835 (Unresolved SR Conflicts): this.
11836 (Solved SR Conflicts): New.
11837
337c5bd1
AD
118382001-11-12 Akim Demaille <akim@epita.fr>
11839
11840 * src/reduce.c (print_results): Rename as...
11841 (reduce_output): This.
11842 Output to OUT, passed as argument, instead of output_obstack.
11843 (dump_grammar): Likewise.
11844 (reduce_free): New.
11845 Also free V1.
11846 (reduce_grammar): No longer call reduce_output, since...
11847 * src/print.c (print_results): do it.
11848 * src/main.c (main): Call reduce_free;
11849
c73a41af
AD
118502001-11-12 Akim Demaille <akim@epita.fr>
11851
11852 * src/conflicts.c (print_reductions): Accept OUT as argument.
11853 Output to it, not to output_obstack.
11854 * src/print.c (print_actions): Adjust.
11855
0df87bb6
AD
118562001-11-12 Akim Demaille <akim@epita.fr>
11857
11858 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
11859 the result instead of using...
11860 (src_total, rrc_total, src_count, rrc_count): Remove.
11861 (any_conflicts): Remove.
11862 (print_conflicts): Split into...
11863 (conflicts_print, conflicts_output): New.
11864 * src/conflicts.h: Adjust.
11865 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
0f37a994 11866 * src/print.c (print_grammar): Issue `\n' between two rules.
0df87bb6
AD
11867 * tests/regression.at (Conflicts): New.
11868 Reported by Tom Lane.
11869
e4d3d4de
AD
118702001-11-12 Akim Demaille <akim@epita.fr>
11871
11872 * tests/regression.at (Invalid input): Remove, duplicate with
11873 ``Invalid input: 1''.
11874
6d7d248e
AD
118752001-11-12 Akim Demaille <akim@epita.fr>
11876
11877 * tests/torture.at (AT_DATA_STACK_TORTURE)
11878 (Exploding the Stack Size with Alloca)
11879 (Exploding the Stack Size with Malloc): New.
11880
e9e4c321
AD
118812001-11-12 Akim Demaille <akim@epita.fr>
11882
11883 * src/bison.simple (YYSTACK_REALLOC): New.
11884 (yyparse) [!yyoverflow]: Use it and free the old stack.
0f37a994 11885 Reported by Per Allansson.
e9e4c321 11886
5f7e0832
AD
118872001-11-12 Pascal Bart <pascal.bart@epita.fr>
11888
11889 * src/bison.simple: Define type yystype instead of YYSTYPE, and
11890 define CPP macro, which substitute YYSTYPE by yystype.
11891 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
11892 with yyltype/YYLTYPE. This allows inclusion of the generated
11893 header within the parser if the compiler, such as GGC, accepts
11894 multiple equivalent #defines.
11895 From Akim.
11896
e3f1699f
AD
118972001-11-05 Akim Demaille <akim@epita.fr>
11898
11899 * src/reader.c (symbols_output): New, extracted from...
11900 (packsymbols): here.
11901 (reader): Adjust.
11902
65be0866
AD
119032001-11-05 Akim Demaille <akim@epita.fr>
11904
11905 * src/lex.c (parse_percent_token): s/quotearg/quote/.
11906
e4d910bf
AD
119072001-11-05 Akim Demaille <akim@epita.fr>
11908
11909 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
11910 pattern.
11911
951366c1
AD
119122001-11-05 Akim Demaille <akim@epita.fr>
11913
11914 * src/options.h (struct option_table_struct): set_flags is void*.
11915 * src/options.c (longopts): Support `--output' and `%output'.
11916 (usage): Adjust.
11917 * src/lex.h (tok_setopt): Remove, replaced with...
11918 (tok_intopt, tok_stropt): these new guys.
11919 * src/lex.c (getopt.h): Not needed.
11920 (token_buffer, unlexed_token_buffer): Not const.
11921 (percent_table): Promote `-' over `_' in directive names.
11922 Active `%name-prefix', `file-prefix', and `output'.
11923 (parse_percent_token): Accept possible arguments to directives.
11924 Promote `-' over `_' in directive names.
11925
d8988b2f
AD
119262001-11-04 Akim Demaille <akim@epita.fr>
11927
11928 * doc/bison.texinfo (Decl Summary): Split the list into
11929 `directives for grammars' and `directives for bison'.
11930 Sort'em.
11931 Add description of `%name-prefix', `file-prefix', and `output'.
11932 Promote `-' over `_' in directive names.
11933 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
11934 Simplify the description of `--name-prefix'.
11935 Promote `-' over `_' in directive names.
11936 Promote `--output' over `--output-file'.
11937 Fix the description of `--defines'.
11938 * tests/output.at: Exercise %file-prefix and %output.
11939
6468d18e
AD
119402001-11-02 Akim Demaille <akim@epita.fr>
11941
11942 * doc/refcard.tex: Update.
11943
6b7e85b9
AD
119442001-11-02 Akim Demaille <akim@epita.fr>
11945
11946 * src/symtab.h (SUNDEF): New.
11947 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
11948 stand for `uninitialized', instead of 0.
11949 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
11950 * src/lex.c (lex): Adjust.
11951
11952 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
11953 Number it 0.
11954 Let yylex return it instead of a plain 0.
11955 Reported by Dick Streefland.
11956
cd5aafcf
AD
119572001-11-02 Akim Demaille <akim@epita.fr>
11958
11959 * tests/regression.at (Mixing %token styles): New test.
11960
037ca2f1
AD
119612001-11-02 Akim Demaille <akim@epita.fr>
11962
11963 * src/reader.c (parse_thong_decl): Formatting changes.
11964 (token_translations_init): New, extracted from...
11965 (packsymbols): Here.
11966 Adjust.
11967
270a173c
AD
119682001-11-01 Akim Demaille <akim@epita.fr>
11969
11970 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
11971 Check that `9foo.y' produces correct cpp guards.
11972 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
11973 guards.
11974 Reported by Wwp.
11975
561f9a30
AD
119762001-11-01 Akim Demaille <akim@epita.fr>
11977
11978 * tests/regression.at (Invalid input: 2): New.
11979 * src/lex.c (unlexed_token_buffer): New.
11980 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
11981 too.
11982 Reported by Wwp.
11983
f987e9d2
AD
119842001-11-01 Akim Demaille <akim@epita.fr>
11985
11986 * tests/calc.at: Catch up with 1.30.
11987 * configure.in: Bump to 1.49a.
11988 Adjust to newer Autotest.
11989
0846f581
PB
119902001-10-19 Pascal Bart <pascal.bart@epita.fr>
11991
11992 * src/conflicts.c: Move global variables rrc_total and src_total ...
11993 (print_conflicts): here.
11994 * src/output.c (output): Free global variable user_toknums.
11995 * src/lex.c (token_obstack): Become static.
11996
3c1a79b3
AD
119972001-10-18 Akim Demaille <akim@epita.fr>
11998
11999 * tests/atlocal.in (GCC): Add.
12000 * tests/calc.at: s/m4_match/m4_bmatch/.
12001 s/m4_patsubst/m4_bpatsubst/.
12002 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
12003 * configure.in: AC_SUBST(GCC).
12004
5d52e7d0
MA
120052001-10-14 Marc Autret <autret_m@epita.fr>
12006
12007 * src/options.c (create_long_option_table): Fix.
12008
631aa1d3
AD
120092001-10-10 Akim Demaille <akim@epita.fr>
12010
12011 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
12012
f6ec6d13
AD
120132001-10-04 Akim Demaille <akim@epita.fr>
12014
12015 * src/reader.c (parse_union_decl): Push the caracters in
12016 union_obstack, not attrs_obstack.
12017
342b8b6e
AD
120182001-10-04 Akim Demaille <akim@epita.fr>
12019
12020 Merge in the branch 1.29.
12021
12022 * src/reader.c (packsymbols): Use a temporary obstack for
12023 `%%tokendef', since output_stack is already used elsewhere.
12024
12025 2001-10-02 Akim Demaille <akim@epita.fr>
12026
12027 Bump 1.29d.
12028
12029 2001-10-02 Akim Demaille <akim@epita.fr>
12030
12031 Version 1.29c.
12032
12033 2001-10-02 Akim Demaille <akim@epita.fr>
12034
12035 * tests/regression.at (Invalid CPP headers): New.
12036 From Alexander Belopolsky.
12037 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
12038
12039 2001-10-02 Akim Demaille <akim@epita.fr>
12040
12041 * tests/regression.at (Invalid input): New.
12042 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
12043 Reported by Shura.
12044
12045 2001-10-02 Akim Demaille <akim@epita.fr>
12046
12047 * tests/calc.at: Now that --debug works, the tests must be adjusted.
12048
12049 2001-10-02 Akim Demaille <akim@epita.fr>
12050
12051 * src/output.c (output_parser): Assert `skeleton'.
12052 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
12053 systems.
12054 From Shura.
12055
12056 2001-10-01 Marc Autret <autret_m@epita.fr>
12057
12058 * src/lex.h: Echo modifications.
12059 * src/lex.c (unlex): Parameter is now token_t.
12060 From Hans Aberg.
12061
12062 2001-10-01 Marc Autret <autret_m@epita.fr>
12063
12064 * src/main.c: Include lex.h.
12065 From Hans Aberg.
12066
12067 2001-09-29 Akim Demaille <akim@epita.fr>
12068
12069 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
12070
12071 2001-09-28 Akim Demaille <akim@epita.fr>
12072
12073 * tests/testsuite.at: Update to newer Autotest.
12074 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
12075
12076 2001-09-27 Akim Demaille <akim@epita.fr>
12077
12078 Position independent wrapper.
12079
12080 * tests/bison: Remove.
12081 * tests/bison.in: New.
12082 * configure.in: Adjust.
12083
12084 2001-09-27 Paul Eggert <eggert@twinsun.com>
12085
12086 Port quotearg fixes from tar 1.13.24.
12087
12088 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
12089 tm to be declared.
12090 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
12091 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
12092
12093 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
12094 * m4/mbrtowc.m4: New file.
12095 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
12096 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
12097
12098 2001-09-27 Akim Demaille <akim@epita.fr>
12099
12100 Bump to 1.29c.
12101
12102 2001-09-27 Akim Demaille <akim@epita.fr>
12103
12104 Version 1.29b.
12105
12106 2001-09-25 Akim Demaille <akim@epita.fr>
12107
12108 * src/system.h: Include `xalloc.h'.
12109 Remove it from the C files.
12110 * src/files.c (output_files): Free the obstacks.
12111 * src/lex.c (init_lex): Rename as...
12112 (lex_init): this.
12113 (lex_free): New.
12114 * src/main.c (main): Use it.
12115
12116 2001-09-24 Marc Autret <autret_m@epita.fr>
12117
12118 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
12119 to output informations in fout (FILE*).
12120 (open_graph, close_graph): Likewise.
12121 (output_graph, output_edge, output_node): Likewise.
12122 * src/vcg.h: Update function prototypes.
12123 * src/print_graph.c (print_graph): Open output graph file.
12124 (print_actions): Adjust.
12125 * src/files.h: Remove extern declaration.
12126 * src/files.c: Remove graph_obstack declaration.
12127 (open_files): Remove graph_obstack initialization.
12128 (output_files): Remove graph_obstack saving.
12129
12130 2001-09-24 Marc Autret <autret_m@epita.fr>
12131
12132 * src/files.c (compute_output_file_names): Fix.
12133
12134 2001-09-24 Marc Autret <autret_m@epita.fr>,
12135 Akim Demaille <akim@epita.fr>
12136
12137 * src/reader.c (reader): Remove call to free_symtab ().
12138 * src/main.c (main): Call it here.
12139 Include symtab.h.
12140 * src/conflicts.c (initialize_conflicts): Rename as...
12141 (solve_conflicts): this.
12142 * src/print.c (print_core, print_actions, print_state)
12143 (print_grammar): Dump to a file instead a `output_obstack'.
12144 (print_results): Dump `output_obstack', and then proceed with the
12145 FILE *.
12146 * src/files.c (compute_output_file_names, close_files): New.
12147 (output_files): Adjust.
12148 * src/main.c (main): Adjust.
12149
12150 2001-09-23 Marc Autret <autret_m@epita.fr>
12151
12152 * src/files.c (compute_header_macro): Computes header macro name
12153 from spec_defines_file when given.
12154
12155 2001-09-23 Marc Autret <autret_m@epita.fr>
12156
12157 * src/files.c (output_files): Add default extensions.
12158
12159 2001-09-22 Akim Demaille <akim@epita.fr>
12160
12161 * src/conflicts.c (finalize_conflicts): Rename as...
12162 (free_conflicts): this.
12163
12164 2001-09-22 Akim Demaille <akim@epita.fr>
12165
12166 * src/gram.c (gram_free): Rename back as...
12167 (dummy): this.
12168 (output_token_translations): Free `token_translations'.
12169 * src/symtab.c (free_symtab): Free the tag field.
12170
12171 2001-09-22 Akim Demaille <akim@epita.fr>
12172
12173 Remove `translations' as it is always set to true.
12174
12175 * src/gram.h: Adjust.
12176 * src/reader.c (packsymbols, parse_token_decl): Adjust
12177 * src/print.c (print_grammar): Adjust.
12178 * src/output.c (output_token_translations): Adjust.
12179 * src/lex.c (lex): Adjust.
12180 * src/gram.c: Be sure the set pointers to NULL.
12181 (dummy): Rename as...
12182 (gram_free): this.
12183
12184 2001-09-22 Akim Demaille <akim@epita.fr>
12185
12186 * configure.in: Invoke AM_LIB_DMALLOC.
12187 * src/system.h: Use dmalloc.
12188 * src/LR0.c: Be sure to have pointers initialized to NULL.
12189 (allocate_itemsets): Allocate kernel_items only if needed.
12190
12191 2001-09-22 Akim Demaille <akim@epita.fr>
12192
12193 * configure.in: Bump to 1.29b.
12194 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
12195 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
12196 need xmalloc.c in calc.y.
12197 From Pascal Bart.
12198
12199 2001-09-21 Akim Demaille <akim@epita.fr>
12200
12201 Version 1.29a.
12202 * Makefile.maint, config/config.guess, config/config.sub,
12203 * config/missing: Update from masters.
12204 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
12205 upon package.m4.
12206 * configure.in (ALL_LINGUAS): Add `tr'.
12207
12208 2001-09-21 Akim Demaille <akim@epita.fr>
12209
12210 * tests/Makefile.am (package.m4): Move to...
12211 ($(srcdir)/$(TESTSUITE)): here.
12212
12213 2001-09-20 Akim Demaille <akim@epita.fr>
12214
12215 * src/complain.c: No longer try to be standalone: use system.h.
12216 Don't assume __STDC__ is defined to 1. Just test if it is defined.
12217 * src/complain.h: Likewise.
12218 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
12219 Remove the unused variable `n'.
12220 From Albert Chin-A-Young.
12221
12222 2001-09-18 Marc Autret <autret_m@epita.fr>
12223
12224 * doc/bison.1: Update.
12225 * doc/bison.texinfo (Bison Options): Update --defines and --graph
12226 descriptions.
12227 (Option Cross Key): Update.
12228 Add --graph.
12229
12230 2001-09-18 Marc Autret <autret_m@epita.fr>
12231
12232 * tests/regression.at: New test (comment in %union).
12233
12234 2001-09-18 Marc Autret <autret_m@epita.fr>
12235
12236 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
12237 do that.
12238 Reported by Keith Browne.
12239
12240 2001-09-18 Marc Autret <autret_m@epita.fr>
12241
12242 * tests/output.at: Add tests for --defines and --graph.
12243
12244 2001-09-18 Marc Autret <autret_m@epita.fr>
12245
12246 * tests/output.at: Removes tests of %{header,src}_extension features.
12247
12248 2001-09-18 Akim Demaille <akim@epita.fr>
12249
12250 * tests/Makefile.am (package.m4): New.
12251 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
12252 (_AT_CHECK_CALC_ERROR): Likewise.
12253 Factor the `, ' part of verbose error messages.
12254
12255 2001-09-18 Marc Autret <autret_m@epita.fr>
12256
12257 * src/getargs.c (longopts): Declare --defines and --graph as options
12258 with optional arguments.
12259 * src/files.h: Add extern declarations.
12260 * src/files.c (spec_graph_file, spec_defines_file): New.
12261 (output_files): Update.
12262 Remove CPP-outed code.
12263
12264 2001-09-18 Marc Autret <autret_m@epita.fr>
12265
12266 Turn off %{source,header}_extension feature.
12267
12268 * src/files.c (compute_exts_from_gf): Update.
12269 (compute_exts_from_src): Update.
12270 (output_files): CPP-out useless code.
12271 * src/files.h: Remove {header,source}_extension extern declarations.
12272 * src/reader.c (parse_dquoted_param): CPP-out.
12273 (parse_header_extension_decl): Remove.
12274 (parse_source_extension_decl): Remove.
12275 (read_declarations): Remove cases tok_{hdrext,srcext}.
12276 * src/lex.c (percent_table): Remove {header,source}_extension entries.
12277 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
12278
12279 2001-09-10 Akim Demaille <akim@epita.fr>
12280
12281 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
12282 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
12283 (AT_CHECK_OUTPUT): this.
12284 Merely check ls' exit status, its output is useless.
12285
12286 2001-09-10 Akim Demaille <akim@epita.fr>
12287
12288 * tests/calc.at: Use m4_match.
12289 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
12290
12291 2001-09-10 Marc Autret <autret_m@epita.fr>,
12292 Akim Demaille <akim@epita.fr>
12293
12294 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
12295 enum color_e.
12296 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
12297 to `normal'.
12298 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
12299 * src/lex.h: Adjust prototype.
12300 (token_t): Add `tok_undef'.
12301 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
12302 (parse_percent_token): Now returns token_t.
12303 Add default statement in switch.
12304 (lex): Separate `c' as an input variable, from the token_t result
12305 part.
12306 (unlexed): Is a token_t.
12307
12308 2001-09-10 Akim Demaille <akim@epita.fr>
12309
12310 * configure.in: Bump to 1.29a.
12311
12312 2001-09-07 Akim Demaille <akim@epita.fr>
12313
12314 Version 1.29.
12315
12316 2001-08-30 Akim Demaille <akim@epita.fr>
12317
12318 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
12319 * m4/atconfig.m4: Remove.
12320 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
12321 * tests/bison: New.
12322 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
12323 m4_if, m4_patsubst, and m4_regexp.
12324 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
12325 `input' file instead of echo.
12326
12327 2001-08-29 Akim Demaille <akim@epita.fr>
12328
12329 Bump to 1.28e.
12330
12331 2001-08-29 Akim Demaille <akim@epita.fr>
12332
12333 Version 1.28d.
12334
12335 2001-08-29 Paul Eggert <eggert@twinsun.com>
12336
12337 * src/bison.simple (yyparse): Don't take the address of an
12338 item before the start of an array, as that doesn't conform to
12339 the C Standard.
12340
12341 2001-08-29 Robert Anisko <anisko_r@epita.fr>
12342
12343 * doc/bison.texinfo (Location Tracking Calc): New node.
12344
12345 2001-08-29 Paul Eggert <eggert@twinsun.com>
12346
12347 * src/output.c (output): Do not define const, as this now
12348 causes more problems than it cures.
12349
12350 2001-08-29 Akim Demaille <akim@epita.fr>
12351
12352 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
12353 the nodes.
12354 Be sure to tag the `detailmenu'.
12355
12356 2001-08-29 Akim Demaille <akim@epita.fr>
12357
12358 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
12359 download in a tmp dir.
12360
12361 2001-08-28 Marc Autret <autret_m@epita.fr>
12362
12363 * config/depcomp: New file.
12364
12365 2001-08-28 Marc Autret <autret_m@epita.fr>
12366
12367 * doc/bison.1 (mandoc): Adjust.
12368 From Juan Manuel Guerrero.
12369
12370 2001-08-28 Marc Autret <autret_m@epita.fr>
12371
12372 * src/print_graph.c (print_state): Fix.
12373
12374 2001-08-27 Marc Autret <autret_m@epita.fr>
12375
12376 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
12377 char * members.
12378 Echo modifications to the functions prototypes.
12379 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
12380
12381 2001-08-27 Marc Autret <autret_m@epita.fr>
12382
12383 * src/vcg.c: Include `xalloc.h'.
12384 (add_colorentry): New.
12385 (add_classname): New.
12386 (add_infoname): New.
12387 * src/vcg.h: Add new prototypes.
12388
12389 2001-08-27 Akim Demaille <akim@epita.fr>
12390
12391 * Makefile.maint: Sync. again with CVS Autoconf.
12392
12393 2001-08-27 Akim Demaille <akim@epita.fr>
12394
12395 * Makefile.maint: Formatting changes.
12396 (po-update, cvs-update, update): New targets.
12397 (AMTAR): Remove.
12398
12399 2001-08-27 Akim Demaille <akim@epita.fr>
12400
12401 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
12402 * Makefile.maint: Sync. with CVS Autoconf.
12403
12404 2001-08-27 Marc Autret <autret_m@epita.fr>
12405
12406 * src/vcg.h (struct infoname_s): New.
12407 (struct colorentry_s): New.
12408 (graph_s): New fields {vertical,horizontal}_order in structure.
12409 Add `infoname' field.
12410 Add `colorentry' field;
12411 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
12412 (G_HORIZONTAL_ORDER): New.
12413 (G_INFONAME): New.
12414 (G_COLORENTRY): New.
12415 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
12416 Add output of `infoname'.
12417 Add output of `colorentry'.
12418
12419 2001-08-27 Marc Autret <autret_m@epita.fr>
12420
12421 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
12422 This one shadowed a global parameter.
12423
12424 2001-08-24 Marc Autret <autret_m@epita.fr>
12425
12426 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
12427 instead of `unsigned'.
12428 (print_state): Do not call obstack_object_size () in obstack_grow ()
12429 to avoid macro variables shadowing.
12430
12431 2001-08-23 Marc Autret <autret_m@epita.fr>
12432
12433 * src/lex.c (percent_table): Typo: s/naem/name/.
12434 Add graph option.
12435 Normalize new options declarations.
12436
12437 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
12438
12439 * tests/suite.at: Exercise %header_extension and %source_extension.
12440
12441 2001-08-16 Marc Autret <autret_m@epita.fr>
12442
12443 * src/reader.c (parse_dquoted_param): New.
12444 (parse_header_extension_decl): Use it.
12445 (parse_source_extension_decl): Likewise.
12446
12447 2001-08-16 Marc Autret <autret_m@epita.fr>
12448
12449 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
12450 (get_xxxx_str): Use assert () instead of complain ().
12451 Remove return invokations in default cases.
12452 (get_decision_str): Modify default behaviour. Remove second argument.
12453 Echo modifications on calls.
12454 (output_graph): Fix.
12455
12456 2001-08-16 Marc Autret <autret_m@epita.fr>
12457
12458 * src/getargs.c (usage): Update with ``-g, --graph''.
12459
12460 2001-08-16 Marc Autret <autret_m@epita.fr>
12461
12462 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
12463 (Option Cross Key): Likewise.
12464 * doc/bison.1: Update.
12465
1c8c2190
PB
124662001-09-25 Pascal Bart <pascal.bart@epita.fr>
12467
12468 * src/output.c (output_master_parser): Don't finish action_obstack.
12469 (output_parser): Don't care about the muscle action, here.
12470 (prepare): Copy the action_obstack in the action muscle.
12471 (output): Free action_obstack.
12472
180d45ba
PB
124732001-09-23 Pascal Bart <pascal.bart@epita.fr>
12474
12475 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
12476 will contain `%union' declaration.
12477 (parse_union_decl): Delete #line directive output.
12478 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
12479 informations about %union.
12480 (parse_union_decl): Copy the union_obstack in the muscle stype.
12481 * src/bison.simple: Add new #line directive.
12482 Add typdef %%stype YYSTYPE.
12483
c51d1a19
PB
124842001-09-23 Pascal Bart <pascal.bart@epita.fr>
12485
12486 * src/bison.simple: Add new `#line' directive.
12487
6f9344da
PB
124882001-09-22 Pascal Bart <pascal.bart@epita.fr>
12489
12490 * src/bison.simple: New `#line' directive.
12491 * src/output.c (output_parser): Support new dynamic muscle input_line.
12492
652def80
MA
124932001-09-22 Marc Autret <autret_m@epita.fr>
12494
12495 * src/output.c (output_master_parser): New.
12496 (output_parser): Be more re-entrant.
12497
25b222fa
MA
124982001-09-21 Marc Autret <autret_m@epita.fr>
12499
12500 * src/reader.c (copy_definition, parse_union_decl): Update and use
12501 `linef' muscle.
12502 (copy_action): Likewise.
12503 Use obstack_1grow ().
12504 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
12505
6bc35ae5
MA
125062001-09-21 Marc Autret <autret_m@epita.fr>
12507
12508 * src/options.c (option_table): Adjust.
12509 * src/lex.c (parse_percent_token): Fix.
12510
c0629aa1
PB
125112001-09-20 Pascal Bart <pascal.bart@epita.fr>
12512
12513 * src/options.c (symtab.h): Include it, need by lex.h.
342b8b6e 12514
82b6d266
PB
125152001-09-20 Pascal Bart <pascal.bart@epita.fr>
12516
12517 * src/lex.c (parse_percent_token): Change type of variable `tx', which
12518 is now an option_table_struct*.
12519 (option_strcmp): New function option_strcmp.
12520 (parse_percent_token): Call option_strcmp.
12521 * src/getargs.c (xalloc.h, options.h): Include it.
12522 (getargs): Call create_long_option_table.
12523 (getargs): Free longopts at the end of the function.
12524 (shortopts): Move in options.c.
12525 * src/options.c (create_long_option_table): New function. Convert
12526 information from option_table to option structure.
12527 * src/reader.c (options.h): Include it.
12528
12529 * src/Makefile.am: Adjust.
12530 * src/options.c (option_table): Create from longopts and percent_table.
12531 * src/getargs.c (longopts): Delete.
12532 * src/lex.c (struct percent_table_struct): Delete.
12533 (percent_table): Delete.
12534 (options.h): Include it.
12535 * src/options.c: Create.
12536 * src/options.h: Create.
12537 Declare enum opt_access_e.
12538 Define struct option_table_struct.
12539
75f5aaea
MA
125402001-09-20 Marc Autret <autret_m@epita.fr>
12541
12542 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
12543 sections of Bison.
12544
f508cb0a
PB
125452001-09-19 Pascal Bart <pascal.bart@epita.fr>
12546
12547 * src/bison.simple: s/%%filename/%%skeleton.
12548 * src/muscle_tab.c (getargs.h): Include it.
12549 (muscle_init): Insert new muscle skeleton.
12550
13105fc1
PB
125512001-09-18 Pascal Bart <pascal.bart@epita.fr>
12552
12553 * src/output.c (output_parser): Delete unused variable actions_dumped.
12554
b0c4483e
PB
125552001-09-07 Pascal Bart <pascal.bart@epita.fr>
12556
12557 * src/output.c (output): Delete call to reader_output_yylsp.
12558 * src/reader.c (reader): Likewise.
ba0fe3c7 12559 * src/reader.h: Delete declaration of reader_output_yylsp.
342b8b6e 12560
11d82f03
MA
125612001-09-02 Marc Autret <autret_m@epita.fr>
12562
12563 * src/reader.c: Include muscle_tab.h.
12564 (parse_union_decl): Update.
12565 (parse_macro_decl): Rename parse_muscle_decl.
12566 Update to use renamed functions and variable.
12567 (read_declarations, copy_action, read_additionnal_code, : Updated
12568 with correct variables and functions names.
12569 (packsymbols, reader): Likewise.
342b8b6e 12570
11d82f03 12571 * src/reader.h (muscle_obstack): Extern declaration update.
342b8b6e 12572
11d82f03
MA
12573 * src/output.c: Include muscle_tab.h
12574 In all functions using macro_insert, change by using muscle_insert ().
12575 (macro_obstack): Rename muscle_obstack.
12576 Echo modifications in the whole file.
12577 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
12578 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
12579 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
12580
12581 * src/muscle_tab.h: Update double inclusion macros.
12582 (macro_entry_s): Rename muscle_entry_s.
12583 Update prototypes.
342b8b6e 12584
11d82f03
MA
12585 * src/muscle_tab.c: Include muscle_tab.h.
12586 Rename macro_tabble to muscle_table.
12587 (mhash1, mhash2, mcmp): Use muscle_entry.
12588 (macro_init): Rename muscle_init. Update.
12589 (macro_insert): Rename muscle_insert. Update.
12590 (macro_find): Rename muscle_find. Update.
12591
12592 * src/main.c: Include muscle_tab.h.
12593 (main): Call muscle_init ().
12594 * src/Makefile.am (bison_SOURCES): Echo modifications.
12595
93a37297
MA
125962001-09-02 Marc Autret <autret_m@epita.fr>
12597
f753cd62 12598 Now the files macro_tab.[ch] are named muscle_tab.[ch].
342b8b6e 12599
f753cd62
MA
12600 * src/muscle_tab.c, src/muscle_tab.h: Add files.
12601
126022001-09-02 Marc Autret <autret_m@epita.fr>
12603
12604 * src/macrotab.c, src/macrotab.h: Remove.
93a37297 12605
682d48cd
PB
126062001-09-01 Pascal Bart <pascal.bart@epita.fr>
12607
342b8b6e 12608 * src/reader.c (copy_guard): Use muscle to specify the `#line'
682d48cd
PB
12609 filename.
12610
087c8fda
MA
126112001-09-01 Marc Autret <autret_m@epita.fr>
12612
12613 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
12614 to an explicit value to activate the feature. We do it here.
12615
dda680cb
PB
126162001-08-31 Pascal Bart <pascal.bart@epita.fr>
12617
12618 * src/output.c (prepare): Delete the `filename' muscule insertion.
12619 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
12620 (parse_union_decl): Likewise.
12621 * src/macrotab.c (macro_init): Initialize filename by infile.
12622
9e644e64
MA
126232001-08-31 Marc Autret <autret_m@epita.fr>
12624
12625 * src/bison.simple (YYLSP_NEEDED): New definition.
12626 * src/output.c (prepare): Add macro insertion of `locations_flag'
12627
17da6427
PB
126282001-08-31 Pascal Bart <pascal.bart@epita.fr>
12629
12630 * src/output.c (prepare): Delete insertion of previous muscles,
12631 and insert the `prefix' muscles.
12632 * src/macrotab.c (macro_init): Likewise.
12633 (macro_init): Initialization prefix directive by `yy'.
342b8b6e 12634 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17da6427
PB
12635 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
12636 yylval, yydebug, yyerror, yynerrs and yyparse.
342b8b6e 12637 New directive `#define' to substitute yydebug, ... with option
17da6427
PB
12638 name_prefix.
12639
e8cb70b9
PB
126402001-08-31 Pascal Bart <pascal.bart@epita.fr>
12641
12642 * src/main.c (main): Standardize.
12643 * src/output.c (output_table_data, output_parser): Likewise.
12644 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
12645
63c2d5de
MA
126462001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
12647
342b8b6e 12648 * src/reader.c (read_additionnal_code): Rename %%user_code to
63c2d5de
MA
12649 %%epilogue.
12650 * src/output.c (output): Rename %%declarations to %%prologue.
12651 * src/bison.simple: Echo modifications.
342b8b6e 12652
d8cb5183
MA
126532001-08-31 Marc Autret <autret_m@epita.fr>
12654
12655 * src/reader.c (readgram): CleanUp.
12656 (output_token_defines): Likewise.
12657 (packsymbols): Likewise.
12658 (reader): Likewise.
12659 * src/output.c (output): CPP-out useless code.
12660
6c686258
PB
126612001-08-31 Pascal Bart <pascal.bart@epita.fr>
12662
342b8b6e 12663 * src/reader.c (reader): Delete obsolete call to function
6c686258
PB
12664 output_trailers and output_headers.
12665 * src/output.h: Remove obsolete functions prototypes of output_headers
12666 and output_trailers.
12667
8f451ef7
PB
126682001-08-30 Pascal Bart <pascal.bart@epita.fr>
12669
12670 * src/main.c: Include macrotab.h.
342b8b6e 12671 * src/macrotab.h (macro_entry_s): Constify fields.
8f451ef7
PB
12672 Adjust functions prototypes.
12673 * src/macrotab.c (macro_insert): Constify key and value.
12674 (macro_find): Constify key.
12675 (macro_insert): Include 'xalloc.h'
12676 (macro_insert): Use XMALLOC.
12677 (macro_find): Constify return value.
12678 * src/output.c (output_table_data): Rename table to table_data.
12679 (output_parser): Constify macro_key, macro_value.
12680
997b6fd0 126812001-08-30 Marc Autret <autret_m@epita.fr>
2ba3b73c
MA
12682
12683 * src/reader.c (parse_skel_decl): New.
342b8b6e 12684 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
2ba3b73c
MA
12685 * src/lex.h (token_t): New token `tok_skel'.
12686 * src/lex.c (percent_table): Add skeleton option entry.
12687 Standardize.
12688
ff48177d
MA
126892001-08-29 Marc Autret <autret_m@epita.fr>
12690
12691 * src/bison.simple: Add %%user_code directive at the end.
12692 * src/reader.c (read_additionnal_code): New.
12693 (reader): Use it.
12694 * src/output.c (output_program): Remove.
12695 (output): Update.
12696
b33160bf
MA
126972001-08-28 Marc Autret <autret_m@epita.fr>
12698
12699 * src/output.c (output_actions): Clean up.
4e5caae2 12700 (output_gram): CPP-out useless code.
b33160bf
MA
12701 * src/reader.c (reader): Clean up, CPP-out useless code.
12702
d1a2daf7
PB
127032001-08-28 Pascal Bart <pascal.bart@epita.fr>
12704
342b8b6e 12705 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
535c0e75 12706 directive.
d1a2daf7
PB
12707 * src/bison.simple: Add `%%definitions'.
12708
2b763dfe
MA
127092001-08-28 Marc Autret <autret_m@epita.fr>
12710
12711 * config/depcomp: New file.
12712
f1a87ef6
PE
127132001-08-27 Paul Eggert <eggert@twinsun.com>
12714
12715 * src/bison.simple (yyparse): Don't take the address of an
12716 item before the start of an array, as that doesn't conform to
12717 the C Standard.
12718
82e236e2
RA
127192001-08-27 Robert Anisko <robert.anisko@epita.fr>
12720
f1a87ef6 12721 * src/output.c (output): Remove the initialization of the macro
82e236e2
RA
12722 obstack. It was done too late here.
12723
12724 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
12725 completely wrong.
12726 (reader): Initialize the macro obstack here, since we need it to grow
12727 '%define' directives.
12728
12729 * src/reader.h: Declare the macro obstack as extern.
12730
b0cfa28a
RA
127312001-08-27 Robert Anisko <robert.anisko@epita.fr>
12732
12733 * src/output.c (output_parser): Fix. Store single '%' characters in
12734 the output obstack instead of throwing them away.
12735
6fc74234
AD
127362001-08-27 Akim Demaille <akim@epita.fr>
12737
12738 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
12739
9c76d118
RA
127402001-08-25 Robert Anisko <robert.anisko@epita.fr>
12741
12742 * lib/Makefile.am: Adjust.
12743
a8289c62
RA
127442001-08-25 Robert Anisko <robert.anisko@epita.fr>
12745
12746 * src/bison.simple: Update and add '%%' directives.
12747
b6610515
RA
127482001-08-25 Robert Anisko <robert.anisko@epita.fr>
12749
12750 * src/reader.c (reader): Remove calls to 'output_headers' and
12751 'output_trailers'. Remove some C output.
12752 (readgram): Disable a piece of code that was writing a default
12753 definition for 'YYSTYPE'.
12754 (reader_output_yylsp): Remove.
12755 (packsymbols): Output token defintions to a macro.
12756 (copy_definition): Disable C output.
6fc74234 12757
b6610515
RA
12758 * src/reader.c (parse_macro_decl): New function used to parse macro
12759 declarations.
12760 (copy_string2): Put the body of copy_string into this new function.
12761 Add a parameter to let the caller choose whether he wants to copy the
12762 string delimiters or not.
12763 (copy_string): Be a simple call to copy_string2 with the last argument
12764 bound to true.
12765 (read_declarations): Add case for macro definition.
12766 (copy_identifier): New.
6fc74234 12767 (parse_macro_decl): Read macro identifiers using copy_identifier
b6610515
RA
12768 rather than lex.
12769
26f609ff
RA
127702001-08-25 Robert Anisko <robert.anisko@epita.fr>
12771
12772 * src/output.c (prepare): Add prefixed names.
12773 (output_parser): Output semantic actions.
12774 (output_parser): Fix bug on '%%line' directives.
6fc74234 12775
26f609ff
RA
12776 * src/output.c (output_headers): Remove. The C code printed by this
12777 function should now be in the skeletons.
12778 (output_trailers): Remove.
12779 (output): Disable call to 'reader_output_yylsp'.
12780 (output_rule_data): Do not output tables to the table obstack.
12781
12782 * src/output.c: Remove some C dedicated output.
12783 Improve the use of macro and output obstacks.
12784 (output_defines): Remove.
6fc74234 12785
26f609ff
RA
12786 * src/output.c (output_token_translations): Associate 'translate'
12787 table with a macro. No output to the table obstack.
12788 (output_gram): Same for 'rhs' and 'prhs'.
12789 (output_stos): Same for 'stos'.
12790 (output_rule_data): Same for 'r1' and 'r2'.
12791 (token_actions): Same for 'defact'.
12792 (goto_actions): Same for 'defgoto'.
12793 (output_base): Same for 'pact' and 'pgoto'.
12794 (output_table): Same for 'table'.
12795 (output_check): Same for 'check'.
6fc74234 12796
26f609ff
RA
12797 * src/output.c (output_table_data): New function.
12798 (output_short_table): Remove.
12799 (output_short_or_char_table): Remove.
6fc74234 12800
26f609ff
RA
12801 * src/output.c (output_parser): Replace most of the skeleton copy code
12802 with something new. Skeletons are now processed character by character
12803 rather than line by line, and Bison looks for '%%' macros. This is the
12804 first step in making Bison's output process (a lot) more flexible.
12805 (output_parser): Use the macro table.
12806
6f43b113
RA
128072001-08-25 Robert Anisko <robert.anisko@epita.fr>
12808
12809 * src/main.c (main): Initialize the macro table.
12810
dd3127cf
RA
128112001-08-25 Robert Anisko <robert.anisko@epita.fr>
12812
12813 * src/lex.c (percent_table): Add tok_define.
12814 * src/lex.h: Add tok_define.
12815
aa321494
RA
128162001-08-25 Robert Anisko <robert.anisko@epita.fr>
12817
12818 * src/macrotab.c: New file.
12819 * src/macrotab.h: New file.
12820 * src/Makefile.am: Update.
12821
68bd3b6b
RA
128222001-08-25 Robert Anisko <robert.anisko@epita.fr>
12823
12824 * lib/hash.c: New file.
12825 * lib/hash.h: New file.
12826 * lib/Makefile.am: Update.
12827
45f8dd1e
AD
128282001-08-15 Akim Demaille <akim@epita.fr>
12829
12830 Version 1.28c.
12831
40a64a7a 128322001-08-15 Marc Autret <autret_m@epita.fr>
0b8afb77
AD
12833
12834 * src/reader.c (readgram): Indent output macro YYSTYPE.
12835 (packsymbols): Likewise.
12836 (output_token_defines): Likewise.
12837 * src/files.c: Standardize.
12838 (compute_header_macro): New.
12839 (defines_obstack_save): New. Use compute_header_macro.
12840 (output_files): Update. Use defines_obstack_save.
12841
f9a8293a
AD
128422001-08-15 Akim Demaille <akim@epita.fr>
12843
12844 * doc/bison.texinfo (Table of Symbols): Document
12845 YYSTACK_USE_ALLOCA.
12846
150ca7a7
AD
128472001-08-15 Akim Demaille <akim@epita.fr>
12848
12849 * missing: Update from CVS Automake.
12850 * config/config.guess, config/config.sub, config/texinfo.tex:
12851 Update from gnu.org.
12852
69b5cec4
AD
128532001-08-15 Akim Demaille <akim@epita.fr>
12854
12855 * Makefile.maint: Sync with CVS Autoconf.
12856
f2b5126e
PB
128572001-08-14 Pascal Bart <pascal.bart@epita.fr>
12858
69b5cec4 12859 * doc/bison.texinfo: Include GNU Free Documentation License from
f2b5126e
PB
12860 `fdl.texi'.
12861 * doc/fdl.texi: Add to package.
12862
4ecbf796
MA
128632001-08-14 Marc Autret <autret_m@epita.fr>
12864
12865 Turn on %{source,header}_extension features.
12866
69b5cec4 12867 * src/lex.c (percent_table): Un-CPP out header_extension and
4ecbf796
MA
12868 source_extension.
12869 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
69b5cec4 12870 (compute_exts_from_src): Remove conditions. It restores priorities
4ecbf796
MA
12871 between options.
12872
95fb5662
MA
128732001-08-14 Marc Autret <autret_m@epita.fr>
12874
12875 * src/files.c (compute_base_names): Add extensions computing when
12876 `--file-prefix' used.
12877 Standardize function calls.
12878
78d09da9
MA
128792001-08-13 Marc Autret <autret_m@epita.fr>
12880
69b5cec4 12881 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
78d09da9
MA
12882 defining it (defined but null disables alloca).
12883
5a009f2c
MA
128842001-08-13 Marc Autret <autret_m@epita.fr>
12885
12886 * src/bison.simple (_yy_memcpy): CPP reformat.
12887
1e41465a
PB
128882001-08-13 Pascal Bart <pascal.bart@epita.fr>
12889
12890 * tests/atconfig.in (CPPFLAGS): Fix.
12891
c67a198d
PB
128922001-08-10 Pascal Bart <pascal.bart@epita.fr>
12893
79282c6c 12894 * doc/bison.texinfo: Include GNU General Public License from
c67a198d
PB
12895 `gpl.texi'.
12896 * doc/gpl.texi: Add to package.
12897
09a6de7e
MA
128982001-08-10 Marc Autret <autret_m@epita.fr>
12899
12900 * src/print_graph.h: Fix.
12901 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
12902
b77b9ee0
AD
129032001-08-10 Akim Demaille <akim@epita.fr>
12904
12905 * src/system.h: Provide default declarations for stpcpy, strndup,
12906 and strnlen.
12907
3e259915
MA
129082001-08-10 Robert Anisko <anisko_r@epita.fr>
12909
12910 * doc/bison.texinfo (Locations): Update @$ stuff.
12911
ca96bc2d
MA
129122001-08-09 Robert Anisko <anisko_r@epita.fr>
12913
12914 * src/bison.simple (YYLLOC_DEFAULT): Update.
12915 (yyparse): Adjust.
12916
fdc6758b
MA
129172001-08-08 Marc Autret <autret_m@epita.fr>
12918
b77b9ee0 12919 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
fdc6758b
MA
12920 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
12921 Reported by Fabrice Bauzac.
957d4dbf 12922
600cad3b
MA
129232001-08-08 Marc Autret <autret_m@epita.fr>
12924
12925 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
12926 * src/vcg.c (output_node): Fix.
12927 * src/vcg.h: Cleanup.
12928 * src/print_graph.c: Add comments.
b77b9ee0 12929 (node_output_size): New global variable. Simplify the formatting of
600cad3b 12930 the VCG graph output.
b77b9ee0 12931 (print_actions): Unused code is now used. It notifies the final state
600cad3b 12932 and no action states in the VCG graph. It also give the reduce actions.
b77b9ee0 12933 The `shift and goto' edges are red and the `go to state' edges are
600cad3b
MA
12934 blue.
12935 Get the current node name and node_obstack by argument.
12936 (node_obstack): New variable.
12937 (print_state): Manage node_obstack.
12938 (print_core): Use node_obstack given by argument.
12939 A node is not only computed here but in print_actions also.
12940 (print_graph): CPP out useless code instead of commenting it.
12941
976e528f
AD
129422001-08-07 Pascal Bart <pascal.bart@epita.fr>
12943
12944 * tests/atconfig.in (CPPFLAGS): Fix.
12945
20e8e5ca
AD
129462001-08-07 Akim Demaille <akim@epita.fr>
12947
12948 * src/print_graph.c (quote): New.
12949 (print_core): Use it.
12950
957d4dbf 129512001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
3e3da797 12952
3e3da797
AD
12953 * src/vcg.c (complain.h): Include it.
12954 Unepitaize `return' invocations.
c4b66126 12955 [NDEBUG] (main): Remove.
79282c6c 12956 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
c4b66126
AD
12957 * src/files.c (open_files): Initialize graph_obstack.
12958 * src/print_graph.c (print_actions): CPP out useless code.
12959 (print_core): Don't output the last `\n' in labels.
12960 Use `quote'.
12961 * src/files.c (output_files): Output the VCG file.
12962 * src/main.c (main): Invoke print_graph ();
3e3da797 12963
957d4dbf 129642001-08-06 Marc Autret <autret_m@epita.fr>
22c2cbc0
AD
12965
12966 Automaton VCG graph output.
12967 Using option ``-g'' or long option ``--graph'', you can generate
12968 a gram_filename.vcg file containing a VCG description of the LALR (1)
12969 automaton of your grammar.
12970
12971 * src/main.c: Call to print_graph() function.
12972 * src/getargs.h: Update.
12973 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
12974 (graph_flag): New flag.
12975 (longopts): Update.
12976 (getargs): Add case `g'.
12977 * src/files.c (graph_obstack): New obstack struct.
12978 (open_files): Initialize new obstack.
12979 (output_files): Saves graph_obstack if required.
12980 * src/files.h (graph_obstack): New extern declaration.
12981 * src/Makefile.am: Add new source files.
12982
927c1557 129832001-08-06 Marc Autret <autret_m@epita.fr>
ce4d5ce0
AD
12984
12985 * src/print_graph.c, src/print_graph.h (graph): New.
12986 * src/vcg.h: New file.
12987 * src/vcg.c: New file, VCG graph handling.
12988
7333d403
AD
129892001-08-06 Marc Autret <autret_m@epita.fr>
12990
12991 Add of %source_extension and %header_extension which specify
12992 the source or/and the header output file extension.
12993
12994 * src/files.c (compute_base_names): Remove initialisation of
12995 src_extension and header_extension.
12996 (compute_exts_from_gf): Update.
12997 (compute_exts_from_src): Update.
12998 (output_files): Update.
12999 * src/reader.c (parse_header_extension_decl): New.
13000 (parse_source_extension_decl): New.
13001 (read_declarations): New case statements for the new tokens.
13002 * src/lex.c (percent_table): Add entries for %source_extension
13003 and %header_extension.
13004 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
13005
84163231
AD
130062001-08-06 Marc Autret <autret_m@epita.fr>
13007
13008 * configure.in: Bump to 1.28c.
13009 * doc/bison.texinfo: Texinfo thingies.
13010
8303fc42
AD
130112001-08-04 Pascal Bart <pascal.bart@epita.fr>
13012
13013 * tests/atconfig.in (CPPFLAGS): Add.
13014 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
13015
70a84437
AD
130162001-08-03 Akim Demaille <akim@epita.fr>
13017
13018 Version 1.28b.
13019
2ce10144
AD
130202001-08-03 Akim Demaille <akim@epita.fr>
13021
13022 * tests/Makefile.am (check-local): Ship testsuite.
13023 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
13024 Include `string.h'.
13025
1e3e4bc1
AD
130262001-08-03 Akim Demaille <akim@epita.fr>
13027
13028 * configure.in: Try using -Wformat when compiling.
13029
42b45b7f
AD
130302001-08-03 Akim Demaille <akim@epita.fr>
13031
13032 * configure.in: Bump to 1.28b.
13033
8f13fe33
AD
130342001-08-03 Akim Demaille <akim@epita.fr>
13035
13036 * src/complain.c: Adjust strerror_r portability issues.
13037
b37ba92c
AD
130382001-08-03 Akim Demaille <akim@epita.fr>
13039
13040 Version 1.28a.
13041
b0ce6046
AD
130422001-08-03 Akim Demaille <akim@epita.fr>
13043
13044 * src/getargs.c, src/getarg.h (skeleton)): Constify.
13045 * src/lex.c (literalchar): Avoid name clashes on `buf'.
13046 * src/getargs.c: Include complain.h.
13047 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
13048 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
13049
d01c415b
AD
130502001-08-03 Akim Demaille <akim@epita.fr>
13051
13052 * src/reader.c (readgram): Display hidden chars in error messages.
13053
459dd1a6
AD
130542001-08-03 Akim Demaille <akim@epita.fr>
13055
13056 Update to gettext 0.10.39.
13057
53b74c0c
AD
130582001-08-03 Akim Demaille <akim@epita.fr>
13059
13060 * lib/strspn.c: New.
13061
234a3be3
AD
130622001-08-01 Marc Autret <autret_m@epita.fr>
13063
13064 * doc/bison.texinfo: Update.
13065 * doc/bison.1 (mandoc): Update.
13066 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
13067 * src/files.c: Support output files extensions computing.
13068 (src_extension): New static variable.
13069 (header_extension): New static variable.
13070 (tr): New function.
13071 (get_extension_index): New function, gets the index of an extension
13072 filename in a string.
13073 (compute_exts_from_gf): New function, computes extensions from the
13074 grammar file extension.
13075 (compute_exts_from_src): New functions, computes extensions from the
13076 C source file extension, file given by ``-o'' option.
13077 (compute_base_names): Update.
13078 (output_files): Update.
13079
847bf1f5
AD
130802001-08-01 Robert Anisko <anisko_r@epita.fr>
13081
d995fee7 13082 * doc/bison.texi: Document @$.
847bf1f5
AD
13083 (Locations): New section.
13084
d074a105
AD
130852001-07-18 Akim Demaille <akim@epita.fr>
13086
13087 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
13088 * config/prev-version.txt, config/move-if-change: New.
13089 * Makefile.am: Adjust.
13090
3419715d
AD
130912001-07-08 Pascal Bart <pascal.bart@epita.fr>
13092
13093 * src/bison.simple (yyparse): Suppress warning `comparaison
13094 between signed and unsigned'.
13095
62ab6972
AD
130962001-07-05 Pascal Bart <pascal.bart@epita.fr>
13097
13098 * src/getargs.h (raw_flag): Remove.
13099 * src/getargs.c: Die on `-r'/`--raw'.
13100 * src/lex.c (parse_percent_token): Die on `%raw'.
13101 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
13102 * tests/calc.at: Suppress test with option `--raw'.
13103
1e24cc5b
AD
131042001-07-14 Akim Demaille <akim@epita.fr>
13105
13106 * config/: New.
13107 * configure.in: Require Autoconf 2.50.
13108 Update to gettext 0.10.38.
13109
32dfccf8
AD
131102001-03-16 Akim Demaille <akim@epita.fr>
13111
13112 * doc/bison.texinfo: ANSIfy the examples.
13113
cd5bd6ac
AD
131142001-03-16 Akim Demaille <akim@epita.fr>
13115
13116 * getargs.c (skeleton): New variable.
13117 (longopts): --skeleton is a new option.
13118 (shortopts, getargs): -S is a new option.
13119 * getargs.h: Declare skeleton.
13120 * output.c (output_parser): Use it.
13121
5141b016
AD
131222001-03-16 Akim Demaille <akim@epita.fr>
13123
13124 * m4/strerror_r.m4: New.
13125 * m4/error.m4: Run AC_FUNC_STRERROR_R.
13126 * lib/error.h, lib/error.c: Update.
13127
447992b9
AD
131282001-03-16 Akim Demaille <akim@epita.fr>
13129
13130 * src/getargs.c (longopts): Clean up.
13131
274d42ce
AD
131322001-02-21 Akim Demaille <akim@epita.fr>
13133
13134 * src/reader.c (gensym): `gensym_count' is your own.
13135 Use a static buf to create the symbol name, as token_buffer is no
13136 longer a buffer.
13137
22c821f3
AD
131382001-02-08 Akim Demaille <akim@epita.fr>
13139
13140 * src/conflicts.c (conflict_report): Be sure not to append to res
13141 between two calls, which could happen if both first sprintf were
13142 skipped, but not the first cp += strlen.
13143
18569462
AD
131442001-02-08 Akim Demaille <akim@epita.fr>
13145
13146 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
13147 New, from fileutils 4.0.37.
13148 * configure.in: Require Autoconf 2.49c. I took some time before
13149 making this decision. This is the only way out for portability
13150 issues in Bison, it would mean way too much duplicate effort to
13151 import in Bison features implemented in 2.49c since 2.13.
13152 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
13153
0d8f3c8a
AD
131542001-02-02 Akim Demaille <akim@epita.fr>
13155
13156 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
66075dcf 13157 * lib/xalloc.h, lib/xmalloc.c: Update.
0d8f3c8a 13158
f17bcd1f
AD
131592001-01-19 Akim Demaille <akim@epita.fr>
13160
13161 Get rid of the ad hoc handling of token_buffer in the scanner: use
13162 the obstacks.
13163
13164 * src/lex.c (token_obstack): New.
13165 (init_lex): Initialize it. No longer call...
13166 (grow_token_buffer): this. Remove it.
13167 Adjust all the places which used it to use the obstack.
13168
511e79b3
AD
131692001-01-19 Akim Demaille <akim@epita.fr>
13170
13171 * src/lex.h: Rename all the tokens:
13172 s/\bENDFILE\b/tok_eof/g;
13173 s/\bIDENTIFIER\b/tok_identifier/g;
13174 etc.
13175 Let them be enums, not #define, to ease debugging.
13176 Adjust all the code.
13177
0d6508ef
AD
131782001-01-18 Akim Demaille <akim@epita.fr>
13179
13180 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
13181 * src/lex.c (maxtoken, grow_token_buffer): Static.
13182
6deb4447
AD
131832001-01-18 Akim Demaille <akim@epita.fr>
13184
13185 Since we now use obstacks, more % directives can be enabled.
13186
13187 * src/lex.c (percent_table): Also accept `%yacc',
13188 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
13189 `%debug'.
13190 Handle the actions for `%semantic_parser' and `%pure_parser' here,
13191 instead of returning a token.
13192 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
13193 * src/reader.c (read_declarations): Adjust.
13194 * src/files.c (open_files): Don't call `compute_base_names', don't
13195 compute `attrsfile' since they depend upon data which might be
13196 *in* the input file now.
13197 (output_files): Do it here.
13198 * src/output.c (output_headers): Document the fact that this patch
13199 introduces a guaranteed SEGV for semantic parsers.
13200 * doc/bison.texinfo: Document them.
13201 * tests/suite.at: Exercise these %options.
13202
ff4423cc
AD
132032000-12-20 Akim Demaille <akim@epita.fr>
13204
13205 Also handle the output file (--verbose) with obstacks.
13206
13207 * files.c (foutput): Remove.
13208 (output_obstack): New.
13209 Adjust all dependencies.
13210 * src/conflicts.c: Return a string.
13211 * src/system.h (obstack_grow_string): Rename as...
13212 (obstack_sgrow): this. Be ready to work with non literals.
13213 (obstack_fgrow4): New.
13214
956dba3a
AD
132152000-12-20 Akim Demaille <akim@epita.fr>
13216
13217 * src/files.c (open_files): Fix the computation of short_base_name
13218 in the case of `-o foo.tab.c'.
13219
337bab46
AD
132202000-12-20 Akim Demaille <akim@epita.fr>
13221
13222 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
13223 (copy_dollar): Now that everything uses obstacks, get rid of the
13224 FILE * parameters.
13225
5d3214b8
AD
132262000-12-20 Akim Demaille <akim@epita.fr>
13227
13228 * src/files.c (open_files): Actually the `.output' file is based
13229 on the short_base_name, not base_name.
13230 * tests/suite.at (Checking output file names): Adjust.
13231
29092a57
AD
132322000-12-20 Akim Demaille <akim@epita.fr>
13233
13234 * src/bison.s1: Remove, we now use directly...
13235 * src/bison.simple: this.
13236 * src/Makefile.am: Use pkgdata instead of data.
13237
ea5607fd
AD
132382000-12-20 Akim Demaille <akim@epita.fr>
13239
13240 * src/files.c (guard_obstack): New.
13241 (open_files): Initialize it.
13242 (output_files): Dump it...
13243 * src/files.h: Export it.
13244 * src/reader.c (copy_guard): Use it.
13245
27110317
AD
132462000-12-19 Akim Demaille <akim@epita.fr>
13247
13248 * src/files.c (outfile, defsfile, actfile): Removed as global
13249 vars.
13250 (open_files): Don't compute them.
13251 (output_files): Adjust.
13252 (base_name, short_base_name): Be global.
13253 Adjust dependencies.
13254
19c50364
AD
132552000-12-19 Akim Demaille <akim@epita.fr>
13256
13257 * src/files.c (strsuffix): New.
13258 (stringappend): Be just like strcat but allocate.
13259 (base_names): Eve out from open_files.
13260 Try to simplify the rather hairy computation of base_name and
13261 short_base_name.
13262 (open_files): Use it.
13263 * tests/suite.at (Checking output file names): New test.
13264
573c1d9f
AD
132652000-12-19 Akim Demaille <akim@epita.fr>
13266
13267 * src/system.h (obstack_grow_literal_string): Rename as...
13268 (obstack_grow_string): this.
13269 * src/output.c (output_parser): Recognize `%% actions' instead of
13270 `$'.
13271 * src/bison.s1: s/$/%% actions/.
13272 * src/bison.hairy: Likewise.
13273
ef7ddedd
AD
132742000-12-19 Akim Demaille <akim@epita.fr>
13275
13276 * src/output.c (output_parser): Compute the `#line' lines when
13277 there are.
13278 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
13279 Suggested by Hans Aberg.
13280
ff61dabd
AD
132812000-12-19 Akim Demaille <akim@epita.fr>
13282
13283 Let the handling of the skeleton files be local to the procedures
13284 that use it.
13285
13286 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
13287 longer static.
13288 (fparser, open_extra_files): Remove.
13289 (open_files, output_files): Don't take care of fparser.
13290 * src/files.h: Adjust.
13291 * src/output.c (output_parser): Open and close the file to the
13292 skeleton.
13293 * src/reader.c (read_declarations): When %semantic_parser, open
13294 fguard.
13295
55b96341
AD
132962000-12-19 Akim Demaille <akim@epita.fr>
13297
13298 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
13299 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
13300
358c15b7
AD
133012000-12-19 Akim Demaille <akim@epita.fr>
13302
13303 * src/files.c (open_files): Yipee! We no longer need all the code
13304 looking for `/tmp' since we have no tmp file.
13305
7de3329e
AD
133062000-12-19 Akim Demaille <akim@epita.fr>
13307
13308 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
13309 New macros.
13310 * src/files.c (open_files): Less dependency on MSDOS etc.
13311
3abcd459
AD
133122000-12-14 Akim Demaille <akim@epita.fr>
13313
13314 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
13315 Provide a default definition.
13316 Use it when executing the default @ action.
13317 * src/reader.c (reader_output_yylsp): No longer include
13318 `timestamp' and `text' in the default YYLTYPE.
13319
2a91a95e
AD
133202000-12-12 Akim Demaille <akim@epita.fr>
13321
13322 * src/reader.c (copy_definition, parse_union_decl, copy_action)
13323 (copy_guard): Quote the file names.
13324 Reported by Laurent Mascherpa.
13325
14d3eb9b
AD
133262000-12-12 Akim Demaille <akim@epita.fr>
13327
13328 * src/output.c (output_headers, output_program, output): Be sure
13329 to escape special characters when outputting filenames.
13330 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
13331 (output_headers): Don't depend on them, Use ACTSTR.
13332
d7045ec6
AD
133332000-11-17 Akim Demaille <akim@epita.fr>
13334
13335 * lib/obstack.h: Formatting changes.
13336 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
13337 prevents type checking.
13338 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
13339 cast the value to (void *): assigning a `foo *' to a `void *'
13340 variable is valid.
13341 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
13342 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
13343 append characters.
13344
6fd54b73
AD
133452000-11-17 Akim Demaille <akim@epita.fr>
13346
13347 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
13348 as...
13349 (suite.m4, regression.m4, calc.m4): these.
13350 * tests/atgeneral.m4: Update from CVS Autoconf.
13351
4c50eae6
AD
133522000-11-17 Akim Demaille <akim@epita.fr>
13353
13354 * tests/regression.m4 (%union and --defines): New test,
13355 demonstrating a current bug in the obstack implementation.
13356
a35f64ea
AD
133572000-11-17 Akim Demaille <akim@epita.fr>
13358
13359 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
13360 macros.
13361 Use them to declare the variables which are global or local to
13362 `yyparse'.
13363
7de23534
AD
133642000-11-17 Akim Demaille <akim@epita.fr>
13365
13366 * acconfig.h: Remove, no longer used.
13367
aa7815f5
AD
133682000-11-07 Akim Demaille <akim@epita.fr>
13369
13370 * src: s/Copyright (C)/Copyright/g.
13371
5af1f549
AD
133722000-11-07 Akim Demaille <akim@epita.fr>
13373
13374 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
13375 defining.
13376 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
13377
553e2b22
AD
133782000-11-07 Akim Demaille <akim@epita.fr>
13379
13380 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
13381 Merge in a single CPP if/else.
13382
8a4f41d6
AD
133832000-11-07 Akim Demaille <akim@epita.fr>
13384
13385 * src/output.c (output): Remove useless variables.
13386 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
13387 argument `data' for consistency with the prototypes.
13388 Qualify it `const'.
13389 (obstack_copy, obstack_copy0): Rename the second argument as
13390 `address' for consistency. Qualify it `const'.
13391 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
13392 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
13393 `const' their input argument (`data' or `address').
13394 Adjust the corresponding macros to include `const' in casts.
13395
095a3fb5
AD
133962000-11-03 Akim Demaille <akim@epita.fr>
13397
13398 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
13399 s/PFILE1/BISON_HAIRY/.
13400 Adjust dependencies.
13401
d1cdce7c
AD
134022000-11-03 Akim Demaille <akim@epita.fr>
13403
090c5ebf 13404 For some reason, this was not applied.
d1cdce7c
AD
13405
13406 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
13407 `unlink': it's no longer used.
13408
9311529b
AD
134092000-11-03 Akim Demaille <akim@epita.fr>
13410
13411 * src/files.c (skeleton_find): New function, eved out of...
13412 (open_files, open_extra_files): here.
13413
d8880f69
AD
134142000-11-03 Akim Demaille <akim@epita.fr>
13415
13416 Don't use `atexit'.
13417
13418 * src/files.c (obstack_save): New function.
13419 (done): Rename as...
13420 (output_files): this.
13421 Use `obstack_save'.
13422 * src/main.c (main): Don't use `atexit' to register `done', since
13423 it no longer has to remove tmp files, just call `output_files'
13424 when there are no errors.
13425
0dbb648e
AD
134262000-11-02 Akim Demaille <akim@epita.fr>
13427
13428 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
13429 `unlink': it's no longer used.
13430 * src/files.h: Formatting changes.
13431
896fe5c1
AD
134322000-11-02 Akim Demaille <akim@epita.fr>
13433
13434 Remove the last uses of mktemp and unlink/delete.
13435
13436 * src/files.c (fdefines, ftable): Removed.
13437 (defines_ostack, table_obstack): New.
13438 Adjust dependencies of the former into uses of the latter.
13439 * src/output.c (output_short_or_char_table, output_short_table):
13440 Convert to using obstacks.
13441 * src/reader.c (copy_comment2): Accept one FILE * and two
13442 obstacks.
13443 (output_token_defines, reader_output_yylsp): Use obstacks.
13444 * src/system.h (obstack_fgrow3): New.
1f65350a 13445 * po/POTFILES.in: Adjust.
896fe5c1 13446
dd60faec
AD
134472000-11-01 Akim Demaille <akim@epita.fr>
13448
13449 Change each use of `fattrs' into a use of `attrs_obstack'.
13450
13451 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
13452 * src/files.c (fattrs): Remove.
13453 (attrs_obstack): New.
13454 Adjust all dependencies.
13455 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
13456
8c7ebe49
AD
134572000-11-01 Akim Demaille <akim@epita.fr>
13458
13459 Introduce obstacks.
13460 Change each use of `faction' into a use of `action_obstack'.
13461
13462 * lib/obstack.h, lib/obstack.c: New files.
13463 * src/files.c (faction): Remove.
13464 (action_obstack): New.
13465 Adjust all dependencies.
13466
77aee789
AD
134672000-10-20 Akim Demaille <akim@epita.fr>
13468
13469 * lib/quote.h (PARAMS): New macro. Use it.
13470
43591cec
AD
134712000-10-16 Akim Demaille <akim@epita.fr>
13472
13473 * src/output.c (output_short_or_char_table): New function.
13474 (output_short_table, output_token_translations): Use it.
13475 (goto_actions): Use output_short_table.
13476
1e9798d5
AD
134772000-10-16 Akim Demaille <akim@epita.fr>
13478
13479 * src/symtab.c (bucket_new): New function.
13480 (getsym): Use it.
13481
13482 * src/output.c (output_short_table): New argument to display the
13483 comment associated with the table.
13484 Adjust dependencies.
13485 (output_gram): Use it.
13486 (output_rule_data): Nicer output layout for YYTNAME.
13487
f282676b
AD
134882000-10-16 Akim Demaille <akim@epita.fr>
13489
13490 * src/lex.c (read_typename): New function.
13491 (lex): Use it.
13492 * src/reader.c (copy_dollar): Likewise.
13493
550a72a3
AD
134942000-10-16 Akim Demaille <akim@epita.fr>
13495
13496 * src/reader.c (copy_comment2): Expect the input stream to be on
13497 the `/' which is suspected to open a comment, instead of being
13498 called after `//' or `/*' was read.
13499 (copy_comment, copy_definition, parse_union_decl, copy_action)
13500 (copy_guard): Adjust.
13501
131e2fef
AD
135022000-10-16 Akim Demaille <akim@epita.fr>
13503
13504 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
13505 `read_signed_integer'.
13506
79282c5a
AD
135072000-10-16 Akim Demaille <akim@epita.fr>
13508
13509 * src/reader.c (copy_dollar): New function.
13510 (copy_guard, copy_action): Use it.
13511
ff4a34be
AD
135122000-10-16 Akim Demaille <akim@epita.fr>
13513
13514 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
13515 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
13516 New files, from Fileutils 4.0.27.
13517 * src/main.c (printable_version): Remove.
13518 * src/lex.c, src/reader.c: Use `quote'.
13519
135202000-10-04 Akim Demaille <akim@epita.fr>
13521
13522 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
13523
14ded682
AD
135242000-10-04 Akim Demaille <akim@epita.fr>
13525
13526 * doc/bison.texinfo: Various typos spotted by Neil Booth.
13527
8e03724b
AD
135282000-10-04 Akim Demaille <akim@epita.fr>
13529
13530 When a literal string is used to define two different tokens,
13531 `bison -v' segfaults.
13532 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
13533
13534 * tests/regression.m4: New file.
13535 Include the core of the sample provided by Piotr Gackiewicz.
13536 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
13537 properly.
13538
a9e64249
AD
135392000-10-04 Akim Demaille <akim@epita.fr>
13540
13541 * src/reader.c (parse_expect_decl): Keep `count' within the size
13542 of `buffer'.
13543 From Neil Booth.
13544
da9abf43
AD
135452000-10-02 Paul Eggert <eggert@twinsun.com>
13546
13547 * bison.s1 (yyparse): Assign the default value
13548 unconditionally, to avoid a GCC warning and make the parser a
13549 tad smaller.
13550
c33638bb
AD
135512000-10-02 Akim Demaille <akim@epita.fr>
13552
13553 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
13554 options.
13555
444c570a
AD
135562000-10-02 Akim Demaille <akim@epita.fr>
13557
13558 * src/derives.c, src/print.c, src/reduce.c: To ease the
13559 translation, move some `\n' out of the translated strings.
13560
89cab50d
AD
135612000-10-02 Akim Demaille <akim@epita.fr>
13562
13563 The location tracking mechanism is precious for parse error
13564 messages. Nevertheless, it is enabled only when `@n' is used in
13565 the grammar, which is a different issue (you can use it in error
13566 message, but not in the grammar per se). Therefore, there should
13567 be another means to enable it.
13568
13569 * src/getargs.c (getargs): Support `--locations'.
13570 (usage): Report it.
13571 * src/getargs.h (locationsflag): Export it.
13572 * src/lex.c (percent_table): Support `%locations'.
13573 * src/reader.c (yylsp_needed): Remove this variable, now replaced
13574 with `locationsflag'.
13575 * doc/bison.texinfo: Document `--locations' and `%locations'.
13576 Sort the options.
13577 * tests/calc.m4: Test it.
13578
13579 For regularity of the names, replace each
13580 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
13581 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
13582 In addition replace each `flag' with `_flag'.
13583
d6c2cba0
AD
135842000-10-02 Akim Demaille <akim@epita.fr>
13585
13586 Also test parse error messages, including with YYERROR_VERBOSE.
13587
13588 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
13589 associative).
13590 Use it to check the computations.
13591 Use it to check `nonassoc' is honored.
13592 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
13593 `--yyerror-verbose'.
13594 (_AT_CHECK_CALC): Adjust to this option.
13595 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
13596
5a35a6cb
AD
135972000-10-02 Akim Demaille <akim@epita.fr>
13598
13599 Test also `--verbose', `--defines' and `--name-prefix'. Testing
13600 the latter demonstrates a flaw in the handling of non debugging
13601 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
13602 was used in order to simplify:
13603
13604 #if YYDEBUG
13605 if (yydebug)
13606 {
13607 ...
13608 }
13609 #endif
13610
13611 into
13612
13613 if (yydebug)
13614 {
13615 ...
13616 }
13617
13618 unfortunately this leads to a CPP conflict when
13619 `--name-prefix=foo' is used since it produces `#define yydebug
13620 foodebug'.
13621
13622 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
13623 (YYDPRINTF): New macro.
13624 Spread its use.
13625 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
13626 the bison options.
13627 Also test `--verbose', `--defines' and `--name-prefix'.
13628
71da9eea
AD
136292000-10-02 Akim Demaille <akim@epita.fr>
13630
13631 Improve the readability of the produced parsers.
13632
13633 * src/bison.s1: Formatting changes.
13634 Improve the comment related to the `$' mark.
13635 (yydefault): Don't fall through to `yyresume': `goto' there.
13636 * src/output.c (output_parser): When the `$' is met, skip the end
13637 of its line.
13638 New variable, `number_of_dollar_signs', to check there's exactly
13639 one `$' in the parser skeleton.
13640
95e36146
AD
136412000-10-02 Akim Demaille <akim@epita.fr>
13642
13643 * lib/xstrdup.c: New file, from the fileutils.
13644 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
13645 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
13646 instead of strlen + xmalloc + strcpy.
13647 * src/symtab.c (copys): Remove, use xstrdup instead.
13648
d7020c20
AD
136492000-10-02 Akim Demaille <akim@epita.fr>
13650
13651 * src/gram.h (associativity): New enum type which replaces the
13652 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
13653 `right_assoc', `left_assoc' and `non_assoc'.
13654 Adjust all dependencies.
13655 * src/reader.c: Formatting changes.
13656 (LTYPESTR): Don't define it, use it as a literal in
13657 `reader_output_yylsp'.
13658 * src/symtab.h (symbol_class): New enum type which replaces the
13659 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
13660 `sunknown', `stoken and `snterm'.
13661
1916f98e
AD
136622000-10-02 Akim Demaille <akim@epita.fr>
13663
13664 * src/getargs.c (fixed_outfiles): Rename as...
13665 (yaccflag): for consistency and accuracy.
13666 Adjust dependencies.
13667
d7913476
AD
136682000-10-02 Akim Demaille <akim@epita.fr>
13669
13670 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
13671 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
13672 difficult and introduced a lot of core dump. It turns out that
13673 Bison used an implementation of `xmalloc' based on `calloc', and
13674 at various places it does depend upon the initialization to 0. I
13675 have not tried to isolate the pertinent places, and all the former
13676 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
13677 someone should address this issue.
13678
13679 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
13680 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
13681 files.
13682 Adjust dependencies.
13683 * src/warshall.h: New file.
13684 Propagate.
13685
340ef489
AD
136862000-10-02 Akim Demaille <akim@epita.fr>
13687
13688 Various anti-`extern in *.c' changes.
13689
13690 * src/system.h: Include `assert.h'.
13691
b2ca4022
AD
136922000-10-02 Akim Demaille <akim@epita.fr>
13693
13694 * src/state.h (nstates, final_state, first_state, first_shift)
13695 (first_reduction): Move their exportation from here...
13696 * src/LR0.h: to here.
13697 Adjust dependencies.
13698 * src/getargs.c (statisticsflag): New variable.
13699 Add support for `--statistics'.
13700 Adjust dependencies.
13701
13702 Remove a lot of now useless `extern' statements in most files.
13703
403b315b
AD
137042000-10-02 Akim Demaille <akim@epita.fr>
13705
13706 * src/LR0.h: New file.
13707 Propagate its use.
13708
07a58c13
AD
137092000-10-02 Akim Demaille <akim@epita.fr>
13710
13711 * src/print.h: New file.
13712 Propagate its use.
13713 * src/print.c: Formatting and ordering changes.
13714 (verbose, terse): Replace with...
13715 (print_results): this new function.
13716 Adjust dependencies.
13717
0619caf0
AD
137182000-10-02 Akim Demaille <akim@epita.fr>
13719
13720 * src/conflicts.c (conflict_report): New function.
13721 (conflict_log, verbose_conflict_log): Replace with...
13722 (print_conflicts): this function.
13723 Adjust dependencies.
13724 * src/conflicts.h: New file.
13725 Propagate its inclusion.
13726
3519ec76
AD
137272000-10-02 Akim Demaille <akim@epita.fr>
13728
13729 * src/nullable.h: New file.
13730 Propagate its inclusion.
13731 * src/nullable.c: Formatting changes.
13732
015acc48
AD
137332000-10-02 Akim Demaille <akim@epita.fr>
13734
13735 * src/reduce.h: New file.
13736 Propagate its inclusion.
13737 * src/reduce.c: Topological sort and other formatting changes.
13738 (bool, TRUE, FALSE): Move their definition to...
13739 * src/system.h: here.
13740
8963a27b
AD
137412000-10-02 Akim Demaille <akim@epita.fr>
13742
13743 * src/files.c: Formatting changes.
13744 (tryopen, tryclose, openfiles): Rename as...
13745 (xfopen, xfclose, open_files): this.
13746 (stringappend): static.
13747 * src/files.h: Complete the list of exported symbols.
13748 Propagate its use.
13749
a70083a3
AD
137502000-10-02 Akim Demaille <akim@epita.fr>
13751
13752 * src/reader.h: New file.
13753 Propagate its use instead of tedious list of `extern' and
13754 prototypes.
13755 * src/reader.c: Formatting changes, topological sort,
13756 s/register//.
13757
abadc117
AD
137582000-10-02 Akim Demaille <akim@epita.fr>
13759
13760 * src/lex.h: Prototype `lex.c' exported functions.
13761 * src/reader.c: Adjust.
13762 * src/lex.c: Formatting changes.
13763 (safegetc): Rename as...
13764 (xgetc): this.
13765
720d742f
AD
137662000-10-02 Akim Demaille <akim@epita.fr>
13767
13768 * src/lalr.h: New file.
13769 Propagate its inclusion instead of prototypes and `extern'.
13770 * src/lalr.c: Formatting changes, topological sorting etc.
13771
f2acea59
AD
137722000-10-02 Akim Demaille <akim@epita.fr>
13773
13774 * src/output.c (token_actions): Introduce a temporary array,
13775 YYDEFACT, that makes it possible for this function to use
13776 output_short_table.
13777
d019d655
AD
137782000-10-02 Akim Demaille <akim@epita.fr>
13779
13780 `user_toknums' is output as a `short[]' in `output.c', while it is
13781 defined as a `int[]' in `reader.c'. For consistency with the
13782 other output tables, `user_toknums' is now defined as a table of
13783 shorts.
13784
13785 * src/reader.c (user_toknums): Be a short table instead of an int
13786 table.
13787 Adjust dependencies.
13788
13789 Factor the short table outputs.
13790
13791 * src/output.c (output_short_table): New function.
13792 * src/output.c (output_gram, output_stos, output_rule_data)
13793 (output_base, output_table, output_check): Use it.
13794
6c89f1c1
AD
137952000-10-02 Akim Demaille <akim@epita.fr>
13796
13797 * src/output.c (output): Topological sort of the functions, in
13798 order to get rid of the `static' prototypes.
13799 No longer use `register'.
13800 * src/output.h: New file.
13801 Propagate its inclusion in files explicitly prototyping functions
13802 from output.c.
13803
d9efd181
AD
138042000-09-21 Akim Demaille <akim@epita.fr>
13805
13806 * src/atgeneral.m4: Update from Autoconf.
13807
c29240e7 138082000-09-21 Akim Demaille <akim@epita.fr>
2fa6973e
AD
13809
13810 * src/closure.h: New file.
13811 * src/closure.c: Formatting changes, topological sort over the
13812 functions, use of closure.h.
13813 (initialize_closure, finalize_closure): Rename as...
13814 (new_closure, free_closure): these. Adjust dependencies.
13815 * src/LR0.c: Formatting changes, topological sort, use of
13816 cloture.h.
13817 (initialize_states): Rename as...
13818 (new_states): this.
13819 * src/Makefile.am (noinst_HEADERS): Adjust.
13820
499daa50
AD
138212000-09-20 Akim Demaille <akim@epita.fr>
13822
13823 * src/acconfig.h: Don't protect config.h against multiple
13824 inclusion.
13825 Don't define PARAMS.
13826 * src/system.h: Define PARAMS.
13827 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
13828 purpose of config.h. system.h must not try to fix wrong
13829 definitions in config.h.
13830
cc84fd5d
AD
138312000-09-20 Akim Demaille <akim@epita.fr>
13832
13833 * src/derives.h: New file.
13834 * src/main.c, src/derives.h: Use it.
13835 Formatting changes.
13836 * src/Makefile.am (noinst_HEADERS): Adjust.
13837
db5b3a89
AD
138382000-09-20 Akim Demaille <akim@epita.fr>
13839
13840 * tests/atgeneral.m4: Update from Autoconf.
13841 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
13842 (AT_CHECK_CALC): New macros.
13843 Use these macros to test bison with options `', `--raw',
13844 `--debug', `--yacc', `--yacc --debug'.
13845
ceed8467
AD
138462000-09-19 Akim Demaille <akim@epita.fr>
13847
13848 * src/output.c: Formatting changes.
13849 * src/machine.h: Remove, leaving its contents in...
13850 * src/system.h: here.
13851 Include stdio.h.
13852 Adjust all dependencies on stdio.h and machine.h.
13853 * src/getargs.h: New file.
13854 Let all `extern' declarations about getargs.c be replaced with
13855 inclusion of `getargs.h'.
13856 * src/Makefile.am (noinst_HEADERS): Adjust.
13857
13858 * tests/calc.m4 (yyin): Be initialized in main, not on the global
13859 scope.
13860 (yyerror): Returns void, not int.
13861 * doc/bison.texinfo: Formatting changes.
13862
05a1d24b
AD
138632000-09-19 Akim Demaille <akim@epita.fr>
13864
13865 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
13866 portable.
13867
cbd25751
AD
138682000-09-18 Akim Demaille <akim@epita.fr>
13869
13870 * configure.in: Append WARNING_CFLAGS to CFLAGS.
13871 * src/Makefile.am (INCLUDES): Don't.
13872 Be ready to fetch headers in lib/.
13873
13863333
AD
138742000-09-18 Akim Demaille <akim@epita.fr>
13875
13876 * doc/bison.texinfo: Update the copyright.
13877 ANSIfy and GNUify the examples.
13878 Remove the old menu.
13879
0d533154
AD
138802000-09-18 Akim Demaille <akim@epita.fr>
13881
13882 First set of tests: use the `calc' example from the documentation.
13883
13884 * src/bison.s1 (yyparse): Condition the code using `yytname' which
13885 is defined only when YYDEBUG is.
13886 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
13887 * src/files.c (tryopen, tryclose): Formatting changes.
13888 Move to the top and be static.
13889 * src/reader.c (read_signed_integer): Likewise.
13890 * tests/calc.m4: New file.
13891 * Makefile.am, suite.m4: Adjust.
13892 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
13893
e79137ac
AD
138942000-09-18 Akim Demaille <akim@epita.fr>
13895
13896 Add support for an Autotest test suite for Bison.
13897
13898 * m4/m4.m4, m4/atconfig.m4: New files.
13899 * m4/Makefile.am (EXTRA_DIST): Adjust.
13900 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
13901 files.
13902 * src/getargs.c: Display a more standard --version message.
13903 * src/reader.c (reader): Formatting changes.
13904 No longer depend upon VERSION_STRING.
13905 * configure.in: No longer use `dnl'.
13906 Set up the test suite and the new directory `tests/.
13907 (VERSION_STRING): Remove.
13908
27821bff
AD
139092000-04-14 Akim Demaille <akim@epita.fr>
13910
13911 * src/reader.c (copy_comment2): New function, same as former
13912 `copy_comment', but outputs into two FILE *.
13913 (copy_comment): Use it.
13914 (parse_union_decl): Use it.
13915 (get_type, parse_start_decl): Use the same `invalid' message.
13916 (parse_start_decl, parse_union_decl): Use the same `multiple'
13917 message.
13918 (parse_union_decl, copy_guard, copy_action): Use the same
13919 `unmatched' message.
13920 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
13921
cfe5fbc0
AD
139222000-03-31 Akim Demaille <akim@epita.fr>
13923
13924 * src/files.c (tryopen, tryclose): Move to the top.
13925 Be static.
13926
cb7db13e
AD
139272000-03-31 Akim Demaille <akim@epita.fr>
13928
13929 * src/main.c (main): Don't call `done', exit does it.
13930
a0f6b076
AD
139312000-03-31 Akim Demaille <akim@epita.fr>
13932
36281465
AD
13933 * allocate.c: s/return (foo)/return foo/.
13934 * lalr.c: Likewise.
13935 * LR0.c: Likewise.
13936 * output.c: Likewise.
13937 * reader.c: Likewise.
13938 * symtab.c: Likewise.
13939 * vmsgetargs.c: Likewise.
13940
139412000-03-31 Akim Demaille <akim@epita.fr>
13942
13943 Clean up the error reporting functions.
a0f6b076
AD
13944
13945 * src/report.c: New file.
13946 * src/report.h: Likewise.
13947 * src/Makefile.am: Adjust.
13948 * m4/error.m4: New file.
13949 * m4/Makefile.am: Adjust.
13950 * configure.in (jm_PREREQ_ERROR): Call it.
13951 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
13952 Remove.
13953 (fatal, fatals): Remove. All callers use complain.c::fatal.
13954 (warn, warni, warns, warnss, warnss): Remove. All callers use
13955 complain.c::complain.
13956 (toomany): Remove, use fatal instead.
13957 * src/files.c (done): No argument, use complain_message_count.
13958 * src/main.c (main): Register `done' to `atexit'.
13959
13960 * src/getargs.c (usage): More `fputs', less `fprintf'.
13961
18539825
AD
139622000-03-28 Akim Demaille <akim@epita.fr>
13963
13964 * lib/: New directory.
13965 * Makefile.am (SUBDIRS): Adjust.
13966 * configure.in: Adjust.
13967 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
13968 useless.
13969 * src/alloca.c: Moved to lib/.
13970 * src/getopt.c: Likewise.
13971 * src/getopt1.c: Likewise.
13972 * src/getopt.h: Likewise.
13973 * src/ansi2knr.c: Likewise.
13974 * src/ansi2knr.1: Likewise.
13975 * src/Makefile.am: Adjust.
13976 * lib/Makefile.am: New file.
13977
9f306f2a
AD
139782000-03-28 Akim Demaille <akim@epita.fr>
13979
13980 * src/getargs.c (usage): Refresh the help message.
13981
0ba347b6
AD
139822000-03-17 Akim Demaille <akim@epita.fr>
13983
13984 * src/getopt1.c: Updated from textutils 2.0e
13985 * src/getopt.c: Likewise.
13986 * src/getopt.h: Likewise.
13987
dbe7f271
AD
139882000-03-17 Akim Demaille <akim@epita.fr>
13989
13990 * src/Makefile.am (bison.simple): Fix the awk program: quote only
13991 the file name, not the whole `#line LINE FILE'.
13992
75bbe78d
AD
139932000-03-17 Akim Demaille <akim@epita.fr>
13994
13995 On syntax errors, report the token on which we choked.
13996
aa5fd0ee
AD
13997 * src/bison.s1 (yyparse): In the label yyerrlab, when
13998 YYERROR_VERBOSE, add yychar in msg.
75bbe78d 13999
7b306f52
AD
140002000-03-17 Akim Demaille <akim@epita.fr>
14001
aa5fd0ee 14002 * src/reader.c (copy_at): New function.
7b306f52
AD
14003 (copy_guard): Use it.
14004 (copy_action): Use it.
14005
e87b5700
AD
140062000-03-17 Akim Demaille <akim@epita.fr>
14007
14008 Be kind to translators, save some useless translations.
14009
aa5fd0ee 14010 * src/main.c (banner): New function.
e87b5700
AD
14011 (fatal_banner): Use it.
14012 (warn_banner): Use it.
14013
ae3c3164
AD
140142000-03-17 Akim Demaille <akim@epita.fr>
14015
aa5fd0ee
AD
14016 * src/reader.c (copy_definition): Use copy_string and
14017 copy_comment. Removed now unused `match', `ended',
14018 `cplus_comment'.
ae3c3164
AD
14019 (copy_comment, copy_string): Moved, to be visible from
14020 copy_definition.
14021
4dc58e7c
AD
140222000-03-17 Akim Demaille <akim@epita.fr>
14023
aa5fd0ee
AD
14024 * src/reader.c (copy_string): Declare `static inline'. No
14025 problems with inline, since it is checked by configure.
4dc58e7c
AD
14026 (copy_comment): Likewise.
14027
0a6384c4
AD
140282000-03-17 Akim Demaille <akim@epita.fr>
14029
aa5fd0ee 14030 * src/reader.c (packsymbols): Formatting changes.
0a6384c4 14031
3cef001a
AD
140322000-03-17 Akim Demaille <akim@epita.fr>
14033
aa5fd0ee 14034 * src/reader.c (copy_comment): New function, factored out from:
3cef001a
AD
14035 (copy_action): Use it. Removed now unused `match', `ended',
14036 `cplus_comment'.
14037 (copy_guard): Likewise.
14038
ca36d2ef
AD
140392000-03-17 Akim Demaille <akim@epita.fr>
14040
aa5fd0ee 14041 * src/reader.c (copy_string): New function, factored out from:
ca36d2ef
AD
14042 (copy_action): Use it.
14043 (copy_guard): Likewise.
14044
6666f98f
AD
140452000-03-17 Akim Demaille <akim@epita.fr>
14046
14047 Change the handling of @s so that they behave exactly like $s.
14048 There is now a pseudo variable @$ (readble and writable), location
14049 of the lhs of the rule (by default ranging from the location of
14050 the first symbol of the rhs, to the location of the last symbol,
14051 or, if the rhs is empty, YYLLOC).
14052
14053 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
14054 yyval.
14055 (yyparse): When providing a default semantic action, provide a
14056 default location action.
14057 (after the $): No longer change `*YYLSP', just stack YYLOC the
14058 same way you stack YYVAL.
14059 * src/reader.c (read_declarations): Use warns.
14060 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
14061 (copy_action, case '@'): Likewise.
14062 Use a standard error message, to save useless work from
14063 translators.
14064
41aca2e0
AD
140652000-03-17 Akim Demaille <akim@epita.fr>
14066
aa5fd0ee
AD
14067 * src/bison.s1: Formatting and cosmetics changes.
14068 * src/reader.c: Likewise.
41aca2e0
AD
14069 Update the Copyright notice.
14070
dc08c1d5
AD
140712000-03-17 Akim Demaille <akim@epita.fr>
14072
aa5fd0ee
AD
14073 * src/bison.s1 (#line): All set to `#line' only, since the
14074 Makefile now handles them.
dc08c1d5 14075
9ee3c97b
AD
140762000-03-16 Akim Demaille <akim@epita.fr>
14077
14078 * src/output.c (output_rule_data): Output the documentation of
14079 some of the tables.
14080 (Copyright notice): Update.
14081 Formatting changes.
14082
0de741ca
AD
140832000-03-16 Akim Demaille <akim@epita.fr>
14084
14085 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
14086 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
14087 One `#if YYDEBUG' remains, since it uses variables which are
14088 defined only if `YYDEBUG != 0'.
14089
bb10be54
AD
140902000-03-16 Akim Demaille <akim@epita.fr>
14091
14092 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
14093 and related variables so that the similarities are highlighted.
14094
b07b484a
AD
140952000-03-16 Akim Demaille <akim@epita.fr>
14096
14097 * src/bison.s1: Properly indent CPP directives.
14098
361f60b3
AD
140992000-03-16 Akim Demaille <akim@epita.fr>
14100
14101 * src/bison.s1: Properly indent the `alloca' CPP section.
14102
8c44d3ec
AD
141032000-03-16 Akim Demaille <akim@epita.fr>
14104
14105 Do not hard code values of directories in `configure.in'.
14106 Update the `configure' tool chain.
14107
14108 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
14109 src/makefile.am.
14110 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
14111 (AC_OUTPUT): Add m4/Makefile.
14112 Bump to bison 1.28a, 1.29 has never been released.
14113 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
14114 handled via src/Makefile.am.
14115 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
14116 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
14117 autoheader.
14118 * Makefile.am (SUBDIRS): Add m4.
14119 (ACLOCAL_AM_FLAGS): New variable.
14120 (AUTOMAKE_OPTIONS): Add check-news.
14121 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
14122 the proper line number and file name.
14123 (DEFS): Propagate the location of bison library files and of the
14124 locale files.
14125 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
14126 builddir.
14127 * acinclude.m4: Remove, replaced by the directory m4.
14128 * m4/Makefile.am (EXTRA_DIST): New variable.
14129 * m4/gettext.m4: New file, from the fileutils.
14130 * m4/lcmessage.m4: Likewise
14131 * m4/progtest.m4: Likewise.
14132 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
14133
f95997e7
AD
141342000-03-10 Akim Demaille <akim@epita.fr>
14135
14136 * src/closure.c:
14137 Formatting changes of various comments.
14138 Respect the GNU coding standards at various places.
14139 Don't use `_()' when no translation is needed.
14140
141411999-12-13 Jesse Thilo <jthilo@gnu.org>
14142
14143 * src/files.c:
14144 OS/2 honors TMPDIR environment variable.
14145
141461999-12-13 Jesse Thilo <jthilo@gnu.org>
14147
14148 * doc/bison.texinfo: Tweaked spelling and grammar.
14149 Updated ISBN.
14150 Removed reference to price of printed copy.
14151 Mention BISON_SIMPLE and BISON_HAIRY.
14152
141531999-12-13 Jesse Thilo <jthilo@gnu.org>
14154
14155 * configure.in, NEWS:
14156 Bison 1.29 released.
14157
141581999-10-27 Jesse Thilo <jthilo@gnu.org>
14159
14160 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
14161 Added reference card.
14162
141631999-07-26 Jesse Thilo <jthilo@gnu.org>
14164
14165 * po/ru.po: Added Russian translation.
14166
141671999-07-26 Jesse Thilo <jthilo@gnu.org>
14168
14169 * configure.in: Added Russian translation.
14170
141711999-07-06 Jesse Thilo <jthilo@gnu.org>
14172
14173 * configure.in, NEWS, README:
14174 Released version 1.28.
14175
141761999-06-14 Jesse Thilo <jthilo@gnu.org>
14177
14178 * src/system.h:
14179 Squashed redefinition warning on some systems.
14180
14181 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
14182 Have configure build version string instead of relying on ANSI string
14183 concatentation.
14184
141851999-06-14 Jesse Thilo <jthilo@gnu.org>
14186
14187 * po/POTFILES.in: Got rid of version.c.
14188
141891999-06-14 Jesse Thilo <jthilo@gnu.org>
14190
14191 * acconfig.h, configure.in:
14192 Have configure build version string instead of relying on ANSI string
14193 concatentation.
14194
141951999-06-08 Jesse Thilo <jthilo@gnu.org>
14196
14197 * doc/bison.1:
14198 Dropped mention of `+' for long-named options.
14199
142001999-05-30 Jesse Thilo <jthilo@gnu.org>
14201
14202 * src/files.c: Added <unistd.h> for unlink().
14203
14204 * src/Makefile.am, src/system.h:
14205 I18n fixes.
14206
142071999-05-30 Jesse Thilo <jthilo@gnu.org>
14208
14209 * README: Added a FAQ list.
14210
14211 * configure.in, acconfig.h:
14212 I18n fixes.
14213
142141999-05-30 Jesse Thilo <jthilo@gnu.org>
14215
14216 * doc/FAQ, doc/Makefile.am:
14217 Added a FAQ list.
14218
142191999-05-19 Jesse Thilo <jthilo@gnu.org>
14220
14221 * src/alloc.h, src/symtab.h, src/version.c:
14222 Protected inclusion of "config.h" with HAVE_CONFIG_H.
14223
142241999-04-18 Jesse Thilo <jthilo@gnu.org>
14225
14226 * src/.cvsignore, src/Makefile.am:
14227 Reorganized: sources in `src', documentation in `doc'.
14228
14229 * src/lex.c (literalchar):
14230 fixed the code for escaping double quotes (thanks
14231 Jonathan Czisny.)
14232
142331999-04-18 Jesse Thilo <jthilo@gnu.org>
14234
14235 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
14236 Adjusted paths to reflect directory reorganization.
14237
142381999-04-18 Jesse Thilo <jthilo@gnu.org>
14239
14240 * doc/.cvsignore, doc/Makefile.am:
14241 Reorganized: sources in `src', documentation in `doc'.
14242
142431999-04-18 Jesse Thilo <jthilo@gnu.org>
14244
14245 * configure.in:
14246 Updated AC_INIT file to reflect directory reorganization.
14247
14248 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
14249 Reorganized: sources in `src', documentation in `doc'.
14250
142511999-04-13 Jesse Thilo <jthilo@gnu.org>
14252
14253 * src/allocate.c:
14254 Don't declare calloc() and realloc() if not necessary.
14255
142561999-04-13 Jesse Thilo <jthilo@gnu.org>
14257
14258 * configure.in, acconfig.h, acinclude.m4:
14259 Don't declare calloc() and realloc() if not necessary.
14260
142611999-03-23 Jesse Thilo <jthilo@gnu.org>
14262
14263 * po/.cvsignore: Added i18n support.
14264
142651999-03-23 Jesse Thilo <jthilo@gnu.org>
14266
14267 * acconfig.h, configure.in, Makefile.am:
14268 Added i18n support.
14269
142701999-03-22 Jesse Thilo <jthilo@gnu.org>
14271
14272 * src/bison.s1: Fixed #line numbers.
14273
142741999-03-15 Jesse Thilo <jthilo@gnu.org>
14275
14276 * po/es.po, po/fr.po, po/nl.po, po/de.po:
14277 Added PO files from Translation Project.
14278
142791999-03-03 Jesse Thilo <jthilo@gnu.org>
14280
14281 * Makefile.am:
14282 Added support for non-ANSI compilers (ansi2knr).
14283
142841999-02-16 Jesse Thilo <jthilo@gnu.org>
14285
14286 * configure.in: Bumped version number to 1.27.
14287
14288 * Makefile.am:
14289 Added `bison.simple' to list of files removed by `make distclean'.
14290
142911999-02-12 Jesse Thilo <jthilo@gnu.org>
14292
14293 * src/files.c, src/files.h:
14294 Defined locations of parser files in config.h instead of Makefile.
14295
142961999-02-12 Jesse Thilo <jthilo@gnu.org>
14297
14298 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
14299 Defined locations of parser files in config.h instead of Makefile.
14300
143011999-02-09 Jesse Thilo <jthilo@gnu.org>
14302
14303 * Makefile.am:
14304 Removed inappropriate use of $< macro.
14305
143061999-02-05 Jesse Thilo <jthilo@gnu.org>
14307
14308 * po/Makefile.in.in, po/POTFILES.in:
14309 Add `po' directory skeleton.
14310
143111999-01-27 Jesse Thilo <jthilo@gnu.org>
14312
14313 * README: Document help-bison list.
14314
14315 * configure.in: Add check for mkstemp().
14316
143171999-01-20 Jesse Thilo <jthilo@gnu.org>
14318
14319 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
14320 Hush a few compiler warnings.
14321
14322 * src/files.c:
14323 Add tryclose(), which verifies that fclose was successful.
14324 Hush a couple of compiler warnings.
14325
143261999-01-20 Jesse Thilo <jthilo@gnu.org>
14327
14328 * Makefile.am, OChangeLog:
14329 ChangeLog is now automatically generated. Include the old version as
14330 OChangeLog.
14331
143321999-01-14 Jesse Thilo <jthilo@gnu.org>
14333
14334 * 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:
14335 Update FSF address.
14336
143371999-01-14 Jesse Thilo <jthilo@gnu.org>
14338
14339 * doc/bison.texinfo: Fix formatting glitch.
14340
14341 * doc/bison.texinfo: Update FSF address.
14342
143431999-01-14 Jesse Thilo <jthilo@gnu.org>
14344
14345 * acconfig.h: Update FSF address.
14346
143471999-01-08 Jesse Thilo <jthilo@gnu.org>
14348
14349 * src/system.h:
14350 Don't define PACKAGE here, since config.h defines it.
14351
143521998-12-30 Jesse Thilo <jthilo@gnu.org>
14353
14354 * src/reader.c: Update copyright date.
14355
14356 * src/main.c:
14357 Ditch sprintf to statically-sized buffers in fatal/warn functions in
14358 favor of output directly to stderr (avoids buffer overruns).
14359
14360 * src/reader.c: Some checks for premature EOF.
14361
14362 * 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:
14363 Use prototypes if the compiler understands them.
14364
14365 * src/files.c: Honor TMPDIR on Unix hosts.
14366 Use prototypes if the compiler understands them.
14367
14368 * src/reader.c:
14369 Fix a couple of buffer overrun bugs.
14370 Use prototypes if the compiler understands them.
14371
14372 * src/system.h: Include unistd.h and ctype.h.
14373 Use #ifdef instead of #if for NLS symbols.
14374
143751998-12-30 Jesse Thilo <jthilo@gnu.org>
14376
14377 * doc/bison.texinfo:
14378 Delete comment "consider using @set for edition number, etc..." since
14379 we now are doing so.
14380
143811998-12-30 Jesse Thilo <jthilo@gnu.org>
14382
14383 * configure.in:
14384 Use prototypes if the compiler understands them.
14385
14386 * NEWS: Document 1.26 highlights.
14387
14388 * Makefile.am: Require Automake 1.3 or later.
14389
14390 * acconfig.h:
14391 Use prototypes if the compiler understands them.
14392
143931998-12-29 Jesse Thilo <jthilo@gnu.org>
14394
14395 * src/version.c:
14396 Use VERSION symbol from automake for version number.
14397
143981998-12-29 Jesse Thilo <jthilo@gnu.org>
14399
14400 * acconfig.h, configure.in, version.cin:
14401 Use VERSION symbol from automake for version number.
14402
144031998-11-28 Jesse Thilo <jthilo@gnu.org>
14404
14405 * Makefile.am:
14406 Distribute original version of simple parser (bison.s1), not built
14407 version (bison.simple).
14408
144091998-11-28 Jesse Thilo <jthilo@gnu.org>
14410
14411 * doc/bison.texinfo: Add info dir entry.
14412
14413 * doc/bison.texinfo:
14414 Let automake put version number into documentation.
14415
144161998-11-26 Jesse Thilo <jthilo@gnu.org>
14417
14418 * src/bison.cld, src/build.com, src/vmshlp.mar:
14419 Add non-RCS files from /gd/gnu/bison.
14420
144211998-11-26 Jesse Thilo <jthilo@gnu.org>
14422
14423 * doc/bison.1:
14424 Document the BISON_HAIRY and BISON_SIMPLE variables.
14425
144261998-11-25 Jesse Thilo <jthilo@gnu.org>
14427
14428 * src/version.c: Build version.c automatically.
14429
14430 * src/reader.c:
14431 Fix token numbering (used to start at 258, not 257).
14432
14433 * src/system.h: Include config.h.
14434
14435 * src/getargs.c: Update bug report address.
14436
14437 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
14438 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
14439
144401998-11-25 Jesse Thilo <jthilo@gnu.org>
14441
14442 * Makefile.am:
14443 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
14444
14445 * configure.in, version.cin:
14446 Build version.c automatically.
14447
14448 * AUTHORS: Add AUTHORS file.
14449
14450 * README: Update bug report address.
14451
14452 * bison.simple:
14453 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
14454
14455 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
14456 Add automake stuff.
14457
144581998-11-25 Jesse Thilo <jthilo@gnu.org>
14459
14460 * doc/bison.texinfo: Clean up some formatting.
14461
144621998-05-05 Richard Stallman <rms@gnu.org>
14463
14464 * doc/bison.texinfo:
14465 Explain better why to make a pure parser.
14466
144671998-01-05 Richard Stallman <rms@gnu.org>
14468
14469 * src/files.c (openfiles):
14470 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
14471 find a temporary directory, if possible. Do not unlink files while
14472 they are open.
14473
144741997-08-25 Richard Stallman <rms@gnu.org>
14475
14476 * src/reader.c (stack_offset;):
14477 Change some warni to warns.
14478
14479 * src/lex.c (literalchar): Use warns, not warni.
14480
144811997-06-28 Richard Stallman <rms@gnu.org>
14482
14483 * src/bison.s1: Add a Bison version comment.
14484
14485 * src/main.c (fatal, warn, berror):
14486 Use program_name.
14487
144881997-06-28 Richard Stallman <rms@gnu.org>
14489
14490 * Makefile.in (bison_version): New variable.
14491 (dist): Use that variable.
14492 (bison.s1): Substitute the Bison version into bison.simple.
14493
14494 * bison.simple: Add a Bison version comment.
14495
144961997-06-18 Richard Stallman <rms@gnu.org>
14497
14498 * src/main.c (fatal, warn, berror):
14499 Make error messages standard.
14500 (toomany): Improve error message text.
14501
14502 * 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:
14503 new.h renamed to alloc.h.
14504
145051997-06-18 Richard Stallman <rms@gnu.org>
14506
14507 * Makefile.in: new.h renamed to alloc.h.
14508
145091997-05-24 Richard Stallman <rms@gnu.org>
14510
14511 * src/lex.c (literalchar):
14512 Fix the code for escaping \, " and '.
14513
14514 (lex): Avoid trouble when there are many chars
14515 to discard in a char literal with just several chars in it.
14516
145171997-05-17 Richard Stallman <rms@gnu.org>
14518
14519 * src/bison.s1:
14520 Use malloc, if using alloca is troublesome.
14521 (YYSTACK_USE_ALLOCA): New flag macro.
14522 Define it for some systems and compilers.
14523 (YYSTACK_ALLOC): New macro.
14524 (yyparse): Use YYSTACK_ALLOC to allocate stack.
14525 If it was malloc'd, free it.
14526
145271997-05-17 Richard Stallman <rms@gnu.org>
14528
14529 * bison.simple:
14530 Use malloc, if using alloca is troublesome.
14531 (YYSTACK_USE_ALLOCA): New flag macro.
14532 Define it for some systems and compilers.
14533 (YYSTACK_ALLOC): New macro.
14534 (yyparse): Use YYSTACK_ALLOC to allocate stack.
14535 If it was malloc'd, free it.
14536
145371997-04-23 Richard Stallman <rms@gnu.org>
14538
14539 * src/bison.s1:
14540 (alloca) [__hpux]: Always define as __builtin_alloca.
14541
145421997-04-23 Richard Stallman <rms@gnu.org>
14543
14544 * bison.simple:
14545 (alloca) [__hpux]: Always define as __builtin_alloca.
14546
145471997-04-22 Richard Stallman <rms@gnu.org>
14548
14549 * src/bison.s1:
14550 [__hpux]: Include alloca.h (right for HPUX 10)
14551 instead of declaring alloca (right for HPUX 9).
14552
14553 * src/bison.s1 (__yy_memcpy):
14554 Declare arg `count' as unsigned int.
14555 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
14556
145571997-04-22 Richard Stallman <rms@gnu.org>
14558
14559 * bison.simple:
14560 [__hpux]: Include alloca.h (right for HPUX 10)
14561 instead of declaring alloca (right for HPUX 9).
14562
14563 * bison.simple (__yy_memcpy):
14564 Declare arg `count' as unsigned int.
14565 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
14566
145671997-01-03 Richard Stallman <rms@gnu.org>
14568
14569 * src/allocate.c: [__STDC__ or _MSC_VER]:
14570 Declare calloc and realloc to return void *.
14571
145721997-01-02 Richard Stallman <rms@gnu.org>
14573
14574 * src/system.h:
14575 [_MSC_VER]: Include stdlib.h and process.h.
14576 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
14577
14578 * src/main.c (main): Return FAILURE as a value.
14579 (printable_version): Declare arg as int, not char.
14580
145811997-01-02 Richard Stallman <rms@gnu.org>
14582
14583 * Makefile.in (dist):
14584 Explicitly check for symlinks, and copy them.
14585
145861996-12-19 Richard Stallman <rms@gnu.org>
14587
14588 * src/files.c:
14589 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
14590
145911996-12-18 Paul Eggert <eggert@gnu.org>
14592
14593 * src/bison.s1 (yyparse):
14594 If __GNUC__ and YYPARSE_PARAM are both defined,
14595 declare yyparse to have a void * argument.
14596
145971996-12-18 Paul Eggert <eggert@gnu.org>
14598
14599 * bison.simple (yyparse):
14600 If __GNUC__ and YYPARSE_PARAM are both defined,
14601 declare yyparse to have a void * argument.
14602
146031996-12-17 Richard Stallman <rms@gnu.org>
14604
14605 * src/reduce.c (nbits): Add some casts.
14606
146071996-08-12 Richard Stallman <rms@gnu.org>
14608
14609 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
14610
146111996-08-12 Richard Stallman <rms@gnu.org>
14612
14613 * bison.simple: Test _MSDOS as well as _MSDOS_.
14614
146151996-07-31 Richard Stallman <rms@gnu.org>
14616
14617 * src/bison.s1:
14618 [__sun && __i386]: Include alloca.h.
14619
146201996-07-31 Richard Stallman <rms@gnu.org>
14621
14622 * bison.simple:
14623 [__sun && __i386]: Include alloca.h.
14624
146251996-07-30 Richard Stallman <rms@gnu.org>
14626
14627 * src/bison.s1: Comment change.
14628
14629 * src/bison.s1: Test _MSDOS_, not MSDOS.
14630
146311996-07-30 Richard Stallman <rms@gnu.org>
14632
14633 * bison.simple: Comment change.
14634
14635 * bison.simple: Test _MSDOS_, not MSDOS.
14636
146371996-06-01 Richard Stallman <rms@gnu.org>
14638
14639 * 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:
14640 Insert `_' macro around many string constants.
14641
14642 * src/main.c:
14643 Insert `_' macro around many string constants.
14644
14645 (main): Call setlocale, bindtextdomain and textdomain.
14646
14647 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
14648 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
14649 [ENABLE_NLS]: Include libintl.h.
14650 [ENABLE_NLS] (gettext): Define.
14651 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
14652 (N_, PACKAGE, LOCALEDIR): New macros.
14653
146541996-06-01 Richard Stallman <rms@gnu.org>
14655
14656 * POTFILES.in: New file.
14657
14658 * Makefile.in (allocate.o):
14659 Define target explicitly.
14660
14661 * Makefile.in (CFLAGS): Set to @CFLAGS@.
14662 (LDFLAGS): Set to @LDFLAGS@.
14663 (configure): Run autoconf only if preceding `cd' succeeds.
14664 (bison.s1): Redirect output to temporary file then move the
14665 temporary to the target, rather than redirecting directly to bison.s1.
14666 (clean): Remove config.status and config.log.
14667 (distclean): Don't remove config.status here.
14668
146691996-05-12 Richard Stallman <rms@gnu.org>
14670
14671 * src/bison.s1:
14672 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
14673
146741996-05-12 Richard Stallman <rms@gnu.org>
14675
14676 * bison.simple:
14677 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
14678
146791996-05-11 Richard Stallman <rms@gnu.org>
14680
14681 * src/bison.s1 (__yy_memcpy):
14682 Really reorder the args, as was supposedly done on Feb 14 1995.
14683 (yyparse): Calls changed accordingly.
14684
146851996-05-11 Richard Stallman <rms@gnu.org>
14686
14687 * Makefile.in (dist): Don't use $(srcdir).
14688
14689 * bison.simple (__yy_memcpy):
14690 Really reorder the args, as was supposedly done on Feb 14 1995.
14691 (yyparse): Calls changed accordingly.
14692
146931996-01-27 Richard Stallman <rms@gnu.org>
14694
14695 * src/output.c (output_rule_data):
14696 Test YYERROR_VERBOSE in the conditional
14697 around the definition of ttyname.
14698
146991995-12-29 Richard Stallman <rms@gnu.org>
14700
14701 * src/bison.s1:
14702 Fix line numbers in #line commands.
14703
147041995-12-29 Richard Stallman <rms@gnu.org>
14705
14706 * bison.simple:
14707 Fix line numbers in #line commands.
14708
147091995-12-27 Richard Stallman <rms@gnu.org>
14710
14711 * src/bison.s1 (YYPARSE_PARAM_DECL):
14712 In C++, make it always null.
14713 (YYPARSE_PARAM_ARG): New macro.
14714 (yyparse): Use YYPARSE_PARAM_ARG.
14715
147161995-12-27 Richard Stallman <rms@gnu.org>
14717
14718 * bison.simple (YYPARSE_PARAM_DECL):
14719 In C++, make it always null.
14720 (YYPARSE_PARAM_ARG): New macro.
14721 (yyparse): Use YYPARSE_PARAM_ARG.
14722
147231995-11-29 Richard Stallman <rms@gnu.org>
14724
14725 * doc/bison.texinfo:
14726 Describe literal string tokens, %raw, %no_lines, %token_table.
14727
147281995-11-29 Daniel Hagerty <hag@gnu.org>
14729
14730 * doc/bison.texinfo: Fixed update date
14731
147321995-10-16 Richard Stallman <rms@gnu.org>
14733
14734 * src/version.c: Version 1.25.
14735
147361995-10-16 Richard Stallman <rms@gnu.org>
14737
14738 * NEWS: *** empty log message ***
14739
147401995-10-16 Richard Stallman <rms@gnu.org>
14741
14742 * doc/bison.1, doc/bison.rnh:
14743 Add new options.
14744
147451995-10-15 Richard Stallman <rms@gnu.org>
14746
14747 * src/vmsgetargs.c, src/getargs.c:
14748 Added -n, -k, and -raw switches.
14749 (noparserflag, toknumflag, rawtoknumflag): New variables.
14750
14751 * src/symtab.h (SALIAS):
14752 New #define for adding aliases to %token.
14753 (struct bucket): Added `alias' field.
14754
14755 * src/reduce.c (reduce_grammar):
14756 Revise error message.
14757 (print_notices): Remove final `.' from error message.
14758
14759 * src/reader.c (reader_output_yylsp):
14760 New function.
14761 (readgram): Use `#if 0' around code that accepted %command
14762 inside grammar rules: The documentation doesn't allow it,
14763 and it will fail since the %command processors scan for the next %.
14764 (parse_token_decl): Extended the %token
14765 declaration to allow a multi-character symbol as an alias.
14766 (parse_thong_decl): New function.
14767 (read_declarations): Added %thong declarations.
14768 (read_declarations): Handle NOOP to deal with allowing
14769 % declarations as another means to specify the flags.
14770 (readgram): Allow %prec prior to semantics embedded in a rule.
14771 (skip_to_char, read_declarations, copy_definition)
14772 (parse_token_decl, parse_start_decl, parse_type_decl)
14773 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
14774 (get_type_name, copy_guard, copy_action, readgram)
14775 (get_type, packsymbols): Revised most error messages.
14776 Changed `fatal' to `warnxxx' to avoid aborting for error.
14777 Revised and use multiple warnxxx functions to avoid using VARARGS1.
14778 (read_declarations): Improve the error message for
14779 an invalid character. Do not abort.
14780 (read_declarations, copy_guard, copy_action): Use
14781 printable_version to avoid unprintable characters in printed output.
14782 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
14783 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
14784 Allow the type of a non-terminal can be given
14785 more than once, as long as all specifications give the same type.
14786
14787 * src/output.c:
14788 (output_headers, output_trailers, output, output_gram)
14789 (output_rule_data): Implement noparserflag variable.
14790 Implement toknumflag variable.
14791 (output): Call reader_output_yylsp to output LTYPESTR.
14792
14793 * src/main.c (main):
14794 If reader sees an error, don't process the grammar.
14795 (fatals): Updated to not use VARARGS1.
14796 (printable_version, int_to_string, warn, warni, warns, warnss)
14797 (warnsss): New error reporting functions. Avoid abort for error.
14798
14799 * src/lex.h:
14800 Added THONG and NOOP for alias processing.
14801 Added SETOPT for the new code that allows setting options with %flags.
14802
14803 * src/lex.c:
14804 Include getopt.h. Add some extern decls.
14805 (safegetc): New function to deal with EOF gracefully.
14806 (literalchar); new function to deal with reading \ escapes.
14807 (lex): Use literalchar.
14808 (lex): Implemented "..." tokens.
14809 (literalchar, lex, parse_percent_token): Made tokenbuffer
14810 always contain the token. This includes growing the token
14811 buffer while reading an integer.
14812 (parse_percent_token): Replaced if-else statement with percent_table.
14813 (parse_percent_token): Added % declarations as another
14814 way to specify the flags -n, -l, and -r. Also added hooks for
14815 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
14816 major changes to files.c.
14817 (lex) Retain in the incoming stream a character following
14818 an incorrect '/'.
14819 (skip_white_space, lex): Revised most error messages
14820 and changed fatal to warn to avoid aborting.
14821 (percent_table): Added %thong declarations.
14822
14823 * src/gram.h: Comment changes.
14824
14825 * src/files.c (openfiles, open_extra_files, done):
14826 Add faction flag
14827 and actfile file. Handle noparserflag. Both for -n switch.
14828
14829 * src/conflicts.c (resolve_sr_conflict):
14830 Remove use of alloca.
14831
148321995-06-01 Jim Meyering <meyering@gnu.org>
14833
14834 * doc/bison.texinfo: *** empty log message ***
14835
148361995-05-06 Richard Stallman <rms@gnu.org>
14837
14838 * src/bison.s1: Comment change.
14839
148401995-05-06 Richard Stallman <rms@gnu.org>
14841
14842 * bison.simple: Comment change.
14843
148441995-05-03 Richard Stallman <rms@gnu.org>
14845
14846 * src/version.c: Version now 1.24.
14847
14848 * src/bison.s1: Change distribution terms.
14849
14850 * src/version.c: Version now 1.23.
14851
148521995-05-03 Richard Stallman <rms@gnu.org>
14853
14854 * doc/bison.texinfo:
14855 Rewrite "Conditions for Using Bison".
14856 Update version to 1.24.
14857
148581995-05-03 Richard Stallman <rms@gnu.org>
14859
14860 * bison.simple: Change distribution terms.
14861
148621995-02-23 Richard Stallman <rms@gnu.org>
14863
14864 * src/files.c: Test __VMS_POSIX as well as VMS.
14865
148661995-02-14 Jim Meyering <meyering@gnu.org>
14867
14868 * src/bison.s1 (__yy_memcpy):
14869 Renamed from __yy_bcopy to avoid
14870 confusion. Reverse FROM and TO arguments to be consistent with
14871 those of memcpy.
14872
148731995-02-14 Jim Meyering <meyering@gnu.org>
14874
14875 * bison.simple (__yy_memcpy):
14876 Renamed from __yy_bcopy to avoid
14877 confusion. Reverse FROM and TO arguments to be consistent with
14878 those of memcpy.
14879
148801994-11-10 David J. MacKenzie <djm@gnu.org>
14881
14882 * NEWS: reformat
14883
14884 * NEWS: New file.
14885
14886 * Makefile.in (DISTFILES): Include NEWS.
14887
14888 * Makefile.in (DISTFILES):
14889 Include install-sh, not install.sh.
14890
14891 * configure.in: Update to Autoconf v2 macro names.
14892
148931994-10-05 David J. MacKenzie <djm@gnu.org>
14894
14895 * Makefile.in: fix typo
14896
14897 * Makefile.in (prefix, exec_prefix):
14898 Let configure set them.
14899
149001994-09-28 David J. MacKenzie <djm@gnu.org>
14901
14902 * Makefile.in: Set datadir to $(prefix)/share.
14903
149041994-09-15 Richard Stallman <rms@gnu.org>
14905
14906 * src/bison.s1:
14907 Update copyright notice and GPL version.
14908
149091994-09-15 Richard Stallman <rms@gnu.org>
14910
14911 * bison.simple:
14912 Update copyright notice and GPL version.
14913
149141994-07-12 Richard Stallman <rms@gnu.org>
14915
14916 * src/reduce.c, src/reader.c:
14917 entered into RCS
14918
149191994-05-05 David J. MacKenzie <djm@gnu.org>
14920
14921 * Makefile.in: entered into RCS
14922
149231994-03-26 Richard Stallman <rms@gnu.org>
14924
14925 * src/bison.s1: entered into RCS
14926
149271994-03-26 Richard Stallman <rms@gnu.org>
14928
14929 * bison.simple: entered into RCS
14930
149311994-03-25 Richard Stallman <rms@gnu.org>
14932
14933 * src/main.c: entered into RCS
14934
149351994-03-24 Richard Stallman <rms@gnu.org>
14936
14937 * src/conflicts.c: entered into RCS
14938
149391994-01-02 Richard Stallman <rms@gnu.org>
14940
14941 * Makefile.in: *** empty log message ***
14942
149431993-11-21 Richard Stallman <rms@gnu.org>
14944
14945 * src/bison.s1: *** empty log message ***
14946
149471993-11-21 Richard Stallman <rms@gnu.org>
14948
14949 * doc/bison.texinfo: entered into RCS
14950
14951 * doc/bison.texinfo: *** empty log message ***
14952
149531993-11-21 Richard Stallman <rms@gnu.org>
14954
14955 * bison.simple: *** empty log message ***
14956
149571993-10-25 David J. MacKenzie <djm@gnu.org>
14958
14959 * doc/bison.texinfo: *** empty log message ***
14960
149611993-10-19 Richard Stallman <rms@gnu.org>
14962
14963 * src/bison.s1: *** empty log message ***
14964
149651993-10-19 Richard Stallman <rms@gnu.org>
14966
14967 * bison.simple: *** empty log message ***
14968
149691993-10-14 Richard Stallman <rms@gnu.org>
14970
14971 * src/bison.s1: *** empty log message ***
14972
149731993-10-14 Richard Stallman <rms@gnu.org>
14974
14975 * bison.simple: *** empty log message ***
14976
149771993-09-14 David J. MacKenzie <djm@gnu.org>
14978
14979 * doc/bison.texinfo: *** empty log message ***
14980
149811993-09-13 Noah Friedman <friedman@gnu.org>
14982
14983 * Makefile.in: *** empty log message ***
14984
149851993-09-10 Richard Stallman <rms@gnu.org>
14986
14987 * src/conflicts.c: *** empty log message ***
14988
14989 * src/system.h: entered into RCS
14990
149911993-09-10 Richard Stallman <rms@gnu.org>
14992
14993 * doc/bison.1: entered into RCS
14994
149951993-09-06 Noah Friedman <friedman@gnu.org>
14996
14997 * src/version.c: entered into RCS
14998
149991993-09-06 Noah Friedman <friedman@gnu.org>
15000
15001 * Makefile.in: *** empty log message ***
15002
150031993-07-30 David J. MacKenzie <djm@gnu.org>
15004
15005 * Makefile.in: *** empty log message ***
15006
150071993-07-24 Richard Stallman <rms@gnu.org>
15008
15009 * src/bison.s1: *** empty log message ***
15010
150111993-07-24 Richard Stallman <rms@gnu.org>
15012
15013 * bison.simple: *** empty log message ***
15014
150151993-07-08 David J. MacKenzie <djm@gnu.org>
15016
15017 * Makefile.in: *** empty log message ***
15018
150191993-07-04 Richard Stallman <rms@gnu.org>
15020
15021 * src/bison.s1: *** empty log message ***
15022
150231993-07-04 Richard Stallman <rms@gnu.org>
15024
15025 * bison.simple: *** empty log message ***
15026
150271993-06-26 David J. MacKenzie <djm@gnu.org>
15028
15029 * src/getargs.c: entered into RCS
15030
150311993-06-26 David J. MacKenzie <djm@gnu.org>
15032
15033 * doc/bison.texinfo: *** empty log message ***
15034
15035 * doc/bison.1: New file.
15036
150371993-06-25 Richard Stallman <rms@gnu.org>
15038
15039 * src/getargs.c: New file.
15040
150411993-06-16 Richard Stallman <rms@gnu.org>
15042
15043 * src/bison.s1: *** empty log message ***
15044
150451993-06-16 Richard Stallman <rms@gnu.org>
15046
15047 * bison.simple: *** empty log message ***
15048
150491993-06-03 Richard Stallman <rms@gnu.org>
15050
15051 * src/bison.s1: New file.
15052
150531993-06-03 Richard Stallman <rms@gnu.org>
15054
15055 * doc/bison.texinfo: *** empty log message ***
15056
150571993-06-03 Richard Stallman <rms@gnu.org>
15058
15059 * bison.simple: New file.
15060
150611993-05-19 Richard Stallman <rms@gnu.org>
15062
15063 * doc/bison.texinfo: New file.
15064
150651993-05-07 Noah Friedman <friedman@gnu.org>
15066
15067 * Makefile.in: *** empty log message ***
15068
150691993-04-28 Noah Friedman <friedman@gnu.org>
15070
15071 * src/reader.c: *** empty log message ***
15072
150731993-04-23 Noah Friedman <friedman@gnu.org>
15074
15075 * src/alloc.h: entered into RCS
15076
150771993-04-20 David J. MacKenzie <djm@gnu.org>
15078
15079 * src/version.c: *** empty log message ***
15080
15081 * src/files.c, src/allocate.c:
15082 entered into RCS
15083
15084 * src/reader.c: *** empty log message ***
15085
15086 * src/lex.c: entered into RCS
15087
15088 * src/conflicts.c: New file.
15089
15090 * src/symtab.c: entered into RCS
15091
15092 * src/alloc.h: New file.
15093
15094 * src/LR0.c: entered into RCS
15095
150961993-04-18 Noah Friedman <friedman@gnu.org>
15097
15098 * src/reader.c: New file.
15099
15100 * src/version.c: *** empty log message ***
15101
151021993-04-18 Noah Friedman <friedman@gnu.org>
15103
15104 * Makefile.in: *** empty log message ***
15105
151061993-04-17 Noah Friedman <friedman@gnu.org>
15107
15108 * Makefile.in: *** empty log message ***
15109
151101993-04-15 Richard Stallman <rms@gnu.org>
15111
15112 * src/main.c, src/files.c:
15113 New file.
15114
151151993-04-15 Noah Friedman <friedman@gnu.org>
15116
15117 * configure.in: entered into RCS
15118
15119 * configure.in: *** empty log message ***
15120
15121 * configure.in: New file.
15122
151231993-04-14 Richard Stallman <rms@gnu.org>
15124
15125 * Makefile.in: New file.
15126
151271993-04-13 Richard Stallman <rms@gnu.org>
15128
15129 * src/version.c: New file.
15130
151311993-03-25 Richard Stallman <rms@gnu.org>
15132
15133 * src/output.c: entered into RCS
15134
151351992-09-25 Richard Stallman <rms@gnu.org>
15136
15137 * configure.bat: entered into RCS
15138
151391992-06-22 Richard Stallman <rms@gnu.org>
15140
15141 * src/vmsgetargs.c: entered into RCS
15142
151431992-06-22 Richard Stallman <rms@gnu.org>
15144
15145 * doc/bison.rnh: entered into RCS
15146
151471992-04-20 David J. MacKenzie <djm@gnu.org>
15148
15149 * README: entered into RCS
15150
151511992-01-22 Richard Stallman <rms@gnu.org>
15152
15153 * src/machine.h: entered into RCS
15154
151551991-12-21 Richard Stallman <rms@gnu.org>
15156
15157 * src/lalr.c, src/closure.c:
15158 entered into RCS
15159
151601991-12-20 Richard Stallman <rms@gnu.org>
15161
15162 * src/state.h: entered into RCS
15163
151641991-12-18 Richard Stallman <rms@gnu.org>
15165
15166 * src/print.c, src/nullable.c, src/derives.c:
15167 entered into RCS
15168
151691991-11-03 David J. MacKenzie <djm@gnu.org>
15170
15171 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
15172 entered into RCS
15173
151741988-09-09 Richard Stallman <rms@gnu.org>
15175
15176 * src/bison.hairy: entered into RCS
15177
151781987-12-16 Richard Stallman <rms@gnu.org>
15179
15180 * REFERENCES: entered into RCS
dc546b0f 15181
f294a2c2 15182
04098407 15183 -----
f294a2c2 15184
04098407 15185 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
e2a21b6f
PE
15186 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free
15187 Software Foundation, Inc.
f294a2c2 15188
04098407
PE
15189 Copying and distribution of this file, with or without
15190 modification, are permitted provided the copyright notice and this
15191 notice are preserved.