]> git.saurik.com Git - bison.git/blame - ChangeLog
* m4/cxx.m4, examples/Makefile.am: Don't build
[bison.git] / ChangeLog
CommitLineData
5210672f
PE
12005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
2
3 * m4/cxx.m4, examples/Makefile.am: Don't build
4 examples/calc++ if no C++ compiler is available. (trivial change)
5
a8991a1d
AD
62005-11-09 Akim Demaille <akim@epita.fr>
7
8 * src/scan-skel.l: Use a couple of asserts.
9
36b5e963
AD
102005-11-03 Akim Demaille <akim@epita.fr>
11
12 In some (weird) cases, the final state number is incorrect.
13 Reported by Alexandre Duret-Lutz.
14 * src/LR0.c (state_list_append): Remove the computation of
15 final_state.
16 (save_reductions): Do it here.
17 (get_state): Alpha conversion.
18 (generate_states): Use a for loop.
19 * src/gram.h (item_number_is_rule_number)
20 (item_number_is_symbol_number): New.
21 * src/state.c: Use assert.
22 * src/system.h: Include assert.h.
23 * tests/sets.at (Accept): New.
24
44e7ead1
PH
252005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
26
27 * data/glr.c (yyfill): Adjust comment.
36b5e963 28 (yyresolveAction): Initialize default location properly
44e7ead1
PH
29 for empty right-hand sides.
30 (yydoAction): Ditto.
31 Add comment explaining apparently dead code.
36b5e963
AD
32 * tests/glr-regression.at
33 (Incorrectly initialized location for empty right-hand side in GLR):
44e7ead1 34 New test.
36b5e963 35
e10a80ee
PE
362005-10-30 Paul Eggert <eggert@cs.ucla.edu>
37
38 * bootstrap (cleanup_gnulib): New function. Use it to clean up
39 gnulib when interrupted. This fixes some race conditions and
40 works around some portability problems (one noted by Paul
41 Hilfinger).
42
067b32ee
AD
432005-10-22 Akim <akim@epita.fr>
44
45 * Makefile.cfg: Adjust to config -> build-aux.
46 Reported by twledo.
47
4b367315
AD
482005-10-21 Akim Demaille <akim@epita.fr>
49
50 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
51 the %parse-params.
52 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
53 * data/yacc.c (b4_Pure_if): Rename as...
54 (b4_yacc_pure_if): this.
55 (YY_SYMBOL_PRINT, yyparse): Adjust.
56 * doc/bison.texinfo: Formatting changes.
57
24cc23d9
AD
582005-10-21 Akim Demaille <akim@epita.fr>
59
60 Finish the transition config -> build-aux.
61 * configure.ac, Makefile.am: Use build-aux.
62 * config/prev-version, config/announce-gen, config/Makefile.am:
63 Move to...
64 * build-aux/prev-version, build-aux/announce-gen,
65 * build-aux/Makefile.am: here.
66
d4476375
AD
672005-10-14 Akim Demaille <akim@epita.fr>
68
69 * examples/calc++/test: Use set -x only when VERBOSE.
70
302c0aee
PE
712005-10-13 Paul Eggert <eggert@cs.ucla.edu>
72
73 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
74 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
75
7625ec2c
AD
762005-10-13 Akim Demaille <akim@epita.fr>
77
78 * src/scan-skel.l: Output the base name parts of the parser and
79 header file names.
302c0aee 80 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
7625ec2c
AD
81 additional checks.
82 Use this to exercise C++ outputs in subdirs.
83 Reported by Oleg Smolsky.
84
ba0fe3c7
PE
852005-10-12 Paul Eggert <eggert@cs.ucla.edu>
86
87 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
88 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
89 Problem reported by John P. Hartmann.
90 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
91 already defined it.
92
9b8a5ce0
AD
932005-10-12 Akim Demaille <akim@epita.fr>
94
95 * src/parse-gram.y (version_check): Exit 63 to please missing
96 (stands for "version mismatch).
97 * tests/input.at, doc/bison.texinfo: Adjust.
98
4f6e011e
PE
992005-10-10 Paul Eggert <eggert@cs.ucla.edu>
100
101 Work around portability problems with Visual Age C compiler
102 (xlc and xlC_r) reported by John P. Hartmann.
103 * data/location.cc (initial_column, initial_line): Remove.
104 All uses replaced by 0 and 1.
105 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
106 that xlc complains about.
107 * src/scan-skel.l (skel_wrap): Likewise.
4d7aa45e 108 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
ba0fe3c7 109 as __STDC__.
4d7aa45e
PE
110 * data/yacc.c (YYMODERN_C): New macro, which also looks at
111 __STDC_VERSION__. Use it everywhere instead of looking at
112 __STDC__ and __cplusplus.
4f6e011e 113
a1b3bf8c
AD
1142005-10-10 Akim Demaille <akim@epita.fr>
115
116 * examples/calc++/test: Be quiet unless VERBOSE.
117
412e44aa
PE
1182005-10-05 Paul Eggert <eggert@cs.ucla.edu>
119
2a4647a3
PE
120 * data/c.m4 (yydestruct, yysymprint):
121 Use YYUSE instead of casting to void.
122 * data/glr.c (YYUSE): New macro.
123 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
124 Use it instead of rolling our own.
125 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
126 (YYCHK1):
127 Use /*CONSTCOND*/ to suppress lint warnings.
128 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
129 (YY_STACK_PRINT): Use 'false' not '0'.
130 (YYUSE): New macro.
131 (yysymprint_, yydestruct_): Use it instead of rolling our own.
132 * data/yacc.c (YYUSE): New macro.
133 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
134 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
135 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
136
137
412e44aa
PE
138 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
139 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
140
88c6637f
PE
1412005-10-04 Paul Eggert <eggert@cs.ucla.edu>
142
2f4f028d
PE
143 Undo the parts of the unlocked-I/O change that substituted
144 putc or puts for printf. This might hurt performance a bit,
145 but some people prefer the printf style.
146 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
147 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
148 All uses replaced by YYFPRINTF and YYDPRINTF.
149 * data/yacc.c: Likewise.
150 * lib/bitset.c (bitset_print): Likewise.
151 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
152 putc and puts.
153 * lib/lbitset.c (debug_lbitset): Likewise.
154 * src/closure.c (print_firsts, print_fderives): Likewise.
155 * src/gram.c (grammar_dump): Likewise.
156 * src/lalr.c (look_ahead_tokens_print): Likewise.
157 * src/output.c (escaped_output): Likewise.
158 (user_actions_output): Break apart two printfs.
159 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
160 * src/reduce.c (reduce_print): Likewise.
161 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
162 * src/system.h: Include unlocked-io.h rathe than stdio.h.
163
88c6637f
PE
164 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
165 Use assignments rather than casts-to-void to suppress
166 unused-variable warnings. This pacifies 'lint'.
167 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
168 unused-variable warnings.
169
fb32e373
JMG
1702005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
171
172 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
173
edb8f44f
PE
1742005-10-02 Paul Eggert <eggert@cs.ucla.edu>
175
fb9c0b33
PE
176 Use unlocked I/O for a minor performance improvement on hosts like
177 GNU/Linux and Solaris that support unlocked I/O. The basic idea
178 is to use the gnlib unlocked-io module, and to prefer putc and
179 puts to printf when either will work (since the latter doesn't
180 come in an unlocked flavor).
181 * bootstrap (gnulib_modules): Add unlocked-io.
182 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
183 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
184 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
185 and similarly for puts and putc and printf.
186 * data/yacc.c: Likewise.
187 * lib/bitset.c (bitset_print): Likewise.
188 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
189 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
190 to printf.
191 * lib/lbitset.c (debug_lbitset): Likewise.
192 * src/closure.c (print_firsts, print_fderives): Likewise.
193 * src/gram.c (grammar_dump): Likewise.
194 * src/lalr.c (look_ahead_tokens_print): Likewise.
195 * src/output.c (escaped_output): Likewise.
196 (user_actions_output): Coalesce two printfs.
2f4f028d 197 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
fb9c0b33
PE
198 * src/reduce.c (reduce_print): Likewise.
199 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
2f4f028d 200 * src/system.h: Include unlocked-io.h rather than stdio.h.
fb9c0b33 201
edb8f44f
PE
202 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
203 this confuses xgettext.
204
b50d2359
AD
2052005-10-02 Akim Demaille <akim@epita.fr>
206
207 * bootstrap (gnulib_modules): Add strverscmp.
208 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
209 * m4/.cvsignore: Add strverscmp.m4.
210 * src/parse-gram.y (%require): New token, new rule.
211 (version_check): New.
212 * src/scan-gram.l (%require): Adjust.
213 * tests/input.at (AT_REQUIRE): New.
214 Use it.
215 * doc/bison.texinfo (Require Decl): New.
216 (Calc++ Parser): Use %require.
217
21667f64
AD
2182005-10-02 Akim Demaille <akim@epita.fr>
219
220 * data/location.cc: New.
221
2b81e969
AD
2222005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
223 Akim Demaille <akim@epita.fr>
224
225 Make sure -odir/foo.cc creates dir/location.hh etc.
226 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
227 (spec_file_prefix, spec_verbose_file, spec_graph_file)
228 (spec_defines_file): Now const.
229 (dir_prefix): New.
230 (short_base_name): Remove.
231 * src/files.c: Adjust.
232 (dirname.h): Include.
233 (base_name): Don't prototype it.
234 (finput): Remove, duplicates gram_in.
235 (full_base_name, short_base_name): Replace by...
236 (all_but_ext, all_but_tab_ext): these.
237 (compute_base_names): Rename as...
238 (compute_file_name_parts): this.
239 Update to compute the new variables, including dir_prefix.
240 Adjust dependencies.
241 * src/output.c (prepare): Output them.
242 * src/reader.c: Adjust to use gram_in, not finput.
243 * src/scan-skel.l (@dir_prefix@): New.
244
ad6a9b97
JMG
2452005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
246
247 * lib/subpipe.c: New function end_of_output_subpipe() added
248 to allow support for non-posix systems. This is a no-op function
249 for posix systems.
250
251 * lib/subpipe.h: New function end_of_output_subpipe() added
252 to allow support for non-posix systems. This is a no-op function
253 for posix systems.
254
255 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
256 handle the lack of pipe/fork functionality on non-posix systems.
257
258 * djgpp/Makefile.maint: DJGPP specific file.
259
260 * djgpp/README.in: DJGPP specific file.
261
262 * djgpp/config.bat: DJGPP specific configuration file.
263
264 * djgpp/config.sed: DJGPP specific configuration file.
265
266 * djgpp/config.site: DJGPP specific configuration file.
267
268 * djgpp/config_h.sed: DJGPP specific configuration file.
269
270 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
271
272 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
273
fc695704
AD
2742005-10-02 Akim Demaille <akim@epita.fr>
275
276 * data/location.cc: New, extract from...
277 * data/lalr1.cc: here.
278 (location.hh): Include it after the user prologue, in case the
279 filename type is defined by the user.
280 Forward declation location and position before the pre-prologue.
281 (yyresult_): Rename as...
282 (yyresult): this, it's a local variable, not an attribute.
283 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
284
2852005-10-01 Akim Demaille <akim@epita.fr>
5215c87f
AD
286
287 * examples/extexi: Restore the #line generation.
288
fb9712a9
AD
2892005-09-30 Akim Demaille <akim@epita.fr>,
290 Alexandre Duret-Lutz <adl@gnu.org>
291
292 Move the token type and YYSTYPE in the parser class.
293 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
294 (parser::token): New, from the moved free definition of tokens.
295 (parser::semantic_value): Now a full definition instead of an
296 indirection to YYSTYPE.
297 (b4_post_prologue): No longer included in the header file, but
298 in the implementation file.
299 * doc/bison.texi (C+ Language Interface): Update.
300 * src/parse-gram.y: Support unary %define.
301 * tests/actions.at: Define global_tokens_and_yystype for backward
302 compatibility until we update the tests.
303 * tests/calc.at: Idem.
304 (first_line, first_column, last_line, last_column): Define for lalr1.cc
305 to simplify the code.
306
55f0c7b1
PE
3072005-09-29 Paul Eggert <eggert@cs.ucla.edu>
308
309 Port to SunOS 4.1.4, which lacks strtoul and strerror.
310 Ah, the good old days! Problem reported by Peter Klein.
311 * bootstrap (gnulib_modules): Add strerror, strtoul.
312 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
313 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
314
fb9712a9 3152005-09-29 Akim Demaille <akim@epita.fr>
d4fb5e3c
AD
316
317 * data/c.m4 (b4_error_verbose_if): New.
318 * data/lalr1.cc: Use it.
319 (YYERROR_VERBOSE_IF): Remove.
320 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
321 parser members, replaced by...
322 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
323 local variables.
324 (yysyntax_error_): Takes the state number as argument.
325 (yyreduce_print_): Use the argument yyrule, not the former
326 attribute yyn_.
327
8a6f72f3
PE
3282005-09-26 Paul Eggert <eggert@cs.ucla.edu>
329
330 * bootstrap (gnulib_modules): Add verify.
331 * lib/.cvsignore: Add verify.h.
332 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
333 * src/system.h (verify): Remove.
334 Include verify.h instead.
335 * src/tables.c (tables_generate): Use new API for 'verify'.
336
0d50976f
PE
3372005-09-21 Paul Eggert <eggert@cs.ucla.edu>
338
ebc3737e
PE
339 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
340 local variables whose names begin with 'yy'.
341 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
342 Trivial changes from Joel E. Denny.
343
0d50976f
PE
344 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
345 it itself.
346 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
347 don't use alloca any more.
348
349 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
350 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
62c4328e 351 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
0d50976f
PE
352 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
353 to match yacc.c, to test more hosts.
354
a05b79df
PE
3552005-09-20 Paul Eggert <eggert@cs.ucla.edu>
356
55289366
PE
357 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
358 doesn't affect behavior.
359 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
360 Solaris, AIX, MSC.
361 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
362 This works a bit better with glibc, if user code has already included
363 stdlib.h.
364 * doc/bison.texinfo (Bison Parser): Document that users can't
365 arbitrarily use malloc and free for other purposes. Document
366 that <alloca.h> and <malloc.h> might be included.
367 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
368 user must declare alloca.
369
a05b79df
PE
370 * HACKING (release): Forwarn the Translation Project about
371 stable releses.
372
3ab2ca22
AD
3732005-09-20 Akim Demaille <akim@epita.fr>
374
375 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
376
a9739e7c
PE
3772005-09-19 Paul Eggert <eggert@cs.ucla.edu>
378
a702593e
PE
379 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
380 (YYSTACK_ALLOC_MAXIMUM): Use it.
381 (yysyntax_error): New function.
382 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
383 multiple syntax errors are reported, and alloca is being used.
384 Instead, reallocate buffers twice as big each time, so that
385 we waste at most half the allocated memory. Start with a small
386 (128-byte) buffer that will suffice in most cases anyway.
387 Use yysyntax_error to do most of the work.
388
389 * doc/bison.texinfo (Error Reporting, Table of Symbols):
390 yynerrs is the number of errors reported, not the number of
391 errors encountered.
392
a9739e7c
PE
393 * tests/glr-regression.at (Duplicated user destructor for lookahead):
394 Mark it as expected to fail.
395 Cast result of malloc; problem reported by twlevo@xs4all.nl.
396 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
397 Don't start user-code symbols with "yy", to avoid name space problems.
398
f479c6c6
AD
3992005-09-19 Akim Demaille <akim@epita.fr>
400
401 Remove the traits, failed experiment.
402 It never proved useful, and anyway because of the current
403 definition, it was not possible to have several specialization of
404 this traits, making it useless.
405 * data/lalr1.cc (yy:traits): Remove.
406 Inline its definitions in the parser class.
407
e2586f82
AD
4082005-09-19 Akim Demaille <akim@epita.fr>
409
410 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
411 least Mac OSX with a /usr/local install of gettext.
412
2e8cf949
AD
4132005-09-19 Akim Demaille <akim@epita.fr>
414
415 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
416 and yytoken for similarity with the other skeletons.
417
c7fb0b90
AD
4182005-09-19 Akim Demaille <akim@epita.fr>
419
420 * NEWS, configure.ac: Bump to 2.1a.
421
1bd0deda
PE
4222005-09-16 Paul Eggert <eggert@cs.ucla.edu>
423
424 * NEWS: Version 2.1.
425
426 * NEWS: Remove notice of yytname change, since it was never in an
427 official release.
428 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
429 diagnostic.
430 * src/output.c (prepare): Likewise.
431 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
432 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
433 is not defined. This is an awful hack, but it's enough for now.
434 All callers changed.
435 * tests/glr-regression-at (make_value): Args are const pointers now,
436 to avoid GCC warning.
437 (Duplicated user destructor for lookahead): New test. Currently
438 skipped. It fails on my host but I'm not sure it'll always fail.
439
4402005-09-16 Akim Demaille <akim@epita.fr>
c1432f65
AD
441
442 * src/symtab.h (struct symbol): Declare the printer and destructor
443 as const, to avoid accidental calls to free.
444 (symbol_destructor_set, symbol_printer_set): Adjust.
445 * src/symtab.c: Adjust.
446
1bd0deda 4472005-09-16 Akim Demaille <akim@epita.fr>
cf147260
AD
448
449 * data/c.m4 (b4_token_enums): New.
450 (b4_token_defines): Rename as...
451 (b4_token_enums_defines): this.
452 (b4_token_defines): New, output only the #defines.
453 * data/yacc.c, data/glr.c: Adjust.
454 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
455 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
456 as default values.
457
dbcdae2d
AD
4582005-09-16 Akim Demaille <akim@epita.fr>
459
460 * data/lalr1.cc (yylex_): Remove, inline its code.
461 (yyreport_syntax_error_): Remove, replaced by...
462 (yysyntax_error_): this which returns a string and leaves to the
463 caller the call to the users' error function.
464 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
465 Move from members of the parser object...
466 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
467 to local variables of the parse function.
468
70d8f291
AD
4692005-09-16 Akim Demaille <akim@epita.fr>
470
471 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
472 since it's in Bison's name space.
473
b47dbebe
PE
4742005-09-15 Paul Eggert <eggert@cs.ucla.edu>
475
ae199bf1
PE
476 * data/glr.c (yyresolveValue): Add default case to pacify
477 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
478
b47dbebe
PE
479 * NEWS: Document when yyparse started to return 2.
480 * doc/bison.texinfo (Parser Function): Document when yyparse
481 returns 2.
482
483 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
484 (b4_filename_type): Renamed back from b4_file_name_type. All uses
485 changed.
486 (class position): file_name -> filename (reverting). All uses changed.
487
4882005-09-14 Paul Eggert <eggert@cs.ucla.edu>
489
490 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
491 do anything if $@ exists. This reverts part of the 2005-07-07
492 patch.
493
00292f66
PE
4942005-09-11 Paul Eggert <eggert@cs.ucla.edu>
495
496 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
497 contains obsolete information and isn't worth distributing as a
498 separate file anyway.
499 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
500 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
501 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
502 (yyparse): Abort if user code uses longjmp to throw an unexpected
503 value.
504
a420f962
PE
5052005-09-09 Paul Eggert <eggert@cs.ucla.edu>
506
00292f66
PE
507 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
508 Suggested by twlevo@xs4all.nl.
509
127287e9
PE
510 * data/glr.c (YYCHK1): Do not assume YYE is in range.
511 This avoids a diagnostic from gcc -Wswitch-enum.
512 Problem reported by twlevo@xs4all.nl.
513
a420f962
PE
514 * doc/bison.texinfo: Don't use "filename", as per GNU coding
515 standards. Use "file name" or "file" or "name", depending on
516 the context.
517 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
518 not to hack/foo.tab.c.
519 (Calc++ Top Level): 2nd arg of main is not const.
48b16bbc
PE
520 * data/glr.c: b4_filename -> b4_file_name.
521 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
522 All uses changed.
523 (class position): filename -> file_name. All uses changed.
524 * data/yacc.c: b4_filename -> b4_file_name.
525 * lib/bitset.h: filename -> file_name in local vars.
526 * lib/bitset_stats.c: Likewise.
527 * src/files.c: Likewise.
528 * src/scan-skel.l ("@output ".*\n): Likewise.
529 * src/files.c (file_name_split): Renamed from filename_split.
530 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
a420f962
PE
531
5322005-09-08 Paul Eggert <eggert@cs.ucla.edu>
533
534 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
535 to accommodate latest gnulib.
536
537 * tests/glr-regression.at (Duplicate representation of merged trees):
538 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
539
540 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
541 needed.
542
42a6501d
PE
5432005-08-26 Paul Eggert <eggert@cs.ucla.edu>
544
545 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
546 All uses changed. Invoke user destructor after an error during a
547 split parse (trivial change from Joel E. Denny).
548
549 * tests/glr-regression.at
550 (User destructor after an error during a split parse): New test case.
551 Problem reported by Joel E. Denny in:
552 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
553
ef9a1faf
PE
5542005-08-25 Paul Eggert <eggert@cs.ucla.edu>
555
5b4aaf78
PE
556 * README-cvs: Give URLs for recommended tools.
557 Mention Gzip version problem, and bootstrapping issues.
558 Remove troubleshooting section, as it's somewhat obsolete.
559
b5240ba5
PE
560 * bootstrap (no_cache): New var, to accommodate different wget
561 variants. Use it instead of '-C off'. Problem reported by
562 twlevo@xs4all.nl.
563
ef9a1faf
PE
564 * data/glr.c (yydestroyStackItem): New function.
565 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
566 debugging information. Problem reported by Joel E. Denny.
567
e6efa9da
AD
5682005-08-25 Akim Demaille <akim@epita.fr>
569
570 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
571
adc90f13
PE
5722005-08-24 Paul Eggert <eggert@cs.ucla.edu>
573
574 * data/glr.c (yyrecoverSyntaxError, yyreturn):
575 Don't invoke destructor on unresolved entries.
576 * tests/glr-regression.at
577 (User destructor for unresolved GLR semantic value): New test case.
578 Problem reported by Joel E. Denny in:
579 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
580
f9315de5
PE
5812005-08-21 Paul Eggert <eggert@cs.ucla.edu>
582
15d29c1f
PE
583 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
584 Add strnlen.c.
585 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
586 lib-prefix.m4, po.m4.
587
dd5f2af2
PE
588 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
589 in yydestruct diagnostic, since it might not be an error.
590 Problem reported by Joel Denny near end of
591 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6250acbd 592 * data/lalr1.cc (yyerturn): Likewise.
dd5f2af2
PE
593 * data/yacc.c (yyreturn): Likewise.
594 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
595
596 * src/files.c: Remove obsolete FIXME comment.
597
598 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
599 with the other templates, and to fix bogus run-on messages such
600 as the one reported at the end of
601 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
602 All callers changed to avoid the newline.
603 (yyprocessOneStack): Output two lines rather than one, to accommodate
604 the above change. This changes the debug output format slightly.
605
f9315de5
PE
606 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
607 reported by Joel E. Denny in
608 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
609 (trivial change).
610 * tests/glr-regression.at (Duplicate representation of merged trees):
611 New test, from Joel E. Denny in:
612 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
613 * THANKS: Add Joel E. Denny.
614
615 * configure.ac (AC_INIT): Bump to 2.0c.
616
04098407
PE
6172005-07-24 Paul Eggert <eggert@cs.ucla.edu>
618
619 * NEWS: Version 2.0b.
620
ca5d2013
PE
621 * Makefile.am (SUBDIRS): Put examples before tests, so that
622 "make check" doesn't finish with "All 1 tests passed".
623
3d54b576
PE
624 * tests/regression.at (Token definitions): Don't rely on
625 AT_PARSER_CHECK for data that contains backslashes. It currently
626 uses 'echo', and 'echo' isn't portable if its argument contains
627 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
628 that the byte '\0xff' is not printable in the C locale; it is,
629 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
630 not printable, so use '\0x81' to test.
631
d53ae497
PE
632 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
633 version of GCC, since the macro is used with non-GCC compilers.
634
fc01665e
PE
635 Fix core dump reported by Pablo De Napoli in
636 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
637 * tests/regression.at (Invalid inputs with {}): New test.
638 * src/parse-gram.y (token_name): Translate type before using
639 it as an index.
640
04098407
PE
641 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
642 the user's name space. All uses changed to __attribute__
643 ((__unused__)).
644 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
645 Add __attribute__ ((__noreturn__)).
646
647 * etc/clcommit: Remove. We weren't using it, and it failed
648 "make maintainer-distcheck".
649 * Makefile.maint: Merge from coreutils.
650 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
651 (syntax-check-rules): Change list of rules as described below.
652 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
653 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
654 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
655 (sc_trailing_space): New rules.
656 (sc_xalloc_h_in_src): Remove.
657 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
658 (sc_space_tab, sc_error_exit_success, sc_changelog):
659 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
660 (makefile-check, po-check, author_mark_check):
661 (makefile_path_separator_check, copyright-check):
662 Use grep -n, to make it easier to find violations.
663 Use CVS_LIST and CVS_LIST_EXCEPT.
664 (header_regexp, h_re): Remove.
665 (dd_c): New macro.
666 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
667 (my-distcheck): Use more-modern GCC flags.
668 (signatures, %.asc): Remove.
669 (rel-files, announcement): Remove signatures.
670 Restore old updating code, even though we don't use it, so
671 that we're the same as coreutils.
672 (alpha, beta, major): Depend on news-date-check.
673 Make the upload commands.
674
675 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
676 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
677 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
678 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
679 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
680 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
681 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
682 * tests/sets.at: Likewise.
683
684 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
685 we comment out the Autoconf version number.
686 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
687 it's error-prone and "make maintainer-distcheck" rejects it.
688
689 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
690 Indent calls to "error" to pacify "make maintainer-distcheck",
691 when the calls are not intended to be translated.
692 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
693
694 * src/Makefile.am (DEFS): Use +=, to pacify
695 "make maintainer-distcheck".
696 (bison_SOURCES): Add scan-skel.h.
697 (sc_tight_scope): New rule, from coreutils.
698
699 * src/files.c (src_extension, header_extension):
700 Now static, not extern.
701 * src/getargs.c (short_options): Likewise.
702 * src/muscle_tab.c (muscle_table): Likewise.
703 * src/parse-gram.y (current_class, current_type, current_prec):
704 Likewise.
705 * src/reader.c (grammar_end, previous_rule_end): Likewise.
706 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
707 * src/main.c (main): Cast bindtextdomain and textdomain calls to
708 void, to avoid warning when NLS is disabled.
709 * src/output.c: Include scan-skel.h.
710 (scan_skel): Remove decl, since scan-skel.h does this.
711 (output_skeleton):
712 Indent calls to "error" to pacify "make maintainer-distcheck".
713 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
714 * src/reader.h (gram_end, gram_lineno): New decls to pacify
715 "make maintainer-distcheck".
716 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
717 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
718 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
719 (skel_lex_destroy, scan_skel): Move these decls to...
720 * src/scan-skel.h: New file.
721 * src/uniqstr.c (uniqstr_assert):
722 Indent calls to "error" to pacify "make maintainer-distcheck".
723
724 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
725 not @VAR@.
726
727 * tests/torture.at: Revamp to avoid misuse of atoi that
728 "make maintainer-distcheck" complained about.
729
730 * examples/extexi (message): Don't print a message more than once,
731 and omit line-number decoration that makes Emacs compile think
732 that informative messages are worth worrying about.
733
7342005-07-22 Paul Eggert <eggert@cs.ucla.edu>
735
736 * configure.ac: Update version number.
737
738 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
739 accidentally.
740 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
741 autogenerated by the maintainer.
742 * examples/calc++/.cvsignore: Add *.yy.
743
744 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
745 * lib/bitset_stats.c (bitset_stats_init): Likewise.
746 * lib/bitsetv.c (bitsetv_alloc): Likewise.
747
748 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
749
750 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
751 from maintainer-distcheck about casting the argument of 'free'.
752
753 * NEWS: Mention recent yytname changes.
754 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
755
756 * bootstrap: For translations that have not yet been upgraded to
757 the new runtime-po domain, prime the pump by extracting the
758 relevant strings from the obsolete translations. This code can be
759 removed once the bison-runtime domain has been translated by each
760 team.
761
762 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
763 now that token names are already quoted.
764
765 Fix problem reported by Anthony Heading.
766 * data/glr.c (YYTOKEN_TABLE): New macro.
767 (yytname): Define if YYTOKEN_TABLE.
768 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
769 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
770 (YYERROR_VERBOSE): Define the same way the other skeletons do.
771 * src/output.c (prepare_symbols): Output token_table_flag.
772
0ffda363
PE
7732005-07-21 Paul Eggert <eggert@cs.ucla.edu>
774
775 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
776 again if the first call fails.
777
778 * data/glr.c (yytnamerr): New function.
779 (yyreportSyntaxError): Use it to dequote most string literals.
780 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
781 with other skeletons. All uses changed.
782 (yytnameerr_): New function.
783 (yyreport_syntax_error): Use it to dequote most string literals.
784 * data/yacc.c (yytnamerr): New function.
785 (yyerrlab): Use it to decode most string literals.
786 * doc/bison.texinfo (Decl Summary, Calling Convention):
787 Clarify quoting convention of yytname.
788 * src/output.c (prepare_symbols): Quote all names. This undoes
789 the 2005-04-17 change, which is now accomplished (mostly) via
790 changes in the parsers as described above.
791 * tests/regression.at (Token definitions, Web2c Actions):
792 Undo most 2005-04-17 change here, too.
793
7942005-07-20 Paul Eggert <eggert@cs.ucla.edu>
795
796 Fix more problems reported by twlevo@xs4all.nl.
797 * tests/cxx-type.at: Don't pipe output of ./types through sed to
798 remove trailing spaces. This loses the exit status of ./types,
799 and isn't needed since ./types shouldn't be emitting trailing
800 spaces.
801 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
802 as the stack isn't valid in that case.
803
804 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
805 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
806 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
807 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
808 is used.
809 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
810 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
811 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
812 Likewise.
813
814 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
815 overly-picky compilers that reject 'char *foo = "bar";'.
816
817 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
818 to FILE * parameter, not to stderr. This fixes a typo introduced
819 in the 2005-07-12 change.
820
821 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
822 warnings from GCC 4.
823
824 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
825 (yyglrShiftDefer, yysplitStack):
826 Remove unused parameters b4_pure_formals. All uses changed.
827 (yyglrShift): Remove unused parameters b4_user_formals.
828 All uses changed.
829 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
830
6100a9aa
PE
8312005-07-18 Paul Eggert <eggert@cs.ucla.edu>
832
258b75ca
PE
833 Destructor cleanups and regularization among the three skeletons.
834 * NEWS: Document the behavior changes.
835 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
836 stack before failing, as the cleanup code will do it for us now.
837 * data/lalr1.cc (yyerrlab): Likewise.
838 * data/glr.c (yyparse): Pop everything off the stack before
839 freeing it, so that destructors get called properly.
840 * data/lalr1.cc (yyreturn): Likewise.
841 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
842 This is more consistent.
843 * doc/bison.texinfo (Destructor Decl): Mention more reasons
844 why destructors might be called. 1.875 -> 2.1.
845 (Destructor Decl, Decl Summary, Table of Symbols):
846 Some English-language cleanups for %destructor.
847 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
848 Add output line for destructor of start symbol.
849 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
850 because of that same extra output line.
851
1a059451
PE
852 * NEWS: Document minor wording changes in diagnostics of
853 Bison-generated parsers.
854 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
855 Remove unused formals. All uses changed.
856 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
857 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
858 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
859 Rename yyoverflowab to yyexhaustedlab.
860 When memory exhaustion occurs during syntax-error reporting,
861 report it separately rather than in a single diagnostic; this
862 eases translation.
863 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
864 (Memory Exhausted): Renamed from Parser Stack Overflow.
865 Revamp wording slightly to prefer "memory exhaustion".
866 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
867
97460c78
PE
868 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
869
30757c8c
PE
870 Add i18n support to the GLR skeleton. Partially fix the C++
871 skeleton; a C++ expert needs to finish this. Remove debugging
872 msgids; there's little point to having them translated, since they
873 can be understood only by someone who can read the
874 (English-language) source code.
875
876 Generate runtime-po/bison-runtime.pot automatically, so that we
877 don't have to worry about garbage getting in that file. We'll
878 make sure after the next official release that old msgids don't
879 get lost. See
880 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
881
882 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
883 Now auto-generated.
884 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
885 Fix typos in explanations of the runtime file.
886 * bootstrap: Change gettext keyword from YYI18N to YY_.
887 Use standard Makefile.in.in in runtime-po, since we'll arrange
888 for backward-compatible bison-runtime.po files in a different way.
889 * data/glr.c (YY_): New macro, from yacc.c.
890 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
891 Translate messages intended for users.
892 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
893 the wording in the other skeletons. We don't know that the memory
894 is virtual.
895 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
896 Use same method that yacc.c uses.
897 Don't translate debugging messages.
898 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
899 it doesn't work (yet), and requires C++ expertise to fix.
900 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
901 Move defn to a more logical place, to be consistent with other
902 skeletons.
903 Don't translate debugging messages.
904 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
905 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
906 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
907 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
908
ac8c5689
PE
909 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
910 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
911 void, not int.
912 * tests/glr-regression.at (Badly Collapsed GLR States):
913 Likewise.
914 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
915 yylex should return 0 at EOF rather than aborting.
916
6100a9aa
PE
917 Improve tests for stack overflow in GLR parser.
918 Problem reported by twlevo@xs4all.nl.
919 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
920 All uses removed.
921 (yyStackOverflow): Just longjmp, but with value 2 so that caller
922 can handle the problem.
923 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
924 (yyparse): New local variable yyresult to record the result.
925 Use result of setjmp to set it, rather than storing itinto
926 struct.
927 (yyDone): Remove label.
928 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
929 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
930 if YYABORT is used).
931 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
932 yyparse status; put status > 1 into diagnostic.
933 Check that status==2 works.
934 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
935 Use exit status 3 for failure to open (which shouldn't happen).
936
15f40952
PE
9372005-07-17 Paul Eggert <eggert@cs.ucla.edu>
938
67fd79c4
PE
939 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
940 1 on syntax error; just let yyparse do its thing.
941 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
942 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
943 (Exploding the Stack Size with Alloca):
944 (Exploding the Stack Size with Malloc):
945 Expect exit status 2, not 1, since the parser is supposed to blow
946 its stack. Problem reported by twlevo@xs4all.nl.
947
15f40952
PE
948 * data/glr.c (yyparse): Don't assume that the initial calls
949 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
950 Print a stack-overflow message and fail instead.
951 Initialize the line-number information before creating the stack,
952 so that the stack-overflow message can report line zero safely.
953
f32c66b5
PE
9542005-07-14 Paul Eggert <eggert@cs.ucla.edu>
955
a22ff96f 956 Fix problems reported by twlevo@xs4all.nl.
e2688cd9
PE
957 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
958 (yyuserMerge): Provide a default case if b4_mergers is empty.
959 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
960 * tests/glr-regression.at
961 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
c70fdfcd 962 Add casts to pacify C++ compilers.
1beb0b24
PE
963 * tests/glr-regression.at (Improper merging of GLR delayed action
964 sets): Declare yylex before using it.
f32c66b5 965 * tests/Makefile.am (maintainer-check-g++): Fix a stray
a22ff96f
PE
966 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
967 test for valgrind; valgrind is independent of g++.
968 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
969 for compatibility with POSIX 1003.1-2001 (if running coreutils).
970 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
971 Use a destructor, so that we can expand the stack. Change
972 YYSTYPE to char * so that we can free it. Cast result of malloc.
f32c66b5 973
d741bd1b
PE
9742005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
975
976 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
977 a valgrind failure. Problem reported by twlevo@xs4all.nl.
978
0410a6e0
PE
9792005-07-13 Paul Eggert <eggert@cs.ucla.edu>
980
981 * PACKAGING: New file, suggested by Bruno Haible and taken from
982 similar wording in gettext's PACKAGING file.
983 * NEWS: Mention PACKAGING.
984 * Makefile.am (EXTRA_DIST): Add PACKAGING.
985
f7ab6a50
PE
9862005-07-12 Paul Eggert <eggert@cs.ucla.edu>
987
baf785db 988 * NEWS: Document recent i18n improvements.
f7ab6a50
PE
989 * bootstrap: Get runtime translations into runtime-po.
990 Create runtime-po files automatically, if possible.
991 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
992 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
993 does not infringe on the user's name space.
994 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
995 * doc/bison.texinfo (Internationalization): Revamp the English
996 and Texinfo syntax a bit, to try to make it clearer.
997 (Bison Options, Option Cross Key): Mention --print-localedir.
998 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
999 YYENABLE_NLS. Quote a bit more.
1000 * runtime-po/.cvsignore: New file.
1001 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
1002 * runtime-po/Rules-quot: Remove; now created by bootstrap.
1003 * runtime-po/quot.sed: Likewise.
1004 * runtime-po/boldquot.sed: Likewise.
1005 * runtime-po/en@quot.header: Likewise.
1006 * runtime-po/en@boldquot.header: Likewise.
1007 * runtime-po/insert-header.sin: Likewise.
1008 * runtime-po/remove-potcdate.sin: Likewise.
1009 * runtime-po/Makevars: Likewise.
1010 * runtime-po/LINGUAS: Likewise.
1011 * runtime-po/de.po: Likewise; we will rely on the translation project
1012 to maintain this, so "bootstrap" should get it.
0410a6e0 1013 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
f7ab6a50
PE
1014 its value.
1015 * src/main.c (main): Bind the bison-runtime domain, too.
1016
10172005-07-12 Bruno Haible <bruno@clisp.org>
1018
1019 * data/yacc.c: Include <libintl.h> when NLS is enabled.
1020 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
1021 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
1022 * runtime-po: New directory.
1023 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
1024 $(DOMAIN).pot-update rule, so that old messages are never dropped.
1025 * runtime-po/Rules-quot: New file, copied from po/.
1026 * runtime-po/quot.sed: Likewise.
1027 * runtime-po/boldquot.sed: Likewise.
1028 * runtime-po/en@quot.header: Likewise.
1029 * runtime-po/en@boldquot.header: Likewise.
1030 * runtime-po/insert-header.sin: Likewise.
1031 * runtime-po/remove-potcdate.sin: Likewise.
1032 * runtime-po/Makevars: New file.
1033 * runtime-po/POTFILES.in: New file.
1034 * runtime-po/LINGUAS: New file.
1035 * runtime-po/bison-runtime.pot: New file.
1036 * runtime-po/de.po: New file.
1037 * m4/bison.m4: New file.
1038 * Makefile.am (SUBDIRS): Add runtime-po.
1039 (aclocaldir, aclocal_DATA): New variables.
1040 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
1041 Define aclocaldir.
1042 * src/getargs.c (usage): Document --print-localedir option.
1043 (PRINT_LOCALEDIR_OPTION): New enum item.
1044 (long_options): Add --print-localedir option.
1045 (getargs): Handle --print-localedir option.
1046 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
1047 (Internationalization): New section.
1048
22dda0f0
AD
10492005-07-12 Akim Demaille <akim@epita.fr>
1050
1051 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
1052 for consistency with the rest of the code.
1053 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
1054 Add separators.
1055
82b248ad
AD
10562005-07-12 Akim Demaille <akim@epita.fr>
1057
1058 * src/parse-gram.y: Use %printer instead of YYPRINT.
1059
fa0e9314
AD
10602005-07-12 Akim Demaille <akim@epita.fr>
1061
867a3e00
AD
1062 * src/symtab.h, src/symtab.c (symbol_print): New.
1063 * src/symlist.h, src/symlist.c (symbol_list_print): New.
1064 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
1065
10662005-07-12 Akim Demaille <akim@epita.fr>
1067
1068 * data/glr.c (b4_syncline): Fix (swap) the definitions of
fa0e9314
AD
1069 b4_at_dollar and b4_dollar_dollar.
1070
e054b190
PE
10712005-07-11 Paul Eggert <eggert@cs.ucla.edu>
1072
1073 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
1074 and Pennello's paper.
1075
34160ec4
PE
10762005-07-09 Paul Eggert <eggert@cs.ucla.edu>
1077
407d4a75
PE
1078 * data/yacc.c (yyparse): Undo previous patch. Instead,
1079 set yylsp[0] and yyvsp[0] only if the initial action
1080 sets yylloc and yylval, respectively.
1081
34160ec4
PE
1082 * data/yacc.c (yyparse): In the initial action, set
1083 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
1084 This avoids the use of undefined variables if the initial
1085 action does not set yylloc and/or yylval.
1086
c3d5a4a7
PE
10872005-07-07 Paul Eggert <eggert@cs.ucla.edu>
1088
b34d96c1
PE
1089 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
1090 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
1091 Remove from CVS. These files are automatically generated.
1092 * examples/extexi: Clarify that this file is now part of Bison,
1093 not GNU M4, and that it works with any POSIX-compatible Awk.
1094 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
1095 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
1096 so that we also get calc++-parser.yy. Geneate it.
1097 Use $(AWK), not gawk, since any conforming Awk will do.
1098 Put comment before action, since older 'make' can't handle comment
1099 in action.
1100 $(BUILT_SOURCES): List all built sources, not just some of them.
1101 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
1102 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
1103 $($(calc_sources_generated)): Remove unnecessary test for existence
1104 of target. (This had a shell syntax error anyway; a stray "x".)
1105 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
1106 calc++-parser.yy.
1107 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
1108
c3d5a4a7
PE
1109 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
1110 implied by the other modules.
1111
828c373b
AD
11122005-07-06 Akim Demaille <akim@epita.fr>
1113
1114 Bind examples/calc++ to the package.
1115 * examples/calc++/Makefile: Remove, replaced by...
1116 * examples/calc++/Makefile.am: ... this new file.
1117 * examples/calc++/test: Remove input.
1118 * examples/calc++/compile: Remove.
1119 * examples/Makefile.am: New.
1120 * configure.ac, Makefile.am: Adjust.
1121 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
1122
63cb01d6
PE
11232005-07-05 Paul Eggert <eggert@cs.ucla.edu>
1124
fd2df2ed
PE
1125 * data/glr.c (yyFail): Drastically simplify; since the format argument
1126 never had any % directives, we can simply pass it to yyerror.
1127 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
1128 be modified later, as that is the usual style in glr.c.
1129 Problems reported by Paul Hilfinger.
1130
63cb01d6
PE
1131 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
1132 and size overflow errors.
1133 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
1134 in case the user prolog sets feature-test macros like _GNU_SOURCE.
1135 (YYSIZEMAX): New macro.
1136 (yystpcpy): New function, taken from yacc.c.
1137 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
1138 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
1139 so that we don't have to maintain their signatures.
1140 (yyFail): Check for buffer overflow, by using vsnprintf rather
1141 than vsprintf. Allocate a bigger buffer if possible.
1142 Report an error if buffer allocation fails.
1143 (yyStackOverflow): New function.
1144 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
1145 the initialization was successful. It might fail if storage was
1146 exhausted.
1147 (yyexpandGLRStack): Add more checks for storage allocation failure.
1148 Use yyStackOverflow to report failures.
1149 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
1150 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
1151 Don't assume stack number fits in int.
1152 (yysplitStack): Check for storage allocation failure.
1153 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
1154 can print diagnostics on storage allocation failure. All callers
1155 changed.
1156 (yyresolveValue): Use yybool for boolean.
1157 (yyreportSyntaxError): Check for size-calculation overflow.
1158 This code is taken from yacc.c.
1159 (yyparse): Check for storage allocation errors when allocating
1160 the initial stack.
1161
1c59e0a1
AD
11622005-07-05 Akim Demaille <akim@epita.fr>
1163
1164 Extract calc++ from the documentation.
1165 * doc/bison.texinfo (Calc++): Add the extraction marks.
1166 * examples/extexi: New, from the aborted GNU Programming 2E.
1167 Separate the different paragraph of a file with empty lines.
1168 * examples/Makefile: Use it to extract the whole calc++ example.
1169
8a0adb01
AD
11702005-06-24 Akim Demaille <akim@epita.fr>
1171
1172 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
1173 class typedefs.
1174
12545799
AD
11752005-06-22 Akim Demaille <akim@epita.fr>
1176
1177 * doc/bison.texinfo (C++ Language Interface): First stab.
1178 (C++ Parsers): Remove.
1179
99be0235
AD
11802005-06-22 Akim Demaille <akim@epita.fr>
1181
1182 * data/lalr1.cc (yylex_): Honor %lex-param.
1183
0ffd4fd1
AD
11842005-06-22 Akim Demaille <akim@epita.fr>
1185
1186 Start a set of simple examples.
1187 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
1188 * examples/calc++/calc++-driver.hh,
1189 * examples/calc++/calc++-parser.yy,
1190 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
1191 * examples/calc++/compile, examples/calc++/test: New.
1192
0925ebb4
PE
11932005-06-09 Paul Eggert <eggert@cs.ucla.edu>
1194
1195 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
1196 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
1197 which stems from the 2005-05-27 patch.
1198
43d3b664
PH
11992005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
1200
1201 * data/glr.c: Modify treatment of unused parameters to permit use
1202 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
1203
3062864d
PE
12042005-05-30 Paul Eggert <eggert@cs.ucla.edu>
1205
1206 Fix infringement on user name space reported by Janos Zoltan Szabo.
1207 * data/yacc.c (yyparse): strlen -> yystrlen.
1208
989b5b8e
AD
12092005-05-30 Akim Demaille <akim@epita.fr>
1210
1211 * data/lalr1.cc (_): New.
1212 Translate the various messages.
1213
bedf57f5
PE
12142005-05-27 Paul Eggert <eggert@cs.ucla.edu>
1215
1216 Fix infringement on user name space reported by Bruno Haible.
1217 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
1218 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
1219 the user's name space.
1220 (alloca): Include <stdlib.h> to get it, if it's not built in.
1221 (YYMALLOC, YYFREE): Define only if needed.
1222 (malloc, free): Declare, but only if needed, as this infringes on
1223 the user name space.
1224
4d1801f1
PE
12252005-05-25 Paul Eggert <eggert@cs.ucla.edu>
1226
1227 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
1228 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
1229 with %d format.
1230 * lib/ebitset.c (min, max): Undef before defining.
1231 * lib/vbitset.c (min, max): Likewise.
1232 * lib/subpipe.c (create_subpipe): Save local variables in case
1233 vfork clobbers them.
1234
12352005-05-24 Bruno Haible <bruno@clisp.org>
1236
1237 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
1238 error message syntax used by gcc-4.0.
1239
b94a9e1e
PE
12402005-05-23 Paul Eggert <eggert@cs.ucla.edu>
1241
85ac3861
PE
1242 * README: Mention m4 1.4.3. Remove obsolete advice about
1243 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
1244
b94a9e1e
PE
1245 * bootstrap: Remove workaround for problem I encountered with
1246 gettext 0.14.1; it seems to be fixed now.
1247
51c30d21
PE
12482005-05-22 Paul Eggert <eggert@cs.ucla.edu>
1249
009ce67d
PE
1250 * NEWS: Version 2.0a.
1251
f2a97c62
PE
1252 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
1253 the previous change.
1254
c8775f93
PE
1255 Various maintainer cleanups.
1256 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
1257 conftest*, for benefit of CVS commands run at the same time as
1258 "configure". Add build-aux, since "bootstrap" now creates it and
1259 its subfiles.
1260 * Makefile.cfg (move_if_change): Remove.
1261 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
1262 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
1263 (po_repo, do-po-update, po-update, wget_files, get-targets):
1264 (config.guess-url_prefix, config.sub-url_prefix):
1265 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1266 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
1267 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
1268 Remove.
1269 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
1270 this is now the recommended name.
1271 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
1272 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
1273 ylwrap. These files now go into build-aux.
1274 * config/move-if-change: Remove.
1275 * config/prev-version.txt: Bump from 1.75 to 2.0.
1276
3ea5f0ec
PE
1277 * bootstrap: Add stdio-safer, unistd-safer modules.
1278 Remove m4/glibc2.m4 (introduced by latest gnulib, but
1279 we don't need it).
1280 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
1281 fopen-safer.c, stdio-safer.h, unistd-safer.h.
1282 * lib/subpipe.c: Include "unistd-safer.h".
1283 (create_subpipe): Make sure all the newly-created
1284 file descriptors are > 2, so that diagnostics don't
1285 get sent down them (which might cause Bison to hang, in theory).
1286 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
1287 * src/files.c (xfopen): Use fopen_safer, not fopen.
1288
51c30d21
PE
1289 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
1290 yesterday's yacc.c fix.
1291
cea1469d
PE
12922005-05-21 Paul Eggert <eggert@cs.ucla.edu>
1293
3ea5f0ec
PE
1294 * data/glr.c, data/lalr1.cc: Update copyright date.
1295
cea1469d
PE
1296 Fix a destructor bug reported by Wolfgang Spraul in
1297 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
1298 * data/yacc.c (yyabortlab): Don't call destructor, and
1299 don't set yychar to EMPTY.
1300 (yyoverflowlab): Don't call destructor.
1301 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
1302 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
1303 since we no longer output the message "discarding lookahead token
1304 end of input ()".
1305
5e6f62f2
PH
13062005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
1307
1308 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
1309 fix a small glitch in debugging output.
1310 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
1311 after YY_SYMBOL_PRINT where needed.
1312
1313 (struct yyGLRState): Add some comments.
1314 (struct yySemanticOption): Add some comments.
1315 (union yyGLRStackItem): Add comment.
1316
1317 (yymergeOptionSets): Correct this to properly perform the union,
1318 avoiding infinite reported by Michael Rosien.
1319 Update comment.
1320
1321 * tests/glr-regression.at: Add test for GLR merging error reported
1322 by M. Rosien.
cea1469d 1323
0fb669f9
PE
13242005-05-13 Paul Eggert <eggert@cs.ucla.edu>
1325
1326 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
1327 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
1328 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
1329 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
1330 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
1331 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
1332 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
1333 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
1334 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
1335 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
1336 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
1337 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
1338 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
1339 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
1340 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
1341 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
1342 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
1343 src/derives.h, src/files.c, src/files.h, src/getargs.c,
1344 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
1345 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
1346 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
1347 src/output.h, src/parse-gram.c, src/parse-gram.h,
1348 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
1349 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
1350 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
1351 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
1352 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
1353 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
1354 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
1355 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
1356 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
1357 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
1358 tests/reduce.at, tests/regression.at, tests/sets.at,
1359 tests/synclines.at, tests/testsuite.at, tests/torture.at:
1360 Update FSF postal mail address.
1361
51f4735e
PE
13622005-05-11 Paul Eggert <eggert@cs.ucla.edu>
1363
1364 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
1365 Problem reported by Ralf Menzel.
1366
80ce3401
PE
13672005-05-01 Paul Eggert <eggert@cs.ucla.edu>
1368
1369 * tests/actions.at: Test that stack overflow invokes destructors.
1370 From Marcus Holland-Moritz.
1371 * data/yacc.c (yyerrlab): Move the code that destroys the stack
1372 from here....
1373 (yyreturn): to here. That way, destructors are called properly
1374 even if the stack overflows, or the user calls YYACCEPT or
1375 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
1376 (yyoverflowlab): Destroy the lookahead.
1377
13782005-04-24 Paul Eggert <eggert@cs.ucla.edu>
1379
1380 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
1381
72f000b0
PE
13822005-04-17 Paul Eggert <eggert@cs.ucla.edu>
1383
1384 * NEWS: Bison-generated C parsers no longer quote literal strings
1385 associated with tokens.
1386 * src/output.c (prepare_symbols): Don't escape strings,
1387 since users don't want to see C escapes.
1388 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
1389 in diagnostics.
c19683bb 1390 * tests/input.at (Torturing the Scanner): Likewise.
72f000b0
PE
1391 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
1392
1094323f
PE
13932005-04-16 Paul Eggert <eggert@cs.ucla.edu>
1394
1395 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
1396 the data size is known to be too small and we can't increase it.
1397 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
1398
ca407bdf
PE
13992005-04-15 Paul Eggert <eggert@cs.ucla.edu>
1400
1401 * src/parse-gram.y: Include quotearg.h.
1402 (string_as_id): Quote $1 before using it as a key, since the
1403 lexer no longer quotes it for us.
1404 (string_content): Don't strip quotes, since lexer no longer
1405 quotes it for us.
1406 * src/scan-gram.l: Include quotearg.h.
1407 ("\""): Omit quote.
1408 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
1409 a key, since the rest of the lexer doesn't quote it.
1410 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
1411 * tests/regression.at (Token definitions): Check for backslashes
1412 in token strings.
1413
1414 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
1415 (YYSIZE_T): Define to unsigned long int when using an older compiler.
1416 (yyparse): Revamp code to generate long syntax error message, to
1417 make it easier to translate, and to avoid problems with arithmetic
1418 overflow. Change "virtual memory" to "memory" in diagnostic, since
1419 we don't know whether the memory is virtual.
1420
1ce59070
PE
14212005-04-13 Paul Eggert <eggert@cs.ucla.edu>
1422
1423 * NEWS: Bison-generated C parsers now use the _ macro to
1424 translate strings.
1425 * data/yacc.c (_) [!defined _]: New macro.
1426 All English strings wrapped inside this macro.
1427 * doc/bison.texinfo (Bison Parser): Document _.
1428 * po/POTFILES.in: Include src/parse-gram.c, since it now
1429 includes translateable strings that parse-gram.y doesn't.
1430
a749a695
PE
14312005-04-12 Paul Eggert <eggert@cs.ucla.edu>
1432
1433 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
1434 reverting the 2004-10-11 change to this function.
1435 (symbol_check_alias_consistency): Don't call symbol_type_set
1436 if the type name is already correct.
1437 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
1438
8fb1053b
PE
14392005-03-25 Paul Eggert <eggert@cs.ucla.edu>
1440
1441 * tests/regression.at (Token definitions): Don't use a token named
1442 c, as that generates a "#define c ..." that runs afoul of buggy
1443 stdlib.h that uses the identifier c as a member of struct
1444 drand48_data. Problem reported by Horst Wente.
1445
ff498c4a
PE
14462005-03-21 Paul Eggert <eggert@cs.ucla.edu>
1447
1448 * bootstrap: Change translation URL from
1449 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
1450 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
1451 redirection glitches. Problem reported by twlevo@xs4all.nl.
1452
65211d70
PE
14532005-03-20 Paul Eggert <eggert@cs.ucla.edu>
1454
1455 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
1456 after operands; POSIX says this isn't portable for the c99 command.
1457
9577fb1f
PE
14582005-03-18 Paul Eggert <eggert@cs.ucla.edu>
1459
1460 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
1461 immediately if a data overrun has occurred; this may help us track
1462 down what may be a spurious failure on MacOS.
1463
78b178f7
PE
14642005-03-17 Paul Eggert <eggert@cs.ucla.edu>
1465
a2599d0f
PE
1466 Respond to problems reported by twlevo@xs4all.nl.
1467
1468 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
1469
78b178f7
PE
1470 * src/vcg.h: Comment fix.
1471 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
1472 (G_CMAX): Change to -1 instead of INT_MAX.
1473
1474 * data/yacc.c (yyparse): Omit spaces before #line.
78b178f7 1475
7296e729
PE
14762005-03-15 Paul Eggert <eggert@cs.ucla.edu>
1477
1478 * src/tables.c (state_number_to_vector_number): Put it inside an
1479 "#if 0", since it's not currently used. Problem reported by
1480 Roland McGrath.
1481
05ac60f3
PE
14822005-03-06 Paul Eggert <eggert@cs.ucla.edu>
1483
1484 * src/output.c (escaped_output): Renamed from
1485 escaped_file_name_output, since we now use it for symbol tags as
1486 well. All uses changed.
1487 (symbol_destructors_output, symbol_printers_output):
1488 Escape symbol tags too.
1489 Problem reported by Matyas Forstner in
1490 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
1491
1492 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
1493 not needed.
1494 * src/output.c (user_actions_output, token_definitions_output,
1495 symbol_destructors_output, symbol_printers_output): Likewise.
1496 * src/reader.c (prologue_augment): Likewise.
1497 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
1498
1499 * src/vcg.c (output_edge): Don't quote linestyle arg.
1500 Problem reported by twlevo@xs4all.nl.
1501
7eb453ac
PE
15022005-02-28 Paul Eggert <eggert@cs.ucla.edu>
1503
1504 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
1505 example, reported by Derek M Jones. Also, make the example even
1506 more outrageous, to better illustrate how bad the problem is.
1507
4c04c52a
PE
15082005-02-24 Paul Eggert <eggert@cs.ucla.edu>
1509
1510 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
1511 putsym. Typo reported by Sebastian Piping.
1512
a61e1620
PE
15132005-02-23 Paul Eggert <eggert@cs.ucla.edu>
1514
1515 * doc/bison.texinfo (Language and Grammar): some -> same
1516 (Epilogue): int he -> in the
1517 Typos reported by Sebastian Piping via Justin Pence.
1518
9ec93868
PE
15192005-02-07 Paul Eggert <eggert@cs.ucla.edu>
1520
1521 * tests/glr-regression.at (Improper handling of embedded actions
1522 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
1523 embedded actions and $-N in GLR parsers", work around an Autoconf bug
1524 with dollar signs in test names.
1525 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
1526 for a similar reason.
1527
73ce7e7e
PE
15282005-01-28 Paul Eggert <eggert@cs.ucla.edu>
1529
1530 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
1531 wants to redefine G_VIEW.
1532
2e72b98e
PE
15332005-01-27 Paul Eggert <eggert@cs.ucla.edu>
1534
1535 * src/vcg.c (get_view_str): Remove case for normal_view.
1536 Problem reported by twlevo@xs4all.nl.
1537
e0d634e5
PE
15382005-01-24 Paul Eggert <eggert@cs.ucla.edu>
1539
ccf830a4
PE
1540 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
1541 Problem reported by twlevo@xs4all.nl.
1542
e0d634e5
PE
1543 * doc/bison.texinfo: Change @dircategory from "GNU programming
1544 tools" to "Software development". Requested by Richard Stallman
1545 via Karl Berry.
1546
7bbc8cb0
PE
15472005-01-23 Paul Eggert <eggert@cs.ucla.edu>
1548
1549 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
1550 Problem reported by twlevo@xs4all.nl.
1551
08b770bc
PE
15522005-01-21 Paul Eggert <eggert@cs.ucla.edu>
1553
1554 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
1555 keyword; it's not needed with modern compilers, and it doesn't
1556 affect correctness with older compilers. Suggested by
1557 twlevo@xs4all.nl.
1558
95f22ad2
PE
15592005-01-17 Paul Eggert <eggert@cs.ucla.edu>
1560
1561 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
1562 gcc -Wswitch-default.
1563 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
1564 * data/yacc.c (yyparse): Likewise.
1565
d229d15c
PE
15662005-01-12 Paul Eggert <eggert@cs.ucla.edu>
1567
1568 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
1569 already. Let config.h define any nonstandard values.
1570
ecadd90f
PE
15712005-01-10 Paul Eggert <eggert@cs.ucla.edu>
1572
1573 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
1574 for the benefit of slower hosts. Problem reported by
1575 Nelson H. F. Beebe.
1576
213744b5
PE
15772005-01-07 Paul Eggert <eggert@cs.ucla.edu>
1578
1579 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
1580 being defined and not used.
1581 * data/lalr1.cc (yyparse): Likewise.
1582 Use "if (false)" rather than "if (0)".
1583
249d3236
PE
15842005-01-05 Paul Eggert <eggert@cs.ucla.edu>
1585
1586 * TODO: Mention that we should allow NUL bytes in tokens.
1587
987cc1fb
PE
15882005-01-02 Paul Eggert <eggert@cs.ucla.edu>
1589
1590 * src/scan-skel.l (<<EOF>>): Don't close standard output.
1591 Problem reported by Hans Aberg.
1592
08fe02d9
PE
15932005-01-01 Paul Eggert <eggert@cs.ucla.edu>
1594
1595 * src/getargs.c (version): Happy new year; update overall
1596 program copyright date from 2004 to 2005.
1597
1598 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
1599 Problem reported by Hans Aberg.
1600 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
1601 (Output file names.): Add a test for the case when standard output
1602 is closed.
1603
010c0266
PE
16042004-12-26 Paul Eggert <eggert@cs.ucla.edu>
1605
1606 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
1607 to fix an oversight in the Bison 2.0 manual.
1608
da12206a
PE
16092004-12-25 Paul Eggert <eggert@cs.ucla.edu>
1610
1611 * NEWS: Version 2.0. Reformat the existing news items since
1612 1.875, so that related items are grouped together.
3a4734aa 1613 * configure.ac (AC_INIT): Bump version to 2.0.
da12206a
PE
1614 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
1615
c935d934
PE
1616 * tests/torture.at (Exploding the Stack Size with Alloca): Set
1617 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
1618 otherwise, we're not testing alloca. Unfortunately there's no
1619 simple way to consult HAVE_ALLOCA here.
1620
da12206a
PE
1621 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
1622 for yymsg, too.
1623
1624 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
1625 hand. This avoids a warning about comparing int to size_t when
1626 GCC warnings are enabled.
1627
0a2c5137
PE
16282004-12-22 Paul Eggert <eggert@cs.ucla.edu>
1629
d7e14fc0
PE
1630 * NEWS: Bison-generated parsers no longer default to using the
1631 alloca function (when available) to extend the parser stack, due
1632 to widespread problems in unchecked stack-overflow detection.
1633 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
1634 responsibility to set it to a positive value. This lets the user
1635 specify a value that is not a preprocessor constant.
1636 * data/yacc.c (YYMAXDEPTH): Likewise.
1637 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
1638 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
1639 to be a compile-time constant. However, explain the constraints on it.
1640 Also, explain the constraints on YYINITDEPTH.
1641 (Table of Symbols): Explain that alloca is no longer the default.
1642 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
1643 to 1.
1644
0a2c5137
PE
1645 * doc/bison.texinfo (Location Default Action): Mention that n must
1646 be zero when k is zero. Suggested by Frank Heckenbach.
1647
e019c247
AD
16482004-12-22 Akim Demaille <akim@epita.fr>
1649
1650 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
1651 (parser::state_type, parser::semantic_type, parser::location_type):
1652 Private, not public.
1653 (parser::parse): Return ints, not bool.
1654 Returning a bool introduces a problem: 0 corresponds to false, and
1655 it seems weird to return false on success. Returning true changes
1656 the conventions for yyparse.
1657 Alternatively we could return void and send an exception.
1658 There is no clear consensus (yet?).
1659 (state_stack, semantic_stack, location_stack): Rename as...
1660 (state_stack_type, semantic_stack_type, location_stack_type): these.
1661 Private, not public.
1662 * tests/c++.at: New.
1663 * tests/testsuite.at, tests/Makefile.am: Adjust.
1664
72731bb7
AD
16652004-12-21 Akim Demaille <akim@epita.fr>
1666
1667 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
1668
9a0d8bec
AD
16692004-12-21 Akim Demaille <akim@epita.fr>
1670
1671 Don't impose std::string for filenames.
1672
1673 * data/lalr1.cc (b4_filename_type): New.
1674 (position::filename): Use it.
1675 (parser.hh): Move the inclusion of stack.hh and location.hh below
1676 the user code, so that needed headers for the filename type can be
1677 included first.
72731bb7
AD
1678 Forward declare them before the user code.
1679 * tests/Makefile.am (check-local, installcheck-local): Pass
1680 TESTSUITEFLAGS to the TESTSUITE.
9a0d8bec 1681
99880de5
AD
16822004-12-20 Akim Demaille <akim@epita.fr>
1683
1684 Use more STL like names: my_class instead of MyClass.
1685
1686 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
1687 (SemanticStack, SemanticType, StateStack, StateType)
1688 (TokenNumberType, Stack, Slice, Traits, Parser::location)
1689 (Parser::value): Rename as...
1690 (location_stack, location_type, rhs_number_type, semantic_stack)
1691 (semantic_type, state_stack, state_type, token_number_type, stack)
1692 (slice, traits, parser::yylloc, parser::yylval): these.
1693
1694 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
1695
9bec482e
PE
16962004-12-19 Paul Eggert <eggert@cs.ucla.edu>
1697
1698 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
1699 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
1700
f6fbd3da
PE
17012004-12-17 Paul Eggert <eggert@cs.ucla.edu>
1702
1703 Remove uses of 'short int' and 'unsigned short int'. This raises
1704 some arbitrary limits. It uses more memory but nowadays that's
1705 not much of an issue.
1706
1707 This change does not affect the generated parsers; that's a different
1708 task, as some users will want to conserve memory there.
1709
1710 Ideally we should use size_t to represent all object counts, and
1711 something like ptrdiff_t to represent signed differences of object
1712 counts; but that will require more code-cleanup than I have the
1713 time to do right now.
1714
1715 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
1716 Use size_t, not int or short int, to count objects.
1717 * src/closure.c (nritemset, closure): Likewise.
1718 * src/closure.h (nritemset, closure): Likewise.
1719 * src/nullable.c (nullable_compute): Likewise.
1720 * src/print.c (print_core): Likewise.
1721 * src/print_graph.c (print_core): Likewise.
1722 * src/state.c (state_compare, state_hash): Likewise.
1723 * src/state.h (struct state): Likewise.
1724 * src/tables.c (default_goto, goto_actions): Likewise.
1725
1726 * src/gram.h (rule_number, rule): Use int, not short int.
1727 * src/output.c (prepare_rules): Likewise.
1728 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
1729 errs, reductions): Likewise.
1730 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
1731 Likewise.
1732 * src/tables.c (vector_number, tally, action_number,
1733 ACTION_NUMBER_MINIMUM): Likewise.
1734 * src/output.c (muscle_insert_short_int_table): Remove.
1735
efeed023
AD
17362004-12-17 Akim Demaille <akim@epita.fr>
1737
1738 * data/lalr1.cc: Extensive Doxygenation.
1739 (error_): Rename as...
1740 (error): this, since it is visible to the user.
1741 Adjust callers.
1742 (Parser::message): Now an automatic variable from...
1743 (Parser::yyreport_syntax_error_): here.
1744 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
1745 Parser::error.
1746 * tests/input.at: Escape $.
1747
bc82c5a5
PE
17482004-12-16 Paul Eggert <eggert@cs.ucla.edu>
1749
1750 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
1751 Parenthesize rhs to avoid obscure problems with mistakes like
1752 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
1753 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
1754 b4_rhs_location): Likewise.
1755 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
1756 b4_rhs_location): Likewise.
1757
fd19f271
AD
17582004-12-16 Akim Demaille <akim@epita.fr>
1759
1760 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
1761 yacc.c: be sure to stay within yycheck_.
1762 * tests/actions.at: Re-enable C++ tests.
1763
10454ea4
AD
17642004-12-16 Akim Demaille <akim@epita.fr>
1765
1766 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
1767 real.
1768
c5b95ccf
AD
17692004-12-16 Akim Demaille <akim@epita.fr>
1770
1771 Use #define to handle the %name-prefix.
1772
1773 * data/glr.c, data/yacc.c: Comment changes.
1774 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
1775 so that one can refer to yylex in the parser file, and have it
1776 renamed, as is the case with other skeletons.
1777
617a8f12
AD
17782004-12-16 Akim Demaille <akim@epita.fr>
1779
1780 Move lalr1.cc internals into yy*.
1781
1782 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
1783 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
1784 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
1785 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
1786 (empty_, final_, terror_, errcode_, ntokens_)
1787 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
1788 (looka_, ilooka_, error_range_, nerrs_):
1789 Rename as...
1790 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
1791 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
1792 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
1793 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
1794 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
1795 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
1796 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
1797 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
1798 these.
1799
1e547e6e
PE
18002004-12-15 Paul Eggert <eggert@cs.ucla.edu>
1801
1802 Fix some problems reported by twlevo at xs4all.
1803 * src/symtab.c (symbol_new): Report an error if the input grammar
1804 contains too many symbols. This is better than calling abort() later.
1805 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
1806 (struct node, struct graph):
1807 Rename member expand to stretch. All uses changed.
1808 (struct graph): Remove member layoutalgorithm. All uses removed.
1809 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
1810 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
1811 All uses changed.
1812 (N_STRETCH): Rename from N_EXPAND. All uses changed.
1813
735d6bd4
AD
18142004-12-15 Akim Demaille <akim@epita.fr>
1815
1816 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
1817 Add more Doxygen comments.
1818 (symprint_, stack_print_, reduce_print_, destruct_, pop)
1819 (report_syntax_error_, translate_): Rename as...
1820 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
1821 (yypop_, yyreport_syntax_error_, yytranslate_): this.
1822
2e1f5829
AD
18232004-12-15 Akim Demaille <akim@epita.fr>
1824
1825 * data/lalr1.cc (lex_): Rename as...
1826 (yylex_): this.
1827 Move the trace here.
1828 Take the %name-prefix into account.
1829 Reported by Alexandre Duret-Lutz.
1830
a3cb6248
AD
18312004-12-15 Akim Demaille <akim@epita.fr>
1832
1833 Simplify the C++ parser constructor.
1834
1835 * data/lalr1.cc (debug_): Rename as...
1836 (yydebug_): so that the parser's internals are always in the yy*
1837 pseudo namespace.
1838 Adjust uses.
1839 (b4_parse_param_decl): Remove the leading comma as it is now only
1840 called as unique argument list.
1841 (Parser::Parser): Remove the constructor accepting a location and
1842 an initial debugging level.
1843 Remove from the other ctor the argument for the debugging level.
1844 (debug_level_type, debug_level, set_debug_level): New.
1845
1846 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
1847 constructor calls.
1848
07fed891
AD
18492004-12-15 Akim Demaille <akim@epita.fr>
1850
1851 Remove b4_root related material: failure experiment
a3cb6248 1852 (which goal was to allow to derive from a class).
07fed891
AD
1853
1854 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
1855 definitions and uses.
1856
e603eaa5
PE
18572004-12-14 Paul Eggert <eggert@cs.ucla.edu>
1858
1859 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
1860 not 2, since it's not portable to subtract 1 from the start of an
1861 array. The new item 0 is never set or used. All uses changed.
1862
1863 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
1864 the default definition of YYLLOC_DEFAULT. Problem reported
1865 by Frank Heckenbach.
1866
fafb007d
PE
18672004-12-12 Paul Eggert <eggert@cs.ucla.edu>
1868
1869 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
1870 the normal case and one for the error case. Just use the
1871 first one uniformly. Problem reported by Frank Heckenbach.
1872 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
1873 use exactly the same macro in both places.
1874 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
1875 so that the normal-case YYRHSLOC works for the error case too.
1876 All uses changed.
1877 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
1878 (YYLLOC_DEFAULT): Use the same macro as glr.c.
1879 * doc/bison.texinfo (Location Default Action): Don't claim that
1880 we have an array of locations. Use the same macro for both glr
1881 and lalr parsers. Mention YYRHSLOC. Mention what happens when
1882 the index is 0.
1883
48814dcd
PE
18842004-12-10 Paul Eggert <eggert@cs.ucla.edu>
1885
a4e1a53b
PE
1886 * HACKING: Update email addresses to send announcements to.
1887
48814dcd
PE
1888 * configure.ac (AC_INIT): Bump version to 1.875f.
1889
337116ba
PE
18902004-12-10 Paul Eggert <eggert@cs.ucla.edu>
1891
1892 * NEWS: Version 1.875e.
1893 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
1894
1895 * src/scan-skel.l: Include "complain.h", for "fatal".
1896
1897 * src/relation.h (relation_print, relation_digraph):
1898 Relation sizes are of type relation_node, not size_t (this is
1899 merely a doc fix, since the two types are equivalent).
1900 (relation_transpose): Relation sizes are of type relation_node,
1901 not int.
1902 * src/relation.c: Likewise.
1903 (top, infinity): Now of type relation_node, not int.
1904 (traverse, relation_transpose): Use relation_node, not int.
1905
1906 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
1907 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
1908 (yyparse): Remove unused local introduced in 2004-10-25 patch.
1909
1910 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
68b082af 1911 specifying whether the test should be skipped. Use it tp
337116ba 1912 specify that the [%defines %skeleton "lalr1.cc"] tests currently
68b082af 1913 fail on some hosts, and should be skipped.
337116ba 1914
da2a7671
PE
19152004-12-08 Paul Eggert <eggert@cs.ucla.edu>
1916
1917 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
1918 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
1919 unless otherwise specified below.
1920
1921 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
1922 to allocate kernel_base, kernel_items, kernel_size, since
1923 they needn't be initialized to 0.
1924 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
1925 * src/closure.c (new_closure): Likewise, for itemset.
1926 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
1927 * src/lalr.c (set_goto_map): Likewise, for temp_map.
1928 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
1929 (build_relations): Likewise for edge, states1, includes.
1930 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
1931 * src/reader.c (packgram): Likewise, for ritem, rules.
1932 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
1933 * src/relation.c (relation_digraph): Likewise for VERTICES.
1934 (relation_transpose): Likewise for new_R, end_R.
1935 * src/symtab.c (symbols_token_translations_init): Likewise for
1936 token_translations.
1937 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
1938 (token_actions): Likewise for yydefact, actrow, conflrow,
1939 conflict_list.
1940 (save_column): Likewise for froms[symno], tos[symno].
1941 (goto_actions): Likewise for state_count.
1942 (pack_table): Likewise for base, pos, check.
1943 (tables_generate): Likewise for width.
1944
1945 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
1946 for initial core. Just have a separate core, so we needn't worry
1947 about whether kernel_size and kernel_base are initialized.
1948
1949 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
1950 kernel_size, kernel_items): Remove unnecessary initialization.
1951 * src/conflicts.c (conflicts): Likewise.
1952 * src/derives.c (derives): Likewise.
1953 * src/muscle_tablc (muscle_insert): Likewise.
1954 * src/relation.c (relation_digraph): Likewise.
1955 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
1956 conflrow, conflict_table, conflict_list, table, check):
1957 Likewise.
1958
1959 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
1960 This is because all callers pass unsigned int.
1961 * src/closure.h (new_closure): Likewise.
1962
1963 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
1964 (build_relations): Initialize includes[i] in all cases.
1965 * src/reader.c (packgram): Always initialize rules[ruleno].prec
1966 and rules[ruleno].precsym. Initialize members in order.
1967 * src/relation.c (relation_transpose): Always initialize new_R[i]
1968 and end_R[i].
1969 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
1970
1971 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
1972 conflict_list[0] was always 0, but now it isn't initialized.
1973
1974 * src/table.c (table_grow): When conflict_table grew, the grown
1975 area wasn't cleared. Fix this.
1976
1977 * lib/.cvsignore: Add strdup.c, strdup.h.
1978 * m4/.cvsignore: Add strdup.m4.
1979
00baeeac
PE
19802004-12-07 Paul Eggert <eggert@cs.ucla.edu>
1981
1982 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
1983 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
1984 GOTO_NUMBER_MAXIMUM, since we occasionally compute
1985 ngotos + 1 without checking for overflow.
1986 (build_relations): Use END_NODE, not -1, to denote end of edges.
1987 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
1988 build_relations): Use goto_number, not int, for goto numbers.
1989 * src/tables.c (save_column, default_goto): Likewise.
1990
be3d9d42
AD
19912004-11-23 Akim Demaille <akim@epita.fr>
1992
1993 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
1994 of #defining from yystype.
1995 Don't typedef yystype, C++ does not need it.
1996 This lets it possible to forward declare it as union.
1997
78e526d5
PE
19982004-11-23 Paul Eggert <eggert@cs.ucla.edu>
1999
2000 * bootstrap (gnulib_modules): Add extensions.
2001 Problem reported by Jim Meyering.
2002
afbb696d
PE
20032004-11-22 Paul Eggert <eggert@cs.ucla.edu>
2004
2005 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
2006 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
2007 src/system.h, src/tables.c: XFREE -> free, to accommodate
2008 recent change to gnulib xalloc.h.
78e526d5 2009 Problem reported by Jim Meyering.
afbb696d 2010
c1f8f16a
AD
20112004-11-17 Akim Demaille <akim@epita.fr>
2012
2013 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
2014
20152004-10-28 Akim Demaille <akim@epita.fr>,
9a1e9989
AD
2016 Alexandre Duret-Lutz <adl@gnu.org>
2017
2018 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
2019 changes.
2020 (YYCDEBUG): Adjust.
2021 Use it instead of cdebug_.
2022 (Parser::debug_stream, Parser::set_debug_stream): New.
2023 (Parser::symprint_): Define cdebug_ for temporary backward
2024 compatibility.
2025 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
2026 debug_stream ().
2027
68e11668
AD
20282004-11-17 Akim Demaille <akim@epita.fr>
2029
2030 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
2031 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
2032 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
2033 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
2034
97cbc73e
PE
20352004-10-27 Paul Eggert <eggert@cs.ucla.edu>
2036
2037 * data/glr.c (yyloc_default): Remove; not used.
2038 Problem reported by Frank Heckenbach.
2039
e342c3be
AD
20402004-10-25 Akim Demaille <akim@epita.fr>
2041
2042 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
2043 Introduce another definition to address simple location arrays.
2044 (yyGLRStack): New member: yyerror_range.
2045 (yyrecoverSyntaxError, yyparse): Update it.
2046 (yyrecoverSyntaxError): Use it when shifting the error token to
2047 have an accurate range, equivalent to the one computed by both
2048 yacc.c and lalr1.cc.
2049 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
2050 that column numbers start at column 0, as per GNU Coding
2051 Standards, the others tests, and the doc.
2052 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
2053 Adjust to the above change (first column is 0).
2054 And adjust the location of the "<error>", now covering the whole
2055 line.
2056
93602feb 20572004-10-22 Akim Demaille <akim@epita.fr>
04098407 2058 and Paul Eggert <eggert@cs.ucla.edu>
93602feb
PE
2059
2060 Remove some arbitrary limits on goto numbers and relations.
2061 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
2062 initial values, since they're never used.
2063 (set_goto_map): ngotos is now unsigned, so test for overflow
2064 by seeing whether it wraps around to zero.
2065 * src/lalr.h (goto_number): Now size_t, not short int.
2066 (GOTO_NUMBER_MAXIMUM): Remove.
2067 * src/relation.c (relation_print, traverse, relation_transpose):
2068 Check for END_NODE rather than looking at sign.
2069 * src/relation.h (END_NODE): New macro.
2070 (relation_node): Now size_t, not short int.
2071
dba08b04
PE
20722004-10-22 Paul Eggert <eggert@cs.ucla.edu>
2073
2074 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
2075 keyword, not an identifier. Problem reported by Baron Schwartz in
2076 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
2077
df09ef2e
AD
20782004-10-11 Akim Demaille <akim@epita.fr>
2079
2080 * src/symtab.c (symbol_check_alias_consistency): Also check
2081 type names, destructors, and printers.
2082 Reported by Alexandre Duret-Lutz.
2083 Recode the handling of associativity and precedence in terms
2084 of symbol_precedence_set.
2085 Accept no redeclaration at all, not even equal to the previous
2086 value.
2087 (redeclaration): New.
2088 Use it to factor redeclaration complaints.
2089 (symbol_make_alias): Don't set the type of the alias, let
2090 symbol_check_alias_consistency do it as for other features.
2091 * src/symtab.h (symbol): Add new member prec_location, and
2092 type_location.
2093 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
2094 * tests/input.at (Incompatible Aliases): New.
2095
146bc99d
PE
20962004-10-09 Paul Eggert <eggert@cs.ucla.edu>
2097
2098 .cvsignore fixes to accommodate gnulib changes,
2099 and the practice of naming build directories "_build".
2100 * .cvsignore: Add "_*". Sort.
2101 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
2102 * m4/.cvsignore: Add "*_gl.m4".
2103
e503aa60
AD
21042004-10-06 Akim Demaille <akim@epita.fr>
2105
2106 * src/parse-gram.y (add_param): Fix the truncation of trailing
2107 spaces.
2108
b4a20338
AD
21092004-10-05 Akim Demaille <akim@epita.fr>
2110
2111 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
2112 whether the reducion was empty or not. This leaves room to
2113 improve the use of YYLLOC_DEFAULT in such a case.
2114 lalr1.cc is still experimental, so changing this is acceptable.
2115 And finally, there are probably not many users who changed the
2116 handling of locations in GLR, so changing is admissible too.
2117
2118 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
2119 empty reduction, set @$ to an empty location ending the previously
2120 stacked symbol.
2121 Adjust uses to make sure the code is triggered on empty
2122 reductions.
2123 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
2124 expected output: empty reductions have empty locations.
2125
f85a5e6f
AD
21262004-09-29 Akim Demaille <akim@epita.fr>
2127
2128 * data/lalr1.cc: Move towards a more standard C++ coding style
2129 for templates: Class < T > -> Class<T>.
2130
b203fc2c
AD
21312004-09-29 Akim Demaille <akim@epita.fr>
2132
2133 * data/lalr1.cc: Reinstall the former ctor, for sake of
2134 compatibility, but warn it will be removed.
2135 Move towards a more standard C++ coding style (i.e., type *var ->
2136 type* var).
2137
5b7e1e73
PE
21382004-09-27 Paul Eggert <eggert@cs.ucla.edu>
2139
3fee967f
PE
2140 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
2141 since it's less likely to work if NULs are involved in the future.
5b7e1e73 2142
0dcca5c2
AD
21432004-09-27 Akim Demaille <akim@epita.fr>
2144
2145 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
2146
6dde1c82
AD
21472004-09-27 Akim Demaille <akim@epita.fr>
2148
2149 * data/lalr1.cc (b4_parse_param_decl_1): New.
b203fc2c 2150 (b4_parse_param_decl): Use it to have different names between attribute
6dde1c82
AD
2151 and argument names.
2152 (b4_cc_constructor_call): Likewise.
2153
b233d555
AD
21542004-09-24 Akim Demaille <akim@epita.fr>
2155
2156 * src/parse-gram.y (add_param): Strip the leading and trailing
2157 blanks from a formal argument declaration.
2158 (YY_LOCATION_PRINT): New.
2159
619404e3
AD
21602004-09-24 Akim Demaille <akim@epita.fr>
2161
2162 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
2163 after the location.
2164
dd8d9022
AD
21652004-09-24 Akim Demaille <akim@epita.fr>
2166
2167 * doc/bison.texinfo (Table of Symbols): Sort.
2168
0092f063
AD
21692004-09-21 Akim Demaille <akim@epita.fr>
2170
2171 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
2172 the useless parentheses.
2173 Suggested by Paul Eggert.
2174
451364ed
AD
21752004-09-20 Akim Demaille <akim@epita.fr>
2176
2177 Let the initial-action act on the look-ahead, and use it for the
2178 "initial push" (corresponding to an hypothetical beginning-of-file).
2179 And let lalr1.cc honor %initial-action.
2180
2181 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
2182 example.
2183 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
2184 (Parser::Parser): Remove the ctor that used to initialize it.
2185 (Parser::parse): Like in the other skeletons, issue the "starting
2186 parse" message before any action.
2187 Honor %initial-action.
2188 Initialize the stacks with the lookahead.
2189 * data/yacc.c: Let $$ and @$ in %initial-action designate the
2190 look-ahead.
2191 Push them in the stacks.
2192 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
2193
18d192f0
AD
21942004-09-20 Akim Demaille <akim@epita.fr>
2195
2196 * doc/bison.texinfo (Initial Action Decl): New.
2197
b8458aa5
AD
21982004-09-20 Akim Demaille <akim@epita.fr>
2199
2200 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
2201 clearer criterion to define it.
2202 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
2203 When reducing on an empty RHS, use the latest stacked location as
2204 location.
2205 yylloc is not always available.
2206 * data/glr.c: Likewise.
2207 Also, honor initial-actions.
2208
3fc16193
AD
22092004-09-20 Akim Demaille <akim@epita.fr>
2210
2211 * data/yacc.c (YY_LOCATION_PRINT): New.
2212 Define when we know YYLTYPE's structure, i.e., when the default
2213 YYLLOC_DEFAULT is used.
2214 * data/c.m4 (b4_yysymprint_generate): Use it.
2215 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
2216 value of the result.
2217 (error_start_): Replace with...
2218 (error_range_): this location array.
2219 This allows to replace code relying on the implementation of
2220 locations by portable code.
2221 * data/yacc.c (yylerrsp): Replace with...
2222 (yyerror_range): this.
2223 Every time a token is popped, update yyerror_range[0], to have an
2224 accurate location for the error token.
2225 * data/glr.c (YY_LOCATION_PRINT): New.
2226 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
2227 deference a pointer.
2228 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
2229 report the location in %printers.
2230
2231 * src/scan-skel.l: Instead of abort, report error messages to ease
2232 understanding skeleton scanning failures.
2233
ecfe33e7
AD
22342004-09-16 Akim Demaille <akim@epita.fr>
2235
2236 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
2237 (iterator, const_iterator): these, to be more in the C++ spirit.
2238 Also, return reverse iterators so that when displaying the stack
2239 we display its bottom first.
2240 (Parser::stack_print_, Parser::reduce_print_): Match the messages
2241 from yacc.c.
2242 We should probably use vector here though.
2243
1576d44d
AD
22442004-09-16 Akim Demaille <akim@epita.fr>
2245
2246 Have more complete shift traces.
2247
2248 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
2249 to report Shifts instead of ad hoc YYDPRINTF invocations,
2250 including for the error token.
2251 * data/lalr1.cc (symprint_): Output the location.
2252 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
2253 output the location within the %printer.
2254 Activate GLR tests, at least to make sure they compile properly.
2255 They still don't pass though.
2256 * tests/calc.at: Adjust expect verbose output, since now "Entering
2257 state..." is on a different line than the "Shifting" message.
2258
9c66f418
AD
22592004-09-08 Akim Demaille <akim@epita.fr>
2260
2261 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
2262 Bison directive from the Bison file to the invocation of this
2263 macro, so that these directives are passed to
2264 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
2265 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
2266 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
2267 the extra Bison directives instead of the whole series.
2268 Change the grammar so that there are recoverable errors, and
2269 unrecoverable errors. Now we can have the parser give up before
2270 consuming the whole input. As a result we now can observe that
2271 the lookahead is freed when needed.
2272 Change the parser source to parse argv[1] instead of a hard coded
2273 string.
2274 Simplify yylex, and give a value and location to EOF.
2275 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
2276 passed directives already coded in the file.
2277 Add some tests to check the location of "error".
2278 For some tests, the C++ parser is correct, and not yacc.c.
2279 For other tests, they provide different, but unsatisfying, values,
2280 so keep the C++ value so that at least one parser is "correct"
2281 according to the test suite.
2282 (Actions after errors): Remove, this is subsumed by the
2283 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
2284
52d5733f
AD
22852004-09-06 Akim Demaille <akim@epita.fr>
2286
2287 * data/lalr1.cc: Adjust the indentation of the labels.
04098407 2288 (Parser::pop): New.
52d5733f
AD
2289 Use it.
2290
a0e68930
AD
22912004-09-06 Akim Demaille <akim@epita.fr>
2292
2293 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
2294 argument, an informative message.
2295 Call YY_SYMBOL_PRINT.
2296 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
2297 * data/lalr1.cc (destruct_): Likewise.
2298 In addition, no longer depend on b4_yysymprint_generate and
2299 b4_yydestruct_generate to generate these functions, do it "by
2300 hand".
2301
e757bb10
AD
23022004-09-03 Akim Demaille <akim@epita.fr>
2303
2304 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
2305 invoked, yydestruct the lookahead.
2306 * tests/calc.at (Calculator $1): Update the expected lengths of
2307 traces: there is an added line for the discarded lookahead.
2308 * doc/bison.texinfo (Destructor Decl): Some rewording.
2309 Define "discarded" symbols.
2310
0fe1f06d
AD
23112004-09-02 Akim Demaille <akim@epita.fr>
2312
2313 * data/lalr1.cc (translate_, destruct_): No reason to be static.
2314
284acc8b
AD
23152004-09-02 Akim Demaille <akim@epita.fr>
2316
2317 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
2318 (YYDSYMPRINTF): Rename as...
2319 (YY_SYMBOL_PRINT): this.
2320 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
2321 two.
2322 Use it instead of direct symprint_ calls.
2323 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
2324 one.
2325
a5eb1ed2
AD
23262004-09-02 Akim Demaille <akim@epita.fr>
2327
b7c72fe1
AD
2328 * data/lalr1.cc (b4_yysymprint_generate): New.
2329 (symprint_): New member function, defined when YYDEBUG.
2330 Use it consistently instead of token/nterm debugging output by
2331 hand.
a5eb1ed2
AD
2332 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
2333 %printer calls to use cdebug_ when using lalr1.cc.
2334
417141dd
AD
23352004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
2336
2337 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
2338 with #ifdef YYDEBUG.
2339
2fa09258
AD
23402004-08-26 Akim Demaille <akim@epita.fr>
2341
2342 * doc/bison.texinfo (Implementing Loops): Rename as...
2343 (Implementing Gotos/Loops): this.
2344
9378b508
PE
23452004-08-13 Paul Eggert <eggert@cs.ucla.edu>
2346
2347 Adjust to latest gnulib.
2348 * bootstrap (gnulib_modules): Add xalloc-die.
2349 Set LC_ALL=C so that file names sort consistently.
2350 Prefer the gnulib copies of gettext.m4, glibc21.m4,
2351 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
2352 uintmax_t.m4, ulonglong.m4.
2353 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
2354 po.m4 since we are now using _gl.m4 instead.
2355
87a8ad5c
PE
23562004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
2357
2358 * src/scan-action.l: Remove. Scanning of semantic actions is
2359 handled in scan-gram.l.
2360
dca81a78
PE
23612004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
2362
2363 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
2364
2365 * src/location.h (struct): The file member is a uniqstr.
2366 (equal_boundaries): Use UNIQSTR_EQ for comparison.
2367
c9cbf7c5
PE
23682004-07-22 Paul Eggert <eggert@cs.ucla.edu>
2369
2370 Fix bug with non-%union parsers that have printers or destructors,
2371 which led to a Bison core dump. Reported by Peter Fales in
2372 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
2fa09258 2373
c9cbf7c5
PE
2374 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
2375 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
2376 not to our own type.
2377 * src/output.c (symbol_destructors_output, symbol_printers_output):
2378 Don't assume %union.
2379 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
2380 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
2381 UNION-FLAG. All callers changed.
2382 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
2383 Use type char, not unsigned int, when declaring an array of char;
2384 this lets us remove a cast.
2385 (Printers and Destructors): Add non-%union test cases.
2386
fa7e68c3
PE
23872004-06-21 Paul Eggert <eggert@cs.ucla.edu>
2388
2389 * doc/bison.texinfo: Minor editorial changes, mostly to the new
2390 GLR writeups. E.g., avoid frenchspacing and the future tense,
2391 change "lookahead" to "look-ahead", and change "wrt" to "with
2392 respect to".
2fa09258 2393
fa7e68c3
PE
23942004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
2395
2396 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
2397 New sections, split off from the GLR Parsers section. Put the new
2398 Simple GLR Parser near the start of the GLR section, for clarity.
2399 Rewrite connective text.
2400
99a9344e
PE
24012004-06-21 Frank Heckenbach <frank@g-n-u.de>
2402
2403 * doc/bison.texinfo (Simple GLR Parsers): New section.
2404
8dd162d3
PE
24052004-06-21 Paul Eggert <eggert@cs.ucla.edu>
2406
2407 * NEWS, TODO, doc/bison.texinfo:
2408 Use "look-ahead" instead of "lookahead", to be consistent.
2409 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
2410 while we're fixing "look-ahead".
2411 * src/conflicts.c (shift_set): Renamed from shiftset.
2412 (look_ahead_set): Renamed from lookaheadset.
2413 * src/print.c: Likewise.
2414 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
2415 name for "lookahead".
2416 (report_types, usage): Likewise.
2417 * src/getargs.h (report_look_ahead_tokens): Renamed from
2418 report_lookaheads.
2419 * src/lalr.c (compute_look_ahead_tokens): Renamed from
2420 compute_lookaheads.
2421 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
2422 (look_ahead_tokens_print): Renamed from lookaheads_print.
2423 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
2424 state_rule_lookaheads_print.
2425 * src/state.h: Likewise.
2426 (reductions.look_ahead_tokens): Renamed from lookaheads.
2427 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
2428 AT_DATA_LOOKAHEADS_GRAMMAR.
2429
57a90331
PE
24302004-06-03 Paul Eggert <eggert@cs.ucla.edu>
2431
2432 * README: Update location of patched M4 distribution.
2433
8ed3234a
PE
24342004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
2435
2436 Don't assume the C++ compiler takes the same arguments as the C compiler
2437 (trivial change).
2438 * configure.ac (O0CXXFLAGS): New var.
2439 * tests/atlocal.in (CXXFLAGS): Use it.
2440
07971983
PE
24412004-05-29 Paul Eggert <eggert@cs.ucla.edu>
2442
2443 Fix some "make check" problems with C++ reported by
2444 Albert Chin-A-Young for Tru64 C++ in this thread:
2445 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
2446
2447 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
2448 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
2449 Output to a .cc file for C++, not to a .c file.
2450 * tests/calc.at (AT_CHECK_CALC): Likewise.
2451 * tests/regression.at (AT_CHECK_DANCER): Likewise.
2452 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
2453
29058652
PE
24542004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
2455
2456 * tests/calc.at, tests/actions.at: Workaround for SGI
2457 C++ compiler. (trivial change)
2458
62cb8a99
PE
24592004-05-27 Paul Eggert <eggert@cs.ucla.edu>
2460
fd418816
PE
2461 Spent a few hours checking out which prerequisite versions the
2462 current sources actually require. I went all the way back to
2463 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
2464 a seemingly endless set of combinations of versions more recent
2465 than that. The bottom line is that the current sources require
2466 fairly recent versions of the build tools, and it'll be some work
2467 to change this.
2468 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
2469 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
2470 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
2471 Add comments explaining why those particular versions are
2472 currently needed.
2fa09258 2473
62cb8a99
PE
2474 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
2475 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
161a71f3 2476 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
62cb8a99
PE
2477
2478 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
2479 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
2480
caa52c10
PE
24812004-05-26 Paul Eggert <eggert@cs.ucla.edu>
2482
2483 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
2484 0.11.5. Suggested by Bruno Haible.
2485 * bootstrap: Remove gettext version checking.
2486
2487 * doc/bison.texinfo (Decl Summary): Also mention that %union
2488 can depend on prerequisite types. Problem reported by Tim
2489 Van Holder.
2490
4bfd5e4e
PE
24912004-05-25 Paul Eggert <eggert@cs.ucla.edu>
2492
2cef3017
PE
2493 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
2494 * README-alpha: Don't tell people not to package this.
2495
b9c85d5c
PE
2496 * bootstrap: Don't assume $(...) works; use `...` instead.
2497 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
2498 gettext better.
2499
4bfd5e4e
PE
2500 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
2501 put into the -d output file, and mention what to do if YYSTYPE is
2502 defined as a macro.
2503
6a36ff94
PE
25042004-05-24 Paul Eggert <eggert@cs.ucla.edu>
2505
6712933e
PE
2506 Undo change made earlier today: it caused autopoint to not bring
2507 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
2508 autopoint's.
2509
2510 * bootstrap: Check that gettext version matches what's in
2511 configure.ac. Warn users to ignore robots.txt ERROR 404.
2512 * bootstrap: Undo today's earlier change (logged below).
2513 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
b9c85d5c 2514
6a36ff94
PE
2515 The gettext version checking is causing more trouble than it's
2516 curing; remove it. Problem reported by Paul Hilfinger.
2517
2518 * bootstrap: Issue a warning that one can expect a message
2519 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
2520 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
2521
209ea708
PE
25222004-05-23 Paul Eggert <eggert@cs.ucla.edu>
2523
2524 Ensure that the C++ compiler used for testing actually works on a
2525 simple test program; if not, skip the C++-related tests. Problem
2526 reported by Vin Shelton in:
161a71f3 2527 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
209ea708
PE
2528
2529 * m4/cxx.m4: New file.
2530 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
2531 * tests/atlocal.in (BISON_CXX_WORKS): Add.
2532 * tests/local.at (AT_COMPILE_CXX): Use it.
2533
41ca2549
PE
25342004-05-21 Paul Eggert <eggert@cs.ucla.edu>
2535
383e69dc
PE
2536 * data/glr.c (yylloc): Output this macro even if locations are not
2537 being generated, as the GLR parser needs it even in that case.
2538 Problem reported by Troy A. Johnson
2539 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
2540
41ca2549
PE
2541 * configure.ac (AC_INIT): Update to 1.875e.
2542
e476c87d
PE
25432004-05-21 Paul Eggert <eggert@cs.ucla.edu>
2544
2545 * NEWS: Version 1.875d.
2546 * configure.ac (AC_INIT): Likewise.
2547 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
2548
2549 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
2550 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
2551 lalr1.cc runs afoul of the first, and the last two are no longer
2552 supported by GCC 3.4.0.
2553 * README: Mention GNU m4 1.4 or later; mention m4 patches.
2554 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
2555
233a88ad
PE
25562004-05-06 Paul Eggert <eggert@cs.ucla.edu>
2557
2558 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
2559 unsigned int, for compatibility with latest gnulib hash module.
2560 * src/state.c (state_hash, state_hasher): Likewise.
2561 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
2562 * src/uniqstr.c (hash_uniqstr): Likewise.
e476c87d 2563
12ffdd28
PE
25642004-05-03 Paul Eggert <eggert@cs.ucla.edu>
2565
2566 * NEWS: Unescaped newlines are no longer allowed in char & strings.
2567
2568 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
2569 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
2570 character and string literals.
2571 (unexpected_end): New function.
2572 (unexpected_eof): Use it.
2573 (unexpected_newline): New function.
2574 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
2575 actions.
e476c87d 2576
12ffdd28
PE
2577 * NEWS: Document %expect-rr.
2578
2579 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
2580 Fix typo by replacing $1 with $option.
2581 Remove more 'intl'-related files.
9668e2be 2582 Don't DEFUN AM_INTL_SUBDIR twice.
12ffdd28
PE
2583
2584 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
2585 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
2586 strtoul.c.
2587 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
2588 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
2589 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
2590 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
2591 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
2592 * src/.cvsignore: Add *.output.
2593
2594 * src/parse-gram.y: Put copyright notice inside %{ %} so it
2595 gets copied to the output file.
e476c87d 2596
1f65350a
PE
25972004-04-28 Paul Eggert <eggert@twinsun.com>
2598
2599 Get files from the gnulib and po repositories, instead of relying
2600 on them being in our CVS. Upgrade to latest versions of gnulib
2601 and Automake.
2602
2603 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
2604 * bootstrap: Bootstrap from gnulib and po repositories.
2605 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
2606 * README-cvs: Document these changes. Remove version numbers from
2607 mentions of build tools, since they change so often. Mention Flex.
2608
2609 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
2610 (gl_USE_SYSTEM_EXTENSIONS): Add.
12ffdd28
PE
2611 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
2612 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
1f65350a 2613 does this for us.
12ffdd28
PE
2614 (AC_ISC_POSIX): Remove; we no longer support this
2615 ancient OS, as it gets in the way of latest Autoconf & gnulib.
1f65350a
PE
2616 (AC_HEADER_STDC): Remove: we now assume C89 or better.
2617 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
2618 Do not check for C89 headers, except for locale.h which is used
2619 by the Yacc library and must port to K&R hosts.
2620 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
2621 Do not check for C89 functions, except for setlocale which is
2622 used by the Yacc library.
2623 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
2624 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
2625 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
2626 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
2627 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
2628 AM_GNU_GETTEXT): Remove; now done by:
2629 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
2630 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
2631 for us.
2632
2633 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
2634 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
2635 Define to empty, as gnulib.mk will do the rest for us.
2636 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
2637 for us.
2638 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
2639 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
2640
2641 * src/files.c: Include gnulib's xstrndup.h.
2642
2643 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
2644 (REALLOC): Use xnrealloc, for likewise.
2645 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
2646 (strnlen, memrchr): Remove decls; functions no longer used.
2647 Include <stpcpy.h>.
2648
2649 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
2650 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
2651 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
2652 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
2653 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
2654 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
2655 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
2656 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
2657 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
2658 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
2659 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
2660 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
2661 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
2662 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
2663 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
2664 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
2665 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
2666 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
2667 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
2668 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
2669 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
2670 Remove, as these files are now generated automatically
2671 by bootstrap or automake.
2672
2673 * po/ChangeLog: Remove: all but one entry was a duplicate
2674 of this file, and I moved that 2000-11-02 entry here.
2675
2676 * config/.cvsignore: Add Makefile, depcomp, install-sh.
2677 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
2678 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
2679 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
2680 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
2681 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
2682 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
2683 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
2684 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
2685 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
2686 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
2687 xstrndup.h.
2688 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
2689 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
2690 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
2691 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
2692 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
2693 * src/.cvsignore: Remove *_.c.
2694
2695
2696 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
2697 support it. (The latest stable gzip doesn't.)
2698
26992004-04-27 Paul Eggert <eggert@twinsun.com>
2700
2701 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
2702 case, as stos_ is now used by destructors due to the 2004-02-09
2703 change.
2704
2705 Remove more K&R C support.
2706 * lib/libiberty.y (PARAMS): Remove. All uses removed.
2707 * lib/subpipe.c (errno): Remove decl.
2708 Include <stdlib.h> unconditionally.
2709 (EXIT_FAILURE): Remove macro.
2710 * src/complain.c (vfprintf, strerror): Remove.
2711 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
2712 unconditionally.
2713 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
2714 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
2715 (strchr, strspn, memchr): Remove decls.
2716 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
2717 unconditionally. Do not declare perror.
2718 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
2719 unconditionally.
2720
2721 * src/complain.c (_): Remove useless defn, as system.h defines this.
2722
2723 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
2724 with latest obstack.h.
2725 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
2726 to procedure types, as obstack.h now does that for us.
2727 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
2728
2729 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
2730 so that this include file can stand alone.
2731 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
2732 does this now. Include subpipe.h first after config.h, to
2733 test whether it can stand alone.
2734
2735 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
2736 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
2737 unused declaration.
2738
2739 * tests/synclines.at (%union synch line): Put a dummy member in
2740 the union, because empty unions aren't allowed in C. Caught
2741 by GCC 3.4.0.
2742
4f16766c
PE
27432004-04-13 Jim Meyering <jim@meyering.net>
2744
2745 * src/conflicts.c (conflicts_print): Correct format string typo:
2746 use `%%' to produce literal `%'. (trivial change)
2747
779e7ceb
PE
27482004-03-30 Paul Eggert <eggert@twinsun.com>
2749
2750 * src/getargs.c (version): Update copyright year to 2004.
2751
2752 * data/c.m4 (b4_int_type): Use 'short int' rather than
2753 'short', and similarly for 'long', 'unsigned', etc.
2754 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
2755 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
2756 yy_yypstack, yydumpstack): Likewise.
2757 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
2758 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
2759 Likewise.
2760 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
2761 yy_stack_print, yyparse): Likewise.
2762 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
2763 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
2764 * lib/bitset.c (bitset_print): Likewise.
2765 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
2766 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
2767 * lib/bitsetv.c (bitsetv_dump): Likewise.
2768 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
2769 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
2770 Likewise.
2771 * src/LR0.c (allocate_itemsets): Likewise.
2772 * src/gram.h (rule_number, rule): Likewise.
2773 * src/lalr.h (goto_number): Likewise.
2774 * src/nullable.c (nullable_compute): Likewise.
2775 * src/output.c (prepare_rules): Likewise.
2776 * src/relation.c (relation_print, relation_digraph): Likewise.
2777 * src/relation.h (relation_node): Likewise.
2778 * src/state.h (state_number, transitions, errs, reductions,
2779 struct state): Likewise.
2780 * src/symtab.h (symbol_number, struct symbol): Likewise.
2781 * src/tables.c (vector_number, tally, action_number,
2782 default_goto, goto_actions): Likewise.
2783 * tests/existing.at (GNU Cim Grammar): Likewise.
2784 * tests/regression.at (Web2c Actions): Likewise.
2785
2786 * src/output.c (muscle_insert_short_int_table): Renamed from
2787 muscle_insert_short_table. All uses changed.
2788
d6328241
PH
27892004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2790
2791 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
2792 (declaration): Replace expected_conflicts with expected_sr_conflicts.
2793 Add %expect-rr rule.
4f16766c 2794
d6328241
PH
2795 * src/scan-gram.l: Recognize %expect-rr.
2796
4f16766c 2797 * src/conflicts.h (expected_sr_conflicts): Rename from
d6328241 2798 expected_conflicts.
4f16766c 2799 (expected_rr_conflicts): Declare.
d6328241
PH
2800
2801 * src/conflicts.c (expected_sr_conflicts): Rename from
2802 expected_conflicts.
2803 (expected_rr_conflicts): Define.
2804 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
2805 for GLR parsers.
2806 Use expected_sr_conflicts in place of expected_conflicts.
2807 Warn if expected_rr_conflicts used in non-GLR parser.
4f16766c 2808
d6328241 2809 * doc/bison.texinfo: Add documentation for %expect-rr.
4f16766c 2810
1452af69
PE
28112004-03-08 Paul Eggert <eggert@gnu.org>
2812
2813 Add support for hex token numbers. Suggested by Odd Arild Olsen in
161a71f3 2814 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
1452af69
PE
2815
2816 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
2817 in lalr1.cc.
2818 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
2819 * src/scan-gram.l (scan_integer): New function.
2820 ({int}): Use it.
2821 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
2822 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
2823 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
2824 Say "long int", not "long", for uniformity with GNU style.
2825
006d217d
PE
28262004-02-25 Paul Eggert <eggert@twinsun.com>
2827
2828 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
2829 compilers. This fixes a problem with Intel's C++ compiler being
2830 chatty, reported by Guido Trentalancia in
161a71f3 2831 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
006d217d 2832
c2729758
ADL
28332004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
2834
2835 Support %destructor and merge error locations in lalr1.cc.
2836
2837 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
2838 (Parser::stos_): Define unconditionally.
2839 (Parser::destruct_): New method. Generate its body with
2840 b4_yydestruct_generate.
2841 (Parser::error_start_): New attribute.
2842 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
2843 token which are discarded.
2844 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
2845 error_start_ when erroneous token are discarded.
2846 (Parser::parse) <yyerrlab1>: Compute the location of the error
2847 token so that it covers all the discarded tokens.
2848 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
2849 it can be called with `%skeleton "lalr1.cc"', and do that.
2850
dd0e0635
PE
28512004-02-02 Paul Eggert <eggert@twinsun.com>
2852
2853 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
2854 $(top_srcdir)/lib and ../lib. This fixes a bug reported
2855 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
2856 There's no need to mention top_builddir since Automake does that
2857 for us.
2858 (INCLUDES): Remove, as Automake says it's obsolescent.
2859 Contents migrated into AM_CPPFLAGS as described above.
2860 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
2861
28622004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
2863
2864 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
2865 (yyreportSyntaxError): Handle case where lookahead token is
2866 YYEMPTY.
2867
be16239b
PH
28682004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2869
2870 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
2871 resulting parsers are compilable with C++.
2872
5fa90832
PE
28732003-12-23 Paul Eggert <eggert@twinsun.com>
2874
2875 * config/depcomp, config/install-sh: Sync with Automake 1.8.
2876 * src/output.c (output_skeleton): Rename local var.
2877 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
2878 Bison tokens, as this runs afoul of the 2003-10-07 change that
2879 disallowed NUL bytes in character constants or string literals.
2880
2881 * tests/local.at: Require Autoconf 2.59's Autotest.
2882 * tests/testsuite.at: Don't include local.at, since we now assume
2883 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
2884 including it.
2885 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
2886 multiple inclusion warnings.
dd0e0635 2887
b165c324
AD
28882003-12-02 Akim Demaille <akim@epita.fr>
2889
2890 * doc/bison.texinfo (How Can I Reset the Parser): More about start
2891 conditions.
2892 From Bruno Haible.
2893
26e06a21
ADL
28942003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
2895
2896 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
2897
92ac3705
PE
28982003-10-07 Paul Eggert <eggert@twinsun.com>
2899
6a5ecb38
PE
2900 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
2901 if testsuite doesn't exist.
2902
92ac3705
PE
2903 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
2904 literals, unfortunately.
2905 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
2906 Complain about NUL bytes in character constants or string literals.
2907
91d2c560
PE
29082003-10-05 Paul Eggert <eggert@twinsun.com>
2909
2910 * NEWS: Don't document %no-default-prec, as it's still
2911 too experimental.
2912 * doc/bison.texinfo: Document %no-default-prec only if
2913 the defaultprec flag is set. Normally it's not.
2914
0cc3da3a
PE
29152003-10-04 Paul Eggert <eggert@twinsun.com>
2916
2917 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
2918 non-modifiable lvalue, instead of a modifiable one.
2919 * doc/bison.texinfo (Actions): Document that $$ can
2920 be assigned to. Do not claim that $$ and $N are
2921 array element references: user code should not rely on this.
2922
22fccf95
PE
29232003-10-01 Paul Eggert <eggert@twinsun.com>
2924
2925 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
2926 (grammar_declaration): Use it.
2927 * src/scan-gram.l: New token %no-default-prec.
2928 * tests/conflicts.at: Revamp tests to use %no-default-prec.
2929 * NEWS, doc/bison.texinfo: Document the above.
2930
fc8f2965
AD
29312003-10-01 Akim Demaille <akim@epita.fr>
2932
2933 VCG no longer supports long_straight_phase.
2934
2935 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
2936 * src/print_graph.c (print_graph): Adjust.
2937
39a06c25
PE
29382003-09-30 Frank Heckenbach <frank@g-n-u.de>
2939 and Paul Eggert <eggert@twinsun.com>
2940
2941 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
2942 Table of Symbols): Document %default-prec.
2943 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
2944 (grammar_declaration): Set default_prec on %default-prec.
2945 * src/scan-gram.l (%default-prec): New token.
2946 * src/reader.h (default_prec): New flag.
2947 * src/reader.c: Likewise.
2948 (packgram): Handle it.
2949 * tests/conflicts.at (%default-prec without %prec,
2950 %default-prec with %prec, %default-prec 1): New tests.
fc8f2965 2951
39a06c25
PE
29522003-09-30 Paul Eggert <eggert@twinsun.com>
2953
2954 * tests/testsuite.at: Include local.at, not input.at, fixing
2955 a typo in the 2003-08-25 patch.
2956
62b6aef9
AD
29572003-08-27 Akim Demaille <akim@epita.fr>
2958
2959 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
2960 GCC warnings.
2961
89e1cc61
AD
29622003-08-26 Akim Demaille <akim@epita.fr>
2963
2964 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
2965 "<\#" to avoid magic from Gnus when posting parts of this script.
2966
a08460b0
AD
29672003-08-26 Akim Demaille <akim@epita.fr>
2968
2969 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
2970 (Parser::parse): here.
2971 Adjust: nerrs and errstatus is now replaced by...
2972 (Parser::nerrs_, Parser::errstatus_): New.
2973
603f1cfd
AD
29742003-08-25 Akim Demaille <akim@epita.fr>
2975
2976 * config/announce-gen, Makefile.cfg: New.
2977 * Makefile.am: Adjust.
2978 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
2979 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
2980
cd3684cf
AD
29812003-08-25 Akim Demaille <akim@epita.fr>
2982
2983 When reducing initial empty rules, Bison parser read an initial
2984 location that is not defined. This results in garbage, and that
2985 affects Bison's own parser. Therefore we need (i) to extend Bison
2986 to support a means to initialize this location, and (ii) to use
2987 this CVS Bison to fix CVS Bison's parser.
2988
2989 * src/reader.h, reader.c (epilogue_augment): Remove, replace
2990 with...
2991 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
2992 * src/parse-gram.y: Adjust.
2993 (%initial-action): New.
2994 (%error-verbose): Since we require CVS Bison, there is no reason
2995 not to use it.
2996 * src/scan-gram.l: Adjust.
2997 * src/Makefile.am (YACC): New, to make sure we use our own parser.
2998 * data/yacc.c (yyparse): Use b4_initial_action.
2999
4e03e201
AD
30002003-08-25 Akim Demaille <akim@epita.fr>
3001
3002 * doc/bison.texinfo: Don't promote stdout for error messages.
3003
8c182d05
AD
30042003-08-25 Akim Demaille <akim@epita.fr>
3005
3006 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
3007 From Alexandre Duret-Lutz.
3008
6a60c4cf
PE
30092003-08-25 Akim Demaille <akim@epita.fr>
3010
3011 Version 1.875c.
3012
25f66e1a
AD
30132003-08-25 Akim Demaille <akim@epita.fr>
3014
3015 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
3016 Use them.
3017
5348bfbe
AD
30182003-08-25 Akim Demaille <akim@epita.fr>
3019
3020 * data/lalr1.cc (Parser::reduce_print_): New.
3021 Use it.
3022
47301314
AD
30232003-08-25 Akim Demaille <akim@epita.fr>
3024
3025 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
3026 error recovery loops. This patch is based on
161a71f3 3027 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
47301314
AD
3028 Also, augment the similarity between lalr1.cc and yacc.c.
3029 Note: the locations of error recovery rules are not correct yet.
3030
3031 * data/lalr1.cc: Comment changes to augment the similarity between
3032 lalr1.cc and yacc.c.
3033 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
3034 (yyerrlab1): Remove, but where it used to be (now the bottom part of
3035 yyerrlab), when hitting EOF, pop the whole stack here instead of
3036 merely falling thru the default error handling mechanism.
3037 (yyerrorlab): New label, with the old contents of YYERROR,
3038 plus the following change: pop the stack of rhs corresponding
3039 to the production that invoked YYERROR. That is how Yacc
3040 behaves (required by POSIX).
3041 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
3042 fail.
3043
1f7a61ff
AD
30442003-08-25 Akim Demaille <akim@epita.fr>
3045
3046 Tune local.at so that people can "autom4te -l autotest calc.at -o
3047 calc" for instance, to extract a sub test suite.
3048
3049 * tests/testsuite.at: Move the initialization, Autotest version
3050 requirement, and AT_TESTED invocation into...
3051 * tests/local.at: here.
3052 * tests/testsuite.at: Include it for compatibility with Autoconf
3053 2.57.
3054 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
3055 be ignore.
3056
327b5b56
PE
30572003-08-04 Paul Eggert <eggert@twinsun.com>
3058
3059 Rework code slightly to avoid gcc -Wtraditional warnings.
3060 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
3061 The returned value is now stored in *YY0. All callers changed.
3062 * src/output.c (merge_output): Adjust to the above change.
3063
0051e3ed
PE
30642003-07-26 Paul Eggert <eggert@twinsun.com>
3065
3066 * data/glr.c (YYASSERT): New macro.
3067 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
3068 yyresolveStates, yyprocessOneStack):
3069 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
3070 Derived from a suggestion by Frank Heckenbach.
1f7a61ff 3071
137437c6
PE
30722003-07-25 Paul Eggert <eggert@twinsun.com>
3073
5b620e06
PE
3074 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
3075 for portability to K&R C (after ansi2knr, presumably). See
161a71f3 3076 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
5b620e06
PE
3077 by Frank Heckenbach, though I have omitted the structure-initialization
3078 part of his glr-knr.diff patch since I recall that the Portable
3079 C Compiler didn't require that change.
3080
137437c6
PE
3081 Let the user specify how to allocate and free memory.
3082 Derived from a suggestion by Frank Heckenbach in
161a71f3 3083 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
137437c6
PE
3084 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
3085 All uses of free, malloc, realloc changed to use these macros,
3086 and unnecessary casts removed.
3087 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
3088
ddb85ca5
PE
30892003-07-06 Matthias Mann <MatthiasMann@gmx.de>
3090
3091 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
3092 use s.empty() rather than s == "" to test for empty string; see
161a71f3 3093 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
ddb85ca5
PE
3094 (trivial change)
3095
39910e09
AD
30962003-06-25 Akim Demaille <akim@epita.fr>
3097
3098 * config/depcomp, config/install-sh: Update from masters.
3099
0ae99356
PE
31002003-06-20 Paul Eggert <eggert@twinsun.com>
3101
3102 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
3103 and return properly parenthesized result.
3104 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
3105 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
3106 Remove unnecessary parentheses from uses.
3107 * doc/bison.texinfo (Location Default Action): Describe the
3108 conventions for parentheses.
3109
cd05d13c
PE
31102003-06-19 Paul Eggert <eggert@twinsun.com>
3111
81fd08ca
PE
3112 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
3113 yyreportTree): Do not assume that size_t is the same width as int,
3114 when printing sizes. Print sizes using an unsigned format.
3115 Problem reported by Frank Heckenbach in
161a71f3 3116 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
4dcf140b 3117
cd05d13c
PE
3118 Port to Forte Developer 7 C compiler.
3119 * data/glr.c (struct YYLTYPE): If locations are not being used,
3120 declare a single dummy member, as empty structs do not conform
3121 to the C standard.
3122 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
3123 the Forte Developer 7 C compiler complains that end-of-loop
3124 code is not reached.
3125
4dcf140b
PE
31262003-06-17 Paul Eggert <eggert@twinsun.com>
3127
3128 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
3129 avoid warnings from picky compilers about redefinition of PARAMS.
3130
8dd76bee
PE
31312003-06-17 Paul Eggert <eggert@twinsun.com>
3132
3133 Version 1.875b.
3134
3135 * NEWS: Document 1.875b.
3136
3137 * lib/bbitset.h: Do not include config.h; that's the includer's job.
3138 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
3139 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
3140 Don't use 'index' in comments, as it's a builtin fn on some hosts.
3141 * lib/bitset_stats.c: Include gettext.h unconditionally, as
3142 per recent gettext manual's suggestion.
3143 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
3144 Use prototypes, not old-style definitions.
3145 * lib/lbitset.c (lbitset_unused_clear): Likewise.
3146 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
3147 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
3148 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
3149 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
3150 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
3151 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
3152 vbitset_or_and_cmp, vbitset_copy): Likewise.
3153
3154 * lib/libiberty.h: Do not include config.h; that's the includer's job.
3155 Do not include <stdlib.h>.
3156 (PARAMS): Define unconditionally for C89.
3157 (ATTRIBUTE_NORETURN): Remove.
3158 (ATTRIBUTE_UNUSED): Define unconditionally.
3159
3160 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
161a71f3 3161 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
8dd76bee
PE
3162 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
3163 * lib/vbitset.c, lib/vbitset.h: New files.
3164 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
3165 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
3166 from libbitset.
3167
3168 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
3169 `How Can I Reset @code{yyparse}', since texinfo does not allow
3170 arbitrary @ in node names.
3171
3172 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
3173 shouldn't be needed according to the gettext 0.12.1 documentation
3174 but which seem to be needed anyway: codeset.m4 glibc21.m4
f8e8262e 3175 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
8dd76bee 3176 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
f8e8262e 3177 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
cd05d13c 3178
8dd76bee
PE
3179 * lib/.cvsignore: Add stdbool.h.
3180 * m4/.cvsignore: Add nls.m4, po.m4.
3181
3182 Upgrade to CVS gnulib.
3183 * stdbool_.h: File renamed from stdbool.h.in.
3184 * configure.ac (AM_STDBOOL_H): Invoke this instead of
3185 AC_HEADER_STDBOOL.
3186 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
3187 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
3188 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
3189 (MOSTLYCLEANFILES): New var.
3190 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
3191 (stdbool.h): New rule.
3192 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
3193 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
3194 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
3195 m4/quote.m4: Upgrade to today's gnulib.
3196
3197 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
3198 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
3199 the tests right now.
3200 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
3201 yyerror are declared before use; C99 requires this.
3202
25005f6a
PH
32032003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3204
3205 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
3206 first.
3207 (yyrecoverSyntaxError): Correct the logic for setting and testing
3208 yyerrState.
3209 Correct comment on handling EOF.
3210 Allow states with only a default reduction, rather than failing
8dd76bee 3211 (I can't quite reconstruct why these were not allowed before).
25005f6a 3212
137437c6 3213 Fixes to avoid problem that $-N rules in GLR parsers can cause
25005f6a 3214 buffer overruns, corrupting state.
8dd76bee
PE
3215
3216 * src/output.c (prepare_rules): Output max_left_semantic_context
25005f6a
PH
3217 definition.
3218 * src/reader.h (max_left_semantic_context): New variable declaration.
3219 * src/scan-gram.l (max_left_semantic_context): Define.
3220 (handle_action_dollar): Update max_left_semantic_context.
3221 * data/glr.c (YYMAXLEFT): New definition.
3222 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
3223 (yyresolveAction): Ditto.
3224
3225 Fixes to problems with location handling in GLR parsers reported by
3226 Frank Heckenbach (2003/06/05).
3227
3228 * data/glr.c (YYLTYPE): Make trivial if locations not used.
3229 (YYRHSLOC): Add parentheses, and define only if locations used.
3230 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
3231 locations not used.
3232 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
3233 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
8dd76bee 3234
25005f6a
PH
3235 * tests/cxx-type.at: Exercise location information; update tests
3236 to differentiate output with and without locations.
8dd76bee 3237 Remove forward declarations of yylex and yyerror---caused errors
25005f6a
PH
3238 because default YYLTYPE not yet defined.
3239 Change semantic actions to compute strings, rather than printing
3240 them directly (to test proper passing of semantics values). Change
3241 output to prefix notation and update test data and expected results.
3242 (yylex): Track locations.
3243 (stmtMerge): Return value rather than printing, and include arguments
3244 in value.
8dd76bee 3245
711f40b7
PE
32462003-06-03 Paul Eggert <eggert@twinsun.com>
3247
3248 Avoid warnings generated by GCC 2.95.4 when Bison is
3249 configured with --enable-gcc-warnings.
3250 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
3251 yy::]b4_parser_class_name[::translate_,
3252 yy::Stack::operator[] (unsigned),
3253 yy::Stack::operator[] (unsigned) const,
3254 yy::Slice::operator[] (unsigned),
3255 yy::Slice::operator[] (unsigned) const):
3256 Rename local vars to avoid warnings.
3257 * tests/glr-regression.at (Improper handling of embedded actions
3258 and $-N in GLR parsers): Remove unused local variable from yylex.
3259 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
3260 (void) as arg when not pure, since we now assume C89 when building
3261 Bison. Pacify GCC by using parameter.
3262
ac695f7d
PE
32632003-06-02 Paul Eggert <eggert@twinsun.com>
3264
3265 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
3266 yy::Location::lines, yy::Location::columns): Rename arguments
3267 to avoid shadowing; this removes a warning generated by GCC 3.3.
3268
26ec81e0
PE
32692003-06-01 Paul Eggert <eggert@twinsun.com>
3270
3271 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
3272 to g++, as GCC 3.3 complains if you do it.
3273 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
3274 everything that WARNING_CFLAGS has, except omit warnings
3275 not suitable for C++.
3276 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
3277 * tests/atlocal.in (CXXFLAGS): New var.
3278 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
3279
3280 Fix a GLR parser bug I reported in February; see
161a71f3 3281 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
26ec81e0
PE
3282 The problem was that GLR parsers did not conform to the C standard,
3283 because actions like { $1 = $2 + $3; } expanded to expressions
3284 that invoked YYFILL in separate subexpressions, and YYFILL assigned
3285 to a local variable. The C standard says that expressions
3286 like (var = f ()) + (var = f ()) have undefined behavior.
3287 Another problem was that GCC sometimes issues warnings that
3288 yyfill and its parameters are unused.
3289
3290 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
3291 as possibly unused.
3292 (yyfill): New function.
3293 (YYFILL): Use it.
3294 (yyuserAction): Change type of yynormal to bool, so that it matches
3295 the new yyfill signature. Mark it as possibly unused.
3296
3297
3298 Follow up on a bug I reported in February, where a Bison-generated
3299 parser can loop. Provide a test case and a fix for yacc.c. I
3300 don't have a fix for lalr1.cc or for glr.c, unfortunately.
3301 The original bug report is in:
161a71f3 3302 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
26ec81e0
PE
3303
3304 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
3305 macro's size was becoming unwieldy.
3306 (yyerrlab): Do not discard an empty lookahead symbol, as this
3307 might destroy garbage.
3308 (yyerrorlab): New label, with the old contents of YYERROR,
3309 plus the following change: pop the stack of rhs corresponding
3310 to the production that invoked YYERROR. That is how Yacc
3311 behaves, and POSIX requires this behavior.
3312 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
3313 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
3314 Define 'alarm' to do nothing if unistd.h is not available.
3315 Add a new rule "exp: '-' error;" to test the above change to
3316 data/yacc.c. Use 'alarm' to abort any test taking longer than
3317 10 seconds, as it's probably looping.
3318 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
3319 Also, the new yacc.c generates two fewer diagnostics for an
3320 existing test.
3321
d0829076
PE
33222003-05-24 Paul Eggert <eggert@twinsun.com>
3323
c6ae27df
PE
3324 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
3325 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
3326 This fixes a problem reported by John Bowman when the Compaq/HP
3327 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
3328 -ansi -Wall -gall).
3329 * data/yacc.c (union yyalloc): Likewise.
3330 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
26ec81e0 3331
d0829076
PE
3332 Switch from 'int' to 'bool' where that makes sense.
3333
3334 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
3335 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
3336 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
3337 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
3338 Return or accept bool, not int. All callers changed.
3339 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
3340 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
3341 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
3342 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
3343 bitset_or_and_cmp_): Likewise.
3344 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
3345 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
3346 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
3347 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
3348 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
3349 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
3350 bitset_stats_or_and_cmp): Likewise.
3351 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
3352 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
3353 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
3354 ebitset_xor_cmp): Likewise.
3355 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
3356 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
3357 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
3358 lbitset_xor_cmp): Likewise.
3359 * lib/bbitset.h: Include <stdbool.h>.
3360 (struct bitset_vtable): The following members now return bool, not
3361 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
3362 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
3363 or_and_cmp).
3364 * src/conflicts.c (count_rr_conflicts): Likewise.
3365 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
3366 All uses changed.
3367 * lib/ebitset.c (ebitset_obstack_init): Likewise.
3368 * lib/lbitset.c (lbitset_obstack_init): Likewise.
3369 * src/getargs.c (debug_flag, defines_flag, locations_flag,
3370 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
3371 graph_flag): Likewise.
3372 * src/getargs.h (debug_flag, defines_flag, locations_flag,
3373 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
3374 graph_flag): Likewise.
3375 * src/output.c (error_verbose): Likewise.
3376 * src/output.h (error_verbose): Likewise.
3377 * src/reader.c (start_flag, typed): Likewise.
3378 * src/reader.h (typed): Likewise.
3379 * src/getargs.c (LOCATIONS_OPTION): New constant.
3380 (long_options, getargs): Use it.
3381 * src/lalr.c (build_relations): Use bool, not int.
3382 * src/nullable.c (nullable_compute): Likewise.
3383 * src/print.c (print_reductions): Likewise.
3384 * src/tables.c (action_row, pack_vector): Likewise.
3385 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
3386 * src/output.c (prepare): Use it.
3387 * src/output.c (token_definitions_output,
3388 symbol_destructors_output, symbol_destructors_output): Use string,
3389 not boolean integer, to keep track of whether to output separator.
3390 * src/print_graph.c (print_core): Likewise.
3391 * src/state.c (state_rule_lookaheads_print): Likewise.
3392
3393 * config/install-sh: Sync from automake 1.7.5.
3394
6b2584b7
PE
33952003-05-14 Paul Eggert <eggert@twinsun.com>
3396
3397 * src/parse-gram.y (rules_or_grammar_declaration): Require a
3398 semicolon after a grammar declaration, in the interest of possible
3399 future changes to the Bison input language.
3400 Do not allow a stray semicolon at the start of the grammar.
3401 (rhses.1): Allow one or more semicolons after any rule, including
3402 just before "|" as required by POSIX.
3403 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
3404 grammar.
3405
caf37a36
ADL
34062003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
3407
3408 %parse-param support for lalr1.cc.
3409
3410 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
3411 b4_cc_constructor_calls, b4_cc_constructor_call,
3412 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
3413 definitions.
3414 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
3415 parse-param arguments.
3416 (yy::b4_parser_class_name): Declare instance variables to
3417 hold parse-param arguments.
3418 * tests/calc.at: s/value/semantic_value/ because value clashes
3419 with a member of yy::b4_parser_class_name. Adjust C++ code
3420 to handle %parse-param. Enable %parse-param test in C++.
3421
3ab37077
PE
34222003-05-12 Paul Eggert <eggert@twinsun.com>
3423
3424 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
3425 English a bit. Fix fclose typo. Change "const char" to "char
3426 const", and use ANSI C rather than K&R for "main". Suggest
3427 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
3428 and suggest yy_switch_to_buffer.
3429
34302003-05-05 Paul Eggert <eggert@twinsun.com>
163ab321
PE
3431
3432 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
3433 C89. This avoids a diagnostic on compilers that define __STDC__
3434 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
161a71f3 3435 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
163ab321 3436
e743727f
PE
34372003-05-03 Paul Eggert <eggert@twinsun.com>
3438
3439 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
3440 Do not overrun array bounds.
3441 This should fix a bug reported today by Olatunji Oluwabukunmi in
161a71f3 3442 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
e743727f 3443
916708d5
AD
34442003-04-29 Akim Demaille <akim@epita.fr>
3445
3446 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
3447 * src/getargs.c, src/getargs.h: here, as bool, not int.
3448 (nondeterministic_parser): New.
3449 * src/parse-gram.y, src/scan-gram.l: Support
3450 %nondeterministic-parser.
3451 * src/output.c (prepare): Use nondeterministic_parser instead
3452 of glr_parser where appropriate.
3453 * src/tables.c (conflict_row, action_row, save_row)
3454 (token_actions, token_actions, pack_vector): Ditto.
3455
a06ea4aa
AD
34562003-04-29 Akim Demaille <akim@epita.fr>
3457
3458 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
3459
211074ca
AD
34602003-04-29 Akim Demaille <akim@epita.fr>
3461
3462 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
3463 with %pure-parser and %locations to exercise the patch from Yakov
3464 Markovitch below.
3465
6175ffe3
PE
34662003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
3467
3468 * data/yacc.c: (b4_lex_param): Corrected for the case where
3469 %lex-param is provided and %pure-parser isn't.
3470
b1e95857
PE
34712003-04-27 Paul Eggert <eggert@twinsun.com>
3472
3473 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
161a71f3 3474 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
b1e95857
PE
3475 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
3476 if it is not defined.
3477 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
3478
acda9df6
PE
34792003-04-26 Paul Eggert <eggert@twinsun.com>
3480
3470c57b
PE
3481 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
3482 Declare to be of type suitable for the ninf value itself, not of
3483 type suitable for the corresponding table, since the latter might
3484 be unsigned but the ninf value might be negative. This fixes a
3485 bug reported by Alexandre Duret-Lutz in
161a71f3 3486 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
3470c57b 3487
acda9df6
PE
3488 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
3489 invokes it. We shouldn't invoke it twice because it will attempt
3490 to put error.o in the archive twice. This fixes a glitch reported
3491 by Martin Mokrejs in
161a71f3 3492 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
acda9df6 3493
b5250f26
PE
34942003-04-21 Paul Eggert <eggert@twinsun.com>
3495
3496 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
3497 to gnulib.
3498
089ac0f1
PE
34992003-04-21 Yakov Markovitch <Markovitch@iso.ru>
3500
3501 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
3502 Fix obvious typo that results in uncompilable GLR parsers
3503 when both %pure-parser and %locations are used. (trivial change)
3504
5ededac6
PE
35052003-04-17 Paul Eggert <eggert@twinsun.com>
3506
1b8f2fff
PE
3507 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
3508 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
3509 Do not insert the expected token via unput, as this runs afoul
3510 of a POSIX-compatibility bug in flex 2.5.31.
3511 All uses changed to BEGIN the parent state,
3512 since we no longer insert the expected token via unput.
3513 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
3514 that is no longer emitted after the above change.
3515
5ededac6
PE
3516 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
3517 the first one. This change is from Paul Hilfinger, and it fixes
3518 regression reported by Werner Lemberg in
161a71f3 3519 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
5ededac6
PE
3520
3521 (resolve_sr_conflict): Don't invoke state_errs_set
3522 unless one or more tokens have been explicitly made errors.
3523 Otherwise, the above change causes Bison to abort.
3524
3525 * tests/existing.at (GNU pic Grammar): New test case, taken from
3526 Lemberg's email.
3527
b8be9132
AD
35282003-03-31 Akim Demaille <akim@epita.fr>
3529
3530 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
3531
d423d460
AD
35322003-03-31 Akim Demaille <akim@epita.fr>
3533
3534 * src/output.c (prepare_symbols): Avoid trailing spaces in the
3535 output.
3536
c7e441b4
AD
35372003-03-31 Akim Demaille <akim@epita.fr>
3538
3539 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
3540 From Paul Hilfinger.
3541
231897ad
AD
35422003-03-29 Akim Demaille <akim@epita.fr>
3543
3544 * m4/error.m4: Do not put under dynamic conditions some code which
3545 expansion is under static control.
3546
5b066063
AD
35472003-03-29 Akim Demaille <akim@epita.fr>
3548
3549 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
3550
22a74fec
AD
35512003-03-29 Akim Demaille <akim@epita.fr>
3552
3553 * doc/bison.texinfo (Strings are Destroyed): New.
3554
0eee27e7
PE
35552003-03-13 Paul Eggert <eggert@twinsun.com>
3556
3557 * .cvsignore: Add configure.lineno.
3558 * src/.cvsignore: Add yacc.
3559 * tests/.cvsignore: Add testsuite.log.
3560 * doc/fdl.texi: Sync with latest FSF version.
3561
f61aad93
PE
35622003-03-12 Paul Eggert <eggert@twinsun.com>
3563
537636c7
PE
3564 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
3565 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
3566 cursor, instead of leaving it undefined. This fixes a bug
3567 reported by Tim Van Holder in
161a71f3 3568 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
537636c7
PE
3569 * tests/input.at (Torturing the Scanner): Test the scanner on
3570 an empty input file, which was Tim Van Holder's test case.
3571
3572 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
3573 <sys/resource.h> can be included, include sys/time.h and
3574 sys/times.h first, if available. This works around the SunOS
3575 4.1.4 porting bug reported by Bruce Becker in
161a71f3 3576 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
537636c7
PE
3577
3578 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
3579 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
3580 AC_HEADER_SYS_WAIT.
3581
f61aad93
PE
3582 Merge changes from gnulib. This was prompted because the CVS
3583 snapshot didn't build on Solaris 7 due to strnlen problems.
3584
3585 These changes need to be merged back into gnulib:
3586 * lib/hash.c: Include <stdbool.h> unconditionally.
3587 * m4/onceonly.m4 (m4_quote): New macro.
3588 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
3589 Quote AC_FOREACH variable-expansions properly.
3590 The 2003-01-03 obstack.h change also needs merging.
3591 {end of changes requiring merging}
5b066063 3592
f61aad93
PE
3593 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
3594 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
3595 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
3596 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
3597 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
3598 New files, imported from gnulib.
3599 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
3600 above.
3601
3602 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
3603 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
3604 gnulib sources.
3605
3606 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
3607 Add.
3608 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
3609 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
3610 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
3611 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
3612 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
3613 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
3614 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
3615 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
3616 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
3617 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
3618 (jm_PREREQ_ARGMATCH): Remove.
3619 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
3620 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
3621
3622 * src/system.h: Include <stdbool.h> unconditionally.
3623
3624 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
3625 assuming at least C89 in the bitset code for some time now.
3626
d2ffe116
AD
36272003-03-03 Akim Demaille <akim@epita.fr>
3628
3629 * ro.po: New.
3630
052826fd
AD
36312003-03-02 Akim Demaille <akim@epita.fr>
3632
3633 * doc/bison.texinfo (Table of Symbols): Reactivate the
3634 documentation for %lex-param, and %parse-param.
3635
c4749565
AD
36362003-03-02 Akim Demaille <akim@epita.fr>
3637
3638 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
3639 generate verbose error messages.
3640 Use the number of tokens as an upper bound in yytname, as it
3641 cannot be a non terminal.
3642
d5286af1
AD
36432003-03-02 Akim Demaille <akim@epita.fr>
3644
3645 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
3646 message.
3647
22e304a6
AD
36482003-03-02 Akim Demaille <akim@epita.fr>
3649
22e304a6
AD
3650 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
3651 Use them to exercise yycheck overrun.
3652 Based on Andrew Suffield's grammar.
3653
67a25fed
AD
36542003-03-02 Akim Demaille <akim@epita.fr>
3655
3656 Create tests/local.at for Bison generic testing macros.
3657
3658 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
3659 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
3660 This new file.
3661 * tests/calc.at (AT_CHECK_CALC): Adjust.
3662 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
3663 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
3664 * tests/local.at: here.
3665 (AT_COMPILE_CXX): Tags the tests using it as c++.
3666 Ignore the test if CXX is not functional.
3667
9c2b381f
PE
36682003-03-01 Paul Eggert <eggert@twinsun.com>
3669
3670 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
3671 not loc->end, since loc->end might contain garbage and this leads
3672 to undefined behavior on some platforms.
3673 (id_loc, token_start): Use (IF_LINTed) initial values that do not
3674 depend on *loc, so that the reader doesn't give the the false
3675 impression that *loc is initialized.
3676 (<INITIAL>"%%"): Do not bother setting code_start, since its value
3677 does not survive the return.
3678
0433ba88
AD
36792003-03-01 Akim Demaille <akim@epita.fr>
3680
3681 * src/scan-gram.l (code_start): Always initialize it when entering
3682 into yylex, as SC_EPILOGUE is activated *before* the corresponding
3683 yylex invocation. An alternative would be making it static, but
3684 then it starts with the second %%'s beginning, instead of its end.
3685
b305ea69
PE
36862003-02-28 Paul Eggert <eggert@twinsun.com>
3687
3688 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
3689 around a UnixWare 7.1.1 porting bug reported by John Hughes in
161a71f3 3690 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
b305ea69 3691
c3d25e01
PE
36922003-02-26 Paul Eggert <eggert@twinsun.com>
3693
3694 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
3695 Remove Sequent/Pyramid discussion (nobody uses them any more).
3696 Merge VMS and MS-DOS discussion; these ports may well be dead
3697 but let's keep mentioning them for now. Put <> around email
3698 addresses. Add copyright notice.
3699
c267ffbc
PE
37002003-02-24 Paul Eggert <eggert@twinsun.com>
3701
3702 * data/glr.c (yy_reduce_print): yylineno -> yylno,
3703 to avoid collision with flex use of yylineno.
3704 Problem reported by Bruce Lilly in
161a71f3 3705 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
c267ffbc
PE
3706 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
3707 * data/yacc.c (yy_reduce_print): Likewise.
3708
3709 * config/depcomp: Sync with Automake 1.7.3.
3710
f939fc12
AD
37112003-02-21 Akim Demaille <akim@epita.fr>
3712
3713 * data/lalr1.cc: Use temporary variables instead of casts to
3714 change integer types.
3715 Suggested by Paul Eggert.
3716
95923bd6
AD
37172003-02-21 Akim Demaille <akim@epita.fr>
3718
3719 * doc/bison.texinfo: Use "location" consistently to refer to @n,
3720 to avoid confusions with lalr1.cc's notion of Position.
3721 Suggested by Paul Eggert.
3722
2cdc240e
AD
37232003-02-20 Akim Demaille <akim@epita.fr>
3724
3725 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
3726 before initial_columns.
3727 (location.hh): Use consistent variable names when defining the
3728 operator<<.
3729 Use "last" so that we subtract from Positions, not from unsigned.
3730
5d003116
AD
37312003-02-20 Akim Demaille <akim@epita.fr>
3732
3733 * data/lalr1.cc (position.hh): New subfile, including the extended
3734 and Doxygen'ed documentation of class Position.
3735 (location.hh): Use it.
3736 Document a` la Doxygen.
ba1ecc07 3737 With the help of Benoit Perrot.
5d003116 3738
d02b25f9
AD
37392003-02-20 Akim Demaille <akim@epita.fr>
3740
3741 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
3742 AT_YACC_IF.
3743 Redefine AT_YYERROR_SEES_LOC_IF using it.
3744 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
3745 not defined.
3746 Don't use the location in yy::Parser::error_ and
3747 yy::Parser::print_ when not %locations.
3748 Activate more lalr1.cc tests.
3749
0d1c3a04
AD
37502003-02-19 Akim Demaille <akim@epita.fr>
3751
3752 * data/lalr1.cc: When displaying a line number, be sure to make it
3753 an int.
3754
60a777aa
AD
37552003-02-19 Akim Demaille <akim@epita.fr>
3756
3757 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
3758 Remove, useless.
3759 (YYABORT, YYACCEPT, YYERROR): New.
3760 * tests/calc.at: Renable the lalr1.cc test.
3761
0b86fc41
AD
37622003-02-19 Akim Demaille <akim@epita.fr>
3763
3764 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
3765 error recovery, mixing with/without pops and discarding of the
3766 lookahead.
3767 Exercise YYERROR.
3768 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
3769
da99a5dc
PE
37702003-02-17 Paul Eggert <eggert@twinsun.com>
3771
3772 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
3773 * tests/testsuite.at (AT_COMPILE): Use them.
3774 This fixes the testsuite problem reported by Robert Lentz in
161a71f3 3775 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
da99a5dc 3776
93b8c255
PE
37772003-02-12 Paul Eggert <eggert@twinsun.com>
3778
3779 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
3780 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
161a71f3 3781 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
93b8c255
PE
3782 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
3783 Check for malloc failure, for consistency with yacc.c.
3784 (yytname_size): Remove, for consistency with yacc.c.
3785
3786 The bug still remains in data/lalr1.cc, as I didn't have time
3787 to fix it there.
3788
7548fed2
AD
37892003-02-06 Akim Demaille <akim@epita.fr>
3790
3791 * configure.ac (GXX): Rename as...
3792 (CXX): this, to keep the original Autoconf semantics.
3793 Require 2.57.
3794 * data/lalr1.cc: Fix b4_copyright invocations.
3795 If YYDEBUG is not defined, don't depend upon name_ being defined.
3796 (location.hh): Include string and iostream.
3797 (Position::filename): New member.
3798 (Position::Position ()): New.
3799 (operator<< (Position)): New.
3800 (operator- (Position, int)): New.
3801 (Location::first, Location::last): Rename as...
3802 (Location::begin, Location::end): these, to mock the conventional
3803 iterator names.
3804 (operator<< (Location)): New.
3805 * tests/atlocal.in (CXX): New.
3806 * tests/testsuite.at (AT_COMPILE_CXX): New.
3807 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
3808 locations in a more synthetic way.
3809 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
3810 lalr1.cc is used.
3811 Adjust the C locations to match those from Emacs: first column is
3812 column 0.
3813 Change all the expected results.
3814 Conform to the GCS: simplify the locations when applicable.
3815 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
3816 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
3817 these CPP macros with the m4 macros new defined by...
3818 (AT_CHECK_PUSHDEFS): this, i.e.:
3819 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
d02b25f9 3820 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
7548fed2
AD
3821 New macros.
3822 (AT_CHECK_POPDEFS): Undefine them.
3823 (AT_CHECK_CALC_LALR1_CC): New.
3824 Use it for the first lalr1.cc test.
3825
43a176ef
AD
38262003-02-04 Akim Demaille <akim@epita.fr>
3827
3828 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
3829 Location as is defined.
3830
fc049e9c
AD
38312003-02-04 Akim Demaille <akim@epita.fr>
3832
3833 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
3834 name_ being defined.
3835
a737b216
PE
38362003-02-03 Paul Eggert <eggert@twinsun.com>
3837
3838 * src/gram.h (start_symbol): Remove unused decl.
3839
3840 Use more-consistent naming conventions for local vars.
3841
3842 * src/derives.c (derives_compute): Change type of local var from
3843 int to rule_number.
3844 * src/gram.c (grammar_rules_partial_print): Likewise.
3845 * src/print.c (print_core): Likewise.
3846 * src/reduce.c (reduce_grammar_tables): Likewise.
3847
3848 * src/gram.c (grammar_dump): Change name of item_number *
3849 local var from r to rp.
3850 * src/nullable.c (nullable_compute): Likewise.
3851
3852 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
3853
3854 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
3855 for symbol or symbol_number var.
3856 * src/reader.c (grammar_start_symbol_set): Likewise.
3857 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
3858 Likewise.
3859 * src/state.c (transitions_to): Likewise.
3860 * src/state.h: Likewise.
3861 * src/tables.c (symbol_number_to_vector_number): Likewise.
3862
3863 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
3864 char * var.
3865
3866 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
3867 var.
3868
3869 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
3870 var.
3871
3872 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
3873 Use str, not s, for char * var. Use ch, not c, for character var.
3874 Use size for size var.
3875
3876 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
3877 char * var.
3878 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
3879 uniqstr var.
3880 * src/uniqstr.h: Likewise.
3881
3882 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
3883 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
3884 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
3885 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
3886 param to have same name as that of enum, so that we don't use
3887 "s" to stand for a non-state.
3888
68e93ad5
AD
38892003-02-02 Akim Demaille <akim@epita.fr>
3890
3891 * src/scan-skel.l: Scan more than one inert character per yylex
3892 invocation.
3893
92898986
PE
38942003-02-01 Paul Eggert <eggert@twinsun.com>
3895
3896 Version 1.875a.
3897
1d9d5d71
PE
3898 * po/LINGUAS: Add ms.
3899
0435d061
AD
39002003-01-30 Akim Demaille <akim@epita.fr>
3901
3902 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
3903
6029a57f
PH
39042003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3905
3906 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
3907 of $1.
0435d061
AD
3908
3909 Changes in response to error report by S. Eken: GLR mode does not
6029a57f 3910 handle negative $ indices or $ indices in embedded rules correctly.
161a71f3 3911 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
0435d061 3912
6029a57f
PH
3913 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
3914 (b4_rhs_location): Ditto.
0435d061 3915 (yyfill): New function to copy from stack tree into array
6029a57f 3916 incrementally.
0435d061
AD
3917 (yyuserAction): Modify to allow incremental move of semantic values
3918 to rhs array when in GLR mode.
3919 Define YYFILL to use in user-defined actions to fill semantic array
6029a57f
PH
3920 as needed.
3921 Remove dummy use of yystack, as there is now a guaranteed use.
3922 (yydoAction): Modify to allow incremental move of semantic values
3923 to rhs array when in GLR mode.
3924 (yyresolveAction): Ditto.
3925 (yyglrShiftDefer): Update comment.
0435d061 3926 (yyresolveStates): Use X == NULL for pointers, not !X.
6029a57f
PH
3927 (yyglrReduce): Ditto.
3928 (yydoAction): Ditto
0435d061 3929
6029a57f
PH
3930 * tests/glr-regr1.at: Rename to ...
3931 * tests/glr-regression.at: Add new regression test for the problems
3932 described above (adapted from S. Eken).
3933 Update copyright notice.
3934 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
3935 * tests/Makefile.am: Ditto.
3936
6cee6297
PE
39372003-01-28 Paul Eggert <eggert@twinsun.com>
3938
3939 * data/lalr1.cc: Do not use @output_header_name@ unless
3940 b4_defines_flag is set. This fixes two bugs reported by
3941 Tim Van Holder in
161a71f3
PE
3942 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
3943 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
6cee6297 3944
b2a836b5
PE
39452003-01-21 Paul Eggert <eggert@twinsun.com>
3946
3947 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
3948 we don't need to worry about yyerrlab1 being reported as an
3949 "unused label" by non-GCC C compilers. The downside is that if
3950 locations are used then a couple of statements are duplicated each
3951 time YYERROR is invoked, but the upside is that the warnings
3952 should vanish.
3953 (yyerrlab1): Move code to YERROR.
3954 (yyerrlab2): Remove. Change uses back to yyerrlab1.
3955 This reverts some of the 2002-12-27 change.
3956
4196b931
PE
39572003-01-17 Paul Eggert <eggert@twinsun.com>
3958
3959 * src/output.c (symbol_printers_output): Fix typo that led
3960 to core dump. Problem reported by Antonio Rus in
161a71f3 3961 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
4196b931 3962
3ae831b4
AD
39632003-01-13 Akim Demaille <akim@epita.fr>,
3964 Quoc Peyrot <chojin@lrde.epita.fr>,
3965 Robert Anisko <anisko_r@lrde.epita.fr>
3966
3967 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
3968 when the stacks contain one element, as the loop would otherwise
3969 free the last state, and then use the top state (the one we just
3970 popped). This means that the initial elements will not be freed
3971 explicitly, as is the case in yacc.c; it is not a problem, as
3972 these elements have fake values.
3973
e3aa65c5
PE
39742003-01-11 Paul Eggert <eggert@twinsun.com>
3975
3976 * NEWS: %expect-violations are now just warnings, reverting
3977 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
3978 bootstrapping problem reported by Matthias Klose; see
161a71f3 3979 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
e3aa65c5
PE
3980 * src/conflicts.c (conflicts_print): Likewise.
3981 * tests/conflicts.at (%expect not enough, %expect too much,
3982 %expect with reduce conflicts): Likewise.
3983 * doc/bison.texinfo (Expect Decl): Document this. Also mention
3984 that the warning is enabled if the number of conflicts changes
3985 (not necessarily increases).
3986
3987 * src/getargs.c (version): Update copyright year.
3988
f0057011
AD
39892003-01-09 Akim Demaille <akim@epita.fr>
3990
3991 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
3992
1ee6d2a0
PE
39932003-01-08 Paul Eggert <eggert@twinsun.com>
3994
3995 * Makefile.maint (WGETFLAGS):
3996 New macro, containing "-C off" to disable proxy caches.
3997 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
3998 (rel-check): Use $(WGET) instead of wget.
3999
d4fd77c4
PE
40002003-01-06 Paul Eggert <eggert@twinsun.com>
4001
4002 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
4003 the GLR paper of Scott, Johnstone and Hussain.
4004
464c6927
PE
40052003-01-04 Paul Eggert <eggert@twinsun.com>
4006
d600ee67
PE
4007 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
4008 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
4009 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
4010 (EXTRA_LIBRARIES): New var, for liby.a.
4011 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
4012 (EXTRA_SCRIPTS): New var, for yacc.
4013
464c6927
PE
4014 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
4015 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
4016 Problem reported by Nelson H. F. Beebe.
4017
40182003-01-03 Paul Eggert <eggert@twinsun.com>
4019
4020 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
4021 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
4022 when compiling Bison 1.875's `bitset bset = obstack_alloc
4023 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
4024
4025 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
4026 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
4027 grow to a huge size with typical invocation.
d600ee67 4028
464c6927
PE
4029 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
4030 Use the pattern recommended by Autoconf 2.57, except also protect
4031 against double-definition.
4032 * src/system.h: Likewise.
4033 Portability issues reported by Nelson H. F. Beebe.
d600ee67 4034
464c6927
PE
4035 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
4036 All uses changed. Provide a definition in both C and C++.
4037 (yytrue, yyfalse): Define even if defined (__cplusplus).
4038
4039 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
4040 Reported by Nelson H. F. Beebe.
d600ee67 4041
464c6927
PE
4042 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
4043
0f42c7d5
PE
40442003-01-02 Paul Eggert <eggert@twinsun.com>
4045
4046 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
4047 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
4048 Bug reported by Nelson H. F. Beebe.
4049
dc546b0f
PE
40502003-01-01 Paul Eggert <eggert@twinsun.com>
4051
4052 * Version 1.875.
4053
2c09b6a7
PE
40542002-12-30 Paul Eggert <eggert@twinsun.com>
4055
4056 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
4057 Moved here from...
4058 (<INITIAL>","): Here. This causes stray "," to be treated
4059 more uniformly.
4060
dc546b0f 4061 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
2c09b6a7
PE
4062 last brace in braced code when not in Yacc mode, for compatibility
4063 with Bison 1.35. This resurrects the 2001-12-15 patch to
4064 src/reader.c.
4065
4066 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
4067 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
4068
535c0f63
PE
40692002-12-28 Paul Eggert <eggert@twinsun.com>
4070
4071 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
4072 that of SYM's type. This fixes Debian bug 168069, reported by
4073 Thomas Olsson.
d600ee67 4074
963fcc17
PE
40752002-12-28 Paul Eggert <eggert@twinsun.com>
4076
4077 Version 1.75f.
4078
4079 Switch back to the Yacc style of conflict reports, undoing some
4080 of the 2002-07-30 change.
4081 * doc/bison.texinfo (Understanding): Use Yacc style for
4082 conflict reports. Also, use new way of locating rules.
4083 * src/conflicts.c (conflict_report):
4084 Renamed from conflict_report_yacc, removing the old
4085 'conflict_report'. Translate the entire conflict report at once,
4086 so that we don't assume that "," has the same interpretation in
4087 all languages.
4088 (conflicts_output): Use Yacc-style conflict report for each state,
4089 instead of our more-complicated style.
4090 (conflicts_print): Use Yacc-style conflict report, except print
4091 the input file name when not emulating Yacc.
4092 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
4093 Conflicted Reduction, %expect not enough, %expect too much,
4094 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
4095 * tests/existing.at (GNU Cim Grammar): Likewise.
4096 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
4097
4098 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
4099 fatal): Don't invoke fflush; it's not needed and it might even be
4100 harmful for stdout, as stdout might not be open.
4101 * src/reduce.c (reduce_print): Likewise.
4102
b1efe548
PE
41032002-12-27 Paul Eggert <eggert@twinsun.com>
4104
4105 Fix a bug where error locations were not being recorded correctly.
4106 This problem was originally reported by Paul Hilfinger in
161a71f3 4107 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
b1efe548
PE
4108
4109 * data/yacc.c (yyparse): New local var yylerrsp, to record the
4110 top of the location stack's error locations.
4111 (yyerrlab): Set it. When discarding a token, push its location
4112 onto yylerrsp so that we don't lose track of the error's end.
4113 (yyerrlab1): Now is only the target of YYERROR, so that we can
4114 properly record the location of the action that failed. For GCC
4115 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
4116 GCC warning about yyerrlab1 being unused if YYERROR is unused.
4117 (yyerrlab2): New label, which yyerrlab now falls through to.
4118 Compute the error's location by applying YYLLOC_DEFAULT to
4119 the locations of all the symbols that went into the error.
4120 * doc/bison.texinfo (Location Default Action): Mention that
4121 YYLLOC_DEFAULT is also invoked for syntax errors.
4122 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
4123 Error locations include the locations of all the tokens that were
4124 discarded, not just the last token.
d600ee67 4125
983c5c2c
PE
41262002-12-26 Paul Eggert <eggert@twinsun.com>
4127
b1efe548
PE
4128 * src/files.c: Include quote.h.
4129 (compute_output_file_names): Warn if we detect conflicting
4130 outputs to the same file. This should catch the misunderstanding
4131 exemplified by Debian Bug 165349, reported by Bruce Stephens..
4132
4133 * src/conflicts.c (conflicts_print): If the user specifies
4134 "%expect N", report an error if there are any reduce/reduce
4135 conflicts. This is what the manual says should happen.
4136 This fixes Debian bug 130890, reported by Anthony DeRobertis.
4137 * tests/conflicts.at (%expect with reduce conflicts): New test.
4138
983c5c2c
PE
4139 Don't use m4_include on relative file names, as it doesn't work as
4140 desired if there happens to be a file with that name under ".".
d600ee67 4141
983c5c2c
PE
4142 * m4sugar/version.m4: Remove; it was included but it wasn't used.
4143 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
4144 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
4145 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
4146 * src/output.c (output_skeleton): Use full path names when
4147 specifying a file to include; don't rely on include path, as
4148 it's unreliable when the working file contains a file with
4149 that name.
d600ee67 4150
983c5c2c
PE
41512002-12-25 Paul Eggert <eggert@twinsun.com>
4152
4153 Remove obsolete references to bison.simple and bison.hairy.
4154 Problem mentioned by Aubin Mahe in
161a71f3 4155 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
983c5c2c
PE
4156 * data/glr.c: Comment fix.
4157 * doc/bison.1: Remove references. Also, mention "yacc".
4158
4159 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
4160 with -g option.
4161
4162 * src/parse-gram.y (declaration): Use enum "report_states" rather
4163 than its numeric value 1.
4164
4165 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
4166 opening a new one. This fixes Debian bug 165349, reported by
4167 Bruce Stephens.
4168
23f2d9dc
PE
41692002-12-24 Paul Eggert <eggert@twinsun.com>
4170
4171 Version 1.75e.
4172
4173 * Makefile.maint (cvs-update): Don't assume that the shell
4174 supports $(...), as Solaris sh doesn't.
4175
4176 * src/parse-gram.y (lloc_default): Remove test for empty
4177 nonterminals at the end, since it didn't change the result.
4178
41792002-12-24 Paul Eggert <eggert@twinsun.com>
33167b8b
PE
4180
4181 If the user does not define YYSTYPE as a macro, Bison now declares it
4182 using typedef instead of defining it as a macro. POSIX requires this.
4183 For consistency, YYLTYPE is also declared instead of defined.
4184
4185 %union directives can now have a tag before the `{', e.g., the
4186 directive `%union foo {...}' now generates the C code
4187 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
4188 The default union tag is `YYSTYPE', for compatibility with Solaris 9
4189 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
4190 instead of `yyltype'.
4191
4192 `yystype' and `yyltype' are now obsolescent macros instead of being
4193 typedefs or tags; they are no longer documented and will be
4194 withdrawn in a future release.
4195
4196 * data/glr.c (b4_location_type): Remove.
4197 (YYSTYPE): Renamed from yystype.
4198 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
4199 (struct YYLTYPE): Renamed from struct yyltype.
4200 (YYLTYPE): Renamed from yyltype.
4201 (yyltype, yystype): New (and obsolescent) macros,
4202 for backward compatibility.
4203 * data/yacc.c: Likewise.
4204
4205 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
4206 does not specify a union tag. This is for compatibility with
4207 Solaris 9 yacc.
4208
4209 * src/parse-gram.y (add_param): 2nd arg is now char * not char
4210 const *, since it is now modified by stripping surrounding { }.
4211 (current_braced_code): Remove.
4212 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
4213 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
4214 trailing " {...}". Now of type <chars>.
4215 (grammar_declaration): Adjust to bundled tokens.
4216 (code_content): Remove; stripping is now done by add_param.
4217 (print_token_value): Print contents of bundled tokens.
4218 (token_name): New function.
4219
4220 * src/reader.h (braced_code, current_braced_code): Remove.
4221 (token_name): New decl.
4222
4223 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
4224 token_type, not braced_code code_kind. All uses changed.
4225 (SC_PRE_CODE): New state, for scanning after a keyword that
4226 has (or usually has) an immediately-following braced code.
4227 (token_type): New local var, to keep track of which token type
4228 to return when scanning braced code.
4229 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
dc546b0f 4230 <INITIAL>"%parse-param", <INITIAL>"%printer",
33167b8b
PE
4231 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
4232 instead of returning a token type immediately.
4233 (<INITIAL>"{"): Set token type.
4234 (<SC_BRACED_CODE>"}"): Use it.
4235 (handle_action_dollar, handle_action_at): Now returns bool
4236 indicating success. Fail if ! current_rule; this prevents a core dump.
4237 (handle_symbol_code_dollar, handle_symbol_code_at):
4238 Remove; merge body into caller.
4239 (handle_dollar, handle_at): Complain in invalid contexts.
4240
4241 * NEWS, doc/bison.texinfo: Document the above.
4242 * NEWS: Fix years and program names in copyright notice.
4243
879ca4f8
PE
42442002-12-17 Paul Eggert <eggert@twinsun.com>
4245
4246 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
4247 Reporting, Table of Symbols): Omit mentions of %lex-param and
4248 %parse-param from the documentation for now.
4249
1c5fe69d
PE
42502002-12-15 Paul Eggert <eggert@twinsun.com>
4251
4252 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
4253 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
4254 lookahead symbol, and which sets yychar in parser actions) and it
7ea9026a
PE
4255 disagreed with the Bison documentation. Bug
4256 reported by Andrew Walrond.
d600ee67 4257
1c5fe69d
PE
4258 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
4259 as the caller now does that.
4260 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
4261 (YYEMPTY): Parenthesize right hand side, since others use it.
4262 (yyparse): Don't assume that our generated code is the only code
4263 that sets yychar.
4264
d1de5372
PE
42652002-12-13 Paul Eggert <eggert@twinsun.com>
4266
4267 Version 1.75d.
4268
4269 POSIX requires a "yacc" command.
4270 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
4271 (MOSTLYCLEANFILES): Add yacc.
4272 (yacc): New rule.
1c5fe69d 4273 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
d1de5372
PE
4274 as an alias for bison y.
4275
4276 * po/LINGUAS: Add da.
d600ee67 4277
d1de5372
PE
4278 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
4279 problem with latest <getopt.h>.
4280 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
4281
4282 * doc/fdl.texi: Upgrade to 1.2.
4283 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
4284 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
4285 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
4286 gnulib.
4287 * config/install-sh: Sync with autotools.
4288
4289 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
161a71f3 4290 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
d1de5372
PE
4291 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
4292 locations are requested.
4293 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
4294 locations are requested.
4295
d0f3fe23
PE
42962002-12-12 Paul Eggert <eggert@twinsun.com>
4297
4298 Remove unportable casts and storage allocation tricks.
4299 While we're at it, remove almost all casts, since they
4300 usually aren't needed and are a sign of trouble.
4301
4302 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
4303
4304 * src/derives.c (derives_compute): Do not subtract NTOKENS from
4305 the pointer DSET returned by malloc; this isn't portable.
4306 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
4307 Similarly for DERIVES.
4308 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
4309 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
4310 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
4311
4312 * src/derives.c (derives_compute): Do not bother invoking
4313 int_of_rule_number, since rule numbers are integers.
4314
4315 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
4316 rather than XMALLOC (char, N).
4317
4318 * src/files.c (filename_split): Rewrite to avoid cast.
4319
4320 * src/gram.h (symbol_number_as_item_number,
4321 item_number_as_symbol_number, rule_number_as_item_number,
4322 item_number_as_rule_number):
4323 Now inline functions rather than macros, to avoid casts.
4324 * src/state.h (state_number_as_int): Likewise.
4325 * src/tables.c (state_number_to_vector_number,
4326 symbol_number_to_vector_number): Likewise.
4327
4328 * src/gram.h (int_of_rule_number): Remove; no longer used.
4329
4330 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
4331 since the resulting storage is always stored into.
4332
4333 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
4334 where it's needed.
4335
4336 * src/muscle_tab.c (muscle_m4_output):
4337 Now inline. Return bool, not int.
4338 * src/state.c (state_compare): Likewise.
4339 * src/symtab.c (symbol_check_defined,
4340 symbol_check_alias_consistency, symbol_pack, symbol_translation,
4341 hash_compare_symbol, hash_symbol):
4342 Likewise.
4343 * src/uniqstr.c (uniqstr_print): Likewise.
4344 * src/muscle_tab.c (muscle_m4_output_processor):
4345 New function, to avoid casts.
4346 * src/state.c (state_comparator, stage_hasher): Likewise.
4347 * src/symtab.c (symbol_check_defined_processor,
4348 symbol_check_alias_consistency_processor, symbol_pack_processor,
4349 symbol_translation_processor, hash_symbol_comparator,
4350 hash_symbol_hasher): Likewise.
4351 * src/uniqstr.c (uniqstr_print_processor): Likewise.
4352 * src/muscle_tab.c (muscles_m4_output):
4353 Use new functions instead of casting old functions unportably.
4354 * src/state.c (state_hash_new): Likewise.
4355 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
4356 symbols_token_translations_init):
4357 Likewise.
4358 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
4359
4360 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
4361 var instead of casting to long, to avoid casts.
4362 (prepare_states): Use MALLOC rather than alloca, so that we don't
4363 have to worry about alloca.
4364 * src/state.c (state_hash_lookup): Likewise.
4365
4366 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
4367 local var instead of casting to unsigned char, to avoid casts.
4368
4369 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
4370 STATE_ALLOC): Remove.
4371 (transitions_new, errs_new, reductions_new, state_new): Use malloc
4372 rather than calloc, and use offsetof to avoid allocating slightly
4373 too much storage.
4374 (state_new): Initialize all members.
4375
4376 * src/state.c (state_hash): Use unsigned accumulator, not signed.
4377
4378 * src/symtab.c (symbol_free): Remove; unused.
4379 (symbol_get): Remove cast in lhs of assignment.
4380 (symbols_do): Now static. Accept generic arguments, not
4381 hashing-related ones.
4382
4383 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
4384 (symbol_processor): Remove.
4385 (symbols_do): Remove decl; now static.
4386
4387 * src/system.h (alloca): Remove; decl no longer needed.
4388 (<stddef.h>): Include, for offsetof.
4389 (<inttypes.>, <stdint.h>): Include if available.
4390 (uintptr_t): New type, if system lacks it.
4391 (CALLOC, MALLOC, REALLOC): New macros.
4392 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
4393 new macros.
4394
4395 * src/tables.c (table_size): Now int, to pacify GCC.
4396 (table_grow, table_ninf_remap): Use signed table size.
4397 (save_row): Don't bother initializing locals when not needed.
4398 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
4399 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
4400
4401 * src/vcg.h: Correct misspellings.
4402
4403 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
4404
4405
4406 * src/getargs.c (getargs): Don't assume EOF == -1.
4407
26b4a969
PE
44082002-12-09 Paul Eggert <eggert@twinsun.com>
4409
4410 Change identifier spellings to avoid collisions with names
4411 that are reserved by POSIX.
4412
4413 Don't use names ending in _t, since POSIX reserves them.
4414 For consistency, remove _e and _s endings -- they're weren't
4415 needed to remove ambiguity. All uses changed.
4416 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
4417 turn was just renamed from struniq_t.
4418 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
4419 which in turn was just renamed from struniq_processor_t.
4420 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
4421 in turn was renamed from hash_compare_struniq_t.
4422 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
4423 (state_list): Renamed from state_list_t.
4424 * src/assoc.h (assoc): Renamed from assoc_t.
4425 * src/conflicts.c (enum conflict_resolution): Renamed from
4426 enum conflict_resolution_e.
4427 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
4428 (rule_list): Renamed from rule_list_t.
4429 * src/getargs.h (enum trace): Renamed from enum trace_e.
4430 (enum report): Renamed from enum report_e.
4431 * src/gram.h (item_number): Renamed from item_number_t.
4432 (rule_number): Renamed from rule_number_t.
4433 (struct rule_s): Remove the "rule_s" part; not used.
4434 (rule): Renamed from rule_t.
4435 (rule_filter): Renamed from rule_filter_t.
4436 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
4437 (goto_list): Renamed from goto_list_t.
4438 * src/lalr.h (goto_number): Renamed from goto_number_t.
4439 * src/location.h (location): Renamed from location_t.
4440 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
4441 and moved here from:
4442 * src/muscle_tab.h (muscle_entry_t): here.
4443 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
4444 (rule_list): Renamed from rule_list_t.
4445 * src/print_graph.c (static_graph): Renamed from graph.
4446 * src/reader.h (braced_code): Renamed from braced_code_t.
4447 Remove brace_code_e tag.
4448 * src/relation.h (relation_node): Renamed from relation_node_t.
4449 (relation_nodes): Renamed from relation_nodes_t.
4450 (relation): Renamed from relation_t.
4451 * src/state.h (state_number): Renamed from state_number_t.
4452 (struct state): Renamed from struct state_s.
4453 (state): Renamed from state_t.
4454 (transitions): Renamed from transitions_t. Unused (and
4455 misspelled) transtion_s tag removed.
4456 (errs): Renamed from errs_t. Unused errs_s tag removed.
4457 (reductions): Renamed from reductions_t. Unused tag
4458 reductions_s removed.
4459 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
4460 (struct symbol_list): Renamed from struct symbol_list_s.
4461 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
4462 (struct symbol): Renamed from struct symbol_s.
4463 (symbol): Renamed from symbol_t.
4464 * src/tables.c (vector_number): Renamed from vector_number_t.
4465 (action_number): Renamed from action_t.
4466 * src/tables.h (base_number): Renamed from base_t.
4467 * src/vcg.h (enum color): Renamed from enum color_e.
4468 (enum textmode): Renamed from enum textmode_e.
4469 (enum shape): Renamed from enum shape_e.
4470 (struct colorentry): Renamed from struct colorentry_s.
4471 (struct classname): Renamed from struct classname_s.
4472 (struct infoname): Renamed from struct infoname_s.
4473 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
4474 (enum decision): Renamed from enum decision_e.
4475 (enum orientation): Renamed from enum orientation_e.
4476 (enum alignment): Renamed from enum alignment_e.
4477 (enum arrow_mode): Renamed from enum arrow_mode_e.
4478 (enum crossing_type): Renamed from enum crossing_type_e.
4479 (enum view): Renamed from enum view_e.
4480 (struct node): Renamed from struct node_s.
4481 (node): Renamed from node_t.
4482 (enum linestyle): Renamed from enum linestyle_e.
4483 (enum arrowstyle): Renamed from enum arrowstyle_e.
4484 (struct edge): Renamed from struct edge.
4485 (edge): Renamed from edge_t.
4486 (struct graph): Renamed from struct graph_s.
4487 (graph): Renamed from graph_t.
4488 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
4489 Rename value_t -> value.
4490 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
4491 value_t_as_yystype -> value_as_yystype.
4492
4493 Don't include <errno.h> in the mainstream code, since it
4494 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
4495 * lib/get-errno.c, lib/get-errno.h: New files.
4496 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
4497 get-errno.c.
4498 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
4499 * src/output.c (output_skeleton): Likewise.
4500 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
4501 instead of errno.
4502 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
4503 Likewise.
4504 (handle_action_dollar, handle_action_at): Likewise.
4505 * src/system.h: Do not include <errno.h>.
4506 (TAB_EXT): Renamed from EXT_TAB.
4507 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
4508
4509 Avoid str[a-z]*, since <string.h> reserves that name space.
4510 Change all instances of "struniq" in names to "uniqstr", and
4511 likewise for "STRUNIQ" and "UNIQSTR".
4512 * src/uniqstr.c: Renamed from src/struniq.c.
4513 * src/uniqstr.h: Renamed from src/struniq.h.
4514 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
4515 * src/files.c (strsuffix): Remove; unused.
4516 (concat2): Renamed from stringappend. Now static.
4517 * src/files.h (strsuffix, stringappend): Remove; unused.
4518 * src/parse-gram.y (<chars>): Renamed from <string>.
4519 (<uniqstr>): Renamed from <struniq>.
4520 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
4521 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
4522 (struct graph_s.expand): Renamed from struct graph_s.stretch.
4523 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
4524 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
4525 (N_EXPAND): Renamed from N_STRETCH.
4526
4527 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
4528 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
4529 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
4530 Remove; unused.
4531 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
4532 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
4533 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
4534 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
4535 (BASE_MAXIMUM): Renamed from BASE_MAX.
4536 (BASE_MINIMUM): Renamed from BASE_MIN.
4537 (ACTION_MAX): Remove; unused.
4538 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
4539 Unnecessary casts removed from above defines.
4540
4541
4542 Fix misspelling in names.
4543 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
4544 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
4545 G_NODE_ALIGNEMENT.
4546
4547
4548 * lib/timevar.c (timevar_report): Renamed from time_report,
4549 for consistency with other names.
4550 * lib/timevar.h (timevar_report): New decl.
4551 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
4552
4553
4554 Sort include-file uses.
4555
4556 Reorder all include files under src to be in the order "system.h".
4557 then the ../lib include files in angle brackets (alphabetized),
4558 then the . include files in double-quotes (alphabetized). Fix
4559 dependency breakages encountered in this process, as follows:
4560 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
4561 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
4562 * src/state.h: Include "symtab.h".
4563
996b1c7e
PE
45642002-12-08 Paul Eggert <eggert@twinsun.com>
4565
4566 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
4567 since this causes problems when __file__ contains character
4568 sequences like "@" that are treated specially by src/scan-skel.l.
4569 Instead, just use the file's basename. This fixes the bug
4570 reported by Martin Mokrejs in
161a71f3 4571 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
996b1c7e 4572
e19c4e5d
PE
45732002-12-06 Paul Eggert <eggert@twinsun.com>
4574
4575 Add support for rules that do not have trailing semicolons, as
4576 POSIX requires. Improve the quality of locations in Bison
4577 diagnostics.
26b4a969 4578
e19c4e5d
PE
4579 * src/location.c: Include <quotearg.h>.
4580 (empty_location): Now const.
4581 (location_print): New function. Follow the recommendation of the
4582 GNU Coding Standards for locations that span file boundaries.
4583 * src/location.h: Do not include <quotearg.h>; no longer needed.
4584 (boundary): New type.
4585 (location_t): Use it. This allows locations to span file boundaries.
4586 All member uses changed: file -> start.file or end.file (as needed),
4587 first_line -> start.line, first_column -> start.column,
4588 last_line -> end.line, last_column -> end.column.
4589 (equal_boundaries): New function.
4590 (LOCATION_RESET, LOCATION_STEP): Remove.
4591 (LOCATION_PRINT): Remove. All callers changed to use location_print.
4592 (empty_location): Now const.
4593 (location_print): New decl.
4594 * src/parse-gram.y (lloc_default): New function, which handles
4595 empty locations more accurately.
4596 (YYLLOC_DEFAULT): Use it.
4597 (%token COLON): Remove.
4598 (%token ID_COLON): New token.
26b4a969 4599 (rules): Use it.
e19c4e5d
PE
4600 (declarations, rules): Remove trailing semicolon.
4601 (declaration, rules_or_grammar_declaration):
4602 Allow empty (";") declaration.
4603 (symbol_def): Remove empty actions; no longer needed.
4604 (rules_or_grammar_declaration): Remove trailing semicolon.
4605 (semi_colon.opt): Remove.
4606 * src/reader.h: Include location.h.
4607 (scanner_cursor): New decl.
4608 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
4609 rolling our own.
4610 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
4611 of *loc.
4612 (STEP): Remove. No longer needed, now that adjust_location does
4613 the work. All uses removed.
4614 (scanner_cursor): New var.
4615 (adjust_location): Renamed from extend_location. It now sets
4616 *loc and adjusts the scanner cursor. All uses changed.
4617 Don't bother testing for CR.
4618 (handle_syncline): Remove location arg; now updates scanner cursor.
4619 All callers changed.
4620 (unexpected_end_of_file): Now accepts start boundary of token or
4621 comment, not location. All callers changed. Update scanner cursor,
4622 not the location.
4623 (SC_AFTER_IDENTIFIER): New state.
4624 (context_state): Renamed from c_context. All uses changed.
4625 (id_loc, code_start, token_start): New local vars.
4626 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
4627 processing of Yacc white space and equivalents here.
4628 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
4629 instead of returning ID immediately, since we need to search for
4630 a subsequent colon.
4631 (<INITIAL>"'", "\""): Save token_start.
4632 (<INITIAL>"%{", "{", "%%"): Save code_start.
4633 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
4634 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
4635 BEGIN context_state at end, not INITIAL.
4636 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
4637 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
4638 Return correct token start.
4639 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
4640 the start of a character, string or multiline comment is found.
4641 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
4642 Reduction): Adjust reported locations to match the more-precise
4643 results now expected.
4644 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
4645 * tests/reduce.at (Useless Rules, Reduced Automaton,
4646 Underivable Rules): Likewise.
4647 * tests/regression.at (Invalid inputs): No longer `expecting ";"
4648 or "|"' now that so many other tokens are allowed by the new grammar.
4649
4650 * src/complain.h (current_file): Remove duplicate decl;
4651 current_file is now owned by files.h.
4652 * src/complain.c, src/scan-gram.l: Include files.h.
4653
46542002-12-06 Paul Eggert <eggert@twinsun.com>
26b4a969 4655
e19c4e5d
PE
4656 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
4657 promotes to int; it might be unsigned int.
4658 * data/yacc.c (yy_reduce_print): Likewise.
4659
4660 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
4661 be #defined in the prologue, not in the Bison declarations.
4662 This fixes Debian Bug 102878, reported by Shaul Karl.
26b4a969 4663
b64755e3
PE
46642002-12-02 Paul Eggert <eggert@twinsun.com>
4665
4666 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
4667 * lib/strtoul.c: New file, from gnulib.
4668 This fixes a porting bug reported by Peter Klein in
161a71f3 4669 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
b64755e3 4670
6e746484
PE
46712002-11-30 Paul Eggert <eggert@twinsun.com>
4672
b64755e3
PE
4673 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
4674 and put only a forward declaration in the prologue. This is for
4675 consistency with the other scanner helper functions.
4676
6ba55592
PE
4677 Type clashes now generate warnings, not errors, since it
4678 appears that POSIX may allow some grammars with type clashes.
4679 * src/reader.c (grammar_current_rule_check): Warn about
4680 type clashes instead of complaining.
4681 * tests/input.at (Type Clashes): Expect warnings, not complaints.
4682
6e746484
PE
4683 Add Yacc library, since POSIX requires it.
4684 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
4685 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
4686 * lib/main.c, lib/yyerror.c: New files.
4687
4688 gram_error can be static; it need not be extern.
4689 * src/reader.h (gram_error): Remove decl.
4690 * src/parse-gram.y (gram_error): Now static. Add static decl.
4691 (print_token_value): Omit parameter names from forward decl,
4692 for consistency.
4693
88510f9c
PE
46942002-11-29 Paul Eggert <eggert@twinsun.com>
4695
6e746484
PE
4696 * doc/bison.texinfo: Emphasize that yylex and yyerror must
4697 be declared before being used. E.g., one should typically
4698 declare them in the prologue. Use GNU coding style in examples.
4699 Put "const" consistently after the type it modifies. Mention
4700 that C99 supports "inline". Mention that yyerror traditionally
4701 returns "int".
4702
88510f9c
PE
4703 %parse-param and %lex-param now take just one argument, the
4704 declaration; the argument name is deduced from the declaration.
4705
4706 * doc/bison.texinfo (Parser Function, Pure Calling, Error
4707 Reporting, Table of Symbols): Document this.
4708 * src/parse-gram.y (add_param): New function.
4709 (COMMA): Remove.
4710 (declaration): Implement new rule for %parse-param and %lex-param.
4711 * src/scan-gram.l: "," now elicits a warning, rather than being
4712 a token; this is more compatible with byacc.
4713 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
4714
bb92250c
PE
47152002-11-27 Paul Eggert <eggert@twinsun.com>
4716
4717 Rename identifiers to avoid real and potential collisions.
4718
4719 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
4720 to avoid collision with lex macro described by Bruce Lilly in
161a71f3 4721 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
bb92250c
PE
4722 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
4723 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
4724 * src/parse-gram.y (print_token_value): Renamed from yyprint.
4725 All uses changed.
4726 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
4727 The name "yycontrol" violates the name space rules, and this stuff
4728 wasn't being used anyway.
4729 (input): Remove action; this stuff wasn't being used.
4730 (gram_error): Rename local variable yylloc -> loc.
4731 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
4732 (YY_DECL): Don't use "yy" at start of local variables.
4733 All uses changed, e.g., yylloc -> loc.
4734 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
4735 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
4736 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
4737 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
4738
4739 * src/parse-gram.y (gram_error): loc is now const *.
4740 * src/reader.h (gram_error): Likewise.
4741
3af4feb2
PE
47422002-11-24 Paul Eggert <eggert@twinsun.com>
4743
4744 Version 1.75c.
4745
4746 * tests/actions.at (Actions after errors): Use an output format
4747 more similar to that of the Printers and Destructors test.
4748 Test the position of the ';' token too.
4749 (Printers and Destructors): Likewise.
4750 (Printers and Destructors: %glr-parser): Remove for now, to avoid
4751 unnecessarily alarming people when the test fails.
4752
4753 * data/yacc.c (yyerrlab1): Move this label down, so that the
4754 parser does not discard the lookahead token if the user code
4755 invokes YYERROR. This change is required for POSIX conformance.
4756
4757 * lib/error.c: Sync with gnulib.
4758
47592002-11-22 Paul Eggert <eggert@twinsun.com>
4760
4761 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
4762 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
4763 * lib/xmalloc.c: Likewise.
26b4a969 4764
58004308
PE
47652002-11-20 Paul Eggert <eggert@twinsun.com>
4766
4767 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
4768
47692002-11-20 Paul Eggert <eggert@twinsun.com>
26b4a969 4770
58004308
PE
4771 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
4772 should use `if (! x) abort ();' rather than `assert (x);', and
4773 anyway it's one less thing to worry about configuring.
4774
4775 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
4776 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
4777 and replace all instances of assert with abort.
4778 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
4779 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
4780
4781 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
4782 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
4783 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
4784 hash_find_entry, hash_rehash, hash_insert): Likewise.
4785 * src/conflicts.c (resolve_sr_conflict): Likewise.
4786 * src/lalr.c (set_goto_map, map_goto): Likewise.
4787 * src/nullable.c (nullable_compute): Likewise.
4788 * src/output.c (prepare_rules, token_definitions_output): Likewise.
4789 * src/reader.c (packgram, reader): Likewise.
4790 * src/state.c (state_new, state_free, state_transitions_set,
4791 state_reduction_find): Likewise.
4792 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
4793 symbol_pack): Likewise.
4794 * src/tables.c (conflict_row, pack_vector): Likewise.
4795 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
4796 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
4797 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
4798 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
4799
4800 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
4801 (ARGMATCH_CONSTRAINT): New macro.
4802 (ARGMATCH_ASSERT): Use it.
4803
4804 * src/system.h (verify): New macro.
4805 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
4806 rather than assert.
4807 * src/tables.c (tables_generate): Likewise.
4808
4809 * src/struniq.c (struniq_assert): Now returns void, and aborts
4810 if the assertion is false.
4811 (struniq_assert_p): Remove.
4812 * src/struniq.h: Likewise.
4813
76ae8198
PE
48142002-11-18 Paul Eggert <eggert@twinsun.com>
4815
4816 * data/glr.c (yygetLRActions): Replace `yyindex' with
4817 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
4818 This fixes the regression with Sun ONE Studio 7 cc that I reported in
161a71f3 4819 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
76ae8198 4820
d3c4e709
AD
48212002-11-18 Akim Demaille <akim@epita.fr>
4822
4823 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
4824 space.
4825 From Tim Van Holder.
4826
8d8a7238
PE
48272002-11-17 Paul Eggert <eggert@twinsun.com>
4828
4829 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
4830 to "SyntaxError" for consistency with my 2002-11-15 change.
4831
4832 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
4833 not define to {}, since this breaks the common use of `YYDPRINTF
4834 ((...));' if a single statement is desired (e.g. before `else').
4835 Work around GCC warnings by surrounding corresponding calls with
4836 {} if needed.
4837 (yyhasResolvedValue): Remove unused function.
4838 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
4839 loop body.
4840 (yyreportSyntaxError): Renamed from yyreportParseError.
4841 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
4842 All uses changed.
4843 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
4844 extern when possible. Remove unused initializations.
4845
b0937b22
AD
48462002-11-16 Akim Demaille <akim@epita.fr>
4847
4848 Augment the similarity between GLR and LALR traces.
4849
4850 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
4851 (YY_REDUCE_PRINT): New.
4852 (yyparse): Use them.
4853 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
4854 YYDPRINT here.
4855 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
4856 state reached after the reduction/recovery, since...
4857 (yyparse, yyprocessOneStack): Report the state we are entering in.
4858
c5e3e510
AD
48592002-11-16 Akim Demaille <akim@epita.fr>
4860
4861 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
4862 Add support for --trace=skeleton.
4863 * src/scan-skel.l: %option debug.
4864 Scan strings of non-@ or \n instead of character by character.
4865 (scan_skel): Handle trace_skeleton.
4866 (QPUTS): New.
4867 (@output_parser_name@, @output_header_name@): ``Restore'' their
4868 support (used to be M4 macros).
4869 * data/yacc.c: Quote larger chunks, a la glr.c.
4870 * data/lalr1.cc: Likewise.
4871 The header guards are no longer available, so use some other
4872 string than `YYLSP_NEEDED'.
4873
4c6cc1db
AD
48742002-11-16 Akim Demaille <akim@epita.fr>
4875
4876 Make the ``Printers and Destructors'' test more verbose, taking
4877 `yacc.c''s behavior as (possibly wrong) reference.
4878
4879 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
4880 instead of fprint on stdout.
4881 Set and report the last_line of the symbols.
4882 Consistently display values and locations.
4883
6d9e8019
PE
48842002-11-16 Paul Eggert <eggert@twinsun.com>
4885
4886 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
4887
6e649e65
PE
48882002-11-15 Paul Eggert <eggert@twinsun.com>
4889
b25d88f6
PE
4890 * tests/actions.at (Actions after errors): New test case.
4891
6e649e65
PE
4892 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
4893 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
4894 tests/action.at, tests/calc.at, tests/conflicts.at,
4895 tests/cxx-type.at, tests/regression.at:
4896 "parse error" -> "syntax error" for POSIX compatibility.
4897 "parsing stack overflow..." -> "parser stack overflow" so
4898 that code matches Bison documentation.
4899
0f39aab9
AD
49002002-11-15 Akim Demaille <akim@epita.fr>
4901
4902 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
4903 take two BRACED_CODE, not two string_content.
4904 Free the scanner's obstack when we are done.
4905 (code_content): New.
4906 * tests/calc.at: Adjust.
4907 * doc/bison.texinfo: Adjust.
4908 Also, make sure to include the `,' for these declarations.
4909
761c1926
AD
49102002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
4911
4912 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
4913 definition; avoids potential autoreconf problems.
4914
b0f98b10
AD
49152002-11-15 Akim Demaille <akim@epita.fr>
4916
4917 Always check the value returned by yyparse.
4918
4919 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
4920 returned by yyparse.
4921 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
4922 Adjust calls.
4923 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
4924 returned by yyparse.
4925
970785f1
PH
49262002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4927
4928 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
4929 on input.at test.
4930
8fcc7db1
PE
49312002-11-14 Paul Eggert <eggert@twinsun.com>
4932
7ec1b48e
PE
4933 * src/output.c (output_skeleton): Call xfopen instead of
4934 duplicating xfopen's body.
4935
cfff7583 4936 Fix bugs reported by Nelson H. F. Beebe in
161a71f3 4937 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
cfff7583 4938
8fcc7db1
PE
4939 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
4940 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
4941 Group compiler. Instead, use "$CC -E bar.c". Include the .h
4942 file twice in the grammar, as an extra check.
4943
4944 * tests/input.at (Torturing the Scanner): Surround the
4945 backslash-newline tests with "#if 0", to make it less likely that
4946 we'll run into compiler bugs. Bring back solitary \ inside
4947 comment, but add a closing comment to work around HP C bug. Don't
e3aa65c5 4948 test backslash-newline in C character constant.
8fcc7db1 4949
4e8d992c
AD
49502002-11-14 Akim Demaille <akim@epita.fr>
4951
4952 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
4953 status of the compiler.
f32b346d 4954 Calling `exit 1' is no longer needed.
4e8d992c
AD
4955 Reported by Nelson H. F. Beebe.
4956
9501dc6e
AD
49572002-11-14 Akim Demaille <akim@epita.fr>
4958
4959 * tests/atlocal.in (CPPFLAGS): We have config.h.
4960 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
4961 New.
4962 * tests/actions.at, tests/calc.at, tests/conflicts.at,
4963 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
4964 * tests/regression.at, tests/torture.at: Use them for all the
4965 grammars that are to be compiled.
4966 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
4967 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
4968 * doc/bison.texinfo (GLR Parsers): Document `inline'.
4969
18b519c0
AD
49702002-11-14 Akim Demaille <akim@epita.fr>
4971
4972 * doc/bison.texinfo: Various formatting changes (alignments in
4973 samples, additional @group/@end group, GCS in samples.
4974 Use @deffn instead of simple @table to define the directives,
4975 macros, variables etc.
4976
9a86cdb9
PE
49772002-11-13 Paul Eggert <eggert@twinsun.com>
4978
daa33def 4979 Fix some bugs reported by Albert Chin-A-Young in
161a71f3 4980 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
18b519c0 4981
daa33def 4982 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
8fcc7db1 4983 -o c"; the HP C compiler chatters during compilation.
daa33def
PE
4984 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
4985 * tests/headers.at (export YYLTYPE): Likewise.
4986
4987 * tests/input.at (Torturing the Scanner): Remove lines containing
8fcc7db1 4988 solitary backslashes, as they tickle a bug in the HP C compiler.
daa33def 4989
9a86cdb9
PE
4990 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
4991 comments, since they're not portable. Use GNU coding style.
4992
9c1e26bd
AD
49932002-11-13 Akim Demaille <akim@epita.fr>
4994
4995 * data/yacc.c: Leave bigger chunks of quoted text.
4996 (YYDSYMPRINTF): New.
4997 Use it to report symbol activities.
4998 * data/glr.c (YYDSYMPRINTF): New.
4999 Use it.
5000
87f721cc
PE
50012002-11-12 Paul Eggert <eggert@twinsun.com>
5002
5003 Version 1.75b.
5004
5005 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
5006 (yyglrReduce): Return yyok, not 0.
5007 This should avoid the enumerated-type warnings reported
464c6927 5008 by Nelson H. F. Beebe in
161a71f3 5009 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
87f721cc
PE
5010
5011 * lib/bbitset.h (BITSET_INLINE): Remove.
5012 * lib/bitset.h [! BITSET_INLINE]: Remove.
5013 (bitset_set, bitset_reset, bitset_test): Rename local vars
5014 to avoid shadowing warnings by GCC.
5015
5016 * data/glr.c (inline): Remove #define. It's the user's
5017 responsibility to #define it away, just like 'const'.
464c6927 5018 This fixes one of the bugs reported by Nelson H. F. Beebe in
161a71f3 5019 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
18b519c0 5020
87f721cc
PE
5021 * Makefile.maint (po-check): Scan .l and .y files instead of the
5022 .c and the .h files that they generate. This fixes the bug
5023 reported by Tim Van Holder in:
161a71f3 5024 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
87f721cc
PE
5025 Look for N_ as well as for _. Try to avoid matching #define for
5026 N_ and _.
5027 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
5028 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
5029 * src/scan-gram.l: Revamp regular expressions so that " and '
5030 do not confuse xgettext.
5031
5032 * src/struniq.h (struniq_new): Do not declare the return type
5033 to be 'const'; this violates the C standard.
5034 * src/struniq.c (struniq_new): Likewise.
5035
be14ade5
AD
50362002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
5037
5038 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
5039 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
5040 linker.
5041
05291fbc
AD
50422002-11-12 Akim Demaille <akim@epita.fr>
5043
5044 * Makefile.maint: Sync with Autoconf:
5045 (local_updates): New.
5046
1f5fd52e
AD
50472002-11-12 Akim Demaille <akim@epita.fr>
5048
5049 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
5050
283f1e64
AD
50512002-11-12 Akim Demaille <akim@epita.fr>
5052
5053 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
5054 locations.
5055
886b69d1
AD
50562002-11-12 Akim Demaille <akim@epita.fr>
5057
5058 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
5059 not yyvalue.
5060
3df37415
AD
50612002-11-12 Akim Demaille <akim@epita.fr>
5062
5063 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
5064 Use it to test the GLR parser.
5065
7bd6c77e
AD
50662002-11-12 Akim Demaille <akim@epita.fr>
5067
5068 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
5069 defines it.
5070 * data/glr.c (yystos): New.
5071 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
5072 (YYDSYMPRINT): New.
5073 (yyval): Don't define it, it is handled via M4.
5074 (yyrecoverParseError): Free verbosely the discarded symbols.
5075 * data/yacc.c (yysymprint): Remove, rather...
5076 (b4_yysymprint_generate): invoke.
5077 * data/c.m4 (b4_yysymprint_generate): New.
5078 Accept pointers as arguments, as opposed to the version from
5079 yacc.c.
5080 (b4_yydestruct_generate): Likewise.
5081 * tests/cations.at (Printers and Destructors): Use Bison directives
5082 instead of CPP macros.
5083 Don't rely on internal details.
5084
b0400cc6
AD
50852002-11-12 Akim Demaille <akim@epita.fr>
5086
5087 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
5088 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
5089 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
5090 it against YYEMPTY and so forth), work on yytoken (i.e., set
5091 it to YYEMPTY etc.).
5092 (yydestruct): Replace with a b4_yydestruct_generate invocation.
5093 (b4_symbol_actions): Remove.
5094 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
5095 for 0, end-of-input.
5096
72f889cc
AD
50972002-11-12 Akim Demaille <akim@epita.fr>
5098
5099 * doc/bison.texinfo (Destructor Decl): New.
5100
b1ae9233
AD
51012002-11-12 Akim Demaille <akim@epita.fr>
5102
5103 * src/tables.c (tables_generate): Use free for pointers that
5104 cannot be NULL, not XFREE.
5105 (pack_vector): Use assert, not fatal, for bound violations.
5106 * src/state.c (state_new): Likewise.
5107 * src/reader.c (reader): Likewise.
5108 * src/lalr.c (set_goto_map): Likewise.
72f889cc 5109 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
b1ae9233
AD
5110 the file name.
5111
7ec2d4cd
AD
51122002-11-12 Akim Demaille <akim@epita.fr>
5113
5114 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
5115 Restore.
5116 * src/scan-gram.l (last_string): Is global to the file, not to
5117 yylex.
5118 * src/parse-gram.y (input): Don't append the epilogue here,
5119 (epilogue.opt): do it here, and free the scanner's obstack.
5120 * src/reader.c (epilogue_set): Rename as...
5121 (epilogue_augment): this.
5122 * data/c.m4 (b4_epilogue): Defaults to empty.
5123
573a6cd3
AD
51242002-11-12 Akim Demaille <akim@epita.fr>
5125
5126 * src/getargs.c (long_options): Remove duplicates.
5127 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
5128 Remove.
5129 * doc/bison.rnh: Remove.
5130 * doc/bison.texinfo (VMS Invocation): Remove.
5131
95612cfa
AD
51322002-11-12 Akim Demaille <akim@epita.fr>
5133
5134 * src/struniq.h, src/struniq.c (struniq_t): Is const.
5135 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
5136
5137 Use struniq for symbols.
5138
5139 * src/symtab.h (symbol_t): The tag member is a struniq.
5140 (symbol_type_set): Adjust.
5141 * src/symtab.c (symbol_new): Takes a struniq.
5142 (symbol_free): Don't free the tag member.
5143 (hash_compare_symbol_t, hash_symbol_t): Rename as...
5144 (hash_compare_symbol, hash_symbol): these.
5145 Use the fact that tags as struniqs.
5146 (symbol_get): Use struniq_new.
5147 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
5148 Returns a strniq.
5149 * src/reader.h (merger_list, grammar_currentmerge_set): The name
5150 and type members are struniqs.
5151 * src/reader.c (get_merge_function)
5152 (grammar_current_rule_merge_set): Adjust.
5153 (TYPE, current_type): Are struniq.
5154
5155 Use struniq for file names.
5156
5157 * src/files.h, src/files.c (infile): Split into...
5158 (grammar_file, current_file): these.
5159 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
5160 * src/reduce.c (reduce_print): Likewise.
5161 * src/getargs.c (getargs): Likewise.
5162 * src/complain.h, src/complain.c: Likewise.
5163 * src/main.c (main): Call struniqs_new early enough to use it for
5164 file names.
5165 Don't free the input file name.
5166
3e6656f9
AD
51672002-11-12 Akim Demaille <akim@epita.fr>
5168
5169 * src/symtab.c (symbol_free): Remove dead deactivated code:
5170 type_name are properly removed.
5171 Don't use XFREE to free items that cannot be NULL.
5172 * src/struniq.h, src/struniq.c: New.
5173 * src/main.c (main): Initialize/free struniqs.
5174 * src/parse-gram.y (%union): Add astruniq member.
5175 (yyprint): Adjust.
5176 * src/scan-gram.l (<{tag}>): Return a struniq.
5177 Free the obstack bit that used to store it.
5178 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
5179
7672019c
PE
51802002-11-11 Paul Eggert <eggert@twinsun.com>
5181
5182 Revamp to fix many (but not all) of the C- and M4-related quoting
5183 problems. Among other things, this fixes the Bison bug reported
5184 by Jan Hubicka when processing the Bash grammar; see:
161a71f3 5185 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
7672019c
PE
5186
5187 Use new @ escapes consistently. Represent brackets with @{ and @}
5188 rather than @<:@ and @:>@, since this works a bit better with dumb
5189 editors like vi. Represent @ with @@, since @ is now consistently
5190 an escape. Use @oline@ and @ofile@ rather than __oline__ and
5191 __ofile__, to avoid unexpected expansions. Similarly, use @output
5192 rather than #output.
5193
5194 * data/c.m4 (b4_copyright): Omit file name from comment, since
5195 the file name could contain "*/".
5196 (b4_synclines_flag): Don't quote the 2nd argument; it should already
5197 be quoted. All uses changed.
5198
5199 * data/glr.c: Use new @ escapes consistently.
5200 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
5201 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
5202 Remove, since they couldn't handle arbitrary characters in file
5203 names.
5204 * data/lalr1.cc: Likewise.
5205 * data/yacc.c: Likewise.
5206
5207 * src/files.c (output_infix): Remove; all uses removed.
5208 * src/files.h: Likewise.
5209
5210 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
5211 mishandled funny characters in file names, and anyway it isn't
5212 needed any more.
5213 * data/yacc.c: Likewise.
5214 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
5215
5216 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
5217 * data/yacc.c: Likewise.
5218
5219 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
5220 strings now.
5221 (muscle_init): Quote filename as a C string.
5222 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
5223 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
5224 * src/output.c (escaped_file_name_output): New function.
5225 (prepare_symbols): Quote tokens for M4.
5226 (prepare): Don't insert output_infix, output_prefix,
5227 output_parser_name, output_header_name; this is now down by scan-skel.
5228 Insert skeleton as a C string.
5229
5230 * src/output.c (user_actions_output, symbol_destructors_output,
5231 symbol_printers_output): Quote filenames for C and M4.
5232 * src/reader.c (prologue_augment, epilogue_set): Likewise.
5233
5234 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
5235 escapes other than \\ and \'; this simplifies the code.
5236 (<SC_STRING>): Likewise, for \\ and \".
5237 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
5238 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
5239 Use new escapes @{ and @} for [ and ].
5240
5241 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
5242 them with auto vars.
5243 Switch to new escape scheme, where @ is the escape character uniformly.
5244 Abort if a stray escape character is found. Avoid unbounded input
5245 buffer when parsing non-escaped text.
5246
5247 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
5248 __oline__, #output, $@, and @{ do not have unintended meanings.
5249
acea4f3b
PE
52502002-11-09 Paul Eggert <eggert@twinsun.com>
5251
5252 Fix the test failure due to GCC warnings described in
161a71f3 5253 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
acea4f3b
PE
5254 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
5255 evaluate to 0 if it's impossible for NINF to be in the respective
5256 table.
5257 (yygetLRActions, yyrecoverParseError): Use them.
5258
5259 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
5260 counted in the token inserted at end of file. Now takes
5261 location_t *, not location_t, so that the location can be
5262 adjusted. All uses changed.
5263
5264 * tests/regression.at (Invalid inputs): Adjust wording in
5265 diagnostic to match the new behavior.
5266
5267 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
5268 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
5269 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
5270 abort ();'. This reduces the runtime of the "Many lookaheads"
5271 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
5272 GCC 3.2.
5273
20ef1ad5
PE
52742002-11-07 Paul Eggert <eggert@twinsun.com>
5275
5276 * src/parse-gram.y (CHARACTER): Remove unused token.
5277 All uses removed.
5278
5279 * src/scan-gram.l: Remove stack option. We no longer use the
5280 stack, since the stack was never deeper than 1; instead, use the
5281 new auto var c_context to record the stacked value.
5282
5283 Remove nounput option. At an unexpected end of file, we now unput
5284 the minimal input necessary to end cleanly; this simplifies the
5285 code.
5286
5287 Avoid unbounded token sizes where this is easy.
5288
5289 (unexpected_end_of_file): New function.
5290 Use it to systematize the error message on unexpected EOF.
5291 (last-string): Now auto, not static.
5292 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
5293 (scanner_last_string_free): Remove; not used.
5294 (percent_percent_count): Move decl to just before use.
5295 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
5296 not the (never otherwised-used) CHARACTER.
5297
93724f13
AD
52982002-11-07 Akim Demaille <akim@epita.fr>
5299
5300 Let yyerror always receive the msg as last argument, so that
5301 yyerror can be variadic.
5302
5303 * data/yacc.c (b4_yyerror_args): New.
5304 Use it when calling yyerror.
5305 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
5306 Use it when calling yyerror.
5307 * doc/bison.texinfo (Error Reporting): Adjust.
5308 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
5309 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
5310
6e40b4eb
AD
53112002-11-06 Akim Demaille <akim@epita.fr>
5312
5313 #line should have quoted strings.
5314 Ideally, this should be done by m4_quotearg.
5315
5316 * src/scan-skel.l: Include quotearg.h.
5317 Quote __ofile__.
5318 * src/output.c (symbol_printers_output)
5319 (symbol_destructors_output): Quote the file name.
5320
2dfbfc12
AD
53212002-11-06 Akim Demaille <akim@epita.fr>
5322
5323 * tests/regression.at (Invalid inputs): Adjust to the recent
5324 messages.
5325
437c2d80
AD
53262002-11-06 Akim Demaille <akim@epita.fr>
5327
5328 Restore --no-lines.
5329 Reported by Jim Kent.
5330
5331 * data/c.m4 (b4_syncline): New.
5332 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
5333 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
5334 * src/output.c (user_actions_output): Likewise.
5335 (prepare): Define 'b4_synclines_flag'.
2dfbfc12 5336 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
437c2d80 5337
900c5db5
AD
53382002-11-06 Akim Demaille <akim@epita.fr>
5339
5340 * src/main.c (main): Free `infile'.
5341 * src/scan-gram.l (handle_syncline): New.
5342 Recognize `#line'.
5343 * src/output.c (user_actions_output, symbol_destructors_output)
5344 (symbol_printers_output): Use the location's file name, not
5345 infile.
5346 * src/reader.c (prologue_augment, epilogue_set): Likewise.
5347
e183b123 53482002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
51b4a04c 5349
e183b123 5350 * src/tables.c (matching_state): Don't allow states to match if
51b4a04c 5351 either has GLR conflict entries.
e183b123 5352
193eb6b7
PE
53532002-11-05 Paul Eggert <eggert@twinsun.com>
5354
e183b123
PE
5355 * src/scan-gram.l: Use more accurate diagnostics, e.g.
5356 "integer out of range" rather than "invalid value".
5357 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
5358 accordingly.
5359
193eb6b7
PE
5360 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
5361 Also, remove one static variable in the scanner.
5362
5363 * src/scan-gram.l (braces_level): Now auto, not static.
5364 Initialize to zero if the compiler is being picky.
5365 (INITIAL): Clear braces_level instead of incrementing it.
5366 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
5367 as POSIX 1003.1-2001 requires.
5368 * src/system.h (IF_LINT): New macro, taken from coreutils.
5369 * configure.ac: Define "lint" if --enable-gcc-warnings.
5370
29c01725
AD
53712002-11-05 Akim Demaille <akim@epita.fr>
5372
5373 * src/scan-gram.l: When it starts with `%', complain about the
5374 whole directive, not just that `invalid character: %'.
5375
8aeac3ca
AD
53762002-11-04 Akim Demaille <akim@epita.fr>
5377
5378 * Makefile.maint: Update from Autoconf.
5379 (update, cvs-update, po-update, do-po-update): New.
5380
793a58bb
AD
53812002-11-04 Akim Demaille <akim@epita.fr>
5382
5383 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
5384 and yyerror.
5385 Have yyerror `use' its arguments.
5386 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
5387 returns true when location & yacc & pure & parse-param.
5388 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
5389
c4d720cd
AD
53902002-11-04 Akim Demaille <akim@epita.fr>
5391
5392 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
5393 clashes.
5394 * src/scan-gram.l: Use [\'] instead of ['] to pacify
5395 font-lock-mode.
5396 Use complain_at.
5397 Use quote, not quote_n since LOCATION_PRINT no longer uses the
5398 slot 0.
5399
613a0dc5
PE
54002002-11-03 Paul Eggert <eggert@twinsun.com>
5401
5402 * src/reader.c (get_merge_function, grammar_current_rule_check):
5403 Use consistent diagnostics for reporting type name clashes.
5404 Quote the types with <>, for consistency with Yacc.
5405 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
5406
2a8d363a
AD
54072002-11-03 Akim Demaille <akim@epita.fr>
5408
5409 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
5410 New.
5411 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
5412 (b4_parse_param): Remove.
5413 Use b4_identification.
5414 Propagate b4_pure_args where needed to pass them to yyerror.
5415 * data/glr.m4 (b4_parse_param): Remove.
5416 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
5417 (b4_lpure_formals): New.
5418 Use b4_identification.
5419 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
5420 b4_user_formals and b4_user_args.
5421 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
5422 (yyreportAmbiguity): When using a pure parser, also need
5423 the location, and the parse-params.
5424 Adjust callers.
5425 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
5426 When using a pure parser, also need the parse-params.
5427 Adjust callers.
5428 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
5429 (%pure-parser + %parse-param) LALR and GLR parsers.
5430 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
5431 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
5432 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
5433 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
5434 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
5435 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
5436 * doc/bison.texinfo: Untabify the whole file.
5437 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
5438 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
5439 (Error Reporting): Adjust to these new directives.
5440 Document %error-verbose, deprecate YYERROR_VERBOSE.
5441
9e32add8
AD
54422002-11-03 Akim Demaille <akim@epita.fr>
5443
5444 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
5445 AT_CHECK_CALC_GLR invocations to use % directives, instead of
5446 command line options.
5447 * tests/cxx-type.at: Formatting changes.
5448
b02d90a5
PE
54492002-11-03 Paul Eggert <eggert@twinsun.com>
5450
5451 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
5452 to count columns correctly, and to check for invalid inputs.
9e32add8 5453
b02d90a5
PE
5454 Use mbsnwidth to count columns correctly. Account for tabs, too.
5455 Include mbswidth.h.
5456 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
5457 (extend_location): New function.
5458 (YY_LINES): Remove.
5459
5460 Handle CRLF in C code rather than in Lex code.
5461 (YY_INPUT): New macro.
5462 (no_cr_read): New function.
5463
5464 Scan UCNs, even though we don't fully handle them yet.
5465 (convert_ucn_to_byte): New function.
5466
5467 Handle backslash-newline correctly in C code.
5468 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
5469 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
5470 all uses changed.
5471 (tag, splice): New EREs. Do not allow NUL or newline in tags.
5472 Use {splice} wherever C allows backslash-newline.
5473 YY_STEP after space, newline, vertical-tab.
5474 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
9e32add8 5475
b02d90a5
PE
5476 (letter, id): Don't assume ASCII; e.g., spell out a-z.
5477
5478 ({int}, handle_action_dollar, handle_action_at): Check for integer
5479 overflow.
9e32add8 5480
b02d90a5
PE
5481 (YY_STEP): Omit trailing semicolon, so that it's more like C.
5482
5483 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
5484 as well as \000. Check for UCHAR_MAX, not 255.
5485 Allow \x with an arbitrary positive number of digits, as in C.
5486 Check for overflow here.
5487 Allow \? and UCNs, for compatibility with C.
5488
5489 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
5490 with quote slot used by complain_at.
5491
5492 * tests/input.at: Add tests for backslash-newline, m4 quotes
5493 in symbols, long literals, and funny escapes in strings.
5494
5495 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
5496 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
5497 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
5498 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
5499 * m4/mbswidth.m4: New file, from GNU coreutils.
5500
5501 * doc/bison.texinfo (Grammar Outline): Document // comments.
5502 (Symbols): Document that trigraphs have no special meaning in Bison,
5503 nor is backslash-newline allowed.
5504 (Actions): Document that trigraphs have no special meaning.
5505
5506 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
5507 no longer used.
5508
55092002-11-02 Paul Eggert <eggert@twinsun.com>
5510
5511 * src/reader.c: Don't include quote.h; not needed.
5512 (get_merge_function): Reword warning to be consistent with
5513 type clash diagnostic in grammar_current_rule_check.
5514
5515 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
5516 bug in trigraph handling.
5517
5518 * src/output.c (prepare_symbols): When printing token names,
5519 escape "[" as "@<:@" and likewise for "]".
5520
5521 * src/system.h (errno): Remove declaration, as we are now
5522 assuming C89 or better, and C89 guarantees errno.
5523
762b212b
PE
55242002-10-30 Paul Eggert <eggert@twinsun.com>
5525
5526 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
5527 Check for close failures.
5528 * src/files.h (xfclose): Return void, not int, since it always
5529 returned zero.
5530 * src/files.c (xfclose): Likewise. Report I/O error if ferror
5531 indicates one.
5532 * src/output.c (output_skeleton): Use xfclose rather than fclose
5533 and ferror. xfclose now checks ferror.
5534
5535 * data/glr.c (YYLEFTMOST_STATE): Remove.
5536 (yyreportTree): Use a stack-based leftmost state. This avoids
5537 our continuing battles with bogus warnings about initializers.
5538
56100c60
AD
55392002-10-30 Akim Demaille <akim@epita.fr>
5540
5541 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
5542 #if.
5543
51b4a04c
PH
55442002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
5545
5546 * tests/glr-regr1.at: New test for reported regressions.
5547 * tests/testsuite.at: Add glr-regr1.at test.
5548 * tests/Makefile.am: Add glr-regr1.at test.
e183b123 5549
bf1ebda2
PE
55502002-10-24 Paul Eggert <eggert@twinsun.com>
5551
5c16c6b1
PE
5552 Version 1.75a.
5553
bf1ebda2
PE
5554 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
5555 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
5556 we use malloc. Don't assume 'A' through 'Z' are contiguous.
5557 Don't assume strdup exists; POSIX says its an XSI extension.
5558 Check for buffer overflow on input.
5559
b526ee61
AD
55602002-10-24 Akim Demaille <akim@epita.fr>
5561
5562 * src/output.c (output_skeleton): Don't disable M4sugar comments
5563 too soon: it results in comments being expanded.
5564 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
5565 first output.
5566
f1886bb2
AD
55672002-10-24 Akim Demaille <akim@epita.fr>
5568
5569 * data/yacc.c (m4_int_type): New.
5570 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
5571 char' as only yacc.c wants K&R portability.
5572 * data/glr.c (yysigned_char): Remove.
5573 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
5574 Reported by Quoc Peyrot.
5575
c5576256
PE
55762002-10-23 Paul Eggert <eggert@twinsun.com>
5577
5578 * src/main.c (main): With --trace=time, report times even if a
5579 non-fatal error occurs. Formerly, the times were reported in some
5580 such cases but not in others.
5581 * src/reader.c (reader): Just return if a complaint has been issued,
5582 instead of exiting, so that 'main' can report times.
5583
27b0ffea
AD
55842002-10-22 Akim Demaille <akim@epita.fr>
5585
5586 * src/system.h: Include sys/types.
5587 Reported by Bert Deknuydt.
5588
223a7883
PE
55892002-10-23 Paul Eggert <eggert@twinsun.com>
5590
5591 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
5592 Suggested by Art Haas.
5593
55942002-10-22 Paul Eggert <eggert@twinsun.com>
5595
5596 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
5597 decl; not needed any more.
5598 * src/main.c (main): Use return to exit, undoing yesterday's change.
5599 The last OS that we could find where this wouldn't work is
5600 SunOS 3.5, and that's too old to worry about now.
5601
5602 * data/glr.c (struct yyltype): Define members even when not
5603 doing locations. This is more consistent with yacc.c, and it
5604 works around the following bug reports:
161a71f3
PE
5605 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
5606 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
27b0ffea 5607
223a7883
PE
5608 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
5609 @acronym consistently. Standardize on "Yacc" instead of "YACC",
5610 "Algol" instead of "ALGOL". Give a bit more history about BNF.
5611
8b76775a
AD
56122002-10-22 Akim Demaille <akim@epita.fr>
5613
5614 * data/README: New.
5615
6db10d14
PE
56162002-10-21 Paul Eggert <eggert@twinsun.com>
5617
5618 Be consistent about 'bool'; the old code used an enum in one
5619 module and an int in another, and this violates the C standard.
5620 * m4/stdbool.m4: New file, from coreutils 4.5.3.
5621 * configure.ac (AC_HEADER_STDBOOL): Add.
5622 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
5623 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
5624 * src/symtab.c (hash_compare_symbol_t): Likewise.
5625 * src/system.h (bool, false, true): Use a definition consistent
5626 with ../lib/hash.c. All uses changed.
5627
5628 * src/complain.c (warning_issued): Renamed from warn_message_count,
5629 so that we needn't worry about integer overflow (!).
5630 Now of type bool. All uses changed.
5631 (complaint_issued): Renamed from complain_message_count; likewise.
5632
5633 * src/main.c (main): Use exit to exit with failure.
27b0ffea 5634
6db10d14
PE
5635 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
5636 rather than 1 and 0.
5637 * src/main.c (main): Likewise.
5638 * src/getargs.c (getargs): Likewise.
5639 * src/reader.c (reader): Likewise.
5640
5641 * src/getarg.c (getargs): Remove duplicate code for
5642 "Try `bison --help'".
5643
5644 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
5645 What was that "2" for?
5646
5647 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
5648 * src/getargs.c (usage): Likewise.
5649
5650 * src/getargs.c (getargs): When there are too few operands, report
5651 the last one. When there are too many, report the first extra
5652 one. This is how diffutils does it.
5653
92a060fd
PE
56542002-10-20 Paul Eggert <eggert@twinsun.com>
5655
5656 Remove K&R vestiges.
5657 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
5658 * src/complain.c (VA_START): Remove. Assume prototypes.
5659 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
5660 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
5661 fatal): Assume prototypes.
5662 * src/complain.h: Assume prototypes.
5663 * src/system.h (PARAMS): Remove.
5664 Include <limits.h> unconditionally, since it's guaranteeed even
5665 for a freestanding C89 compiler.
5666 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
5667 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
8b76775a 5668
e7cb57c0
AD
56692002-10-20 Akim Demaille <akim@epita.fr>
5670
5671 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
5672 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
5673 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
5674 (yyresolveStates, yyresolveAction, yyresolveStack)
5675 (yyprocessOneStack): Use them.
5676 (yy_reduce_print): New.
5677 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
5678
0245f82d
AD
56792002-10-20 Akim Demaille <akim@epita.fr>
5680
5681 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
5682 arguments and output `void'.
5683 (b4_c_function): Rename as...
5684 (b4_c_function_def): this.
5685 (b4_c_function_decl, b4_c_ansi_function_def)
5686 (b4_c_ansi_function_decl): New.
5687 Change the interpretation of the arguments: before `int, foo', now
5688 `int foo, foo'.
5689 * data/yacc.c (yyparse): Prototype and define thanks to these.
5690 Adjust b4_c_function_def uses.
5691 * data/glr.c (yyparse): Likewise, but ANSI only.
5692
39912f52
AD
56932002-10-20 Akim Demaille <akim@epita.fr>
5694
5695 * src/output.c (prepare): Move the definition of `tokens_number',
5696 `nterms_number', `undef_token_number', `user_token_number_max'
5697 to...
5698 (prepare_tokens): Here.
5699 (prepare_tokens): Rename as...
5700 (prepare_symbols): this.
5701 (prepare): Move the definition of `rules_number' to...
5702 (prepare_rules): here.
5703 (prepare): Move the definition of `last', `final_state_number',
5704 `states_number' to...
5705 (prepare_states): here.
5706 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
5707
20c1e2ad
AD
57082002-10-20 Akim Demaille <akim@epita.fr>
5709
5710 * src/tables.h, src/tables.c, src/output.c: Comment changes.
5711
21964f43
AD
57122002-10-20 Akim Demaille <akim@epita.fr>
5713
5714 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
5715 * data/c.m4: here.
5716
66d30cd4
AD
57172002-10-20 Akim Demaille <akim@epita.fr>
5718
5719 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
5720 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
5721 `pair'.
5722 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
5723 `name' to...
5724 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
5725 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
5726 These.
5727
95f2c9fe
PE
57282002-10-19 Paul Eggert <eggert@twinsun.com>
5729
5730 Do not create a temporary file, as that involves security and
5731 cleanup headaches. Instead, use a pair of pipes.
5732 Derived from a suggestion by Florian Krohm.
5733 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
5734 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
5735 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
5736 (BISON_PREREQ_SUBPIPE): Add.
5737 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
5738 Add subpipe.h, subpipe.c.
5739 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
5740 * po/POTFILES.in: Add lib/subpipe.c.
5741 * src/output.c: Include "subpipe.h".
5742 (m4_invoke): Remove decl.
5743 (scan_skel): New decl.
5744 (output_skeleton): Use pipe rather than temporary file for m4 input.
5745 Check that m4sugar.m4 is readable, to avoid deadlock.
5746 Check for pipe I/O error.
5747 * src/scan-skel.l (readpipe): Remove decl.
5748 (scan_skel): New function, to be used in place of m4_invoke.
5749 Read from stream rather than file.
66d30cd4 5750
95f2c9fe
PE
5751 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
5752 float, as this generates a warning on Solaris 8 + GCC 3.2 with
5753 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
5754 this generates a more-accurate value anyway.
5755
5756 * lib/timevar.c (timervar_accumulate): Rename locals to
5757 avoid confusion with similarly-named more-global.
5758 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
5759
5760 * src/output.c (prepare): Use xstrdup to convert char const *
5761 to char *, to avoid GCC warning.
5762
c19988b7
AD
57632002-10-19 Akim Demaille <akim@epita.fr>
5764
5765 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
5766 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
5767 Use them to have `calc.y' ready for %pure-parser.
5768 * data/yacc.c (YYLEX): Pass a yylex return type to
5769 b4_c_function_call.
5770
ae7453f2
AD
57712002-10-19 Akim Demaille <akim@epita.fr>
5772
5773 Prototype support of %lex-param and %parse-param.
5774
5775 * src/parse-gram.y: Add the definition of the %lex-param and
5776 %parse-param tokens, plus their rules.
5777 Drop the `_' version of %glr-parser.
5778 Add the "," token.
5779 * src/scan-gram.l (INITIAL): Scan them.
5780 * src/muscle_tab.c: Comment changes.
5781 (muscle_insert, muscle_find): Rename `pair' as `probe'.
5782 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
5783 (muscle_entry_s): The `value' member is no longer const.
5784 Adjust all dependencies.
5785 * src/muscle_tab.c (muscle_init): Adjust: use
5786 MUSCLE_INSERT_STRING.
5787 Initialize the obstack earlier.
5788 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
5789 (muscle_pair_list_grow): New.
5790 * data/c.m4 (b4_c_function_call, b4_c_args): New.
5791 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
5792 * tests/calc.at: Use %locations, not --locations.
5793 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
5794
0e575721
AD
57952002-10-19 Akim Demaille <akim@epita.fr>
5796
5797 * src/getargs.c (usage): Take status as argument and exit
5798 accordingly.
5799 Report the traditional `Try ... --help' message when status != 0.
5800 (usage, version): Don't take a FILE * as arg, it is pointless.
5801 (getargs): When there is an incorrect number of arguments, make it
5802 an error, and report it GNUlically thanks to `usage ()'.
5803
724ce7f5
PE
58042002-10-18 Paul Eggert <eggert@twinsun.com>
5805
3a781eb2
PE
5806 * data/glr.c (yyreportParseError): Don't assume that sprintf
5807 yields the length of the printed string, as this is not true
5808 on SunOS 4.1.4. Reported by Peter Klein.
5809
724ce7f5
PE
5810 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
5811 * tests/conflicts.at (%nonassoc and eof): Likewise.
5812 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
5813
473d0a75
AD
58142002-10-17 Akim Demaille <akim@epita.fr>
5815
5816 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
5817 * src/getargs.c (trace_types, trace_args): Adjust.
5818 * src/reader.c (grammar_current_rule_prec_set)
5819 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
5820 Standardize error messages.
5821 And s/@prec/%prec/!
5822 (reader): Use trace_flag to enable scanner/parser debugging,
5823 instead of an adhoc scheme.
5824 * src/scan-gram.l: Remove trailing debugging code.
5825
e76d2469
PE
58262002-10-16 Paul Eggert <eggert@twinsun.com>
5827
93e2236a
PE
5828 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
5829 MUSCLE_TAB_H.
5830
e76d2469
PE
5831 * NEWS: Officially drop support for building Bison with K&R C,
5832 since it didn't work anyway and it's not worth worrying about.
5833 * Makefile.maint (wget_files): Remove ansi2knr.c.
5834 (ansi2knr.c-url_prefix): Remove.
5835 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
5836 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
5837 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
5838
5bd1c419
PE
58392002-10-15 Paul Eggert <eggert@twinsun.com>
5840
5841 Stop using the "enum_" trick for K&R-style function definitions;
5842 it confused me, and I was the author! Instead, assume that people
5843 who want to use K&R C compilers (when using these modules in GCC,
5844 perhaps?) will run ansi2knr.
5845
5846 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
5847 All uses of "enum_" changed to "enum ".
5848 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
5849 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
e76d2469 5850
5bd1c419
PE
5851 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
5852 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
5853 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
5854 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
5855 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
5856 abitset_not, abitset_ones, abitset_or, abitset_or_and,
5857 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
5858 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
5859 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
5860 Use function prototypes; this removes the need for declaring
5861 static functions simply to provide their prototypes.
5862 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
5863 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
5864 bitset_count_, bitset_create, bitset_dump, bitset_first,
5865 bitset_free, bitset_init, bitset_last, bitset_next,
5866 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
5867 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
5868 bitset_print, bitset_release_memory, bitset_toggle_,
5869 bitset_type_choose, bitset_type_get, bitset_type_name_get,
5870 debug_bitset): Likewise.
5871 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
5872 * lib/bitset_stats.c (bitset_log_histogram_print,
5873 bitset_percent_histogram_print, bitset_stats_and,
5874 bitset_stats_and_cmp, bitset_stats_and_or,
5875 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
5876 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
5877 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
5878 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
5879 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
5880 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
5881 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
5882 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
5883 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
5884 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
5885 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
5886 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
5887 bitset_stats_zero): Likewise.
5888 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
5889 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
5890 bitsetv_dump, debug_bitsetv): Likewise.
5891 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
5892 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
5893 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
5894 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
5895 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
5896 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
5897 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
5898 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
5899 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
5900 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
5901 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
5902 Likewise.
5903 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
5904 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
5905 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
5906 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
5907 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
5908 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
5909 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
5910 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
5911 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
5912 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
5913 lbitset_xor_cmp, lbitset_zero): Likewise.
e76d2469 5914
ae26e1f0
AD
59152002-10-14 Akim Demaille <akim@epita.fr>
5916
5917 Version 1.75.
5918
d43baf71
AD
59192002-10-14 Akim Demaille <akim@epita.fr>
5920
5921 * tests/Makefile.am (maintainer-check-posix): New.
5922
7ebc83e3
AD
59232002-10-14 Akim Demaille <akim@epita.fr>
5924
5925 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
5926 member.
5927
05846dae
AD
59282002-10-14 Akim Demaille <akim@epita.fr>
5929
5930 * src/tables.c (table_ninf_remap): base -> tab.
5931 Reported by Matt Rosing.
5932
1318e37d
PE
59332002-10-14 Paul Eggert <eggert@twinsun.com>
5934
447fbb17
PE
5935 * tests/action.at, tests/calc.at, tests/conflicts.at,
5936 tests/cxx-type.at, tests/headers.at, tests/input.at,
5937 tests/regression.at, tests/synclines.at, tests/torture.at:
5938 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
5939 so that the tests still work even if POSIXLY_CORRECT is set.
5940 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
05846dae 5941
1318e37d
PE
5942 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
5943 for portability to K&R hosts. Fix typo: signed char is guaranteed
5944 only to 127, not to 128.
5945 * data/glr.c (yysigned_char): New type.
5946 * data/yacc.c (yysigned_char): Likewise.
5947 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
5948
cc0f0794
PE
59492002-10-13 Paul Eggert <eggert@twinsun.com>
5950
5038f418
PE
5951 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
5952 true due to limited range of data type" warning from GCC.
5953
cc0f0794
PE
5954 * data/c.m4 (b4_token_defines): Protect against double-inclusion
5955 by wrapping enum yytokentype's definition inside #ifndef
5956 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
5957
6fed0802
AD
59582002-10-13 Akim Demaille <akim@epita.fr>
5959
5960 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
5961 Un yy- yyrhs to avoid the name clash with the global YYRHS.
5962
32f0598d
AD
59632002-10-13 Akim Demaille <akim@epita.fr>
5964
5965 * Makefile.maint: Update from Autoconf 2.54.
5966 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
5967
7ea9a33f
AD
59682002-10-13 Akim Demaille <akim@epita.fr>
5969
5970 * src/print.c (print_state): Separate the list of solved conflicts
5971 from the other items.
5972 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
5973
ea99527d
AD
59742002-10-13 Akim Demaille <akim@epita.fr>
5975
5976 Let nondeterministic skeletons be usable with deterministic
5977 tables.
5978
5979 With the patch, GAWK compiled by GCC without -O2 passes its test
5980 suite using a GLR parser driven by LALR tables. It fails with -O2
5981 because `struct stat' gives two different answers on my machine:
5982 88 (definition of an auto var) and later 96 (memset on this var).
5983 Hence the stack is badly corrumpted. The headers inclusion is to
5984 blame: if I move the awk.h inclusion before GLR's system header
5985 inclusion, the two struct stat have the same size.
5986
5987 * src/tables.c (pack_table): Always create conflict_table.
5988 (token_actions): Always create conflict_list.
5989 * data/glr.c (YYFLAG): Remove, unused.
5990
f377f69f
AD
59912002-10-13 Akim Demaille <akim@epita.fr>
5992
5993 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
5994 (O0FLAGS): New.
5995 (VALGRIND, GXX): New.
5996 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
5997 * tests/bison.in: Run $PREBISON a pre-command.
5998 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
5999 (maintainer-check-g++): New.
6000 * Makefile.am (maintainer-check): New.
6001
2a1fe6ed
AD
60022002-10-13 Akim Demaille <akim@epita.fr>
6003
6004 * data/glr.c: Formatting changes.
6005 Tweak some trace messages to match yacc.c's.
6006
f50adbbd
AD
60072002-10-13 Akim Demaille <akim@epita.fr>
6008
6009 GLR parsers sometimes raise parse errors instead of performing the
6010 default reduction.
6011 Reported by Charles-Henry de Boysson.
6012
6013 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
ba0fe3c7 6014 check the length of the traces when %glr.
f50adbbd
AD
6015 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
6016 GLR's traces.
6017 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
6018 Test GLR parsers.
6019 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
6020 (yyltype): Remove the yy prefix from the member names.
6021 (yytable): Complete its comment.
6022 (yygetLRActions): Map error action number from YYTABLE from
6023 YYTABLE_NINF to 0.
6024 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
6025 (which was a bug: it should have been YYTABEL_NINF, and yet it was
6026 not satisfying as we could compare an YYACTION computed from
6027 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
6028 only value for error actions.
6029 (yyreportParseError): In verbose parse error messages, don't issue
6030 `error' in the list of expected tokens.
6031 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
6032 next action to perform to match glr.c's decoding.
6033 (yytable): Complete its comment.
6034
bcbad5b9
PE
60352002-10-13 Paul Eggert <eggert@twinsun.com>
6036
6037 Fix problem reported by Henrik Grubbstroem in
161a71f3 6038 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
bcbad5b9
PE
6039 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
6040 because the Bison parser reads the second action before reducing
6041 the first one.
6042 * src/scan-gram.l (rule_length): New static var.
6043 Use it to keep track of the rule length in the scanner, since
6044 we can't expect the parser to be in lock-step sync with the scanner.
6045 (handle_action_dollar, handle_action_at): Use this var.
6046 * tests/actions.at (Exotic Dollars): Test for the problem.
05846dae 6047
14904b89
PE
60482002-10-12 Paul Eggert <eggert@twinsun.com>
6049
1fe611e5
PE
6050 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
6051 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
6052 Include <sys/time.h> when checking for clock_t and struct tms.
6053 Use same include order as source.
6054 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
161a71f3 6055 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
05846dae 6056
1fe611e5
PE
6057 * lib/timevar.c: Update copyright date and clarify comments.
6058 (get_time) [IN_GCC]: Keep the GCC version for reference.
05846dae 6059
1fe611e5
PE
6060 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
6061 GCC version as of today, then merge Bison's changes.
6062 Change "GCC" to "Bison" in copyright notice. timevar.def's
6063 author is Akim, so change that too.
6064
98194095
PE
6065 * src/reader.c (grammar_current_rule_check):
6066 Don't worry about the default action if $$ is untyped.
6067 Prevents bogus warnings reported by Jim Gifford in
161a71f3 6068 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
98194095 6069
14904b89
PE
6070 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
6071 * data/glr.c, data/lalr1.cc, data/yacc.c:
6072 Output token definitions before the first part of user declarations.
6073 Fixes compatibility problem reported by Jim Gifford for kbd in
161a71f3 6074 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
14904b89 6075
ff6dca18
PE
60762002-10-11 Paul Eggert <eggert@twinsun.com>
6077
6078 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
6079 (yyparse): here. This undoes some of the 2002-07-25 change.
6080 Compatibility problem reported by Ralf S. Engelschall with
6081 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
6082
eb714592
AD
60832002-10-11 Akim Demaille <akim@epita.fr>
6084
6085 * tests/regression.at Characters Escapes): New.
6086 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
6087 characters.
6088 Reported by Jan Nieuwenhuizen.
6089
b7195100
AD
60902002-10-11 Akim Demaille <akim@epita.fr>
6091
6092 * po/id.po: New.
6093
f28a0f2d
PE
60942002-10-10 Paul Eggert <eggert@twinsun.com>
6095
6096 Portability fixes for bitsets; this also avoids several GCC
6097 warnings.
6098
6099 * lib/abitset.c: Include <stddef.h>, for offsetof.
6100 * lib/lbitset.c: Likewise.
6101
6102 * lib/abitset.c (abitset_bytes): Return a size that is aligned
6103 properly for vectors of objects. Do not assume that adding a
6104 header size to a multiple of a word size yields a value that is
6105 properly aligned for the whole union.
6106 * lib/bitsetv.c (bitsetv_alloc): Likewise.
6107
6108 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
6109 unique names for structures.
6110 * lib/ebitset.c (ebitset_bytes): Likewise.
6111 * lib/lbitset.c (lbitset_bytes): Likewise.
6112
6113 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
6114 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
6115 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
6116 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
6117 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
6118 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
6119 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
6120 to improve the type-checking that GCC can do.
6121 * lib/bitset.c (bitset_op4_cmp): Likewise.
6122 * lib/bitset_stats.c (bitset_stats_count,
6123 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
6124 bitset_stats_copy, bitset_stats_disjoint_p,
6125 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
6126 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
6127 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
6128 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
6129 bitset_stats_and_or_cmp, bitset_stats_andn_or,
6130 bitset_stats_andn_or_cmp, bitset_stats_or_and,
6131 bitset_stats_or_and_cmp): Likewise.
6132 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
6133 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
6134 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
6135 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
6136
6137 * lib/abitset.h: Include bitset.h, not bbitset.h.
6138 * lib/ebitset.h: Likewise.
6139 * lib/lbitset.h: Likewise.
6140
6141 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
6142 All instances of parameters of type enum bitset_opts are now of
6143 type enum_bitset_opts, to conform to the C Standard, and similarly
6144 for enum_bitset_type.
6145 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
6146 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
6147
6148 Do not use "struct bitset_struct" to mean different things in
6149 different modules. Not only is this confusing, it violates
6150 the C Standard, which requires that structure types in different
6151 modules must be compatible if one is to be passed to the other.
6152 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
6153 All instances of "struct bitset_struct *" replaced with "bitset".
6154 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
6155 (union bitset_union, struct abitset_struct, struct ebitset_struct,
6156 struct lbitset_struct, struct bitset_stats_struct): New types.
6157 All uses of struct bitset_struct changed to union bitset_union,
6158 etc.
ba0fe3c7 6159 * lib/abitset.c (struct abitset_struct, abitset,
f28a0f2d
PE
6160 struct bitset_struct): Remove.
6161 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
6162 struct bitset_struct): Remove.
6163 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
6164 bitset_struct): Remove.
6165 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
6166 Likewise.
6167
6168 Do not call a function of type T using a call that assumes the
6169 function is of a different type U. Standard C requires that a
6170 function must be called with a type that is compatible with its
6171 definition.
6172 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
6173 New decls.
6174 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
6175 New functions.
6176 * lib/ebitset.c (PFV): Remove.
6177 * lib/lbitset.c (PFV): Likewise.
6178 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
6179 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
6180 decls.
6181 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
6182 (ebitset_vtable): Use them.
6183 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
6184 lbitset_xor): New functions.
6185 (lbitset_vtable): Use them.
6186
6187 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
6188 Declare.
6189
6190 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
6191 GCC warning.
6192 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
6193 Use offsetof, for simplicity.
6194
6fbe4984
PE
61952002-10-06 Paul Eggert <eggert@twinsun.com>
6196
6197 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
6198 the same width as int. This reapplies a hunk of the 2002-08-12 patch
161a71f3 6199 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
6fbe4984
PE
6200 which was inadvertently undone by the 2002-09-30 patch.
6201 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
6202 the same width as int.
6203
420f93c8
PE
62042002-10-04 Paul Eggert <eggert@twinsun.com>
6205
6206 Version 1.50.
6207
6208 * configure.ac (AC_INIT), NEWS: Increment version number.
6209
6210 * doc/bison.texinfo: Minor spelling, grammar, and white space
6211 fixes.
6212 (Symbols): Mention that any negative value returned from yylex
6213 signifies end-of-input. Warn about negative chars. Mention
6214 the portable Standard C character set.
6215
6216 The GNU coding standard says CFLAGS and YFLAGS are reserved
6217 for the installer to set.
6218 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
6219 * src/Makefile.am (AM_CFLAGS): Likewise.
6220 (AM_YFLAGS): Renamed from YFLAGS.
6221
6222 Fix some MAX and MIN problems.
6223 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
6224 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
6225 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
6226 * src/reader.c (reader): Use it.
6227
6228 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
6229 POSIX 1003.1-2001 has removed fgrep.
6230
62312002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6232
6233 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
6234 interpreted as signed.
6235 * lib/ebitset.c (ebitset_list): Fix bug.
6236
ff68026d
PE
62372002-10-01 Paul Eggert <eggert@twinsun.com>
6238
6239 More fixes for 64-bit hosts and large bitsets.
6240
6241 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
6242 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
6243 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
6244 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
6245 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
6246 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
6247 bitset_count_): Likewise.
6248 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
6249 bitset_first, bitset_last): Likewise.
6250 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
6251 bitset_stats_list_reverse, bitset_stats_size,
6252 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
6253 Likewise.
6254 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
6255 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
6256 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
6257 bitsetv_reflexive_transitive_closure): Likewise.
6258 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
6259 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
6260 Likewise.
6261 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
6262 Likewise.
420f93c8 6263
ff68026d
PE
6264 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
6265 Use size_t, not unsigned int, to count bytes.
6266 * lib/abitset.h (abitset_bytes): Likewise.
6267 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
6268 Likewise.
6269 * lib/bitset.h (bitset_bytes): Likewise.
6270 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
6271 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
6272 * lib/bitsetv.c (bitsetv_alloc): Likewise.
6273 * lib/ebitset.c (ebitset_bytes): Likewise.
6274 * lib/ebitset.h (ebitset_bytes): Likewise.
6275 * lib/lbitset.c (lbitset_bytes): Likewise.
6276 * lib/lbitset.h (lbitset_bytes): Likewise.
420f93c8 6277
ff68026d
PE
6278 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
6279 abitset_subset_p, abitset_disjoint_p, abitset_and,
6280 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
6281 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
6282 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
6283 abitset_or_and, abitset_or_and_cmp):
6284 Use bitset_windex instead of unsigned int.
6285 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
6286 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
6287 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
6288 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
6289 Likewise.
6290 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
420f93c8 6291
ff68026d
PE
6292 * lib/bitset.c (bitset_print):
6293 Use proper printf formats for widths of integer types.
6294 * lib/bitset_stats.c (bitset_percent_histogram_print,
6295 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
6296 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
6297 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
6298 * lib/lbitset.c (lbitset_bytes): Likewise.
420f93c8 6299
ff68026d
PE
6300 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
6301 BITSET_SIZE_MAX): New macros.
6302 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
6303 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
6304 to BITSET_WINDEX_MAX.
6305
6306 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
6307 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
6308 since we now return the bitset_bindex type (not int).
6309
6310 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
6311 when computing sizes.
6312 * lib/ebitset.c (ebitset_elts_grow): Likewise.
6313
6314 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
6315 and avoid cast to unsigned.
6316
6aa452a6
AD
63172002-09-30 Akim Demaille <akim@epita.fr>
6318
6319 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
6320 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
6321 Updates from Michael Hayes.
6322
927f7817
AD
63232002-09-30 Art Haas <ahaas@neosoft.com>
6324
6325 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
6326 invocations.
6327 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
6328 defined.
6329
9738f41e
AD
63302002-09-27 Akim Demaille <akim@epita.fr>
6331
6332 Version 1.49c.
6333
a5c75d7f
AD
63342002-09-27 Akim Demaille <akim@epita.fr>
6335
6336 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
6337 (Because of AC_LIBSOURCE).
6338
8280e179
AD
63392002-09-27 Akim Demaille <akim@epita.fr>
6340
6341 Playing with Autoscan.
6342
6343 * configure.ac: Remove the old LIBOBJ tweaks.
6344 (AC_REPLACE_FUNCS): Add strrchr and strtol.
6345 * lib/strrchr.c: New.
6346 * lib/strtol.c: New, from the Coreutils 4.5.1.
6347
ae64af35
AD
63482002-09-27 Akim Demaille <akim@epita.fr>
6349
6350 Playing with Autoscan.
6351
6352 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
6353 * lib/Makefile.am (libbison_a_SOURCES): No longer include
6354 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
6355 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
6356 Coreutils 4.5.1.
6357
d1a1114f
AD
63582002-09-24 Akim Demaille <akim@epita.fr>
6359
6360 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
6361 (Frequently Asked Questions, Parser Stack Overflow): New.
6362
b906441c
AD
63632002-09-13 Akim Demaille <akim@epita.fr>
6364
6365 Playing with autoscan.
6366
6367 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
6368 * src/files.c (skeleton_find): Remove, unused.
6369 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
6370 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
6371
bd701811
AD
63722002-09-13 Akim Demaille <akim@epita.fr>
6373
6374 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
6375 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
6376
e0a13e7b
AD
63772002-09-13 Akim Demaille <akim@epita.fr>
6378
6379 * configure.ac: Require 2.54.
6380 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
6381 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
6382 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
6383 Remove, provided by Autoconf macros.
6384
c97011bf
AD
63852002-09-12 Akim Demaille <akim@epita.fr>
6386
6387 * m4/prereq.m4: Update, from Coreutils 4.5.1.
6388
d862b1be
AD
63892002-09-12 Akim Demaille <akim@epita.fr>
6390
6391 * m4/prereq.m4: Update, from Fileutils 4.1.5.
6392 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
6393 Reported by Martin Mokrejs.
6394
3d38c03a
AD
63952002-09-10 Akim Demaille <akim@epita.fr>
6396
6397 * src/parse-gram.y: Associate a human readable string to each
6398 token type.
6399 * tests/regression.at (Invalid inputs): Adjust.
6400
b6347355
AD
64012002-09-10 Gary V. Vaughan <gary@gnu.org>
6402
6403 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
6404 with an Autoconf-2.5x style configure.ac.
6405
09ba4ab2
PE
64062002-09-06 Paul Eggert <eggert@twinsun.com>
6407
6408 * doc/bison.texinfo (Conditions): Make explicit that the GPL
6409 exception applies only to yacc.c. This is a modification of a
6410 patch originally suggested by Akim Demaille.
6411
21846f69
AD
64122002-09-06 Akim Demaille <akim@epita.fr>
6413
09ba4ab2
PE
6414 * data/c.m4 (b4_copyright): Move the GPL exception comment from
6415 here to...
6416 * data/yacc.c: here.
6417
21846f69
AD
6418 * data/lalr1.cc (struct yyltype): Don't define it, since we use
6419 LocationType.
6420 (b4_ltype): Default to yy::Location from location.hh.
6421
c0ad8bf3
AD
64222002-09-04 Jim Meyering <jim@meyering.net>
6423
6424 * data/yacc.c: Guard the declaration of yytoknum also with
6425 `#ifdef YYPRINT', so it is declared only when used.
6426
3a93251e
AD
64272002-09-04 Akim Demaille <akim@epita.fr>
6428
6429 * configure.in: Rename as...
6430 * configure.ac: this.
6431 Bump to 1.49c.
6432
427c0dda
AD
64332002-09-04 Akim Demaille <akim@epita.fr>
6434
6435 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
6436 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
6437 translate maintainer only messages.
6438
6a254321
PE
64392002-08-12 Paul Eggert <eggert@twinsun.com>
6440
645e30d1
PE
6441 Version 1.49b.
6442
6a254321
PE
6443 * Makefile.am (SUBDIRS): Remove intl.
6444 (DISTCLEANFILES): Remove.
6445 * NEWS: Mention that GNU M4 is now required. Clarify what is
6446 meant by "larger grammars". Mention the pt_BR translation.
6447 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
6448 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
6449 Bump version from 0.11.2 to 0.11.5.
6450 (BISON_PREREQ_STAGE): Remove.
6451 (AM_GNU_GETTEXT): Use external gettext.
6452 (AC_OUTPUT): Remove intl/Makefile.
6453
6454 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
6455
6456 * data/glr.c: Include string.h, for strlen.
6457 (yyreportParseError): Use size_t for yysize.
6458 (yy_yypstack): No longer nested inside yypstates, as nested
6459 functions are not portable. Do not assume size_t is the
6460 same width as int.
6461 (yypstates): Do not assume that ptrdiff_t is the same width
6462 as int, and similarly for yyposn and YYINDEX.
6463
6464 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
6465
6466 * lib/Makefile.am (INCLUDES): Do not include from the intl
6467 directory, which has been removed.
6468 * src/Makefile.am (INCLUDES): Likewise.
6469
6470 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
6471 (bitsets_sources, additional_bitsets_sources, timevars_sources):
6472 New vars.
6473
6474 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
6475 * tests/Makefile.am (EXTRA_DIST): Likewise.
6476
6477 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
6478 Do not assume that bitset_windex is the same width as unsigned.
6479
6480 * lib/abitset.c (abitset_unused_clear): Do not assume that
6481 bitset_word is the same width as int.
6482 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
6483 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
6484 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
6485 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
6486 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
6487
6488 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
6489 portability to one's complement hosts!).
6490 * lib/ebitset.c (ebitset_op1): Likewise.
6491 * lib/lbitset.c (lbitset_op1): Likewise.
6492
6493 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
6494 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
6495 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
6496 Sync with fileutils.
6497 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
6498 lib/gettext.h: Sync with diffutils.
6499
6500 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
6501 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
6502
6503 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
6504 PROTOTYPES to check for prototypes, and "defined __STDC__" to
6505 check for void *.
6506
6507 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
6508 size_t; the old version tried to do this but casted improperly.
6509 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
6510 (bitset_test): Now returns int, not unsigned long.
6511
6512 * lib/bitset_stats.c: Include "gettext.h".
6513 (_): New macro.
6514 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
6515 name locals "index", as it generates unnecessary warnings on some
6516 hosts that have an "index" function.
6517
6518 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
6519 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
6520 they need translation.
6521 * src/LR0.c (state_list_append, new_itemsets, get_state,
6522 append_states, generate_states): Likewise.
6523 * src/assoc.c (assoc_to_string): Likewise.
6524 * src/closure.c (print_closure, set_firsts, closure): Likewise.
6525 * src/gram.c (grammar_dump): Likewise.
6526 * src/injections.c (injections_compute): Likewise.
6527 * src/lalr.c (lookaheads_print): Likewise.
6528 * src/relation.c (relation_transpose): Likewise.
6529 * src/scan-gram.l: Likewise.
6530 * src/tables.c (table_grow, pack_vector): Likewise.
6531
6532 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
6533 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
6534 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
6535 * m4/mbstate_t.m4: Sync with fileutils.
6536 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
6537
6538 * po/LINGUAS: Add pt_BR.
6539 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
6540 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
6541 lib/timevar.c.
6542 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
6543 manual recommends.
6544 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
6545
6546 * src/complain.c (strerror_r): Remove decl; not needed.
6547 (strerror): Use same pattern as ../lib/error.c.
6548
6549 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
6550
6551 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
6552
6553 * src/main.c (main): Cast result of bindtextdomain and textdomain
6554 to void, to avoid a GCC warning when --disable-nls is in effect.
6555
6556 * src/scan-gram.l: Use strings rather than escapes when possible,
6557 to minimize the number of warnings from xgettext.
6558 (handle_action_dollar, handle_action_at): Don't use isdigit,
6559 as it mishandles negative chars and it may not work as expected
6560 outside the C locale.
6561
6562 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
6563 this is a GCC extension and is not portable to other compilers.
6564
6565 * src/system.h (alloca): Use same pattern as ../lib/error.c.
6566 Do not include <ctype.h>; no longer needed.
6567 Do not include <malloc.h>; no longer needed (and generates
6568 warnings on OpenBSD 3.0).
6569
6570 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
6571 it's not portable.
6572
6573 * tests/regression.at: Do not use 'cc -c input.c -o input';
6574 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
6575
6576 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
6577 exit status as failure, not just exit status 1. Sun C exits
6578 with status 2 sometimes.
6579
6580 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
6581 Use it for the two large tests.
6582
c8f002c7
AD
65832002-08-02 Akim Demaille <akim@epita.fr>
6584
6585 * src/conflicts.c (conflicts_output): Don't output rules never
6586 reduced here, since anyway that computation doesn't work.
6587 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
6588 (rule_useless_p, rule_never_reduced_p): New.
6589 (grammar_rules_partial_print): Use a filter instead of a range.
6590 Display the title only if needed.
6591 (grammar_rules_print): Adjust.
6592 (grammar_rules_never_reduced_report): New.
6593 * src/tables.c (action_row): Move the computation of rules never
6594 reduced to...
6595 (token_actions): here.
6596 * src/main.c (main): Make the parser before making the report, so
6597 that rules never reduced are computed.
6598 Call grammar_rules_never_reduced_report.
6599 * src/print.c (print_results): Report rules never reduced.
6600 * tests/conflicts.at, tests/reduce.at: Adjust.
6601
cd08e51e
AD
66022002-08-01 Akim Demaille <akim@epita.fr>
6603
6604 Instead of attaching lookaheads and duplicating the rules being
6605 reduced by a state, attach the lookaheads to the reductions.
6606
6607 * src/state.h (state_t): Remove the `lookaheads',
6608 `lookaheads_rule' member.
6609 (reductions_t): Add a `lookaheads' member.
6610 Use a regular array for the `rules'.
6611 * src/state.c (reductions_new): Initialize the lookaheads member
6612 to 0.
6613 (state_rule_lookaheads_print): Adjust.
6614 * src/state.h, src/state.c (state_reductions_find): New.
6615 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
6616 (count_rr_conflicts): Adjust.
6617 * src/lalr.c (LArule): Remove.
6618 (add_lookback_edge): Adjust.
6619 (state_lookaheads_count): New.
6620 (states_lookaheads_initialize): Merge into...
6621 (initialize_LA): this.
6622 (lalr_free): Adjust.
6623 * src/main.c (main): Don't free nullable and derives too early: it
6624 is used by --verbose.
6625 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
6626
bb0027a9
AD
66272002-08-01 Akim Demaille <akim@epita.fr>
6628
6629 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
6630 `rule_number_t**'.
6631 (set_derives, free_derives): Rename as...
6632 (derives_compute, derives_free): this.
6633 Adjust all dependencies.
6634 * src/nullable.c (set_nullable, free_nullable): Rename as...
6635 (nullable_compute, nullable_free): these.
6636 (rule_list_t): Store rule_t *, not rule_number_t.
6637 * src/state.c (state_rule_lookaheads_print): Directly compare rule
6638 pointers, instead of their numbers.
6639 * src/main.c (main): Call nullable_free, and derives_free earlier,
6640 as they were lo longer used.
6641
3325ddc4
AD
66422002-08-01 Akim Demaille <akim@epita.fr>
6643
6644 * lib/timevar.c (get_time): Include children time.
6645 * src/lalr.h (LA, LArule): Don't export them: used with the
6646 state_t.
6647 * src/lalr.c (LA, LArule): Static.
6648 * src/lalr.h, src/lalr.c (lalr_free): New.
6649 * src/main.c (main): Call it.
6650 * src/tables.c (pack_vector): Check whether loc is >= to the
6651 table_size, not >.
6652 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
6653 (tables_generate): do it, since that's also it which allocates
6654 them.
6655 Don't free LA and LArule, main does.
6656
c6f1a33c
AD
66572002-07-31 Akim Demaille <akim@epita.fr>
6658
6659 Separate parser tables computation and output.
6660
6661 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
6662 (conflict_list, conflict_list_cnt, table, check, table_ninf)
6663 (yydefgoto, yydefact, high): Move to...
6664 * src/tables.h, src/tables.c: here.
6665 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
6666 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
6667 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
6668 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
6669 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
6670 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
6671 (action_row, save_row, token_actions, save_column, default_goto)
6672 (goto_actions, sort_actions, matching_state, pack_vector)
6673 (table_ninf_remap, pack_table, prepare_actions): Move to...
6674 * src/tables.c: here.
6675 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
6676 * src/output.c (token_actions, output_base, output_conflicts)
6677 (output_check): Merge into...
6678 (prepare_actions): this.
6679 (actions_output): Rename as...
6680 (user_actions_output): this.
6681 * src/main.c (main): Call tables_generate and tables_free.
6682
1509d42f
AD
66832002-07-31 Akim Demaille <akim@epita.fr>
6684
6685 Steal GCC's --time-report support.
6686
6687 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
6688 stolen/adjusted from GCC.
6689 * m4/stage.m4: Remove time related checks.
6690 * m4/timevar.m4: New.
6691 * configure.in: Adjust.
6692 * src/system.h: Adjust to using timevar.h.
6693 * src/getargs.h, src/getargs.c: Support trace_time for
6694 --trace=time.
6695 * src/main.c (stage): Remove.
6696 (main): Replace `stage' invocations with timevar calls.
6697 * src/output.c: Insert pertinent timevar calls.
6698
273a74fa
AD
66992002-07-31 Akim Demaille <akim@epita.fr>
6700
6701 Let --trace have arguments.
6702
6703 * src/getargs.h (enum trace_e): New.
6704 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
6705 (long_options, short_options): --trace/-T takes an optional
6706 argument.
6707 Change all the uses of trace_flag to reflect the new flags.
6708 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
6709
6710 Strengthen `stage' portability.
6711
6712 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
6713 * configure.in: Use it.
6714 Don't check for malloc.h and sys/times.h.
6715 * src/system.h: Include them when appropriate.
6716 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
6717 times and struct tms are available.
6718
217598da
AD
67192002-07-30 Akim Demaille <akim@epita.fr>
6720
6721 In verbose parse error message, don't report `error' as an
6722 expected token.
6723 * tests/actions.at (Printers and Destructors): Adjust.
6724 * tests/calc.at (Calculator $1): Adjust.
6725 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
6726 error message, do not report the parser accepts the error token in
6727 that state.
6728
52489d44
AD
67292002-07-30 Akim Demaille <akim@epita.fr>
6730
6731 Normalize conflict related messages.
6732
6733 * src/complain.h, src/complain.c (warn, complain): New.
6734 * src/conflicts.c (conflicts_print): Use them.
6735 (conflict_report_yacc): New, extracted from...
6736 (conflicts_print): here.
6737 * tests/conflicts.at, tests/existing.at: Adjust.
6738
e8832397
AD
67392002-07-30 Akim Demaille <akim@epita.fr>
6740
6741 Report rules which are never reduced by the parser: those hidden
6742 by conflicts.
6743
6744 * src/LR0.c (save_reductions): Don't make the final state too
6745 different: save its reduction (accept) instead of having a state
6746 without any action (no shift or goto, no reduce).
6747 Note: the final state is now a ``regular'' state, i.e., the
6748 parsers now contain `reduce 0' as default reduction.
6749 Nevertheless, since they decide to `accept' when yystate =
6750 final_state, they still will not reduce rule 0.
6751 * src/print.c (print_actions, print_reduction): Adjust.
6752 * src/output.c (action_row): Track reduced rules.
6753 (token_actions): Report rules never reduced.
6754 * tests/conflicts.at, tests/regression.at: Adjust.
6755
caf23d24
AD
67562002-07-30 Akim Demaille <akim@epita.fr>
6757
6758 `stage' was accidently included in a previous patch.
6759 Initiate its autoconfiscation.
6760
6761 * configure.in: Look for malloc.h and sys/times.h.
6762 * src/main.c (stage): Adjust.
6763 Report only when trace_flag.
6764
640748ee
AD
67652002-07-29 Akim Demaille <akim@epita.fr>
6766
6767 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
6768 state_number_t.
6769 (errs_t): symbol_t*, not symbol_number_t.
6770 (reductions_t): rule_t*, not rule_number_t.
6771 (FOR_EACH_SHIFT): New.
6772 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
6773 * src/print.c, src/print_graph.c: Adjust.
6774
88bce5a2
AD
67752002-07-29 Akim Demaille <akim@epita.fr>
6776
6777 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
6778
6779 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
6780 (endtoken, accept): these.
6781 * src/reader.c (reader): Set endtoken's default tag to "$end".
6782 Set undeftoken's tag to "$undefined" instead of "$undefined.".
6783 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
6784 Adjust.
6785
1bfb97db
AD
67862002-07-29 Akim Demaille <akim@epita.fr>
6787
6788 * src/reduce.c (reduce_grammar): When the language is empty,
6789 complain about the start symbol, not the axiom.
6790 Use its location.
6791 * tests/reduce.at (Empty Language): New.
6792
fc5734fe
AD
67932002-07-26 Akim Demaille <akim@epita.fr>
6794
6795 * src/reader.h, src/reader.c (gram_error): ... can't get
6796 yycontrol without making too strong assumptions on the parser
6797 itself.
6798 * src/output.c (prepare_tokens): Use the real 0th value of
6799 token_translations instead of `0'.
6800 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
6801 visible here.
6802 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
6803 for the time being: %locations ought to provide it to yyerror.
6804
3650b4b8
AD
68052002-07-25 Akim Demaille <akim@epita.fr>
6806
6807 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
6808 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
6809 * tests/regression.at (Web2c Actions): Adjust.
6810
4b3d3a8e
AD
68112002-07-25 Akim Demaille <akim@epita.fr>
6812
6813 Stop storing rules from 1 to nrules + 1.
6814
6815 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
6816 * src/nullable.c, src/output.c, src/print.c, src/reader.c
6817 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
6818 Iterate from 0 to nrules.
6819 Use rule_number_as_item_number and item_number_as_rule_number.
6820 Adjust to `derive' now containing possibly 0.
6821 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
6822 Handle the `- 1' part in rule numbers from/to item numbers.
6823 * src/conflicts.c (log_resolution): Fix the message which reversed
6824 shift and reduce.
6825 * src/output.c (action_row): Initialize default_rule to -1.
6826 (token_actions): Adjust.
6827 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
6828 expected output.
6829 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
6830
4a2a22f4
AD
68312002-07-25 Akim Demaille <akim@epita.fr>
6832
6833 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
6834 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
6835 (b4_c_knr_arg_decl): New.
6836 * data/yacc.c: Use it to define yysymprint, yydestruct, and
6837 yyreport_parse_error.
6838
b8df3223
AD
68392002-07-25 Akim Demaille <akim@epita.fr>
6840
6841 * data/yacc.c (yyreport_parse_error): New, extracted from...
6842 (yyparse): here.
6843 (yydestruct, yysymprint): Move above yyparse.
6844 Be K&R compliant.
6845
a762e609
AD
68462002-07-25 Akim Demaille <akim@epita.fr>
6847
6848 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
6849 replace...
6850 (b4_sint_type, b4_uint_type): these.
6851 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
6852 * tests/regression.at (Web2c Actions): Adjust.
6853
12b0043a
AD
68542002-07-25 Akim Demaille <akim@epita.fr>
6855
6856 * src/gram.h (TIEM_NUMBER_MAX): New.
6857 (item_number_of_rule_number, rule_number_of_item_number): Rename
6858 as...
6859 (rule_number_as_item_number, item_number_as_rule_number): these.
6860 Adjust dependencies.
6861 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
6862 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
6863 (symbol_number_to_vector_number): New.
6864 (order): Of vector_number_t* type.
6865 (base_t, BASE_MAX, BASE_MIN): New.
6866 (froms, tos, width, pos, check): Of base_t type.
6867 (action_number_t, ACTION_MIN, ACTION_MAX): New.
6868 (actrow): Of action_number_t type.
6869 (conflrow): Of unsigned int type.
6870 (table_ninf, base_ninf): New.
6871 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
6872 (muscle_insert_int_table, muscle_insert_base_table)
6873 (muscle_insert_rule_number_table): New.
6874 (prepare_tokens): Output `toknum' as int_table.
6875 (action_row): Returns a rule_number_t.
6876 Use ACTION_MIN, not SHRT_MIN.
6877 (token_actions): yydefact is rule_number_t*.
6878 (table_ninf_remap): New.
6879 (pack_table): Use it for `base' and `table'.
6880 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
6881 replaced with...
6882 (YYPACT_NINF, YYTABLE_NINF): these.
6883 (yypact, yytable): Compute their types instead of hard-coded
6884 `short'.
6885 * tests/regression.at (Web2c Actions): Adjust.
6886
5dde258a
AD
68872002-07-19 Akim Demaille <akim@epita.fr>
6888
6889 * src/scan-gram.l (id): Can start with an underscore.
6890
a945ec39
AD
68912002-07-16 Akim Demaille <akim@epita.fr>
6892
6893 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
6894 Adjust all former `associativity' dependencies.
6895 * src/symtab.c (symbol_new): Default associativity is `undef', not
6896 `right'.
6897 (symbol_check_alias_consistence): Adjust.
6898
fae437e8
AD
68992002-07-09 Akim Demaille <akim@epita.fr>
6900
6901 * doc/bison.texinfo: Properly set the ``header'' part.
6902 Use @dircategory ``GNU programming tools'' as per Texinfo's
6903 documentation.
6904 Use @copying.
6905
1a715ef2
AD
69062002-07-09 Akim Demaille <akim@epita.fr>
6907
6908 * lib/quotearg.h: Protect against multiple inclusions.
6909 * src/location.h (location_t): Add a `file' member.
6910 (LOCATION_RESET, LOCATION_PRINT): Adjust.
6911 * src/complain.c (warn_at, complain_at, fatal_at): Drop
6912 `error_one_per_line' support.
6913
a5d50994
AD
69142002-07-09 Akim Demaille <akim@epita.fr>
6915
6916 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
6917 * src/reader.c (lineno): Remove.
6918 Adjust all dependencies.
6919 (get_merge_function): Take a location and use complain_at.
6920 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
6921 * tests/regression.at (Invalid inputs, Mixing %token styles):
6922 Adjust.
6923
b275314e
AD
69242002-07-09 Akim Demaille <akim@epita.fr>
6925
6926 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
6927 recovery rule, and forbid extensions when --yacc.
6928 (gram_error): Use complain_at.
6929 * src/reader.c (reader): Exit if there were parse errors.
6930
865b9df1
AD
69312002-07-09 Akim Demaille <akim@epita.fr>
6932
6933 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
6934 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
6935 Reported by R Blake <blakers@mac.com>.
6936
c76e14da
AD
69372002-07-09 Akim Demaille <akim@epita.fr>
6938
6939 * data/yacc.c: Output the copyright notive in the header.
6940
7db2ed2d
AD
69412002-07-03 Akim Demaille <akim@epita.fr>
6942
6943 * src/output.c (froms, tos): Are state_number_t.
6944 (save_column): sp, sp1, and sp2 are state_number_t.
6945 (prepare): Rename `final' as `final_state_number', `nnts' as
6946 `nterms_number', `nrules' as `rules_number', `nstates' as
6947 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
6948 unused.
6949 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
6950 * data/lalr1.cc (nsym_): Remove, unused.
6951
e68e0410
AD
69522002-07-03 Akim Demaille <akim@epita.fr>
6953
6954 * src/lalr.h, src/lalr.c (goto_number_t): New.
6955 * src/lalr.c (goto_list_t): New.
6956 Propagate them.
6957 * src/nullable.c (rule_list_t): New.
6958 Propagate.
6959 * src/types.h: Remove.
6960
e1a4f3a4
AD
69612002-07-03 Akim Demaille <akim@epita.fr>
6962
6963 * src/closure.c (print_fderives): Use rule_rhs_print.
6964 * src/derives.c (print_derives): Use rule_rhs_print.
6965 (rule_list_t): New, replaces `shorts'.
6966 (set_derives): Add comments.
6967 * tests/sets.at (Nullable, Firsts): Adjust.
6968
536545f3
AD
69692002-07-03 Akim Demaille <akim@epita.fr>
6970
6971 * src/output.c (prepare_actions): Free `tally' and `width'.
6972 (prepare_actions): Allocate and free `order'.
6973 * src/symtab.c (symbols_free): Free `symbols'.
6974 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
6975 * src/output.c (m4_invoke): Move to...
6976 * src/scan-skel.l: here.
6977 (<<EOF>>): Close yyout, and free its name.
6978
8b752b00
AD
69792002-07-03 Akim Demaille <akim@epita.fr>
6980
6981 Fix some memory leaks, and fix a bug: state 0 was examined twice.
6982
6983 * src/LR0.c (new_state): Merge into...
6984 (state_list_append): this.
6985 (new_states): Merge into...
6986 (generate_states): here.
6987 (set_states): Don't ensure a proper `errs' state member here, do it...
6988 * src/conflicts.c (conflicts_solve): here.
6989 * src/state.h, src/state.c: Comment changes.
6990 (state_t): Rename member `shifts' as `transitions'.
6991 Adjust all dependencies.
6992 (errs_new): For consistency, also take the values as argument.
6993 (errs_dup): Remove.
6994 (state_errs_set): New.
6995 (state_reductions_set, state_transitions_set): Assert that no
6996 previous value was assigned.
6997 (state_free): New.
6998 (states_free): Use it.
6999 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
7000 temporary storage: use `errs' and `nerrs' as elsewhere.
7001 (set_conflicts): Allocate and free this `errs'.
7002
613f5e1a
AD
70032002-07-02 Akim Demaille <akim@epita.fr>
7004
7005 * lib/libiberty.h: New.
7006 * lib: Update the bitset implementation from upstream.
7007 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
7008 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
7009 * src/main.c: Adjust bitset stats calls.
7010
26e0cadc
PE
70112002-07-01 Paul Eggert <eggert@twinsun.com>
7012
7013 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
7014 char, so that negative chars don't collide with $.
7015
1154cced
AD
70162002-06-30 Akim Demaille <akim@epita.fr>
7017
7018 Have the GLR tests be `warning' checked, and fix the warnings.
7019
7020 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
7021 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
7022 (yyremoveDeletes): `yyi' and `yyj' are size_t.
7023 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
7024 (yyaddDeferredAction): static.
7025 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
7026 (yyreportParseError): yyprefix is const.
7027 yytokenp is used only when verbose.
7028 (yy__GNUC__): Replace with __GNUC__.
7029 (yypdumpstack): yyi is size_t.
7030 (yypreference): Un-yy local variables and arguments, to avoid
7031 clashes with `yyr1'. Anyway, we are not in the user name space.
7032 (yytname_size): be an int, as is compared with ints.
7033 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
7034 Use them.
7035 * tests/cxx-gram.at: Use quotation to protect $1.
7036 Use AT_COMPILE to enable warnings hunts.
7037 Prototype yylex and yyerror.
7038 `Use' argc.
7039 Include `string.h', not `strings.h'.
7040 Produce and prototype stmtMerge only when used.
7041 yylex takes a location.
7042
97650f4e
AD
70432002-06-30 Akim Demaille <akim@epita.fr>
7044
7045 We spend a lot of time in quotearg, in particular when --verbose.
7046
7047 * src/symtab.c (symbol_get): Store a quoted version of the key.
7048 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
7049 Adjust all callers.
7050
d2576365
AD
70512002-06-30 Akim Demaille <akim@epita.fr>
7052
7053 * src/state.h (reductions_t): Rename member `nreds' as num.
7054 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
7055 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
7056
ccaf65bc
AD
70572002-06-30 Akim Demaille <akim@epita.fr>
7058
7059 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
7060 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
7061 (shifts_to): Rename as...
7062 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
7063 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
7064 (TRANSITION_IS_DISABLED, transitions_to): these.
7065
87675353
AD
70662002-06-30 Akim Demaille <akim@epita.fr>
7067
7068 * src/print.c (print_shifts, print_gotos): Merge into...
7069 (print_transitions): this.
7070 (print_transitions, print_errs, print_reductions): Align the
7071 lookaheads columns.
7072 (print_core, print_transitions, print_errs, print_state,
7073 print_grammar): Output empty lines separator before, not after.
7074 (state_default_rule_compute): Rename as...
7075 (state_default_rule): this.
7076 * tests/conflicts.at (Defaulted Conflicted Reduction),
7077 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
7078 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
7079
ce4ccb4b
AD
70802002-06-30 Akim Demaille <akim@epita.fr>
7081
7082 Display items as we display rules.
7083
7084 * src/gram.h, src/gram.c (rule_lhs_print): New.
7085 * src/gram.c (grammar_rules_partial_print): Use it.
7086 * src/print.c (print_core): Likewise.
7087 * tests/conflicts.at (Defaulted Conflicted Reduction),
7088 (Unresolved SR Conflicts): Adjust.
7089 (Unresolved SR Conflicts): Adjust and rename as...
7090 (Resolved SR Conflicts): this, as was meant.
7091 * tests/regression.at (Web2c Report): Adjust.
7092
bc933ef1
AD
70932002-06-30 Akim Demaille <akim@epita.fr>
7094
7095 * src/print.c (state_default_rule_compute): New, extracted from...
7096 (print_reductions): here.
7097 Pessimize, but clarify the code.
7098 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
7099
53d4308d
AD
71002002-06-30 Akim Demaille <akim@epita.fr>
7101
7102 * src/output.c (action_row): Let default_rule be always a rule
7103 number.
7104
574fb2d5
AD
71052002-06-30 Akim Demaille <akim@epita.fr>
7106
7107 * src/closure.c (print_firsts, print_fderives, closure):
7108 Use BITSET_EXECUTE.
7109 * src/lalr.c (lookaheads_print): Likewise.
7110 * src/state.c (state_rule_lookaheads_print): Likewise.
7111 * src/print_graph.c (print_core): Likewise.
7112 * src/print.c (print_reductions): Likewise.
7113 * src/output.c (action_row): Likewise.
7114 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
7115
05811fd7
AD
71162002-06-30 Akim Demaille <akim@epita.fr>
7117
7118 * src/print_graph.c: Use report_flag.
7119
0e4d5753
AD
71202002-06-30 Akim Demaille <akim@epita.fr>
7121
7122 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
7123 to...
7124 * src/relation.h, src/relation.c (traverse, relation_digraph)
7125 (relation_print, relation_transpose): New.
7126
24c7d800
AD
71272002-06-30 Akim Demaille <akim@epita.fr>
7128
7129 * src/state.h, src/state.c (shifts_to): New.
7130 * src/lalr.c (build_relations): Use it.
7131
9222837b
AD
71322002-06-30 Akim Demaille <akim@epita.fr>
7133
7134 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
7135 (item_number_of_rule_number, rule_number_of_item_number): New.
7136 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
7137 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
7138 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
7139 Propagate their use.
7140 Much remains to be done, in particular wrt `shorts' from types.h.
7141
260008e5
AD
71422002-06-30 Akim Demaille <akim@epita.fr>
7143
7144 * src/symtab.c (symbol_new): Initialize the `printer' member.
7145
8a731ca8
AD
71462002-06-30 Akim Demaille <akim@epita.fr>
7147
7148 * src/LR0.c (save_reductions): Remove, replaced by...
7149 * src/state.h, src/state.c (state_reductions_set): New.
7150 (reductions, errs): Rename as...
7151 (reductions_t, errs_t): these.
7152 Adjust all dependencies.
7153
32e1e0a4
AD
71542002-06-30 Akim Demaille <akim@epita.fr>
7155
7156 * src/LR0.c (state_list_t, state_list_append): New.
7157 (first_state, last_state): Now symbol_list_t.
7158 (this_state): Remove.
7159 (new_itemsets, append_states, save_reductions): Take a state_t as
7160 argument.
7161 (set_states, generate_states): Adjust.
7162 (save_shifts): Remove, replaced by...
7163 * src/state.h, src/state.c (state_shifts_set): New.
7164 (shifts): Rename as...
7165 (shifts_t): this.
7166 Adjust all dependencies.
7167 * src/state.h (state_t): Remove the `next' member.
7168
e5fb6710
AD
71692002-06-30 Akim Demaille <akim@epita.fr>
7170
7171 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
7172 escaped in slot 0.
7173
c7ca99d4
AD
71742002-06-30 Akim Demaille <akim@epita.fr>
7175
7176 Use hash.h for the state hash table.
7177
7178 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
7179 (allocate_storage): Use state_hash_new.
7180 (free_storage): Use state_hash_free.
7181 (new_state, get_state): Adjust.
7182 * src/lalr.h, src/lalr.c (states): Move to...
7183 * src/states.h (state_t): Remove the `link' member, no longer
7184 used.
7185 * src/states.h, src/states.c: here.
7186 (state_hash_new, state_hash_free, state_hash_lookup)
7187 (state_hash_insert, states_free): New.
7188 * src/states.c (state_table, state_compare, state_hash): New.
7189 * src/output.c (output_actions): Do not free states now, since we
7190 still need to know the final_state number in `prepare', called
7191 afterwards. Do it...
7192 * src/main.c (main): here: call states_free after `output'.
7193
df0e7316
AD
71942002-06-30 Akim Demaille <akim@epita.fr>
7195
7196 * src/state.h, src/state.c (state_new): New, extracted from...
7197 * src/LR0.c (new_state): here.
7198 * src/state.h (STATE_ALLOC): Move to...
7199 * src/state.c: here.
7200 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
7201 * src/state.h, src/state.c: here.
7202
39f41916
AD
72032002-06-30 Akim Demaille <akim@epita.fr>
7204
7205 * src/reader.c (gensym): Rename as...
7206 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
7207 (getsym): Rename as...
7208 (symbol_get): this.
7209
d57650a5
AD
72102002-06-30 Akim Demaille <akim@epita.fr>
7211
7212 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
7213 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
7214 * src/output.c, src/print.c, src/print_graph.c: Propagate.
7215 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
7216
5a08f1ce
AD
72172002-06-30 Akim Demaille <akim@epita.fr>
7218
7219 Make the test suite pass with warnings checked.
7220
7221 * tests/actions.at (Printers and Destructors): Improve.
7222 Avoid unsigned vs. signed issues.
7223 * tests/calc.at: Don't exercise the scanner here, do it...
7224 * tests/input.at (Torturing the Scanner): here.
7225
720623af
PH
72262002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7227
88e7e941 7228 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
720623af
PH
7229 reorganize first lines parallel to yacc.c.
7230
fb8135fa
AD
72312002-06-28 Akim Demaille <akim@epita.fr>
7232
7233 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
7234 (b4_token_enum, b4_token_defines): New, factored from...
7235 * data/lalr1.cc, data/yacc.c, glr.c: here.
7236
41442480
AD
72372002-06-28 Akim Demaille <akim@epita.fr>
7238
7239 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
7240 unused variables.
7241 * src/output.c (merger_output): static.
7242
e0e5bf84
AD
72432002-06-28 Akim Demaille <akim@epita.fr>
7244
ba0fe3c7 7245 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
e0e5bf84
AD
7246 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
7247 pacify GCC.
7248 * src/output.c (save_row): Initialize all the variables to pacify GCC.
e0e5bf84 7249
676385e2
PH
72502002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7251
7252 Accumulated changelog for new GLR parsing features.
7253
6a254321 7254 * src/conflicts.c (count_total_conflicts): Change name to
676385e2
PH
7255 conflicts_total_count.
7256 * src/conflicts.h: Ditto.
7257 * src/output.c (token_actions): Use the new name.
7258 (output_conflicts): Change conflp => conflict_list_heads, and
7259 confl => conflict_list for better readability.
7260 * data/glr.c: Use the new names.
7261 * NEWS: Add self to GLR announcement.
e0e5bf84 7262
676385e2
PH
7263 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
7264
7265 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
7266 Akim Demaille.
7267
7268 * data/bison.glr: Change name to glr.c
7269 * data/glr.c: Renamed from bison.glr.
7270 * data/Makefile.am: Add glr.c
e0e5bf84
AD
7271
7272 * src/getargs.c:
7273
676385e2 7274 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
ba0fe3c7 7275 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
e0e5bf84 7276
676385e2
PH
7277 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7278
7279 * data/bison.glr: Be sure to restore the
7280 current #line when returning to the skeleton contents after having
7281 exposed the input file's #line.
7282
7283 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7284
7285 * data/bison.glr: Bring up to date with changes to bison.simple.
7286
7287 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7288
7289 * data/bison.glr: Correct definitions that use b4_prefix.
7290 Various reformatting.
7291 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
7292 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
7293 yytokenp argument; now part of stack.
7294 (yychar): Define to behave as documented.
7295 (yyclearin): Ditto.
e0e5bf84 7296
676385e2
PH
7297 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7298
7299 * src/reader.h: Add declaration for free_merger_functions.
7300
7301 * src/reader.c (merge_functions): New variable.
7302 (get_merge_function): New function.
7303 (free_merger_functions): New function.
7304 (readgram): Check for %prec that is not followed by a symbol.
7305 Handle %dprec and %merge declarations.
7306 (packgram): Initialize dprec and merger fields in rules array.
7307
7308 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
7309 conflict_list_cnt, conflict_list_free): New variables.
7310 (table_grow): Also grow conflict_table.
e0e5bf84 7311 (prepare_rules): Output dprec and merger tables.
676385e2 7312 (conflict_row): New function.
e0e5bf84 7313 (action_row): Output conflict lists for GLR parser. Don't use
676385e2
PH
7314 default reduction in conflicted states for GLR parser so that there
7315 are spaces for the conflict lists.
7316 (save_row): Also save conflict information.
7317 (token_actions): Allocate conflict list.
7318 (merger_output): New function.
7319 (pack_vector): Pack conflict table, too.
7320 (output_conflicts): New function to output yyconflp and yyconfl.
7321 (output_check): Allocate conflict_tos.
7322 (output_actions): Output conflict tables, also.
7323 (output_skeleton): Output b4_mergers definition.
7324 (prepare): Output b4_max_rhs_length definition.
7325 Use 'bison.glr' as default skeleton for GLR parsers.
7326
7327 * src/gram.c (glr_parser): New flag.
7328 (grammar_free): Call free_merger_functions.
7329
7330 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
7331 all pairs of conflicting reductions, rather than just all tokens
7332 causing conflicts. Needed to size conflict tables.
e0e5bf84 7333 (conflicts_output): Modify call to count_rr_conflicts for new
676385e2
PH
7334 interface.
7335 (conflicts_print): Ditto.
7336 (count_total_conflicts): New function.
7337
7338 * src/reader.h (merger_list): New type.
7339 (merge_functions): New variable.
7340
7341 * src/lex.h (tok_dprec, tok_merge): New token types.
7342
7343 * src/gram.h (rule_s): Add dprec and merger fields.
7344 (glr_parser): New flag.
7345
7346 * src/conflicts.h (count_total_conflicts): New function.
7347
7348 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
7349
7350 * doc/bison.texinfo (Generalized LR Parsing): New section.
7351 (GLR Parsers): New section.
7352 (Language and Grammar): Mention GLR parsing.
7353 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
7354 Correct typo ("tge" -> "the").
7355
7356 * data/bison.glr: New skeleton for GLR parsing.
7357
7358 * tests/cxx-gram.at: New tests for GLR parsing.
7359
7360 * tests/testsuite.at: Include cxx-gram.at.
7361
7362 * tests/Makefile.am: Add cxx-gram.at.
e0e5bf84 7363
676385e2
PH
7364 * src/parse-gram.y:
7365
7366 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
7367
7368 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
e0e5bf84 7369
b5480d74 73702002-06-27 Akim Demaille <akim@epita.fr>
e2aaf4c4
AD
7371
7372 * src/options.h, src/options.c: Remove.
7373 * src/getargs.c (short_options, long_options): New.
7374
60491a94
AD
73752002-06-27 Akim Demaille <akim@epita.fr>
7376
7377 * data/bison.simple, data/bison.c++: Rename as...
7378 * data/yacc.c, data/lalr1.cc: these.
7379 * doc/bison.texinfo (Environment Variables): Remove.
7380
9be0c25b
AD
73812002-06-25 Raja R Harinath <harinath@cs.umn.edu>
7382
7383 * src/getargs.c (report_argmatch): Initialize strtok().
7384
1ae72863
AD
73852002-06-20 Akim Demaille <akim@epita.fr>
7386
7387 * data/bison.simple (b4_symbol_actions): New, replaces...
7388 (b4_symbol_destructor, b4_symbol_printer): these.
7389 (yysymprint): Be sure to call YYPRINT only for tokens, and using
7390 user token numbers.
7391
87542d29
AD
73922002-06-20 Akim Demaille <akim@epita.fr>
7393
7394 * data/bison.simple (yydestructor): Rename as...
7395 (yydestruct): this.
7396
1a31ed21
AD
73972002-06-20 Akim Demaille <akim@epita.fr>
7398
7399 * src/symtab.h, src/symtab.c (symbol_type_set)
7400 (symbol_destructor_set, symbol_precedence_set): The location is
7401 the last argument.
7402 Adjust all callers.
7403
e776192e
AD
74042002-06-20 Akim Demaille <akim@epita.fr>
7405
7406 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
7407 internals.
7408 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
7409 Takes a location.
7410 * src/symtab.h, src/symtab.c (symbol_class_set)
7411 (symbol_user_token_number_set): Likewise.
7412 Adjust all callers.
7413 Promote complain_at.
7414 * tests/input.at (Type Clashes): Adjust.
7415
5c1180b3
AD
74162002-06-20 Akim Demaille <akim@epita.fr>
7417
7418 * data/bison.simple (YYLEX): Fix the declaration when
7419 %pure-parser.
7420
e3170060
AD
74212002-06-20 Akim Demaille <akim@epita.fr>
7422
7423 * data/bison.simple (yysymprint): Don't print the token number,
7424 just its name.
7425 * tests/actions.at (Destructors): Rename as...
7426 (Printers and Destructors): this.
7427 Also exercise %printer.
7428
253862fd
AD
74292002-06-20 Akim Demaille <akim@epita.fr>
7430
7431 * data/bison.simple (YYDSYMPRINT): New.
7432 Use it to remove many of the #if YYDEBUG/if (yydebug).
7433
366eea36
AD
74342002-06-20 Akim Demaille <akim@epita.fr>
7435
7436 * src/symtab.h, src/symtab.c (symbol_t): printer and
7437 printer_location are new members.
7438 (symbol_printer_set): New.
7439 * src/parse-gram.y (PERCENT_PRINTER): New token.
7440 Handle its associated rule.
7441 * src/scan-gram.l: Adjust.
7442 (handle_destructor_at, handle_destructor_dollar): Rename as...
7443 (handle_symbol_code_at, handle_symbol_code_dollar): these.
7444 * src/output.c (symbol_printers_output): New.
7445 (output_skeleton): Call it.
7446 * data/bison.simple (yysymprint): New. Cannot be named yyprint
7447 since there are already many grammar files with a user `yyprint'.
7448 Replace the calls to YYPRINT to calls to yysymprint.
7449 * tests/calc.at: Adjust.
7450 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
7451 taking advantage of parser very internal details (stack size!).
7452
4f25ebb0
AD
74532002-06-20 Akim Demaille <akim@epita.fr>
7454
7455 * src/scan-gram.l: Complete the scanner with the missing patterns
7456 to pacify Flex.
7457 Use `quote' and `symbol_tag_get' where appropriate.
7458
93b68a0e
AD
74592002-06-19 Akim Demaille <akim@epita.fr>
7460
7461 * tests/actions.at (Destructors): Augment to test locations.
7462 * data/bison.simple (yydestructor): Pass it the current location
7463 if locations are enabled.
7464 Prototype only when __STDC__ or C++.
7465 Change the argument names to move into the yy name space: there is
7466 user code here.
7467
58612f1d
AD
74682002-06-19 Akim Demaille <akim@epita.fr>
7469
74310291
AD
7470 * data/bison.simple (b4_pure_if): New.
7471 Use it instead of #ifdef YYPURE.
7472
74732002-06-19 Akim Demaille <akim@epita.fr>
7474
7475 * data/bison.simple (b4_location_if): New.
58612f1d
AD
7476 Use it instead of #ifdef YYLSP_NEEDED.
7477
f25bfb75
AD
74782002-06-19 Akim Demaille <akim@epita.fr>
7479
7480 Prepare @$ in %destructor, but currently don't bind it in the
7481 skeleton, as %location use is not cleaned up yet.
7482
7483 * src/scan-gram.l (handle_dollar, handle_destructor_at)
7484 (handle_action_at): New.
7485 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
7486 a braced_code_t and a location as additional arguments.
7487 (handle_destructor_dollar): Instead of requiring `b4_eval', just
7488 unquote one when outputting `b4_dollar_dollar'.
7489 Adjust callers.
7490 * data/bison.simple (b4_eval): Remove.
7491 (b4_symbol_destructor): Adjust.
7492 * tests/input.at (Invalid @n): Adjust.
7493
c732d2c6
AD
74942002-06-19 Zack Weinberg <zack@codesourcery.com>
7495
7496 * doc/bison.texinfo: Document ability to have multiple
7497 prologue sections.
7498
8c165d89
AD
74992002-06-18 Akim Demaille <akim@epita.fr>
7500
7501 * src/files.c (compute_base_names): When computing the output file
7502 names from the input file name, strip the directory part.
7503
ca98bf57
AD
75042002-06-18 Akim Demaille <akim@epita.fr>
7505
7506 * data/bison.simple.new: Comment changes.
7507 Reported by Andreas Schwab.
7508
0bfb02ff
AD
75092002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
7510
7511 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
7512 there are no `label `yyoverflowlab' defined but not used' warnings
7513 when yyoverflow is defined.
7514
24c0aad7
AD
75152002-06-18 Akim Demaille <akim@epita.fr>
7516
7517 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
7518 new member.
7519 (symbol_destructor_set): Adjust.
7520 * src/output.c (symbol_destructors_output): Output the destructor
7521 locations.
7522 Output the symbol name.
7523 * data/bison.simple (b4_symbol_destructor): Adjust.
7524
5719c109
AD
75252002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
7526 and Akim Demaille <akim@epita.fr>
7527
7528 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
7529 what's left on the stack when the error recovery hits EOF.
7530 * tests/actions.at (Destructors): Complete to exercise this case.
7531
9280d3ef
AD
75322002-06-17 Akim Demaille <akim@epita.fr>
7533
7534 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
7535 arguments is really empty, not only equal to `[]'.
7536 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
7537 member.
7538 (symbol_destructor_set): New.
7539 * src/output.c (symbol_destructors_output): New.
7540 * src/reader.h (brace_code_t, current_braced_code): New.
7541 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
7542 (handle_dollar): Rename as...
7543 (handle_action_dollar): this.
7544 (handle_destructor_dollar): New.
7545 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
7546 (grammar_declaration): Use it.
7547 * data/bison.simple (yystos): Is always defined.
7548 (yydestructor): New.
7549 * tests/actions.at (Destructors): New.
7550 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
7551
dafdc66f
AD
75522002-06-17 Akim Demaille <akim@epita.fr>
7553
7554 * src/symlist.h, src/symlist.c (symbol_list_length): New.
7555 * src/scan-gram.l (handle_dollar, handle_at): Compute the
7556 rule_length only when needed.
7557 * src/output.c (actions_output, token_definitions_output): Output
7558 the full M4 block.
7559 * src/symtab.c: Don't access directly to the symbol tag, use
7560 symbol_tag_get.
7561 * src/parse-gram.y: Use symbol_list_free.
7562
56c47203
AD
75632002-06-17 Akim Demaille <akim@epita.fr>
7564
7565 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
7566 (symbol_list_prepend, get_type_name): Move to...
7567 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
7568 (symbol_list_prepend, symbol_list_n_type_name_get): here.
7569 Adjust all callers.
7570 (symbol_list_free): New.
7571 * src/scan-gram.l (handle_dollar): Takes a location.
7572 * tests/input.at (Invalid $n): Adjust.
7573
1e0bab92
AD
75742002-06-17 Akim Demaille <akim@epita.fr>
7575
7576 * src/reader.h, src/reader.c (symbol_list_new): Export it.
7577 (symbol_list_prepend): New.
7578 * src/parse-gram.y (%union): `list' is a new member.
7579 (symbols.1): New, replaces...
7580 (terms_to_prec.1, nterms_to_type.1): these.
7581 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
7582 Take a location as additional argument.
7583 Adjust all callers.
7584
04e60654
AD
75852002-06-15 Akim Demaille <akim@epita.fr>
7586
7587 * src/parse-gram.y: Move %token in the declaration section so that
7588 we don't depend upon CVS Bison.
7589
10e5b8bd
AD
75902002-06-15 Akim Demaille <akim@epita.fr>
7591
7592 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
7593 * src/print.c (print_core): Use it.
7594
9801d40c
AD
75952002-06-15 Akim Demaille <akim@epita.fr>
7596
7597 * src/conflicts.c (log_resolution): Accept the rule involved in
7598 the sr conflicts instead of the lookahead number that points to
7599 that rule.
7600 (flush_reduce): Accept the current lookahead vector as argument,
7601 instead of the index in LA.
7602 (resolve_sr_conflict): Accept the current number of lookahead
7603 bitset to consider for the STATE, instead of the index in LA.
7604 (set_conflicts): Adjust.
7605 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
7606
c0263492
AD
76072002-06-15 Akim Demaille <akim@epita.fr>
7608
7609 * src/state.h (state_t): Replace the `lookaheadsp' member, a
7610 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
7611 Adjust all dependencies.
7612 * src/lalr.c (initialize_lookaheads): Split into...
7613 (states_lookaheads_count, states_lookaheads_initialize): these.
7614 (lalr): Adjust.
7615
9757c359
AD
76162002-06-15 Akim Demaille <akim@epita.fr>
7617
7618 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
7619 out of...
7620 (grammar_rules_print): here.
7621 * src/reduce.c (reduce_output): Use it.
7622 * tests/reduce.at (Useless Rules, Reduced Automaton)
7623 (Underivable Rules): Adjust.
7624
6b98e4b5
AD
76252002-06-15 Akim Demaille <akim@epita.fr>
7626
7627 Copy BYacc's nice way to report the grammar.
7628
7629 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
7630 New.
7631 Don't print the rules' location, it is confusing and useless.
7632 (rule_print): Use grammar_rhs_print.
7633 * src/print.c (print_grammar): Use grammar_rules_print.
7634
6b98e4b5
AD
76352002-06-15 Akim Demaille <akim@epita.fr>
7636
7637 Complete and rationalize `useless thing' warnings.
7638
7639 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
7640 (symbol_tag_print): New.
7641 Use them everywhere in place of accessing directly the tag member.
7642 * src/gram.h, src/gram.c (rule_print): New.
7643 Use it where a rule used to be printed `by hand'.
7644 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
7645 (reduce_grammar_tables): Report the useless rules.
7646 (reduce_print): Useless things are a warning, not an error.
7647 Report it as such.
7648 * tests/reduce.at (Useless Nonterminals, Useless Rules):
7649 (Reduced Automaton, Underivable Rules): Adjust.
7650 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
7651 * tests/conflicts.at (Unresolved SR Conflicts)
7652 (Solved SR Conflicts): Adjust.
7653
ee000ba4
AD
76542002-06-15 Akim Demaille <akim@epita.fr>
7655
7656 Let symbols have a location.
7657
7658 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
7659 (getsym): Adjust.
7660 Adjust all callers.
7661 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
7662 Use location_t, not int.
7663 * src/symtab.c (symbol_check_defined): Take advantage of the
7664 location.
7665 * tests/regression.at (Invalid inputs): Adjust.
7666
8efe435c
AD
76672002-06-15 Akim Demaille <akim@epita.fr>
7668
7669 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
7670 (input): Don't try to initialize yylloc here, do it in the
7671 scanner.
7672 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
7673 * src/gram.h (rule_t): Change line and action_line into location
7674 and action_location, of location_t type.
7675 Adjust all dependencies.
7676 * src/location.h, src/location.c (empty_location): New.
7677 * src/reader.h, src/reader.c (grammar_start_symbol_set)
7678 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
7679 (grammar_current_rule_symbol_append)
7680 (grammar_current_rule_action_append): Expect a location as argument.
7681 * src/reader.c (grammar_midrule_action): Adjust to attach an
7682 action's location as dummy symbol location.
7683 * src/symtab.h, src/symtab.c (startsymbol_location): New.
7684 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
7685 the line numbers.
7686
1921f1d7
AD
76872002-06-14 Akim Demaille <akim@epita.fr>
7688
7689 Grammar declarations may be found in the grammar section.
7690
7691 * src/parse-gram.y (rules_or_grammar_declaration): New.
7692 (declarations): Each declaration may end with a semicolon, not
7693 just...
7694 (grammar_declaration): `"%union"'.
7695 (grammar): Branch to rules_or_grammar_declaration.
7696
4515534c
AD
76972002-06-14 Akim Demaille <akim@epita.fr>
7698
7699 * src/main.c (main): Invoke scanner_free.
7700
f958596b
AD
77012002-06-14 Akim Demaille <akim@epita.fr>
7702
7703 * src/output.c (m4_invoke): Extracted from...
7704 (output_skeleton): here.
7705 Free tempfile.
7706
2c569025
AD
77072002-06-14 Akim Demaille <akim@epita.fr>
7708
7709 * src/parse-gram.y (directives, directive, gram)
7710 (grammar_directives, precedence_directives, precedence_directive):
7711 Rename as...
7712 (declarations, declaration, grammar, grammar_declaration)
7713 (precedence_declaration, precedence_declarator): these.
7714 (symbol_declaration): New.
7715
592e8d4d
AD
77162002-06-14 Akim Demaille <akim@epita.fr>
7717
7718 * src/files.c (action_obstack): Remove, unused.
7719 (output_obstack): Remove it, and all its dependencies, as it is no
7720 longer needed.
7721 * src/reader.c (epilogue_set): Build the epilogue in the
7722 muscle_obstack.
7723 * src/output.h, src/output.c (muscle_obstack): Move to...
7724 * src/muscle_tab.h, src/muscle_tab.h: here.
7725 (muscle_init): Initialize muscle_obstack.
7726 (muscle_free): New.
7727 * src/main.c (main): Call it.
7728
0c15323d
AD
77292002-06-14 Akim Demaille <akim@epita.fr>
7730
7731 * src/location.h: New, extracted from...
7732 * src/reader.h: here.
7733 * src/Makefile.am (noinst_HEADERS): Merge into
7734 (bison_SOURCES): this.
7735 Add location.h.
7736 * src/parse-gram.y: Use location_t instead of Bison's.
7737 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
7738 Use location_t instead of ints.
7739
e96c9728
AD
77402002-06-14 Akim Demaille <akim@epita.fr>
7741
7742 * data/bison.simple, data/bison.c++: Be sure to restore the
7743 current #line when returning to the skeleton contents after having
7744 exposed the input file's #line.
7745
75d1fe16
AD
77462002-06-12 Akim Demaille <akim@epita.fr>
7747
7748 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
7749 eager.
7750 * tests/actions.at (Exotic Dollars): New.
7751
6c35d22c
AD
77522002-06-12 Akim Demaille <akim@epita.fr>
7753
7754 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
7755 ['"/] too eagerly.
7756 * tests/input.at (Torturing the Scanner): New.
7757
1d6412ad
AD
77582002-06-11 Akim Demaille <akim@epita.fr>
7759
7760 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
7761 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
7762 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
7763 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
7764 * src/reader.c (reader): Use it.
7765
4cdb01db
AD
77662002-06-11 Akim Demaille <akim@epita.fr>
7767
7768 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
7769 Adjust all callers.
7770 (scanner_last_string_free): New.
7771
44995b2e
AD
77722002-06-11 Akim Demaille <akim@epita.fr>
7773
7774 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
7775 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
7776 (last_string, YY_OBS_FREE): New.
7777 Use them when returning an ID.
7778
e9955c83
AD
77792002-06-11 Akim Demaille <akim@epita.fr>
7780
7781 Have Bison grammars parsed by a Bison grammar.
7782
7783 * src/reader.c, src/reader.h (prologue_augment): New.
7784 * src/reader.c (copy_definition): Remove.
7785
7786 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
7787 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
7788 (grammar_current_rule_prec_set, grammar_current_rule_check)
7789 (grammar_current_rule_symbol_append)
7790 (grammar_current_rule_action_append): Export.
7791 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
7792 (symbol_list_action_append): Remove.
7793 Hook the routines from reader.
7794 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
7795 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
7796
7797 * src/reader.c (read_declarations): Remove, unused.
7798
7799 * src/parse-gram.y: Handle the epilogue.
7800 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
7801 (grammar_start_symbol_set): this.
7802 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
7803 * src/reader.c (readgram): Remove, unused.
7804 (reader): Adjust to insert eoftoken and axiom where appropriate.
7805
7806 * src/reader.c (copy_dollar): Replace with...
7807 * src/scan-gram.h (handle_dollar): this.
7808 * src/parse-gram.y: Remove `%thong'.
7809
7810 * src/reader.c (copy_at): Replace with...
7811 * src/scan-gram.h (handle_at): this.
7812
7813 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
7814 New.
7815
7816 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
7817 time being.
7818
7819 * src/reader.h, src/reader.c (grammar_rule_end): New.
7820
7821 * src/parse.y (current_type, current_class): New.
7822 Implement `%nterm', `%token' support.
7823 Merge `%term' into `%token'.
7824 (string_as_id): New.
7825 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
7826 type name.
7827
7828 * src/parse-gram.y: Be sure to handle properly the beginning of
7829 rules.
7830
7831 * src/parse-gram.y: Handle %type.
7832 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
7833
7834 * src/parse-gram.y: More directives support.
7835 * src/options.c: No longer handle source directives.
7836
7837 * src/parse-gram.y: Fix %output.
7838
7839 * src/parse-gram.y: Handle %union.
7840 Use the prologue locations.
7841 * src/reader.c (parse_union_decl): Remove.
7842
7843 * src/reader.h, src/reader.c (epilogue_set): New.
7844 * src/parse-gram.y: Use it.
7845
7846 * data/bison.simple, data/bison.c++: b4_stype is now either not
7847 defined, then default to int, or to the contents of %union,
7848 without `union' itself.
7849 Adjust.
7850 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
7851
7852 * src/output.c (actions_output): Don't output braces, as they are
7853 already handled by the scanner.
7854
7855 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
7856 characters to themselves.
7857
7858 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
7859 that the epilogue has a proper #line.
7860
7861 * src/parse-gram.y: Handle precedence/associativity.
7862
7863 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
7864 a terminal.
7865 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
7866 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
7867 at all to define terminals that cannot be emitted.
7868
7869 * src/scan-gram.l: Escape M4 characters.
7870
7871 * src/scan-gram.l: Working properly with escapes in user
7872 strings/characters.
7873
7874 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
7875 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
7876 grammar.
7877 Use more modest sizes, as for the time being the parser does not
7878 release memory, and therefore the process swallows a huge amount
7879 of memory.
7880
7881 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
7882 stricter %token grammar.
7883
7884 * src/symtab.h (associativity): Add `undef_assoc'.
7885 (symbol_precedence_set): Do nothing when passed an undef_assoc.
7886 * src/symtab.c (symbol_check_alias_consistence): Adjust.
7887
7888 * tests/regression.at (Invalid %directive): Remove, as it is now
7889 meaningless.
7890 (Invalid inputs): Adjust to the new error messages.
7891 (Token definitions): The new grammar doesn't allow too many
7892 eccentricities.
7893
7894 * src/lex.h, src/lex.c: Remove.
7895 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
7896 (copy_character, copy_string2, copy_string, copy_identifier)
7897 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
7898 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
7899 (parse_action): Remove.
7900 * po/POTFILES.in: Adjust.
7901
2e047461
AD
79022002-06-11 Akim Demaille <akim@epita.fr>
7903
cd05d13c 7904 * src/reader.c (parse_action): Don't store directly into the
2e047461
AD
7905 rule's action member: return the action as a string.
7906 Don't require `rule_length' as an argument: compute it.
7907 (grammar_current_rule_symbol_append)
7908 (grammar_current_rule_action_append): New, eved out from
7909 (readgram): here.
7910 Remove `action_flag', `rulelength', unused now.
7911
9af3fbce
AD
79122002-06-11 Akim Demaille <akim@epita.fr>
7913
7914 * src/reader.c (grammar_current_rule_prec_set).
7915 (grammar_current_rule_check): New, eved out from...
7916 (readgram): here.
7917 Remove `xaction', `first_rhs': useless.
7918 * tests/input.at (Type clashes): New.
7919 * tests/existing.at (GNU Cim Grammar): Adjust.
7920
1485e106
AD
79212002-06-11 Akim Demaille <akim@epita.fr>
7922
7923 * src/reader.c (grammar_midrule_action): New, Eved out from
7924 (readgram): here.
7925
da4160c3
AD
79262002-06-11 Akim Demaille <akim@epita.fr>
7927
7928 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
7929 New.
7930 (readgram): Use them as replacement of inlined code, crule and
7931 crule1.
7932
f6d0f937
AD
79332002-06-11 Akim Demaille <akim@epita.fr>
7934
7935 * src/reader.c (grammar_end, grammar_symbol_append): New.
7936 (readgram): Use them.
7937 Make the use of `p' as local as possible.
7938
69078d4b
AD
79392002-06-10 Akim Demaille <akim@epita.fr>
7940
7941 GCJ's parser requires the tokens to be defined before the prologue.
7942
7943 * data/bison.simple: Output the token definition before the user's
7944 prologue.
7945 * tests/regression.at (Braces parsing, Duplicate string)
7946 (Mixing %token styles): Check the output from bison.
7947 (Early token definitions): New.
7948
5e424082
AD
79492002-06-10 Akim Demaille <akim@epita.fr>
7950
7951 * src/symtab.c (symbol_user_token_number_set): Don't complain when
7952 assigning twice the same user number to a token, so that we can
7953 use it in...
7954 * src/lex.c (lex): here.
7955 Also use `symbol_class_set' instead of hand written code.
7956 * src/reader.c (parse_assoc_decl): Likewise.
7957
44536b35
AD
79582002-06-10 Akim Demaille <akim@epita.fr>
7959
7960 * src/symtab.c, src/symtab.c (symbol_class_set)
7961 (symbol_user_token_number_set): New.
7962 * src/reader.c (parse_token_decl): Use them.
7963 Use a switch instead of ifs.
7964 Use a single argument.
7965
8b9f2372
AD
79662002-06-10 Akim Demaille <akim@epita.fr>
7967
7968 Remove `%thong' support as it is undocumented, unused, duplicates
7969 `%token's job, and creates useless e-mail traffic with people who
7970 want to know what it is, why it is undocumented, unused, and
7971 duplicates `%token's job.
7972
7973 * src/reader.c (parse_thong_decl): Remove.
7974 * src/options.c (option_table): Remove "thong".
7975 * src/lex.h (tok_thong): Remove.
7976
3ae2b51f
AD
79772002-06-10 Akim Demaille <akim@epita.fr>
7978
7979 * src/symtab.c, src/symtab.c (symbol_type_set)
7980 (symbol_precedence_set): New.
7981 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
7982 (value_components_used): Remove, unused.
7983
2f1afb73
AD
79842002-06-09 Akim Demaille <akim@epita.fr>
7985
7986 Move symbols handling code out of the reader.
7987
7988 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
7989 (axiom): Move to...
7990 * src/symtab.h, src/symtab.c: here.
7991
7992 * src/gram.c (start_symbol): Remove: use startsymbol->number.
7993 * src/reader.c (startval): Rename as...
7994 * src/symtab.h, src/symtab.c (startsymbol): this.
7995 * src/reader.c: Adjust.
7996
7997 * src/reader.c (symbol_check_defined, symbol_make_alias)
7998 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
7999 (token_translations_init)
8000 Move to...
8001 * src/symtab.c: here.
8002 * src/reader.c (packsymbols): Move to...
8003 * src/symtab.h, src/symtab.c (symbols_pack): here.
8004 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
8005 argument.
8006
e9bca3ad
AD
80072002-06-03 Akim Demaille <akim@epita.fr>
8008
8009 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
8010 then statements.
8011
86eff183
AD
80122002-06-03 Akim Demaille <akim@epita.fr>
8013
8014 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
8015 structs with non literals.
8016 * src/scan-skel.l: never-interactive.
8017 * src/conflicts.c (enum conflict_resolution_e): No trailing
8018 comma.
8019 * src/getargs.c (usage): Split long literal strings.
8020 Reported by Hans Aberg.
8021
717be197
AD
80222002-05-28 Akim Demaille <akim@epita.fr>
8023
8024 * data/bison.c++: Use C++ ostreams.
8025 (cdebug_): New member.
8026
670ddffd
AD
80272002-05-28 Akim Demaille <akim@epita.fr>
8028
8029 * src/output.c (output_skeleton): Be sure to allocate enough room
8030 for `/' _and_ for `\0' in full_skeleton.
8031
769b430f
AD
80322002-05-28 Akim Demaille <akim@epita.fr>
8033
8034 * data/bison.c++: Catch up with bison.simple:
8035 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8036 and Paul Eggert <eggert@twinsun.com>: `error' handing.
8037 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
8038 and popping traces.
8039
7067cb36
PH
80402002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8041
8042 * src/output.c (output_skeleton): Put an explicit path in front of
8043 the skeleton file name, rather than relying on the -I directory,
8044 to partially alleviate effects of having a skeleton file lying around
8045 in the current directory.
769b430f 8046
4a713ec2
PH
80472002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8048
769b430f 8049 * src/conflicts.c (log_resolution): Correct typo:
4a713ec2
PH
8050 obstack_printf should be obstack_fgrow1.
8051
b408954b
AD
80522002-05-26 Akim Demaille <akim@epita.fr>
8053
8054 * src/state.h (state_t): `solved_conflicts' is a new member.
8055 * src/LR0.c (new_state): Set it to 0.
8056 * src/conflicts.h, src/conflicts.c (print_conflicts)
8057 (free_conflicts, solve_conflicts): Rename as...
8058 (conflicts_print, conflicts_free, conflicts_solve): these.
8059 Adjust callers.
8060 * src/conflicts.c (enum conflict_resolution_e)
8061 (solved_conflicts_obstack): New, used by...
8062 (log_resolution): this.
8063 Adjust to attach the conflict resolution to each state.
8064 Complete the description with the precedence/associativity
8065 information.
8066 (resolve_sr_conflict): Adjust.
8067 * src/print.c (print_state): Output its solved_conflicts.
8068 * tests/conflicts.at (Unresolved SR Conflicts)
8069 (Solved SR Conflicts): Exercise --report=all.
8070
a49aecd5
AD
80712002-05-26 Akim Demaille <akim@epita.fr>
8072
8073 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
8074 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
8075 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
8076 (token_number_t, item_number_as_token_number)
8077 (token_number_as_item_number, muscle_insert_token_number_table):
8078 Rename as...
8079 (symbol_number_t, item_number_as_symbol_number)
8080 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
8081 these, since it is more appropriate.
8082
5504898e
AD
80832002-05-26 Akim Demaille <akim@epita.fr>
8084
8085 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
8086 `Error:' lines.
8087 * data/bison.simple (yystos) [YYDEBUG]: New.
8088 (yyparse) [YYDEBUG]: Display the symbols which are popped during
8089 error recovery.
8090 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
8091
ec3bc396
AD
80922002-05-25 Akim Demaille <akim@epita.fr>
8093
8094 * doc/bison.texinfo (Debugging): Split into...
8095 (Tracing): this new section, its former contents, and...
8096 (Understanding): this new section.
8097 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
8098 by...
8099 (report_flag): this.
8100 Adjust all dependencies.
8101 (report_args, report_types, report_argmatch): New.
8102 (usage, getargs): Report/support -r, --report.
8103 * src/options.h
8104 (struct option_table_struct): Rename as..,
8105 (struct option_table_s): this.
8106 Rename the `set_flag' member to `flag' to match with getopt_long's
8107 struct.
8108 * src/options.c (option_table): Split verbose into an entry for
8109 %verbose, and another for --verbose.
8110 Support --report/-r, so remove -r from the obsolete --raw.
8111 * src/print.c: Attach full item sets and lookaheads reports to
8112 report_flag instead of trace_flag.
8113 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
8114
78df8250
PE
81152002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8116 and Paul Eggert <eggert@twinsun.com>
769b430f 8117
78df8250
PE
8118 * data/bison.simple (yyparse): Correct error handling to conform to
8119 POSIX and yacc. Specifically, after syntax error is discovered,
8120 do not reduce further before shifting the error token.
8121 Clean up the code a bit by removing the labels yyerrdefault,
8122 yyerrhandle, yyerrpop.
8123 * NEWS: Document the above.
8124
c0c9ea05
PH
81252002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8126
8127 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
8128 type; it isn't always big enough, since it doesn't necessarily
8129 include non-terminals.
769b430f 8130 (yytranslate): Expand definition of yy_token_number_type, so that
c0c9ea05
PH
8131 the latter can be removed.
8132 (yy_token_number_type): Remove, only one use.
8133 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
8134 don't use TokenNumberType as element type.
769b430f 8135
c0c9ea05
PH
8136 * tests/regression.at: Modify expected output to agree with change
8137 to yyr1 and yytranslate.
769b430f 8138
6390a83f
FK
81392002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
8140
8141 * src/reader.c (parse_action): Use copy_character instead of
8142 obstack_1grow.
8143
db7c8e9a
AD
81442002-05-13 Akim Demaille <akim@epita.fr>
8145
8146 * tests/regression.at (Token definitions): Prototype yylex and
8147 yyerror.
8148
fcc61800
PH
81492002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8150
158c687b 8151 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
fcc61800
PH
8152 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
8153 32-bit arithmetic.
8154 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
8155
5683e9b2
AD
81562002-05-07 Akim Demaille <akim@epita.fr>
8157
8158 * tests/synclines.at: Be sure to prototype yylex and yyerror to
8159 avoid GCC warnings.
8160
0c2d3f4c
AD
81612002-05-07 Akim Demaille <akim@epita.fr>
8162
8163 Kill GCC warnings.
8164
8165 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
8166 over the RHS of each rule.
8167 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
8168 * src/state.h (state_t): Member `nitems' is unsigned short.
8169 * src/LR0.c (get_state): Adjust.
8170 * src/reader.c (packgram): Likewise.
8171 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
8172 `Type'.
8173 (muscle_insert_int_table): Remove, unused.
8174 (prepare_rules): Remove `max'.
8175
1565b720
AD
81762002-05-06 Akim Demaille <akim@epita.fr>
8177
8178 * src/closure.c (print_firsts): Display of the symbol tags.
8179 (bitmatrix_print): Move to...
8180 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
8181 here.
8182 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
8183
cfaee611
AD
81842002-05-06 Akim Demaille <akim@epita.fr>
8185
8186 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
8187 hash_do_for_each.
8188
458be8e0
AD
81892002-05-06 Akim Demaille <akim@epita.fr>
8190
8191 * src/LR0.c (new_state, get_state): Instead of using the global
8192 `kernel_size' and `kernel_base', have two new arguments:
8193 `core_size' and `core'.
8194 Adjust callers.
8195
a900a624
AD
81962002-05-06 Akim Demaille <akim@epita.fr>
8197
8198 * src/reader.c (packgram): No longer end `ritem' with a 0
8199 sentinel: it is not used.
8200
d4e7d3a1
AD
82012002-05-05 Akim Demaille <akim@epita.fr>
8202
8203 New experimental feature: display the lookaheads in the report and
8204 graph.
8205
8206 * src/print (print_core): When --trace-flag, display the rules
8207 lookaheads.
8208 * src/print_graph.c (print_core): Likewise.
8209 Swap the arguments.
8210 Adjust caller.
8211
39ceb25b
AD
82122002-05-05 Akim Demaille <akim@epita.fr>
8213
8214 * tests/torture.at (Many lookaheads): New test.
8215
5372019f
AD
82162002-05-05 Akim Demaille <akim@epita.fr>
8217
8218 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
8219 (GENERATE_MUSCLE_INSERT_TABLE): this.
8220 (output_int_table, output_unsigned_int_table, output_short_table)
8221 (output_token_number_table, output_item_number_table): Replace with...
8222 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
8223 (muscle_insert_short_table, muscle_insert_token_number_table)
8224 (muscle_insert_item_number_table): these.
8225 Adjust all callers.
8226 (prepare_tokens): Don't free `translations', since...
8227 * src/reader.h, src/reader.c (grammar_free): do it.
8228 Move to...
8229 * src/gram.h, src/gram.c (grammar_free): here.
8230 * data/bison.simple, data/bison.c++: b4_token_number_max is now
8231 b4_translate_max.
8232
5df5f6d5
AD
82332002-05-05 Akim Demaille <akim@epita.fr>
8234
8235 * src/output.c (output_unsigned_int_table): New.
8236 (prepare_rules): `i' is unsigned.
8237 `prhs', `rline', `r2' are unsigned int.
8238 Rename muscle `rhs_number_max' as `rhs_max'.
8239 Output muscles `prhs_max', `rline_max', and `r2_max'.
8240 Free rline and r1.
8241 * data/bison.simple, data/bison.c++: Adjust to use these muscles
8242 to compute types instead of constant types.
8243 * tests/regression.at (Web2c Actions): Adjust.
8244
b87f8b21
AD
82452002-05-04 Akim Demaille <akim@epita.fr>
8246
8247 * src/symtab.h (SALIAS, SUNDEF): Rename as...
8248 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
8249 Adjust dependencies.
8250 * src/output.c (token_definitions_output): Be sure not to output a
8251 `#define 'a'' when fed with `%token 'a' "a"'.
8252 * tests/regression.at (Token definitions): New.
8253
8bb936e4
PE
82542002-05-03 Paul Eggert <eggert@twinsun.com>
8255
8256 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
8257 for K&R C.
8258
82592002-05-03 gettextize <bug-gnu-gettext@gnu.org>
8260
8261 * Makefile.am (SUBDIRS): Remove intl.
8262 (EXTRA_DIST): Add config/config.rpath.
8263
53c71a12
AD
82642002-05-03 Akim Demaille <akim@epita.fr>
8265
8266 * data/bison.simple (m4_if): Don't output empty enums.
8267 And actually, output valid enum definitions :(.
8268
289dd0cf
AD
82692002-05-03 Akim Demaille <akim@epita.fr>
8270
8271 * configure.bat: Remove, completely obsolete.
8272 * Makefile.am (EXTRA_DIST): Adjust.
8273 Don't distribute config.rpath...
8274 * config/Makefile.am (EXTRA_DIST): Do it.
8275
db85e524
AD
82762002-05-03 Akim Demaille <akim@epita.fr>
8277
8278 * configure.in (GETTEXT_VERSION): New.
8279 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
8280
83ccf991
AD
82812002-05-03 Akim Demaille <akim@epita.fr>
8282
8283 * data/bison.simple (b4_token_enum): New.
8284 (b4_token_defines): Use it to output tokens both as #define and
8285 enums.
8286 Suggested by Paul Eggert.
8287 * src/output.c (token_definitions_output): Don't output spurious
8288 white spaces.
8289
1f418995
AD
82902002-05-03 Akim Demaille <akim@epita.fr>
8291
8292 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
8293
45119f04
RA
82942002-05-02 Robert Anisko <robert@lrde.epita.fr>
8295
8296 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
8297 Update the stack class, give a try to deque as the default container.
8298
b2d52318
AD
82992002-05-02 Akim Demaille <akim@epita.fr>
8300
8301 * data/bison.simple (yyparse): Do not implement @$ = @1.
8302 (YYLLOC_DEFAULT): Adjust to do it.
8303 * doc/bison.texinfo (Location Default Action): Fix.
8304
3a8b4109
AD
83052002-05-02 Akim Demaille <akim@epita.fr>
8306
8307 * src/reader.c (parse_braces): Merge into...
8308 (parse_action): this.
8309
84614e13
AD
83102002-05-02 Akim Demaille <akim@epita.fr>
8311
8312 * configure.in (ALL_LINGUAS): Remove.
8313 * po/LINGUAS, hr.po: New.
8314
fdbcd8e2
AD
83152002-05-02 Akim Demaille <akim@epita.fr>
8316
8317 Remove the so called hairy (semantic) parsers.
8318
8319 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
8320 * src/gram.h, src/gram.c (semantic_parser): Remove.
8321 (rule_t): Remove the guard and guard_line members.
8322 * src/lex.h (token_t): remove tok_guard.
8323 * src/options.c (option_table): Remove %guard and %semantic_parser
8324 support.
8325 * src/output.c, src/output.h (guards_output): Remove.
8326 (prepare): Adjust.
8327 (token_definitions_output): Don't output the `T'
8328 tokens (???).
8329 (output_skeleton): Don't output the guards.
8330 * src/files.c, src/files.c (attrsfile): Remove.
8331 * src/reader.c (symbol_list): Remove the guard and guard_line
8332 members.
8333 Adjust dependencies.
8334 (parse_guard): Remove.
8335 * data/bison.hairy: Remove.
8336 * doc/bison.texinfo (Environment Variables): Remove occurrences of
8337 BISON_HAIRY.
8338
82b6cb3f
AD
83392002-05-02 Akim Demaille <akim@epita.fr>
8340
8341 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
8342 (parse_guard): Rename the formal argument `stack_offset' as
8343 `rule_length', which is more readable.
8344 Adjust callers.
8345 (copy_at, copy_dollar): Instead of outputting the hard coded
8346 values of $$, $n and so forth, output invocation to b4_lhs_value,
8347 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
900c877b
AD
8348 Note: this patch partially drops `semantic-parser' support: it
8349 always does `rule_length - n', where semantic parsers ought to
8350 always use `-n'.
82b6cb3f
AD
8351 * data/bison.simple, data/bison.c++ (b4_lhs_value)
8352 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
8353
6cbfbcc5
AD
83542002-05-02 Akim Demaille <akim@epita.fr>
8355
8356 * configure.in (AC_INIT): Bump to 1.49b.
8357 (AM_INIT_AUTOMAKE): Short invocation.
8358
b8548114
AD
83592002-05-02 Akim Demaille <akim@epita.fr>
8360
8361 Version 1.49a.
8362
c20cd1fa
AD
83632002-05-01 Akim Demaille <akim@epita.fr>
8364
8365 * src/skeleton.h: Remove.
8366
8a9566d4
AD
83672002-05-01 Akim Demaille <akim@epita.fr>
8368
8369 * src/skeleton.h: Fix the #endif.
8370 Reported by Magnus Fromreide.
8371
8c6d399a
PE
83722002-04-26 Paul Eggert <eggert@twinsun.com>
8373
8374 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
8375 Define if we define YYSTYPE and YYLTYPE, respectively.
b756bb75 8376 (YYCOPY): Fix [] quoting problem in the non-GCC case.
8a9566d4 8377
2b7ed18a
RA
83782002-04-25 Robert Anisko <robert@lrde.epita.fr>
8379
8380 * src/scan-skel.l: Postprocess quadrigraphs.
8381
8382 * src/reader.c (copy_character): New function, used to output
8383 single characters while replacing `[' and `]' with quadrigraphs, to
8384 avoid troubles with M4 quotes.
8385 (copy_comment): Output characters with copy_character.
8386 (read_additionnal_code): Likewise.
8387 (copy_string2): Likewise.
8388 (copy_definition): Likewise.
8389
8390 * tests/calc.at: Exercise M4 quoting.
8391
34a89c50
AD
83922002-04-25 Akim Demaille <akim@epita.fr>
8393
8394 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
8395 between `!' and the command.
8396 Reported by Paul Eggert.
8397
0dd1580a
RA
83982002-04-24 Robert Anisko <robert@lrde.epita.fr>
8399
8400 * tests/calc.at: Exercise prologue splitting.
8401
8402 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
8403 `b4_post_prologue' instead of `b4_prologue'.
8404
8405 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
8406 muscles.
8407 (output): Free pre_prologue_obstack and post_prologue_obstack.
8408 * src/files.h, src/files.c (attrs_obstack): Remove.
8409 (pre_prologue_obstack, post_prologue_obstack): New.
8410 * src/reader.c (copy_definition): Add a parameter to specify the
8411 obstack to fill, instead of using attrs_obstack unconditionally.
8412 (read_declarations): Pass pre_prologue_obstack to copy_definition if
8413 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
8414
83c1796f
PE
84152002-04-23 Paul Eggert <eggert@twinsun.com>
8416
8417 * data/bison.simple: Remove unnecessary commentary and white
8418 space differences from 1_29-branch.
8419 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
8420
8421 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
8422 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
8423 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
8424 constructors or destructors.
8425
8426 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
8427
1207eeac
AD
84282002-04-23 Akim Demaille <akim@epita.fr>
8429
8430 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
8431 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
8432 location with columns.
8433 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
8434 All reported by Paul Eggert.
8435
78ab8f67
AD
84362002-04-22 Akim Demaille <akim@epita.fr>
8437
8438 * src/reduce.c (dump_grammar): Move to...
8439 * src/gram.h, src/gram.c (grammar_dump): here.
8440 Be sure to separate long item numbers.
8441 Don't read the members of a rule's prec if its nil.
8442
133c20e2
AD
84432002-04-22 Akim Demaille <akim@epita.fr>
8444
8445 * src/output.c (table_size, table_grow): New.
8446 (MAXTABLE): Remove, replace uses with table_size.
8447 (pack_vector): Instead of dying when the table is too big, grow it.
8448
9515e8a7
AD
84492002-04-22 Akim Demaille <akim@epita.fr>
8450
8451 * data/bison.simple (yyr1): Its type is that of a token number.
8452 * data/bison.c++ (r1_): Likewise.
8453 * tests/regression.at (Web2c Actions): Adjust.
8454
23c5a174
AD
84552002-04-22 Akim Demaille <akim@epita.fr>
8456
8457 * src/reader.c (token_translations_init): 256 is now the default
8458 value for the error token, i.e., it will be assigned another
8459 number if the user assigned 256 to one of her tokens.
8460 (reader): Don't force 256 to error.
8461 * doc/bison.texinfo (Symbols): Adjust.
8462 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
8463 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
8464 etc. instead of 10, 20, 30 (which was used to `jump' over error
8465 (256) and undefined (2)).
8466
5fbb0954
AD
84672002-04-22 Akim Demaille <akim@epita.fr>
8468
8469 Propagate more token_number_t.
8470
8471 * src/gram.h (token_number_as_item_number)
8472 (item_number_as_token_number): New.
8473 * src/output.c (GENERATE_OUTPUT_TABLE): New.
8474 Use it to create output_item_number_table and
8475 output_token_number_table.
8476 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
8477 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
8478 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
8479 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
8480
4f940944
AD
84812002-04-22 Akim Demaille <akim@epita.fr>
8482
8483 * src/output.h, src/output.c (get_lines_number): Remove.
8484
3ded9a63
AD
84852002-04-19 Akim Demaille <akim@epita.fr>
8486
8487 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
8488 as Lex/Flex'.
8489 (Debugging): More details about enabling the debugging features.
8490 (Table of Symbols): Describe $$, $n, @$, and @n.
8491 Suggested by Tim Josling.
8492
e0c471a9
AD
84932002-04-19 Akim Demaille <akim@epita.fr>
8494
8495 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
8496
fecc10cd
AD
84972002-04-10 Akim Demaille <akim@epita.fr>
8498
8499 * src/system.h: Rely on HAVE_LIMITS_H.
8500 Suggested by Paul Eggert.
8501
51dec47b
AD
85022002-04-09 Akim Demaille <akim@epita.fr>
8503
8504 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
8505 full stderr, and strip it according to the bison options, instead
8506 of composing the error message from different bits.
8507 This makes it easier to check for several error messages.
8508 Adjust all the invocations.
8509 Add an invocation exercising the error token.
8510 Add an invocation demonstrating a stupid error message.
8511 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
8512 Adjust the tests.
8513 Error message are for stderr, not stdout.
8514
007a50a4
AD
85152002-04-09 Akim Demaille <akim@epita.fr>
8516
8517 * src/gram.h, src/gram.c (error_token_number): Remove, use
8518 errtoken->number.
8519 * src/reader.c (reader): Don't specify the user token number (2)
8520 for $undefined, as it uselessly prevents using it.
8521 * src/gram.h (token_number_t): Move to...
8522 * src/symtab.h: here.
8523 (state_t.number): Is a token_number_t.
8524 * src/print.c, src/reader.c: Use undeftoken->number instead of
8525 hard coded 2.
8526 (Even though this 2 is not the same as above: the number of the
8527 undeftoken remains being 2, it is its user token number which
8528 might not be 2).
8529 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
8530 `user_token_number_max'.
8531 Output `undef_token_number'.
8532 * data/bison.simple, data/bison.c++: Use them.
8533 Be sure to map invalid yylex return values to
8534 `undef_token_number'. This saves us from gratuitous SEGV.
8535
8536 * tests/conflicts.at (Solved SR Conflicts)
8537 (Unresolved SR Conflicts): Adjust.
8538 * tests/regression.at (Web2c Actions): Adjust.
8539
06446ccf
AD
85402002-04-08 Akim Demaille <akim@epita.fr>
8541
8542 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
8543 Adding #line.
8544 Remove the duplicate `typedefs'.
8545 (RhsNumberType): Fix the declaration and various other typos.
8546 Use __ofile__.
8547 * data/bison.simple: Use __ofile__.
8548 * src/scan-skel.l: Handle __ofile__.
8549
62a3e4f0
AD
85502002-04-08 Akim Demaille <akim@epita.fr>
8551
8552 * src/gram.h (item_number_t): New, the type of item numbers in
8553 RITEM. Note that it must be able to code symbol numbers as
8554 positive number, and the negation of rule numbers as negative
8555 numbers.
8556 Adjust all dependencies (pretty many).
8557 * src/reduce.c (rule): Remove this `short *' pointer: use
8558 item_number_t.
8559 * src/system.h (MINSHORT, MAXSHORT): Remove.
8560 Include `limits.h'.
8561 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
8562 (shortcpy): Remove.
8563 (MAXTABLE): Move to...
8564 * src/output.c (MAXTABLE): here.
8565 (prepare_rules): Use output_int_table to output rhs.
8566 * data/bison.simple, data/bison.c++: Adjust.
8567 * tests/torture.at (Big triangle): Move the limit from 254 to
8568 500.
8569 * tests/regression.at (Web2c Actions): Ajust.
8570
8571 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
8572 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
8573 passes, but produces negative #line number, once fixed, GCC is
8574 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
8575 C), it passes.
8576 * src/state.h (state_h): Code input lines on ints, not shorts.
8577
bb88b0fc
AD
85782002-04-08 Akim Demaille <akim@epita.fr>
8579
8580 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
8581 and then the grammar.
8582
9a636f47
AD
85832002-04-08 Akim Demaille <akim@epita.fr>
8584
8585 * src/system.h: No longer using strndup.
8586
680e8701
AD
85872002-04-07 Akim Demaille <akim@epita.fr>
8588
8589 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
8590 * src/output.c (output_table_data): Return the longest number.
8591 (prepare_tokens): Output `token_number_max').
8592 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
8593 New.
8594 Use them to define yy_token_number_type/TokenNumberType.
8595 Use this type for yytranslate.
8596 * tests/torture.at (Big triangle): Push the limit from 124 to
8597 253.
8598 * tests/regression.at (Web2c Actions): Adjust.
8599
817e9f41
AD
86002002-04-07 Akim Demaille <akim@epita.fr>
8601
8602 * tests/torture.at (Big triangle): New.
8603 (GNU AWK Grammar, GNU Cim Grammar): Move to...
8604 * tests/existing.at: here.
8605
5123689b
AD
86062002-04-07 Akim Demaille <akim@epita.fr>
8607
8608 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
8609 nritems.
8610 Adjust dependencies.
8611
f3849179
AD
86122002-04-07 Akim Demaille <akim@epita.fr>
8613
8614 * src/reader.c: Normalize increments to prefix form.
8615
bd02036a
AD
86162002-04-07 Akim Demaille <akim@epita.fr>
8617
8618 * src/reader.c, symtab.c: Remove debugging code.
8619
db8837cb
AD
86202002-04-07 Akim Demaille <akim@epita.fr>
8621
8622 Rename all the `bucket's as `symbol_t'.
8623
8624 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
8625 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
8626 * src/symtab.c, src/symtab.h (bucket): Rename as...
8627 (symbol_t): this.
8628 (symbol_list_new, bucket_check_defined, bucket_make_alias)
8629 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
8630 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
8631 (buckets_new, buckets_free, buckets_do): Rename as...
8632 (symbol_list_new, symbol_check_defined, symbol_make_alias)
8633 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
8634 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
8635 (symbols_new, symbols_free, symbols_do): these.
8636
72a23c97
AD
86372002-04-07 Akim Demaille <akim@epita.fr>
8638
8639 Use lib/hash for the symbol table.
8640
8641 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
8642 EOF.
8643 * src/lex.c (lex): Set the `number' member of new terminals.
8644 * src/reader.c (bucket_check_defined, bucket_make_alias)
8645 (bucket_check_alias_consistence, bucket_translation): New.
8646 (reader, grammar_free, readgram, token_translations_init)
8647 (packsymbols): Adjust.
8648 (reader): Number the predefined tokens.
8649 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
8650 for predefined tokens.
8651 * src/symtab.h (bucket): Remove all the hash table related
8652 members.
8653 * src/symtab.c (symtab): Replace by...
8654 (bucket_table): this.
8655 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
8656 (buckets_new, buckets_do): New.
8657
280a38c3
AD
86582002-04-07 Akim Demaille <akim@epita.fr>
8659
8660 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
8661 (start_symbol, max_user_token_number, semantic_parser)
8662 (error_token_number): Initialize.
8663 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
8664 Initialize.
8665 (reader): Don't.
8666 (errtoken, eoftoken, undeftoken, axiom): Extern.
8667
03b31c0c
AD
86682002-04-07 Akim Demaille <akim@epita.fr>
8669
8670 * src/gram.h (rule_s): prec and precsym are now pointers
8671 to the bucket giving the priority/associativity.
8672 Member `associativity' removed: useless.
8673 * src/reduce.c, src/conflicts.c: Adjust.
8674
8b3df748
AD
86752002-04-07 Akim Demaille <akim@epita.fr>
8676
8677 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
8678 Properly escape the symbols' TAG when outputting them.
8679
e601aa1d
AD
86802002-04-07 Akim Demaille <akim@epita.fr>
8681
8682 * src/lalr.h (LA): Is a bitsetv, not bitset*.
8683
b0299a2e
AD
86842002-04-07 Akim Demaille <akim@epita.fr>
8685
8686 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
8687 (LArule): this, which is an array to rule_t*.
8688 * src/print.c, src/conflicts.c: Adjust.
8689
d7e1f00c
AD
86902002-04-07 Akim Demaille <akim@epita.fr>
8691
8692 * src/gram.h (rule_t): Rename `number' as `user_number'.
8693 `number' is a new member.
8694 Adjust dependencies.
8695 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
8696
cc9305dd
AD
86972002-04-07 Akim Demaille <akim@epita.fr>
8698
8699 As a result of the previous patch, it is no longer needed
8700 to reorder ritem itself.
8701
8702 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
8703
b0940840
AD
87042002-04-07 Akim Demaille <akim@epita.fr>
8705
8706 Be sure never to walk through RITEMS, but use only data related to
8707 the rules themselves. RITEMS should be banished.
8708
8709 * src/output.c (output_token_translations): Rename as...
8710 (prepare_tokens): this.
8711 In addition to `translate', prepare the muscles `tname' and
8712 `toknum', which were handled by...
8713 (output_rule_data): this.
8714 Remove, and move the remainder of its outputs into...
8715 (prepare_rules): this new routines, which also merges content from
8716 (output_gram): this.
8717 (prepare_rules): Be sure never to walk through RITEMS.
8718 (output_stos): Rename as...
8719 (prepare_stos): this.
8720 (output): Always invoke prepare_states, after all, just don't use it
8721 in the output if you don't need it.
8722
643a5994
AD
87232002-04-07 Akim Demaille <akim@epita.fr>
8724
8725 * src/LR0.c (new_state): Display `nstates' as the name of the
8726 newly created state.
8727 Adjust to initialize first_state and last_state if needed.
8728 Be sure to distinguish the initial from the final state.
8729 (new_states): Create the itemset of the initial state, and use
8730 new_state.
8731 * src/closure.c (closure): Now that the initial state has its
8732 items properly set, there is no need for a special case when
8733 creating `ruleset'.
8734
8735 As a result, now the rule 0, reducing to $axiom, is visible in the
8736 outputs. Adjust the test suite.
8737
8738 * tests/conflicts.at (Solved SR Conflicts)
8739 (Unresolved SR Conflicts): Adjust.
8740 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
8741 * tests/conflicts.at (S/R in initial): New.
8742
b4c4ccc2
AD
87432002-04-07 Akim Demaille <akim@epita.fr>
8744
8745 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
8746 the RHS of the rules.
8747 * src/output.c (output_gram): Likewise.
8748
bba97eb2
AD
87492002-04-07 Akim Demaille <akim@epita.fr>
8750
8751 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
8752 bucket.
8753 Adjust all dependencies.
8754 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
8755 `number' of the buckets too.
8756 * src/gram.h: Include `symtab.h'.
8757 (associativity): Move to...
8758 * src/symtab.h: here.
8759 No longer include `gram.h'.
8760
c3b407f4
AD
87612002-04-07 Akim Demaille <akim@epita.fr>
8762
8763 * src/gram.h, src/gram.c (rules_rhs_length): New.
8764 (ritem_longest_rhs): Use it.
8765 * src/gram.h (rule_t): `number' is a new member.
8766 * src/reader.c (packgram): Set it.
8767 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
8768 the end of `rules', and count them out of `nrules'.
8769 (reduce_output, dump_grammar): Adjust.
8770 * src/print.c (print_grammar): It is no longer needed to check for
8771 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
8772 * tests/reduce.at (Reduced Automaton): New test.
8773
11652ab3
AD
87742002-04-07 Akim Demaille <akim@epita.fr>
8775
8776 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
8777 lacking `+ 1' to nrules, Bison reported as useless a token if it
8778 was used solely to set the precedence of the last rule...
8779
26b23c1a
AD
87802002-04-07 Akim Demaille <akim@epita.fr>
8781
8782 * data/bison.c++, data/bison.simple: Don't output the current file
8783 name in #line, to avoid useless diffs between two identical
8784 outputs under different names.
8785
18bcecb0
AD
87862002-04-07 Akim Demaille <akim@epita.fr>
8787
8788 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
8789 Normalize loops to using `< nrules + 1', not `<= nrules'.
8790
fa770c86
AD
87912002-04-07 Akim Demaille <akim@epita.fr>
8792
8793 * TODO: Update.
8794
d9b739c3
AD
87952002-04-07 Akim Demaille <akim@epita.fr>
8796
8797 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
8798 bucket.value as bucket.number.
8799
99013900
AD
88002002-04-07 Akim Demaille <akim@epita.fr>
8801
8802 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
8803 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
8804 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
8805 RHS, instead of being an index in RITEMS.
8806
e966383b
PE
88072002-04-04 Paul Eggert <eggert@twinsun.com>
8808
8809 * doc/bison.texinfo: Update copyright date.
8810 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
8811 (Symbols): Warn about running Bison in one character set,
8812 but compiling and/or running in an incompatible one.
8813 Warn about character code 256, too.
8814
88152002-04-03 Paul Eggert <eggert@twinsun.com>
8816
8817 * src/bison.data (YYSTACK_ALLOC): Depend on whether
8818 YYERROR_VERBOSE is nonzero, not whether it is defined.
8819
8820 Merge changes from bison-1_29-branch.
c307773e 8821
8d6c48b9
PE
88222002-03-20 Paul Eggert <eggert@twinsun.com>
8823
8824 Merge fixes from Debian bison_1.34-1.diff.
8825
8826 * configure.in (AC_PREREQ): 2.53.
8827
e53c6322
AD
88282002-03-20 Akim Demaille <akim@epita.fr>
8829
8830 * src/conflicts.c (log_resolution): Argument `resolution' is const.
8831
9ffbeca7
PE
88322002-03-19 Paul Eggert <eggert@twinsun.com>
8833
21db0b2a
PE
8834 * src/bison.simple (YYCOPY): New macro.
8835 (YYSTACK_RELOCATE): Use it.
8836 Remove Type arg; no longer needed. All callers changed.
8837 (yymemcpy): Remove; no longer needed.
8838
9ffbeca7
PE
8839 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
8840 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
8841
642cb8f8
AD
88422002-03-19 Akim Demaille <akim@epita.fr>
8843
8844 Test and fix the #line outputs.
8845
8846 * tests/atlocal.at (GCC): New.
8847 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
0ffd4fd1 8848 (Prologue synch line, %union synch line, Postprologue synch line)
642cb8f8
AD
8849 (Action synch line, Epilogue synch line): New tests.
8850 * src/reader.c (parse_union_decl): Define the muscle stype_line.
8851 * data/bison.simple, data/bison.c++: Use it.
8852
3c31a486
AD
88532002-03-19 Akim Demaille <akim@epita.fr>
8854
8855 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
8856 (Solved SR Conflicts, %expect not enough, %expect right)
8857 (%expect too much): Move to...
8858 * tests/conflicts.at: this new file.
8859
0d8bed56
AD
88602002-03-19 Akim Demaille <akim@epita.fr>
8861
8862 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
8863 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
8864 that we can move to enums for instance.
8865 * src/output.c (token_definitions_output): Output a list of
8866 `token-name, token-number' instead of the #define.
8867 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
8868
9208d17f
AD
88692002-03-14 Akim Demaille <akim@epita.fr>
8870
8871 Use Gettext 0.11.1.
8872
af27eacb
RA
88732002-03-09 Robert Anisko <robert@lrde.epita.fr>
8874
8875 * data/bison.c++: Make the user able to add members to the generated
8876 parser by subclassing.
8877
9101a310
RA
88782002-03-05 Robert Anisko <robert@lrde.epita.fr>
8879
8880 * src/reader.c (read_additionnal_code): `c' should be an integer, not
8881 a character.
8882 Reported by Nicolas Tisserand and Nicolas Burrus.
8883
fff9bf0b
RA
88842002-03-04 Robert Anisko <robert@lrde.epita.fr>
8885
8886 * src/reader.c: Warn about lacking semi-colons, do not complain.
8887
64dba31e
RA
88882002-03-04 Robert Anisko <robert@lrde.epita.fr>
8889
8890 * data/bison.c++: Remove a debug line.
8891
374f5a14
RA
88922002-03-04 Robert Anisko <robert@lrde.epita.fr>
8893
8894 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
8895 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
8896 provide a default implementation.
8897
bfcf1f3a
AD
88982002-03-04 Akim Demaille <akim@epita.fr>
8899
8900 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
8901 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
8902 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
8903 * tests/semantic.at (Parsing Guards): Similarly.
8904 * src/reader.at (readgram): Complain if the last rule is not ended
8905 with a semi-colon.
8906
65ccf9fc
AD
89072002-03-04 Akim Demaille <akim@epita.fr>
8908
8909 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
8910 * src/closure.c: here.
8911 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
8912 RTC.
8913 * src/warshall.h, src/warshall.c: Remove.
8914 * tests/sets.at (Broken Closure): Adjust.
8915
d0039cbc
AD
89162002-03-04 Akim Demaille <akim@epita.fr>
8917
8918 * src/output.c (output_skeleton): tempdir is const.
8919 bytes_read is unused.
8920
345cea78
AD
89212002-03-04 Akim Demaille <akim@epita.fr>
8922
8923 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
8924 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
8925 Update.
8926 From Michael Hayes.
8927
564801f7
AD
89282002-03-04 Akim Demaille <akim@epita.fr>
8929
8930 * src/closure.c (closure): `r' is unused.
8931
e5352bc7
AD
89322002-03-04 Akim Demaille <akim@epita.fr>
8933
8934 * tests/sets.at (Broken Closure): Add the ending `;'.
8935 * src/reader.at (readgram): Complain if a rule is not ended with a
8936 semi-colon.
8937
914feea9
AD
89382002-03-04 Akim Demaille <akim@epita.fr>
8939
8940 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
8941 (count_sr_conflicts): Use bitset_count.
8942 * src/reduce.c (inaccessable_symbols): Ditto.
8943 (bits_size): Remove.
8944 * src/warshall.h, src/warshall.c: Convert to bitsetv.
8945
f0250de6
AD
89462002-03-04 Akim Demaille <akim@epita.fr>
8947
8948 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
8949 * src/reduce.c: Remove the `bitset_zero's following the
8950 `bitset_create's, as now it is performed by the latter.
8951
ef017502
AD
89522002-03-04 Akim Demaille <akim@epita.fr>
8953
8954 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
8955 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
8956 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
8957 latest sources from Michael.
8958
76514394
AD
89592002-03-04 Akim Demaille <akim@epita.fr>
8960
8961 * src/output.c (output): Don't free the grammar.
8962 * src/reader.c (grammar_free): New.
8963 * src/main.c (main): Call it and don't free symtab here.
8964
55024580
AD
89652002-03-04 Akim Demaille <akim@epita.fr>
8966
8967 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
8968 before returning.
8969 Reported by Benoit Perrot.
8970
f9abaa2c
AD
89712002-03-04 Akim Demaille <akim@epita.fr>
8972
8973 Use bitset operations when possible, not loops over bits.
8974
8975 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
8976 bitset_or.
8977 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
8978 * src/reduce.c (useless_nonterminals): Formatting changes.
8979 * src/warshall.c (TC): Use bitset_or.
8980
0e721e75
AD
89812002-03-04 Akim Demaille <akim@epita.fr>
8982
8983 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
8984 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
8985 Ditto.
8986
0fb1ffb1
AD
89872002-03-04 Akim Demaille <akim@epita.fr>
8988
8989 * src/lalr.c (F): Now a bitset*.
8990 Adjust all dependencies.
8991
b86796bf
AD
89922002-03-04 Akim Demaille <akim@epita.fr>
8993
8994 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
8995 Adjust all dependencies.
8996
602bbf31
AD
89972002-03-04 Akim Demaille <akim@epita.fr>
8998
8999 * src/L0.c, src/LR0.h (nstates): Be size_t.
9000 Adjust comparisons (signed vs unsigned).
9001 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
9002 bitset*.
9003 Adjust all dependencies.
9004
d8a0245c
AD
90052002-03-04 Akim Demaille <akim@epita.fr>
9006
9007 * src/closure.c (firsts): Now, also a bitset.
9008 Adjust all dependencies.
9009 (varsetsize): Remove, now unused.
9010 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
9011
34ba9743
AD
90122002-03-04 Akim Demaille <akim@epita.fr>
9013
9014 * src/print.c: Convert to use bitset.h, not hand coded iterations
9015 over ints.
9016
ed86e78c
AD
90172002-03-04 Akim Demaille <akim@epita.fr>
9018
9019 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
9020
dfdb1797
AD
90212002-03-04 Akim Demaille <akim@epita.fr>
9022
9023 * src/closure.c (ruleset): Be a bitset.
9024 (rulesetsize): Remove.
9025
7086e707
AD
90262002-03-04 Akim Demaille <akim@epita.fr>
9027
9028 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
9029 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
9030 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
9031 * src/closure.c (fderives): Be an array of bitsets.
9032
98254360
RA
90332002-02-28 Robert Anisko <robert@lrde.epita.fr>
9034
9035 * data/bison.c++: Merge the two generated headers. Insert a copyright
9036 notice in each output file.
9037
a75c057f
AD
90382002-02-28 Akim Demaille <akim@epita.fr>
9039
9040 * data/bison.c++: Copy the prologue of bison.simple to fetch
9041 useful M4 definitions, such as b4_header_guard.
9042
06b00abc
AD
90432002-02-25 Akim Demaille <akim@epita.fr>
9044
9045 * src/getargs.c (version): Give the name of the authors, and use a
a75c057f
AD
9046 translator friendly scheme for the bgr
9047 copyright notice.
06b00abc 9048
70e7d534
AD
90492002-02-25 Akim Demaille <akim@epita.fr>
9050
9051 * src/output.c (header_output): Remove, now handled completely via
9052 M4.
9053
abe017f6
AD
90542002-02-25 Akim Demaille <akim@epita.fr>
9055
9056 * m4/m4.m4: New, from CVS Autoconf.
9057 * configure.in: Invoke it.
9058 * src/output.c (output_skeleton): Use its result instead of the
9059 hard coded name.
9060
381fb12e
AD
90612002-02-25 Akim Demaille <akim@epita.fr>
9062
9063 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
9064 Fileutils 4.1.5.
9065 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
9066 * src/output.c (output_skeleton): Use mkstemp to create a real
9067 temporary file.
9068 Move the filling of `skeleton' and its muscle to...
9069 (prepare): here.
9070 (output): Move the definition of the prologue muscle to...
9071 (prepare): here.
9072 * src/system.h (DEFAULT_TMPDIR): New.
9073
6f38107f
PE
90742002-02-14 Paul Eggert <eggert@twinsun.com>
9075
9076 Remove the support for C++ namespace cleanliness; it was
9077 causing more problems than it was curing, since it didn't work
9078 properly on some nonstandard C++ compilers. This can wait
9079 for a proper C++ parser.
9080
9081 * NEWS: Document this.
9082 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
9083 of C++, as it's treated like C now.
9084 * src/bison.simple (YYSTD): Remove.
9085 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
9086 Treat C++ just like Standard C instead of trying to support
9087 namespace cleanliness.
9088
80cce3da
AD
90892002-02-14 Akim Demaille <akim@epita.fr>
9090
9091 * tests/regression.at (else): Adjust to Andreas' change.
9092
842e8679
AD
90932002-02-14 Akim Demaille <akim@epita.fr>
9094
9095 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
9096
4bda3f10
AD
90972002-02-13 Andreas Schwab <schwab@suse.de>
9098
9099 * src/output.c (output_rule_data): Don't output NULL, it might
9100 not be defined yet.
9101
4162fa07 91022002-02-11 Robert Anisko <robert@lrde.epita.fr>
b418ecd8 9103
4162fa07
RA
9104 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
9105 (Copyright notice): Update.
b418ecd8 9106
bd16a5dc
AD
91072002-02-11 Akim Demaille <akim@epita.fr>
9108
9109 * tests/regression.at (%nonassoc and eof): Don't include
9110 nonportable headers.
9111
8d69a1a3
RA
91122002-02-08 Robert Anisko <robert@lrde.epita.fr>
9113
9114 * data/bison.c++: Correct error recovery. Make the user able to
9115 initialize the starting location.
9116
9b2d0677
AD
91172002-02-07 Akim Demaille <akim@epita.fr>
9118
9119 * tests/input.at: New.
9120
69e2658b
RA
91212002-02-07 Robert Anisko <robert@lrde.epita.fr>
9122
9123 * data/bison.c++: Replace some direct m4 expansions by constants. Be
9b2d0677 9124 more consistent when naming methods and variables. Put preprocessor
69e2658b
RA
9125 directives around tables only needed for debugging.
9126
4aacc3a7
RA
91272002-02-07 Robert Anisko <robert@lrde.epita.fr>
9128
9129 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
9130 C++ parsers.
9131 (yy::b4_name::parse): Use print_.
9132
762a801e
RA
91332002-02-07 Robert Anisko <robert@lrde.epita.fr>
9134
9135 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
9136
4bb2bc3f
RA
91372002-02-07 Robert Anisko <robert@lrde.epita.fr>
9138
9139 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
9140 C++ parsers.
9141 (yy::b4_name::parse): Build verbose error messages, and use error_.
9142
6b45a3ca
RA
91432002-02-06 Robert Anisko <robert@lrde.epita.fr>
9144
9145 * data/bison.c++: Fix m4 quoting in comments.
9146
50997c6e
RA
91472002-02-06 Robert Anisko <robert@lrde.epita.fr>
9148
9149 * data/bison.c++: Adjust the parser code. Fix some muscles that were
9150 not expanded by m4.
9151
3f3eed27
AD
91522002-02-05 Akim Demaille <akim@epita.fr>
9153
9154 * data/bison.c++: Adjust to the M4 back end.
9155 More is certainly needed.
9156
be2a1a68
AD
91572002-02-05 Akim Demaille <akim@epita.fr>
9158
9159 Give a try to M4 as a back end.
9160
9161 * lib/readpipe.c: New, from wdiff.
9162 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
9163 BISON_HAIRY.
9164 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
9165 specific values. Now it is m4 that performs the lookup.
9166 * src/parse-skel.y: Remove.
9167 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
9168 * src/output.c (actions_output, guards_output)
9169 (token_definitions_output): No longer keeps track of the output
9170 line number, hence remove the second argument.
9171 (guards_output): Check against the guard member of a rule, not the
9172 action member.
9173 Adjust callers.
9174 (output_skeleton): Don't look for the skeleton location, let m4 do
9175 that.
9176 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
9177 file will be used.
9178 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
9179 (prepare): Given that for the time being changesyntax is not
9180 usable in M4, rename the muscles using `-' to `_'.
9181 Define `defines_flag', `output_parser_name' and `output_header_name'.
9182 * src/output.h (actions_output, guards_output)
9183 (token_definitions_output): Adjust prototypes.
9184 * src/scan-skel.l: Instead of scanning the skeletons, it now
9185 processes the output of m4: `__oline__' and `#output'.
9186 * data/bison.simple: Adjust to be used by M4(sugar).
9187 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
9188 to date.
9189 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
9190 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
9191 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
9192 shamelessly stolen from CVS Autoconf.
9193
beda758b
AD
91942002-02-05 Akim Demaille <akim@epita.fr>
9195
9196 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
9197 * configure.in: Check for the declarations of free and malloc.
9198 * src/muscle_tab.c: Adjust.
9199
5ece6d43
AD
92002002-02-05 Akim Demaille <akim@epita.fr>
9201
9202 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
9203 which have no values.
9204
5bb18f9a
AD
92052002-02-05 Akim Demaille <akim@epita.fr>
9206
9207 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
9208 * data/: here.
9209
894dd62e
PE
92102002-01-29 Paul Eggert <eggert@twinsun.com>
9211
9212 * src/bison.simple (YYSIZE_T): Do not define merely because
9213 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
9214 On some platforms, <alloca.h> does not declare YYSTD (size_t).
9215
82841af7
AD
92162002-01-27 Akim Demaille <akim@epita.fr>
9217
9218 Fix `%nonassoc and eof'.
9219
9220 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
9221 which were not properly copied! Replace
9222 memcpy (res->errs, src->errs, src->nerrs);
9223 with
9224 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
9225 !!!
9226 * tests/regression.at (%nonassoc and eof): Adjust to newest
9227 Autotest: `.' is not in the PATH.
9228
318b76e9
AD
92292002-01-27 Akim Demaille <akim@epita.fr>
9230
9231 * tests/sets.at (AT_EXTRACT_SETS): New.
9232 (Nullable): Use it.
9233 (Firsts): New.
9234
30d2f3d5
AD
92352002-01-26 Akim Demaille <akim@epita.fr>
9236
9237 * tests/actions.at, tests/calc.at, tests/headers.at,
9238 * tests/torture.at: Adjust to the newest Autotest which no longer
9239 forces `.' in the PATH.
9240
30f8c395
AD
92412002-01-25 Akim Demaille <akim@epita.fr>
9242
9243 * tests/regression.at (%nonassoc and eof): New.
9244 Suggested by Robert Anisko.
9245
29ae55f1
AD
92462002-01-24 Akim Demaille <akim@epita.fr>
9247
9248 Bison dumps core when trying to complain about broken input files.
9249 Reported by Cris van Pelt.
9250
9251 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
9252 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
9253 into...
9254 (Invalid inputs): Strengthen: exercise parse_percent_token.
9255
2b548aa6
RA
92562002-01-24 Robert Anisko <robert.anisko@epita.fr>
9257
9258 * src/Makefile.am: Add bison.c++.
9259 * src/bison.c++: New skeleton.
9260
bb0146c2
AD
92612002-01-21 Paolo Bonzini <bonzini@gnu.org>
9262
9263 * po/it.po: New.
9264
bec30531
AD
92652002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
9266
9267 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
9268
fc6edc45
MA
92692002-01-20 Marc Autret <marc@gnu.org>
9270
9271 * src/files.c (compute_output_file_names): Fix
9272
5e5d5415
MA
92732002-01-20 Marc Autret <marc@gnu.org>
9274
9275 * tests/output.at: New test.
9276 * src/files.c (compute_base_names): Don't map extensions when
9277 the YACC flag is set, use defaults.
9278 Reported by Evgeny Stambulchik.
9279
44ea3fbd
MA
92802002-01-20 Marc Autret <marc@gnu.org>
9281
ba0fe3c7
PE
9282 * src/system.h: Need to define __attribute__ away for non-GCC
9283 compilers as well (i.e., the vendor C compiler).
44ea3fbd
MA
9284 Suggested by Albert Chin-A-Young.
9285
338963d1
TVH
92862002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
9287
9288 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
9289 canonical definition.
9290 * src/system.h: Use the canonical definition for PARAMS (avoids
9291 a conflict with the macro from lib/hash.h).
9292
c57b2479
AD
92932002-01-11 Akim Demaille <akim@epita.fr>
9294
9295 * configure.in: Use AC_FUNC_STRNLEN.
d9e9746c 9296 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
c57b2479 9297
b85810ae
AD
92982002-01-09 Akim Demaille <akim@epita.fr>
9299
9300 * src/files.c, src/files.h (output_infix): New.
9301 (tab_extension): Remove.
9302 (compute_base_names): Compute the former, drop the latter.
9303 * src/output.c (prepare): Insert the muscles `output-infix', and
9304 `output-suffix'.
9305 * src/parse-skel.y (string, string.1): New.
9306 (section.header): Use it.
9307 (section.yacc): Remove.
9308 (prefix): Remove too.
9309 * src/scan-skel.l: Adjust.
9310 * src/bison.simple, src/bison.hairy: Adjust.
9311
cae60122
AD
93122002-01-09 Akim Demaille <akim@epita.fr>
9313
9314 * configure.in (WERROR_CFLAGS): Compute it.
9315 * src/Makefile.am (CFLAGS): Pass it.
9316 * tests/atlocal.in (CFLAGS): Idem.
9317 * src/files.c: Fix a few warnings.
9318 (get_extension_index): Remove, unused.
9319
ae404801
AD
93202002-01-08 Akim Demaille <akim@epita.fr>
9321
9322 * src/getargs.c (AS_FILE_NAME): New.
9323 (getargs): Use it to convert DOSish file names.
9324 * src/files.c (base_name): Rename as full_base_name to avoid
9325 clashes with `base_name ()'.
9326 (filename_split): New.
9327 (compute_base_names): N-th rewrite, using filename_split.
9328
22312b71
AD
93292002-01-08 Akim Demaille <akim@epita.fr>
9330
9331 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
9332 New, stolen from the Fileutils 4.1.
9333 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
9334 * configure.in: Check for the presence of memrchr, and of its
9335 prototype.
9336
a67cef01
TVH
93372002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
9338
9339 * lib/hash.h (__P): Added definition for this macro.
9340 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
9341 BUILT_SOURCES, to ensure they are generated first.
9342 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
9343 %error-verbose to allow bootstrapping with bison 1.30x.
9344
2b25d624
AD
93452002-01-06 Akim Demaille <akim@epita.fr>
9346
9347 * src/reader.c (parse_braces): Don't fetch the next char, the
9348 convention is to fetch on entry.
9349 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
9350 'switch' without a following semicolon.
9351 * tests/regression.at (braces parsing): New.
9352
3460813b
AD
93532002-01-06 Akim Demaille <akim@epita.fr>
9354
9355 Bison is dead wrong in its RR conflict reports.
9356
9357 * tests/torture.at (GNU Cim Grammar): New.
9358 * src/conflicts.c (count_rr_conflicts): Fix.
9359
73784c64
AD
93602002-01-06 Akim Demaille <akim@epita.fr>
9361
9362 Creating package.m4 from configure.ac causes too many problems.
9363
9364 * tests/Makefile.am (package.m4): Create it by hand,
9365 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
9366
25d81090
AD
93672002-01-06 Akim Demaille <akim@epita.fr>
9368
9369 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
9370 skeleton.h.
9371
a9b8959e
PE
93722002-01-04 Paul Eggert <eggert@twinsun.com>
9373
9374 * doc/bison.texinfo (Debugging):
9375 Remove YYSTDERR; it's no longer defined or used.
9376 Also, s/cstdio.h/cstdio/.
9377
25d81090
AD
93782002-01-03 Akim Demaille <akim@epita.fr>
9379
9380 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
9381
1109455c
AD
93822002-01-03 Akim Demaille <akim@epita.fr>
9383
9384 * src/parse-skel.y (process_skeleton): Don't bind the parser's
9385 tracing code to --trace, wait for a better --trace option, with
9386 args.
9387
7ea5e977
AD
93882002-01-03 Akim Demaille <akim@epita.fr>
9389
9390 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
9391 The ISO C++ standard is extremely clear about it: stderr is
9392 considered a macro, not a regular symbol (see table 94 `Header
9393 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
9394 Therefore std:: does not apply to it. It still does with fprintf.
9395 Also, s/cstdio.h/cstdio/.
9396
fab5b110
AD
93972002-01-03 Akim Demaille <akim@epita.fr>
9398
9399 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
9400 for non system headers.
9401
aed7fd9b
AD
94022002-01-02 Akim Demaille <akim@epita.fr>
9403
9404 Equip the skeleton chain with location tracking, runtime trace,
9405 pure parser and scanner.
9406
9407 * src/parse-skel.y: Request a pure parser, locations, and prefix
9408 renaming.
9409 (%union): Having several members with the same type does not help
9410 type mismatches, simplify.
9411 (YYPRINT, yyprint): New.
9412 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
9413 (skel_error): this.
9414 Handle locations.
9415 * src/scan-skel.l: Adjust to these changes.
9416 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
9417 (LOCATION_PRINT, skel_control_t): New.
9418
24fad99e
AD
94192001-12-30 Akim Demaille <akim@epita.fr>
9420
9421 * src/parse-skel.y: Get rid of the shift/reduce conflict:
9422 replace `gb' with BLANKS.
9423 * src/scan-skel.l: Adjust.
9424
a4b36db4
AD
94252001-12-30 Akim Demaille <akim@epita.fr>
9426
9427 * src/system.h: We don't need nor want bcopy.
9428 Throw away MS-DOS crap: we don't need getpid.
9429 * configure.in: We don't need strndup. It was even causing
9430 problems: because Flex includes the headers *before* us,
9431 _GNU_SOURCE is not defined by config.h, and therefore strndup was
9432 not visible.
9433 * lib/xstrndup.c: New.
9434 * src/scan-skel.l: Use it.
9435 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
9436 * src/parse-skel.y: Use %directives instead of #defines.
9437
1239777d
AD
94382001-12-30 Akim Demaille <akim@epita.fr>
9439
9440 * src/skeleton.h: New.
9441 * src/output.c (output_parser, output_master_parser): Remove, dead
9442 code.
9443 * src/output.h (get_lines_number, actions_output, guards_output)
9444 (token_definitions_output): Prototype them.
9445 * src/parse-skel.y: Add the license notice.
9446 Include output.h and skeleton.h.
9447 (process_skeleton): Returns void, and takes a single parameter.
9448 * src/scan-skel.l: Add the license notice.
9449 Include skeleton.h.
9450 Don't use %option yylineno: it seems that then Flex imagines
9451 REJECT has been used, and therefore it won't reallocate its
9452 buffers (which makes no other sense to me than a bug). It results
9453 in warnings for `unused: yy_flex_realloc'.
9454
9b3add5b
RA
94552001-12-30 Robert Anisko <robert.anisko@epita.fr>
9456
9457 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
9458 (MUSCLE_INSERT_PREFIX): ...to there.
9459 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
9460 (MUSCLE_INSERT_PREFIX): Move from here...
9461
9462 * src/bison.hairy: Add a section directive. Put braces around muscle
9463 names. This parser skeleton is still broken, but Bison should not
9464 choke on a bad muscle 'syntax'.
9465 * src/bison.simple: Add a section directive. Put braces around muscle
9466 names.
9467
9468 * src/files.h (strsuffix, stringappend): Add declarations.
9469 (tab_extension): Add declaration.
9470 (short_base_name): Add declaration.
9471
9472 * src/files.c (strsuffix, stringappend): No longer static. These
9473 functions are used in the skeleton parser.
9474 (tab_extension): New.
9475 (compute_base_names): Use the computations done in this function
fab5b110 9476 to guess if the generated parsers should have '.tab' in their
9b3add5b
RA
9477 names.
9478 (short_base_name): No longer static.
9479
9480 * src/output.c (output_skeleton): New.
9481 (output): Disable call to output_master_parser, and give a try to
9482 a new skeleton handling system.
9483 (guards_output, actions_output): No longer static.
9484 (token_definitions_output, get_lines_number): No longer static.
9485
9486 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
9487
fab5b110 9488 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
9b3add5b
RA
9489 parse-skel.y.
9490
9491 * src/parse-skel.y: New file.
9492 * src/scan-skel.l: New file.
9493
b5b61c61
AD
94942001-12-29 Akim Demaille <akim@epita.fr>
9495
9496 %name-prefix is broken.
9497
9498 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
9499 Adjust all dependencies.
9500 * tests/headers.at (export YYLTYPE): Strengthen this test: use
9501 %name-prefix.
9502
9503 Renaming yylval but not yylloc is not consistent. Now we do.
9504
9505 * src/bison.simple: Prefix yylloc if used.
9506 * doc/bison.texinfo (Decl Summary): Document that.
9507
8c9a50be
AD
95082001-12-29 Akim Demaille <akim@epita.fr>
9509
9510 * doc/bison.texinfo: Promote `%long-directive' over
9511 `%long_directive'.
9512 Remove all references to fixed-output-files, yacc is enough.
9513
d99361e6
AD
95142001-12-29 Akim Demaille <akim@epita.fr>
9515
9516 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
9517 user prologue. These are defaults.
9518 * tests/actions.at (Mid-rule actions): Make sure the user can
9519 define YYDEBUG and YYERROR_VERBOSE.
9520
b9cecb91
AD
95212001-12-29 Akim Demaille <akim@epita.fr>
9522
9523 * src/output.c (header_output): Don't forget to export YYLTYPE and
9524 yylloc.
9525 * tests/headers.at (export YYLTYPE): New, make sure it does.
9526 * tests/regression.at (%union and --defines, Invalid CPP headers):
9527 Move to...
9528 * tests/headers.at: here.
9529
aea13e97
AD
95302001-12-29 Akim Demaille <akim@epita.fr>
9531
9532 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
9533
931394cb
AD
95342001-12-29 Akim Demaille <akim@epita.fr>
9535
9536 * tests/actions.at (Mid-rule actions): Output on a single line
9537 instead of several.
9538
704a47c4
AD
95392001-12-29 Akim Demaille <akim@epita.fr>
9540
9541 * doc/bison.texinfo: Formatting changes.
9542
091e20bb
AD
95432001-12-29 Akim Demaille <akim@epita.fr>
9544
9545 Don't store the token defs in a muscle, just be ready to output it
9546 on command. Now possible via `symbols'. Fixes a memory leak.
9547
9548 * src/output.c (token_definitions_output): New.
9549 (output_parser, header_output): Use it.
9550 * src/reader.c (symbols_save): Remove.
9551
cce71710
AD
95522001-12-29 Akim Demaille <akim@epita.fr>
9553
9554 * src/bison.simple: Do not provide a default for YYSTYPE and
9555 YYLTYPE before the user's prologue. Otherwise it's hardly... a
9556 default.
9557
82c035a8
AD
95582001-12-29 Akim Demaille <akim@epita.fr>
9559
9560 Mid-rule actions are simply... ignored!
9561
9562 * src/reader.c (readgram): Be sure to attach mid-rule actions to
9563 the empty-rule associated to the dummy symbol, not to the host
9564 rule.
9565 * tests/actions.at (Mid-rule actions): New.
9566
8419d367
AD
95672001-12-29 Akim Demaille <akim@epita.fr>
9568
9569 Memory leak.
9570
9571 * src/reader.c (reader): Free grammar.
9572
375d5806
AD
95732001-12-29 Akim Demaille <akim@epita.fr>
9574
9575 Memory leak.
9576
9577 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
9578 since it allocates it for each state, although only one is needed.
9579 (allocate_storage): Do it here.
9580
f51cb8ff
AD
95812001-12-29 Akim Demaille <akim@epita.fr>
9582
9583 * src/options.h, src/options.c (create_long_option_table): Rename
9584 as...
9585 (long_option_table_new): this, with a clearer prototype.
9586 (percent_table): Remove, unused,
9587 * src/getargs.c (getargs): Adjust.
9588
29e88316
AD
95892001-12-29 Akim Demaille <akim@epita.fr>
9590
9591 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
9592 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
9593 as states.
9594
b9f71f19
AD
95952001-12-29 Akim Demaille <akim@epita.fr>
9596
9597 * src/lalr.c (build_relations): Rename `states' as `states1'.
9598 Sorry, I don't understand exactly what it is, no better name...
9599
1a2b5d37
AD
96002001-12-29 Akim Demaille <akim@epita.fr>
9601
9602 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
9603 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
9604 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
9605 as rules.
9606
1cca533e
AD
96072001-12-29 Akim Demaille <akim@epita.fr>
9608
9609 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
9610 ago.
9611
c03ae966
AD
96122001-12-29 Akim Demaille <akim@epita.fr>
9613
9614 * src/reader.c, src/reader.h (user_toknums): Remove.
9615 Adjust all users to use symbols[i]->user_token_number.
9616
5a670b1e
AD
96172001-12-29 Akim Demaille <akim@epita.fr>
9618
9619 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
9620 Adjust all users to use symbols[i]->prec or ->assoc.
9621
ad949da9
AD
96222001-12-29 Akim Demaille <akim@epita.fr>
9623
9624 * src/reader.c, src/reader.h (tags): Remove.
9625 Adjust all users to use symbols[i]->tag.
9626
0e78e603
AD
96272001-12-29 Akim Demaille <akim@epita.fr>
9628
9629 * src/gram.h, src/gram.c (symbols): New, similar to state_table
9630 and rule_table.
9631 * src/reader.c (packsymbols): Fill this table.
9632 Drop sprec.
9633 * src/conflicts.c (resolve_sr_conflict): Adjust.
9634 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
9635 single table.
9636 Use symbols[i]->tag instead of tags[i].
9637
213e640e
AD
96382001-12-29 Akim Demaille <akim@epita.fr>
9639
9640 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
9641 In addition, put a comment in there, to replace...
9642 * tests/regression.at (%union and C comments): Remove.
9643
e7b8bef1
AD
96442001-12-29 Akim Demaille <akim@epita.fr>
9645
9646 * tests/regression.at (Web2c Actions): Blindly move the actual
9647 output as expected output. The contents *seem* right to me, but I
9648 can't pretend reading perfectly parser tables... Nonetheless, all
9649 the other tests pass correctly, the table look OK, even though the
9650 presence of `$axiom' is to be noted: AFAICS it is useless (but
9651 harmless).
9652
b68e7744
AD
96532001-12-29 Akim Demaille <akim@epita.fr>
9654
9655 * src/reader.c (readgram): Don't add the rule 0 if there were no
9656 rules read. In other words, add it _after_ having performed
9657 grammar sanity checks.
9658 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
9659
78d5bae9
AD
96602001-12-29 Akim Demaille <akim@epita.fr>
9661
9662 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
9663 visible, and some states have now a different number.
9664
ff442794
AD
96652001-12-29 Akim Demaille <akim@epita.fr>
9666
9667 * src/reader.c (readgram): Bind the initial rule's lineno to that
9668 of the first rule.
9669 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
9670 (Solved SR Conflicts): Adjust rule 0's line number.
9671
610ab194
AD
96722001-12-29 Akim Demaille <akim@epita.fr>
9673
9674 Fix the `GAWK Grammar' failure.
9675
9676 * src/LR0.c (final_state): Initialize to -1 so that we do compute
9677 the reductions of the first state which was mistakenly confused
9678 with the final state because precisely final_state was initialized
9679 to 0.
9680 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
9681 now noticed by Bison.
9682 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
9683 have a reduction on $default.
9684
29d29c8f
AD
96852001-12-29 Akim Demaille <akim@epita.fr>
9686
9687 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
9688 rule line numbers.
9689 * src/closure.c (print_closure): Likewise.
9690 * src/derives.c (print_derives): Likewise.
9691 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
9692 now.
9693
7c6b64d0
AD
96942001-12-29 Akim Demaille <akim@epita.fr>
9695
9696 * src/lalr.c (lookaheads_print): New.
9697 (lalr): Call it when --trace-flag.
9698 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
9699 are dumped.
9700
3d4daee3
AD
97012001-12-29 Akim Demaille <akim@epita.fr>
9702
9703 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
9704 when walking through ritem, even via rule->rhs.
9705 * src/reduce.c (dump_grammar, useful_production, reduce_output)
9706 (useful_production, useless_nonterminals): Likewise.
9707 (reduce_grammar_tables): Likewise, plus update nritems.
9708 * src/nullable.c (set_nullable): Likewise.
9709 * src/lalr.c (build_relations): Likewise.
9710 * tests/sets.at (Nullable): Adjust.
9711 Fortunately, now, the $axiom is no longer nullable.
9712
9e7f6bbd
AD
97132001-12-29 Akim Demaille <akim@epita.fr>
9714
9715 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
9716 the 0-sentinel.
9717 * src/gram.c (ritem_longest_rhs): Likewise.
9718 * src/reduce.c (nonterminals_reduce): Likewise.
9719 * src/print_graph.c (print_graph): Likewise.
9720 * src/output.c (output_rule_data): Likewise.
9721 * src/nullable.c (set_nullable): Likewise.
9722
255ef638
AD
97232001-12-29 Akim Demaille <akim@epita.fr>
9724
9725 * src/output.c: Comment changes.
9726
0d8a7363
AD
97272001-12-27 Paul Eggert <eggert@twinsun.com>
9728
9729 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
9730 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
9731 Sparc, as they were causing more porting problems than the
9732 (minor) performance improvement was worth.
9733
9734 Also, catch up with 1.31's YYSTD.
9735
3db472b9
AD
97362001-12-27 Akim Demaille <akim@epita.fr>
9737
9738 * src/output.c (output_gram): Rely on nritems, not the
9739 0-sentinel. See below.
9740 Use -1 as separator, not 0.
9741 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
9742 Rely on -1 as separator in yyrhs, instead of 0.
9743 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
9744 twice `Now at end of input', therefore there are two lines less to
9745 expect.
9746
b365aa05
AD
97472001-12-27 Akim Demaille <akim@epita.fr>
9748
9749 * tests/regression.at (Unresolved SR Conflicts):
9750 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
9751 below.
9752
30171f79
AD
97532001-12-27 Akim Demaille <akim@epita.fr>
9754
9755 * src/LR0.c (new_state): Recognize the final state by the fact it
9756 is reached by eoftoken.
9757 (insert_start_shifting_state, insert_eof_shifting_state)
9758 (insert_accepting_state, augment_automaton): Remove, since now
9759 these states are automatically computed from the initial state.
9760 (generate_states): Adjust.
9761 * src/print.c: When reporting a rule number to the user, substract
9762 1, so that the axiom rule is rule 0, and the first user rule is 1.
9763 * src/reduce.c: Likewise.
9764 * src/print_graph.c (print_core): For the time being, just as for
9765 the report, depend upon --trace-flags to dump the full set of
9766 items.
9767 * src/reader.c (readgram): Once the grammar read, insert the rule
9768 0: `$axiom: START-SYMBOL $'.
9769 * tests/set.at: Adjust: rule 0 is now displayed, and since the
9770 number of the states has changed (the final state is no longer
9771 necessarily the last), catch up.
9772
75142d45
AD
97732001-12-27 Akim Demaille <akim@epita.fr>
9774
9775 Try to make the use of the eoftoken valid. Given that its value
9776 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
9777 is used instead of > 0 where appropriate, (ii), depend upon nritems
9778 instead of the 0-sentinel.
9779
9780 * src/gram.h, src/gram.c (nritems): New.
9781 Expected to be duplication of nitems, but for the time being...
9782 * src/reader.c (packgram): Assert nritems and nitems are equal.
9783 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
9784 * src/closure.c (print_closure, print_fderives): Likewise.
9785 * src/gram.c (ritem_print): Likewise.
9786 * src/print.c (print_core, print_grammar): Likewise.
9787 * src/print_graph.c: Likewise.
9788
b7c49edf
AD
97892001-12-27 Akim Demaille <akim@epita.fr>
9790
9791 * src/main.c (main): If there are complains after grammar
9792 reductions, then output the report anyway if requested, then die.
9793 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
9794 * src/reader.c (eoftoken): New.
9795 (parse_token_decl): If the token being defined has value `0', it
9796 is the eoftoken.
9797 (packsymbols): No longer hack `tags' to insert `$' by hand.
9798 Be sure to preserve the value of the eoftoken.
9799 (reader): Make sure eoftoken is defined.
9800 Initialize nsyms to 0: now eoftoken is created just like the others.
9801 * src/print.c (print_grammar): Don't special case the eof token.
9802 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
9803 lie anyway, albeit pleasant.
9804 * tests/calc.at: Exercise error messages with eoftoken.
9805 Change the grammar so that empty input is invalid.
9806 Adjust expectations.
9807 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
9808
ec2da99f
AD
98092001-12-27 Akim Demaille <akim@epita.fr>
9810
9811 * configure.in: Check the protos of strchr ans strspn.
9812 Replace strchr if needed.
9813 * src/system.h: Provide the protos of strchr, strspn and memchr if
9814 missing.
9815 * lib/strchr.c: New.
9816 * src/reader.c (symbols_save): Use strchr.
9817
8adfa272
AD
98182001-12-27 Akim Demaille <akim@epita.fr>
9819
9820 * src/print.c, src/print_graph.c (escape): New.
9821 Use it to quote the TAGS outputs.
9822 * src/print_graph.c (print_state): Now errors are in red, and
9823 reductions in green.
9824 Prefer high to wide: output the state number on a line of its own.
9825
80dac38c
AD
98262001-12-27 Akim Demaille <akim@epita.fr>
9827
9828 * src/state.h, src/state.c (reductions_new): New.
9829 * src/LR0.c (set_state_table): Let all the states have a
9830 `reductions', even if reduced to 0.
9831 (save_reductions): Adjust.
9832 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
9833 * src/print.c (print_reductions, print_actions): Adjust.
9834 * src/output.c (action_row): Adjust.
9835
2cec70b9
AD
98362001-12-27 Akim Demaille <akim@epita.fr>
9837
9838 * src/state.h, src/state.c (errs_new, errs_dup): New.
9839 * src/LR0.c (set_state_table): Let all the states have an errs,
9840 even if reduced to 0.
9841 * src/print.c (print_errs, print_reductions): Adjust.
9842 * src/output.c (output_actions, action_row): Adjust.
9843 * src/conflicts.c (resolve_sr_conflict): Adjust.
9844
13ca549a
AD
98452001-12-27 Akim Demaille <akim@epita.fr>
9846
9847 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
9848
5092aba5
AD
98492001-12-27 Akim Demaille <akim@epita.fr>
9850
9851 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
9852 * src/print.c: here.
9853 (lookaheadset, shiftset): New, used as additional storage by
9854 print_reductions.
9855 (print_results): Adjust.
9856 (print_shifts, print_gotos, print_errs): New, extracted from...
9857 (print_actions): here.
9858 * src/print_graph.c (print_actions): Remove dead code.
9859
11e2beca
AD
98602001-12-27 Akim Demaille <akim@epita.fr>
9861
9862 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
9863 `$n' and `@n'.
9864
dac3c910
AD
98652001-12-27 Akim Demaille <akim@epita.fr>
9866
9867 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
9868 (build_relations): Adjust.
9869
d0b0fefa
AD
98702001-12-27 Akim Demaille <akim@epita.fr>
9871
9872 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
9873 duplication.
9874
adc8c848
AD
98752001-12-27 Akim Demaille <akim@epita.fr>
9876
9877 * src/reader.c (packgram): Catch nitems overflows.
9878
14d293ac
AD
98792001-12-27 Akim Demaille <akim@epita.fr>
9880
9881 * src/files.c, src/files.h (guard_obstack): Remove.
9882 * src/output.c (output): Adjust.
9883 * src/reader.c (parse_braces): New, factoring...
9884 (copy_action, copy_guard): these two which are renamed as...
9885 (parse_action, parse_guard): these.
9886 As a voluntary consequence, using braces around guards is now
9887 mandatory.
9888
f499b062
AD
98892001-12-27 Akim Demaille <akim@epita.fr>
9890
9891 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
9892 * src/reader.c (symbol_list): `guard' and `guard_line' are new
9893 members.
9894 (symbol_list_new): Adjust.
9895 (copy_action): action_line is the first line, not the last.
9896 (copy_guard): Just as for actions, store the `action' only, not
9897 the switch/case/break flesh.
9898 Don't parse the user action that might follow the guard, let...
9899 (readgram): do it, i.e., now, there can be an action after a
9900 guard.
9901 In other words the guard is just explicitly optional.
9902 (packgram): Adjust.
9903 * src/output.c (guards_output): New.
9904 (output_parser): Call it when needed.
9905 (output): Also free the guard and attrs obstacks.
9906 * src/files.c, src/files.h (obstack_save): Remove.
9907 (output_files): Remove.
9908 As a result, if one needs the former `.act' file, using an
9909 appropriate skeleton which requires actions and guards is now
9910 required.
9911 * src/main.c (main): Adjust.
9912 * tests/semantic.at: New.
9913 * tests/regression.at: Use `input.y' as input file name.
9914 Avoid 8+3 problems by requiring input.c when the test needs the
9915 parser.
9916
d945f5cd
AD
99172001-12-27 Akim Demaille <akim@epita.fr>
9918
9919 * src/reader.c (symbol_list_new): Be sure to initialize all the
9920 fields.
9921
d200e455
AD
99222001-12-27 Akim Demaille <akim@epita.fr>
9923
9924 All the hacks using a final pseudo state are now useless.
9925
9926 * src/LR0.c (set_state_table): state_table holds exactly nstates.
9927 * src/lalr.c (nLA): New.
9928 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
9929 instead of lookaheadsp from the pseudo state (nstate + 1).
9930
f9507c28
AD
99312001-12-27 Akim Demaille <akim@epita.fr>
9932
9933 * src/output.c (action_row, token_actions): Use a state_t instead
9934 of a integer, and nlookaheads instead of the following state's
9935 lookaheadsp.
9936
065fbd27
AD
99372001-12-27 Akim Demaille <akim@epita.fr>
9938
9939 * src/conflicts.c (log_resolution, flush_shift)
9940 (resolve_sr_conflict, set_conflicts, solve_conflicts)
9941 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
9942 (conflicts_print, print_reductions): Use a state_t instead of an
9943 integer when referring to a state.
9944 As much as possible, depend upon nlookaheads, instead of the
9945 `lookaheadsp' member of the following state (since lookaheads of
9946 successive states are successive, the difference between state n + 1
9947 and n served as the number of lookaheads for state n).
9948 * src/lalr.c (add_lookback_edge): Likewise.
9949 * src/print.c (print_core, print_actions, print_state)
9950 (print_results): Likewise.
9951 * src/print_graph.c (print_core, print_actions, print_state)
9952 (print_graph): Likewise.
9953 * src/conflicts.h: Adjust.
9954
1b177bd7
AD
99552001-12-27 Akim Demaille <akim@epita.fr>
9956
9957 * src/bison.hairy: Formatting/comment changes.
9958 ANSIfy.
9959 Remove `register' indications.
9960 Add plenty of `static'.
9961
7742ddeb
AD
99622001-12-27 Akim Demaille <akim@epita.fr>
9963
9964 * src/output.c (prepare): Drop the muscle `ntbase' which
9965 duplicates ntokens.
9966 * src/bison.simple: Formatting/comment changes.
9967 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
9968 is an undocumented synonym.
9969
1fa14068
AD
99702001-12-22 Akim Demaille <akim@epita.fr>
9971
9972 * src/output.c (output_table_data): Change the prototype to use
9973 `int' for array ranges: some invocations do pass an int, not a
9974 short.
9975 Reported by Wayne Green.
9976
b9752825
AD
99772001-12-22 Akim Demaille <akim@epita.fr>
9978
9979 Some actions of web2c.y are improperly triggered.
9980 Reported by Mike Castle.
9981
9982 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
9983 * tests/regression.at (Web2c): Rename as...
9984 (Web2c Report): this.
9985 (Web2c Actions): New.
9986
776209d6
AD
99872001-12-22 Akim Demaille <akim@epita.fr>
9988
9989 Reductions in web2c.y are improperly reported.
9990 Reported by Mike Castle.
9991
9992 * src/conflicts.c (print_reductions): Fix.
9993 * tests/regression.at (Web2c): New.
9994
275fc3ad
AD
99952001-12-18 Akim Demaille <akim@epita.fr>
9996
9997 Some host fail on `assert (!"foo")', which expands to
9998 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
9999 Reported by Nelson Beebee.
10000
10001 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
10002 `#define it_succeeded 0' and `assert (it_succeeded)'.
10003
897668ee
MA
100042001-12-17 Marc Autret <autret_m@epita.fr>
10005
10006 * src/bison.simple: Don't hard code the skeleton line and filename.
10007 * src/output.c (output_parser): Rename 'line' as 'output_line'.
10008 New line counter 'skeleton_line' (skeleton-line muscle).
10009
ab3399e0
PE
100102001-12-17 Paul Eggert <eggert@twinsun.com>
10011
10012 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
10013 YYDEBUG must be defined to a nonzero value.
10014
10015 * src/bison.simple (yytname): Do not assume that the user defines
10016 YYDEBUG to a properly parenthesized expression.
10017
3877f72b
AD
100182001-12-17 Akim Demaille <akim@epita.fr>
10019
10020 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
10021 nlookaheads is a new member.
10022 Adjust all users.
10023 * src/lalr.h (nlookaheads): Remove this orphan declaration.
10024 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
10025 state.
776209d6 10026
331dbc1b
AD
100272001-12-17 Akim Demaille <akim@epita.fr>
10028
10029 * src/files.h, src/files.c (open_files, close_files): Remove.
10030 * src/main.c (main): Don't open/close files, nor invoke lex_free,
10031 let...
10032 * src/reader.c (reader): Do it.
776209d6 10033
be750e4c
AD
100342001-12-17 Akim Demaille <akim@epita.fr>
10035
10036 * src/conflicts.c (print_reductions): Formatting changes.
776209d6 10037
709ae8c6
AD
100382001-12-17 Akim Demaille <akim@epita.fr>
10039
10040 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
10041 (flush_reduce): New.
10042 (resolve_sr_conflict): Adjust.
776209d6 10043
f87685c3
AD
100442001-12-17 Akim Demaille <akim@epita.fr>
10045
10046 * src/output.c (output_obstack): Be static and rename as...
10047 (format_obstack): this, to avoid any confusion with files.c's
10048 output_obstack.
10049 * src/reader.h (muscle_obstack): Move to...
10050 * src/output.h: here, since it's defined in output.c.
10051
837491d8
AD
100522001-12-17 Akim Demaille <akim@epita.fr>
10053
10054 * src/output.c (action_row, save_column, default_goto)
10055 (sort_actions, matching_state, pack_vector): Better variable
10056 locality.
10057
796d61fb
AD
100582001-12-17 Akim Demaille <akim@epita.fr>
10059
10060 * src/output.c: Various formatting changes.
776209d6 10061
64d15509
AD
100622001-12-17 Akim Demaille <akim@epita.fr>
10063
10064 * src/files.c (output_files): Free the output_obstack.
10065 * src/main.c (main): Call print and print_graph conditionally.
10066 * src/print.c (print): Work unconditionally.
10067 * src/print_graph.c (print_graph): Work unconditionally.
10068 * src/conflicts.c (log_resolution): Output only if verbose_flag.
10069
fbc8ecb7
MA
100702001-12-16 Marc Autret <autret_m@epita.fr>
10071
10072 * src/output.c (actions_output): Fix. When we use %no-lines,
10073 there is one less line per action.
10074
f0440388
MA
100752001-12-16 Marc Autret <autret_m@epita.fr>
10076
10077 * src/bison.simple: Remove a useless #line directive.
10078 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
10079 * src/output.c (get_lines_number): New.
776209d6 10080 (output_parser): Adjust, now takes care about the lines of a
f0440388
MA
10081 output muscles.
10082 Fix line numbering.
10083 (actions_output): Computes the number of lines taken by actions.
10084 (output_master_parser): Insert new skeleton which is the name of
10085 the output parser file name.
10086
a79986b8
MA
100872001-12-15 Marc Autret <autret_m@epita.fr>
10088
10089 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
10090
4ec8e00f
MA
100912001-12-15 Marc Autret <autret_m@epita.fr>
10092
10093 * src/output.c (output_gram): Keep track of the hairy one.
10094
1a4648ff
AD
100952001-12-15 Akim Demaille <akim@epita.fr>
10096
10097 Make `make distcheck' work.
10098
10099 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
10100 system.h which uses libgettext.h.
10101
9c2c67e6
AD
101022001-12-15 Akim Demaille <akim@epita.fr>
10103
10104 * src/nullable.c (set_nullable): Useless rules must be skipped,
10105 otherwise, since we range over their symbols, we might look at a
10106 nonterminal which no longer ``exists'', i.e., it is not counted in
10107 `nvars', hence we overflow our arrays.
10108
93ede233
AD
101092001-12-15 Akim Demaille <akim@epita.fr>
10110
10111 The header can also be produced directly, without any obstack!
10112 Yahoo!
10113
10114 * src/files.c, src/files.h (defines_obstack): Remove.
10115 (compute_header_macro): Global.
10116 (defines_obstack_save): Remove.
10117 * src/reader.c (parse_union_decl): No longer output to
10118 defines_obstack: its content can be found in the `stype' muscle
10119 anyway.
10120 (output_token_translations): Merge into...
10121 (symbols_output): this.
10122 Rename as...
10123 (symbols_save): this.
10124 (reader): Adjust.
10125 * src/output.c (header_output): New.
10126 (output): Call it.
10127
2666f928
AD
101282001-12-15 Akim Demaille <akim@epita.fr>
10129
10130 * src/reader.c (parse_union_decl): Instead of handling two obstack
10131 simultaneously, use one to define the `stype' muscle, and use the
10132 value of the latter to fill defines_obstack.
10133 (copy_comment): Remove.
10134 (copy_comment2): Work for a single obstack.
10135 Rename as...
10136 (copy_comment): this.
10137
428046f8
AD
101382001-12-15 Akim Demaille <akim@epita.fr>
10139
10140 * src/lex.c, src/lex.h (xgetc): No longer static.
10141 * src/reader.c (parse_union_decl): Revamp.
10142
ea52d706
AD
101432001-12-15 Akim Demaille <akim@epita.fr>
10144
10145 Still making progress in separating Bison into (i) input, (ii)
10146 process, (iii) output: now we can directly output the parser file
10147 without using table_obstack at all.
10148
10149 * src/files.c, src/files.h (table_obstack): Bye bye.
10150 (parser_file_name): New.
10151 * src/files.c (compute_output_file_names): Compute it.
10152 * src/output.c (actions_output, output_parser)
10153 (output_master_parser): To a file instead of an obstack.
10154
3f96f4dc
AD
101552001-12-15 Akim Demaille <akim@epita.fr>
10156
10157 Attach actions to rules, instead of pre-outputting them to
10158 actions_obstack.
10159
10160 * src/gram.h (rule_t): action and action_line are new members.
10161 * src/reader.c (symbol_list): Likewise.
10162 (copy_action): Save the actions within the rule.
10163 (packgram): Save them in rule_table.
10164 * src/output.c (actions_output): New.
10165 (output_parser): Use it on `%%actions'.
10166 (output_rule_data): Don't free rule_table.
10167 (output): Do it.
10168 (prepare): Don't save the `action' muscle.
10169 * src/bison.simple: s/%%action/%%actions/.
10170
51576fb3
AD
101712001-12-15 Akim Demaille <akim@epita.fr>
10172
10173 * src/reader.c (copy_action): When --yacc, don't append a `;'
10174 to the user action: let it fail if lacking.
dee049eb 10175 Suggested by Arnold Robbins and Tom Tromey.
51576fb3 10176
2648a72d
AD
101772001-12-14 Akim Demaille <akim@epita.fr>
10178
10179 * src/lex.c (literalchar): Simply return the char you decoded, non
10180 longer mess around with obstacks and int pointers.
10181 Adjust all callers.
10182
92790e5b
AD
101832001-12-14 Akim Demaille <akim@epita.fr>
10184
10185 * src/lex.c (literalchar): Don't escape the special characters,
10186 just decode them, and keep them as char (before, eol was output as
10187 the 2 char string `\n' etc.).
10188 * src/output.c (output_rule_data): Use quotearg to output the
10189 token strings.
10190
927c1557
PE
101912001-12-13 Paul Eggert <eggert@twinsun.com>
10192
10193 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
10194 Do not infringe on the global user namespace when using C++.
10195 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
10196 All uses of `fprintf' and `stderr' changed.
10197
10198 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
10199
ed8e1f68
AD
102002001-12-13 Akim Demaille <akim@epita.fr>
10201
10202 The computation of nullable is broken: it doesn't handle empty
10203 RHS's properly.
10204
10205 * tests/torture.at (GNU AWK Grammar): New.
10206 * tests/sets.at (Nullable): New.
10207 * src/nullable.c (set_nullable): Instead of blindly looping over
10208 `ritems', loop over the rules, and then over their rhs's.
10209
10210 Work around Autotest bugs.
10211
10212 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
10213 frame, because Autotest understand lines starting with a `+' as
10214 traces from the shell. Then, they are not processed properly.
10215 Admittedly an Autotest bug, but we don't have time to wait for
10216 Autotest to catch up.
10217 * tests/regression.at (Broken Closure): Adjust to the new table
10218 frames.
10219 Move to...
10220 * tests/sets.at: here.
10221
cb581495
AD
102222001-12-13 Akim Demaille <akim@epita.fr>
10223
10224 * src/closure.c (closure): Use nrules instead of playing tricks
10225 with BITS_PER_WORD.
10226
2e729273
AD
102272001-12-13 Akim Demaille <akim@epita.fr>
10228
10229 * src/print.c (print_actions): Output the handling of `$' as the
10230 traces do: shifting the token EOF. Before EOF was treated as a
10231 nonterminal.
10232 * tests/regression.at: Adjust some tests.
10233 * src/print_graph.c (print_core): Complete the set of items via
10234 closure. The next-to-final and final states are still unsatisfying,
10235 but that's to be addressed elsewhere.
10236 No longer output the rule numbers, but do output the state number.
10237 A single loop for the shifts + gotos is enough, but picked a
10238 distinct color for each.
10239 (print_graph): Initialize and finalize closure.
10240
107f7dfb
AD
102412001-12-13 Akim Demaille <akim@epita.fr>
10242
10243 * src/reader.c (readgram): Remove dead code, an strip useless
10244 braces.
10245 (get_type): Remove, unused.
10246
9b53a24f
AD
102472001-12-12 Akim Demaille <akim@epita.fr>
10248
10249 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
10250 on that of lib/error.c.
10251
dbfb6dcd
AD
102522001-12-12 Akim Demaille <akim@epita.fr>
10253
10254 Some hosts don't like `/' in includes.
10255
10256 * src/system.h: Include libgettext.h without qualifying the path.
10257 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
10258 $(top_srcdir).
10259
c25fb648
MA
102602001-12-11 Marc Autret <autret_m@epita.fr>
10261
10262 * src/output.c (output_parser): Remove useless muscle.
10263
710ddc4f
MA
102642001-12-11 Marc Autret <autret_m@epita.fr>
10265
10266 * src/bison.simple: Remove #line just before %%epilogue. It
10267 is now handled in ...
10268 * src/reader.c (read_additionnal_code): Add the output of a
10269 #line for the epilogue.
10270
e83d80b8
MA
102712001-12-10 Marc Autret <autret_m@epita.fr>
10272
927c1557 10273 * src/reader.c (copy_definition): Re-use CPP-outed code which
e83d80b8
MA
10274 replace precedent remove.
10275 * src/bison.simple: Remove #line before %%prologue because
10276 %%input-line is wrong at this time.
10277
971d5158
MA
102782001-12-10 Marc Autret <autret_m@epita.fr>
10279
10280 * src/reader.c (symbols_output): Clean up.
927c1557 10281 * src/output.c (output_gram, output): Clean up.
971d5158 10282
5edafffd
AD
102832001-12-10 Akim Demaille <akim@epita.fr>
10284
10285 * src/lalr.c (initialize_lookaheads): New. Extracted from...
10286 * src/LR0.c (set_state_table): here.
10287 * src/lalr.c (lalr): Call it.
10288
0279f8e9
AD
102892001-12-10 Akim Demaille <akim@epita.fr>
10290
10291 * src/state.h (shifts): Remove the `number' member: shifts are
10292 attached to state, hence no longer need to be labelled with a
10293 state number.
10294
190c4f5f
AD
102952001-12-10 Akim Demaille <akim@epita.fr>
10296
10297 Now that states have a complete set of members, the linked list of
10298 shifts is useless: just fill directly the state's shifts member.
10299
10300 * src/state.h (shifts): Remove the `next' member.
10301 * src/LR0.c (first_state, last_state): Remove.
10302 Adjust the callers.
10303 (augment_automaton): Don't look for the shifts that must be added
10304 a shift on EOF: it is those of the state we looked for! But now,
10305 since shifts are attached, it is no longer needed to looking
10306 merely by its id: its number.
10307
2a73b93d
AD
103082001-12-10 Akim Demaille <akim@epita.fr>
10309
10310 * src/LR0.c (augment_automaton): Better variable locality.
10311 Remove an impossible branch: if there is a state corresponding to
10312 the start symbol being shifted, then there is shift for the start
10313 symbol from the initial state.
10314
74392f6a
AD
103152001-12-10 Akim Demaille <akim@epita.fr>
10316
10317 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
10318 only when appropriate: when insert_start_shifting_state' is not
10319 invoked.
10320 * tests/regression.at (Rule Line Numbers): Adjust.
10321
37c82725
AD
103222001-12-10 Akim Demaille <akim@epita.fr>
10323
10324 * src/LR0.c (augment_automaton): Now that all states have shifts,
10325 merge the two cases addition shifts to the initial state.
10326
6a164e0c
AD
103272001-12-10 Akim Demaille <akim@epita.fr>
10328
10329 * src/lalr.c (set_state_table): Move to...
10330 * src/LR0.c: here.
10331 * src/lalr.c (lalr): Don't call it...
10332 * src/LR0.c (generate_states): do it.
10333 * src/LR0.h (first_state): Remove, only the table is used.
10334
7215de24
AD
103352001-12-10 Akim Demaille <akim@epita.fr>
10336
10337 * src/LR0.h (first_shift, first_reduction): Remove.
10338 * src/lalr.c: Don't use first_shift: find shifts through the
10339 states.
10340
80e25d4d
AD
103412001-12-10 Akim Demaille <akim@epita.fr>
10342
10343 * src/LR0.c: Attach shifts to states as soon as they are
10344 computed.
10345 * src/lalr.c (set_state_table): Instead of assigning shifts to
10346 state, just assert that the mapping was properly done.
10347
0ab3728b
AD
103482001-12-10 Akim Demaille <akim@epita.fr>
10349
10350 * src/LR0.c (insert_start_shift): Rename as...
10351 (insert_start_shifting_state): this.
10352 (insert_eof_shifting_state, insert_accepting_state): New.
10353 (augment_automaton): Adjust.
10354 Better locality of the variables.
10355 When looking if the start_symbol is shifted from the initial
10356 state, using `while (... symbol != start_symbol ...)' sounds
10357 better than `while (... symbol < start_symbol ...)': If fail
10358 to see how the order between symbols could be relevant!
10359
78af9bbc
AD
103602001-12-10 Akim Demaille <akim@epita.fr>
10361
10362 * src/getargs.h: Don't declare `spec_name_prefix' and
10363 `spec_file_prefix', declared by src/files.h.
10364 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
10365 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
10366 * src/output.c (prepare): Adjust.
10367 * src/reader.c (symbols_output): Likewise.
10368 * src/vmsgetargs.c: Vaguely adjust, but who cares?
10369
bdef2a41
AD
103702001-12-10 Akim Demaille <akim@epita.fr>
10371
10372 * src/muscle_tab.c (muscle_init): NULL is a better default than
10373 `"0"'.
10374
3735969c
AD
103752001-12-10 Akim Demaille <akim@epita.fr>
10376
10377 * src/reader.c (reader): Calling symbols_output once is enough.
10378
49701457
AD
103792001-12-10 Akim Demaille <akim@epita.fr>
10380
10381 Now that states have a complete set of members, the linked list of
10382 reductions is useless: just fill directly the state's reductions
10383 member.
10384
10385 * src/state.h (struct reductions): Remove member `number' and
10386 `next'.
10387 * src/LR0.c (first_reduction, last_reduction): Remove.
10388 (save_reductions): Don't link the new reductions, store them in
10389 this_state.
10390 * src/lalr.c (set_state_table): No need to attach reductions to
10391 states, it's already done.
10392 * src/output.c (output_actions): No longer free the shifts, then
10393 the reductions, then the states: free all the states and their
10394 members.
10395
0edad749
AD
103962001-12-10 Akim Demaille <akim@epita.fr>
10397
10398 * src/options.c (OPTN, DRTV, BOTH): New.
10399 (option_table): Use them.
10400
0edad749
AD
10401 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
10402 the job of system.h.
10403 * src/options.c: Don't include stdio.h and xalloc.h for the same
10404 reasons.
10405
5449dd0f
AD
104062001-12-10 Akim Demaille <akim@epita.fr>
10407
10408 * src/output.c (output, prepare): Make sure the values of the
10409 muscles `action' and `prologue' are 0-terminated.
10410
a870c567
AD
104112001-12-10 Akim Demaille <akim@epita.fr>
10412
10413 Clean up GCC warnings.
10414
10415 * src/reader.c (copy_action): `buf' is not used.
10416 (parse_skel_decl): Be static.
10417 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
10418 * src/options.h (create_long_option_table): Have a real prototype.
10419 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
10420 (hash_delete_at): Return const void *.
10421 Adjust casts to preserve the const.
10422
80df8768
AD
104232001-12-10 Akim Demaille <akim@epita.fr>
10424
10425 * configure.in: Require 2.52g.
10426 M4 is not needed, but AUTOM4TE is.
10427 * m4/m4.m4: Remove.
10428 * tests/Makefile.am: Adjust.
10429
f693ad14
AD
104302001-12-10 Akim Demaille <akim@epita.fr>
10431
10432 One structure for states is enough, even though theoretically
10433 there are LR(0) states and LALR(1) states.
10434
10435 * src/lalr.h (state_t): Remove.
10436 (state_table): Be state_t **, not state_t *.
10437 * src/state.h (core, CORE_ALLOC): Rename as...
10438 (state_t, STATE_ALLOC): this.
10439 Add the LALR(1) members: shifts, reductions, errs.
10440 * src/LR0.c (state_table): Rename as...
10441 (state_hash): this, to avoid name clashes with the global
10442 `state_table'.
10443 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
10444 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
10445
74ffbcb6
AD
104462001-12-10 Akim Demaille <akim@epita.fr>
10447
10448 Bison dumps core on bash.y.
10449 Reported by Pascal Bart.
10450
10451 * src/warshall.c (bitmatrix_print): New.
10452 (TC): Use it.
ba0fe3c7 10453 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
74ffbcb6
AD
10454 j must be the outer loop.
10455 * tests/regression.at (Broken Closure): New.
10456
07708e19
AD
104572001-12-05 Akim Demaille <akim@epita.fr>
10458
10459 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
10460 its argument.
ba1ecc07 10461 Reported by Peter Hamorsky.
07708e19 10462
92b16366
AD
104632001-12-05 Akim Demaille <akim@epita.fr>
10464
10465 * src/conflicts.c (err_table): Remove.
10466 (resolve_sr_conflict): Adjust.
10467 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
10468 Rename as...
10469 (state_t.reductions, state_t.shifts): this.
10470
076ab033
AD
104712001-12-05 Akim Demaille <akim@epita.fr>
10472
10473 * src/reduce.c (reduce_grammar_tables): No longer disable the
10474 removal of useless rules via CPP but via `if (0)', so that the
10475 compiler still check the code is valid.
10476 For instance, it should have noticed `rline' no longer exists: use
10477 the `line' member of rule_t.
10478 * src/gram.c (dummy, rline): Remove, unused.
10479
3843c413
AD
104802001-12-05 Akim Demaille <akim@epita.fr>
10481
10482 * src/output.c (pack_vector): Use assert, not berror.
10483 * src/main.c (berror): Remove, unused.
10484
43168960
AD
104852001-12-05 Akim Demaille <akim@epita.fr>
10486
10487 New experimental feature: if --verbose --trace output all the
10488 items of a state, not only its kernel.
10489
10490 * src/print.c (print_core): If `trace_flag', then invoke closure
10491 before outputting the items of the state (print_core is no longer
10492 a correct name them).
10493 (print_results): Invoke new_closure/free_closure if needed.
10494
b2872512
AD
104952001-12-05 Akim Demaille <akim@epita.fr>
10496
10497 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
10498 * src/closure.c, src/closure.h (itemsetsize): Rename as...
10499 (nitemset): for consistency with the rest of the project.
10500
23cbcc6c
AD
105012001-12-05 Akim Demaille <akim@epita.fr>
10502
10503 * src/closure.c (print_closure): Improve.
10504 (closure): Use it for printing input and output.
10505
03ec521c
AD
105062001-12-05 Akim Demaille <akim@epita.fr>
10507
10508 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
10509 indexed by nonterminals.
10510
3a7456dd
AD
105112001-12-05 Akim Demaille <akim@epita.fr>
10512
10513 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
10514 what it was!).
10515 * src/warshall.h: Remove accidental duplication of the content.
10516
1cbcf2e7
AD
105172001-12-05 Akim Demaille <akim@epita.fr>
10518
10519 * src/closure.c (set_fderives): De-obfuscate.
10520
84182270
AD
105212001-12-05 Akim Demaille <akim@epita.fr>
10522
10523 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
10524
3f6f053c
AD
105252001-12-05 Akim Demaille <akim@epita.fr>
10526
10527 * src/closure.c (set_firsts): De-obfuscate.
10528
7a5350ba
AD
105292001-12-05 Akim Demaille <akim@epita.fr>
10530
10531 * src/output.c (action_row): De-obfuscate
10532 using the good o' techniques: arrays not pointers, variable
10533 locality, BITISSET, RESETBIT etc.
10534
d954473d
AD
105352001-12-05 Akim Demaille <akim@epita.fr>
10536
10537 Pessimize the code to simplify it: from now on, all the states
10538 have a valid SHIFTS, which NSHIFTS is possibly 0.
10539
10540 * src/LR0.c (shifts_new): Be global and move to..
10541 * src/state.c, src/state.h: here.
10542 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
10543 * src/print_graph: Adjust.
10544
9839bbe5
AD
105452001-12-05 Akim Demaille <akim@epita.fr>
10546
10547 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
10548 * src/conflicts.c: Use it.
10549 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
10550 incorrectly ``simplified''.
10551
9f136c07
AD
105522001-12-05 Akim Demaille <akim@epita.fr>
10553
10554 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
10555 using the good o' techniques: arrays not pointers, variable
10556 locality, BITISSET, RESETBIT etc.
10557
b608206e
AD
105582001-12-05 Akim Demaille <akim@epita.fr>
10559
10560 * src/state.h (SHIFT_SYMBOL): New.
10561 * src/conflicts.c: Use it to deobfuscate.
10562
52afa962
AD
105632001-12-05 Akim Demaille <akim@epita.fr>
10564
10565 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
10566 (print_reductions): De-obfuscate using the good o' techniques:
10567 arrays not pointers, variable locality, BITISSET.
10568
e74dc321
AD
105692001-12-05 Akim Demaille <akim@epita.fr>
10570
10571 * src/conflicts.c (print_reductions): Arrays, not pointers.
10572 Use BITISSET.
10573
768fca83
AD
105742001-12-05 Akim Demaille <akim@epita.fr>
10575
10576 * src/conflicts.c (print_reductions): Pessimize, but clarify.
10577
a17e599f
AD
105782001-12-05 Akim Demaille <akim@epita.fr>
10579
10580 * src/conflicts.c (print_reductions): Improve variable locality.
10581
a04bc341
AD
105822001-12-05 Akim Demaille <akim@epita.fr>
10583
10584 * src/conflicts.c (print_reductions): Pessimize, but clarify.
10585
c8ea038e
AD
105862001-12-05 Akim Demaille <akim@epita.fr>
10587
10588 * src/conflicts.c (print_reductions): Improve variable locality.
10589
aa2aab3c
AD
105902001-12-05 Akim Demaille <akim@epita.fr>
10591
10592 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
10593 * src/lalr.c: Use them.
10594
b178c8cc
AD
105952001-12-05 Akim Demaille <akim@epita.fr>
10596
10597 * src/LR0.c (augment_automaton): Formatting changes.
10598 Better variable locality.
10599
f67d13aa
AD
106002001-12-05 Akim Demaille <akim@epita.fr>
10601
10602 * src/lalr.c (matrix_print): New.
10603 (transpose): Use it.
10604 Use arrays instead of pointers.
10605
c2713865
AD
106062001-12-05 Akim Demaille <akim@epita.fr>
10607
10608 * src/lalr.c (maxrhs): Move to...
10609 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
10610 * src/lalr.c (build_relations): Adjust.
10611
9887c18a
AD
106122001-12-05 Akim Demaille <akim@epita.fr>
10613
10614 * src/lalr.c (transpose): Free the memory allocated to the
10615 argument, as it is replaced by the results by the unique caller.
10616 (build_relations): Merely invoke transpose: it handles the memory
10617 deallocation.
10618 Improve variable locality.
10619 Avoid variables used as mere abbreviations.
10620 (compute_lookaheads): Use arrays instead of pointers.
10621
4d4f699c
AD
106222001-12-05 Akim Demaille <akim@epita.fr>
10623
10624 * src/lalr.c (initialize_F): Improve variable locality.
10625 Avoid variables used as mere abbreviations.
10626
80a69750
AD
106272001-12-05 Akim Demaille <akim@epita.fr>
10628
10629 * src/derives.c (print_derives): Display the ruleno.
10630 * src/lalr.c (initialize_F, transpose): Better variable locality
10631 to improve readability.
10632 Avoid variables used as mere abbreviations.
10633
fe961097
AD
106342001-12-05 Akim Demaille <akim@epita.fr>
10635
10636 * src/lalr.c (traverse): Use arrays instead of pointers.
10637
e3e4e814
AD
106382001-12-05 Akim Demaille <akim@epita.fr>
10639
10640 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
10641 the handling of squeue.
10642 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
10643
630e182b
AD
106442001-12-05 Akim Demaille <akim@epita.fr>
10645
10646 Because useless nonterminals are now kept alive (instead of being
10647 `destroyed'), we now sometimes examine them, and store information
10648 related to them. Hence we need to know their number, and adjust
10649 memory allocations.
10650
10651 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
10652 static.
10653 * src/LR0.c (allocate_itemsets): The memory allocated to
10654 `symbol_count' was used for two different purpose: once to count
10655 the number of occurrences of each symbol, and later reassigned to
10656 `shift_symbol', containing the symbol that can be shifted from a
10657 given state.
10658 Deobfuscate, i.e., allocate, use and free `symbol_count' here
10659 only, and...
10660 (new_itemsets): Allocate `shift_symbol' here.
10661 (allocate_itemsets): symbol_count includes useless nonterminals.
10662 Make room for them.
10663 (free_storage): Use `free', not `XFREE', for pointers that cannot
10664 be null.
10665
81b51460
AD
106662001-12-05 Akim Demaille <akim@epita.fr>
10667
10668 * src/nullable.c (set_nullable): Deobfuscate the handling of
10669 ritem.
10670 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
10671
3067fbef
AD
106722001-12-05 Akim Demaille <akim@epita.fr>
10673
10674 * src/gram.c, src/gram.h (ritem_print): New.
10675 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
10676 (This useless function was defined only to work around VMS linkers
10677 that can't handle compilation units with variables only).
10678 * src/reduce.c (dump_grammar): Use it to trace the construction of
10679 ritem.
10680
c2bea5f9
PE
106812001-12-04 Paul Eggert <eggert@twinsun.com>
10682
7d27c823
PE
10683 * src/bison.simple (union yyalloc): Change member names
10684 to be the same as the stack names.
10685 (yyparse): yyptr is now union yyalloc *, not char *.
10686 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
10687 and may generate better code on some machines.
c2bea5f9
PE
10688 (yystpcpy): Use prototype if __STDC__ is defined, not just
10689 if __cplusplus is defined.
35687a9d 10690
2c8a9dfa
AD
106912001-11-30 Akim Demaille <akim@epita.fr>
10692
10693 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
10694 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
10695 Gettext doesn't compile cleanly, and dies with -Werror.
10696 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
10697 Include WARNING_CFLAGS here.
10698 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
10699 before being defined.
10700
f4e421e6
AD
107012001-11-27 Paul Eggert <eggert@twinsun.com>
10702
10703 * lib/quotearg.h (quotearg_n, quotearg_n_style):
10704 First arg is int, not unsigned.
10705 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
10706 (SIZE_MAX, UINT_MAX): New macros.
10707 (quotearg_n_options): Abort if N is negative.
10708 Avoid overflow check on hosts where size_t is 64 bits and int
10709 is 32 bits, as overflow is impossible there.
10710 Fix off-by-one typo that caused unnecessary reallocation.
10711
7093d0f5
AD
107122001-11-29 Paul Eggert <eggert@twinsun.com>
10713
10714 Name space cleanup in generated parser.
10715
10716 * doc/bison.texinfo (Bison Parser): Discuss system headers
10717 and their effect on the user name space.
10718
10719 * src/bison.simple:
10720 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
10721 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
10722 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
10723
10724 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
10725 on user names when possible.
10726
10727 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
10728 Simplify test for whather <alloca.h> exists.
10729
10730 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
10731
10732 (<stdio.h>): Include if YYDEBUG.
10733
10734 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
10735 ! defined (yyoverflow) && ! defined (yymemcpy).
10736
10737 (yymemcpy, yyparse): Rename local variables as needed so that
10738 they all begin with 'yy'.
10739
10740 (yystrlen, yystpcpy): New functions.
10741
10742 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
10743 All uses changed.
10744
10745 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
10746 instead of relying on string.h functions. Use YYSTACK_ALLOC
10747 and YYSTACK_FREE instead of malloc and free.
10748
fd51e5ff
AD
107492001-11-30 Akim Demaille <akim@epita.fr>
10750
10751 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
10752 before their first uses.
10753 (YYBISON, YYPURE): Move to the top of the output.
10754
7d13ff5f
AD
107552001-11-30 Akim Demaille <akim@epita.fr>
10756
10757 * tests/reduce.at (Useless Nonterminals): Fix.
10758
892a3995
AD
107592001-11-30 Akim Demaille <akim@epita.fr>
10760
10761 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
10762 if body instead of `;' to pacify GCC's warnings.
10763
68f1e3ed
AD
107642001-11-30 Akim Demaille <akim@epita.fr>
10765
10766 Instead of mapping the LHS of unused rules to -1, keep the LHS
10767 valid, but flag the rules as invalid.
10768
10769 * src/gram.h (rule_t): `useful' is a new member.
10770 * src/print.c (print_grammar): Adjust.
10771 * src/derives.c (set_derives): Likewise.
10772 * src/reader.c (packgram, reduce_output): Likewise.
10773 * src/reduce.c (reduce_grammar_tables): Likewise.
10774 * tests/reduce.at (Underivable Rules, Useless Rules): New.
10775
d2d1b42b
AD
107762001-11-30 Akim Demaille <akim@epita.fr>
10777
10778 * src/reduce.c (reduce_output): Formatting changes.
10779 * src/print.c (print_results, print_grammar): Likewise.
10780 * tests/regression.at (Rule Line Numbers)
10781 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
10782
760b53a8
AD
107832001-11-30 Akim Demaille <akim@epita.fr>
10784
10785 * src/reduce.c (nonterminals_reduce): Instead of throwing away
10786 useless nonterminals, move them at the end of the symbol arrays.
10787 (reduce_output): Adjust.
10788 * tests/reduce.at (Useless Nonterminals): Adjust.
10789
00238958
AD
107902001-11-30 Akim Demaille <akim@epita.fr>
10791
10792 * src/reduce.c: Various comment/formatting changes.
10793 (nonterminals_reduce): New, extracted from...
10794 (reduce_grammar_tables): here.
10795 (reduce_grammar): Call nonterminals_reduce.
10796
396452de
PE
107972001-11-29 Paul Eggert <eggert@twinsun.com>
10798
10799 * src/bison.simple (YYSTACK_REALLOC): Remove.
10800 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
10801 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
10802 New macros.
10803 (union yyalloc): New type.
10804 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
10805 an arbitrary restriction on hosts where size_t is wider than int.
10806
10807 (yyparse): Don't dump core if alloca or malloc fails; instead, report
10808 a parser stack overflow. Allocate just one block of memory for all
10809 three stacks, instead of allocating three blocks; this typically is
10810 faster and reduces fragmentation.
10811
10812 Do not limit the number of items in the stack to a value that fits
10813 in 'int', as this is an arbitrary limit on hosts with 64-bit
10814 size_t and 32-bit int.
10815
147e184c
MA
108162001-11-29 Marc Autret <autret_m@epita.fr>
10817
10818 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
10819 of defining YYERROR_VERBOSE.
10820 [AT_DATA]: $4 is now out of C declarations in the prologue.
10821
426cf563
MA
108222001-11-28 Marc Autret <autret_m@epita.fr>
10823
10824 * src/reader.c (parse_dquoted_param): New.
10825 (parse_skel_decl): Use it.
10826 * src/lex.h: Add its prototype.
10827 * src/lex.c (literalchar): Become not static.
10828
c7925b99
MA
108292001-11-28 Marc Autret <autret_m@epita.fr>
10830
10831 * src/output.h: And put its extern declaration here.
10832 * src/output.c (error_verbose): Define here.
10833 (prepare): Echo name modification.
10834 * src/getargs.h: Clean its extern declaration.
10835 * src/getargs.c (error_verbose_flag): Remove.
10836 (getargs): Remove case 'e'.
10837 * src/options.c (option_table): 'error-verbose' is now seen as simple
10838 percent option.
10839 Include output.h.
10840
10841 * src/reader.c (read_declarations): Remove case tok_include.
10842 (parse_include_decl): Remove.
10843 * src/lex.h (token_t): Remove tok_include.
10844 * src/options.c (option_table): 'include' is now a simple command line
10845 option.
10846
5b5d1929
MA
108472001-11-28 Marc Autret <autret_m@epita.fr>
10848
10849 * src/bison.simple: Adjust muscle names.
10850 * src/muscle_tab.c (muscle_init): Also rename the muscles.
10851 * src/output.c (prepare): s/_/-/ for the muscles names.
10852 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
10853
8850be4b
MA
108542001-11-28 Marc Autret <autret_m@epita.fr>
10855
10856 * src/bison.simple: Fix debug.
10857 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
10858
4a38e613
AD
108592001-11-28 Akim Demaille <akim@epita.fr>
10860
10861 * src/LR0.c (shifts_new): New.
10862 (save_shifts, insert_start_shift, augment_automaton): Use it.
10863
4b35e1c1
AD
108642001-11-28 Akim Demaille <akim@epita.fr>
10865
10866 * src/closure.c (closure): `b' and `ruleno' denote the same value:
10867 keep ruleno only.
10868
d2b04478
AD
108692001-11-28 Akim Demaille <akim@epita.fr>
10870
10871 * src/closure.c (closure): Instead of looping over word in array
10872 then bits in words, loop over bits in array.
10873
2c4c30aa
AD
108742001-11-28 Akim Demaille <akim@epita.fr>
10875
10876 * src/closure.c (closure): No longer optimize the special case
10877 where all the bits of `ruleset[r]' are set to 0, to make the code
10878 clearer.
10879
576890b7
AD
108802001-11-28 Akim Demaille <akim@epita.fr>
10881
10882 * src/closure.c (closure): `r' and `c' are new variables, used to
10883 de-obfuscate accesses to RULESET and CORE.
10884
cb487d7d
AD
108852001-11-28 Akim Demaille <akim@epita.fr>
10886
10887 * src/reduce.c (reduce_print): Use ngettext.
10888 (dump_grammar): Improve the trace accuracy.
10889
6013d43f
AD
108902001-11-28 Akim Demaille <akim@epita.fr>
10891
10892 * src/reduce.c (dump_grammar): Don't translate trace messages.
10893
cb4956ee
AD
108942001-11-28 Akim Demaille <akim@epita.fr>
10895
10896 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
10897 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
10898 as all tags are free'ed afterwards.
10899 From Enrico Scholz.
10900
648185ab
PE
109012001-11-27 Paul Eggert <eggert@twinsun.com>
10902
10903 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
10904 use alloca when we didn't want to, and vice versa.
10905
68254a03
MA
109062001-11-27 Marc Autret <autret_m@epita.fr>
10907
9113b58f
AD
10908 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
10909 initialization.
68254a03
MA
10910 * src/output.c (prepare): Remove its update.
10911
04d843a2
MA
109122001-11-27 Marc Autret <autret_m@epita.fr>
10913
10914 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
10915 Use %error-verbose.
10916
d2079671 109172001-11-27 Marc Autret <autret_m@epita.fr>
eeeb962b
MA
10918
10919 * src/bison.simple: Remove YYERROR_VERBOSE using.
10920 Use %%error_verbose.
10921 (yyparse): Likewise.
10922 * src/output.c (prepare): Give its final value.
10923 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
10924 * src/getargs.h: Add its extern declaration.
10925 * src/getargs.c (error_verbose_flag): New int.
10926 (getargs): Update to catch new case.
10927 * src/options.c (option_table): 'error-verbose' is a new option.
10928 (shortopts): Update.
10929
e0327bc8
AD
109302001-11-27 Akim Demaille <akim@epita.fr>
10931
10932 * src/system.h: Use intl/libgettext.h.
10933 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
10934
000f1a3c
AD
109352001-11-27 Akim Demaille <akim@epita.fr>
10936
10937 * tests/torture.at (Exploding the Stack Size with Malloc):
10938 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
10939
26cfe0be
AD
109402001-11-27 Akim Demaille <akim@epita.fr>
10941
10942 * src/files.c: Include error.h.
10943 Reported by Hans Aberg.
10944
f6bd5427
MA
109452001-11-26 Marc Autret <autret_m@epita.fr>
10946
d2079671 10947 * src/reader.c (parse_include_decl): New, not yet implemented.
f6bd5427
MA
10948 (read_declarations): Add case tok_include.
10949 * src/getargs.h (include): Add its extern definition.
10950 * src/getargs.c (include): New const char *.
10951 (getargs): Add case '-I'.
10952 * src/options.c (option_table): Add include as command line and
10953 percent option.
10954 * src/lex.h (token_t): Add tok_include.
10955
2ca209c1
AD
109562001-11-26 Akim Demaille <akim@epita.fr>
10957
10958 * src/reader.c (readgram): Make sure rules for mid-rule actions
10959 have a lineno equal to that of their host rule.
10960 Reported by Hans Aberg.
10961 * tests/regression.at (Rule Line Numbers): New.
10962
0e41b407
AD
109632001-11-26 Akim Demaille <akim@epita.fr>
10964
10965 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
10966 size_ts.
10967
109682001-11-26 Akim Demaille <akim@epita.fr>
10969
10970 * src/complain.c, src/complain.h (error): Remove, provided by
10971 lib/error.[ch].
10972
e0c40012
AD
109732001-11-26 Akim Demaille <akim@epita.fr>
10974
10975 * src/reader.c (read_declarations): Don't abort on tok_illegal,
10976 issue an error message.
10977 * tests/regression.at (Invalid %directive): New.
10978 Reported by Hans Aberg.
10979
5e147124
AD
109802001-11-26 Akim Demaille <akim@epita.fr>
10981
10982 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
10983 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
10984
a034c8b8
AD
109852001-11-26 Akim Demaille <akim@epita.fr>
10986
10987 * src/conflicts.c (conflicts_print): Don't complain at all when
10988 there are no reduce/reduce conflicts, and as many shift/reduce
10989 conflicts as expected.
10990 * tests/regression.at (%expect right): Adjust.
10991
c64a20f3
AD
109922001-11-23 Akim Demaille <akim@epita.fr>
10993
10994 * lib/alloca.c: Update, from fileutils.
10995
5b0d29bb
AD
109962001-11-23 Akim Demaille <akim@epita.fr>
10997
10998 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
10999
722c4bfe
AD
110002001-11-23 Akim Demaille <akim@epita.fr>
11001
11002 * src/system.h: Include alloca.h.
11003 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
11004
6255b435
AD
110052001-11-23 Akim Demaille <akim@epita.fr>
11006
11007 * src/print_graph.c (print_actions): Remove `rule', unused.
11008 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
11009 pacify GCC's signed < unsigned warnings.
11010 * src/closure.c (itemsetsize): Likewise.
11011 * src/reader.c (symbol_list_new): Static.
11012
b29b2ed5
AD
110132001-11-23 Akim Demaille <akim@epita.fr>
11014
11015 Attaching lineno to buckets is stupid, since only one copy of each
11016 symbol is kept, only the line of the first occurrence is kept too.
11017
11018 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
11019 * src/reader.c (rline_allocated): Remove, unused.
11020 (symbol_list): Have a `line' member.
11021 (symbol_list_new): New.
11022 (readgram): Use it.
11023 * src/print.c (print_grammar): Output the rule line numbers.
11024 * tests/regression.at (Solved SR Conflicts)
11025 (Unresolved SR Conflicts): Adjust.
11026 Reported by Hans Aberg.
11027
a81b1d4a
MA
110282001-11-22 Marc Autret <autret_m@epita.fr>
11029
11030 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
11031
c1ecb3c1
MA
110322001-11-22 Marc Autret <autret_m@epita.fr>
11033
11034 * src/muscle_tab.c (muscle_init): Remove initialization of
11035 skeleton muscle.
11036 * src/output.c (output_master_parser): Do it here.
11037
fbe01355
AD
110382001-11-20 Akim Demaille <akim@epita.fr>
11039
11040 * po/sv.po: New.
11041 * configure.in (ALL_LINGUAS): Adjust.
11042 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
11043 longer contains strings to translate.
11044
81e895c0
AD
110452001-11-19 Akim Demaille <akim@epita.fr>
11046
11047 * src/conflicts.c (conflicts_print): Add a missing \n.
11048
6bb1878b
AD
110492001-11-19 Akim Demaille <akim@epita.fr>
11050
11051 * src/nullable.c (nullable_print): New.
11052 (set_nullable): Call it when tracing.
11053 Better locality of variables.
11054
d9ec2d07
AD
110552001-11-19 Akim Demaille <akim@epita.fr>
11056
11057 * src/print.c (print_actions): Better locality of variables.
11058
720e5c1b
AD
110592001-11-19 Akim Demaille <akim@epita.fr>
11060
11061 * src/derives.c (print_derives): Fix and enrich.
11062 * src/closure.c (print_fderives): Likewise.
11063
fb908786
AD
110642001-11-19 Akim Demaille <akim@epita.fr>
11065
11066 * src/closure.c (itemsetend): Remove, replaced with...
11067 (itemsetsize): new.
11068
125ecb56
AD
110692001-11-19 Akim Demaille <akim@epita.fr>
11070
11071 * src/LR0.c (kernel_end): Remove, replaced with...
11072 (kernel_size): new.
11073
d8cf039f
AD
110742001-11-19 Akim Demaille <akim@epita.fr>
11075
11076 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
11077 to clarify.
11078
7bec0760
AD
110792001-11-19 Akim Demaille <akim@epita.fr>
11080
11081 * src/closure.c (closure): Use arrays instead of pointers to clarify.
11082
c87d4863
AD
110832001-11-19 Akim Demaille <akim@epita.fr>
11084
11085 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
11086 trace messages.
11087 * src/LR0.c: Likewise.
11088 (allocate_itemsets): Use arrays instead of pointers to clarify.
11089
9bfe901c
AD
110902001-11-19 Akim Demaille <akim@epita.fr>
11091
11092 * src/getargs.c (statistics_flag): Replace with...
11093 (trace_flag): New.
11094 (longopts): Accept --trace instead of --statistics.
11095 * src/getargs.h, src/options.c: Adjust.
11096 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
11097 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
11098
97db7bd4
AD
110992001-11-19 Akim Demaille <akim@epita.fr>
11100
cc72668c 11101 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
97db7bd4
AD
11102 pointers to clarify the code.
11103 (save_reductions, save_shifts): Factor common parts of alternatives.
11104
2c5f66ed
AD
111052001-11-19 Akim Demaille <akim@epita.fr>
11106
11107 * src/LR0.c (new_state, get_state): Complete TRACE code.
11108 * src/closure.c: Include `reader.h' to get `tags', needed by the
11109 trace code.
11110 Rename the conditional DEBUG as TRACE.
11111 Output consistently TRACEs to stderr, not stdout.
11112 * src/derives.c: Likewise.
11113 * src/reduce.c: (inaccessable_symbols): Using if is better style
11114 than goto.
11115 Use `#if TRACE' instead of `#if 0' for tracing code.
11116
300f275f
AD
111172001-11-19 Akim Demaille <akim@epita.fr>
11118
11119 * src/system.h (LIST_FREE, shortcpy): New.
11120 * src/LR0.c: Use them.
11121 * src/output.c (free_itemsets, free_reductions, free_shifts):
11122 Remove, replaced by LIST_FREE.
11123
f59c437a
AD
111242001-11-19 Akim Demaille <akim@epita.fr>
11125
11126 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
11127 (REDUCTIONS_ALLOC): New.
11128 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
11129 allocation.
11130
6986fd9e
AD
111312001-11-19 Akim Demaille <akim@epita.fr>
11132
11133 * src/LR0.c (new_state): Complete trace code.
11134 * src/nullable.c (set_nullable): Don't translate traces.
11135
4bc30f78
AD
111362001-11-19 Akim Demaille <akim@epita.fr>
11137
11138 * src/print_graph.c (print_core): Better locality of variables.
11139 * src/print.c (print_core): Likewise.
11140
08a946e0
AD
111412001-11-19 Akim Demaille <akim@epita.fr>
11142
11143 * src/vcg.c: You do the output, so you are responsible of the
11144 handling of VCG syntax, in particular: use quotearg.
11145 * src/print_graph.c: Don't.
11146 (print_actions): Don't output the actions as part of the nodes,
11147 since that's the job of the edges.
11148 (print_state): Don't output by hand: fill the node description,
9bfe901c 11149 and ask for its output.
08a946e0 11150
f0473484
AD
111512001-11-19 Akim Demaille <akim@epita.fr>
11152
cc72668c
AD
11153 * src/bison.simple (yyparse): When verbosely reporting an error,
11154 no longer put additional quotes around token names.
f0473484
AD
11155 * tests/calc.at: Adjust.
11156
e41dc700
AD
111572001-11-19 Akim Demaille <akim@epita.fr>
11158
11159 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
11160 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
11161 * src/output.c: Adjust.
11162
652a871c
AD
111632001-11-19 Akim Demaille <akim@epita.fr>
11164
11165 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
11166 (rule_t): this.
11167 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
11168
b2ed6e58
AD
111692001-11-19 Akim Demaille <akim@epita.fr>
11170
11171 * src/gram.h (rule_t): New.
11172 (rule_table): New.
11173 (rrhs, rlhs): Remove, part of state_t.
11174 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
11175 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
11176 * src/reader.c, src/reduce.c: Adjust.
11177
edad7067
AD
111782001-11-19 Akim Demaille <akim@epita.fr>
11179
11180 * src/reader.c (symbols_output): New, extracted from...
11181 (packsymbols): Here.
11182 (reader): Call it.
11183
3feec034
AD
111842001-11-19 Akim Demaille <akim@epita.fr>
11185
11186 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
11187 (maxrhs): this new function.
11188
ddcd5fdf
AD
111892001-11-19 Akim Demaille <akim@epita.fr>
11190
cc72668c 11191 * src/lalr.c (F): New macro to access the variable F.
ddcd5fdf
AD
11192 Adjust.
11193
bb527fc2
AD
111942001-11-19 Akim Demaille <akim@epita.fr>
11195
cc72668c 11196 * src/lalr.h (LA): New macro to access the variable LA.
bb527fc2
AD
11197 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
11198 * src/lalr.c: Adjust.
11199
a845a697
AD
112002001-11-19 Akim Demaille <akim@epita.fr>
11201
11202 * src/lalr.c (initialize_LA): Only initialize LA. Let...
11203 (set_state_table): handle the `lookaheads' members.
11204
f004bf6a
AD
112052001-11-19 Akim Demaille <akim@epita.fr>
11206
cc72668c
AD
11207 * src/lalr.h (lookaheads): Removed array, whose contents is now
11208 a member of...
f004bf6a
AD
11209 (state_t): this structure.
11210 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
11211 Adjust.
11212
de326cc0
AD
112132001-11-19 Akim Demaille <akim@epita.fr>
11214
cc72668c
AD
11215 * src/lalr.h (consistent): Removed array, whose contents is now
11216 a member of...
de326cc0
AD
11217 (state_t): this structure.
11218 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
11219 Adjust.
11220
90b4416b
AD
112212001-11-19 Akim Demaille <akim@epita.fr>
11222
cc72668c
AD
11223 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
11224 contents are now members of...
90b4416b
AD
11225 (state_t): this structure.
11226 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
11227 Adjust.
11228
9703cc49
AD
112292001-11-19 Akim Demaille <akim@epita.fr>
11230
11231 * src/lalr.h (state_t): New.
11232 (state_table): Be a state_t * instead of a core **.
11233 (accessing_symbol): Remove, part of state_t.
11234 * src/lalr.c: Adjust.
11235 (set_accessing_symbol): Merge into...
11236 (set_state_table): this.
11237 * src/print_graph.c, src/conflicts.c: Adjust.
11238
d803322e
AD
112392001-11-14 Akim Demaille <akim@epita.fr>
11240
11241 * tests/calc.at, tests/output.at, tests/regression.at,
11242 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
11243 now the tests are run in private dirs, therefore AC_CLEANUP and
11244 family can be simplified to 0-ary.
11245 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
11246 use abs. path to find config.h.
11247 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
11248 stderr, there can be way too much random noise.
11249 Instead pass -Werror to GCC and rely on the exit status.
11250 Reported by Wolfram Wagner.
11251
3d76b07d
AD
112522001-11-14 Akim Demaille <akim@epita.fr>
11253
11254 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
11255 defined only if yyoverflow is defined, to avoid `warning: unused
11256 variable `yyvs1''.
11257 Reported by The Test Suite.
11258
09b503c8
AD
112592001-11-14 Akim Demaille <akim@epita.fr>
11260
11261 * src/print.c: Include reduce.h.
11262 Reported by Hans Aberg.
11263
112642001-11-14 Akim Demaille <akim@epita.fr>
11265
11266 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
11267 Revert a previous patch: these are really const.
11268 * src/conflicts.c (conflict_report): Additional useless pair of
11269 braces to pacify GCC's warnings for `if () if () {} else {}'.
11270 * src/lex.c (parse_percent_token): Replace equal_offset with
11271 arg_offset.
11272 arg is const.
11273 Be sure to strdup `arg' when used, since there is no reason for
11274 token_buffer not to change.
11275
0f37a994
AD
112762001-11-14 Akim Demaille <akim@epita.fr>
11277
11278 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
11279 definition.
11280 * src/main.c (main): Use them.
11281 Suggested by Hans Aberg.
11282
d39d93b8
AD
112832001-11-12 Akim Demaille <akim@epita.fr>
11284
11285 * src/system.h (ngettext): Now that we use ngettext, be sure to
11286 provide a default definition when NLS are not used.
11287
9edcd895
AD
112882001-11-12 Akim Demaille <akim@epita.fr>
11289
11290 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
11291 Use @kbd to denote user input.
11292 (Language and Grammar): ANSIfy the example.
11293 Adjust its layout for info/notinfo.
11294 (Location Tracking Calc): Output error messages to stderr.
11295 Output locations in a more GNUtically correct way.
11296 Fix a couple of Englishos.
11297 Adjust @group/@end group pairs.
11298
7da99ede
AD
112992001-11-12 Akim Demaille <akim@epita.fr>
11300
e3aa65c5 11301 %expect was not functioning at all.
7da99ede
AD
11302
11303 * src/conflicts.c (expected_conflicts): Set to -1.
11304 (conflict_report): Use ngettext.
11305 (conflicts_print): Check %expect and make its violation an error.
11306 * doc/bison.texinfo (Expect Decl): Adjust.
11307 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
11308 * tests/regression.at (%expect not enough, %expect right)
11309 (%expect too much): New.
11310
ba9dda1a
AD
113112001-11-12 Akim Demaille <akim@epita.fr>
11312
11313 * tests/regression.at (Conflicts): Rename as...
11314 (Unresolved SR Conflicts): this.
11315 (Solved SR Conflicts): New.
11316
337c5bd1
AD
113172001-11-12 Akim Demaille <akim@epita.fr>
11318
11319 * src/reduce.c (print_results): Rename as...
11320 (reduce_output): This.
11321 Output to OUT, passed as argument, instead of output_obstack.
11322 (dump_grammar): Likewise.
11323 (reduce_free): New.
11324 Also free V1.
11325 (reduce_grammar): No longer call reduce_output, since...
11326 * src/print.c (print_results): do it.
11327 * src/main.c (main): Call reduce_free;
11328
c73a41af
AD
113292001-11-12 Akim Demaille <akim@epita.fr>
11330
11331 * src/conflicts.c (print_reductions): Accept OUT as argument.
11332 Output to it, not to output_obstack.
11333 * src/print.c (print_actions): Adjust.
11334
0df87bb6
AD
113352001-11-12 Akim Demaille <akim@epita.fr>
11336
11337 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
11338 the result instead of using...
11339 (src_total, rrc_total, src_count, rrc_count): Remove.
11340 (any_conflicts): Remove.
11341 (print_conflicts): Split into...
11342 (conflicts_print, conflicts_output): New.
11343 * src/conflicts.h: Adjust.
11344 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
0f37a994 11345 * src/print.c (print_grammar): Issue `\n' between two rules.
0df87bb6
AD
11346 * tests/regression.at (Conflicts): New.
11347 Reported by Tom Lane.
11348
e4d3d4de
AD
113492001-11-12 Akim Demaille <akim@epita.fr>
11350
11351 * tests/regression.at (Invalid input): Remove, duplicate with
11352 ``Invalid input: 1''.
11353
6d7d248e
AD
113542001-11-12 Akim Demaille <akim@epita.fr>
11355
11356 * tests/torture.at (AT_DATA_STACK_TORTURE)
11357 (Exploding the Stack Size with Alloca)
11358 (Exploding the Stack Size with Malloc): New.
11359
e9e4c321
AD
113602001-11-12 Akim Demaille <akim@epita.fr>
11361
11362 * src/bison.simple (YYSTACK_REALLOC): New.
11363 (yyparse) [!yyoverflow]: Use it and free the old stack.
0f37a994 11364 Reported by Per Allansson.
e9e4c321 11365
5f7e0832
AD
113662001-11-12 Pascal Bart <pascal.bart@epita.fr>
11367
11368 * src/bison.simple: Define type yystype instead of YYSTYPE, and
11369 define CPP macro, which substitute YYSTYPE by yystype.
11370 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
11371 with yyltype/YYLTYPE. This allows inclusion of the generated
11372 header within the parser if the compiler, such as GGC, accepts
11373 multiple equivalent #defines.
11374 From Akim.
11375
e3f1699f
AD
113762001-11-05 Akim Demaille <akim@epita.fr>
11377
11378 * src/reader.c (symbols_output): New, extracted from...
11379 (packsymbols): here.
11380 (reader): Adjust.
11381
65be0866
AD
113822001-11-05 Akim Demaille <akim@epita.fr>
11383
11384 * src/lex.c (parse_percent_token): s/quotearg/quote/.
11385
e4d910bf
AD
113862001-11-05 Akim Demaille <akim@epita.fr>
11387
11388 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
11389 pattern.
11390
951366c1
AD
113912001-11-05 Akim Demaille <akim@epita.fr>
11392
11393 * src/options.h (struct option_table_struct): set_flags is void*.
11394 * src/options.c (longopts): Support `--output' and `%output'.
11395 (usage): Adjust.
11396 * src/lex.h (tok_setopt): Remove, replaced with...
11397 (tok_intopt, tok_stropt): these new guys.
11398 * src/lex.c (getopt.h): Not needed.
11399 (token_buffer, unlexed_token_buffer): Not const.
11400 (percent_table): Promote `-' over `_' in directive names.
11401 Active `%name-prefix', `file-prefix', and `output'.
11402 (parse_percent_token): Accept possible arguments to directives.
11403 Promote `-' over `_' in directive names.
11404
d8988b2f
AD
114052001-11-04 Akim Demaille <akim@epita.fr>
11406
11407 * doc/bison.texinfo (Decl Summary): Split the list into
11408 `directives for grammars' and `directives for bison'.
11409 Sort'em.
11410 Add description of `%name-prefix', `file-prefix', and `output'.
11411 Promote `-' over `_' in directive names.
11412 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
11413 Simplify the description of `--name-prefix'.
11414 Promote `-' over `_' in directive names.
11415 Promote `--output' over `--output-file'.
11416 Fix the description of `--defines'.
11417 * tests/output.at: Exercise %file-prefix and %output.
11418
6468d18e
AD
114192001-11-02 Akim Demaille <akim@epita.fr>
11420
11421 * doc/refcard.tex: Update.
11422
6b7e85b9
AD
114232001-11-02 Akim Demaille <akim@epita.fr>
11424
11425 * src/symtab.h (SUNDEF): New.
11426 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
11427 stand for `uninitialized', instead of 0.
11428 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
11429 * src/lex.c (lex): Adjust.
11430
11431 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
11432 Number it 0.
11433 Let yylex return it instead of a plain 0.
11434 Reported by Dick Streefland.
11435
cd5aafcf
AD
114362001-11-02 Akim Demaille <akim@epita.fr>
11437
11438 * tests/regression.at (Mixing %token styles): New test.
11439
037ca2f1
AD
114402001-11-02 Akim Demaille <akim@epita.fr>
11441
11442 * src/reader.c (parse_thong_decl): Formatting changes.
11443 (token_translations_init): New, extracted from...
11444 (packsymbols): Here.
11445 Adjust.
11446
270a173c
AD
114472001-11-01 Akim Demaille <akim@epita.fr>
11448
11449 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
11450 Check that `9foo.y' produces correct cpp guards.
11451 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
11452 guards.
11453 Reported by Wwp.
11454
561f9a30
AD
114552001-11-01 Akim Demaille <akim@epita.fr>
11456
11457 * tests/regression.at (Invalid input: 2): New.
11458 * src/lex.c (unlexed_token_buffer): New.
11459 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
11460 too.
11461 Reported by Wwp.
11462
f987e9d2
AD
114632001-11-01 Akim Demaille <akim@epita.fr>
11464
11465 * tests/calc.at: Catch up with 1.30.
11466 * configure.in: Bump to 1.49a.
11467 Adjust to newer Autotest.
11468
0846f581
PB
114692001-10-19 Pascal Bart <pascal.bart@epita.fr>
11470
11471 * src/conflicts.c: Move global variables rrc_total and src_total ...
11472 (print_conflicts): here.
11473 * src/output.c (output): Free global variable user_toknums.
11474 * src/lex.c (token_obstack): Become static.
11475
3c1a79b3
AD
114762001-10-18 Akim Demaille <akim@epita.fr>
11477
11478 * tests/atlocal.in (GCC): Add.
11479 * tests/calc.at: s/m4_match/m4_bmatch/.
11480 s/m4_patsubst/m4_bpatsubst/.
11481 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
11482 * configure.in: AC_SUBST(GCC).
11483
5d52e7d0
MA
114842001-10-14 Marc Autret <autret_m@epita.fr>
11485
11486 * src/options.c (create_long_option_table): Fix.
11487
631aa1d3
AD
114882001-10-10 Akim Demaille <akim@epita.fr>
11489
11490 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
11491
f6ec6d13
AD
114922001-10-04 Akim Demaille <akim@epita.fr>
11493
11494 * src/reader.c (parse_union_decl): Push the caracters in
11495 union_obstack, not attrs_obstack.
11496
342b8b6e
AD
114972001-10-04 Akim Demaille <akim@epita.fr>
11498
11499 Merge in the branch 1.29.
11500
11501 * src/reader.c (packsymbols): Use a temporary obstack for
11502 `%%tokendef', since output_stack is already used elsewhere.
11503
11504 2001-10-02 Akim Demaille <akim@epita.fr>
11505
11506 Bump 1.29d.
11507
11508 2001-10-02 Akim Demaille <akim@epita.fr>
11509
11510 Version 1.29c.
11511
11512 2001-10-02 Akim Demaille <akim@epita.fr>
11513
11514 * tests/regression.at (Invalid CPP headers): New.
11515 From Alexander Belopolsky.
11516 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
11517
11518 2001-10-02 Akim Demaille <akim@epita.fr>
11519
11520 * tests/regression.at (Invalid input): New.
11521 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
11522 Reported by Shura.
11523
11524 2001-10-02 Akim Demaille <akim@epita.fr>
11525
11526 * tests/calc.at: Now that --debug works, the tests must be adjusted.
11527
11528 2001-10-02 Akim Demaille <akim@epita.fr>
11529
11530 * src/output.c (output_parser): Assert `skeleton'.
11531 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
11532 systems.
11533 From Shura.
11534
11535 2001-10-01 Marc Autret <autret_m@epita.fr>
11536
11537 * src/lex.h: Echo modifications.
11538 * src/lex.c (unlex): Parameter is now token_t.
11539 From Hans Aberg.
11540
11541 2001-10-01 Marc Autret <autret_m@epita.fr>
11542
11543 * src/main.c: Include lex.h.
11544 From Hans Aberg.
11545
11546 2001-09-29 Akim Demaille <akim@epita.fr>
11547
11548 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
11549
11550 2001-09-28 Akim Demaille <akim@epita.fr>
11551
11552 * tests/testsuite.at: Update to newer Autotest.
11553 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
11554
11555 2001-09-27 Akim Demaille <akim@epita.fr>
11556
11557 Position independent wrapper.
11558
11559 * tests/bison: Remove.
11560 * tests/bison.in: New.
11561 * configure.in: Adjust.
11562
11563 2001-09-27 Paul Eggert <eggert@twinsun.com>
11564
11565 Port quotearg fixes from tar 1.13.24.
11566
11567 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
11568 tm to be declared.
11569 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
11570 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
11571
11572 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
11573 * m4/mbrtowc.m4: New file.
11574 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
11575 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
11576
11577 2001-09-27 Akim Demaille <akim@epita.fr>
11578
11579 Bump to 1.29c.
11580
11581 2001-09-27 Akim Demaille <akim@epita.fr>
11582
11583 Version 1.29b.
11584
11585 2001-09-25 Akim Demaille <akim@epita.fr>
11586
11587 * src/system.h: Include `xalloc.h'.
11588 Remove it from the C files.
11589 * src/files.c (output_files): Free the obstacks.
11590 * src/lex.c (init_lex): Rename as...
11591 (lex_init): this.
11592 (lex_free): New.
11593 * src/main.c (main): Use it.
11594
11595 2001-09-24 Marc Autret <autret_m@epita.fr>
11596
11597 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
11598 to output informations in fout (FILE*).
11599 (open_graph, close_graph): Likewise.
11600 (output_graph, output_edge, output_node): Likewise.
11601 * src/vcg.h: Update function prototypes.
11602 * src/print_graph.c (print_graph): Open output graph file.
11603 (print_actions): Adjust.
11604 * src/files.h: Remove extern declaration.
11605 * src/files.c: Remove graph_obstack declaration.
11606 (open_files): Remove graph_obstack initialization.
11607 (output_files): Remove graph_obstack saving.
11608
11609 2001-09-24 Marc Autret <autret_m@epita.fr>
11610
11611 * src/files.c (compute_output_file_names): Fix.
11612
11613 2001-09-24 Marc Autret <autret_m@epita.fr>,
11614 Akim Demaille <akim@epita.fr>
11615
11616 * src/reader.c (reader): Remove call to free_symtab ().
11617 * src/main.c (main): Call it here.
11618 Include symtab.h.
11619 * src/conflicts.c (initialize_conflicts): Rename as...
11620 (solve_conflicts): this.
11621 * src/print.c (print_core, print_actions, print_state)
11622 (print_grammar): Dump to a file instead a `output_obstack'.
11623 (print_results): Dump `output_obstack', and then proceed with the
11624 FILE *.
11625 * src/files.c (compute_output_file_names, close_files): New.
11626 (output_files): Adjust.
11627 * src/main.c (main): Adjust.
11628
11629 2001-09-23 Marc Autret <autret_m@epita.fr>
11630
11631 * src/files.c (compute_header_macro): Computes header macro name
11632 from spec_defines_file when given.
11633
11634 2001-09-23 Marc Autret <autret_m@epita.fr>
11635
11636 * src/files.c (output_files): Add default extensions.
11637
11638 2001-09-22 Akim Demaille <akim@epita.fr>
11639
11640 * src/conflicts.c (finalize_conflicts): Rename as...
11641 (free_conflicts): this.
11642
11643 2001-09-22 Akim Demaille <akim@epita.fr>
11644
11645 * src/gram.c (gram_free): Rename back as...
11646 (dummy): this.
11647 (output_token_translations): Free `token_translations'.
11648 * src/symtab.c (free_symtab): Free the tag field.
11649
11650 2001-09-22 Akim Demaille <akim@epita.fr>
11651
11652 Remove `translations' as it is always set to true.
11653
11654 * src/gram.h: Adjust.
11655 * src/reader.c (packsymbols, parse_token_decl): Adjust
11656 * src/print.c (print_grammar): Adjust.
11657 * src/output.c (output_token_translations): Adjust.
11658 * src/lex.c (lex): Adjust.
11659 * src/gram.c: Be sure the set pointers to NULL.
11660 (dummy): Rename as...
11661 (gram_free): this.
11662
11663 2001-09-22 Akim Demaille <akim@epita.fr>
11664
11665 * configure.in: Invoke AM_LIB_DMALLOC.
11666 * src/system.h: Use dmalloc.
11667 * src/LR0.c: Be sure to have pointers initialized to NULL.
11668 (allocate_itemsets): Allocate kernel_items only if needed.
11669
11670 2001-09-22 Akim Demaille <akim@epita.fr>
11671
11672 * configure.in: Bump to 1.29b.
11673 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
11674 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
11675 need xmalloc.c in calc.y.
11676 From Pascal Bart.
11677
11678 2001-09-21 Akim Demaille <akim@epita.fr>
11679
11680 Version 1.29a.
11681 * Makefile.maint, config/config.guess, config/config.sub,
11682 * config/missing: Update from masters.
11683 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
11684 upon package.m4.
11685 * configure.in (ALL_LINGUAS): Add `tr'.
11686
11687 2001-09-21 Akim Demaille <akim@epita.fr>
11688
11689 * tests/Makefile.am (package.m4): Move to...
11690 ($(srcdir)/$(TESTSUITE)): here.
11691
11692 2001-09-20 Akim Demaille <akim@epita.fr>
11693
11694 * src/complain.c: No longer try to be standalone: use system.h.
11695 Don't assume __STDC__ is defined to 1. Just test if it is defined.
11696 * src/complain.h: Likewise.
11697 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
11698 Remove the unused variable `n'.
11699 From Albert Chin-A-Young.
11700
11701 2001-09-18 Marc Autret <autret_m@epita.fr>
11702
11703 * doc/bison.1: Update.
11704 * doc/bison.texinfo (Bison Options): Update --defines and --graph
11705 descriptions.
11706 (Option Cross Key): Update.
11707 Add --graph.
11708
11709 2001-09-18 Marc Autret <autret_m@epita.fr>
11710
11711 * tests/regression.at: New test (comment in %union).
11712
11713 2001-09-18 Marc Autret <autret_m@epita.fr>
11714
11715 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
11716 do that.
11717 Reported by Keith Browne.
11718
11719 2001-09-18 Marc Autret <autret_m@epita.fr>
11720
11721 * tests/output.at: Add tests for --defines and --graph.
11722
11723 2001-09-18 Marc Autret <autret_m@epita.fr>
11724
11725 * tests/output.at: Removes tests of %{header,src}_extension features.
11726
11727 2001-09-18 Akim Demaille <akim@epita.fr>
11728
11729 * tests/Makefile.am (package.m4): New.
11730 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
11731 (_AT_CHECK_CALC_ERROR): Likewise.
11732 Factor the `, ' part of verbose error messages.
11733
11734 2001-09-18 Marc Autret <autret_m@epita.fr>
11735
11736 * src/getargs.c (longopts): Declare --defines and --graph as options
11737 with optional arguments.
11738 * src/files.h: Add extern declarations.
11739 * src/files.c (spec_graph_file, spec_defines_file): New.
11740 (output_files): Update.
11741 Remove CPP-outed code.
11742
11743 2001-09-18 Marc Autret <autret_m@epita.fr>
11744
11745 Turn off %{source,header}_extension feature.
11746
11747 * src/files.c (compute_exts_from_gf): Update.
11748 (compute_exts_from_src): Update.
11749 (output_files): CPP-out useless code.
11750 * src/files.h: Remove {header,source}_extension extern declarations.
11751 * src/reader.c (parse_dquoted_param): CPP-out.
11752 (parse_header_extension_decl): Remove.
11753 (parse_source_extension_decl): Remove.
11754 (read_declarations): Remove cases tok_{hdrext,srcext}.
11755 * src/lex.c (percent_table): Remove {header,source}_extension entries.
11756 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
11757
11758 2001-09-10 Akim Demaille <akim@epita.fr>
11759
11760 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
11761 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
11762 (AT_CHECK_OUTPUT): this.
11763 Merely check ls' exit status, its output is useless.
11764
11765 2001-09-10 Akim Demaille <akim@epita.fr>
11766
11767 * tests/calc.at: Use m4_match.
11768 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
11769
11770 2001-09-10 Marc Autret <autret_m@epita.fr>,
11771 Akim Demaille <akim@epita.fr>
11772
11773 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
11774 enum color_e.
11775 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
11776 to `normal'.
11777 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
11778 * src/lex.h: Adjust prototype.
11779 (token_t): Add `tok_undef'.
11780 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
11781 (parse_percent_token): Now returns token_t.
11782 Add default statement in switch.
11783 (lex): Separate `c' as an input variable, from the token_t result
11784 part.
11785 (unlexed): Is a token_t.
11786
11787 2001-09-10 Akim Demaille <akim@epita.fr>
11788
11789 * configure.in: Bump to 1.29a.
11790
11791 2001-09-07 Akim Demaille <akim@epita.fr>
11792
11793 Version 1.29.
11794
11795 2001-08-30 Akim Demaille <akim@epita.fr>
11796
11797 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
11798 * m4/atconfig.m4: Remove.
11799 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
11800 * tests/bison: New.
11801 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
11802 m4_if, m4_patsubst, and m4_regexp.
11803 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
11804 `input' file instead of echo.
11805
11806 2001-08-29 Akim Demaille <akim@epita.fr>
11807
11808 Bump to 1.28e.
11809
11810 2001-08-29 Akim Demaille <akim@epita.fr>
11811
11812 Version 1.28d.
11813
11814 2001-08-29 Paul Eggert <eggert@twinsun.com>
11815
11816 * src/bison.simple (yyparse): Don't take the address of an
11817 item before the start of an array, as that doesn't conform to
11818 the C Standard.
11819
11820 2001-08-29 Robert Anisko <anisko_r@epita.fr>
11821
11822 * doc/bison.texinfo (Location Tracking Calc): New node.
11823
11824 2001-08-29 Paul Eggert <eggert@twinsun.com>
11825
11826 * src/output.c (output): Do not define const, as this now
11827 causes more problems than it cures.
11828
11829 2001-08-29 Akim Demaille <akim@epita.fr>
11830
11831 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
11832 the nodes.
11833 Be sure to tag the `detailmenu'.
11834
11835 2001-08-29 Akim Demaille <akim@epita.fr>
11836
11837 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
11838 download in a tmp dir.
11839
11840 2001-08-28 Marc Autret <autret_m@epita.fr>
11841
11842 * config/depcomp: New file.
11843
11844 2001-08-28 Marc Autret <autret_m@epita.fr>
11845
11846 * doc/bison.1 (mandoc): Adjust.
11847 From Juan Manuel Guerrero.
11848
11849 2001-08-28 Marc Autret <autret_m@epita.fr>
11850
11851 * src/print_graph.c (print_state): Fix.
11852
11853 2001-08-27 Marc Autret <autret_m@epita.fr>
11854
11855 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
11856 char * members.
11857 Echo modifications to the functions prototypes.
11858 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
11859
11860 2001-08-27 Marc Autret <autret_m@epita.fr>
11861
11862 * src/vcg.c: Include `xalloc.h'.
11863 (add_colorentry): New.
11864 (add_classname): New.
11865 (add_infoname): New.
11866 * src/vcg.h: Add new prototypes.
11867
11868 2001-08-27 Akim Demaille <akim@epita.fr>
11869
11870 * Makefile.maint: Sync. again with CVS Autoconf.
11871
11872 2001-08-27 Akim Demaille <akim@epita.fr>
11873
11874 * Makefile.maint: Formatting changes.
11875 (po-update, cvs-update, update): New targets.
11876 (AMTAR): Remove.
11877
11878 2001-08-27 Akim Demaille <akim@epita.fr>
11879
11880 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
11881 * Makefile.maint: Sync. with CVS Autoconf.
11882
11883 2001-08-27 Marc Autret <autret_m@epita.fr>
11884
11885 * src/vcg.h (struct infoname_s): New.
11886 (struct colorentry_s): New.
11887 (graph_s): New fields {vertical,horizontal}_order in structure.
11888 Add `infoname' field.
11889 Add `colorentry' field;
11890 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
11891 (G_HORIZONTAL_ORDER): New.
11892 (G_INFONAME): New.
11893 (G_COLORENTRY): New.
11894 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
11895 Add output of `infoname'.
11896 Add output of `colorentry'.
11897
11898 2001-08-27 Marc Autret <autret_m@epita.fr>
11899
11900 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
11901 This one shadowed a global parameter.
11902
11903 2001-08-24 Marc Autret <autret_m@epita.fr>
11904
11905 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
11906 instead of `unsigned'.
11907 (print_state): Do not call obstack_object_size () in obstack_grow ()
11908 to avoid macro variables shadowing.
11909
11910 2001-08-23 Marc Autret <autret_m@epita.fr>
11911
11912 * src/lex.c (percent_table): Typo: s/naem/name/.
11913 Add graph option.
11914 Normalize new options declarations.
11915
11916 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
11917
11918 * tests/suite.at: Exercise %header_extension and %source_extension.
11919
11920 2001-08-16 Marc Autret <autret_m@epita.fr>
11921
11922 * src/reader.c (parse_dquoted_param): New.
11923 (parse_header_extension_decl): Use it.
11924 (parse_source_extension_decl): Likewise.
11925
11926 2001-08-16 Marc Autret <autret_m@epita.fr>
11927
11928 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
11929 (get_xxxx_str): Use assert () instead of complain ().
11930 Remove return invokations in default cases.
11931 (get_decision_str): Modify default behaviour. Remove second argument.
11932 Echo modifications on calls.
11933 (output_graph): Fix.
11934
11935 2001-08-16 Marc Autret <autret_m@epita.fr>
11936
11937 * src/getargs.c (usage): Update with ``-g, --graph''.
11938
11939 2001-08-16 Marc Autret <autret_m@epita.fr>
11940
11941 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
11942 (Option Cross Key): Likewise.
11943 * doc/bison.1: Update.
11944
1c8c2190
PB
119452001-09-25 Pascal Bart <pascal.bart@epita.fr>
11946
11947 * src/output.c (output_master_parser): Don't finish action_obstack.
11948 (output_parser): Don't care about the muscle action, here.
11949 (prepare): Copy the action_obstack in the action muscle.
11950 (output): Free action_obstack.
11951
180d45ba
PB
119522001-09-23 Pascal Bart <pascal.bart@epita.fr>
11953
11954 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
11955 will contain `%union' declaration.
11956 (parse_union_decl): Delete #line directive output.
11957 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
11958 informations about %union.
11959 (parse_union_decl): Copy the union_obstack in the muscle stype.
11960 * src/bison.simple: Add new #line directive.
11961 Add typdef %%stype YYSTYPE.
11962
c51d1a19
PB
119632001-09-23 Pascal Bart <pascal.bart@epita.fr>
11964
11965 * src/bison.simple: Add new `#line' directive.
11966
6f9344da
PB
119672001-09-22 Pascal Bart <pascal.bart@epita.fr>
11968
11969 * src/bison.simple: New `#line' directive.
11970 * src/output.c (output_parser): Support new dynamic muscle input_line.
11971
652def80
MA
119722001-09-22 Marc Autret <autret_m@epita.fr>
11973
11974 * src/output.c (output_master_parser): New.
11975 (output_parser): Be more re-entrant.
11976
25b222fa
MA
119772001-09-21 Marc Autret <autret_m@epita.fr>
11978
11979 * src/reader.c (copy_definition, parse_union_decl): Update and use
11980 `linef' muscle.
11981 (copy_action): Likewise.
11982 Use obstack_1grow ().
11983 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
11984
6bc35ae5
MA
119852001-09-21 Marc Autret <autret_m@epita.fr>
11986
11987 * src/options.c (option_table): Adjust.
11988 * src/lex.c (parse_percent_token): Fix.
11989
c0629aa1
PB
119902001-09-20 Pascal Bart <pascal.bart@epita.fr>
11991
11992 * src/options.c (symtab.h): Include it, need by lex.h.
342b8b6e 11993
82b6d266
PB
119942001-09-20 Pascal Bart <pascal.bart@epita.fr>
11995
11996 * src/lex.c (parse_percent_token): Change type of variable `tx', which
11997 is now an option_table_struct*.
11998 (option_strcmp): New function option_strcmp.
11999 (parse_percent_token): Call option_strcmp.
12000 * src/getargs.c (xalloc.h, options.h): Include it.
12001 (getargs): Call create_long_option_table.
12002 (getargs): Free longopts at the end of the function.
12003 (shortopts): Move in options.c.
12004 * src/options.c (create_long_option_table): New function. Convert
12005 information from option_table to option structure.
12006 * src/reader.c (options.h): Include it.
12007
12008 * src/Makefile.am: Adjust.
12009 * src/options.c (option_table): Create from longopts and percent_table.
12010 * src/getargs.c (longopts): Delete.
12011 * src/lex.c (struct percent_table_struct): Delete.
12012 (percent_table): Delete.
12013 (options.h): Include it.
12014 * src/options.c: Create.
12015 * src/options.h: Create.
12016 Declare enum opt_access_e.
12017 Define struct option_table_struct.
12018
75f5aaea
MA
120192001-09-20 Marc Autret <autret_m@epita.fr>
12020
12021 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
12022 sections of Bison.
12023
f508cb0a
PB
120242001-09-19 Pascal Bart <pascal.bart@epita.fr>
12025
12026 * src/bison.simple: s/%%filename/%%skeleton.
12027 * src/muscle_tab.c (getargs.h): Include it.
12028 (muscle_init): Insert new muscle skeleton.
12029
13105fc1
PB
120302001-09-18 Pascal Bart <pascal.bart@epita.fr>
12031
12032 * src/output.c (output_parser): Delete unused variable actions_dumped.
12033
b0c4483e
PB
120342001-09-07 Pascal Bart <pascal.bart@epita.fr>
12035
12036 * src/output.c (output): Delete call to reader_output_yylsp.
12037 * src/reader.c (reader): Likewise.
ba0fe3c7 12038 * src/reader.h: Delete declaration of reader_output_yylsp.
342b8b6e 12039
11d82f03
MA
120402001-09-02 Marc Autret <autret_m@epita.fr>
12041
12042 * src/reader.c: Include muscle_tab.h.
12043 (parse_union_decl): Update.
12044 (parse_macro_decl): Rename parse_muscle_decl.
12045 Update to use renamed functions and variable.
12046 (read_declarations, copy_action, read_additionnal_code, : Updated
12047 with correct variables and functions names.
12048 (packsymbols, reader): Likewise.
342b8b6e 12049
11d82f03 12050 * src/reader.h (muscle_obstack): Extern declaration update.
342b8b6e 12051
11d82f03
MA
12052 * src/output.c: Include muscle_tab.h
12053 In all functions using macro_insert, change by using muscle_insert ().
12054 (macro_obstack): Rename muscle_obstack.
12055 Echo modifications in the whole file.
12056 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
12057 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
12058 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
12059
12060 * src/muscle_tab.h: Update double inclusion macros.
12061 (macro_entry_s): Rename muscle_entry_s.
12062 Update prototypes.
342b8b6e 12063
11d82f03
MA
12064 * src/muscle_tab.c: Include muscle_tab.h.
12065 Rename macro_tabble to muscle_table.
12066 (mhash1, mhash2, mcmp): Use muscle_entry.
12067 (macro_init): Rename muscle_init. Update.
12068 (macro_insert): Rename muscle_insert. Update.
12069 (macro_find): Rename muscle_find. Update.
12070
12071 * src/main.c: Include muscle_tab.h.
12072 (main): Call muscle_init ().
12073 * src/Makefile.am (bison_SOURCES): Echo modifications.
12074
93a37297
MA
120752001-09-02 Marc Autret <autret_m@epita.fr>
12076
f753cd62 12077 Now the files macro_tab.[ch] are named muscle_tab.[ch].
342b8b6e 12078
f753cd62
MA
12079 * src/muscle_tab.c, src/muscle_tab.h: Add files.
12080
120812001-09-02 Marc Autret <autret_m@epita.fr>
12082
12083 * src/macrotab.c, src/macrotab.h: Remove.
93a37297 12084
682d48cd
PB
120852001-09-01 Pascal Bart <pascal.bart@epita.fr>
12086
342b8b6e 12087 * src/reader.c (copy_guard): Use muscle to specify the `#line'
682d48cd
PB
12088 filename.
12089
087c8fda
MA
120902001-09-01 Marc Autret <autret_m@epita.fr>
12091
12092 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
12093 to an explicit value to activate the feature. We do it here.
12094
dda680cb
PB
120952001-08-31 Pascal Bart <pascal.bart@epita.fr>
12096
12097 * src/output.c (prepare): Delete the `filename' muscule insertion.
12098 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
12099 (parse_union_decl): Likewise.
12100 * src/macrotab.c (macro_init): Initialize filename by infile.
12101
9e644e64
MA
121022001-08-31 Marc Autret <autret_m@epita.fr>
12103
12104 * src/bison.simple (YYLSP_NEEDED): New definition.
12105 * src/output.c (prepare): Add macro insertion of `locations_flag'
12106
17da6427
PB
121072001-08-31 Pascal Bart <pascal.bart@epita.fr>
12108
12109 * src/output.c (prepare): Delete insertion of previous muscles,
12110 and insert the `prefix' muscles.
12111 * src/macrotab.c (macro_init): Likewise.
12112 (macro_init): Initialization prefix directive by `yy'.
342b8b6e 12113 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17da6427
PB
12114 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
12115 yylval, yydebug, yyerror, yynerrs and yyparse.
342b8b6e 12116 New directive `#define' to substitute yydebug, ... with option
17da6427
PB
12117 name_prefix.
12118
e8cb70b9
PB
121192001-08-31 Pascal Bart <pascal.bart@epita.fr>
12120
12121 * src/main.c (main): Standardize.
12122 * src/output.c (output_table_data, output_parser): Likewise.
12123 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
12124
63c2d5de
MA
121252001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
12126
342b8b6e 12127 * src/reader.c (read_additionnal_code): Rename %%user_code to
63c2d5de
MA
12128 %%epilogue.
12129 * src/output.c (output): Rename %%declarations to %%prologue.
12130 * src/bison.simple: Echo modifications.
342b8b6e 12131
d8cb5183
MA
121322001-08-31 Marc Autret <autret_m@epita.fr>
12133
12134 * src/reader.c (readgram): CleanUp.
12135 (output_token_defines): Likewise.
12136 (packsymbols): Likewise.
12137 (reader): Likewise.
12138 * src/output.c (output): CPP-out useless code.
12139
6c686258
PB
121402001-08-31 Pascal Bart <pascal.bart@epita.fr>
12141
342b8b6e 12142 * src/reader.c (reader): Delete obsolete call to function
6c686258
PB
12143 output_trailers and output_headers.
12144 * src/output.h: Remove obsolete functions prototypes of output_headers
12145 and output_trailers.
12146
8f451ef7
PB
121472001-08-30 Pascal Bart <pascal.bart@epita.fr>
12148
12149 * src/main.c: Include macrotab.h.
342b8b6e 12150 * src/macrotab.h (macro_entry_s): Constify fields.
8f451ef7
PB
12151 Adjust functions prototypes.
12152 * src/macrotab.c (macro_insert): Constify key and value.
12153 (macro_find): Constify key.
12154 (macro_insert): Include 'xalloc.h'
12155 (macro_insert): Use XMALLOC.
12156 (macro_find): Constify return value.
12157 * src/output.c (output_table_data): Rename table to table_data.
12158 (output_parser): Constify macro_key, macro_value.
12159
997b6fd0 121602001-08-30 Marc Autret <autret_m@epita.fr>
2ba3b73c
MA
12161
12162 * src/reader.c (parse_skel_decl): New.
342b8b6e 12163 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
2ba3b73c
MA
12164 * src/lex.h (token_t): New token `tok_skel'.
12165 * src/lex.c (percent_table): Add skeleton option entry.
12166 Standardize.
12167
ff48177d
MA
121682001-08-29 Marc Autret <autret_m@epita.fr>
12169
12170 * src/bison.simple: Add %%user_code directive at the end.
12171 * src/reader.c (read_additionnal_code): New.
12172 (reader): Use it.
12173 * src/output.c (output_program): Remove.
12174 (output): Update.
12175
b33160bf
MA
121762001-08-28 Marc Autret <autret_m@epita.fr>
12177
12178 * src/output.c (output_actions): Clean up.
4e5caae2 12179 (output_gram): CPP-out useless code.
b33160bf
MA
12180 * src/reader.c (reader): Clean up, CPP-out useless code.
12181
d1a2daf7
PB
121822001-08-28 Pascal Bart <pascal.bart@epita.fr>
12183
342b8b6e 12184 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
535c0e75 12185 directive.
d1a2daf7
PB
12186 * src/bison.simple: Add `%%definitions'.
12187
2b763dfe
MA
121882001-08-28 Marc Autret <autret_m@epita.fr>
12189
12190 * config/depcomp: New file.
12191
f1a87ef6
PE
121922001-08-27 Paul Eggert <eggert@twinsun.com>
12193
12194 * src/bison.simple (yyparse): Don't take the address of an
12195 item before the start of an array, as that doesn't conform to
12196 the C Standard.
12197
82e236e2
RA
121982001-08-27 Robert Anisko <robert.anisko@epita.fr>
12199
f1a87ef6 12200 * src/output.c (output): Remove the initialization of the macro
82e236e2
RA
12201 obstack. It was done too late here.
12202
12203 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
12204 completely wrong.
12205 (reader): Initialize the macro obstack here, since we need it to grow
12206 '%define' directives.
12207
12208 * src/reader.h: Declare the macro obstack as extern.
12209
b0cfa28a
RA
122102001-08-27 Robert Anisko <robert.anisko@epita.fr>
12211
12212 * src/output.c (output_parser): Fix. Store single '%' characters in
12213 the output obstack instead of throwing them away.
12214
6fc74234
AD
122152001-08-27 Akim Demaille <akim@epita.fr>
12216
12217 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
12218
9c76d118
RA
122192001-08-25 Robert Anisko <robert.anisko@epita.fr>
12220
12221 * lib/Makefile.am: Adjust.
12222
a8289c62
RA
122232001-08-25 Robert Anisko <robert.anisko@epita.fr>
12224
12225 * src/bison.simple: Update and add '%%' directives.
12226
b6610515
RA
122272001-08-25 Robert Anisko <robert.anisko@epita.fr>
12228
12229 * src/reader.c (reader): Remove calls to 'output_headers' and
12230 'output_trailers'. Remove some C output.
12231 (readgram): Disable a piece of code that was writing a default
12232 definition for 'YYSTYPE'.
12233 (reader_output_yylsp): Remove.
12234 (packsymbols): Output token defintions to a macro.
12235 (copy_definition): Disable C output.
6fc74234 12236
b6610515
RA
12237 * src/reader.c (parse_macro_decl): New function used to parse macro
12238 declarations.
12239 (copy_string2): Put the body of copy_string into this new function.
12240 Add a parameter to let the caller choose whether he wants to copy the
12241 string delimiters or not.
12242 (copy_string): Be a simple call to copy_string2 with the last argument
12243 bound to true.
12244 (read_declarations): Add case for macro definition.
12245 (copy_identifier): New.
6fc74234 12246 (parse_macro_decl): Read macro identifiers using copy_identifier
b6610515
RA
12247 rather than lex.
12248
26f609ff
RA
122492001-08-25 Robert Anisko <robert.anisko@epita.fr>
12250
12251 * src/output.c (prepare): Add prefixed names.
12252 (output_parser): Output semantic actions.
12253 (output_parser): Fix bug on '%%line' directives.
6fc74234 12254
26f609ff
RA
12255 * src/output.c (output_headers): Remove. The C code printed by this
12256 function should now be in the skeletons.
12257 (output_trailers): Remove.
12258 (output): Disable call to 'reader_output_yylsp'.
12259 (output_rule_data): Do not output tables to the table obstack.
12260
12261 * src/output.c: Remove some C dedicated output.
12262 Improve the use of macro and output obstacks.
12263 (output_defines): Remove.
6fc74234 12264
26f609ff
RA
12265 * src/output.c (output_token_translations): Associate 'translate'
12266 table with a macro. No output to the table obstack.
12267 (output_gram): Same for 'rhs' and 'prhs'.
12268 (output_stos): Same for 'stos'.
12269 (output_rule_data): Same for 'r1' and 'r2'.
12270 (token_actions): Same for 'defact'.
12271 (goto_actions): Same for 'defgoto'.
12272 (output_base): Same for 'pact' and 'pgoto'.
12273 (output_table): Same for 'table'.
12274 (output_check): Same for 'check'.
6fc74234 12275
26f609ff
RA
12276 * src/output.c (output_table_data): New function.
12277 (output_short_table): Remove.
12278 (output_short_or_char_table): Remove.
6fc74234 12279
26f609ff
RA
12280 * src/output.c (output_parser): Replace most of the skeleton copy code
12281 with something new. Skeletons are now processed character by character
12282 rather than line by line, and Bison looks for '%%' macros. This is the
12283 first step in making Bison's output process (a lot) more flexible.
12284 (output_parser): Use the macro table.
12285
6f43b113
RA
122862001-08-25 Robert Anisko <robert.anisko@epita.fr>
12287
12288 * src/main.c (main): Initialize the macro table.
12289
dd3127cf
RA
122902001-08-25 Robert Anisko <robert.anisko@epita.fr>
12291
12292 * src/lex.c (percent_table): Add tok_define.
12293 * src/lex.h: Add tok_define.
12294
aa321494
RA
122952001-08-25 Robert Anisko <robert.anisko@epita.fr>
12296
12297 * src/macrotab.c: New file.
12298 * src/macrotab.h: New file.
12299 * src/Makefile.am: Update.
12300
68bd3b6b
RA
123012001-08-25 Robert Anisko <robert.anisko@epita.fr>
12302
12303 * lib/hash.c: New file.
12304 * lib/hash.h: New file.
12305 * lib/Makefile.am: Update.
12306
45f8dd1e
AD
123072001-08-15 Akim Demaille <akim@epita.fr>
12308
12309 Version 1.28c.
12310
40a64a7a 123112001-08-15 Marc Autret <autret_m@epita.fr>
0b8afb77
AD
12312
12313 * src/reader.c (readgram): Indent output macro YYSTYPE.
12314 (packsymbols): Likewise.
12315 (output_token_defines): Likewise.
12316 * src/files.c: Standardize.
12317 (compute_header_macro): New.
12318 (defines_obstack_save): New. Use compute_header_macro.
12319 (output_files): Update. Use defines_obstack_save.
12320
f9a8293a
AD
123212001-08-15 Akim Demaille <akim@epita.fr>
12322
12323 * doc/bison.texinfo (Table of Symbols): Document
12324 YYSTACK_USE_ALLOCA.
12325
150ca7a7
AD
123262001-08-15 Akim Demaille <akim@epita.fr>
12327
12328 * missing: Update from CVS Automake.
12329 * config/config.guess, config/config.sub, config/texinfo.tex:
12330 Update from gnu.org.
12331
69b5cec4
AD
123322001-08-15 Akim Demaille <akim@epita.fr>
12333
12334 * Makefile.maint: Sync with CVS Autoconf.
12335
f2b5126e
PB
123362001-08-14 Pascal Bart <pascal.bart@epita.fr>
12337
69b5cec4 12338 * doc/bison.texinfo: Include GNU Free Documentation License from
f2b5126e
PB
12339 `fdl.texi'.
12340 * doc/fdl.texi: Add to package.
12341
4ecbf796
MA
123422001-08-14 Marc Autret <autret_m@epita.fr>
12343
12344 Turn on %{source,header}_extension features.
12345
69b5cec4 12346 * src/lex.c (percent_table): Un-CPP out header_extension and
4ecbf796
MA
12347 source_extension.
12348 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
69b5cec4 12349 (compute_exts_from_src): Remove conditions. It restores priorities
4ecbf796
MA
12350 between options.
12351
95fb5662
MA
123522001-08-14 Marc Autret <autret_m@epita.fr>
12353
12354 * src/files.c (compute_base_names): Add extensions computing when
12355 `--file-prefix' used.
12356 Standardize function calls.
12357
78d09da9
MA
123582001-08-13 Marc Autret <autret_m@epita.fr>
12359
69b5cec4 12360 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
78d09da9
MA
12361 defining it (defined but null disables alloca).
12362
5a009f2c
MA
123632001-08-13 Marc Autret <autret_m@epita.fr>
12364
12365 * src/bison.simple (_yy_memcpy): CPP reformat.
12366
1e41465a
PB
123672001-08-13 Pascal Bart <pascal.bart@epita.fr>
12368
12369 * tests/atconfig.in (CPPFLAGS): Fix.
12370
c67a198d
PB
123712001-08-10 Pascal Bart <pascal.bart@epita.fr>
12372
79282c6c 12373 * doc/bison.texinfo: Include GNU General Public License from
c67a198d
PB
12374 `gpl.texi'.
12375 * doc/gpl.texi: Add to package.
12376
09a6de7e
MA
123772001-08-10 Marc Autret <autret_m@epita.fr>
12378
12379 * src/print_graph.h: Fix.
12380 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
12381
b77b9ee0
AD
123822001-08-10 Akim Demaille <akim@epita.fr>
12383
12384 * src/system.h: Provide default declarations for stpcpy, strndup,
12385 and strnlen.
12386
3e259915
MA
123872001-08-10 Robert Anisko <anisko_r@epita.fr>
12388
12389 * doc/bison.texinfo (Locations): Update @$ stuff.
12390
ca96bc2d
MA
123912001-08-09 Robert Anisko <anisko_r@epita.fr>
12392
12393 * src/bison.simple (YYLLOC_DEFAULT): Update.
12394 (yyparse): Adjust.
12395
fdc6758b
MA
123962001-08-08 Marc Autret <autret_m@epita.fr>
12397
b77b9ee0 12398 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
fdc6758b
MA
12399 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
12400 Reported by Fabrice Bauzac.
957d4dbf 12401
600cad3b
MA
124022001-08-08 Marc Autret <autret_m@epita.fr>
12403
12404 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
12405 * src/vcg.c (output_node): Fix.
12406 * src/vcg.h: Cleanup.
12407 * src/print_graph.c: Add comments.
b77b9ee0 12408 (node_output_size): New global variable. Simplify the formatting of
600cad3b 12409 the VCG graph output.
b77b9ee0 12410 (print_actions): Unused code is now used. It notifies the final state
600cad3b 12411 and no action states in the VCG graph. It also give the reduce actions.
b77b9ee0 12412 The `shift and goto' edges are red and the `go to state' edges are
600cad3b
MA
12413 blue.
12414 Get the current node name and node_obstack by argument.
12415 (node_obstack): New variable.
12416 (print_state): Manage node_obstack.
12417 (print_core): Use node_obstack given by argument.
12418 A node is not only computed here but in print_actions also.
12419 (print_graph): CPP out useless code instead of commenting it.
12420
976e528f
AD
124212001-08-07 Pascal Bart <pascal.bart@epita.fr>
12422
12423 * tests/atconfig.in (CPPFLAGS): Fix.
12424
20e8e5ca
AD
124252001-08-07 Akim Demaille <akim@epita.fr>
12426
12427 * src/print_graph.c (quote): New.
12428 (print_core): Use it.
12429
957d4dbf 124302001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
3e3da797 12431
3e3da797
AD
12432 * src/vcg.c (complain.h): Include it.
12433 Unepitaize `return' invocations.
c4b66126 12434 [NDEBUG] (main): Remove.
79282c6c 12435 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
c4b66126
AD
12436 * src/files.c (open_files): Initialize graph_obstack.
12437 * src/print_graph.c (print_actions): CPP out useless code.
12438 (print_core): Don't output the last `\n' in labels.
12439 Use `quote'.
12440 * src/files.c (output_files): Output the VCG file.
12441 * src/main.c (main): Invoke print_graph ();
3e3da797 12442
957d4dbf 124432001-08-06 Marc Autret <autret_m@epita.fr>
22c2cbc0
AD
12444
12445 Automaton VCG graph output.
12446 Using option ``-g'' or long option ``--graph'', you can generate
12447 a gram_filename.vcg file containing a VCG description of the LALR (1)
12448 automaton of your grammar.
12449
12450 * src/main.c: Call to print_graph() function.
12451 * src/getargs.h: Update.
12452 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
12453 (graph_flag): New flag.
12454 (longopts): Update.
12455 (getargs): Add case `g'.
12456 * src/files.c (graph_obstack): New obstack struct.
12457 (open_files): Initialize new obstack.
12458 (output_files): Saves graph_obstack if required.
12459 * src/files.h (graph_obstack): New extern declaration.
12460 * src/Makefile.am: Add new source files.
12461
927c1557 124622001-08-06 Marc Autret <autret_m@epita.fr>
ce4d5ce0
AD
12463
12464 * src/print_graph.c, src/print_graph.h (graph): New.
12465 * src/vcg.h: New file.
12466 * src/vcg.c: New file, VCG graph handling.
12467
7333d403
AD
124682001-08-06 Marc Autret <autret_m@epita.fr>
12469
12470 Add of %source_extension and %header_extension which specify
12471 the source or/and the header output file extension.
12472
12473 * src/files.c (compute_base_names): Remove initialisation of
12474 src_extension and header_extension.
12475 (compute_exts_from_gf): Update.
12476 (compute_exts_from_src): Update.
12477 (output_files): Update.
12478 * src/reader.c (parse_header_extension_decl): New.
12479 (parse_source_extension_decl): New.
12480 (read_declarations): New case statements for the new tokens.
12481 * src/lex.c (percent_table): Add entries for %source_extension
12482 and %header_extension.
12483 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
12484
84163231
AD
124852001-08-06 Marc Autret <autret_m@epita.fr>
12486
12487 * configure.in: Bump to 1.28c.
12488 * doc/bison.texinfo: Texinfo thingies.
12489
8303fc42
AD
124902001-08-04 Pascal Bart <pascal.bart@epita.fr>
12491
12492 * tests/atconfig.in (CPPFLAGS): Add.
12493 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
12494
70a84437
AD
124952001-08-03 Akim Demaille <akim@epita.fr>
12496
12497 Version 1.28b.
12498
2ce10144
AD
124992001-08-03 Akim Demaille <akim@epita.fr>
12500
12501 * tests/Makefile.am (check-local): Ship testsuite.
12502 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
12503 Include `string.h'.
12504
1e3e4bc1
AD
125052001-08-03 Akim Demaille <akim@epita.fr>
12506
12507 * configure.in: Try using -Wformat when compiling.
12508
42b45b7f
AD
125092001-08-03 Akim Demaille <akim@epita.fr>
12510
12511 * configure.in: Bump to 1.28b.
12512
8f13fe33
AD
125132001-08-03 Akim Demaille <akim@epita.fr>
12514
12515 * src/complain.c: Adjust strerror_r portability issues.
12516
b37ba92c
AD
125172001-08-03 Akim Demaille <akim@epita.fr>
12518
12519 Version 1.28a.
12520
b0ce6046
AD
125212001-08-03 Akim Demaille <akim@epita.fr>
12522
12523 * src/getargs.c, src/getarg.h (skeleton)): Constify.
12524 * src/lex.c (literalchar): Avoid name clashes on `buf'.
12525 * src/getargs.c: Include complain.h.
12526 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
12527 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
12528
d01c415b
AD
125292001-08-03 Akim Demaille <akim@epita.fr>
12530
12531 * src/reader.c (readgram): Display hidden chars in error messages.
12532
459dd1a6
AD
125332001-08-03 Akim Demaille <akim@epita.fr>
12534
12535 Update to gettext 0.10.39.
12536
53b74c0c
AD
125372001-08-03 Akim Demaille <akim@epita.fr>
12538
12539 * lib/strspn.c: New.
12540
234a3be3
AD
125412001-08-01 Marc Autret <autret_m@epita.fr>
12542
12543 * doc/bison.texinfo: Update.
12544 * doc/bison.1 (mandoc): Update.
12545 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
12546 * src/files.c: Support output files extensions computing.
12547 (src_extension): New static variable.
12548 (header_extension): New static variable.
12549 (tr): New function.
12550 (get_extension_index): New function, gets the index of an extension
12551 filename in a string.
12552 (compute_exts_from_gf): New function, computes extensions from the
12553 grammar file extension.
12554 (compute_exts_from_src): New functions, computes extensions from the
12555 C source file extension, file given by ``-o'' option.
12556 (compute_base_names): Update.
12557 (output_files): Update.
12558
847bf1f5
AD
125592001-08-01 Robert Anisko <anisko_r@epita.fr>
12560
d995fee7 12561 * doc/bison.texi: Document @$.
847bf1f5
AD
12562 (Locations): New section.
12563
d074a105
AD
125642001-07-18 Akim Demaille <akim@epita.fr>
12565
12566 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
12567 * config/prev-version.txt, config/move-if-change: New.
12568 * Makefile.am: Adjust.
12569
3419715d
AD
125702001-07-08 Pascal Bart <pascal.bart@epita.fr>
12571
12572 * src/bison.simple (yyparse): Suppress warning `comparaison
12573 between signed and unsigned'.
12574
62ab6972
AD
125752001-07-05 Pascal Bart <pascal.bart@epita.fr>
12576
12577 * src/getargs.h (raw_flag): Remove.
12578 * src/getargs.c: Die on `-r'/`--raw'.
12579 * src/lex.c (parse_percent_token): Die on `%raw'.
12580 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
12581 * tests/calc.at: Suppress test with option `--raw'.
12582
1e24cc5b
AD
125832001-07-14 Akim Demaille <akim@epita.fr>
12584
12585 * config/: New.
12586 * configure.in: Require Autoconf 2.50.
12587 Update to gettext 0.10.38.
12588
32dfccf8
AD
125892001-03-16 Akim Demaille <akim@epita.fr>
12590
12591 * doc/bison.texinfo: ANSIfy the examples.
12592
cd5bd6ac
AD
125932001-03-16 Akim Demaille <akim@epita.fr>
12594
12595 * getargs.c (skeleton): New variable.
12596 (longopts): --skeleton is a new option.
12597 (shortopts, getargs): -S is a new option.
12598 * getargs.h: Declare skeleton.
12599 * output.c (output_parser): Use it.
12600
5141b016
AD
126012001-03-16 Akim Demaille <akim@epita.fr>
12602
12603 * m4/strerror_r.m4: New.
12604 * m4/error.m4: Run AC_FUNC_STRERROR_R.
12605 * lib/error.h, lib/error.c: Update.
12606
447992b9
AD
126072001-03-16 Akim Demaille <akim@epita.fr>
12608
12609 * src/getargs.c (longopts): Clean up.
12610
274d42ce
AD
126112001-02-21 Akim Demaille <akim@epita.fr>
12612
12613 * src/reader.c (gensym): `gensym_count' is your own.
12614 Use a static buf to create the symbol name, as token_buffer is no
12615 longer a buffer.
12616
22c821f3
AD
126172001-02-08 Akim Demaille <akim@epita.fr>
12618
12619 * src/conflicts.c (conflict_report): Be sure not to append to res
12620 between two calls, which could happen if both first sprintf were
12621 skipped, but not the first cp += strlen.
12622
18569462
AD
126232001-02-08 Akim Demaille <akim@epita.fr>
12624
12625 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
12626 New, from fileutils 4.0.37.
12627 * configure.in: Require Autoconf 2.49c. I took some time before
12628 making this decision. This is the only way out for portability
12629 issues in Bison, it would mean way too much duplicate effort to
12630 import in Bison features implemented in 2.49c since 2.13.
12631 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
12632
0d8f3c8a
AD
126332001-02-02 Akim Demaille <akim@epita.fr>
12634
12635 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
66075dcf 12636 * lib/xalloc.h, lib/xmalloc.c: Update.
0d8f3c8a 12637
f17bcd1f
AD
126382001-01-19 Akim Demaille <akim@epita.fr>
12639
12640 Get rid of the ad hoc handling of token_buffer in the scanner: use
12641 the obstacks.
12642
12643 * src/lex.c (token_obstack): New.
12644 (init_lex): Initialize it. No longer call...
12645 (grow_token_buffer): this. Remove it.
12646 Adjust all the places which used it to use the obstack.
12647
511e79b3
AD
126482001-01-19 Akim Demaille <akim@epita.fr>
12649
12650 * src/lex.h: Rename all the tokens:
12651 s/\bENDFILE\b/tok_eof/g;
12652 s/\bIDENTIFIER\b/tok_identifier/g;
12653 etc.
12654 Let them be enums, not #define, to ease debugging.
12655 Adjust all the code.
12656
0d6508ef
AD
126572001-01-18 Akim Demaille <akim@epita.fr>
12658
12659 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
12660 * src/lex.c (maxtoken, grow_token_buffer): Static.
12661
6deb4447
AD
126622001-01-18 Akim Demaille <akim@epita.fr>
12663
12664 Since we now use obstacks, more % directives can be enabled.
12665
12666 * src/lex.c (percent_table): Also accept `%yacc',
12667 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
12668 `%debug'.
12669 Handle the actions for `%semantic_parser' and `%pure_parser' here,
12670 instead of returning a token.
12671 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
12672 * src/reader.c (read_declarations): Adjust.
12673 * src/files.c (open_files): Don't call `compute_base_names', don't
12674 compute `attrsfile' since they depend upon data which might be
12675 *in* the input file now.
12676 (output_files): Do it here.
12677 * src/output.c (output_headers): Document the fact that this patch
12678 introduces a guaranteed SEGV for semantic parsers.
12679 * doc/bison.texinfo: Document them.
12680 * tests/suite.at: Exercise these %options.
12681
ff4423cc
AD
126822000-12-20 Akim Demaille <akim@epita.fr>
12683
12684 Also handle the output file (--verbose) with obstacks.
12685
12686 * files.c (foutput): Remove.
12687 (output_obstack): New.
12688 Adjust all dependencies.
12689 * src/conflicts.c: Return a string.
12690 * src/system.h (obstack_grow_string): Rename as...
12691 (obstack_sgrow): this. Be ready to work with non literals.
12692 (obstack_fgrow4): New.
12693
956dba3a
AD
126942000-12-20 Akim Demaille <akim@epita.fr>
12695
12696 * src/files.c (open_files): Fix the computation of short_base_name
12697 in the case of `-o foo.tab.c'.
12698
337bab46
AD
126992000-12-20 Akim Demaille <akim@epita.fr>
12700
12701 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
12702 (copy_dollar): Now that everything uses obstacks, get rid of the
12703 FILE * parameters.
12704
5d3214b8
AD
127052000-12-20 Akim Demaille <akim@epita.fr>
12706
12707 * src/files.c (open_files): Actually the `.output' file is based
12708 on the short_base_name, not base_name.
12709 * tests/suite.at (Checking output file names): Adjust.
12710
29092a57
AD
127112000-12-20 Akim Demaille <akim@epita.fr>
12712
12713 * src/bison.s1: Remove, we now use directly...
12714 * src/bison.simple: this.
12715 * src/Makefile.am: Use pkgdata instead of data.
12716
ea5607fd
AD
127172000-12-20 Akim Demaille <akim@epita.fr>
12718
12719 * src/files.c (guard_obstack): New.
12720 (open_files): Initialize it.
12721 (output_files): Dump it...
12722 * src/files.h: Export it.
12723 * src/reader.c (copy_guard): Use it.
12724
27110317
AD
127252000-12-19 Akim Demaille <akim@epita.fr>
12726
12727 * src/files.c (outfile, defsfile, actfile): Removed as global
12728 vars.
12729 (open_files): Don't compute them.
12730 (output_files): Adjust.
12731 (base_name, short_base_name): Be global.
12732 Adjust dependencies.
12733
19c50364
AD
127342000-12-19 Akim Demaille <akim@epita.fr>
12735
12736 * src/files.c (strsuffix): New.
12737 (stringappend): Be just like strcat but allocate.
12738 (base_names): Eve out from open_files.
12739 Try to simplify the rather hairy computation of base_name and
12740 short_base_name.
12741 (open_files): Use it.
12742 * tests/suite.at (Checking output file names): New test.
12743
573c1d9f
AD
127442000-12-19 Akim Demaille <akim@epita.fr>
12745
12746 * src/system.h (obstack_grow_literal_string): Rename as...
12747 (obstack_grow_string): this.
12748 * src/output.c (output_parser): Recognize `%% actions' instead of
12749 `$'.
12750 * src/bison.s1: s/$/%% actions/.
12751 * src/bison.hairy: Likewise.
12752
ef7ddedd
AD
127532000-12-19 Akim Demaille <akim@epita.fr>
12754
12755 * src/output.c (output_parser): Compute the `#line' lines when
12756 there are.
12757 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
12758 Suggested by Hans Aberg.
12759
ff61dabd
AD
127602000-12-19 Akim Demaille <akim@epita.fr>
12761
12762 Let the handling of the skeleton files be local to the procedures
12763 that use it.
12764
12765 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
12766 longer static.
12767 (fparser, open_extra_files): Remove.
12768 (open_files, output_files): Don't take care of fparser.
12769 * src/files.h: Adjust.
12770 * src/output.c (output_parser): Open and close the file to the
12771 skeleton.
12772 * src/reader.c (read_declarations): When %semantic_parser, open
12773 fguard.
12774
55b96341
AD
127752000-12-19 Akim Demaille <akim@epita.fr>
12776
12777 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
12778 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
12779
358c15b7
AD
127802000-12-19 Akim Demaille <akim@epita.fr>
12781
12782 * src/files.c (open_files): Yipee! We no longer need all the code
12783 looking for `/tmp' since we have no tmp file.
12784
7de3329e
AD
127852000-12-19 Akim Demaille <akim@epita.fr>
12786
12787 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
12788 New macros.
12789 * src/files.c (open_files): Less dependency on MSDOS etc.
12790
3abcd459
AD
127912000-12-14 Akim Demaille <akim@epita.fr>
12792
12793 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
12794 Provide a default definition.
12795 Use it when executing the default @ action.
12796 * src/reader.c (reader_output_yylsp): No longer include
12797 `timestamp' and `text' in the default YYLTYPE.
12798
2a91a95e
AD
127992000-12-12 Akim Demaille <akim@epita.fr>
12800
12801 * src/reader.c (copy_definition, parse_union_decl, copy_action)
12802 (copy_guard): Quote the file names.
12803 Reported by Laurent Mascherpa.
12804
14d3eb9b
AD
128052000-12-12 Akim Demaille <akim@epita.fr>
12806
12807 * src/output.c (output_headers, output_program, output): Be sure
12808 to escape special characters when outputting filenames.
12809 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
12810 (output_headers): Don't depend on them, Use ACTSTR.
12811
d7045ec6
AD
128122000-11-17 Akim Demaille <akim@epita.fr>
12813
12814 * lib/obstack.h: Formatting changes.
12815 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
12816 prevents type checking.
12817 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
12818 cast the value to (void *): assigning a `foo *' to a `void *'
12819 variable is valid.
12820 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
12821 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
12822 append characters.
12823
6fd54b73
AD
128242000-11-17 Akim Demaille <akim@epita.fr>
12825
12826 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
12827 as...
12828 (suite.m4, regression.m4, calc.m4): these.
12829 * tests/atgeneral.m4: Update from CVS Autoconf.
12830
4c50eae6
AD
128312000-11-17 Akim Demaille <akim@epita.fr>
12832
12833 * tests/regression.m4 (%union and --defines): New test,
12834 demonstrating a current bug in the obstack implementation.
12835
a35f64ea
AD
128362000-11-17 Akim Demaille <akim@epita.fr>
12837
12838 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
12839 macros.
12840 Use them to declare the variables which are global or local to
12841 `yyparse'.
12842
7de23534
AD
128432000-11-17 Akim Demaille <akim@epita.fr>
12844
12845 * acconfig.h: Remove, no longer used.
12846
aa7815f5
AD
128472000-11-07 Akim Demaille <akim@epita.fr>
12848
12849 * src: s/Copyright (C)/Copyright/g.
12850
5af1f549
AD
128512000-11-07 Akim Demaille <akim@epita.fr>
12852
12853 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
12854 defining.
12855 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
12856
553e2b22
AD
128572000-11-07 Akim Demaille <akim@epita.fr>
12858
12859 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
12860 Merge in a single CPP if/else.
12861
8a4f41d6
AD
128622000-11-07 Akim Demaille <akim@epita.fr>
12863
12864 * src/output.c (output): Remove useless variables.
12865 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
12866 argument `data' for consistency with the prototypes.
12867 Qualify it `const'.
12868 (obstack_copy, obstack_copy0): Rename the second argument as
12869 `address' for consistency. Qualify it `const'.
12870 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
12871 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
12872 `const' their input argument (`data' or `address').
12873 Adjust the corresponding macros to include `const' in casts.
12874
095a3fb5
AD
128752000-11-03 Akim Demaille <akim@epita.fr>
12876
12877 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
12878 s/PFILE1/BISON_HAIRY/.
12879 Adjust dependencies.
12880
d1cdce7c
AD
128812000-11-03 Akim Demaille <akim@epita.fr>
12882
090c5ebf 12883 For some reason, this was not applied.
d1cdce7c
AD
12884
12885 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
12886 `unlink': it's no longer used.
12887
9311529b
AD
128882000-11-03 Akim Demaille <akim@epita.fr>
12889
12890 * src/files.c (skeleton_find): New function, eved out of...
12891 (open_files, open_extra_files): here.
12892
d8880f69
AD
128932000-11-03 Akim Demaille <akim@epita.fr>
12894
12895 Don't use `atexit'.
12896
12897 * src/files.c (obstack_save): New function.
12898 (done): Rename as...
12899 (output_files): this.
12900 Use `obstack_save'.
12901 * src/main.c (main): Don't use `atexit' to register `done', since
12902 it no longer has to remove tmp files, just call `output_files'
12903 when there are no errors.
12904
0dbb648e
AD
129052000-11-02 Akim Demaille <akim@epita.fr>
12906
12907 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
12908 `unlink': it's no longer used.
12909 * src/files.h: Formatting changes.
12910
896fe5c1
AD
129112000-11-02 Akim Demaille <akim@epita.fr>
12912
12913 Remove the last uses of mktemp and unlink/delete.
12914
12915 * src/files.c (fdefines, ftable): Removed.
12916 (defines_ostack, table_obstack): New.
12917 Adjust dependencies of the former into uses of the latter.
12918 * src/output.c (output_short_or_char_table, output_short_table):
12919 Convert to using obstacks.
12920 * src/reader.c (copy_comment2): Accept one FILE * and two
12921 obstacks.
12922 (output_token_defines, reader_output_yylsp): Use obstacks.
12923 * src/system.h (obstack_fgrow3): New.
1f65350a 12924 * po/POTFILES.in: Adjust.
896fe5c1 12925
dd60faec
AD
129262000-11-01 Akim Demaille <akim@epita.fr>
12927
12928 Change each use of `fattrs' into a use of `attrs_obstack'.
12929
12930 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
12931 * src/files.c (fattrs): Remove.
12932 (attrs_obstack): New.
12933 Adjust all dependencies.
12934 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
12935
8c7ebe49
AD
129362000-11-01 Akim Demaille <akim@epita.fr>
12937
12938 Introduce obstacks.
12939 Change each use of `faction' into a use of `action_obstack'.
12940
12941 * lib/obstack.h, lib/obstack.c: New files.
12942 * src/files.c (faction): Remove.
12943 (action_obstack): New.
12944 Adjust all dependencies.
12945
77aee789
AD
129462000-10-20 Akim Demaille <akim@epita.fr>
12947
12948 * lib/quote.h (PARAMS): New macro. Use it.
12949
43591cec
AD
129502000-10-16 Akim Demaille <akim@epita.fr>
12951
12952 * src/output.c (output_short_or_char_table): New function.
12953 (output_short_table, output_token_translations): Use it.
12954 (goto_actions): Use output_short_table.
12955
1e9798d5
AD
129562000-10-16 Akim Demaille <akim@epita.fr>
12957
12958 * src/symtab.c (bucket_new): New function.
12959 (getsym): Use it.
12960
12961 * src/output.c (output_short_table): New argument to display the
12962 comment associated with the table.
12963 Adjust dependencies.
12964 (output_gram): Use it.
12965 (output_rule_data): Nicer output layout for YYTNAME.
12966
f282676b
AD
129672000-10-16 Akim Demaille <akim@epita.fr>
12968
12969 * src/lex.c (read_typename): New function.
12970 (lex): Use it.
12971 * src/reader.c (copy_dollar): Likewise.
12972
550a72a3
AD
129732000-10-16 Akim Demaille <akim@epita.fr>
12974
12975 * src/reader.c (copy_comment2): Expect the input stream to be on
12976 the `/' which is suspected to open a comment, instead of being
12977 called after `//' or `/*' was read.
12978 (copy_comment, copy_definition, parse_union_decl, copy_action)
12979 (copy_guard): Adjust.
12980
131e2fef
AD
129812000-10-16 Akim Demaille <akim@epita.fr>
12982
12983 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
12984 `read_signed_integer'.
12985
79282c5a
AD
129862000-10-16 Akim Demaille <akim@epita.fr>
12987
12988 * src/reader.c (copy_dollar): New function.
12989 (copy_guard, copy_action): Use it.
12990
ff4a34be
AD
129912000-10-16 Akim Demaille <akim@epita.fr>
12992
12993 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
12994 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
12995 New files, from Fileutils 4.0.27.
12996 * src/main.c (printable_version): Remove.
12997 * src/lex.c, src/reader.c: Use `quote'.
12998
129992000-10-04 Akim Demaille <akim@epita.fr>
13000
13001 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
13002
14ded682
AD
130032000-10-04 Akim Demaille <akim@epita.fr>
13004
13005 * doc/bison.texinfo: Various typos spotted by Neil Booth.
13006
8e03724b
AD
130072000-10-04 Akim Demaille <akim@epita.fr>
13008
13009 When a literal string is used to define two different tokens,
13010 `bison -v' segfaults.
13011 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
13012
13013 * tests/regression.m4: New file.
13014 Include the core of the sample provided by Piotr Gackiewicz.
13015 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
13016 properly.
13017
a9e64249
AD
130182000-10-04 Akim Demaille <akim@epita.fr>
13019
13020 * src/reader.c (parse_expect_decl): Keep `count' within the size
13021 of `buffer'.
13022 From Neil Booth.
13023
da9abf43
AD
130242000-10-02 Paul Eggert <eggert@twinsun.com>
13025
13026 * bison.s1 (yyparse): Assign the default value
13027 unconditionally, to avoid a GCC warning and make the parser a
13028 tad smaller.
13029
c33638bb
AD
130302000-10-02 Akim Demaille <akim@epita.fr>
13031
13032 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
13033 options.
13034
444c570a
AD
130352000-10-02 Akim Demaille <akim@epita.fr>
13036
13037 * src/derives.c, src/print.c, src/reduce.c: To ease the
13038 translation, move some `\n' out of the translated strings.
13039
89cab50d
AD
130402000-10-02 Akim Demaille <akim@epita.fr>
13041
13042 The location tracking mechanism is precious for parse error
13043 messages. Nevertheless, it is enabled only when `@n' is used in
13044 the grammar, which is a different issue (you can use it in error
13045 message, but not in the grammar per se). Therefore, there should
13046 be another means to enable it.
13047
13048 * src/getargs.c (getargs): Support `--locations'.
13049 (usage): Report it.
13050 * src/getargs.h (locationsflag): Export it.
13051 * src/lex.c (percent_table): Support `%locations'.
13052 * src/reader.c (yylsp_needed): Remove this variable, now replaced
13053 with `locationsflag'.
13054 * doc/bison.texinfo: Document `--locations' and `%locations'.
13055 Sort the options.
13056 * tests/calc.m4: Test it.
13057
13058 For regularity of the names, replace each
13059 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
13060 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
13061 In addition replace each `flag' with `_flag'.
13062
d6c2cba0
AD
130632000-10-02 Akim Demaille <akim@epita.fr>
13064
13065 Also test parse error messages, including with YYERROR_VERBOSE.
13066
13067 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
13068 associative).
13069 Use it to check the computations.
13070 Use it to check `nonassoc' is honored.
13071 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
13072 `--yyerror-verbose'.
13073 (_AT_CHECK_CALC): Adjust to this option.
13074 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
13075
5a35a6cb
AD
130762000-10-02 Akim Demaille <akim@epita.fr>
13077
13078 Test also `--verbose', `--defines' and `--name-prefix'. Testing
13079 the latter demonstrates a flaw in the handling of non debugging
13080 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
13081 was used in order to simplify:
13082
13083 #if YYDEBUG
13084 if (yydebug)
13085 {
13086 ...
13087 }
13088 #endif
13089
13090 into
13091
13092 if (yydebug)
13093 {
13094 ...
13095 }
13096
13097 unfortunately this leads to a CPP conflict when
13098 `--name-prefix=foo' is used since it produces `#define yydebug
13099 foodebug'.
13100
13101 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
13102 (YYDPRINTF): New macro.
13103 Spread its use.
13104 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
13105 the bison options.
13106 Also test `--verbose', `--defines' and `--name-prefix'.
13107
71da9eea
AD
131082000-10-02 Akim Demaille <akim@epita.fr>
13109
13110 Improve the readability of the produced parsers.
13111
13112 * src/bison.s1: Formatting changes.
13113 Improve the comment related to the `$' mark.
13114 (yydefault): Don't fall through to `yyresume': `goto' there.
13115 * src/output.c (output_parser): When the `$' is met, skip the end
13116 of its line.
13117 New variable, `number_of_dollar_signs', to check there's exactly
13118 one `$' in the parser skeleton.
13119
95e36146
AD
131202000-10-02 Akim Demaille <akim@epita.fr>
13121
13122 * lib/xstrdup.c: New file, from the fileutils.
13123 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
13124 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
13125 instead of strlen + xmalloc + strcpy.
13126 * src/symtab.c (copys): Remove, use xstrdup instead.
13127
d7020c20
AD
131282000-10-02 Akim Demaille <akim@epita.fr>
13129
13130 * src/gram.h (associativity): New enum type which replaces the
13131 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
13132 `right_assoc', `left_assoc' and `non_assoc'.
13133 Adjust all dependencies.
13134 * src/reader.c: Formatting changes.
13135 (LTYPESTR): Don't define it, use it as a literal in
13136 `reader_output_yylsp'.
13137 * src/symtab.h (symbol_class): New enum type which replaces the
13138 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
13139 `sunknown', `stoken and `snterm'.
13140
1916f98e
AD
131412000-10-02 Akim Demaille <akim@epita.fr>
13142
13143 * src/getargs.c (fixed_outfiles): Rename as...
13144 (yaccflag): for consistency and accuracy.
13145 Adjust dependencies.
13146
d7913476
AD
131472000-10-02 Akim Demaille <akim@epita.fr>
13148
13149 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
13150 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
13151 difficult and introduced a lot of core dump. It turns out that
13152 Bison used an implementation of `xmalloc' based on `calloc', and
13153 at various places it does depend upon the initialization to 0. I
13154 have not tried to isolate the pertinent places, and all the former
13155 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
13156 someone should address this issue.
13157
13158 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
13159 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
13160 files.
13161 Adjust dependencies.
13162 * src/warshall.h: New file.
13163 Propagate.
13164
340ef489
AD
131652000-10-02 Akim Demaille <akim@epita.fr>
13166
13167 Various anti-`extern in *.c' changes.
13168
13169 * src/system.h: Include `assert.h'.
13170
b2ca4022
AD
131712000-10-02 Akim Demaille <akim@epita.fr>
13172
13173 * src/state.h (nstates, final_state, first_state, first_shift)
13174 (first_reduction): Move their exportation from here...
13175 * src/LR0.h: to here.
13176 Adjust dependencies.
13177 * src/getargs.c (statisticsflag): New variable.
13178 Add support for `--statistics'.
13179 Adjust dependencies.
13180
13181 Remove a lot of now useless `extern' statements in most files.
13182
403b315b
AD
131832000-10-02 Akim Demaille <akim@epita.fr>
13184
13185 * src/LR0.h: New file.
13186 Propagate its use.
13187
07a58c13
AD
131882000-10-02 Akim Demaille <akim@epita.fr>
13189
13190 * src/print.h: New file.
13191 Propagate its use.
13192 * src/print.c: Formatting and ordering changes.
13193 (verbose, terse): Replace with...
13194 (print_results): this new function.
13195 Adjust dependencies.
13196
0619caf0
AD
131972000-10-02 Akim Demaille <akim@epita.fr>
13198
13199 * src/conflicts.c (conflict_report): New function.
13200 (conflict_log, verbose_conflict_log): Replace with...
13201 (print_conflicts): this function.
13202 Adjust dependencies.
13203 * src/conflicts.h: New file.
13204 Propagate its inclusion.
13205
3519ec76
AD
132062000-10-02 Akim Demaille <akim@epita.fr>
13207
13208 * src/nullable.h: New file.
13209 Propagate its inclusion.
13210 * src/nullable.c: Formatting changes.
13211
015acc48
AD
132122000-10-02 Akim Demaille <akim@epita.fr>
13213
13214 * src/reduce.h: New file.
13215 Propagate its inclusion.
13216 * src/reduce.c: Topological sort and other formatting changes.
13217 (bool, TRUE, FALSE): Move their definition to...
13218 * src/system.h: here.
13219
8963a27b
AD
132202000-10-02 Akim Demaille <akim@epita.fr>
13221
13222 * src/files.c: Formatting changes.
13223 (tryopen, tryclose, openfiles): Rename as...
13224 (xfopen, xfclose, open_files): this.
13225 (stringappend): static.
13226 * src/files.h: Complete the list of exported symbols.
13227 Propagate its use.
13228
a70083a3
AD
132292000-10-02 Akim Demaille <akim@epita.fr>
13230
13231 * src/reader.h: New file.
13232 Propagate its use instead of tedious list of `extern' and
13233 prototypes.
13234 * src/reader.c: Formatting changes, topological sort,
13235 s/register//.
13236
abadc117
AD
132372000-10-02 Akim Demaille <akim@epita.fr>
13238
13239 * src/lex.h: Prototype `lex.c' exported functions.
13240 * src/reader.c: Adjust.
13241 * src/lex.c: Formatting changes.
13242 (safegetc): Rename as...
13243 (xgetc): this.
13244
720d742f
AD
132452000-10-02 Akim Demaille <akim@epita.fr>
13246
13247 * src/lalr.h: New file.
13248 Propagate its inclusion instead of prototypes and `extern'.
13249 * src/lalr.c: Formatting changes, topological sorting etc.
13250
f2acea59
AD
132512000-10-02 Akim Demaille <akim@epita.fr>
13252
13253 * src/output.c (token_actions): Introduce a temporary array,
13254 YYDEFACT, that makes it possible for this function to use
13255 output_short_table.
13256
d019d655
AD
132572000-10-02 Akim Demaille <akim@epita.fr>
13258
13259 `user_toknums' is output as a `short[]' in `output.c', while it is
13260 defined as a `int[]' in `reader.c'. For consistency with the
13261 other output tables, `user_toknums' is now defined as a table of
13262 shorts.
13263
13264 * src/reader.c (user_toknums): Be a short table instead of an int
13265 table.
13266 Adjust dependencies.
13267
13268 Factor the short table outputs.
13269
13270 * src/output.c (output_short_table): New function.
13271 * src/output.c (output_gram, output_stos, output_rule_data)
13272 (output_base, output_table, output_check): Use it.
13273
6c89f1c1
AD
132742000-10-02 Akim Demaille <akim@epita.fr>
13275
13276 * src/output.c (output): Topological sort of the functions, in
13277 order to get rid of the `static' prototypes.
13278 No longer use `register'.
13279 * src/output.h: New file.
13280 Propagate its inclusion in files explicitly prototyping functions
13281 from output.c.
13282
d9efd181
AD
132832000-09-21 Akim Demaille <akim@epita.fr>
13284
13285 * src/atgeneral.m4: Update from Autoconf.
13286
c29240e7 132872000-09-21 Akim Demaille <akim@epita.fr>
2fa6973e
AD
13288
13289 * src/closure.h: New file.
13290 * src/closure.c: Formatting changes, topological sort over the
13291 functions, use of closure.h.
13292 (initialize_closure, finalize_closure): Rename as...
13293 (new_closure, free_closure): these. Adjust dependencies.
13294 * src/LR0.c: Formatting changes, topological sort, use of
13295 cloture.h.
13296 (initialize_states): Rename as...
13297 (new_states): this.
13298 * src/Makefile.am (noinst_HEADERS): Adjust.
13299
499daa50
AD
133002000-09-20 Akim Demaille <akim@epita.fr>
13301
13302 * src/acconfig.h: Don't protect config.h against multiple
13303 inclusion.
13304 Don't define PARAMS.
13305 * src/system.h: Define PARAMS.
13306 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
13307 purpose of config.h. system.h must not try to fix wrong
13308 definitions in config.h.
13309
cc84fd5d
AD
133102000-09-20 Akim Demaille <akim@epita.fr>
13311
13312 * src/derives.h: New file.
13313 * src/main.c, src/derives.h: Use it.
13314 Formatting changes.
13315 * src/Makefile.am (noinst_HEADERS): Adjust.
13316
db5b3a89
AD
133172000-09-20 Akim Demaille <akim@epita.fr>
13318
13319 * tests/atgeneral.m4: Update from Autoconf.
13320 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
13321 (AT_CHECK_CALC): New macros.
13322 Use these macros to test bison with options `', `--raw',
13323 `--debug', `--yacc', `--yacc --debug'.
13324
ceed8467
AD
133252000-09-19 Akim Demaille <akim@epita.fr>
13326
13327 * src/output.c: Formatting changes.
13328 * src/machine.h: Remove, leaving its contents in...
13329 * src/system.h: here.
13330 Include stdio.h.
13331 Adjust all dependencies on stdio.h and machine.h.
13332 * src/getargs.h: New file.
13333 Let all `extern' declarations about getargs.c be replaced with
13334 inclusion of `getargs.h'.
13335 * src/Makefile.am (noinst_HEADERS): Adjust.
13336
13337 * tests/calc.m4 (yyin): Be initialized in main, not on the global
13338 scope.
13339 (yyerror): Returns void, not int.
13340 * doc/bison.texinfo: Formatting changes.
13341
05a1d24b
AD
133422000-09-19 Akim Demaille <akim@epita.fr>
13343
13344 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
13345 portable.
13346
cbd25751
AD
133472000-09-18 Akim Demaille <akim@epita.fr>
13348
13349 * configure.in: Append WARNING_CFLAGS to CFLAGS.
13350 * src/Makefile.am (INCLUDES): Don't.
13351 Be ready to fetch headers in lib/.
13352
13863333
AD
133532000-09-18 Akim Demaille <akim@epita.fr>
13354
13355 * doc/bison.texinfo: Update the copyright.
13356 ANSIfy and GNUify the examples.
13357 Remove the old menu.
13358
0d533154
AD
133592000-09-18 Akim Demaille <akim@epita.fr>
13360
13361 First set of tests: use the `calc' example from the documentation.
13362
13363 * src/bison.s1 (yyparse): Condition the code using `yytname' which
13364 is defined only when YYDEBUG is.
13365 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
13366 * src/files.c (tryopen, tryclose): Formatting changes.
13367 Move to the top and be static.
13368 * src/reader.c (read_signed_integer): Likewise.
13369 * tests/calc.m4: New file.
13370 * Makefile.am, suite.m4: Adjust.
13371 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
13372
e79137ac
AD
133732000-09-18 Akim Demaille <akim@epita.fr>
13374
13375 Add support for an Autotest test suite for Bison.
13376
13377 * m4/m4.m4, m4/atconfig.m4: New files.
13378 * m4/Makefile.am (EXTRA_DIST): Adjust.
13379 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
13380 files.
13381 * src/getargs.c: Display a more standard --version message.
13382 * src/reader.c (reader): Formatting changes.
13383 No longer depend upon VERSION_STRING.
13384 * configure.in: No longer use `dnl'.
13385 Set up the test suite and the new directory `tests/.
13386 (VERSION_STRING): Remove.
13387
27821bff
AD
133882000-04-14 Akim Demaille <akim@epita.fr>
13389
13390 * src/reader.c (copy_comment2): New function, same as former
13391 `copy_comment', but outputs into two FILE *.
13392 (copy_comment): Use it.
13393 (parse_union_decl): Use it.
13394 (get_type, parse_start_decl): Use the same `invalid' message.
13395 (parse_start_decl, parse_union_decl): Use the same `multiple'
13396 message.
13397 (parse_union_decl, copy_guard, copy_action): Use the same
13398 `unmatched' message.
13399 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
13400
cfe5fbc0
AD
134012000-03-31 Akim Demaille <akim@epita.fr>
13402
13403 * src/files.c (tryopen, tryclose): Move to the top.
13404 Be static.
13405
cb7db13e
AD
134062000-03-31 Akim Demaille <akim@epita.fr>
13407
13408 * src/main.c (main): Don't call `done', exit does it.
13409
a0f6b076
AD
134102000-03-31 Akim Demaille <akim@epita.fr>
13411
36281465
AD
13412 * allocate.c: s/return (foo)/return foo/.
13413 * lalr.c: Likewise.
13414 * LR0.c: Likewise.
13415 * output.c: Likewise.
13416 * reader.c: Likewise.
13417 * symtab.c: Likewise.
13418 * vmsgetargs.c: Likewise.
13419
134202000-03-31 Akim Demaille <akim@epita.fr>
13421
13422 Clean up the error reporting functions.
a0f6b076
AD
13423
13424 * src/report.c: New file.
13425 * src/report.h: Likewise.
13426 * src/Makefile.am: Adjust.
13427 * m4/error.m4: New file.
13428 * m4/Makefile.am: Adjust.
13429 * configure.in (jm_PREREQ_ERROR): Call it.
13430 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
13431 Remove.
13432 (fatal, fatals): Remove. All callers use complain.c::fatal.
13433 (warn, warni, warns, warnss, warnss): Remove. All callers use
13434 complain.c::complain.
13435 (toomany): Remove, use fatal instead.
13436 * src/files.c (done): No argument, use complain_message_count.
13437 * src/main.c (main): Register `done' to `atexit'.
13438
13439 * src/getargs.c (usage): More `fputs', less `fprintf'.
13440
18539825
AD
134412000-03-28 Akim Demaille <akim@epita.fr>
13442
13443 * lib/: New directory.
13444 * Makefile.am (SUBDIRS): Adjust.
13445 * configure.in: Adjust.
13446 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
13447 useless.
13448 * src/alloca.c: Moved to lib/.
13449 * src/getopt.c: Likewise.
13450 * src/getopt1.c: Likewise.
13451 * src/getopt.h: Likewise.
13452 * src/ansi2knr.c: Likewise.
13453 * src/ansi2knr.1: Likewise.
13454 * src/Makefile.am: Adjust.
13455 * lib/Makefile.am: New file.
13456
9f306f2a
AD
134572000-03-28 Akim Demaille <akim@epita.fr>
13458
13459 * src/getargs.c (usage): Refresh the help message.
13460
0ba347b6
AD
134612000-03-17 Akim Demaille <akim@epita.fr>
13462
13463 * src/getopt1.c: Updated from textutils 2.0e
13464 * src/getopt.c: Likewise.
13465 * src/getopt.h: Likewise.
13466
dbe7f271
AD
134672000-03-17 Akim Demaille <akim@epita.fr>
13468
13469 * src/Makefile.am (bison.simple): Fix the awk program: quote only
13470 the file name, not the whole `#line LINE FILE'.
13471
75bbe78d
AD
134722000-03-17 Akim Demaille <akim@epita.fr>
13473
13474 On syntax errors, report the token on which we choked.
13475
aa5fd0ee
AD
13476 * src/bison.s1 (yyparse): In the label yyerrlab, when
13477 YYERROR_VERBOSE, add yychar in msg.
75bbe78d 13478
7b306f52
AD
134792000-03-17 Akim Demaille <akim@epita.fr>
13480
aa5fd0ee 13481 * src/reader.c (copy_at): New function.
7b306f52
AD
13482 (copy_guard): Use it.
13483 (copy_action): Use it.
13484
e87b5700
AD
134852000-03-17 Akim Demaille <akim@epita.fr>
13486
13487 Be kind to translators, save some useless translations.
13488
aa5fd0ee 13489 * src/main.c (banner): New function.
e87b5700
AD
13490 (fatal_banner): Use it.
13491 (warn_banner): Use it.
13492
ae3c3164
AD
134932000-03-17 Akim Demaille <akim@epita.fr>
13494
aa5fd0ee
AD
13495 * src/reader.c (copy_definition): Use copy_string and
13496 copy_comment. Removed now unused `match', `ended',
13497 `cplus_comment'.
ae3c3164
AD
13498 (copy_comment, copy_string): Moved, to be visible from
13499 copy_definition.
13500
4dc58e7c
AD
135012000-03-17 Akim Demaille <akim@epita.fr>
13502
aa5fd0ee
AD
13503 * src/reader.c (copy_string): Declare `static inline'. No
13504 problems with inline, since it is checked by configure.
4dc58e7c
AD
13505 (copy_comment): Likewise.
13506
0a6384c4
AD
135072000-03-17 Akim Demaille <akim@epita.fr>
13508
aa5fd0ee 13509 * src/reader.c (packsymbols): Formatting changes.
0a6384c4 13510
3cef001a
AD
135112000-03-17 Akim Demaille <akim@epita.fr>
13512
aa5fd0ee 13513 * src/reader.c (copy_comment): New function, factored out from:
3cef001a
AD
13514 (copy_action): Use it. Removed now unused `match', `ended',
13515 `cplus_comment'.
13516 (copy_guard): Likewise.
13517
ca36d2ef
AD
135182000-03-17 Akim Demaille <akim@epita.fr>
13519
aa5fd0ee 13520 * src/reader.c (copy_string): New function, factored out from:
ca36d2ef
AD
13521 (copy_action): Use it.
13522 (copy_guard): Likewise.
13523
6666f98f
AD
135242000-03-17 Akim Demaille <akim@epita.fr>
13525
13526 Change the handling of @s so that they behave exactly like $s.
13527 There is now a pseudo variable @$ (readble and writable), location
13528 of the lhs of the rule (by default ranging from the location of
13529 the first symbol of the rhs, to the location of the last symbol,
13530 or, if the rhs is empty, YYLLOC).
13531
13532 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
13533 yyval.
13534 (yyparse): When providing a default semantic action, provide a
13535 default location action.
13536 (after the $): No longer change `*YYLSP', just stack YYLOC the
13537 same way you stack YYVAL.
13538 * src/reader.c (read_declarations): Use warns.
13539 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
13540 (copy_action, case '@'): Likewise.
13541 Use a standard error message, to save useless work from
13542 translators.
13543
41aca2e0
AD
135442000-03-17 Akim Demaille <akim@epita.fr>
13545
aa5fd0ee
AD
13546 * src/bison.s1: Formatting and cosmetics changes.
13547 * src/reader.c: Likewise.
41aca2e0
AD
13548 Update the Copyright notice.
13549
dc08c1d5
AD
135502000-03-17 Akim Demaille <akim@epita.fr>
13551
aa5fd0ee
AD
13552 * src/bison.s1 (#line): All set to `#line' only, since the
13553 Makefile now handles them.
dc08c1d5 13554
9ee3c97b
AD
135552000-03-16 Akim Demaille <akim@epita.fr>
13556
13557 * src/output.c (output_rule_data): Output the documentation of
13558 some of the tables.
13559 (Copyright notice): Update.
13560 Formatting changes.
13561
0de741ca
AD
135622000-03-16 Akim Demaille <akim@epita.fr>
13563
13564 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
13565 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
13566 One `#if YYDEBUG' remains, since it uses variables which are
13567 defined only if `YYDEBUG != 0'.
13568
bb10be54
AD
135692000-03-16 Akim Demaille <akim@epita.fr>
13570
13571 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
13572 and related variables so that the similarities are highlighted.
13573
b07b484a
AD
135742000-03-16 Akim Demaille <akim@epita.fr>
13575
13576 * src/bison.s1: Properly indent CPP directives.
13577
361f60b3
AD
135782000-03-16 Akim Demaille <akim@epita.fr>
13579
13580 * src/bison.s1: Properly indent the `alloca' CPP section.
13581
8c44d3ec
AD
135822000-03-16 Akim Demaille <akim@epita.fr>
13583
13584 Do not hard code values of directories in `configure.in'.
13585 Update the `configure' tool chain.
13586
13587 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
13588 src/makefile.am.
13589 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
13590 (AC_OUTPUT): Add m4/Makefile.
13591 Bump to bison 1.28a, 1.29 has never been released.
13592 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
13593 handled via src/Makefile.am.
13594 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
13595 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
13596 autoheader.
13597 * Makefile.am (SUBDIRS): Add m4.
13598 (ACLOCAL_AM_FLAGS): New variable.
13599 (AUTOMAKE_OPTIONS): Add check-news.
13600 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
13601 the proper line number and file name.
13602 (DEFS): Propagate the location of bison library files and of the
13603 locale files.
13604 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
13605 builddir.
13606 * acinclude.m4: Remove, replaced by the directory m4.
13607 * m4/Makefile.am (EXTRA_DIST): New variable.
13608 * m4/gettext.m4: New file, from the fileutils.
13609 * m4/lcmessage.m4: Likewise
13610 * m4/progtest.m4: Likewise.
13611 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
13612
f95997e7
AD
136132000-03-10 Akim Demaille <akim@epita.fr>
13614
13615 * src/closure.c:
13616 Formatting changes of various comments.
13617 Respect the GNU coding standards at various places.
13618 Don't use `_()' when no translation is needed.
13619
136201999-12-13 Jesse Thilo <jthilo@gnu.org>
13621
13622 * src/files.c:
13623 OS/2 honors TMPDIR environment variable.
13624
136251999-12-13 Jesse Thilo <jthilo@gnu.org>
13626
13627 * doc/bison.texinfo: Tweaked spelling and grammar.
13628 Updated ISBN.
13629 Removed reference to price of printed copy.
13630 Mention BISON_SIMPLE and BISON_HAIRY.
13631
136321999-12-13 Jesse Thilo <jthilo@gnu.org>
13633
13634 * configure.in, NEWS:
13635 Bison 1.29 released.
13636
136371999-10-27 Jesse Thilo <jthilo@gnu.org>
13638
13639 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
13640 Added reference card.
13641
136421999-07-26 Jesse Thilo <jthilo@gnu.org>
13643
13644 * po/ru.po: Added Russian translation.
13645
136461999-07-26 Jesse Thilo <jthilo@gnu.org>
13647
13648 * configure.in: Added Russian translation.
13649
136501999-07-06 Jesse Thilo <jthilo@gnu.org>
13651
13652 * configure.in, NEWS, README:
13653 Released version 1.28.
13654
136551999-06-14 Jesse Thilo <jthilo@gnu.org>
13656
13657 * src/system.h:
13658 Squashed redefinition warning on some systems.
13659
13660 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
13661 Have configure build version string instead of relying on ANSI string
13662 concatentation.
13663
136641999-06-14 Jesse Thilo <jthilo@gnu.org>
13665
13666 * po/POTFILES.in: Got rid of version.c.
13667
136681999-06-14 Jesse Thilo <jthilo@gnu.org>
13669
13670 * acconfig.h, configure.in:
13671 Have configure build version string instead of relying on ANSI string
13672 concatentation.
13673
136741999-06-08 Jesse Thilo <jthilo@gnu.org>
13675
13676 * doc/bison.1:
13677 Dropped mention of `+' for long-named options.
13678
136791999-05-30 Jesse Thilo <jthilo@gnu.org>
13680
13681 * src/files.c: Added <unistd.h> for unlink().
13682
13683 * src/Makefile.am, src/system.h:
13684 I18n fixes.
13685
136861999-05-30 Jesse Thilo <jthilo@gnu.org>
13687
13688 * README: Added a FAQ list.
13689
13690 * configure.in, acconfig.h:
13691 I18n fixes.
13692
136931999-05-30 Jesse Thilo <jthilo@gnu.org>
13694
13695 * doc/FAQ, doc/Makefile.am:
13696 Added a FAQ list.
13697
136981999-05-19 Jesse Thilo <jthilo@gnu.org>
13699
13700 * src/alloc.h, src/symtab.h, src/version.c:
13701 Protected inclusion of "config.h" with HAVE_CONFIG_H.
13702
137031999-04-18 Jesse Thilo <jthilo@gnu.org>
13704
13705 * src/.cvsignore, src/Makefile.am:
13706 Reorganized: sources in `src', documentation in `doc'.
13707
13708 * src/lex.c (literalchar):
13709 fixed the code for escaping double quotes (thanks
13710 Jonathan Czisny.)
13711
137121999-04-18 Jesse Thilo <jthilo@gnu.org>
13713
13714 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
13715 Adjusted paths to reflect directory reorganization.
13716
137171999-04-18 Jesse Thilo <jthilo@gnu.org>
13718
13719 * doc/.cvsignore, doc/Makefile.am:
13720 Reorganized: sources in `src', documentation in `doc'.
13721
137221999-04-18 Jesse Thilo <jthilo@gnu.org>
13723
13724 * configure.in:
13725 Updated AC_INIT file to reflect directory reorganization.
13726
13727 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
13728 Reorganized: sources in `src', documentation in `doc'.
13729
137301999-04-13 Jesse Thilo <jthilo@gnu.org>
13731
13732 * src/allocate.c:
13733 Don't declare calloc() and realloc() if not necessary.
13734
137351999-04-13 Jesse Thilo <jthilo@gnu.org>
13736
13737 * configure.in, acconfig.h, acinclude.m4:
13738 Don't declare calloc() and realloc() if not necessary.
13739
137401999-03-23 Jesse Thilo <jthilo@gnu.org>
13741
13742 * po/.cvsignore: Added i18n support.
13743
137441999-03-23 Jesse Thilo <jthilo@gnu.org>
13745
13746 * acconfig.h, configure.in, Makefile.am:
13747 Added i18n support.
13748
137491999-03-22 Jesse Thilo <jthilo@gnu.org>
13750
13751 * src/bison.s1: Fixed #line numbers.
13752
137531999-03-15 Jesse Thilo <jthilo@gnu.org>
13754
13755 * po/es.po, po/fr.po, po/nl.po, po/de.po:
13756 Added PO files from Translation Project.
13757
137581999-03-03 Jesse Thilo <jthilo@gnu.org>
13759
13760 * Makefile.am:
13761 Added support for non-ANSI compilers (ansi2knr).
13762
137631999-02-16 Jesse Thilo <jthilo@gnu.org>
13764
13765 * configure.in: Bumped version number to 1.27.
13766
13767 * Makefile.am:
13768 Added `bison.simple' to list of files removed by `make distclean'.
13769
137701999-02-12 Jesse Thilo <jthilo@gnu.org>
13771
13772 * src/files.c, src/files.h:
13773 Defined locations of parser files in config.h instead of Makefile.
13774
137751999-02-12 Jesse Thilo <jthilo@gnu.org>
13776
13777 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
13778 Defined locations of parser files in config.h instead of Makefile.
13779
137801999-02-09 Jesse Thilo <jthilo@gnu.org>
13781
13782 * Makefile.am:
13783 Removed inappropriate use of $< macro.
13784
137851999-02-05 Jesse Thilo <jthilo@gnu.org>
13786
13787 * po/Makefile.in.in, po/POTFILES.in:
13788 Add `po' directory skeleton.
13789
137901999-01-27 Jesse Thilo <jthilo@gnu.org>
13791
13792 * README: Document help-bison list.
13793
13794 * configure.in: Add check for mkstemp().
13795
137961999-01-20 Jesse Thilo <jthilo@gnu.org>
13797
13798 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
13799 Hush a few compiler warnings.
13800
13801 * src/files.c:
13802 Add tryclose(), which verifies that fclose was successful.
13803 Hush a couple of compiler warnings.
13804
138051999-01-20 Jesse Thilo <jthilo@gnu.org>
13806
13807 * Makefile.am, OChangeLog:
13808 ChangeLog is now automatically generated. Include the old version as
13809 OChangeLog.
13810
138111999-01-14 Jesse Thilo <jthilo@gnu.org>
13812
13813 * 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:
13814 Update FSF address.
13815
138161999-01-14 Jesse Thilo <jthilo@gnu.org>
13817
13818 * doc/bison.texinfo: Fix formatting glitch.
13819
13820 * doc/bison.texinfo: Update FSF address.
13821
138221999-01-14 Jesse Thilo <jthilo@gnu.org>
13823
13824 * acconfig.h: Update FSF address.
13825
138261999-01-08 Jesse Thilo <jthilo@gnu.org>
13827
13828 * src/system.h:
13829 Don't define PACKAGE here, since config.h defines it.
13830
138311998-12-30 Jesse Thilo <jthilo@gnu.org>
13832
13833 * src/reader.c: Update copyright date.
13834
13835 * src/main.c:
13836 Ditch sprintf to statically-sized buffers in fatal/warn functions in
13837 favor of output directly to stderr (avoids buffer overruns).
13838
13839 * src/reader.c: Some checks for premature EOF.
13840
13841 * 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:
13842 Use prototypes if the compiler understands them.
13843
13844 * src/files.c: Honor TMPDIR on Unix hosts.
13845 Use prototypes if the compiler understands them.
13846
13847 * src/reader.c:
13848 Fix a couple of buffer overrun bugs.
13849 Use prototypes if the compiler understands them.
13850
13851 * src/system.h: Include unistd.h and ctype.h.
13852 Use #ifdef instead of #if for NLS symbols.
13853
138541998-12-30 Jesse Thilo <jthilo@gnu.org>
13855
13856 * doc/bison.texinfo:
13857 Delete comment "consider using @set for edition number, etc..." since
13858 we now are doing so.
13859
138601998-12-30 Jesse Thilo <jthilo@gnu.org>
13861
13862 * configure.in:
13863 Use prototypes if the compiler understands them.
13864
13865 * NEWS: Document 1.26 highlights.
13866
13867 * Makefile.am: Require Automake 1.3 or later.
13868
13869 * acconfig.h:
13870 Use prototypes if the compiler understands them.
13871
138721998-12-29 Jesse Thilo <jthilo@gnu.org>
13873
13874 * src/version.c:
13875 Use VERSION symbol from automake for version number.
13876
138771998-12-29 Jesse Thilo <jthilo@gnu.org>
13878
13879 * acconfig.h, configure.in, version.cin:
13880 Use VERSION symbol from automake for version number.
13881
138821998-11-28 Jesse Thilo <jthilo@gnu.org>
13883
13884 * Makefile.am:
13885 Distribute original version of simple parser (bison.s1), not built
13886 version (bison.simple).
13887
138881998-11-28 Jesse Thilo <jthilo@gnu.org>
13889
13890 * doc/bison.texinfo: Add info dir entry.
13891
13892 * doc/bison.texinfo:
13893 Let automake put version number into documentation.
13894
138951998-11-26 Jesse Thilo <jthilo@gnu.org>
13896
13897 * src/bison.cld, src/build.com, src/vmshlp.mar:
13898 Add non-RCS files from /gd/gnu/bison.
13899
139001998-11-26 Jesse Thilo <jthilo@gnu.org>
13901
13902 * doc/bison.1:
13903 Document the BISON_HAIRY and BISON_SIMPLE variables.
13904
139051998-11-25 Jesse Thilo <jthilo@gnu.org>
13906
13907 * src/version.c: Build version.c automatically.
13908
13909 * src/reader.c:
13910 Fix token numbering (used to start at 258, not 257).
13911
13912 * src/system.h: Include config.h.
13913
13914 * src/getargs.c: Update bug report address.
13915
13916 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
13917 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
13918
139191998-11-25 Jesse Thilo <jthilo@gnu.org>
13920
13921 * Makefile.am:
13922 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
13923
13924 * configure.in, version.cin:
13925 Build version.c automatically.
13926
13927 * AUTHORS: Add AUTHORS file.
13928
13929 * README: Update bug report address.
13930
13931 * bison.simple:
13932 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
13933
13934 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
13935 Add automake stuff.
13936
139371998-11-25 Jesse Thilo <jthilo@gnu.org>
13938
13939 * doc/bison.texinfo: Clean up some formatting.
13940
139411998-05-05 Richard Stallman <rms@gnu.org>
13942
13943 * doc/bison.texinfo:
13944 Explain better why to make a pure parser.
13945
139461998-01-05 Richard Stallman <rms@gnu.org>
13947
13948 * src/files.c (openfiles):
13949 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
13950 find a temporary directory, if possible. Do not unlink files while
13951 they are open.
13952
139531997-08-25 Richard Stallman <rms@gnu.org>
13954
13955 * src/reader.c (stack_offset;):
13956 Change some warni to warns.
13957
13958 * src/lex.c (literalchar): Use warns, not warni.
13959
139601997-06-28 Richard Stallman <rms@gnu.org>
13961
13962 * src/bison.s1: Add a Bison version comment.
13963
13964 * src/main.c (fatal, warn, berror):
13965 Use program_name.
13966
139671997-06-28 Richard Stallman <rms@gnu.org>
13968
13969 * Makefile.in (bison_version): New variable.
13970 (dist): Use that variable.
13971 (bison.s1): Substitute the Bison version into bison.simple.
13972
13973 * bison.simple: Add a Bison version comment.
13974
139751997-06-18 Richard Stallman <rms@gnu.org>
13976
13977 * src/main.c (fatal, warn, berror):
13978 Make error messages standard.
13979 (toomany): Improve error message text.
13980
13981 * 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:
13982 new.h renamed to alloc.h.
13983
139841997-06-18 Richard Stallman <rms@gnu.org>
13985
13986 * Makefile.in: new.h renamed to alloc.h.
13987
139881997-05-24 Richard Stallman <rms@gnu.org>
13989
13990 * src/lex.c (literalchar):
13991 Fix the code for escaping \, " and '.
13992
13993 (lex): Avoid trouble when there are many chars
13994 to discard in a char literal with just several chars in it.
13995
139961997-05-17 Richard Stallman <rms@gnu.org>
13997
13998 * src/bison.s1:
13999 Use malloc, if using alloca is troublesome.
14000 (YYSTACK_USE_ALLOCA): New flag macro.
14001 Define it for some systems and compilers.
14002 (YYSTACK_ALLOC): New macro.
14003 (yyparse): Use YYSTACK_ALLOC to allocate stack.
14004 If it was malloc'd, free it.
14005
140061997-05-17 Richard Stallman <rms@gnu.org>
14007
14008 * bison.simple:
14009 Use malloc, if using alloca is troublesome.
14010 (YYSTACK_USE_ALLOCA): New flag macro.
14011 Define it for some systems and compilers.
14012 (YYSTACK_ALLOC): New macro.
14013 (yyparse): Use YYSTACK_ALLOC to allocate stack.
14014 If it was malloc'd, free it.
14015
140161997-04-23 Richard Stallman <rms@gnu.org>
14017
14018 * src/bison.s1:
14019 (alloca) [__hpux]: Always define as __builtin_alloca.
14020
140211997-04-23 Richard Stallman <rms@gnu.org>
14022
14023 * bison.simple:
14024 (alloca) [__hpux]: Always define as __builtin_alloca.
14025
140261997-04-22 Richard Stallman <rms@gnu.org>
14027
14028 * src/bison.s1:
14029 [__hpux]: Include alloca.h (right for HPUX 10)
14030 instead of declaring alloca (right for HPUX 9).
14031
14032 * src/bison.s1 (__yy_memcpy):
14033 Declare arg `count' as unsigned int.
14034 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
14035
140361997-04-22 Richard Stallman <rms@gnu.org>
14037
14038 * bison.simple:
14039 [__hpux]: Include alloca.h (right for HPUX 10)
14040 instead of declaring alloca (right for HPUX 9).
14041
14042 * bison.simple (__yy_memcpy):
14043 Declare arg `count' as unsigned int.
14044 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
14045
140461997-01-03 Richard Stallman <rms@gnu.org>
14047
14048 * src/allocate.c: [__STDC__ or _MSC_VER]:
14049 Declare calloc and realloc to return void *.
14050
140511997-01-02 Richard Stallman <rms@gnu.org>
14052
14053 * src/system.h:
14054 [_MSC_VER]: Include stdlib.h and process.h.
14055 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
14056
14057 * src/main.c (main): Return FAILURE as a value.
14058 (printable_version): Declare arg as int, not char.
14059
140601997-01-02 Richard Stallman <rms@gnu.org>
14061
14062 * Makefile.in (dist):
14063 Explicitly check for symlinks, and copy them.
14064
140651996-12-19 Richard Stallman <rms@gnu.org>
14066
14067 * src/files.c:
14068 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
14069
140701996-12-18 Paul Eggert <eggert@gnu.org>
14071
14072 * src/bison.s1 (yyparse):
14073 If __GNUC__ and YYPARSE_PARAM are both defined,
14074 declare yyparse to have a void * argument.
14075
140761996-12-18 Paul Eggert <eggert@gnu.org>
14077
14078 * bison.simple (yyparse):
14079 If __GNUC__ and YYPARSE_PARAM are both defined,
14080 declare yyparse to have a void * argument.
14081
140821996-12-17 Richard Stallman <rms@gnu.org>
14083
14084 * src/reduce.c (nbits): Add some casts.
14085
140861996-08-12 Richard Stallman <rms@gnu.org>
14087
14088 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
14089
140901996-08-12 Richard Stallman <rms@gnu.org>
14091
14092 * bison.simple: Test _MSDOS as well as _MSDOS_.
14093
140941996-07-31 Richard Stallman <rms@gnu.org>
14095
14096 * src/bison.s1:
14097 [__sun && __i386]: Include alloca.h.
14098
140991996-07-31 Richard Stallman <rms@gnu.org>
14100
14101 * bison.simple:
14102 [__sun && __i386]: Include alloca.h.
14103
141041996-07-30 Richard Stallman <rms@gnu.org>
14105
14106 * src/bison.s1: Comment change.
14107
14108 * src/bison.s1: Test _MSDOS_, not MSDOS.
14109
141101996-07-30 Richard Stallman <rms@gnu.org>
14111
14112 * bison.simple: Comment change.
14113
14114 * bison.simple: Test _MSDOS_, not MSDOS.
14115
141161996-06-01 Richard Stallman <rms@gnu.org>
14117
14118 * 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:
14119 Insert `_' macro around many string constants.
14120
14121 * src/main.c:
14122 Insert `_' macro around many string constants.
14123
14124 (main): Call setlocale, bindtextdomain and textdomain.
14125
14126 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
14127 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
14128 [ENABLE_NLS]: Include libintl.h.
14129 [ENABLE_NLS] (gettext): Define.
14130 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
14131 (N_, PACKAGE, LOCALEDIR): New macros.
14132
141331996-06-01 Richard Stallman <rms@gnu.org>
14134
14135 * POTFILES.in: New file.
14136
14137 * Makefile.in (allocate.o):
14138 Define target explicitly.
14139
14140 * Makefile.in (CFLAGS): Set to @CFLAGS@.
14141 (LDFLAGS): Set to @LDFLAGS@.
14142 (configure): Run autoconf only if preceding `cd' succeeds.
14143 (bison.s1): Redirect output to temporary file then move the
14144 temporary to the target, rather than redirecting directly to bison.s1.
14145 (clean): Remove config.status and config.log.
14146 (distclean): Don't remove config.status here.
14147
141481996-05-12 Richard Stallman <rms@gnu.org>
14149
14150 * src/bison.s1:
14151 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
14152
141531996-05-12 Richard Stallman <rms@gnu.org>
14154
14155 * bison.simple:
14156 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
14157
141581996-05-11 Richard Stallman <rms@gnu.org>
14159
14160 * src/bison.s1 (__yy_memcpy):
14161 Really reorder the args, as was supposedly done on Feb 14 1995.
14162 (yyparse): Calls changed accordingly.
14163
141641996-05-11 Richard Stallman <rms@gnu.org>
14165
14166 * Makefile.in (dist): Don't use $(srcdir).
14167
14168 * bison.simple (__yy_memcpy):
14169 Really reorder the args, as was supposedly done on Feb 14 1995.
14170 (yyparse): Calls changed accordingly.
14171
141721996-01-27 Richard Stallman <rms@gnu.org>
14173
14174 * src/output.c (output_rule_data):
14175 Test YYERROR_VERBOSE in the conditional
14176 around the definition of ttyname.
14177
141781995-12-29 Richard Stallman <rms@gnu.org>
14179
14180 * src/bison.s1:
14181 Fix line numbers in #line commands.
14182
141831995-12-29 Richard Stallman <rms@gnu.org>
14184
14185 * bison.simple:
14186 Fix line numbers in #line commands.
14187
141881995-12-27 Richard Stallman <rms@gnu.org>
14189
14190 * src/bison.s1 (YYPARSE_PARAM_DECL):
14191 In C++, make it always null.
14192 (YYPARSE_PARAM_ARG): New macro.
14193 (yyparse): Use YYPARSE_PARAM_ARG.
14194
141951995-12-27 Richard Stallman <rms@gnu.org>
14196
14197 * bison.simple (YYPARSE_PARAM_DECL):
14198 In C++, make it always null.
14199 (YYPARSE_PARAM_ARG): New macro.
14200 (yyparse): Use YYPARSE_PARAM_ARG.
14201
142021995-11-29 Richard Stallman <rms@gnu.org>
14203
14204 * doc/bison.texinfo:
14205 Describe literal string tokens, %raw, %no_lines, %token_table.
14206
142071995-11-29 Daniel Hagerty <hag@gnu.org>
14208
14209 * doc/bison.texinfo: Fixed update date
14210
142111995-10-16 Richard Stallman <rms@gnu.org>
14212
14213 * src/version.c: Version 1.25.
14214
142151995-10-16 Richard Stallman <rms@gnu.org>
14216
14217 * NEWS: *** empty log message ***
14218
142191995-10-16 Richard Stallman <rms@gnu.org>
14220
14221 * doc/bison.1, doc/bison.rnh:
14222 Add new options.
14223
142241995-10-15 Richard Stallman <rms@gnu.org>
14225
14226 * src/vmsgetargs.c, src/getargs.c:
14227 Added -n, -k, and -raw switches.
14228 (noparserflag, toknumflag, rawtoknumflag): New variables.
14229
14230 * src/symtab.h (SALIAS):
14231 New #define for adding aliases to %token.
14232 (struct bucket): Added `alias' field.
14233
14234 * src/reduce.c (reduce_grammar):
14235 Revise error message.
14236 (print_notices): Remove final `.' from error message.
14237
14238 * src/reader.c (reader_output_yylsp):
14239 New function.
14240 (readgram): Use `#if 0' around code that accepted %command
14241 inside grammar rules: The documentation doesn't allow it,
14242 and it will fail since the %command processors scan for the next %.
14243 (parse_token_decl): Extended the %token
14244 declaration to allow a multi-character symbol as an alias.
14245 (parse_thong_decl): New function.
14246 (read_declarations): Added %thong declarations.
14247 (read_declarations): Handle NOOP to deal with allowing
14248 % declarations as another means to specify the flags.
14249 (readgram): Allow %prec prior to semantics embedded in a rule.
14250 (skip_to_char, read_declarations, copy_definition)
14251 (parse_token_decl, parse_start_decl, parse_type_decl)
14252 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
14253 (get_type_name, copy_guard, copy_action, readgram)
14254 (get_type, packsymbols): Revised most error messages.
14255 Changed `fatal' to `warnxxx' to avoid aborting for error.
14256 Revised and use multiple warnxxx functions to avoid using VARARGS1.
14257 (read_declarations): Improve the error message for
14258 an invalid character. Do not abort.
14259 (read_declarations, copy_guard, copy_action): Use
14260 printable_version to avoid unprintable characters in printed output.
14261 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
14262 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
14263 Allow the type of a non-terminal can be given
14264 more than once, as long as all specifications give the same type.
14265
14266 * src/output.c:
14267 (output_headers, output_trailers, output, output_gram)
14268 (output_rule_data): Implement noparserflag variable.
14269 Implement toknumflag variable.
14270 (output): Call reader_output_yylsp to output LTYPESTR.
14271
14272 * src/main.c (main):
14273 If reader sees an error, don't process the grammar.
14274 (fatals): Updated to not use VARARGS1.
14275 (printable_version, int_to_string, warn, warni, warns, warnss)
14276 (warnsss): New error reporting functions. Avoid abort for error.
14277
14278 * src/lex.h:
14279 Added THONG and NOOP for alias processing.
14280 Added SETOPT for the new code that allows setting options with %flags.
14281
14282 * src/lex.c:
14283 Include getopt.h. Add some extern decls.
14284 (safegetc): New function to deal with EOF gracefully.
14285 (literalchar); new function to deal with reading \ escapes.
14286 (lex): Use literalchar.
14287 (lex): Implemented "..." tokens.
14288 (literalchar, lex, parse_percent_token): Made tokenbuffer
14289 always contain the token. This includes growing the token
14290 buffer while reading an integer.
14291 (parse_percent_token): Replaced if-else statement with percent_table.
14292 (parse_percent_token): Added % declarations as another
14293 way to specify the flags -n, -l, and -r. Also added hooks for
14294 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
14295 major changes to files.c.
14296 (lex) Retain in the incoming stream a character following
14297 an incorrect '/'.
14298 (skip_white_space, lex): Revised most error messages
14299 and changed fatal to warn to avoid aborting.
14300 (percent_table): Added %thong declarations.
14301
14302 * src/gram.h: Comment changes.
14303
14304 * src/files.c (openfiles, open_extra_files, done):
14305 Add faction flag
14306 and actfile file. Handle noparserflag. Both for -n switch.
14307
14308 * src/conflicts.c (resolve_sr_conflict):
14309 Remove use of alloca.
14310
143111995-06-01 Jim Meyering <meyering@gnu.org>
14312
14313 * doc/bison.texinfo: *** empty log message ***
14314
143151995-05-06 Richard Stallman <rms@gnu.org>
14316
14317 * src/bison.s1: Comment change.
14318
143191995-05-06 Richard Stallman <rms@gnu.org>
14320
14321 * bison.simple: Comment change.
14322
143231995-05-03 Richard Stallman <rms@gnu.org>
14324
14325 * src/version.c: Version now 1.24.
14326
14327 * src/bison.s1: Change distribution terms.
14328
14329 * src/version.c: Version now 1.23.
14330
143311995-05-03 Richard Stallman <rms@gnu.org>
14332
14333 * doc/bison.texinfo:
14334 Rewrite "Conditions for Using Bison".
14335 Update version to 1.24.
14336
143371995-05-03 Richard Stallman <rms@gnu.org>
14338
14339 * bison.simple: Change distribution terms.
14340
143411995-02-23 Richard Stallman <rms@gnu.org>
14342
14343 * src/files.c: Test __VMS_POSIX as well as VMS.
14344
143451995-02-14 Jim Meyering <meyering@gnu.org>
14346
14347 * src/bison.s1 (__yy_memcpy):
14348 Renamed from __yy_bcopy to avoid
14349 confusion. Reverse FROM and TO arguments to be consistent with
14350 those of memcpy.
14351
143521995-02-14 Jim Meyering <meyering@gnu.org>
14353
14354 * bison.simple (__yy_memcpy):
14355 Renamed from __yy_bcopy to avoid
14356 confusion. Reverse FROM and TO arguments to be consistent with
14357 those of memcpy.
14358
143591994-11-10 David J. MacKenzie <djm@gnu.org>
14360
14361 * NEWS: reformat
14362
14363 * NEWS: New file.
14364
14365 * Makefile.in (DISTFILES): Include NEWS.
14366
14367 * Makefile.in (DISTFILES):
14368 Include install-sh, not install.sh.
14369
14370 * configure.in: Update to Autoconf v2 macro names.
14371
143721994-10-05 David J. MacKenzie <djm@gnu.org>
14373
14374 * Makefile.in: fix typo
14375
14376 * Makefile.in (prefix, exec_prefix):
14377 Let configure set them.
14378
143791994-09-28 David J. MacKenzie <djm@gnu.org>
14380
14381 * Makefile.in: Set datadir to $(prefix)/share.
14382
143831994-09-15 Richard Stallman <rms@gnu.org>
14384
14385 * src/bison.s1:
14386 Update copyright notice and GPL version.
14387
143881994-09-15 Richard Stallman <rms@gnu.org>
14389
14390 * bison.simple:
14391 Update copyright notice and GPL version.
14392
143931994-07-12 Richard Stallman <rms@gnu.org>
14394
14395 * src/reduce.c, src/reader.c:
14396 entered into RCS
14397
143981994-05-05 David J. MacKenzie <djm@gnu.org>
14399
14400 * Makefile.in: entered into RCS
14401
144021994-03-26 Richard Stallman <rms@gnu.org>
14403
14404 * src/bison.s1: entered into RCS
14405
144061994-03-26 Richard Stallman <rms@gnu.org>
14407
14408 * bison.simple: entered into RCS
14409
144101994-03-25 Richard Stallman <rms@gnu.org>
14411
14412 * src/main.c: entered into RCS
14413
144141994-03-24 Richard Stallman <rms@gnu.org>
14415
14416 * src/conflicts.c: entered into RCS
14417
144181994-01-02 Richard Stallman <rms@gnu.org>
14419
14420 * Makefile.in: *** empty log message ***
14421
144221993-11-21 Richard Stallman <rms@gnu.org>
14423
14424 * src/bison.s1: *** empty log message ***
14425
144261993-11-21 Richard Stallman <rms@gnu.org>
14427
14428 * doc/bison.texinfo: entered into RCS
14429
14430 * doc/bison.texinfo: *** empty log message ***
14431
144321993-11-21 Richard Stallman <rms@gnu.org>
14433
14434 * bison.simple: *** empty log message ***
14435
144361993-10-25 David J. MacKenzie <djm@gnu.org>
14437
14438 * doc/bison.texinfo: *** empty log message ***
14439
144401993-10-19 Richard Stallman <rms@gnu.org>
14441
14442 * src/bison.s1: *** empty log message ***
14443
144441993-10-19 Richard Stallman <rms@gnu.org>
14445
14446 * bison.simple: *** empty log message ***
14447
144481993-10-14 Richard Stallman <rms@gnu.org>
14449
14450 * src/bison.s1: *** empty log message ***
14451
144521993-10-14 Richard Stallman <rms@gnu.org>
14453
14454 * bison.simple: *** empty log message ***
14455
144561993-09-14 David J. MacKenzie <djm@gnu.org>
14457
14458 * doc/bison.texinfo: *** empty log message ***
14459
144601993-09-13 Noah Friedman <friedman@gnu.org>
14461
14462 * Makefile.in: *** empty log message ***
14463
144641993-09-10 Richard Stallman <rms@gnu.org>
14465
14466 * src/conflicts.c: *** empty log message ***
14467
14468 * src/system.h: entered into RCS
14469
144701993-09-10 Richard Stallman <rms@gnu.org>
14471
14472 * doc/bison.1: entered into RCS
14473
144741993-09-06 Noah Friedman <friedman@gnu.org>
14475
14476 * src/version.c: entered into RCS
14477
144781993-09-06 Noah Friedman <friedman@gnu.org>
14479
14480 * Makefile.in: *** empty log message ***
14481
144821993-07-30 David J. MacKenzie <djm@gnu.org>
14483
14484 * Makefile.in: *** empty log message ***
14485
144861993-07-24 Richard Stallman <rms@gnu.org>
14487
14488 * src/bison.s1: *** empty log message ***
14489
144901993-07-24 Richard Stallman <rms@gnu.org>
14491
14492 * bison.simple: *** empty log message ***
14493
144941993-07-08 David J. MacKenzie <djm@gnu.org>
14495
14496 * Makefile.in: *** empty log message ***
14497
144981993-07-04 Richard Stallman <rms@gnu.org>
14499
14500 * src/bison.s1: *** empty log message ***
14501
145021993-07-04 Richard Stallman <rms@gnu.org>
14503
14504 * bison.simple: *** empty log message ***
14505
145061993-06-26 David J. MacKenzie <djm@gnu.org>
14507
14508 * src/getargs.c: entered into RCS
14509
145101993-06-26 David J. MacKenzie <djm@gnu.org>
14511
14512 * doc/bison.texinfo: *** empty log message ***
14513
14514 * doc/bison.1: New file.
14515
145161993-06-25 Richard Stallman <rms@gnu.org>
14517
14518 * src/getargs.c: New file.
14519
145201993-06-16 Richard Stallman <rms@gnu.org>
14521
14522 * src/bison.s1: *** empty log message ***
14523
145241993-06-16 Richard Stallman <rms@gnu.org>
14525
14526 * bison.simple: *** empty log message ***
14527
145281993-06-03 Richard Stallman <rms@gnu.org>
14529
14530 * src/bison.s1: New file.
14531
145321993-06-03 Richard Stallman <rms@gnu.org>
14533
14534 * doc/bison.texinfo: *** empty log message ***
14535
145361993-06-03 Richard Stallman <rms@gnu.org>
14537
14538 * bison.simple: New file.
14539
145401993-05-19 Richard Stallman <rms@gnu.org>
14541
14542 * doc/bison.texinfo: New file.
14543
145441993-05-07 Noah Friedman <friedman@gnu.org>
14545
14546 * Makefile.in: *** empty log message ***
14547
145481993-04-28 Noah Friedman <friedman@gnu.org>
14549
14550 * src/reader.c: *** empty log message ***
14551
145521993-04-23 Noah Friedman <friedman@gnu.org>
14553
14554 * src/alloc.h: entered into RCS
14555
145561993-04-20 David J. MacKenzie <djm@gnu.org>
14557
14558 * src/version.c: *** empty log message ***
14559
14560 * src/files.c, src/allocate.c:
14561 entered into RCS
14562
14563 * src/reader.c: *** empty log message ***
14564
14565 * src/lex.c: entered into RCS
14566
14567 * src/conflicts.c: New file.
14568
14569 * src/symtab.c: entered into RCS
14570
14571 * src/alloc.h: New file.
14572
14573 * src/LR0.c: entered into RCS
14574
145751993-04-18 Noah Friedman <friedman@gnu.org>
14576
14577 * src/reader.c: New file.
14578
14579 * src/version.c: *** empty log message ***
14580
145811993-04-18 Noah Friedman <friedman@gnu.org>
14582
14583 * Makefile.in: *** empty log message ***
14584
145851993-04-17 Noah Friedman <friedman@gnu.org>
14586
14587 * Makefile.in: *** empty log message ***
14588
145891993-04-15 Richard Stallman <rms@gnu.org>
14590
14591 * src/main.c, src/files.c:
14592 New file.
14593
145941993-04-15 Noah Friedman <friedman@gnu.org>
14595
14596 * configure.in: entered into RCS
14597
14598 * configure.in: *** empty log message ***
14599
14600 * configure.in: New file.
14601
146021993-04-14 Richard Stallman <rms@gnu.org>
14603
14604 * Makefile.in: New file.
14605
146061993-04-13 Richard Stallman <rms@gnu.org>
14607
14608 * src/version.c: New file.
14609
146101993-03-25 Richard Stallman <rms@gnu.org>
14611
14612 * src/output.c: entered into RCS
14613
146141992-09-25 Richard Stallman <rms@gnu.org>
14615
14616 * configure.bat: entered into RCS
14617
146181992-06-22 Richard Stallman <rms@gnu.org>
14619
14620 * src/vmsgetargs.c: entered into RCS
14621
146221992-06-22 Richard Stallman <rms@gnu.org>
14623
14624 * doc/bison.rnh: entered into RCS
14625
146261992-04-20 David J. MacKenzie <djm@gnu.org>
14627
14628 * README: entered into RCS
14629
146301992-01-22 Richard Stallman <rms@gnu.org>
14631
14632 * src/machine.h: entered into RCS
14633
146341991-12-21 Richard Stallman <rms@gnu.org>
14635
14636 * src/lalr.c, src/closure.c:
14637 entered into RCS
14638
146391991-12-20 Richard Stallman <rms@gnu.org>
14640
14641 * src/state.h: entered into RCS
14642
146431991-12-18 Richard Stallman <rms@gnu.org>
14644
14645 * src/print.c, src/nullable.c, src/derives.c:
14646 entered into RCS
14647
146481991-11-03 David J. MacKenzie <djm@gnu.org>
14649
14650 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
14651 entered into RCS
14652
146531988-09-09 Richard Stallman <rms@gnu.org>
14654
14655 * src/bison.hairy: entered into RCS
14656
146571987-12-16 Richard Stallman <rms@gnu.org>
14658
14659 * REFERENCES: entered into RCS
dc546b0f 14660
f294a2c2 14661
04098407 14662 -----
f294a2c2 14663
04098407
PE
14664 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
14665 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software
14666 Foundation, Inc.
f294a2c2 14667
04098407
PE
14668 Copying and distribution of this file, with or without
14669 modification, are permitted provided the copyright notice and this
14670 notice are preserved.