]> git.saurik.com Git - bison.git/blob - ChangeLog
a8912a45413b80b4e889196bf0e3f34637a8f993
[bison.git] / ChangeLog
1 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
2
3 More improvements to the documentation of the prologue alternatives:
4 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
5 Bison manual.
6 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
7 some text to clarify the relative importance of the new directives and
8 to show how these directives may be viewed as code labels.
9
10 2006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
11
12 Similar to the recently removed %before-header, add %code-top as the
13 alternative to the pre-prologue. Mentioned at
14 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
15 Also, let the prologue alternatives appear in the grammar section.
16 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
17 (prologue_declaration): Move the existing prologue alternatives to...
18 (grammar_declaration): ... here and add %code-top.
19 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
20
21 Clean up and extend documentation for the prologue alternatives.
22 * NEWS (2.3a+): Describe prologue alternatives.
23 * doc/bison.texinfo (Prologue): Move discussion of prologue
24 alternatives to...
25 (Prologue Alternatives): ... this new section, and extend it to discuss
26 all 4 directives in detail.
27 (Bison Symbols): Clean up discussion of prologue alternatives and add
28 %code-top.
29
30 2006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
31
32 DJGPP specific issues.
33
34 * djgpp/config.bat: config.hin has been moved to lib. Adjust
35 config.bat accordingly.
36 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
37 * djgpp/config.site: Likewise.
38
39 2006-10-16 Paolo Bonzini <bonzini@gnu.org>
40
41 Replace %*-header with %provides, %requires, %code. See discussion at
42 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
43
44 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
45 (b4_user_start_header): Remove.
46 * data/glr.c: Use new macros instead of b4_*start_header
47 and b4_*end_header.
48 * data/glr.cc: Likewise.
49 * data/lalr1.cc: Likewise.
50 * data/push.c: Likewise.
51 * data/yacc.c: Likewise.
52
53 * doc/bison.texinfo: Remove %before-header, rename
54 %{start,end,after}-header to %requires, %provides, %code.
55
56 * src/parse-gram.y: Likewise (also rename token names accordingly).
57 * src/scan-gram.l: Likewise.
58 * tests/actions.at: Likewise.
59
60 2006-10-14 Paul Eggert <eggert@cs.ucla.edu>
61
62 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
63 Problem reported by Joel E. Denny.
64
65 2006-10-14 Jim Meyering <jim@meyering.net>
66
67 (Sync from coreutils.)
68 Work also when the working directory (with e.g. coreutils sources)
69 is version controlled with git, rather than CVS.
70 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
71 rather than CVS.
72 In messages and comments, say e.g., "checked-out sources",
73 rather than "CVS sources".
74 (version_controlled_file): New function. Work for git as well as
75 for CVS. Don't use grep's -q option.
76 (slurp): Call it here, in place of CVS-specific code.
77
78 2006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
79
80 Fix testsuite for ./configure --enable-gcc-warnings:
81 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
82 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
83 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
84 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
85 * test/regression.at (Diagnostic that expects two alternatives):
86 Likewise.
87
88 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
89
90 * bootstrap.conf (gnulib_modules): Add config-h.
91 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
92 worry about HAVE_CONFIG_H.
93 * lib/abitset.c: Likewise.
94 * lib/bitset.c: Likewise.
95 * lib/bitset_stats.c: Likewise.
96 * lib/bitsetv-print.c: Likewise.
97 * lib/bitsetv.c: Likewise.
98 * lib/ebitset.c: Likewise.
99 * lib/get-errno.c: Likewise.
100 * lib/lbitset.c: Likewise.
101 * lib/subpipe.c: Likewise.
102 * lib/timevar.c: Likewise.
103 * lib/vbitset.c: Likewise.
104 * lib/bitset.c: Include "bitset.h" first, to test interface.
105 * lib/bitset_stats.c: Include "bitset_stats.h" first.
106 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
107 * lib/bitsetv.c: Include "bitsetv.h" first.
108 * lib/get-errno.c: Include "get-errno.h" first.
109 * m4/.cvsignore: Add config-h.m4.
110 * tests/actions.at (Default %printer and %destructor for ...):
111 Adjust expected line numbers in output to reflect removal of #if
112 HAVE_CONFIG_H lines.
113 * tests/glr-regression.at (Missed %merge type warnings when ...):
114 Likewise.
115 * tests/regression.at (Braced code in declaration in rules section):
116 Likewise.
117 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
118 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
119 Include <config.h> unconditionally.
120
121 * bootstrap: Sync from coreutils, as follows:
122
123 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
124
125 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
126 variable was sometimes used without being initialized. This
127 messed up the installation of the INSTALL file in some cases.
128
129 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
130
131 * bootstrap (usage, main program, symlink_to_gnulib): Add option
132 --copy. Inspired by a suggestion from Bruno Haible.
133
134 2006-10-03 Jim Meyering <jim@meyering.net>
135
136 * bootstrap: Undo last change to this file, since now gnulib-tool
137 sticks with the automake default in generating dependencies.
138
139 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
140
141 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
142 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
143
144 * doc/bison.1: Add copyright notice.
145
146 * data/glr.c: Don't include <stdarg.h>; not used.
147
148 * NEWS: The -g and --graph options now output graphs in Graphviz
149 DOT format, not VCG format.
150 * doc/bison.1: Likewise.
151 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
152 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
153 of this change in
154 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
155 * TODO: Remove Graphviz entry.
156 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
157 remove vcg.c, vcg.h, vcg_defaults.h.
158 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
159 * src/graphviz.c, src/graphviz.h: New files.
160 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
161 * src/files.h: Make comment more generic.
162 * src/main.c (main): Likewise.
163 * src/print_graph.h: Likewise.
164 * src/getargs.c (usage): Make usage description more generic.
165 * src/print_graph.c: Include graphviz.h rather than vcg.h.
166 (static_graph, fgraph): Remove. All uses changed to pass
167 arguments instead of sharing a static var.
168 (print_core, print_actions, print_state, print_graph):
169 Output graphviz format rather than VCG format.
170 * tests/.cvsignore: Remove *.vcg; add *.dot.
171 * tests/output.at: Expect *.dot files, not *.vcg files.
172
173 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
174 accommodates the 2006-10-08 change.
175
176 2006-10-11 Bob Rossi <bob@brasko.net>
177
178 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
179 (b4_yyssa, b4_yyerror_range): New macros.
180 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
181 (yypvarsinit): Remove init of removed fields.
182 (yypushparse): Remove use of removed fields; use new macros instead.
183
184 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
185
186 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
187 in a push parser. Reindent slightly to match yacc.c better.
188
189 2006-10-11 Bob Rossi <bob@brasko.net>
190
191 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
192 yymsg_alloc fields.
193 (yypvarsinit, yypushparse): Remove init of removed fields.
194 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
195
196 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
197
198 * THANKS: Add Paolo Bonzini and Bob Rossi.
199
200 2006-10-08 Paolo Bonzini <bonzini@gnu.org>
201
202 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
203 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
204 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
205 b4_define_user_cde and uses): Remove.
206 (b4_comment, b4_prefix, b4_sync_start): New.
207 * data/bison.m4: New file, with most of the content removed from c.m4.
208 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
209 * src/output.c (output_skeleton): Pass bison.m4.
210 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
211 only if specified.
212
213 2006-10-05 Paul Eggert <eggert@cs.ucla.edu>
214
215 Fix test failure reported by Tom Lane in
216 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
217 and try to make such failures easier to catch in the future.
218 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
219 that's now the caller's responsibility.
220 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
221 Set yychar = YYEOF if it's negative.
222 * tests/actions.at (yylex): Abort if asked to read past EOF.
223 * tests/conflicts.at (yylex): Likewise.
224 * tests/cxx-type.at (yylex): Likewise.
225 * tests/glr-regression.at (yylex): Likewise.
226 * tests/input.at (yylex): Likewise.
227 * tests/regression.at (yylex): Likewise.
228 * tests/torture.at (yylex): Likewise.
229
230 2006-10-01 Paul Eggert <eggert@cs.ucla.edu>
231
232 Fix problems with translating English-language diagnostics.
233 * bootstrap: Fix bug introduced in recent bootstrap changes, with
234 respect to bison-runtime pot generation. The YY_ stuff
235 wasn't being captured.
236 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
237 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
238 * runtime-po/POTFILES.in: Add data/push.c.
239
240 2006-09-29 Paul Eggert <eggert@cs.ucla.edu>
241
242 Merge bootstrap changes from coreutils.
243
244 2006-09-28 Jim Meyering <jim@meyering.net>
245
246 Automatically generated dependencies are important even
247 when all of the sources in a directory come from gnulib.
248 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
249 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
250
251 2006-09-23 Jim Meyering <jim@meyering.net>
252
253 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
254
255 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
256
257 * bootstrap: Add support for --force.
258 (usage): New function. Describe usage less tersely.
259 (CVS_only_file): New var.
260
261 2006-09-21 Paul Eggert <eggert@cs.ucla.edu>
262
263 * data/push.c (YYPUSH_MORE): Make it an enum instead.
264 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
265 Adjust white space and comments to match GNU style better.
266
267 2006-09-20 Bob Rossi <bob@brasko.net>
268
269 * data/push.c (yyresult_get): Remove function.
270 (YYPUSH_MORE): Add #define.
271 (yypushparse): Modify return value.
272
273 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
274
275 * stamp-h.in: Remove; no longer needed.
276 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
277 Remove config.h, config.hin, intl (no longer created).
278 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
279 stamp-h1.
280
281 Sync bootstrap from coreutils, as follows:
282
283 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
284
285 * bootstrap (symlink_to_gnulib): New function.
286 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
287 to copies-of-gnulib.
288 (cp_mark_as_generated, slurp, gnulib_files):
289 Avoid making a copy if it's the same as the old version.
290 (gnulib_files): Add support for this variable (used by Bison).
291
292 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
293
294 * src/getargs.c (usage): Rework to use conventions similar to
295 coreutils, to make translation a bit easier and the code a bit
296 smaller. Problem reported by Tim Van Holder.
297
298 2006-09-15 Paul Eggert <eggert@cs.ucla.edu>
299
300 Use some of gnulib's new modules, taken from coreutils.
301
302 * bootstrap: Sync from coreutils, except add support for gnulib_files.
303 * bootstrap.conf: New file.
304 (gnulib_modules): Add configmake, inttypes, unistd.
305 (XGETTEXT_OPTIONS): Add complain, complain_at,
306 fatal, fatal_at, warn, warn_at, unexpected_end.
307 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
308 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
309 (gl_EARLY): Add.
310 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
311 (gl_INIT): Add
312 (GNULIB_AUTOCONF_SNIPPET): Remove.
313 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
314 the pickiest.
315 * lib/.cvsignore: Add inttypes_.h.
316 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
317 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
318 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
319 no-longer-necessary initializations.
320 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
321 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
322 use the unistd module.
323 * src/system.h: Likewise.
324 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
325 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
326 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
327 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
328 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
329 * src/system.h: Include inttypes.h unconditionally, now that we
330 use the inttypes module. Don't bother to include stdint.h, since
331 inttypes.h now does that for us.
332 (LOCALEDIR): Remove, now that we use the configmake module.
333 * src/getargs.c: Include configmake.h.
334 * src/main.c: Likewise.
335 * src/output.c: Likewise.
336 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
337 not from $abs_top_builddir, since config.h moved.
338
339
340 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
341 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
342
343 * src/parse-gram.y (symbol_declaration): Don't put statements
344 before declarations; it's not portable to C89.
345 * src/scan-code.l (handle_action_at): Likewise.
346
347 * src/scan-code.l: Always initialize braces_level; the old code
348 left it uninitialized and therefore had undefined behavior.
349
350 Don't attempt to redefine 'assert', since it runs afoul of
351 systems where standard headers (mistakenly) include <assert.h>.
352 Instead, define and use our own alternative, called 'aver'.
353 * src/reader.c: Don't include assert.h, since we no longer
354 use assert.
355 * src/scan-code.l: Likewise.
356 * src/system.h (assert): Remove, replacing with....
357 (aver): New function, taking a bool arg. All uses changed.
358 * src/tables.c (pack_vector): Ensure that aver arg is bool,
359 not merely an integer.
360
361 2006-09-15 Bob Rossi <bob@brasko.net>
362
363 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
364 * data/c.m4 (YYPUSH): New.
365 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
366 * src/getargs.c (push_parser): New var.
367 * src/getargs.h (push_parser): New declaration.
368 * src/output.c (prepare): Add macro insertion of `push_flag'.
369 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
370 (prologue_declaration): Parse %push-parser.
371 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
372 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
373 list of removed lines from the traces observed.
374 (AT_CHECK_CALC_LALR): Added push parser tests.
375
376 2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
377
378 * NEWS: Version 2.3a.
379 * configure.ac (AC_INIT): Likewise.
380
381 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
382 "#define YYSTYPE int" that caused "make maintainer-check" to fail
383 due to header ordering dependencies. I don't know why the #define
384 was there.
385
386 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
387 runtime cost when YYDEBUG is not defined, and so that some tests
388 that used to fail now work. Problem and initial suggestion by
389 Paolo Bonzini.
390 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
391 * data/glr.cc (b4_parser_class_name):
392 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
393 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
394 (yydebug_) [YYDEBUG]: New member.
395 (yycdebug_): Now defined only if YYDEBUG.
396 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
397 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
398 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
399 if YYYDEBUG.
400 (debug_stream, set_debug_stream, debug_level, set_debug_level):
401 Define only if YYDEBUG.
402 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
403 set_debug_level.
404 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
405 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
406 AT_CHECK_CALC_GLR_CC that are working now.
407
408 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
409
410 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
411 We don't need them in glr.cc, and glr.c defines them.
412 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
413 assumes that defining it to anything is the same as defining
414 it to 1. Problem reported by Paolo Bonzini.
415
416 2006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
417
418 * data/c.m4 (b4_null, b4_case): Define.
419 * src/output.c (prepare_symbols): Use b4_null.
420 (user_actions_output): Use b4_case.
421
422 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
423
424 * data/glr.c (b4_shared_declarations): Put start-header first,
425 before any #includes that we generate, so that feature-test
426 macros work. Problem reported by Michael Deutschmann in
427 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
428 * data/lalr1.cc: Likewise.
429 * doc/bison.texinfo (Prologue): Document that feature-test macros
430 should be defined before any Bison declarations.
431 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
432 that depend on location.hh after, not before, Bison decls, since
433 we now include location.hh after the first user prologue.
434
435 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
436 Sander Brandenburg in
437 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
438 Also, fix minor white space and comment issues.
439 (Prologue): Mention that it's better to define feature-test macros
440 before Bison declarations. Problem reported by Michael Deutschmann.
441
442 * README-cvs: Fix typo: "&" should be "&&". Problem reported
443 by Jim Meyering.
444 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
445 This adjusts to recent gnulib changes.
446
447 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
448
449 Finish implementation of per-type %destructor/%printer. Discussed
450 starting at
451 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
452 and
453 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
454 * NEWS (2.3+): Add a description of this feature to the default
455 %destructor/%printer description.
456 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
457 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
458 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
459 list node contains a semantic type.
460 * src/symtab.c, src/symtab.h: Extend with a table that associates
461 semantic types with their %destructor's and %printer's.
462 (semantic_type_from_uniqstr, semantic_type_get,
463 semantic_type_destructor_set, semantic_type_printer_set): New functions
464 composing the public interface of that table.
465 (symbol_destructor_get, symbol_destructor_location_get,
466 symbol_printer_get, symbol_printer_location_get): If there's no
467 per-symbol %destructor/%printer, look up the per-type before trying
468 the default.
469 * tests/actions.at (Per-type %printer and %destructor): New test case.
470 * tests/input.at (Default %printer and %destructor redeclared):
471 Extend to check that multiple occurrences of %symbol-default in a
472 single %destructor/%printer declaration is an error.
473 (Per-type %printer and %destructor redeclared, Unused values with
474 per-type %destructor): New test cases.
475
476 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
477
478 Require default %destructor/%printer to be declared using
479 %symbol-default instead of an empty symbol list, and start working on
480 new per-type %destructor/%printer. Discussed at
481 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
482 * NEWS (2.3+): Add %symbol-default to example.
483 * bison.texinfo (Freeing Discarded Symbols): Likewise.
484 (Bison Symbols): Add entry for %symbol-default.
485 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
486 (generic_symlist, generic_symlist_item): New nonterminals for creating
487 a list in which each item is a symbol, semantic type, or
488 %symbol-default.
489 (grammar_declaration): Use generic_symlist in %destructor and %printer
490 declarations instead of symbols.1 or an empty list.
491 (symbol_declaration, precedence_declaration, symbols.1): Update actions
492 for changes to symbol_list.
493 * src/reader.c: Update for changes to symbol_list.
494 * src/scan-code.l: Likewise.
495 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
496 * src/symlist.c, src/symlist.h: Extend such that a list node may
497 represent a semantic type or a %symbol-default in addition to just an
498 ordinary symbol. Add switched functions for setting %destructor's and
499 %printer's.
500 * tests/actions.at, tests/input.at: Add %symbol-default to all default
501 %destructor/%printer declarations.
502
503 2006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
504
505 Whether the default %destructor/%printer applies to a particular symbol
506 isn't a question of whether the user *declares* that symbol (in %token,
507 for example). It's a question of whether the user by any means
508 *defines* the symbol at all (by simply using a char token, for
509 example). $end is defined by Bison whereas any other token with token
510 number 0 is defined by the user. The error token is always defined by
511 Bison regardless of whether the user declares it with %token, but we
512 may one day let the user define error as a nonterminal instead.
513 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
514 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
515 the meaning of "user-defined".
516 * tests/actions.at (Default %printer and %destructor for user-declared
517 end token): Rename to...
518 (Default %printer and %destructor for user-defined end token): ...
519 this.
520
521 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
522 computation of whether to apply the default, don't maintain a list of
523 every Bison-defined symbol. Instead, just check for a first character
524 of '$', which a user symbol cannot have, and check for the error token.
525
526 2006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
527
528 Don't apply the default %destructor or %printer to the error token,
529 $undefined, or $accept. This change fits the general rule that the
530 default %destructor and %printer are only for user-declared symbols,
531 and it solves several difficulties that are described in the new test
532 cases listed below.
533 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
534 * tests/actions.at (Default %printer and %destructor are not for error
535 or $undefined, Default %printer and %destructor are not for $accept):
536 New test cases.
537
538 2006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
539
540 Allow %start after the first rule.
541 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
542 when parsing the first rule.
543 (check_and_convert_grammar): Search for it here after all grammar
544 declarations have been parsed. Skip midrules, which have dummy LHS
545 nonterminals.
546 * src/symtab.c (symbol_is_dummy): New function.
547 * src/symtab.h (symbol_is_dummy): Declare it.
548 * tests/input.at (%start after first rule): New test.
549
550 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
551
552 Redo some of the previous commit: add back the ability to use
553 non-aliased/undeclared string literals since it might be useful to
554 those declaring %token-table.
555 * src/reader.c (check_and_convert_grammar): Undo changes in previous
556 commit: don't worry about complaints from symbols_pack.
557 * src/symtab.c (symbol_new, symbol_class_set,
558 symbol_check_alias_consistency): Undo changes in previous commit: count
559 each string literal as a new symbol and token, assign it a symbol
560 number, and don't complain about non-aliased string literals.
561 (symbols_pack): Since symbol_make_alias still does not decrement symbol
562 and token counts but does still set aliased tokens to the same number,
563 symbol_pack_processor now leaves empty slots in the symbols array.
564 Remove those slots.
565 * tests/regression.at (Undeclared string literal): Remove test case
566 added in previous commit since non-aliased string literals are allowed
567 again.
568 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
569 remove unnecessary string literal declarations.
570 * tests/sets.at (Firsts): Likewise.
571
572 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
573
574 Don't allow an undeclared string literal, but allow a string literal to
575 be used before its declaration.
576 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
577 symbols_pack complained.
578 * src/symtab.c (symbol_new): Don't count a string literal as a new
579 symbol.
580 (symbol_class_set): Don't count a string literal as a new token, and
581 don't assign it a symbol number since symbol_make_alias does that.
582 (symbol_make_alias): It's not necessary to decrement the symbol and
583 token counts anymore. Don't assume that an alias declaration occurs
584 before any uses of the identifier or string, and thus don't assert that
585 one of them has the highest symbol number so far.
586 (symbol_check_alias_consistency): Complain if there's a string literal
587 that wasn't declared as an alias.
588 (symbols_pack): Bail if symbol_check_alias_consistency failed since
589 symbol_pack asserts that every token has been assigned a symbol number
590 although undeclared string literals have not.
591 * tests/regression.at (String alias declared after use, Undeclared
592 string literal): New test cases.
593 (Characters Escapes, Web2c Actions): Declare string literals as
594 aliases.
595 * tests/sets.at (Firsts): Likewise.
596
597 2006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
598
599 In the grammar scanner, STRING_FINISH unclosed constructs and return
600 them to the parser in order to improve error messages.
601 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
602 SC_BRACED_CODE, SC_PROLOGUE): Implement.
603 * tests/input.at (Unclosed constructs): New test case.
604 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
605 seen.
606
607 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
608 unused global.
609
610 2006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
611
612 Handle string aliases for character tokens correctly.
613 * src/symtab.c (symbol_user_token_number_set): If the token has an
614 alias, check and set its alias's user token number instead of its own,
615 which is set to indicate the alias. Previously, every occurrence of
616 the character token in the grammar overwrote that alias indicator with
617 the character code.
618 * tests/input.at (String aliases for character tokens): New test.
619
620 2006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
621
622 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
623
624 2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
625
626 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
627 to prevent failures when building on older platforms.
628 Check for autopoint failure.
629 Set XGETTEXT_OPTIONS to values that check for C format strings,
630 so that translators are warned about them (this also helps
631 prevent core dumps).
632
633 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
634 function, since it simplifies our code a bit.
635
636 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
637 rather than -W, so we don't get bogus warnings about sign comparisons.
638 Add -Wpointer-arith, since that warning is useful (it reports code
639 that does not conform to C89 and that some compilers reject).
640 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
641 since it's no longer needed.
642
643 2006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
644
645 Clean up scanners a bit.
646 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
647 definitions so gcc won't warn when obstack_for_string is unused.
648 * src/scan-code.l: config.h and system.h are already #include'd by
649 scan-code-c.c, so get rid of them here.
650 * src/scan-gram.l: Likewise.
651 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
652 definitions rather than duplicating the rest of it.
653 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
654
655 2006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
656
657 Suppress signed/unsigned comparison warnings for yycheck.
658 * data/c.m4 (b4_safest_int_type): New macro.
659 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
660 a signed int type, cast it to b4_safest_int_type first.
661 * data/yacc.c: Likewise.
662 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
663 also overwritten.
664
665 2006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
666
667 * doc/bison.texinfo: Fix some typos.
668
669 2006-08-02 Paul Eggert <eggert@cs.ucla.edu>
670
671 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
672 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
673
674 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
675 the latest gnulib does this a different way.
676 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
677 translation was patched, so stop omitting it.
678
679 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
680
681 Enable declaration of default %printer/%destructor. Make the parser
682 use these for all user-declared grammar symbols for which the user does
683 not declare a specific %printer/%destructor. Thus, the parser uses it
684 for token 0 if the user declares it but not if Bison generates it as
685 $end. Discussed starting at
686 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
687 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
688 and
689 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
690 * NEWS (2.3+): Mention.
691 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
692 declare a %destructor for a mid-rule's semantic value. It's just
693 impossible to declare one specific to it.
694 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
695 code. Describe default %destructor form.
696 * src/parse-gram.y (grammar_declaration): Parse default
697 %printer/%destructor declarations.
698 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
699 and symbol_destructor_location_get rather than accessing the destructor
700 and destructor_location members of struct symbol.
701 (symbol_printers_output): Likewise but for %printer's.
702 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
703 again.
704 * src/symtab.c (default_destructor, default_destructor_location,
705 default_printer, default_printer_location): New static global
706 variables to record the default %destructor and %printer.
707 (symbol_destructor_get, symbol_destructor_location_get,
708 symbol_printer_get, symbol_printer_location_get): New functions to
709 compute the appropriate %destructor and %printer for a symbol.
710 (default_destructor_set, default_printer_set): New functions to set the
711 default %destructor and %printer.
712 * src/symtab.h: Prototype all those new functions.
713 * tests/actions.at (Default %printer and %destructor): New test to
714 check that the right %printer and %destructor are called, that they're
715 not called for $end, and that $$ and @$ work correctly.
716 (Default %printer and %destructor for user-declared end token): New
717 test to check that the default %printer and %destructor are called for
718 a user-declared end token.
719 * tests/input.at (Default %printer and %destructor redeclared, Unused
720 values with default %destructor): New tests to check related grammar
721 warnings and errors.
722
723 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
724
725 Clean up handling of %destructor for the end token (token 0).
726 Discussed starting at
727 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
728 and
729 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
730
731 Make the skeletons consistent in how they pop the end token and invoke
732 its %destructor.
733 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
734 state, which has token number 0, since this would invoke the
735 %destructor for the end token.
736 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
737 until after shifting the end token, or else it won't be popped.
738 * data/yacc.c (yyparse): Likewise.
739
740 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
741 it's the end token. Upon termination, destroy an unshifted lookahead
742 even when it's the end token.
743 * data/lalr1.cc (yy::parser::parse): Likewise.
744 * data/yacc.c (yyparse): Likewise.
745
746 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
747 value warnings for the end token when the user gives the end token a
748 %destructor.
749
750 * tests/actions.at (Printers and Destructors): Test all the above.
751
752 2006-07-24 Paul Eggert <eggert@cs.ucla.edu>
753
754 Update to latest gnulib and gettext versions.
755 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
756 Add fopen-safer.
757 (gnulib_files): Add m4/warning.m4. Don't worry about files
758 overwritten by autopoint.
759 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
760 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
761 rejects them.
762 Don't use autoreconf; instead, invoke autopoint etc. by hand,
763 so that we can remove the intl files at a better time.
764 (intl_files_to_remove): Remove aclocal.m4, since it gets
765 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
766 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
767 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
768 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
769 Remove datarootdir hack; no longer needed.
770 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
771 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
772 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
773 strdup.h.
774 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
775 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
776
777 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
778
779 * bootstrap: Adjust to today's change to gnulib-tool by invoking
780 it with --assume-autoconf='latest-stable'.
781
782 2006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
783
784 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
785 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
786 YYSTYPE' and `{'.
787 * src/muscle_tab.h (muscle_grow): Replace the header comments with
788 those from muscle_tab.c since the old ones are misleading.
789
790 2006-07-13 Akim Demaille <akim@epita.fr>
791
792 Support %define "KEY" {VALUE}.
793 * src/scan-code.h, src/scan-code.l (translate_action)
794 (translate_rule_action, translate_symbol_action, translate_code):
795 Return char *, not const char *.
796 * src/parse-gram.y (declaration): Rename as...
797 (prologue_declaration): this.
798 (string_content): Remove this nonterminal, use STRING.
799 (braceless, content, content.opt): New nonterminal.
800 Use them.
801 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
802 as value.
803 * src/scan-gram.l (getargs.h): Don't include it.
804
805 2006-07-12 Paul Eggert <eggert@cs.ucla.edu>
806
807 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
808 rather than a for-loop that declares a local bool variable. This
809 should work around a compatibility problem with a Cray x1e C++
810 compiler reported by Hung Nguyen in
811 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
812 The for-loop was introduced in the 2004-11-17 change but I don't
813 know why it was needed.
814
815 2006-07-12 Akim Demaille <akim@epita.fr>
816
817 * data/c.m4: Comment changes.
818
819 2006-07-10 Akim Demaille <akim@lrde.epita.fr>
820
821 * src/complain.c (error_message, ERROR_MESSAGE): New.
822 To factor...
823 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
824 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
825
826 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
827
828 * NEWS: Instead of %union, you can define and use your own union type
829 YYSTYPE if your grammar contains at least one <type> tag.
830 Your YYSTYPE need not be a macro; it can be a typedef.
831 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
832 (Union Decl, Decl Summary): Document this.
833 * data/glr.c (YYSTYPE): Implement this.
834 * data/glr.cc (YYSTYPE): Likewise.
835 * data/lalr1.cc (YYSTYPE): Likewise.
836 * data/yacc.c (YYSTYPE): Likewise.
837 * src/output.c (prepare): Output tag_seen_flag.
838 * src/parse-gram.y (declaration, grammar_declaration):
839 Use 'union_seen' rather than 'typed' to determine whether
840 %union has been seen, since grammars can now be typed without
841 %union.
842 (symbol_declaration, type.opt, symbol_def):
843 Keep track of whether a tag has been seen.
844 * src/reader.c (union_seen, tag_seen): New vars.
845 (typed): remove.
846 * src/reader.h (union_seen, tag_seen, typed): Likewise.
847 * src/scan-code.l (untyped_var_seen): New variable.
848 (handle_action_dollar): Adjust to above changes.
849 (handle_action_dollar, handle_action_at):
850 Improve overflow checking for outlandish numbers.
851 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
852 avoid new diagnostics generated by above changes.
853 * tests/regression.at (YYSTYPE typedef): Add test to check
854 for type tags without %union.
855
856 * src/symlist.c (symbol_list_length): Return int, not unsigned
857 int, since callers expect int. This may need to get revisited
858 once we have proper integer overflow checking.
859
860 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
861 object is now static.
862
863 * src/getargs.c (flags_argmatch): Return void, not int,
864 to pacify ./configure --enable-gcc-warnings.
865
866 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
867 since last_string is already defined to FLEX_PREFIX (last_string).
868
869 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
870
871 Implement --warnings/-W.
872 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
873 replaced by...
874 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
875 Adjust callers.
876 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
877 (warnings_args, warnings_types): New.
878 (getargs, short_options, long_options): Accept -W/--warnings.
879 Sort the options by alphabetical order, upper case letter right
880 before its lower case.
881
882 2006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
883
884 Change %merge result type clash warnings to errors. Discussed at
885 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
886 * src/reader.c (record_merge_function_type): Use complain_at.
887 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
888 declared later): Update test case results.
889
890 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
891
892 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
893 to be in alphabetical order.
894 (trace_args): Spelling fixes.
895
896 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
897
898 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
899 so they don't collide with user-defined macros.
900 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
901 this was never guaranteed, and now that we're using gnulib stdint,
902 which defines int_fast16_t to long int, the problem is exposed.
903
904 2006-07-08 Paul Eggert <eggert@cs.ucla.edu>
905
906 * data/c.m4 (b4_basename): Simplify a bit, since we don't
907 need the full POSIX semantics (and weren't implementing them
908 anyway).
909
910 Adjust to Autoconf 2.60 and today's gnulib.
911 * bootstrap (gnulib_modules): Add stdint.
912 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
913 no longer copies it.
914 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
915 since stdint needs the former and wcwidth (which is now required
916 by mbswidth) needs the latter.
917 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
918 work around a compatibility glitch between gettext 0.14.6 and
919 Autoconf 2.60.
920 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
921 Do not check for uintptr_t, since new stdint module does the right
922 thing.
923 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
924 Add stdint.h, stdint_.h, wcwidth.h.
925 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
926 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
927 stdint.m4, wchar_t.m4, wcwidth.m4.
928 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
929 usual order for ../lib/*.h files.
930 (file_name_split): Use last_component, not base_name, to adjust
931 to gnulib changes.
932 * src/parse-gram.h: Include <strverscmp.h> in the usual order
933 for ../lib/*.h files.
934 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
935 Define unconditionally, since we now assume the stdint module.
936 * src/scan-skel.l: Include <dirname.h>.
937 (BASE_QPUTS): Use last_component, not base_name.
938 * src/system.h: Include <unlocked-io.h> in the usual order
939 for ../lib/*.h files. Include <stdint.h> unconditionally,
940 since we now use the stdint module.
941 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
942 HAVE_UINTPTR_T, since we now use the stdint module.
943 (base_name): Remove decl, since files now include <dirname.h>
944 to get the decl.
945
946 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
947
948 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
949 New, default to 1.
950 * data/yacc.c, data/glr.c, data/location.cc: Use them.
951 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
952 default.
953 * tests/calc.at: Adjust.
954
955 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
956
957 * data/c.m4 (b4_basename): New.
958 (b4_syncline): Also output the location of its invocation (from
959 the skeleton).
960 (b4_user_action, b4_define_user_action, b4_user_actions)
961 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
962 (b4_user_stype): New.
963 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
964
965 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
966
967 In the grammar file, the first column is 1 not 0 on the first line as
968 on every other line.
969 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
970 * tests/input.at (Torturing the Scanner): Update output.
971
972 * src/scan-gram.l (scanner_cursor): Declare it static.
973
974 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
975
976 In warnings, say "previous declaration" rather than "first
977 declaration".
978 * src/symtab.c (redeclaration): Do that here.
979 * src/reader.c (record_merge_function_type): In the case of a result
980 type clash, report the previous declaration rather than the very first
981 one in the grammar file.
982 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
983 declared later): Add a third declaration to check this behavior.
984 * tests/input.at (Incompatible Aliases): Update output.
985
986 2006-06-27 Akim Demaille <akim@epita.fr>
987
988 * doc/Doxyfile.in: New.
989 * doc/Makefile.am: Use it.
990 * src/lalr.h, src/symtab.h: Initial doxygenation.
991
992 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
993
994 Don't miss %merge result type warnings just because the LHS types are
995 declared after the %merge. This continues the effort of the previous
996 patch.
997 * src/reader.c (get_merge_function): Don't set the merger type yet.
998 (record_merge_function_type): New function for setting the merger type
999 and checking for clashes.
1000 (grammar_current_rule_merge_set): Set the location of the %merge for
1001 the current rule.
1002 (packgram): Invoke record_merge_function_type for each rule now that
1003 all symbol type declarations have been parsed.
1004 * src/reader.h (merger_list.type_declaration_location): New member
1005 storing the location of the first %merge from which the type for this
1006 merging function was derived.
1007 * src/symlist.h (symbol_list.merger_declaration_location): New member
1008 storing the location of a rule's %merge, if any.
1009 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
1010 declared later): New test to catch the error fixed by the above patch.
1011
1012 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
1013
1014 Get action warnings (grammar_rule_check) right even when symbol
1015 declarations appear after the rules. Discussed at
1016 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
1017 and
1018 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
1019 Don't mistake the type of $$ in a midrule to be that of its parent
1020 rule's $$.
1021 * src/reader.c (grammar_current_rule_end): Don't invoke
1022 grammar_rule_check yet since not all symbol declarations may have been
1023 parsed yet.
1024 (grammar_midrule_action): Likewise.
1025 Don't record whether the midrule's $$ has been used yet since actions
1026 haven't been translated yet.
1027 Record the midrule's parent rule and its RHS index within the parent
1028 rule.
1029 (grammar_current_rule_action_append): Don't translate the action yet
1030 since not all symbol declarations may have been parsed yet and, thus,
1031 warnings about types for $$, $n, @$, and @n can't be reported yet.
1032 (packgram): Translate the action and invoke grammar_rule_check now that
1033 all symbol declarations have been parsed.
1034 * src/scan-code.l (handle_action_dollar): Now that this is invoked
1035 after parsing the entire grammar file, the symbol list here in the case
1036 of a midrule is actually the midrule's empty RHS, so reference its
1037 parent rule's RHS where necessary.
1038 On the other hand, now that you can already know it's a midrule, you
1039 aren't forced to think $$ has the same type as its parent rule's $$.
1040 (handle_action_at): In the case of a midrule, reference the parent rule
1041 where necessary.
1042 * src/symlist.c (symbol_list_new): Initialize new midrule-related
1043 members.
1044 (symbol_list_length): Now that this is invoked after all rules have
1045 been parsed, a NULL symbol (rather than a NULL symbol list node)
1046 terminates a rule. symbol_list_print already does this correctly.
1047 * src/symlist.h (symbol_list.midrule_parent_rule,
1048 symbol_list.midrule_parent_rhs_index): New members so that midrules can
1049 remember their relationships with their parents.
1050 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
1051 fixed by the above patch.
1052 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
1053 implementing...
1054 (Unused values): ... this old test case and...
1055 (Unused values before symbol declarations): ... this new test case.
1056 This one is the same as `Unused values' except that all symbol
1057 declarations appear after the rules in order to catch the rest of the
1058 errors fixed by the above patch.
1059
1060 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
1061
1062 More cleanup.
1063 * src/reader.c (current_rule): Declare it static since it's no longer
1064 used outside this file.
1065 (grammar_current_rule_action_append): Remove redundant arguments from
1066 translate_rule_action invocation.
1067 * src/reader.h (current_rule): Remove this unused extern.
1068 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
1069 * src/scan-code.l (translate_rule_action): Likewise.
1070
1071 2006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
1072
1073 Clean up yesterday's patch.
1074 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
1075 to...
1076 * src/reader.c (grammar_current_rule_action_append): ... here for
1077 consistency with grammar_current_rule_symbol_append.
1078 * tests/regression.at (Braced code in declaration in rules section):
1079 Make yyerror and yylex static as usual.
1080
1081 2006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
1082
1083 Fix bug that mistakes braced code in a declaration in the rules section
1084 to be a rule action. Mentioned at
1085 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
1086 * src/scan-gram.l: Move midrule action detection from the start of the
1087 scanning of any braced code to...
1088 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
1089 action. For readability, use $2 and @2 rather than the equivalent
1090 global variables.
1091 * tests/regression.at (Braced code in declaration in rules section):
1092 New test to catch the error fixed by the above patch.
1093
1094 Work on code readability some.
1095 * src/scan-code.l (current_rule): Get rid of this misleading and
1096 redundant declaration: it's actually extern'ed in reader.h.
1097 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
1098 translate_action): Add a rule argument and use it instead of the global
1099 current_rule.
1100 (translate_rule_action): This already receives current_rule through an
1101 argument, so pass it on to translate_action instead of assigning
1102 current_rule to current_rule.
1103 (translate_symbol_action, translate_code): Pass rule = NULL to
1104 translate_action.
1105
1106 2006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
1107
1108 Rename %before-definitions to %start-header and %after-definitions to
1109 %end-header. Don't use these declarations to separate pre-prologue
1110 blocks from post-prologue blocks. Add new order-independent
1111 declarations %before-header and %after-header as alternatives to the
1112 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
1113 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
1114 * NEWS (2.3+): Update for these changes.
1115 * data/glr.c (b4_before_definitions): Update to...
1116 (b4_start_header): ... this.
1117 (b4_after_definitions): Update to...
1118 (b4_end_header): ... this.
1119 * data/glr.cc: Likewise.
1120 * data/lalr1.cc: Likewise.
1121 * data/yacc.c: Likewise.
1122 * doc/bison.texinfo (The prologue): Update names, and replace remaining
1123 prologue blocks with %*-header declarations.
1124 (Calc++ Parser): Likewise.
1125 (Bison Declaration Summary): Update names.
1126 (Bison Symbols): Update description.
1127 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
1128 (PERCENT_END_HEADER): ... this.
1129 (PERCENT_BEFORE_DEFINITIONS): Update to...
1130 (PERCENT_START_HEADER): ... this.
1131 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
1132 (declaration): Update token names and m4 macro names.
1133 When parsing %end-header and %start-header, invoke translate_code
1134 before muscle_code_grow, and no longer set global booleans to remember
1135 whether these declarations have been seen.
1136 Parse new %after-header and %before-header.
1137 * src/reader.c (before_definitions, after_definitions): Remove.
1138 (prologue_augment): Accept a new bool argument to specify whether to
1139 augment the pre-prologue or post-prologue.
1140 * src/reader.h (before_definitions, after_definitions): Remove these
1141 extern's.
1142 (prologue_augment): Add new bool argument.
1143 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
1144 (PERCENT_END_HEADER): ... this.
1145 (PERCENT_BEFORE_DEFINITIONS): Update to...
1146 (PERCENT_START_HEADER): ... this.
1147 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
1148 * tests/actions.at (Printers and Destructors): Update names.
1149
1150 2006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
1151
1152 Add comparison operators for C++ location classes. Discussed at
1153 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
1154 * data/c++.m4 (b4_define_location_comparison): New boolean %define
1155 declaration indicating whether filename_type has an operator==. If
1156 filename_type is `std::string', it defaults to `1', `0' otherwise.
1157 * data/location.cc: Iff b4_define_location_comparison is `1', add
1158 operator== and operator!= for class position and for class location.
1159
1160 Some minor fixes.
1161 * src/scan-action.l: Remove unused file.
1162 * src/symtab.c (symbol_printer_set): Use printer_location not
1163 destructor_location.
1164 * src/symtab.h (struct symbol): Replace incorrect source comment for
1165 printer members.
1166 * tests/input.at (Incompatible Aliases): Update output with correct
1167 printer location.
1168
1169 2006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
1170
1171 Don't put the pre-prologue in the header file. For the yacc.c code
1172 file and the glr.c header and code files, move the pre-prologue before
1173 the token definitions. Add new %before-definitions and
1174 %after-definitions to declare code that will go in both the header file
1175 and code file. Discussed at
1176 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
1177 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
1178 and
1179 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
1180 * NEWS (2.3+): Describe these changes.
1181 * data/glr.c (b4_pre_prologue): Move from within to before...
1182 (b4_shared_declarations): ... this.
1183 Add new b4_before_definitions before b4_token_enums.
1184 Add new b4_after_definitions at the end.
1185 * data/glr.cc (b4_pre_prologue): Replace with...
1186 (b4_before_definitions): ... this in the header file.
1187 (b4_after_definitions): New near the end of the header file.
1188 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
1189 code file right before including the header file.
1190 (b4_before_definitions): New in the previous position of
1191 b4_pre_prologue in the header file.
1192 (b4_after_definitions): New near the end of the header file.
1193 * data/yacc.c: Clean up some m4 quoting especially in the header file.
1194 (b4_token_enums_defines): In the code file, move to right before
1195 YYSTYPE for consistency with the header file.
1196 (b4_before_definitions): New right before b4_token_enums_defines in
1197 both the header and code file.
1198 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
1199 header and code file.
1200 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
1201 of prologues for %union dependencies.
1202 (Bison Declaration Summary): In %defines description, mention the
1203 effect of %before-definitions and %after-definitions on the header
1204 file.
1205 (Calc++ Parser): Forward declare driver in a %before-definitions rather
1206 than in the pre-prologue so that make check succeeds.
1207 (Bison Symbols): Add entries for %before-definitions and
1208 %after-definitions.
1209 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
1210 %before-definitions.
1211 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
1212 (declaration): Parse those declarations and append to
1213 b4_before_definitions and b4_after_definitions, respectively.
1214 * src/reader.c (before_definitions, after_definitions): New bools to
1215 track whether those declarations have been seen.
1216 (prologue_augment): Add to the post-prologue if %union,
1217 %before-definitions, or %after-definitions has been seen.
1218 * src/reader.h (before_definitions, after_definitions): New extern's.
1219 * src/scan-gram.l: Scan the new declarations.
1220 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
1221 prologue block in a %before-definitions or a %after-definitions based
1222 on whether the %union is declared.
1223 * tests/regression.at (Early token definitions with --yacc, Early token
1224 definitions without --yacc): Move tests for token definitions into the
1225 post-prologue since token names are no longer defined in the
1226 pre-prologue.
1227
1228 2006-06-20 Akim Demaille <akim@epita.fr>
1229
1230 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
1231 (symbol_get): Use it.
1232 * src/parse-gram.y: Use it.
1233
1234 2006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
1235
1236 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
1237 build succeeds when configured with --enable-gcc-warnings.
1238
1239 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
1240
1241 * src/parse-gram.y (char_name): New function.
1242 (CHAR, STRING, string_content): For %printer, properly escape.
1243 (ID): Prefer fputs to fprintf.
1244 (id): Reindent to be consistent with other rules.
1245 Properly quote char.
1246
1247 The Translation Project changed its way of publishing translations
1248 to maintainers. I haven't received any responses to my request
1249 for supporting the old way, or for documenting the new way. I
1250 have modified 'bootstrap' to use screen scraping
1251 (in this case, HTML scraping). This is unreliable and inelegant,
1252 but I don't see any better way. Yuck.
1253 * bootstrap (TP_URL, WGET_COMMAND): New vars.
1254 (get_translations): New function, which uses HTML scraping to
1255 deduce locations of latest translations.
1256 Use this function to grab both bison and bison-runtime .po files.
1257 Don't bother priming the pump for the runtime-po domain any more,
1258 as it's now translated better than bison is.
1259
1260 2006-06-19 Akim Demaille <akim@epita.fr>
1261
1262 * src/scan-gram.l: No longer "parse" things after `%union' until
1263 `{'. Rather, return a single "%union" token.
1264 No longer make symbols: return strings, and leave the conversion
1265 to symbols to the parser.
1266 (SC_PRE_CODE, token_type): Remove.
1267 * src/parse-gram.y (%union): New field `character'.
1268 Sort tokens.
1269 (CHAR): New token.
1270 (ID, ID_COLON): Now that the scanner no longer makes them
1271 identifiers, adjust all uses to invoke symbol_get.
1272 (id_colon): New, wraps the conversion from string to symbol.
1273 (%union): Accept a possible union_name.
1274 (symbol): Now can be a char.
1275 * data/c.m4 (b4_union_name): Leave a default value.
1276 * data/glr.c, data/yacc.c: Use it.
1277
1278 2006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
1279
1280 For associating token numbers with token names for "yacc.c", don't use
1281 #define statements unless `--yacc' is specified; always use enum
1282 yytokentype. Most important discussions start at:
1283 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
1284 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
1285 and
1286 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
1287 * NEWS (2.3+): Mention.
1288 * data/c.m4 (b4_yacc_if): New.
1289 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
1290 token #define's.
1291 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
1292 on token name definitions.
1293 * src/getargs.c (usage): Capitalize `Yacc' in English.
1294 * src/output.c (prepare): Define b4_yacc_flag.
1295 * tests/regression.at (Early token definitions): Test that tokens names
1296 are defined before the pre-prologue not just before the post-prologue.
1297 Remove this test case and copy to...
1298 (Early token definitions with --yacc): ... this to test #define's.
1299 (Early token definitions without --yacc): ... and this to test enums.
1300
1301 2006-06-11 Paul Eggert <eggert@cs.ucla.edu>
1302
1303 * NEWS: Reword the post-2.3 change to not be so optimistic about
1304 removing the old "look-ahead" spelling.
1305 Update previous look-ahead/lookahead change reports.
1306 * REFERENCES: look-ahead -> lookahead (since that's
1307 what he actually wrote).
1308 * doc/refcard.tex: look ahead -> lookahead,
1309 look-ahead -> lookahead
1310
1311 2006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
1312
1313 For consistency, use `lookahead' instead of `look-ahead' or
1314 `look_ahead'. Discussed starting at
1315 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
1316 and then at
1317 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
1318 * NEWS: For the next release, note the change to `--report'.
1319 * TODO, doc/bison.1: Update English.
1320 * doc/bison.texinfo: Update English.
1321 (Understanding Your Parser, Bison Options): Document as
1322 `--report=lookahead' rather than `--report=look-ahead'.
1323 * src/conflicts.c: Update English in comments.
1324 (lookahead_set): Rename from look_ahead_set.
1325 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
1326 (resolve_sr_conflict): Rename local look_ahead_tokens to
1327 lookahead_tokens, and update other uses.
1328 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
1329 count_rr_conflicts, conflicts_free): Update uses.
1330 * src/getargs.c (report_args): Move "lookahead" before alternate
1331 spellings.
1332 (report_types): Update uses.
1333 (usage): For `--report' usage description, state `lookahead' spelling
1334 rather than `look-ahead'.
1335 * src/getargs.h (report.report_lookahead_tokens): Rename from
1336 report_look_ahead_tokens.
1337 * src/lalr.c: Update English in comments.
1338 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
1339 (state_lookahead_tokens_count): Rename from
1340 state_look_ahead_tokens_count.
1341 Rename local n_look_ahead_tokens to n_lookahead_tokens.
1342 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
1343 Rename local n_look_ahead_tokens to n_lookahead_tokens.
1344 Update other uses.
1345 Update English in output.
1346 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
1347 * src/print.c: Update English in comments.
1348 (lookahead_set): Rename from look_ahead_set.
1349 (print_reduction): Rename argument lookahead_token from
1350 look_ahead_token.
1351 (print_core, state_default_rule, print_reductions, print_results):
1352 Update uses.
1353 * src/print_graph.c: Update English in comments.
1354 (print_core): Update uses.
1355 * src/state.c: Update English in comments.
1356 (reductions_new): Update uses.
1357 (state_rule_lookahead_tokens_print): Rename from
1358 state_rule_look_ahead_tokens_print, and update other uses.
1359 * src/state.h: Update English in comments.
1360 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
1361 (state_rule_lookahead_tokens_print): Rename from
1362 state_rule_look_ahead_tokens_print.
1363 * src/tables.c: Update English in comments.
1364 (conflict_row, action_row): Update uses.
1365 * tests/glr-regression.at
1366 (Incorrect lookahead during deterministic GLR,
1367 Incorrect lookahead during nondeterministic GLR): Rename
1368 print_look_ahead to print_lookahead.
1369 * tests/torture.at: Update English in comments.
1370 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
1371 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
1372 (Many lookahead tokens): Update uses.
1373 * data/glr.c: Update English in comments.
1374 * lalr1.cc: Likewise.
1375 * yacc.c: Likewise.
1376 * src/conflicts.h: Likewise.
1377 * src/lalr.h: Likewise.
1378 * src/main.c: Likewise.
1379 * src/output.c: Likewise.
1380 * src/parse-gram.c: Likewise.
1381 * src/tables.h: Likewise.
1382 * tests/calc.at: Likewise.
1383
1384 2006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
1385
1386 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
1387
1388 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
1389
1390 * TODO: Add request from Nelson H. F. Beebe to be able to install
1391 Bison without installing the yacc script.
1392
1393 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
1394
1395 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
1396 and yytext if they're already #define'd.
1397 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
1398 * src/scan-code-c.c: ... here.
1399 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
1400 <config.h>.
1401
1402 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
1403
1404 Get Bison to build again when configured with --enable-gcc-warnings.
1405 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
1406 missing #include's.
1407 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
1408 loc argument as it shadows a global.
1409 * src/scan-gram.l: Remove stray comma that prevents boundary_set
1410 invocation.
1411
1412 * src/.cvsignore: Add scan-code.c.
1413
1414 2006-06-07 Akim Demaille <akim@epita.fr>
1415
1416 * src/scan-gram.l: Move the "add a trailing ; to actions" code
1417 to...
1418 * src/scan-code.l: here.
1419 * tests/input.at (Torturing the Scanner): Fix another location
1420 error.
1421
1422 2006-06-07 Akim Demaille <akim@epita.fr>
1423
1424 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
1425
1426 2006-06-06 Akim Demaille <akim@epita.fr>
1427
1428 Extract the parsing of user actions from the grammar scanner.
1429 As a consequence, the relation between the grammar scanner and
1430 parser is much simpler. We can also split "composite tokens" back
1431 into simple tokens.
1432 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
1433 * src/scan-gram.l (add_column_width, adjust_location): Move to and
1434 rename as...
1435 * src/location.h, src/location.c (add_column_width)
1436 (location_compute): these.
1437 Fix the column count: the initial column is 0.
1438 (location_print): Be robust to ending column being 0.
1439 * src/location.h (boundary_set): New.
1440 * src/main.c: Adjust to scanner_free being renamed as
1441 gram_scanner_free.
1442 * src/output.c: Include scan-code.h.
1443 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
1444 Use boundary_set.
1445 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
1446 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
1447 which is now, again, a separate token.
1448 Adjust all dependencies.
1449 Whereever actions with $ and @ are used, use translate_code.
1450 (action): Remove this nonterminal which is now useless.
1451 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
1452 (grammar_current_rule_action_append): Use translate_code.
1453 (packgram): Bound check ruleno, itemno, and rule_length.
1454 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
1455 (last_string, last_braced_code_loc, max_left_semantic_context)
1456 (scanner_initialize, scanner_free, scanner_last_string_free)
1457 (gram_out, gram_lineno, YY_DECL_): Move to...
1458 * src/scan-gram.h: this new file.
1459 (YY_DECL): Rename as...
1460 (GRAM_DECL): this.
1461 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
1462 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
1463 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
1464 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
1465 Move these declarations, and...
1466 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
1467 these to...
1468 * src/flex-scanner.h: this new file.
1469 * src/scan-gram.l (rule_length, rule_length_overflow)
1470 (increment_rule_length): Remove.
1471 (last_braced_code_loc): Rename as...
1472 (gram_last_braced_code_loc): this.
1473 Adjust to the changes of the parser.
1474 Move all the handling of $ and @ into...
1475 * src/scan-code.l: here.
1476 * src/scan-gram.l (handle_dollar, handle_at): Remove.
1477 (handle_action_dollar, handle_action_at): Move to...
1478 * src/scan-code.l: here.
1479 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
1480 scan-code.h, scan-code-c.c, scan-gram.h.
1481 (EXTRA_bison_SOURCES): Add scan-code.l.
1482 (BUILT_SOURCES): Add scan-code.c.
1483 (yacc): Be robust to white spaces.
1484
1485 * tests/conflicts.at, tests/input.at, tests/reduce.at,
1486 * tests/regression.at: Adjust the column numbers.
1487 * tests/regression.at: Adjust the error message.
1488
1489 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
1490
1491 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
1492 Use Akim's wording from
1493 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
1494
1495 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
1496
1497 Between Bison releases, manually append `+' to the previous Bison
1498 release number, and use that as a signal to automatically print the
1499 ChangeLog's CVS Id keyword from --version. Discussed starting at
1500 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
1501 * ChangeLog: Add Id header.
1502 * configure.ac (AC_INIT): Append `+' to `2.3'.
1503 * src/.cvsignore: Add revision.c.
1504 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
1505 (BUILT_SOURCES): Add revision.c.
1506 (revision.c): New target rule. This file defines a new global variable
1507 named revision. It initializes it with either the Id from ChangeLog
1508 or, if VERSION doesn't contain `+', with the empty string.
1509 * src/getargs.c (version): Print the value of revision.
1510 * src/revision.h: Extern revision.
1511
1512 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
1513
1514 * NEWS: Version 2.3.
1515 * configure.ac (AC_INIT): Likewise.
1516
1517 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
1518
1519 * data/glr.c (YYRECOVERING): Define to be a function-like macro
1520 with no arguments, not as an object-like macro. This is for
1521 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
1522 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
1523 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
1524 Document this.
1525
1526 2006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
1527
1528 * src/getargs.c (usage): Back out yesterday's modification of the
1529 --help output so that we don't have to wait for translation before
1530 releasing 2.3.
1531
1532 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
1533
1534 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
1535 Problem reported by Akim Demaille.
1536
1537 2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
1538
1539 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
1540
1541 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
1542
1543 * data/yacc.c (yy_reduce_print): Omit trailing white space in
1544 generated source code. Problem reported by Frans Englich in
1545 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
1546
1547 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>
1548
1549 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
1550 shell, not within 'make', so that 'make' by an ordinary builder
1551 (using GNU make) does not worry about configuring gzip. This also
1552 works around a bug reported independently by Keith Thompson and by
1553 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
1554 stderr rather than stdout, messing up the build logs.
1555
1556 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
1557
1558 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
1559 to make sure that YYID will never be unused. This fixes a 'make
1560 maintainer-check' failure caused by the recent changes to the 'Trivial
1561 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
1562 not used.
1563 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
1564
1565 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
1566
1567 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
1568 state before an empty RHS is always resolved here. Only the location
1569 of that state is guaranteed to be resolved, and that's enough. This
1570 fixes the remaining bug reported by Derek M. Jones in
1571 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
1572 * tests/glr-regression.at (Uninitialized location when reporting
1573 ambiguity): Test the above case.
1574 Also, the embedded comments in this test case claim it checks the case
1575 of an empty RHS that has inherited the initial location. However, the
1576 corresponding LHS was already resolved, so yyresolveLocations didn't
1577 actually have reason to modify it. Fix this by forcing
1578 nondeterministic operation at the beginning of the parse.
1579
1580 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
1581
1582 * data/c.m4 (b4_yy_symbol_print_generate):
1583 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
1584 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
1585 of the bugs reported today by Derek M Jones in
1586 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
1587 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
1588 defined to be a type name without parens or brackets.
1589 (Location Type): Similarly for YYLTYPE.
1590 * tests/regression.at (Trivial grammars): Put in a test for this
1591 bug that will be caught by 'make maintainer-check' (though not,
1592 alas, by 'make check' unless your compiler is picky).
1593
1594 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
1595
1596 * NEWS: Version 2.2.
1597 * configure.ac (AC_INIT): Likewise.
1598
1599 2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
1600
1601 * data/glr.c (yyreportTree): Make room in yystates for the state
1602 preceding the RHS. This fixes the segmentation fault reported by Derek
1603 M. Jones in
1604 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
1605 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
1606 to the user. Reported for yyreportTree by Derek M. Jones later in the
1607 same thread.
1608 * THANKS: Add Derek M. Jones.
1609 Update my email address.
1610 Fix typo in Steve Murphy's name.
1611
1612 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
1613
1614 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
1615 checking against YYLAST that caused the parser to miss a potential
1616 alternative in its diagnostic.
1617 Problem reported by Maria Jose Moron Fernandez in
1618 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
1619 * data/lalr1.cc (yysyntax_error_): Likewise.
1620 * data/yacc.c (yysyntax_error): Likewise.
1621 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
1622 tokens, in case we run into an older C compiler.
1623 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
1624 Use them to check for the off-by-one error fixed above.
1625
1626 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
1627 YYSIZE_T, not size_t.
1628 * tests/regression.at (Trivial grammars): New test, to catch
1629 the error fixed by the above patch.
1630
1631 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
1632
1633 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
1634 scheme.
1635 Reported by Steve Murphy.
1636
1637 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
1638
1639 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
1640 * data/glr.cc: b4_location_flag is now b4_locations_flag.
1641
1642 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
1643
1644 Implement --trace=m4.
1645 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
1646 * src/output.c (output_skeleton): When set, pass -dV to m4.
1647
1648 Factor the handling of flags in m4.
1649 * src/output.c (prepare): Rename the muscle names debug, defines,
1650 error_verbose to debug_flag, defines_flag, error_verbose_flag.
1651 * data/c.m4: Adjust.
1652 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
1653 Use b4_define_flag_if to define other b4_FLAG_if macros.
1654 (b4_location_if): As a consequence, rename as...
1655 (b4_locations_if): this, for consistency.
1656 Adjust all the skeletons.
1657
1658 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
1659
1660 * etc/bench.pm: Shorten bench names.
1661
1662 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
1663
1664 * src/output.h, src/output.c (error_verbose): Move to...
1665 * src/getargs.h, src/getargs.c: here.
1666 Sort the flags.
1667 Adjust dependencies.
1668
1669 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
1670
1671 * data/c.m4 (b4_copyright): Put the special exception for Bison
1672 skeletons here, so we don't have to put it in each skeleton. All
1673 uses changed. Suggested by Akim Demaille. Also, wrap the
1674 copyright notice, in case it is longer than 80 columns. Replace
1675 comma by newline after title.
1676
1677 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
1678
1679 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
1680 incompatibility, not a bug. Mention that it wasn't fixed as of
1681 flex 2.5.33.
1682
1683 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
1684
1685 * examples/extexi: Enforce the precedence of concatenation over
1686 >>.
1687 Reported by Tommy Nordgren.
1688
1689 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
1690
1691 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
1692 with the member "token".
1693 Reported by Martin Nylin.
1694
1695 2006-05-08 Paul Eggert <eggert@cs.ucla.edu>
1696
1697 * data/glr.c: Switch to Bison 2.2 special-exception language in
1698 the copyright notice. Use more-regular format for titles and
1699 copyright notices.
1700 * data/glr.cc: Likewise.
1701 * data/location.cc: Likewise.
1702 * data/yacc.cc: Likewise.
1703 * doc/bison.texinfo (Conditions): Document this.
1704 * NEWS: likewise. Upgrade version to 2.2.
1705
1706 2006-04-27 Akim Demaille <akim@lrde.epita.fr>
1707
1708 * data/glr.cc: Remove dead code.
1709
1710 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
1711
1712 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
1713 that variable and the line breaks the bootstrap. Problem reported
1714 by Juan M. Guerrero.
1715
1716 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
1717
1718 * doc/bison.texinfo (Multiple start-symbols): New.
1719
1720 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
1721
1722 * etc/README, etc/bench.pl: New.
1723
1724 2006-04-03 Akim Demaille <akim@lrde.epita.fr>
1725
1726 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
1727 rule.
1728 Reported by Mickael Labau.
1729 * tests/input.at (Torturing the Scanner): Test it.
1730
1731 2006-03-16 Paul Eggert <eggert@cs.ucla.edu>
1732
1733 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
1734 Problem reported by Bob Rossi.
1735
1736 2006-03-13 Paul Eggert <eggert@cs.ucla.edu>
1737
1738 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
1739 and didn't really work.
1740 For the index, use @ifnotinfo, not @iftex.
1741 Minor cleanups of spacing and terminology.
1742
1743 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
1744
1745 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
1746 of AT_NAME_PREFIX when %name-prefix is not used.
1747
1748 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
1749
1750 Apply --prefix to C++ skeletons too: they change the namespace.
1751 The test suite already exercize these cases.
1752 * data/c++.m4 (b4_namespace): New.
1753 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
1754 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
1755 * data/yacc.c, data/glr.c: Remove a useless `[]'.
1756 * doc/bison.texinfo: Document it.
1757 (Option Cross Key): Use @multitable in all formats. It looks
1758 nicer, even in TeX outputs.
1759 (Rules): Use the same code whatever the output type is.
1760 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
1761 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
1762 * tests/calc.at: Use it, instead of hard coding `yy'.
1763
1764 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
1765
1766 * TODO: Remove dead items.
1767
1768 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
1769
1770 * doc/FAQ: Remove, merged into...
1771 * doc/bison.texinfo (FAQ): this.
1772 * doc/Makefile.am (EXTRA_DIST): Adjust.
1773
1774 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
1775
1776 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
1777 even if empty.
1778 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
1779 * doc/bison.texinfo (Calc++ Scanner): Use it.
1780
1781 2006-03-09 Paul Eggert <eggert@cs.ucla.edu>
1782
1783 Fix two nits reported by twlevo, plus one more that I discovered.
1784
1785 * src/assoc.h (assoc_to_string): Give a name to the arg, as
1786 this is the usual Bison style.
1787 * src/location.h (location_print): Likewise.
1788
1789 * src/reader.h (token_name): Likewise.
1790
1791 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
1792
1793 Fix some nits reported by twlevo.
1794 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
1795 and "POSIX". Use more-modern syntax for URLs. Mention C++
1796 and ask for Java. Don't hardwire OS version numbers. Add
1797 copyright notice.
1798 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
1799 * src/conflicts.c (solved_conflicts_obstack): Now static.
1800
1801 2006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
1802
1803 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
1804 page. Say "you can use it" not "you may use it" as on the web page;
1805 we're describing capabilities not granting permission.
1806
1807 2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
1808
1809 * data/glr.c (yyresolveLocations): Rename local variables to avoid
1810 shadowing warnings. Use usual patter for iterating through RHS.
1811 * tests/glr-regression.at
1812 (Uninitialized location when reporting ambiguity):
1813 Modify yylex so that it uses its argument, rather than trying
1814 to rely on ARGSUSED (which doesn't work for gcc with warnings).
1815 const char -> char const.
1816
1817 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
1818 Don't use tabs inside commands; it messes up 'ps'.
1819 Problem reported by twlevo.
1820
1821 2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
1822
1823 * tests/glr-regression.at (Uninitialized location when reporting
1824 ambiguity): New test case.
1825 * data/glr.c (yyresolveLocations): New function, which uses
1826 YYLLOC_DEFAULT.
1827 (yyresolveValue): Invoke yyresolveLocations before reporting an
1828 ambiguity.
1829 * doc/bison.texinfo (Default Action for Locations): Note
1830 YYLLOC_DEFAULT's usage for ambiguity locations.
1831 (GLR Semantic Actions): Cross-reference those notes.
1832
1833 2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
1834
1835 * tests/glr-regression.at (Leaked semantic values when reporting
1836 ambiguity): Remove unnecessary union and type declarations.
1837 (Leaked lookahead after nondeterministic parse syntax error): New test
1838 case.
1839 * data/glr.c (yyparse): Check for zero stacks remaining before
1840 attempting to shift the lookahead so that you don't lose it.
1841
1842 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
1843
1844 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
1845 * tests/glr-regression.at (Leaked semantic values when reporting
1846 ambiguity): New test case.
1847 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
1848 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
1849 now unnecessary yystackp parameter.
1850 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
1851 destructors can be called.
1852
1853 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
1854 in existing testcases.
1855
1856 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
1857
1858 Don't leak semantic values for parent RHS when a user action cuts the
1859 parser, and clean up related code a bit.
1860 * tests/glr-regression.at (Leaked merged semantic value if user action
1861 cuts parse): Rename to...
1862 (Leaked semantic values if user action cuts parse): ... this. Add check
1863 for leaked parent RHS values.
1864 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
1865 between an unresolved state (non-empty chain of semantic options) and
1866 an incomplete one (signaled by an empty chain).
1867 (yyresolveStates): Document the interface. Move all manipulation of a
1868 successfully or unsuccessfully resolved yyGLRState to...
1869 (yyresolveValue): ... here so that yyresolveValue always leaves a
1870 yyGLRState with consistent data and thus is easier to understand.
1871 Remove the yyvalp and yylocp parameters since they are always just
1872 taken from the yys parameter. When reporting a discarded merged value
1873 in debugging output, note that it is incompletely merged. Document the
1874 interface.
1875 (yyresolveAction): If resolving any of the RHS states fails, destroy
1876 them all rather than leaking them. Thus, as long as user actions are
1877 written to clean up the RHS correctly, yyresolveAction always cleans up
1878 the RHS of a semantic option. Document the interface.
1879
1880 2006-02-27 Paul Eggert <eggert@cs.ucla.edu>
1881
1882 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
1883 led to a segmentation fault in GNU Pascal. Problem reported
1884 by Waldek Hebisch.
1885
1886 2006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
1887
1888 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
1889 mid-rule action inside a nonterminal symbol in order to declare a
1890 destructor for its semantic value.
1891
1892 2006-02-16 Paul Eggert <eggert@cs.ucla.edu>
1893
1894 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
1895 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
1896 __cplusplus && ! defined _STDLIB_H && !
1897 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
1898 defined free))]: Include <stdlib.h> rather than rolling our own
1899 declarations of malloc and free, to avoid problems with
1900 incompatible declarations (using 'throw') C++'s stdlib.h. This
1901 should fix Debian bug 340012
1902 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
1903 reported by Guillaume Melquiond.
1904
1905 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
1906
1907 * NEWS: Clarify symbols versus types in unused-value warnings.
1908
1909 * configure.ac (AC_INIT): Bump version number.
1910
1911 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
1912
1913 * NEWS: Version 2.1a.
1914 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
1915 since C99 requires this.
1916
1917 2006-02-11 Paul Eggert <eggert@cs.ucla.edu>
1918
1919 * m4/c-working.m4: New file.
1920 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
1921
1922 2006-02-10 Paul Eggert <eggert@cs.ucla.edu>
1923
1924 * Makefile.maint: Merge from coreutils.
1925
1926 2006-02-09 Paul Eggert <eggert@cs.ucla.edu>
1927
1928 More portability fixes for problems summarized by Nelson H. F. Beebe.
1929
1930 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
1931 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
1932 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
1933 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
1934 messes up because C++ code is compiled in 32-bit mode but linked
1935 in 64-bit mode.
1936
1937 2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
1938
1939 More portability fixes for problems summarized by Nelson H. F. Beebe.
1940
1941 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
1942 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
1943
1944 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
1945 nodist_PROGRAMS, since we don't need to actually compile the
1946 example if we're just doing a plain 'make'. This avoids bothering
1947 the installer unnecessarily about problems due to weird C++
1948 compilers.
1949
1950 2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
1951
1952 More portability fixes for problems summarized by Nelson H. F. Beebe.
1953
1954 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
1955 than #include "...", and compile with -I'.'. The old method was
1956 not portable, according to Posix and the C standard, and it does
1957 not work with Sun C 5.7, where previous #line directives affect
1958 the working directory used in later #include "..." directives.
1959
1960 2006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1961
1962 Various DJGGP specific issues in /djgpp
1963
1964 2006-02-02 Paul Eggert <eggert@cs.ucla.edu>
1965
1966 More portability fixes for problems summarized by Nelson H. F. Beebe.
1967
1968 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
1969 '#include <map>' works and that you can apply ++ to iterators.
1970
1971 2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
1972
1973 Work around portability problems summarized by Nelson H. F. Beebe in
1974 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
1975
1976 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
1977 that '#include <string>' works.
1978
1979 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
1980 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
1981 "warning: sorry: semantics of inline function static data `const
1982 unsigned char translate_table[262]' are wrong (you'll wind up with
1983 multiple copies)".
1984
1985 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
1986 or, xor to not_, and_, or_, and xor_, respectively. This works
1987 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
1988 random system header somewhere that includes the equivalent of
1989 <iso646.h>.
1990
1991 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
1992 -E" works; it apparently doesn't work with PathScale EKO Compiler
1993 Suite Version 2.0.
1994
1995 2006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
1996
1997 During deterministic GLR operation, user actions should be able to
1998 influence the parse by changing yychar. To make this easier to fix and
1999 to make glr.c easier to evolve in general, don't maintain yytoken in
2000 parallel with yychar; just compute yytoken when needed.
2001 * tests/glr-regression.at (Incorrect lookahead during deterministic
2002 GLR): Check that setting yychar in a user action has the intended
2003 effect.
2004 * data/glr.c (yyGLRStack): Remove yytokenp member.
2005 (yyclearin): Don't set *yytokenp.
2006 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
2007 yychar rather than *yytokenp to determine the current lookahead.
2008 Compute yytoken locally when needed.
2009 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
2010 point to.
2011
2012 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
2013 after `--report' documentation.
2014
2015 2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
2016
2017 * src/parse-gram.y (grammar_declaration): Location of printer
2018 symbol is @1, not list->location. Bug reported by twlevo.
2019 * tests/input.at (Incompatible Aliases): Adjust to above change.
2020
2021 2006-01-29 Paul Eggert <eggert@cs.ucla.edu>
2022
2023 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
2024 all the test at once. This makes the output easier to read in the
2025 normal case.
2026
2027 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
2028 got from <http://bro-ids.org/download.html>. The bug is that
2029 when two actions appeared in succession, the second one was
2030 scanned before the first one was added to the grammar rule
2031 as a midrule action. Bison then output the incorrect warning
2032 "parse.y:905.17-906.36: warning: unused value: $3".
2033 * src/parse-gram.y (BRACED_CODE, action): These are no longer
2034 associated with a value.
2035 (rhs): Don't invoke grammar_current_rule_action_append.
2036 (action): Invoke it here instead.
2037 * src/reader.c (grammar_midrule_action): Now extern.
2038 (grammar_current_rule_action_append): Don't invoke
2039 grammar_midrule_action; that is now the scanner's job.
2040 * src/reader.h (last_string, last_braced_code_loc):
2041 (grammar_midrule_action): New decls.
2042 * src/scan-gram.l (last_string): Now extern, sigh.
2043 (last_braced_code_loc): New extern variable.
2044 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
2045 rule already has an action.
2046 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
2047 * tests/input.at (AT_CHECK_UNUSED_VALUES):
2048 Add some tests to check that the above changes fixed the bug.
2049
2050 2006-01-27 Paul Eggert <eggert@cs.ucla.edu>
2051
2052 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
2053 All used changed. Check whether the symbol has a destructor,
2054 not whether it is typed.
2055 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
2056 that the values are still reported as unused. All line numbers
2057 adjusted.
2058
2059 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
2060
2061 Work around a bug in bro 0.8, which underparenthesizes its
2062 definition of YYLLOC_DEFAULT.
2063 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
2064 their arguments.
2065 * data/lalr1.cc: Likewise.
2066 * data/yacc.cc: Likewise.
2067
2068 2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
2069
2070 Work around a bug in Pike 7.0, and give the Pike folks a
2071 better way to override the usual int widths.
2072 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
2073 user can override the types.
2074 (short): #undef, to work around a bug in Pike 7.0.
2075 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
2076 (union yyalloc.yyss): Use yytype_int16 rather than short.
2077 All uses changed.
2078 (yysigned_char): Remove.
2079 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
2080 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
2081 * tests/regression.at (Web2c Actions): Adjust to above changes.
2082
2083 * src/reader.c (check_and_convert_grammar): New function.
2084 (reader): Close the input file even if something went wrong during
2085 parsing. Minor file descriptor leak reported by twlevo.
2086
2087 * src/assoc.c (assoc_to_string): Use a default: abort (); case
2088 to pacify gcc -Wswitch-default.
2089 * src/scan-gram.l (adjust_location): Use a default: break; case
2090 to pacify gcc -Wswitch-default.
2091 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
2092 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
2093 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
2094 Move these decls to scan-skel.l, since they don't need to be
2095 visible elsewhere.
2096 * src/scan-skel.l: Accept the above decls.
2097 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
2098 is used.
2099
2100 2006-01-21 Paul Eggert <eggert@cs.ucla.edu>
2101
2102 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
2103 since we don't want to insist on a version number at the start
2104 of the changelog every time.
2105 * Makefile.maint: Sync from coreutils a bit better.
2106 (sc_trailing_blank): Renamed from sc_trailing_space.
2107 All uses changed.
2108 (sc_no_if_have_config_h, sc_require_config_h):
2109 (sc_prohibit_assert_without_use): New rules.
2110 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
2111 (sc_dd_max_sym_length): Fix leading spaces in rule.
2112 (sc_system_h_headers): Prefix with @.
2113 (sc_useless_cpp_parens, m4-check): Output line numbers.
2114 (changelog-check): Allow version only in head.
2115 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
2116 satisfy new Makefile.maint rule.
2117 * data/glr.c: Likewise.
2118 * data/glr.cc: Likewise.
2119 * data/lalr1.cc: Likewise.
2120 * data/yacc.c: Likewise.
2121 * lib/ebitsetv.c: Likewise.
2122 * lib/lbitset.c: Likewise.
2123 * lib/subpipe.c: Likewise.
2124 * lib/timevar.c: Likewise.
2125 * src/system.h: Likewise.
2126 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
2127 * djgpp/Makefile.maint: Add copyright notice.
2128 * djgpp/README.in: Likewise.
2129 * djgpp/config.bat: Likewise.
2130 * djgpp/config.site: Likewise.
2131 * djgpp/config_h.sed: Likewise.
2132 * djgpp/djunpack.bat: Likewise.
2133 * djgpp/config.sed: Fix copyright notice to match standard format.
2134 * djgpp/subpipe.h: Likewise.
2135 * lib/bitsetv-print.c: Likewise.
2136 * lib/bitsetv.c: Likewise.
2137 * lib/subpipe.h: Likewise.
2138 * lib/timevar.c: Likewise.
2139 * lib/timevar.h: Likewise.
2140 * djgpp/subpipe.c: Use standard recipe for config.h.
2141 * lib/abitset.c: Likewise.
2142 * lib/bitset.c: Likewise.
2143 * lib/bitset_stats.c: Likewise.
2144 * lib/bitsetv-print.c: Likewise.
2145 * lib/bitsetv.c: Likewise.
2146 * lib/ebitsetv.c: Likewise.
2147 * lib/get-errno.c: Likewise.
2148 * lib/lbitset.c: Likewise.
2149 * lib/subpipe.c: Likewise.
2150 * lib/timevar.c: Likewise.
2151 * lib/vbitset.c: Likewise.
2152 * tests/local.at: Likewise.
2153 * src/scan-gram.l: Don't include verify.h, since system.h does
2154 that for us.
2155 * .x-sc_require_config_h: New file.
2156 * .x-sc_unmarked_diagnostics: New file.
2157
2158 2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
2159
2160 Be a bit more systematic about using 'abort'.
2161 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
2162 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
2163 Put 'default: abort ();' before some other case, to satisfy older
2164 pedantic compilers.
2165 * lib/bitset_stats.c (bitset_stats_init): Likewise.
2166 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
2167 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
2168 * src/conflicts.c (resolve_sr_conflict): Likewise.
2169 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
2170 (get_decision_str, get_orientation_str, get_node_alignment_str):
2171 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
2172 (get_linestyle_str, get_arrowstyle_str): Likewise.
2173 * src/conflicts.c (resolve_sr_conflict):
2174 Use a default case rather than one for the one remaining enum
2175 value, to catch invalid enum values as well.
2176 * src/lalr.c (set_goto_map, map_goto):
2177 Prefer "assert (FOO);" to "if (!FOO) abort ();".
2178 * src/nullable.c (nullable_compute, token_definitions_output):
2179 Likewise.
2180 * src/reader.c (packgram, reader): Likewise.
2181 * src/state.c (transitions_to, state_new, state_reduction_find):
2182 Likewise.
2183 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
2184 (symbol_pack): Likewise.
2185 * src/tables.c (conflict_row, pack_vector): Likewise.
2186 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
2187 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
2188 * src/system.h: Don't include <assert.h>.
2189 (assert): New macro.
2190
2191 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
2192 (Destructor Decl, Parser Function, Pure Calling):
2193 Describe rules for braces inside C code more carefully.
2194
2195 2006-01-19 Paul Eggert <eggert@cs.ucla.edu>
2196
2197 Fix some porting glitches found by Nelson H. F. Beebe.
2198 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
2199 compilers that don't understand that abort () does not return.
2200 * src/state.c (transitions_to): Likewise.
2201 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
2202 that '#include <cstdlib>' works.
2203 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
2204 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
2205 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
2206 for the benefit of some pre-C99 compilers.
2207
2208 * bootstrap: Undo changes to gnulib files that autoreconf made.
2209
2210 Minor fixups to get 'make maintainer-check' to work.
2211 * configure.ac: Don't use -Wnested-externs, as it's incompatible
2212 with the new verify.h implementation.
2213 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
2214 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
2215 * data/yacc.c (YYUSE): Likewise.
2216 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
2217 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
2218 * src/parse-gram.y (declaration): Don't pass a string constant
2219 to a function that expects char *, since GCC might complain
2220 about the constant value.
2221 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
2222 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
2223 before #defining them.
2224 * tests/glr-regression.at
2225 (Incorrectly initialized location for empty right-hand side in GLR):
2226 In yyerror, use the msg arg.
2227 (Corrupted semantic options if user action cuts parse):
2228 (Incorrect lookahead during deterministic GLR):
2229 (Incorrect lookahead during nondeterministic GLR):
2230 Don't name a local var 'index'; it shadows string.h's 'index'.
2231
2232 2006-01-19 Akim Demaille <akim@epita.fr>
2233
2234 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
2235 location, not just parts of it.
2236
2237 2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
2238
2239 * NEWS: Document the fact that multiple %unions are now allowed.
2240 * doc/bison.texinfo (Union Decl): Likewise.
2241 * TODO: This feature is now implemented, so remove it from
2242 the wishlist.
2243
2244 * Makefile.maint: Merge with coreutils Makefile.maint.
2245 (CVS_LIST): Use build-aux version if available.
2246 (VERSION_REGEXP): New macro.
2247 (syntax-check-rules): Add sc_no_if_have_config_h,
2248 sc_prohibit_assert_without_use, sc_require_config_h,
2249 sc_useless_cpp_parens.
2250 (sc_obsolete_symbols): Check for O_NDELAY.
2251 (sc_dd_max_sym_length): Track coreutils.
2252 (sc_unmarked_diagnostics): Look in all files, not just *.c.
2253 (sc_useless_cpp_parens): New rule.
2254 (news-date-check): Look for version or today's date.
2255 (changelog-check): Don't require version number near head.
2256 (copyright-check): Use current year instead of hardwiring 2005.
2257 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
2258 (announcement): Add --gpg-key-ID.
2259
2260 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
2261 with "file system".
2262
2263 Avoid undefined behavior that addressed just before the start of an
2264 array. Problem reported by twlevo.
2265 * src/reader.c (packgram): Prepend a new sentinel before ritem.
2266 * src/lalr.c (build_relations): Rely on new sentinel.
2267 * src/gram.c (gram_free): Adjust to new sentinel.
2268
2269 2006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
2270
2271 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
2272 yylookaheadNeeds. All uses updated.
2273 (yysplitStack): Rename local yynewLookaheadStatuses to
2274 yynewLookaheadNeeds.
2275 * data/glr-regression.at (Incorrect lookahead during nondeterministic
2276 GLR): In comments, change `lookahead status' to `lookahead need'.
2277
2278 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2279
2280 * data/glr.c (yysplitStack): A little stylistic rewrite.
2281
2282 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2283
2284 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
2285
2286 2006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
2287
2288 * doc/bison.texinfo: Fix some typos.
2289 (GLR Semantic Actions): New subsection discussing special
2290 considerations because GLR semantic actions might be deferred.
2291 (Actions): Mention look-ahead usage of yylval.
2292 (Actions and Locations): Mention look-ahead usage of yylloc.
2293 (Special Features for Use in Actions): Add YYEOF entry and mention it
2294 in the yychar entry.
2295 In the yychar entry, remove mention of the local yychar case (pure
2296 parser) since this is irrelevant information when writing semantic
2297 actions and since it's already discussed in `Bison Symbols' where
2298 yychar is otherwise described as an external variable.
2299 In the yychar entry, don't call it the `current' look-ahead since it
2300 isn't when semantic actions are deferred.
2301 In the yychar and yyclearin entries, add note about deferred semantic
2302 actions.
2303 Add yylloc and yylval entries discussing look-ahead usage.
2304 (Look-Ahead Tokens): When discussing yychar, don't call it the
2305 `current' look-ahead, and do mention yylval and yylloc.
2306 (Error Recovery): Cross-reference `Action Features' when mentioning
2307 yyclearin.
2308 (Bison Symbols): In the yychar entry, don't call it the `current'
2309 look-ahead.
2310 In the yylloc and yylval entries, mention look-ahead usage.
2311
2312 2006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
2313
2314 * tests/glr-regression.at: Update copyright year to 2006.
2315
2316 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
2317
2318 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
2319 use during nondeterministic operation to track which stacks have
2320 actually needed the current lookahead.
2321 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
2322 Allocate, deallocate, resize, and otherwise shuffle space for
2323 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
2324 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
2325 appropriately during nondeterministic operation.
2326 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
2327 members to store the current lookahead to be used by the deferred
2328 user action.
2329 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
2330 from which the RHS is taken. Set the lookahead members of the new
2331 yySemanticOption according to the lookahead status for stack yyk.
2332 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
2333 yyaddDeferredAction.
2334 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
2335 members of yySemanticOption before invoking yyuserAction, and then set
2336 them back to their current values afterward.
2337 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
2338 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
2339 * tests/glr-regression.at: Remove `.' from the ends of recent test case
2340 titles for consistency.
2341 (Leaked merged semantic value if user action cuts parse): In order to
2342 suppress lint warnings, use arguments in merge function, and assign
2343 char value < 128 in main.
2344 (Incorrect lookahead during deterministic GLR): New test case.
2345 (Incorrect lookahead during nondeterministic GLR): New test case.
2346
2347 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
2348
2349 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
2350 !yyvaluep as signal that no semantic value is available to print.
2351 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
2352 to print a semantic value.
2353
2354 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
2355
2356 * tests/glr-regression.at: For consistency with my newer test cases,
2357 don't thank myself.
2358
2359 2006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
2360
2361 * data/glr.c (yyresolveValue): When merging semantic options, if at
2362 least one user action succeeds but a later one cuts the parse, then
2363 destroy the semantic value before returning rather than leaking it.
2364 (yyresolveStates): If a user action cuts the parse and thus
2365 yyresolveValue fails, ignore the (unset) semantic value rather than
2366 corrupting the yyGLRState, and empty the semantic options list since
2367 the user actions should have called all necessary destructors.
2368 Simplify code with YYCHK.
2369 * tests/glr-regression.at (Corrupted semantic options if user action
2370 cuts parse): New test case.
2371 (Undesirable destructors if user action cuts parse): New test case.
2372 Before applying any of this patch, this test case never actually failed
2373 for me... but only because the corrupted semantic options usually
2374 masked this bug.
2375 (Leaked merged semantic value if user action cuts parse): New test
2376 case.
2377
2378 2006-01-05 Akim Demaille <akim@epita.fr>
2379
2380 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
2381
2382 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
2383
2384 * data/c.m4 (b4_c_modern): New macro, with a new provision for
2385 _MSC_VER. Problem reported by Cenzato Marco.
2386 (b4_c_function_def): Use it.
2387 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
2388 b4_c_modern.
2389 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
2390 than rolling our own.
2391
2392 2006-01-04 Akim Demaille <akim@epita.fr>
2393
2394 Also warn about non-used mid-rule values.
2395 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
2396 member.
2397 (symbol_list_new): Adjust.
2398 * src/reader.c (symbol_typed_p): New.
2399 (grammar_rule_check): Use it.
2400 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
2401 Check its rule.
2402 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
2403 Use it.
2404 * tests/actions.at (Exotic Dollars): Adjust.
2405
2406 2006-01-04 Akim Demaille <akim@epita.fr>
2407
2408 * src/reader.c (grammar_midrule_action): If $$ is set in a
2409 mid-rule, move the `used' bit to its lhs.
2410 * tests/input.at (Unused values): New.
2411 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
2412
2413 2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
2414
2415 * doc/bison.texinfo (Bison Options): Say more accurately what
2416 --yacc does.
2417 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
2418 about declarations in the grammar when in Yacc mode, as POSIX does
2419 not require a diagnostic when the grammar uses extensions.
2420
2421 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
2422
2423 Warn about dubious constructions like "%token T T".
2424 Reported by twlevo.
2425 * src/symtab.h (struct symbol.declared): New member.
2426 * src/symtab.c (symbol_new): Initialize it to false.
2427 (symbol_class_set): New arg DECLARING, specifying whether
2428 this is a declaration that we want to warn about, if there
2429 is more than one of them. All uses changed.
2430
2431 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
2432 Allow multiple %union directives, whose contents concatenate.
2433 * src/parse-gram.y (grammar_declaration): Likewise.
2434 Use muscle_code_grow, so that we don't need stype_line any more.
2435 All uses changed.
2436
2437 * src/muscle_tab.c (muscle_grow): Fix comment.
2438
2439 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
2440 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
2441 Update copyright year to 2006.
2442
2443 2006-01-03 Akim Demaille <akim@epita.fr>
2444
2445 Have glr.cc pass (some of) the calc.at tests.
2446 * data/glr.cc (b4_parse_param_orig): New.
2447 (b4_parse_param): Improve its definition, and bound it more
2448 clearly in the skeleton.
2449 (b4_epilogue): Append, instead of prepending, in order to keep
2450 #line consistency.
2451 Simplify the generation of auxiliary functions: locations and
2452 purity are mandated.
2453 (b4_global_tokens_and_yystype): Honor it.
2454 * data/location.cc (c++.m4): Don't include it.
2455 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
2456 and AT_SKEL_CC_IF.
2457 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
2458 AT_LALR1_CC_IF.
2459 Be sure to initialize the first position's filename.
2460 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
2461 mandated anyway.
2462 (AT_CHECK_CALC_GLR_CC): New.
2463 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
2464
2465 2006-01-02 Akim Demaille <akim@epita.fr>
2466
2467 * src/output.c (output_skeleton): Don't hard wire the inclusion of
2468 c.m4.
2469 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
2470 * data/glr.cc: Do not include stack.hh.
2471
2472 2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
2473
2474 * data/glr.c: Reformat whitespace with tabs.
2475 (b4_lpure_formals): Remove this unused m4 macro.
2476 * tests/cxx-type.at: Reformat whitespace with tabs.
2477 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
2478 since it's a member. Rename type to isNterm for clarity.
2479
2480 2005-12-29 Akim <akim@sulaco.local>
2481
2482 Let glr.cc catch up with symbol_value_print.
2483 * data/glr.cc (b4_yysymprint_generate): Replace by...
2484 (b4_yy_symbol_print_generate): this.
2485 (yy_symbol_print, yy_symbol_value_print): Declare them.
2486
2487 2005-12-28 Paul Eggert <eggert@cs.ucla.edu>
2488
2489 * src/location.h (boundary): Note that a line or column equal
2490 to INT_MAX indicates an overflow.
2491 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
2492 (rule_length_overflow, increment_rule_length, add_column_width):
2493 New functions.
2494 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
2495 (<SC_BRACED_CODE>"}"):
2496 Use increment_rule_length rather than incrementing it by hand.
2497 (adjust_location, handle_syncline): Diagnose overflow.
2498 (handle_action_dollar, handle_action_at):
2499 Fix bug with monstrosities like $-2147483648.
2500 Remove now-unnecessary checks.
2501 (scan_integer): Verify assumptions and remove now-unnecessary checks.
2502 (convert_ucn_to_byte): Verify assumptions.
2503 (handle_syncline): New arg LOC. All callers changed.
2504 Don't store through a value derived from char const * pointer.
2505
2506 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
2507 GCC warnings.
2508
2509 2005-12-27 Paul Eggert <eggert@cs.ucla.edu>
2510
2511 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
2512 Remove unnecessary forward static decls.
2513
2514 2005-12-27 Akim Demaille <akim@epita.fr>
2515
2516 * src/reader.c (grammar_current_rule_check): Also check that $$
2517 is used.
2518 Take the rule to check as argument, hence rename as...
2519 (grammar_rule_check): this.
2520 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
2521 Rename as...
2522 (grammar_rule_begin, grammar_rule_end): these, for consistency.
2523 (grammar_midrule_action, grammar_symbol_append): Now static.
2524 * tests/torture.at (input): Don't rely on the default action
2525 being always performed.
2526 * tests/calc.at: "Set" $$ even when the action is "cut" with
2527 YYERROR or other.
2528 * tests/actions.at (Exotic Dollars): Instead of using unused
2529 values, check that the warning is issued.
2530
2531 2005-12-22 Paul Eggert <eggert@cs.ucla.edu>
2532
2533 * NEWS: Improve wording for unused-value warnings.
2534
2535 2005-12-22 Akim Demaille <akim@epita.fr>
2536
2537 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
2538 (b4_yysymprint_generate): Rename as...
2539 (b4_yy_symbol_print_generate): this.
2540 Generate yy_symbol_print instead of yysymprint.
2541 Generate also yy_symbol_value_print, and use it.
2542
2543 2005-12-22 Akim Demaille <akim@epita.fr>
2544
2545 * NEWS: Warn about unused values.
2546 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
2547 a `used' member.
2548 (symbol_list_n_get, symbol_list_n_used_set): New.
2549 (symbol_list_n_type_name_get): Use symbol_list_n_get.
2550 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
2551 * src/reader.c (grammar_current_rule_check): Check that values are
2552 used.
2553 * src/symtab.c (symbol_print): Accept 0.
2554 * tests/existing.at: Remove the type information.
2555 Empty the actions.
2556 Remove useless actions (beware of mid-rule actions: perl -000
2557 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
2558 * tests/actions.at (Exotic Dollars): Use unused values.
2559 * tests/calc.at: Likewise.
2560 * tests/glr-regression.at (No users destructors if stack 0 deleted):
2561 Likewise.
2562
2563 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
2564 rule_useful_p.
2565
2566 2005-12-21 Paul Eggert <eggert@cs.ucla.edu>
2567
2568 Undo 2005-12-01 tentative license wording change. The wording is
2569 still being reviewed by the lawyers, and we don't want to wait for
2570 them before publishing a test release. For now, revert to the
2571 previous wording.
2572 * NEWS: Undo 2005-12-01 change.
2573 * data/glr.c: Revert to previous license wording.
2574 * data/glr.cc: Likewise.
2575 * data/lalr1.cc: Likewise.
2576 * data/location.cc: Likewise.
2577 * data/yacc.c: Likewise.
2578
2579 * NEWS: Reword %destructor vs YYABORT etc.
2580 * data/glr.c: Use American spacing, for consistency.
2581 * data/glr.cc: Likewise.
2582 * data/lalr1.cc: Likewise.
2583 * data/yacc.c: Likewise.
2584 * data/yacc.c: Reformat comments slightly.
2585 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
2586 for consistency. Fix some spelling errors and reword recently-included
2587 text slightly.
2588 * tests/cxx-type.at: Cast results of malloc, for C++.
2589
2590 2005-12-21 Joel E. Denny <address@hidden>
2591
2592 * tests/cxx-type.at: Construct a tree, count the parents of shared
2593 nodes, and free each node once and only once. Previously, the memory
2594 for semantic values was leaked instead.
2595
2596 2005-12-21 Joel E. Denny <address@hidden>
2597
2598 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
2599 (yylval, yylloc): If pure, #define to yystackp->yyval and
2600 yystackp->yyloc similar to yychar and yynerrs.
2601 (yyparse): If pure, remove local yylval and yylloc. Add local
2602 yystackp to accommodate pure definitions of yylval and yylloc.
2603 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
2604 yylvalp and yyllocp to &yylval and &yylloc.
2605 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
2606 namespace. Previously, nerrs and char were missing, but lval and lloc
2607 weren't necessary.
2608 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
2609 yylvalp and yyllocp parameters since, if pure, these are now always
2610 accessible through yystackp. If not pure, they are still accessible
2611 globally.
2612 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
2613 `if (YYID (N))' to pacify lint.
2614
2615 2005-12-21 Akim Demaille <akim@epita.fr>
2616
2617 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
2618 destroy the RHS symbols of a rule.
2619 * data/yacc.c (yylen): Initialize to 0.
2620 Keep its value to the number of items to possibly shift.
2621 In particular, a regular successful parse that ends on YYFINAL by
2622 a (internal) YYACCEPT must not have yylen != 0.
2623 (yyerrorlab, yyreturn): Pop the RHS.
2624 Reorder a bit to emphasize the `shifting' bits of code.
2625 (YYPOPSTACK): Now accept a number of items to pop.
2626 * data/lalr1.cc: Likewise.
2627 * data/glr.c: Formatting changes.
2628 Use goto instead of fall through.
2629 * doc/bison.texinfo (Destructor Decl): Complete.
2630
2631 2005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2632
2633 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
2634 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
2635 * djgpp/config.bat: Replace every occurence of the file name
2636 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
2637 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
2638 * djgpp/config.sed: Replace every occurence of the file name
2639 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
2640 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
2641 * djgpp/djunpack.bat: DJGPP specific file.
2642 * djgpp/fnchange.lst: DJGPP specific file.
2643 * djgpp/README.in: Add new information about how to unpack the bison
2644 source on MSDOS and other systems which have 8.3 file name restrictions
2645 using djunpack.bat and fnchange.lst.
2646
2647 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
2648
2649 * bootstrap (build_cvs_prefix): Remove; unused.
2650 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
2651 when getting gnulib.
2652
2653 2005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
2654
2655 * data/glr.c: Reorder typedef declarations for structs to match order
2656 of struct declarations.
2657 Rename yystack everywhere to yystackp except in yyparse where it's not
2658 a pointer.
2659 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
2660 consistency.
2661 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
2662 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
2663 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
2664 lint.
2665
2666 2005-12-09 Paul Eggert <eggert@cs.ucla.edu>
2667
2668 * tests/sets.at (Accept): Fix typos in regular expression used to
2669 sed out the final state number.
2670
2671 Work around portability problem on Solaris 10: flex-generated
2672 files include <stdio.h> before <config.h>, which messes up
2673 because the latter defines __EXTENSIONS__. Address the problem
2674 by creating two new little files that include <config.h> first,
2675 then include the flex-generated files. Rewrite everyone else
2676 to include <config.h> first, as well.
2677 * lib/timevar.c: Always include "config.h".
2678 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
2679 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
2680 (EXTRA_bison_SOURCES): New macro.
2681 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
2682 * src/system.h: Don't include config.h.
2683 * src/LR0.c: Include <config.h> first.
2684 * src/assoc.c: Likewise.
2685 * src/closure.c: Likewise.
2686 * src/complain.c: Likewise.
2687 * src/conflicts.c: Likewise.
2688 * src/derives.c: Likewise.
2689 * src/files.c: Likewise.
2690 * src/getargs.c: Likewise.
2691 * src/gram.c: Likewise.
2692 * src/lalr.c: Likewise.
2693 * src/location.c: Likewise.
2694 * src/main.c: Likewise.
2695 * src/muscle_tab.c: Likewise.
2696 * src/nullable.c: Likewise.
2697 * src/output.c: Likewise.
2698 * src/parse-gram.y: Likewise.
2699 * src/print.c: Likewise.
2700 * src/print_graph.c: Likewise.
2701 * src/reader.c: Likewise.
2702 * src/reduce.c: Likewise.
2703 * src/relation.c: Likewise.
2704 * src/state.c: Likewise.
2705 * src/symlist.c: Likewise.
2706 * src/symtab.c: Likewise.
2707 * src/tables.c: Likewise.
2708 * src/uniqstr.c: Likewise.
2709 * src/vcg.c: Likewise.
2710
2711 * src/parse-gram.y: Fix minor problems uncovered by lint.
2712 (current_lhs, current_lhs_location): Now static.
2713 (current_assoc): Remove unused variable.
2714
2715 Cleanups so that Bison-generated parsers have less lint.
2716 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
2717 Prepend /*ARGSUSED*/, for lint's sake.
2718 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
2719 definition if 'lint' is defined.
2720 (YYID): New macro (or function, if lint).
2721 All uses of /*CONSTCOND*/0 replaced by YYID(0).
2722 * data/yacc.c: Likewise.
2723 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
2724 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
2725 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
2726 is C++ only.
2727 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
2728 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
2729 Use YYID(0) rather than 0, for lint.
2730 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
2731 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
2732
2733 2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
2734
2735 * tests/glr-regression.at
2736 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
2737 Close memory leak reported by twlevo.
2738
2739 2005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
2740
2741 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
2742 all stacks.
2743 (yyparse): Iterate another stack in order to call user destructors.
2744 * tests/glr-regression.at (No users destructors if stack 0 deleted):
2745 New test case.
2746 (Duplicated user destructor for lookahead): This test now is expected
2747 to succeed.
2748
2749 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
2750
2751 * NEWS: Document the following change.
2752 * data/yacc.c: Say "parser skeleton" rather than "file", since
2753 it's no longer just a file.
2754 * data/glr.c: Grant a special exception for C GLR parsers, that
2755 reads like the already-existing exception for C LALR(1) parsers.
2756 * data/glr.cc: Likewise.
2757 * data/lalr1.cc: Likewise.
2758 * data/location.cc: Likewise.
2759 * data/yacc.c: Reword the "written by" statement to clarify that
2760 it was the parser skeleton, not the entire output file.
2761 * data/glr.c: Written by Paul Hilfinger.
2762 * data/glr.cc: Written by Akim Demaille.
2763 * data/lalr1.cc: Likewise.
2764
2765 2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
2766
2767 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
2768 Fix typos in previous change that broke 'make check'.
2769 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
2770 supported in C.
2771 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
2772 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
2773 We can revert this once things settle down.
2774
2775 * src/conflicts.c (conflicts_print): Don't print file name twice
2776 when %expect fails because there were no conflicts.
2777 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
2778 change.
2779 * tests/conflicts.at (%expect not enough, %expect too much):
2780 (%expect with reduce conflicts): Adjust to new behavior.
2781
2782 2005-11-18 Akim Demaille <akim@epita.fr>
2783
2784 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
2785 errors.
2786 * NEWS: Document this.
2787 * doc/bison.texinfo (Expect Decl): Likewise.
2788
2789 2005-11-16 Akim Demaille <akim@epita.fr>
2790
2791 Generalize the display of semantic values and locations in traces.
2792 * data/glr.c (yy_reduce_print): Fix indices (again).
2793 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
2794 literal integers.
2795 * data/lalr1.cc (yyreduce_print): Rename as...
2796 (yy_reduce_print): this.
2797 Display values and locations.
2798 * data/yacc.c (yy_reduce_print): Likewise.
2799 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
2800 (yysymprint): Move higher to be visible from yy_reduce_print).
2801 (yyparse): Adjust.
2802 * tests/calc.at: Adjust the expected length of the traces.
2803
2804 2005-11-14 Akim Demaille <akim@epita.fr>
2805
2806 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
2807 from 1 to N, while values and location start at 0.
2808 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
2809
2810 2005-11-14 Akim Demaille <akim@epita.fr>
2811
2812 * data/glr.c (yy_reduce_print): Fix the $ number.
2813
2814 2005-11-14 Akim Demaille <akim@epita.fr>
2815
2816 "Use" parse parameters.
2817 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
2818 * data/glr.c, data/glr.cc: Use them.
2819 * data/glr.c (YYUSE): Have a C++ definition that supports
2820 non-pointer types.
2821
2822 2005-11-14 Akim Demaille <akim@epita.fr>
2823
2824 * data/glr.c (yyexpandGLRStack): Declare only if defined.
2825
2826 2005-11-14 Akim Demaille <akim@epita.fr>
2827
2828 * data/glr.cc: New.
2829 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
2830
2831 2005-11-12 Akim Demaille <akim@epita.fr>
2832
2833 Let position and location be PODs.
2834 * data/location.cc (position::initialize, location::initialize): New.
2835 (position::position, location::location): Define only if
2836 b4_location_constructors is defined.
2837 * data/lalr1.cc (b4_location_constructors): Define it for backward
2838 compatibility.
2839 * doc/bison.texinfo (Initial Action Decl): Use initialize.
2840
2841 2005-11-12 Akim Demaille <akim@epita.fr>
2842
2843 * data/lalr1.cc: Move the body of the ctor and dtor into the
2844 parser file (instead of the header).
2845 Wrap the implementations in a "namespace yy".
2846
2847 2005-11-12 Akim Demaille <akim@epita.fr>
2848
2849 Have glr.c include its header file when created.
2850 * data/glr.c (b4_shared_declarations): New.
2851 Output them verbatim in the parser if !%defines, otherwise
2852 output then in the header file, and include it instead.
2853
2854 2005-11-11 Akim Demaille <akim@epita.fr>
2855
2856 * data/glr.c: Comment changes.
2857
2858 2005-11-11 Akim Demaille <akim@epita.fr>
2859
2860 When yydebug, report semantic and location values for reductions.
2861 * data/glr.c (yy_reduce_print): Report the semantic values and the
2862 locations.
2863 (YY_REDUCE_PRINT): Adjust.
2864 (yyglrReduce): Use them.
2865 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
2866 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
2867 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
2868 traces.
2869
2870 2005-11-10 Akim Demaille <akim@epita.fr>
2871
2872 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
2873 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
2874 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
2875
2876 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
2877
2878 * m4/cxx.m4, examples/Makefile.am: Don't build
2879 examples/calc++ if no C++ compiler is available. (trivial change)
2880
2881 2005-11-09 Akim Demaille <akim@epita.fr>
2882
2883 * src/scan-skel.l: Use a couple of asserts.
2884
2885 2005-11-03 Akim Demaille <akim@epita.fr>
2886
2887 In some (weird) cases, the final state number is incorrect.
2888 Reported by Alexandre Duret-Lutz.
2889 * src/LR0.c (state_list_append): Remove the computation of
2890 final_state.
2891 (save_reductions): Do it here.
2892 (get_state): Alpha conversion.
2893 (generate_states): Use a for loop.
2894 * src/gram.h (item_number_is_rule_number)
2895 (item_number_is_symbol_number): New.
2896 * src/state.c: Use assert.
2897 * src/system.h: Include assert.h.
2898 * tests/sets.at (Accept): New.
2899
2900 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2901
2902 * data/glr.c (yyfill): Adjust comment.
2903 (yyresolveAction): Initialize default location properly
2904 for empty right-hand sides.
2905 (yydoAction): Ditto.
2906 Add comment explaining apparently dead code.
2907 * tests/glr-regression.at
2908 (Incorrectly initialized location for empty right-hand side in GLR):
2909 New test.
2910
2911 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
2912
2913 * bootstrap (cleanup_gnulib): New function. Use it to clean up
2914 gnulib when interrupted. This fixes some race conditions and
2915 works around some portability problems (one noted by Paul
2916 Hilfinger).
2917
2918 2005-10-22 Akim <akim@epita.fr>
2919
2920 * Makefile.cfg: Adjust to config -> build-aux.
2921 Reported by twledo.
2922
2923 2005-10-21 Akim Demaille <akim@epita.fr>
2924
2925 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
2926 the %parse-params.
2927 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
2928 * data/yacc.c (b4_Pure_if): Rename as...
2929 (b4_yacc_pure_if): this.
2930 (YY_SYMBOL_PRINT, yyparse): Adjust.
2931 * doc/bison.texinfo: Formatting changes.
2932
2933 2005-10-21 Akim Demaille <akim@epita.fr>
2934
2935 Finish the transition config -> build-aux.
2936 * configure.ac, Makefile.am: Use build-aux.
2937 * config/prev-version, config/announce-gen, config/Makefile.am:
2938 Move to...
2939 * build-aux/prev-version, build-aux/announce-gen,
2940 * build-aux/Makefile.am: here.
2941
2942 2005-10-14 Akim Demaille <akim@epita.fr>
2943
2944 * examples/calc++/test: Use set -x only when VERBOSE.
2945
2946 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
2947
2948 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
2949 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
2950
2951 2005-10-13 Akim Demaille <akim@epita.fr>
2952
2953 * src/scan-skel.l: Output the base name parts of the parser and
2954 header file names.
2955 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
2956 additional checks.
2957 Use this to exercise C++ outputs in subdirs.
2958 Reported by Oleg Smolsky.
2959
2960 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
2961
2962 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
2963 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
2964 Problem reported by John P. Hartmann.
2965 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
2966 already defined it.
2967
2968 2005-10-12 Akim Demaille <akim@epita.fr>
2969
2970 * src/parse-gram.y (version_check): Exit 63 to please missing
2971 (stands for "version mismatch).
2972 * tests/input.at, doc/bison.texinfo: Adjust.
2973
2974 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
2975
2976 Work around portability problems with Visual Age C compiler
2977 (xlc and xlC_r) reported by John P. Hartmann.
2978 * data/location.cc (initial_column, initial_line): Remove.
2979 All uses replaced by 0 and 1.
2980 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
2981 that xlc complains about.
2982 * src/scan-skel.l (skel_wrap): Likewise.
2983 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
2984 as __STDC__.
2985 * data/yacc.c (YYMODERN_C): New macro, which also looks at
2986 __STDC_VERSION__. Use it everywhere instead of looking at
2987 __STDC__ and __cplusplus.
2988
2989 2005-10-10 Akim Demaille <akim@epita.fr>
2990
2991 * examples/calc++/test: Be quiet unless VERBOSE.
2992
2993 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
2994
2995 * data/c.m4 (yydestruct, yysymprint):
2996 Use YYUSE instead of casting to void.
2997 * data/glr.c (YYUSE): New macro.
2998 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
2999 Use it instead of rolling our own.
3000 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
3001 (YYCHK1):
3002 Use /*CONSTCOND*/ to suppress lint warnings.
3003 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
3004 (YY_STACK_PRINT): Use 'false' not '0'.
3005 (YYUSE): New macro.
3006 (yysymprint_, yydestruct_): Use it instead of rolling our own.
3007 * data/yacc.c (YYUSE): New macro.
3008 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
3009 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
3010 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
3011
3012
3013 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
3014 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
3015
3016 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
3017
3018 Undo the parts of the unlocked-I/O change that substituted
3019 putc or puts for printf. This might hurt performance a bit,
3020 but some people prefer the printf style.
3021 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
3022 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
3023 All uses replaced by YYFPRINTF and YYDPRINTF.
3024 * data/yacc.c: Likewise.
3025 * lib/bitset.c (bitset_print): Likewise.
3026 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
3027 putc and puts.
3028 * lib/lbitset.c (debug_lbitset): Likewise.
3029 * src/closure.c (print_firsts, print_fderives): Likewise.
3030 * src/gram.c (grammar_dump): Likewise.
3031 * src/lalr.c (look_ahead_tokens_print): Likewise.
3032 * src/output.c (escaped_output): Likewise.
3033 (user_actions_output): Break apart two printfs.
3034 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
3035 * src/reduce.c (reduce_print): Likewise.
3036 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
3037 * src/system.h: Include unlocked-io.h rathe than stdio.h.
3038
3039 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
3040 Use assignments rather than casts-to-void to suppress
3041 unused-variable warnings. This pacifies 'lint'.
3042 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
3043 unused-variable warnings.
3044
3045 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3046
3047 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
3048
3049 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
3050
3051 Use unlocked I/O for a minor performance improvement on hosts like
3052 GNU/Linux and Solaris that support unlocked I/O. The basic idea
3053 is to use the gnlib unlocked-io module, and to prefer putc and
3054 puts to printf when either will work (since the latter doesn't
3055 come in an unlocked flavor).
3056 * bootstrap (gnulib_modules): Add unlocked-io.
3057 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
3058 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
3059 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
3060 and similarly for puts and putc and printf.
3061 * data/yacc.c: Likewise.
3062 * lib/bitset.c (bitset_print): Likewise.
3063 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
3064 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
3065 to printf.
3066 * lib/lbitset.c (debug_lbitset): Likewise.
3067 * src/closure.c (print_firsts, print_fderives): Likewise.
3068 * src/gram.c (grammar_dump): Likewise.
3069 * src/lalr.c (look_ahead_tokens_print): Likewise.
3070 * src/output.c (escaped_output): Likewise.
3071 (user_actions_output): Coalesce two printfs.
3072 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
3073 * src/reduce.c (reduce_print): Likewise.
3074 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
3075 * src/system.h: Include unlocked-io.h rather than stdio.h.
3076
3077 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
3078 this confuses xgettext.
3079
3080 2005-10-02 Akim Demaille <akim@epita.fr>
3081
3082 * bootstrap (gnulib_modules): Add strverscmp.
3083 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
3084 * m4/.cvsignore: Add strverscmp.m4.
3085 * src/parse-gram.y (%require): New token, new rule.
3086 (version_check): New.
3087 * src/scan-gram.l (%require): Adjust.
3088 * tests/input.at (AT_REQUIRE): New.
3089 Use it.
3090 * doc/bison.texinfo (Require Decl): New.
3091 (Calc++ Parser): Use %require.
3092
3093 2005-10-02 Akim Demaille <akim@epita.fr>
3094
3095 * data/location.cc: New.
3096
3097 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
3098 Akim Demaille <akim@epita.fr>
3099
3100 Make sure -odir/foo.cc creates dir/location.hh etc.
3101 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
3102 (spec_file_prefix, spec_verbose_file, spec_graph_file)
3103 (spec_defines_file): Now const.
3104 (dir_prefix): New.
3105 (short_base_name): Remove.
3106 * src/files.c: Adjust.
3107 (dirname.h): Include.
3108 (base_name): Don't prototype it.
3109 (finput): Remove, duplicates gram_in.
3110 (full_base_name, short_base_name): Replace by...
3111 (all_but_ext, all_but_tab_ext): these.
3112 (compute_base_names): Rename as...
3113 (compute_file_name_parts): this.
3114 Update to compute the new variables, including dir_prefix.
3115 Adjust dependencies.
3116 * src/output.c (prepare): Output them.
3117 * src/reader.c: Adjust to use gram_in, not finput.
3118 * src/scan-skel.l (@dir_prefix@): New.
3119
3120 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3121
3122 * lib/subpipe.c: New function end_of_output_subpipe() added
3123 to allow support for non-posix systems. This is a no-op function
3124 for posix systems.
3125
3126 * lib/subpipe.h: New function end_of_output_subpipe() added
3127 to allow support for non-posix systems. This is a no-op function
3128 for posix systems.
3129
3130 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
3131 handle the lack of pipe/fork functionality on non-posix systems.
3132
3133 * djgpp/Makefile.maint: DJGPP specific file.
3134
3135 * djgpp/README.in: DJGPP specific file.
3136
3137 * djgpp/config.bat: DJGPP specific configuration file.
3138
3139 * djgpp/config.sed: DJGPP specific configuration file.
3140
3141 * djgpp/config.site: DJGPP specific configuration file.
3142
3143 * djgpp/config_h.sed: DJGPP specific configuration file.
3144
3145 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
3146
3147 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
3148
3149 2005-10-02 Akim Demaille <akim@epita.fr>
3150
3151 * data/location.cc: New, extract from...
3152 * data/lalr1.cc: here.
3153 (location.hh): Include it after the user prologue, in case the
3154 filename type is defined by the user.
3155 Forward declation location and position before the pre-prologue.
3156 (yyresult_): Rename as...
3157 (yyresult): this, it's a local variable, not an attribute.
3158 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
3159
3160 2005-10-01 Akim Demaille <akim@epita.fr>
3161
3162 * examples/extexi: Restore the #line generation.
3163
3164 2005-09-30 Akim Demaille <akim@epita.fr>,
3165 Alexandre Duret-Lutz <adl@gnu.org>
3166
3167 Move the token type and YYSTYPE in the parser class.
3168 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
3169 (parser::token): New, from the moved free definition of tokens.
3170 (parser::semantic_value): Now a full definition instead of an
3171 indirection to YYSTYPE.
3172 (b4_post_prologue): No longer included in the header file, but
3173 in the implementation file.
3174 * doc/bison.texi (C+ Language Interface): Update.
3175 * src/parse-gram.y: Support unary %define.
3176 * tests/actions.at: Define global_tokens_and_yystype for backward
3177 compatibility until we update the tests.
3178 * tests/calc.at: Idem.
3179 (first_line, first_column, last_line, last_column): Define for lalr1.cc
3180 to simplify the code.
3181
3182 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
3183
3184 Port to SunOS 4.1.4, which lacks strtoul and strerror.
3185 Ah, the good old days! Problem reported by Peter Klein.
3186 * bootstrap (gnulib_modules): Add strerror, strtoul.
3187 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
3188 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
3189
3190 2005-09-29 Akim Demaille <akim@epita.fr>
3191
3192 * data/c.m4 (b4_error_verbose_if): New.
3193 * data/lalr1.cc: Use it.
3194 (YYERROR_VERBOSE_IF): Remove.
3195 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
3196 parser members, replaced by...
3197 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
3198 local variables.
3199 (yysyntax_error_): Takes the state number as argument.
3200 (yyreduce_print_): Use the argument yyrule, not the former
3201 attribute yyn_.
3202
3203 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
3204
3205 * bootstrap (gnulib_modules): Add verify.
3206 * lib/.cvsignore: Add verify.h.
3207 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
3208 * src/system.h (verify): Remove.
3209 Include verify.h instead.
3210 * src/tables.c (tables_generate): Use new API for 'verify'.
3211
3212 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
3213
3214 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
3215 local variables whose names begin with 'yy'.
3216 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
3217 Trivial changes from Joel E. Denny.
3218
3219 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
3220 it itself.
3221 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
3222 don't use alloca any more.
3223
3224 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
3225 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
3226 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
3227 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
3228 to match yacc.c, to test more hosts.
3229
3230 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
3231
3232 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
3233 doesn't affect behavior.
3234 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
3235 Solaris, AIX, MSC.
3236 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
3237 This works a bit better with glibc, if user code has already included
3238 stdlib.h.
3239 * doc/bison.texinfo (Bison Parser): Document that users can't
3240 arbitrarily use malloc and free for other purposes. Document
3241 that <alloca.h> and <malloc.h> might be included.
3242 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
3243 user must declare alloca.
3244
3245 * HACKING (release): Forwarn the Translation Project about
3246 stable releses.
3247
3248 2005-09-20 Akim Demaille <akim@epita.fr>
3249
3250 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
3251
3252 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
3253
3254 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
3255 (YYSTACK_ALLOC_MAXIMUM): Use it.
3256 (yysyntax_error): New function.
3257 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
3258 multiple syntax errors are reported, and alloca is being used.
3259 Instead, reallocate buffers twice as big each time, so that
3260 we waste at most half the allocated memory. Start with a small
3261 (128-byte) buffer that will suffice in most cases anyway.
3262 Use yysyntax_error to do most of the work.
3263
3264 * doc/bison.texinfo (Error Reporting, Table of Symbols):
3265 yynerrs is the number of errors reported, not the number of
3266 errors encountered.
3267
3268 * tests/glr-regression.at (Duplicated user destructor for lookahead):
3269 Mark it as expected to fail.
3270 Cast result of malloc; problem reported by twlevo@xs4all.nl.
3271 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
3272 Don't start user-code symbols with "yy", to avoid name space problems.
3273
3274 2005-09-19 Akim Demaille <akim@epita.fr>
3275
3276 Remove the traits, failed experiment.
3277 It never proved useful, and anyway because of the current
3278 definition, it was not possible to have several specialization of
3279 this traits, making it useless.
3280 * data/lalr1.cc (yy:traits): Remove.
3281 Inline its definitions in the parser class.
3282
3283 2005-09-19 Akim Demaille <akim@epita.fr>
3284
3285 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
3286 least Mac OSX with a /usr/local install of gettext.
3287
3288 2005-09-19 Akim Demaille <akim@epita.fr>
3289
3290 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
3291 and yytoken for similarity with the other skeletons.
3292
3293 2005-09-19 Akim Demaille <akim@epita.fr>
3294
3295 * NEWS, configure.ac: update version number to 2.1a.
3296
3297 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
3298
3299 * NEWS: Version 2.1.
3300
3301 * NEWS: Remove notice of yytname change, since it was never in an
3302 official release.
3303 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
3304 diagnostic.
3305 * src/output.c (prepare): Likewise.
3306 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
3307 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
3308 is not defined. This is an awful hack, but it's enough for now.
3309 All callers changed.
3310 * tests/glr-regression-at (make_value): Args are const pointers now,
3311 to avoid GCC warning.
3312 (Duplicated user destructor for lookahead): New test. Currently
3313 skipped. It fails on my host but I'm not sure it'll always fail.
3314
3315 2005-09-16 Akim Demaille <akim@epita.fr>
3316
3317 * src/symtab.h (struct symbol): Declare the printer and destructor
3318 as const, to avoid accidental calls to free.
3319 (symbol_destructor_set, symbol_printer_set): Adjust.
3320 * src/symtab.c: Adjust.
3321
3322 2005-09-16 Akim Demaille <akim@epita.fr>
3323
3324 * data/c.m4 (b4_token_enums): New.
3325 (b4_token_defines): Rename as...
3326 (b4_token_enums_defines): this.
3327 (b4_token_defines): New, output only the #defines.
3328 * data/yacc.c, data/glr.c: Adjust.
3329 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
3330 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
3331 as default values.
3332
3333 2005-09-16 Akim Demaille <akim@epita.fr>
3334
3335 * data/lalr1.cc (yylex_): Remove, inline its code.
3336 (yyreport_syntax_error_): Remove, replaced by...
3337 (yysyntax_error_): this which returns a string and leaves to the
3338 caller the call to the users' error function.
3339 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
3340 Move from members of the parser object...
3341 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
3342 to local variables of the parse function.
3343
3344 2005-09-16 Akim Demaille <akim@epita.fr>
3345
3346 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
3347 since it's in Bison's name space.
3348
3349 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
3350
3351 * data/glr.c (yyresolveValue): Add default case to pacify
3352 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
3353
3354 * NEWS: Document when yyparse started to return 2.
3355 * doc/bison.texinfo (Parser Function): Document when yyparse
3356 returns 2.
3357
3358 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
3359 (b4_filename_type): Renamed back from b4_file_name_type. All uses
3360 changed.
3361 (class position): file_name -> filename (reverting). All uses changed.
3362
3363 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
3364
3365 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
3366 do anything if $@ exists. This reverts part of the 2005-07-07
3367 patch.
3368
3369 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
3370
3371 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
3372 contains obsolete information and isn't worth distributing as a
3373 separate file anyway.
3374 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
3375 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
3376 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
3377 (yyparse): Abort if user code uses longjmp to throw an unexpected
3378 value.
3379
3380 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
3381
3382 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
3383 Suggested by twlevo@xs4all.nl.
3384
3385 * data/glr.c (YYCHK1): Do not assume YYE is in range.
3386 This avoids a diagnostic from gcc -Wswitch-enum.
3387 Problem reported by twlevo@xs4all.nl.
3388
3389 * doc/bison.texinfo: Don't use "filename", as per GNU coding
3390 standards. Use "file name" or "file" or "name", depending on
3391 the context.
3392 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
3393 not to hack/foo.tab.c.
3394 (Calc++ Top Level): 2nd arg of main is not const.
3395 * data/glr.c: b4_filename -> b4_file_name.
3396 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
3397 All uses changed.
3398 (class position): filename -> file_name. All uses changed.
3399 * data/yacc.c: b4_filename -> b4_file_name.
3400 * lib/bitset.h: filename -> file_name in local vars.
3401 * lib/bitset_stats.c: Likewise.
3402 * src/files.c: Likewise.
3403 * src/scan-skel.l ("@output ".*\n): Likewise.
3404 * src/files.c (file_name_split): Renamed from filename_split.
3405 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
3406
3407 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
3408
3409 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
3410 to accommodate latest gnulib.
3411
3412 * tests/glr-regression.at (Duplicate representation of merged trees):
3413 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
3414
3415 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
3416 needed.
3417
3418 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
3419
3420 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
3421 All uses changed. Invoke user destructor after an error during a
3422 split parse (trivial change from Joel E. Denny).
3423
3424 * tests/glr-regression.at
3425 (User destructor after an error during a split parse): New test case.
3426 Problem reported by Joel E. Denny in:
3427 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
3428
3429 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
3430
3431 * README-cvs: Give URLs for recommended tools.
3432 Mention Gzip version problem, and bootstrapping issues.
3433 Remove troubleshooting section, as it's somewhat obsolete.
3434
3435 * bootstrap (no_cache): New var, to accommodate different wget
3436 variants. Use it instead of '-C off'. Problem reported by
3437 twlevo@xs4all.nl.
3438
3439 * data/glr.c (yydestroyStackItem): New function.
3440 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
3441 debugging information. Problem reported by Joel E. Denny.
3442
3443 2005-08-25 Akim Demaille <akim@epita.fr>
3444
3445 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
3446
3447 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
3448
3449 * data/glr.c (yyrecoverSyntaxError, yyreturn):
3450 Don't invoke destructor on unresolved entries.
3451 * tests/glr-regression.at
3452 (User destructor for unresolved GLR semantic value): New test case.
3453 Problem reported by Joel E. Denny in:
3454 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
3455
3456 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
3457
3458 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
3459 Add strnlen.c.
3460 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
3461 lib-prefix.m4, po.m4.
3462
3463 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
3464 in yydestruct diagnostic, since it might not be an error.
3465 Problem reported by Joel Denny near end of
3466 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
3467 * data/lalr1.cc (yyerturn): Likewise.
3468 * data/yacc.c (yyreturn): Likewise.
3469 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
3470
3471 * src/files.c: Remove obsolete FIXME comment.
3472
3473 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
3474 with the other templates, and to fix bogus run-on messages such
3475 as the one reported at the end of
3476 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
3477 All callers changed to avoid the newline.
3478 (yyprocessOneStack): Output two lines rather than one, to accommodate
3479 the above change. This changes the debug output format slightly.
3480
3481 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
3482 reported by Joel E. Denny in
3483 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
3484 (trivial change).
3485 * tests/glr-regression.at (Duplicate representation of merged trees):
3486 New test, from Joel E. Denny in:
3487 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
3488 * THANKS: Add Joel E. Denny.
3489
3490 * configure.ac (AC_INIT): Bump to 2.0c.
3491
3492 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
3493
3494 * NEWS: Version 2.0b.
3495
3496 * Makefile.am (SUBDIRS): Put examples before tests, so that
3497 "make check" doesn't finish with "All 1 tests passed".
3498
3499 * tests/regression.at (Token definitions): Don't rely on
3500 AT_PARSER_CHECK for data that contains backslashes. It currently
3501 uses 'echo', and 'echo' isn't portable if its argument contains
3502 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
3503 that the byte '\0xff' is not printable in the C locale; it is,
3504 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
3505 not printable, so use '\0x81' to test.
3506
3507 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
3508 version of GCC, since the macro is used with non-GCC compilers.
3509
3510 Fix core dump reported by Pablo De Napoli in
3511 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
3512 * tests/regression.at (Invalid inputs with {}): New test.
3513 * src/parse-gram.y (token_name): Translate type before using
3514 it as an index.
3515
3516 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
3517 the user's name space. All uses changed to __attribute__
3518 ((__unused__)).
3519 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
3520 Add __attribute__ ((__noreturn__)).
3521
3522 * etc/clcommit: Remove. We weren't using it, and it failed
3523 "make maintainer-distcheck".
3524 * Makefile.maint: Merge from coreutils.
3525 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
3526 (syntax-check-rules): Change list of rules as described below.
3527 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
3528 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
3529 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
3530 (sc_trailing_space): New rules.
3531 (sc_xalloc_h_in_src): Remove.
3532 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
3533 (sc_space_tab, sc_error_exit_success, sc_changelog):
3534 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
3535 (makefile-check, po-check, author_mark_check):
3536 (makefile_path_separator_check, copyright-check):
3537 Use grep -n, to make it easier to find violations.
3538 Use CVS_LIST and CVS_LIST_EXCEPT.
3539 (header_regexp, h_re): Remove.
3540 (dd_c): New macro.
3541 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
3542 (my-distcheck): Use more-modern GCC flags.
3543 (signatures, %.asc): Remove.
3544 (rel-files, announcement): Remove signatures.
3545 Restore old updating code, even though we don't use it, so
3546 that we're the same as coreutils.
3547 (alpha, beta, major): Depend on news-date-check.
3548 Make the upload commands.
3549
3550 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
3551 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
3552 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
3553 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
3554 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
3555 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
3556 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
3557 * tests/sets.at: Likewise.
3558
3559 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
3560 we comment out the Autoconf version number.
3561 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
3562 it's error-prone and "make maintainer-distcheck" rejects it.
3563
3564 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
3565 Indent calls to "error" to pacify "make maintainer-distcheck",
3566 when the calls are not intended to be translated.
3567 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
3568
3569 * src/Makefile.am (DEFS): Use +=, to pacify
3570 "make maintainer-distcheck".
3571 (bison_SOURCES): Add scan-skel.h.
3572 (sc_tight_scope): New rule, from coreutils.
3573
3574 * src/files.c (src_extension, header_extension):
3575 Now static, not extern.
3576 * src/getargs.c (short_options): Likewise.
3577 * src/muscle_tab.c (muscle_table): Likewise.
3578 * src/parse-gram.y (current_class, current_type, current_prec):
3579 Likewise.
3580 * src/reader.c (grammar_end, previous_rule_end): Likewise.
3581 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
3582 * src/main.c (main): Cast bindtextdomain and textdomain calls to
3583 void, to avoid warning when NLS is disabled.
3584 * src/output.c: Include scan-skel.h.
3585 (scan_skel): Remove decl, since scan-skel.h does this.
3586 (output_skeleton):
3587 Indent calls to "error" to pacify "make maintainer-distcheck".
3588 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
3589 * src/reader.h (gram_end, gram_lineno): New decls to pacify
3590 "make maintainer-distcheck".
3591 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
3592 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
3593 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
3594 (skel_lex_destroy, scan_skel): Move these decls to...
3595 * src/scan-skel.h: New file.
3596 * src/uniqstr.c (uniqstr_assert):
3597 Indent calls to "error" to pacify "make maintainer-distcheck".
3598
3599 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
3600 not @VAR@.
3601
3602 * tests/torture.at: Revamp to avoid misuse of atoi that
3603 "make maintainer-distcheck" complained about.
3604
3605 * examples/extexi (message): Don't print a message more than once,
3606 and omit line-number decoration that makes Emacs compile think
3607 that informative messages are worth worrying about.
3608
3609 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
3610
3611 * configure.ac: Update version number.
3612
3613 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
3614 accidentally.
3615 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
3616 autogenerated by the maintainer.
3617 * examples/calc++/.cvsignore: Add *.yy.
3618
3619 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
3620 * lib/bitset_stats.c (bitset_stats_init): Likewise.
3621 * lib/bitsetv.c (bitsetv_alloc): Likewise.
3622
3623 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
3624
3625 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
3626 from maintainer-distcheck about casting the argument of 'free'.
3627
3628 * NEWS: Mention recent yytname changes.
3629 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
3630
3631 * bootstrap: For translations that have not yet been upgraded to
3632 the new runtime-po domain, prime the pump by extracting the
3633 relevant strings from the obsolete translations. This code can be
3634 removed once the bison-runtime domain has been translated by each
3635 team.
3636
3637 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
3638 now that token names are already quoted.
3639
3640 Fix problem reported by Anthony Heading.
3641 * data/glr.c (YYTOKEN_TABLE): New macro.
3642 (yytname): Define if YYTOKEN_TABLE.
3643 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
3644 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
3645 (YYERROR_VERBOSE): Define the same way the other skeletons do.
3646 * src/output.c (prepare_symbols): Output token_table_flag.
3647
3648 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
3649
3650 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
3651 again if the first call fails.
3652
3653 * data/glr.c (yytnamerr): New function.
3654 (yyreportSyntaxError): Use it to dequote most string literals.
3655 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
3656 with other skeletons. All uses changed.
3657 (yytnameerr_): New function.
3658 (yyreport_syntax_error): Use it to dequote most string literals.
3659 * data/yacc.c (yytnamerr): New function.
3660 (yyerrlab): Use it to decode most string literals.
3661 * doc/bison.texinfo (Decl Summary, Calling Convention):
3662 Clarify quoting convention of yytname.
3663 * src/output.c (prepare_symbols): Quote all names. This undoes
3664 the 2005-04-17 change, which is now accomplished (mostly) via
3665 changes in the parsers as described above.
3666 * tests/regression.at (Token definitions, Web2c Actions):
3667 Undo most 2005-04-17 change here, too.
3668
3669 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
3670
3671 Fix more problems reported by twlevo@xs4all.nl.
3672 * tests/cxx-type.at: Don't pipe output of ./types through sed to
3673 remove trailing spaces. This loses the exit status of ./types,
3674 and isn't needed since ./types shouldn't be emitting trailing
3675 spaces.
3676 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
3677 as the stack isn't valid in that case.
3678
3679 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
3680 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
3681 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
3682 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
3683 is used.
3684 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
3685 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
3686 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
3687 Likewise.
3688
3689 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
3690 overly-picky compilers that reject 'char *foo = "bar";'.
3691
3692 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
3693 to FILE * parameter, not to stderr. This fixes a typo introduced
3694 in the 2005-07-12 change.
3695
3696 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
3697 warnings from GCC 4.
3698
3699 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
3700 (yyglrShiftDefer, yysplitStack):
3701 Remove unused parameters b4_pure_formals. All uses changed.
3702 (yyglrShift): Remove unused parameters b4_user_formals.
3703 All uses changed.
3704 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
3705
3706 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
3707
3708 Destructor cleanups and regularization among the three skeletons.
3709 * NEWS: Document the behavior changes.
3710 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
3711 stack before failing, as the cleanup code will do it for us now.
3712 * data/lalr1.cc (yyerrlab): Likewise.
3713 * data/glr.c (yyparse): Pop everything off the stack before
3714 freeing it, so that destructors get called properly.
3715 * data/lalr1.cc (yyreturn): Likewise.
3716 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
3717 This is more consistent.
3718 * doc/bison.texinfo (Destructor Decl): Mention more reasons
3719 why destructors might be called. 1.875 -> 2.1.
3720 (Destructor Decl, Decl Summary, Table of Symbols):
3721 Some English-language cleanups for %destructor.
3722 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
3723 Add output line for destructor of start symbol.
3724 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
3725 because of that same extra output line.
3726
3727 * NEWS: Document minor wording changes in diagnostics of
3728 Bison-generated parsers.
3729 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
3730 Remove unused formals. All uses changed.
3731 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
3732 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
3733 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
3734 Rename yyoverflowab to yyexhaustedlab.
3735 When memory exhaustion occurs during syntax-error reporting,
3736 report it separately rather than in a single diagnostic; this
3737 eases translation.
3738 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
3739 (Memory Exhausted): Renamed from Parser Stack Overflow.
3740 Revamp wording slightly to prefer "memory exhaustion".
3741 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
3742
3743 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
3744
3745 Add i18n support to the GLR skeleton. Partially fix the C++
3746 skeleton; a C++ expert needs to finish this. Remove debugging
3747 msgids; there's little point to having them translated, since they
3748 can be understood only by someone who can read the
3749 (English-language) source code.
3750
3751 Generate runtime-po/bison-runtime.pot automatically, so that we
3752 don't have to worry about garbage getting in that file. We'll
3753 make sure after the next official release that old msgids don't
3754 get lost. See
3755 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
3756
3757 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
3758 Now auto-generated.
3759 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
3760 Fix typos in explanations of the runtime file.
3761 * bootstrap: Change gettext keyword from YYI18N to YY_.
3762 Use standard Makefile.in.in in runtime-po, since we'll arrange
3763 for backward-compatible bison-runtime.po files in a different way.
3764 * data/glr.c (YY_): New macro, from yacc.c.
3765 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
3766 Translate messages intended for users.
3767 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
3768 the wording in the other skeletons. We don't know that the memory
3769 is virtual.
3770 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
3771 Use same method that yacc.c uses.
3772 Don't translate debugging messages.
3773 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
3774 it doesn't work (yet), and requires C++ expertise to fix.
3775 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
3776 Move defn to a more logical place, to be consistent with other
3777 skeletons.
3778 Don't translate debugging messages.
3779 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
3780 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
3781 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
3782 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
3783
3784 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
3785 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
3786 void, not int.
3787 * tests/glr-regression.at (Badly Collapsed GLR States):
3788 Likewise.
3789 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
3790 yylex should return 0 at EOF rather than aborting.
3791
3792 Improve tests for stack overflow in GLR parser.
3793 Problem reported by twlevo@xs4all.nl.
3794 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
3795 All uses removed.
3796 (yyStackOverflow): Just longjmp, but with value 2 so that caller
3797 can handle the problem.
3798 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
3799 (yyparse): New local variable yyresult to record the result.
3800 Use result of setjmp to set it, rather than storing itinto
3801 struct.
3802 (yyDone): Remove label.
3803 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
3804 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
3805 if YYABORT is used).
3806 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
3807 yyparse status; put status > 1 into diagnostic.
3808 Check that status==2 works.
3809 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
3810 Use exit status 3 for failure to open (which shouldn't happen).
3811
3812 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
3813
3814 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
3815 1 on syntax error; just let yyparse do its thing.
3816 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
3817 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
3818 (Exploding the Stack Size with Alloca):
3819 (Exploding the Stack Size with Malloc):
3820 Expect exit status 2, not 1, since the parser is supposed to blow
3821 its stack. Problem reported by twlevo@xs4all.nl.
3822
3823 * data/glr.c (yyparse): Don't assume that the initial calls
3824 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
3825 Print a stack-overflow message and fail instead.
3826 Initialize the line-number information before creating the stack,
3827 so that the stack-overflow message can report line zero safely.
3828
3829 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
3830
3831 Fix problems reported by twlevo@xs4all.nl.
3832 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
3833 (yyuserMerge): Provide a default case if b4_mergers is empty.
3834 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
3835 * tests/glr-regression.at
3836 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
3837 Add casts to pacify C++ compilers.
3838 * tests/glr-regression.at (Improper merging of GLR delayed action
3839 sets): Declare yylex before using it.
3840 * tests/Makefile.am (maintainer-check-g++): Fix a stray
3841 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
3842 test for valgrind; valgrind is independent of g++.
3843 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
3844 for compatibility with POSIX 1003.1-2001 (if running coreutils).
3845 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
3846 Use a destructor, so that we can expand the stack. Change
3847 YYSTYPE to char * so that we can free it. Cast result of malloc.
3848
3849 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
3850
3851 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
3852 a valgrind failure. Problem reported by twlevo@xs4all.nl.
3853
3854 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
3855
3856 * PACKAGING: New file, suggested by Bruno Haible and taken from
3857 similar wording in gettext's PACKAGING file.
3858 * NEWS: Mention PACKAGING.
3859 * Makefile.am (EXTRA_DIST): Add PACKAGING.
3860
3861 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
3862
3863 * NEWS: Document recent i18n improvements.
3864 * bootstrap: Get runtime translations into runtime-po.
3865 Create runtime-po files automatically, if possible.
3866 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
3867 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
3868 does not infringe on the user's name space.
3869 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
3870 * doc/bison.texinfo (Internationalization): Revamp the English
3871 and Texinfo syntax a bit, to try to make it clearer.
3872 (Bison Options, Option Cross Key): Mention --print-localedir.
3873 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
3874 YYENABLE_NLS. Quote a bit more.
3875 * runtime-po/.cvsignore: New file.
3876 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
3877 * runtime-po/Rules-quot: Remove; now created by bootstrap.
3878 * runtime-po/quot.sed: Likewise.
3879 * runtime-po/boldquot.sed: Likewise.
3880 * runtime-po/en@quot.header: Likewise.
3881 * runtime-po/en@boldquot.header: Likewise.
3882 * runtime-po/insert-header.sin: Likewise.
3883 * runtime-po/remove-potcdate.sin: Likewise.
3884 * runtime-po/Makevars: Likewise.
3885 * runtime-po/LINGUAS: Likewise.
3886 * runtime-po/de.po: Likewise; we will rely on the translation project
3887 to maintain this, so "bootstrap" should get it.
3888 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
3889 its value.
3890 * src/main.c (main): Bind the bison-runtime domain, too.
3891
3892 2005-07-12 Bruno Haible <bruno@clisp.org>
3893
3894 * data/yacc.c: Include <libintl.h> when NLS is enabled.
3895 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
3896 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
3897 * runtime-po: New directory.
3898 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
3899 $(DOMAIN).pot-update rule, so that old messages are never dropped.
3900 * runtime-po/Rules-quot: New file, copied from po/.
3901 * runtime-po/quot.sed: Likewise.
3902 * runtime-po/boldquot.sed: Likewise.
3903 * runtime-po/en@quot.header: Likewise.
3904 * runtime-po/en@boldquot.header: Likewise.
3905 * runtime-po/insert-header.sin: Likewise.
3906 * runtime-po/remove-potcdate.sin: Likewise.
3907 * runtime-po/Makevars: New file.
3908 * runtime-po/POTFILES.in: New file.
3909 * runtime-po/LINGUAS: New file.
3910 * runtime-po/bison-runtime.pot: New file.
3911 * runtime-po/de.po: New file.
3912 * m4/bison.m4: New file.
3913 * Makefile.am (SUBDIRS): Add runtime-po.
3914 (aclocaldir, aclocal_DATA): New variables.
3915 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
3916 Define aclocaldir.
3917 * src/getargs.c (usage): Document --print-localedir option.
3918 (PRINT_LOCALEDIR_OPTION): New enum item.
3919 (long_options): Add --print-localedir option.
3920 (getargs): Handle --print-localedir option.
3921 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
3922 (Internationalization): New section.
3923
3924 2005-07-12 Akim Demaille <akim@epita.fr>
3925
3926 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
3927 for consistency with the rest of the code.
3928 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
3929 Add separators.
3930
3931 2005-07-12 Akim Demaille <akim@epita.fr>
3932
3933 * src/parse-gram.y: Use %printer instead of YYPRINT.
3934
3935 2005-07-12 Akim Demaille <akim@epita.fr>
3936
3937 * src/symtab.h, src/symtab.c (symbol_print): New.
3938 * src/symlist.h, src/symlist.c (symbol_list_print): New.
3939 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
3940
3941 2005-07-12 Akim Demaille <akim@epita.fr>
3942
3943 * data/glr.c (b4_syncline): Fix (swap) the definitions of
3944 b4_at_dollar and b4_dollar_dollar.
3945
3946 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
3947
3948 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
3949 and Pennello's paper.
3950
3951 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
3952
3953 * data/yacc.c (yyparse): Undo previous patch. Instead,
3954 set yylsp[0] and yyvsp[0] only if the initial action
3955 sets yylloc and yylval, respectively.
3956
3957 * data/yacc.c (yyparse): In the initial action, set
3958 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
3959 This avoids the use of undefined variables if the initial
3960 action does not set yylloc and/or yylval.
3961
3962 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
3963
3964 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
3965 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
3966 Remove from CVS. These files are automatically generated.
3967 * examples/extexi: Clarify that this file is now part of Bison,
3968 not GNU M4, and that it works with any POSIX-compatible Awk.
3969 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
3970 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
3971 so that we also get calc++-parser.yy. Geneate it.
3972 Use $(AWK), not gawk, since any conforming Awk will do.
3973 Put comment before action, since older 'make' can't handle comment
3974 in action.
3975 $(BUILT_SOURCES): List all built sources, not just some of them.
3976 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
3977 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
3978 $($(calc_sources_generated)): Remove unnecessary test for existence
3979 of target. (This had a shell syntax error anyway; a stray "x".)
3980 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
3981 calc++-parser.yy.
3982 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
3983
3984 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
3985 implied by the other modules.
3986
3987 2005-07-06 Akim Demaille <akim@epita.fr>
3988
3989 Bind examples/calc++ to the package.
3990 * examples/calc++/Makefile: Remove, replaced by...
3991 * examples/calc++/Makefile.am: ... this new file.
3992 * examples/calc++/test: Remove input.
3993 * examples/calc++/compile: Remove.
3994 * examples/Makefile.am: New.
3995 * configure.ac, Makefile.am: Adjust.
3996 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
3997
3998 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
3999
4000 * data/glr.c (yyFail): Drastically simplify; since the format argument
4001 never had any % directives, we can simply pass it to yyerror.
4002 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
4003 be modified later, as that is the usual style in glr.c.
4004 Problems reported by Paul Hilfinger.
4005
4006 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
4007 and size overflow errors.
4008 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
4009 in case the user prolog sets feature-test macros like _GNU_SOURCE.
4010 (YYSIZEMAX): New macro.
4011 (yystpcpy): New function, taken from yacc.c.
4012 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
4013 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
4014 so that we don't have to maintain their signatures.
4015 (yyFail): Check for buffer overflow, by using vsnprintf rather
4016 than vsprintf. Allocate a bigger buffer if possible.
4017 Report an error if buffer allocation fails.
4018 (yyStackOverflow): New function.
4019 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
4020 the initialization was successful. It might fail if storage was
4021 exhausted.
4022 (yyexpandGLRStack): Add more checks for storage allocation failure.
4023 Use yyStackOverflow to report failures.
4024 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
4025 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
4026 Don't assume stack number fits in int.
4027 (yysplitStack): Check for storage allocation failure.
4028 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
4029 can print diagnostics on storage allocation failure. All callers
4030 changed.
4031 (yyresolveValue): Use yybool for boolean.
4032 (yyreportSyntaxError): Check for size-calculation overflow.
4033 This code is taken from yacc.c.
4034 (yyparse): Check for storage allocation errors when allocating
4035 the initial stack.
4036
4037 2005-07-05 Akim Demaille <akim@epita.fr>
4038
4039 Extract calc++ from the documentation.
4040 * doc/bison.texinfo (Calc++): Add the extraction marks.
4041 * examples/extexi: New, from the aborted GNU Programming 2E.
4042 Separate the different paragraph of a file with empty lines.
4043 * examples/Makefile: Use it to extract the whole calc++ example.
4044
4045 2005-06-24 Akim Demaille <akim@epita.fr>
4046
4047 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
4048 class typedefs.
4049
4050 2005-06-22 Akim Demaille <akim@epita.fr>
4051
4052 * doc/bison.texinfo (C++ Language Interface): First stab.
4053 (C++ Parsers): Remove.
4054
4055 2005-06-22 Akim Demaille <akim@epita.fr>
4056
4057 * data/lalr1.cc (yylex_): Honor %lex-param.
4058
4059 2005-06-22 Akim Demaille <akim@epita.fr>
4060
4061 Start a set of simple examples.
4062 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
4063 * examples/calc++/calc++-driver.hh,
4064 * examples/calc++/calc++-parser.yy,
4065 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
4066 * examples/calc++/compile, examples/calc++/test: New.
4067
4068 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
4069
4070 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
4071 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
4072 which stems from the 2005-05-27 patch.
4073
4074 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
4075
4076 * data/glr.c: Modify treatment of unused parameters to permit use
4077 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
4078
4079 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
4080
4081 Fix infringement on user name space reported by Janos Zoltan Szabo.
4082 * data/yacc.c (yyparse): strlen -> yystrlen.
4083
4084 2005-05-30 Akim Demaille <akim@epita.fr>
4085
4086 * data/lalr1.cc (_): New.
4087 Translate the various messages.
4088
4089 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
4090
4091 Fix infringement on user name space reported by Bruno Haible.
4092 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
4093 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
4094 the user's name space.
4095 (alloca): Include <stdlib.h> to get it, if it's not built in.
4096 (YYMALLOC, YYFREE): Define only if needed.
4097 (malloc, free): Declare, but only if needed, as this infringes on
4098 the user name space.
4099
4100 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
4101
4102 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
4103 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
4104 with %d format.
4105 * lib/ebitset.c (min, max): Undef before defining.
4106 * lib/vbitset.c (min, max): Likewise.
4107 * lib/subpipe.c (create_subpipe): Save local variables in case
4108 vfork clobbers them.
4109
4110 2005-05-24 Bruno Haible <bruno@clisp.org>
4111
4112 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
4113 error message syntax used by gcc-4.0.
4114
4115 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
4116
4117 * README: Mention m4 1.4.3. Remove obsolete advice about
4118 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
4119
4120 * bootstrap: Remove workaround for problem I encountered with
4121 gettext 0.14.1; it seems to be fixed now.
4122
4123 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
4124
4125 * NEWS: Version 2.0a.
4126
4127 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
4128 the previous change.
4129
4130 Various maintainer cleanups.
4131 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
4132 conftest*, for benefit of CVS commands run at the same time as
4133 "configure". Add build-aux, since "bootstrap" now creates it and
4134 its subfiles.
4135 * Makefile.cfg (move_if_change): Remove.
4136 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
4137 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
4138 (po_repo, do-po-update, po-update, wget_files, get-targets):
4139 (config.guess-url_prefix, config.sub-url_prefix):
4140 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
4141 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
4142 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
4143 Remove.
4144 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
4145 this is now the recommended name.
4146 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
4147 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
4148 ylwrap. These files now go into build-aux.
4149 * config/move-if-change: Remove.
4150 * config/prev-version.txt: Bump from 1.75 to 2.0.
4151
4152 * bootstrap: Add stdio-safer, unistd-safer modules.
4153 Remove m4/glibc2.m4 (introduced by latest gnulib, but
4154 we don't need it).
4155 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
4156 fopen-safer.c, stdio-safer.h, unistd-safer.h.
4157 * lib/subpipe.c: Include "unistd-safer.h".
4158 (create_subpipe): Make sure all the newly-created
4159 file descriptors are > 2, so that diagnostics don't
4160 get sent down them (which might cause Bison to hang, in theory).
4161 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
4162 * src/files.c (xfopen): Use fopen_safer, not fopen.
4163
4164 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
4165 yesterday's yacc.c fix.
4166
4167 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
4168
4169 * data/glr.c, data/lalr1.cc: Update copyright date.
4170
4171 Fix a destructor bug reported by Wolfgang Spraul in
4172 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
4173 * data/yacc.c (yyabortlab): Don't call destructor, and
4174 don't set yychar to EMPTY.
4175 (yyoverflowlab): Don't call destructor.
4176 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
4177 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
4178 since we no longer output the message "discarding lookahead token
4179 end of input ()".
4180
4181 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
4182
4183 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
4184 fix a small glitch in debugging output.
4185 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
4186 after YY_SYMBOL_PRINT where needed.
4187
4188 (struct yyGLRState): Add some comments.
4189 (struct yySemanticOption): Add some comments.
4190 (union yyGLRStackItem): Add comment.
4191
4192 (yymergeOptionSets): Correct this to properly perform the union,
4193 avoiding infinite reported by Michael Rosien.
4194 Update comment.
4195
4196 * tests/glr-regression.at: Add test for GLR merging error reported
4197 by M. Rosien.
4198
4199 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
4200
4201 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
4202 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
4203 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
4204 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
4205 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
4206 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
4207 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
4208 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
4209 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
4210 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
4211 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
4212 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
4213 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
4214 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
4215 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
4216 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
4217 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
4218 src/derives.h, src/files.c, src/files.h, src/getargs.c,
4219 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
4220 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
4221 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
4222 src/output.h, src/parse-gram.c, src/parse-gram.h,
4223 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
4224 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
4225 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
4226 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
4227 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
4228 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
4229 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
4230 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
4231 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
4232 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
4233 tests/reduce.at, tests/regression.at, tests/sets.at,
4234 tests/synclines.at, tests/testsuite.at, tests/torture.at:
4235 Update FSF postal mail address.
4236
4237 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
4238
4239 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
4240 Problem reported by Ralf Menzel.
4241
4242 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
4243
4244 * tests/actions.at: Test that stack overflow invokes destructors.
4245 From Marcus Holland-Moritz.
4246 * data/yacc.c (yyerrlab): Move the code that destroys the stack
4247 from here....
4248 (yyreturn): to here. That way, destructors are called properly
4249 even if the stack overflows, or the user calls YYACCEPT or
4250 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
4251 (yyoverflowlab): Destroy the lookahead.
4252
4253 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
4254
4255 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
4256
4257 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
4258
4259 * NEWS: Bison-generated C parsers no longer quote literal strings
4260 associated with tokens.
4261 * src/output.c (prepare_symbols): Don't escape strings,
4262 since users don't want to see C escapes.
4263 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
4264 in diagnostics.
4265 * tests/input.at (Torturing the Scanner): Likewise.
4266 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
4267
4268 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
4269
4270 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
4271 the data size is known to be too small and we can't increase it.
4272 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
4273
4274 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
4275
4276 * src/parse-gram.y: Include quotearg.h.
4277 (string_as_id): Quote $1 before using it as a key, since the
4278 lexer no longer quotes it for us.
4279 (string_content): Don't strip quotes, since lexer no longer
4280 quotes it for us.
4281 * src/scan-gram.l: Include quotearg.h.
4282 ("\""): Omit quote.
4283 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
4284 a key, since the rest of the lexer doesn't quote it.
4285 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
4286 * tests/regression.at (Token definitions): Check for backslashes
4287 in token strings.
4288
4289 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
4290 (YYSIZE_T): Define to unsigned long int when using an older compiler.
4291 (yyparse): Revamp code to generate long syntax error message, to
4292 make it easier to translate, and to avoid problems with arithmetic
4293 overflow. Change "virtual memory" to "memory" in diagnostic, since
4294 we don't know whether the memory is virtual.
4295
4296 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
4297
4298 * NEWS: Bison-generated C parsers now use the _ macro to
4299 translate strings.
4300 * data/yacc.c (_) [!defined _]: New macro.
4301 All English strings wrapped inside this macro.
4302 * doc/bison.texinfo (Bison Parser): Document _.
4303 * po/POTFILES.in: Include src/parse-gram.c, since it now
4304 includes translateable strings that parse-gram.y doesn't.
4305
4306 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
4307
4308 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
4309 reverting the 2004-10-11 change to this function.
4310 (symbol_check_alias_consistency): Don't call symbol_type_set
4311 if the type name is already correct.
4312 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
4313
4314 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
4315
4316 * tests/regression.at (Token definitions): Don't use a token named
4317 c, as that generates a "#define c ..." that runs afoul of buggy
4318 stdlib.h that uses the identifier c as a member of struct
4319 drand48_data. Problem reported by Horst Wente.
4320
4321 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
4322
4323 * bootstrap: Change translation URL from
4324 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
4325 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
4326 redirection glitches. Problem reported by twlevo@xs4all.nl.
4327
4328 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
4329
4330 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
4331 after operands; POSIX says this isn't portable for the c99 command.
4332
4333 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
4334
4335 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
4336 immediately if a data overrun has occurred; this may help us track
4337 down what may be a spurious failure on MacOS.
4338
4339 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
4340
4341 Respond to problems reported by twlevo@xs4all.nl.
4342
4343 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
4344
4345 * src/vcg.h: Comment fix.
4346 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
4347 (G_CMAX): Change to -1 instead of INT_MAX.
4348
4349 * data/yacc.c (yyparse): Omit spaces before #line.
4350
4351 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
4352
4353 * src/tables.c (state_number_to_vector_number): Put it inside an
4354 "#if 0", since it's not currently used. Problem reported by
4355 Roland McGrath.
4356
4357 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
4358
4359 * src/output.c (escaped_output): Renamed from
4360 escaped_file_name_output, since we now use it for symbol tags as
4361 well. All uses changed.
4362 (symbol_destructors_output, symbol_printers_output):
4363 Escape symbol tags too.
4364 Problem reported by Matyas Forstner in
4365 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
4366
4367 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
4368 not needed.
4369 * src/output.c (user_actions_output, token_definitions_output,
4370 symbol_destructors_output, symbol_printers_output): Likewise.
4371 * src/reader.c (prologue_augment): Likewise.
4372 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
4373
4374 * src/vcg.c (output_edge): Don't quote linestyle arg.
4375 Problem reported by twlevo@xs4all.nl.
4376
4377 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
4378
4379 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
4380 example, reported by Derek M Jones. Also, make the example even
4381 more outrageous, to better illustrate how bad the problem is.
4382
4383 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
4384
4385 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
4386 putsym. Typo reported by Sebastian Piping.
4387
4388 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
4389
4390 * doc/bison.texinfo (Language and Grammar): some -> same
4391 (Epilogue): int he -> in the
4392 Typos reported by Sebastian Piping via Justin Pence.
4393
4394 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
4395
4396 * tests/glr-regression.at (Improper handling of embedded actions
4397 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
4398 embedded actions and $-N in GLR parsers", work around an Autoconf bug
4399 with dollar signs in test names.
4400 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
4401 for a similar reason.
4402
4403 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
4404
4405 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
4406 wants to redefine G_VIEW.
4407
4408 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
4409
4410 * src/vcg.c (get_view_str): Remove case for normal_view.
4411 Problem reported by twlevo@xs4all.nl.
4412
4413 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
4414
4415 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
4416 Problem reported by twlevo@xs4all.nl.
4417
4418 * doc/bison.texinfo: Change @dircategory from "GNU programming
4419 tools" to "Software development". Requested by Richard Stallman
4420 via Karl Berry.
4421
4422 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
4423
4424 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
4425 Problem reported by twlevo@xs4all.nl.
4426
4427 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
4428
4429 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
4430 keyword; it's not needed with modern compilers, and it doesn't
4431 affect correctness with older compilers. Suggested by
4432 twlevo@xs4all.nl.
4433
4434 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
4435
4436 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
4437 gcc -Wswitch-default.
4438 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
4439 * data/yacc.c (yyparse): Likewise.
4440
4441 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
4442
4443 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
4444 already. Let config.h define any nonstandard values.
4445
4446 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
4447
4448 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
4449 for the benefit of slower hosts. Problem reported by
4450 Nelson H. F. Beebe.
4451
4452 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
4453
4454 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
4455 being defined and not used.
4456 * data/lalr1.cc (yyparse): Likewise.
4457 Use "if (false)" rather than "if (0)".
4458
4459 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
4460
4461 * TODO: Mention that we should allow NUL bytes in tokens.
4462
4463 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
4464
4465 * src/scan-skel.l (<<EOF>>): Don't close standard output.
4466 Problem reported by Hans Aberg.
4467
4468 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
4469
4470 * src/getargs.c (version): Happy new year; update overall
4471 program copyright date from 2004 to 2005.
4472
4473 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
4474 Problem reported by Hans Aberg.
4475 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
4476 (Output file names.): Add a test for the case when standard output
4477 is closed.
4478
4479 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
4480
4481 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
4482 to fix an oversight in the Bison 2.0 manual.
4483
4484 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
4485
4486 * NEWS: Version 2.0. Reformat the existing news items since
4487 1.875, so that related items are grouped together.
4488 * configure.ac (AC_INIT): Bump version to 2.0.
4489 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
4490
4491 * tests/torture.at (Exploding the Stack Size with Alloca): Set
4492 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
4493 otherwise, we're not testing alloca. Unfortunately there's no
4494 simple way to consult HAVE_ALLOCA here.
4495
4496 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
4497 for yymsg, too.
4498
4499 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
4500 hand. This avoids a warning about comparing int to size_t when
4501 GCC warnings are enabled.
4502
4503 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
4504
4505 * NEWS: Bison-generated parsers no longer default to using the
4506 alloca function (when available) to extend the parser stack, due
4507 to widespread problems in unchecked stack-overflow detection.
4508 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
4509 responsibility to set it to a positive value. This lets the user
4510 specify a value that is not a preprocessor constant.
4511 * data/yacc.c (YYMAXDEPTH): Likewise.
4512 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
4513 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
4514 to be a compile-time constant. However, explain the constraints on it.
4515 Also, explain the constraints on YYINITDEPTH.
4516 (Table of Symbols): Explain that alloca is no longer the default.
4517 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
4518 to 1.
4519
4520 * doc/bison.texinfo (Location Default Action): Mention that n must
4521 be zero when k is zero. Suggested by Frank Heckenbach.
4522
4523 2004-12-22 Akim Demaille <akim@epita.fr>
4524
4525 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
4526 (parser::state_type, parser::semantic_type, parser::location_type):
4527 Private, not public.
4528 (parser::parse): Return ints, not bool.
4529 Returning a bool introduces a problem: 0 corresponds to false, and
4530 it seems weird to return false on success. Returning true changes
4531 the conventions for yyparse.
4532 Alternatively we could return void and send an exception.
4533 There is no clear consensus (yet?).
4534 (state_stack, semantic_stack, location_stack): Rename as...
4535 (state_stack_type, semantic_stack_type, location_stack_type): these.
4536 Private, not public.
4537 * tests/c++.at: New.
4538 * tests/testsuite.at, tests/Makefile.am: Adjust.
4539
4540 2004-12-21 Akim Demaille <akim@epita.fr>
4541
4542 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
4543
4544 2004-12-21 Akim Demaille <akim@epita.fr>
4545
4546 Don't impose std::string for filenames.
4547
4548 * data/lalr1.cc (b4_filename_type): New.
4549 (position::filename): Use it.
4550 (parser.hh): Move the inclusion of stack.hh and location.hh below
4551 the user code, so that needed headers for the filename type can be
4552 included first.
4553 Forward declare them before the user code.
4554 * tests/Makefile.am (check-local, installcheck-local): Pass
4555 TESTSUITEFLAGS to the TESTSUITE.
4556
4557 2004-12-20 Akim Demaille <akim@epita.fr>
4558
4559 Use more STL like names: my_class instead of MyClass.
4560
4561 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
4562 (SemanticStack, SemanticType, StateStack, StateType)
4563 (TokenNumberType, Stack, Slice, Traits, Parser::location)
4564 (Parser::value): Rename as...
4565 (location_stack, location_type, rhs_number_type, semantic_stack)
4566 (semantic_type, state_stack, state_type, token_number_type, stack)
4567 (slice, traits, parser::yylloc, parser::yylval): these.
4568
4569 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
4570
4571 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
4572
4573 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
4574 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
4575
4576 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
4577
4578 Remove uses of 'short int' and 'unsigned short int'. This raises
4579 some arbitrary limits. It uses more memory but nowadays that's
4580 not much of an issue.
4581
4582 This change does not affect the generated parsers; that's a different
4583 task, as some users will want to conserve memory there.
4584
4585 Ideally we should use size_t to represent all object counts, and
4586 something like ptrdiff_t to represent signed differences of object
4587 counts; but that will require more code-cleanup than I have the
4588 time to do right now.
4589
4590 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
4591 Use size_t, not int or short int, to count objects.
4592 * src/closure.c (nritemset, closure): Likewise.
4593 * src/closure.h (nritemset, closure): Likewise.
4594 * src/nullable.c (nullable_compute): Likewise.
4595 * src/print.c (print_core): Likewise.
4596 * src/print_graph.c (print_core): Likewise.
4597 * src/state.c (state_compare, state_hash): Likewise.
4598 * src/state.h (struct state): Likewise.
4599 * src/tables.c (default_goto, goto_actions): Likewise.
4600
4601 * src/gram.h (rule_number, rule): Use int, not short int.
4602 * src/output.c (prepare_rules): Likewise.
4603 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
4604 errs, reductions): Likewise.
4605 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
4606 Likewise.
4607 * src/tables.c (vector_number, tally, action_number,
4608 ACTION_NUMBER_MINIMUM): Likewise.
4609 * src/output.c (muscle_insert_short_int_table): Remove.
4610
4611 2004-12-17 Akim Demaille <akim@epita.fr>
4612
4613 * data/lalr1.cc: Extensive Doxygenation.
4614 (error_): Rename as...
4615 (error): this, since it is visible to the user.
4616 Adjust callers.
4617 (Parser::message): Now an automatic variable from...
4618 (Parser::yyreport_syntax_error_): here.
4619 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
4620 Parser::error.
4621 * tests/input.at: Escape $.
4622
4623 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
4624
4625 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
4626 Parenthesize rhs to avoid obscure problems with mistakes like
4627 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
4628 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
4629 b4_rhs_location): Likewise.
4630 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
4631 b4_rhs_location): Likewise.
4632
4633 2004-12-16 Akim Demaille <akim@epita.fr>
4634
4635 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
4636 yacc.c: be sure to stay within yycheck_.
4637 * tests/actions.at: Re-enable C++ tests.
4638
4639 2004-12-16 Akim Demaille <akim@epita.fr>
4640
4641 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
4642 real.
4643
4644 2004-12-16 Akim Demaille <akim@epita.fr>
4645
4646 Use #define to handle the %name-prefix.
4647
4648 * data/glr.c, data/yacc.c: Comment changes.
4649 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
4650 so that one can refer to yylex in the parser file, and have it
4651 renamed, as is the case with other skeletons.
4652
4653 2004-12-16 Akim Demaille <akim@epita.fr>
4654
4655 Move lalr1.cc internals into yy*.
4656
4657 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
4658 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
4659 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
4660 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
4661 (empty_, final_, terror_, errcode_, ntokens_)
4662 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
4663 (looka_, ilooka_, error_range_, nerrs_):
4664 Rename as...
4665 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
4666 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
4667 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
4668 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
4669 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
4670 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
4671 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
4672 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
4673 these.
4674
4675 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
4676
4677 Fix some problems reported by twlevo at xs4all.
4678 * src/symtab.c (symbol_new): Report an error if the input grammar
4679 contains too many symbols. This is better than calling abort() later.
4680 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
4681 (struct node, struct graph):
4682 Rename member expand to stretch. All uses changed.
4683 (struct graph): Remove member layoutalgorithm. All uses removed.
4684 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
4685 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
4686 All uses changed.
4687 (N_STRETCH): Rename from N_EXPAND. All uses changed.
4688
4689 2004-12-15 Akim Demaille <akim@epita.fr>
4690
4691 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
4692 Add more Doxygen comments.
4693 (symprint_, stack_print_, reduce_print_, destruct_, pop)
4694 (report_syntax_error_, translate_): Rename as...
4695 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
4696 (yypop_, yyreport_syntax_error_, yytranslate_): this.
4697
4698 2004-12-15 Akim Demaille <akim@epita.fr>
4699
4700 * data/lalr1.cc (lex_): Rename as...
4701 (yylex_): this.
4702 Move the trace here.
4703 Take the %name-prefix into account.
4704 Reported by Alexandre Duret-Lutz.
4705
4706 2004-12-15 Akim Demaille <akim@epita.fr>
4707
4708 Simplify the C++ parser constructor.
4709
4710 * data/lalr1.cc (debug_): Rename as...
4711 (yydebug_): so that the parser's internals are always in the yy*
4712 pseudo namespace.
4713 Adjust uses.
4714 (b4_parse_param_decl): Remove the leading comma as it is now only
4715 called as unique argument list.
4716 (Parser::Parser): Remove the constructor accepting a location and
4717 an initial debugging level.
4718 Remove from the other ctor the argument for the debugging level.
4719 (debug_level_type, debug_level, set_debug_level): New.
4720
4721 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
4722 constructor calls.
4723
4724 2004-12-15 Akim Demaille <akim@epita.fr>
4725
4726 Remove b4_root related material: failure experiment
4727 (which goal was to allow to derive from a class).
4728
4729 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
4730 definitions and uses.
4731
4732 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
4733
4734 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
4735 not 2, since it's not portable to subtract 1 from the start of an
4736 array. The new item 0 is never set or used. All uses changed.
4737
4738 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
4739 the default definition of YYLLOC_DEFAULT. Problem reported
4740 by Frank Heckenbach.
4741
4742 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
4743
4744 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
4745 the normal case and one for the error case. Just use the
4746 first one uniformly. Problem reported by Frank Heckenbach.
4747 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
4748 use exactly the same macro in both places.
4749 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
4750 so that the normal-case YYRHSLOC works for the error case too.
4751 All uses changed.
4752 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
4753 (YYLLOC_DEFAULT): Use the same macro as glr.c.
4754 * doc/bison.texinfo (Location Default Action): Don't claim that
4755 we have an array of locations. Use the same macro for both glr
4756 and lalr parsers. Mention YYRHSLOC. Mention what happens when
4757 the index is 0.
4758
4759 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
4760
4761 * HACKING: Update email addresses to send announcements to.
4762
4763 * configure.ac (AC_INIT): Bump version to 1.875f.
4764
4765 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
4766
4767 * NEWS: Version 1.875e.
4768 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
4769
4770 * src/scan-skel.l: Include "complain.h", for "fatal".
4771
4772 * src/relation.h (relation_print, relation_digraph):
4773 Relation sizes are of type relation_node, not size_t (this is
4774 merely a doc fix, since the two types are equivalent).
4775 (relation_transpose): Relation sizes are of type relation_node,
4776 not int.
4777 * src/relation.c: Likewise.
4778 (top, infinity): Now of type relation_node, not int.
4779 (traverse, relation_transpose): Use relation_node, not int.
4780
4781 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
4782 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
4783 (yyparse): Remove unused local introduced in 2004-10-25 patch.
4784
4785 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
4786 specifying whether the test should be skipped. Use it tp
4787 specify that the [%defines %skeleton "lalr1.cc"] tests currently
4788 fail on some hosts, and should be skipped.
4789
4790 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
4791
4792 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
4793 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
4794 unless otherwise specified below.
4795
4796 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
4797 to allocate kernel_base, kernel_items, kernel_size, since
4798 they needn't be initialized to 0.
4799 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
4800 * src/closure.c (new_closure): Likewise, for itemset.
4801 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
4802 * src/lalr.c (set_goto_map): Likewise, for temp_map.
4803 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
4804 (build_relations): Likewise for edge, states1, includes.
4805 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
4806 * src/reader.c (packgram): Likewise, for ritem, rules.
4807 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
4808 * src/relation.c (relation_digraph): Likewise for VERTICES.
4809 (relation_transpose): Likewise for new_R, end_R.
4810 * src/symtab.c (symbols_token_translations_init): Likewise for
4811 token_translations.
4812 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
4813 (token_actions): Likewise for yydefact, actrow, conflrow,
4814 conflict_list.
4815 (save_column): Likewise for froms[symno], tos[symno].
4816 (goto_actions): Likewise for state_count.
4817 (pack_table): Likewise for base, pos, check.
4818 (tables_generate): Likewise for width.
4819
4820 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
4821 for initial core. Just have a separate core, so we needn't worry
4822 about whether kernel_size and kernel_base are initialized.
4823
4824 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
4825 kernel_size, kernel_items): Remove unnecessary initialization.
4826 * src/conflicts.c (conflicts): Likewise.
4827 * src/derives.c (derives): Likewise.
4828 * src/muscle_tablc (muscle_insert): Likewise.
4829 * src/relation.c (relation_digraph): Likewise.
4830 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
4831 conflrow, conflict_table, conflict_list, table, check):
4832 Likewise.
4833
4834 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
4835 This is because all callers pass unsigned int.
4836 * src/closure.h (new_closure): Likewise.
4837
4838 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
4839 (build_relations): Initialize includes[i] in all cases.
4840 * src/reader.c (packgram): Always initialize rules[ruleno].prec
4841 and rules[ruleno].precsym. Initialize members in order.
4842 * src/relation.c (relation_transpose): Always initialize new_R[i]
4843 and end_R[i].
4844 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
4845
4846 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
4847 conflict_list[0] was always 0, but now it isn't initialized.
4848
4849 * src/table.c (table_grow): When conflict_table grew, the grown
4850 area wasn't cleared. Fix this.
4851
4852 * lib/.cvsignore: Add strdup.c, strdup.h.
4853 * m4/.cvsignore: Add strdup.m4.
4854
4855 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
4856
4857 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
4858 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
4859 GOTO_NUMBER_MAXIMUM, since we occasionally compute
4860 ngotos + 1 without checking for overflow.
4861 (build_relations): Use END_NODE, not -1, to denote end of edges.
4862 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
4863 build_relations): Use goto_number, not int, for goto numbers.
4864 * src/tables.c (save_column, default_goto): Likewise.
4865
4866 2004-11-23 Akim Demaille <akim@epita.fr>
4867
4868 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
4869 of #defining from yystype.
4870 Don't typedef yystype, C++ does not need it.
4871 This lets it possible to forward declare it as union.
4872
4873 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
4874
4875 * bootstrap (gnulib_modules): Add extensions.
4876 Problem reported by Jim Meyering.
4877
4878 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
4879
4880 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
4881 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
4882 src/system.h, src/tables.c: XFREE -> free, to accommodate
4883 recent change to gnulib xalloc.h.
4884 Problem reported by Jim Meyering.
4885
4886 2004-11-17 Akim Demaille <akim@epita.fr>
4887
4888 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
4889
4890 2004-11-17 Akim Demaille <akim@epita.fr>,
4891 Alexandre Duret-Lutz <adl@gnu.org>
4892
4893 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
4894 changes.
4895 (YYCDEBUG): Adjust.
4896 Use it instead of cdebug_.
4897 (Parser::debug_stream, Parser::set_debug_stream): New.
4898 (Parser::symprint_): Define cdebug_ for temporary backward
4899 compatibility.
4900 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
4901 debug_stream ().
4902
4903 2004-11-17 Akim Demaille <akim@epita.fr>
4904
4905 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
4906 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
4907 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
4908 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
4909
4910 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
4911
4912 * data/glr.c (yyloc_default): Remove; not used.
4913 Problem reported by Frank Heckenbach.
4914
4915 2004-10-25 Akim Demaille <akim@epita.fr>
4916
4917 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
4918 Introduce another definition to address simple location arrays.
4919 (yyGLRStack): New member: yyerror_range.
4920 (yyrecoverSyntaxError, yyparse): Update it.
4921 (yyrecoverSyntaxError): Use it when shifting the error token to
4922 have an accurate range, equivalent to the one computed by both
4923 yacc.c and lalr1.cc.
4924 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
4925 that column numbers start at column 0, as per GNU Coding
4926 Standards, the others tests, and the doc.
4927 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
4928 Adjust to the above change (first column is 0).
4929 And adjust the location of the "<error>", now covering the whole
4930 line.
4931
4932 2004-10-22 Akim Demaille <akim@epita.fr>
4933 and Paul Eggert <eggert@cs.ucla.edu>
4934
4935 Remove some arbitrary limits on goto numbers and relations.
4936 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
4937 initial values, since they're never used.
4938 (set_goto_map): ngotos is now unsigned, so test for overflow
4939 by seeing whether it wraps around to zero.
4940 * src/lalr.h (goto_number): Now size_t, not short int.
4941 (GOTO_NUMBER_MAXIMUM): Remove.
4942 * src/relation.c (relation_print, traverse, relation_transpose):
4943 Check for END_NODE rather than looking at sign.
4944 * src/relation.h (END_NODE): New macro.
4945 (relation_node): Now size_t, not short int.
4946
4947 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
4948
4949 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
4950 keyword, not an identifier. Problem reported by Baron Schwartz in
4951 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
4952
4953 2004-10-11 Akim Demaille <akim@epita.fr>
4954
4955 * src/symtab.c (symbol_check_alias_consistency): Also check
4956 type names, destructors, and printers.
4957 Reported by Alexandre Duret-Lutz.
4958 Recode the handling of associativity and precedence in terms
4959 of symbol_precedence_set.
4960 Accept no redeclaration at all, not even equal to the previous
4961 value.
4962 (redeclaration): New.
4963 Use it to factor redeclaration complaints.
4964 (symbol_make_alias): Don't set the type of the alias, let
4965 symbol_check_alias_consistency do it as for other features.
4966 * src/symtab.h (symbol): Add new member prec_location, and
4967 type_location.
4968 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
4969 * tests/input.at (Incompatible Aliases): New.
4970
4971 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
4972
4973 .cvsignore fixes to accommodate gnulib changes,
4974 and the practice of naming build directories "_build".
4975 * .cvsignore: Add "_*". Sort.
4976 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
4977 * m4/.cvsignore: Add "*_gl.m4".
4978
4979 2004-10-06 Akim Demaille <akim@epita.fr>
4980
4981 * src/parse-gram.y (add_param): Fix the truncation of trailing
4982 spaces.
4983
4984 2004-10-05 Akim Demaille <akim@epita.fr>
4985
4986 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
4987 whether the reducion was empty or not. This leaves room to
4988 improve the use of YYLLOC_DEFAULT in such a case.
4989 lalr1.cc is still experimental, so changing this is acceptable.
4990 And finally, there are probably not many users who changed the
4991 handling of locations in GLR, so changing is admissible too.
4992
4993 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
4994 empty reduction, set @$ to an empty location ending the previously
4995 stacked symbol.
4996 Adjust uses to make sure the code is triggered on empty
4997 reductions.
4998 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
4999 expected output: empty reductions have empty locations.
5000
5001 2004-09-29 Akim Demaille <akim@epita.fr>
5002
5003 * data/lalr1.cc: Move towards a more standard C++ coding style
5004 for templates: Class < T > -> Class<T>.
5005
5006 2004-09-29 Akim Demaille <akim@epita.fr>
5007
5008 * data/lalr1.cc: Reinstall the former ctor, for sake of
5009 compatibility, but warn it will be removed.
5010 Move towards a more standard C++ coding style (i.e., type *var ->
5011 type* var).
5012
5013 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
5014
5015 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
5016 since it's less likely to work if NULs are involved in the future.
5017
5018 2004-09-27 Akim Demaille <akim@epita.fr>
5019
5020 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
5021
5022 2004-09-27 Akim Demaille <akim@epita.fr>
5023
5024 * data/lalr1.cc (b4_parse_param_decl_1): New.
5025 (b4_parse_param_decl): Use it to have different names between attribute
5026 and argument names.
5027 (b4_cc_constructor_call): Likewise.
5028
5029 2004-09-24 Akim Demaille <akim@epita.fr>
5030
5031 * src/parse-gram.y (add_param): Strip the leading and trailing
5032 blanks from a formal argument declaration.
5033 (YY_LOCATION_PRINT): New.
5034
5035 2004-09-24 Akim Demaille <akim@epita.fr>
5036
5037 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
5038 after the location.
5039
5040 2004-09-24 Akim Demaille <akim@epita.fr>
5041
5042 * doc/bison.texinfo (Table of Symbols): Sort.
5043
5044 2004-09-21 Akim Demaille <akim@epita.fr>
5045
5046 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
5047 the useless parentheses.
5048 Suggested by Paul Eggert.
5049
5050 2004-09-20 Akim Demaille <akim@epita.fr>
5051
5052 Let the initial-action act on the look-ahead, and use it for the
5053 "initial push" (corresponding to an hypothetical beginning-of-file).
5054 And let lalr1.cc honor %initial-action.
5055
5056 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
5057 example.
5058 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
5059 (Parser::Parser): Remove the ctor that used to initialize it.
5060 (Parser::parse): Like in the other skeletons, issue the "starting
5061 parse" message before any action.
5062 Honor %initial-action.
5063 Initialize the stacks with the lookahead.
5064 * data/yacc.c: Let $$ and @$ in %initial-action designate the
5065 look-ahead.
5066 Push them in the stacks.
5067 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
5068
5069 2004-09-20 Akim Demaille <akim@epita.fr>
5070
5071 * doc/bison.texinfo (Initial Action Decl): New.
5072
5073 2004-09-20 Akim Demaille <akim@epita.fr>
5074
5075 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
5076 clearer criterion to define it.
5077 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
5078 When reducing on an empty RHS, use the latest stacked location as
5079 location.
5080 yylloc is not always available.
5081 * data/glr.c: Likewise.
5082 Also, honor initial-actions.
5083
5084 2004-09-20 Akim Demaille <akim@epita.fr>
5085
5086 * data/yacc.c (YY_LOCATION_PRINT): New.
5087 Define when we know YYLTYPE's structure, i.e., when the default
5088 YYLLOC_DEFAULT is used.
5089 * data/c.m4 (b4_yysymprint_generate): Use it.
5090 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
5091 value of the result.
5092 (error_start_): Replace with...
5093 (error_range_): this location array.
5094 This allows to replace code relying on the implementation of
5095 locations by portable code.
5096 * data/yacc.c (yylerrsp): Replace with...
5097 (yyerror_range): this.
5098 Every time a token is popped, update yyerror_range[0], to have an
5099 accurate location for the error token.
5100 * data/glr.c (YY_LOCATION_PRINT): New.
5101 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
5102 deference a pointer.
5103 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
5104 report the location in %printers.
5105
5106 * src/scan-skel.l: Instead of abort, report error messages to ease
5107 understanding skeleton scanning failures.
5108
5109 2004-09-16 Akim Demaille <akim@epita.fr>
5110
5111 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
5112 (iterator, const_iterator): these, to be more in the C++ spirit.
5113 Also, return reverse iterators so that when displaying the stack
5114 we display its bottom first.
5115 (Parser::stack_print_, Parser::reduce_print_): Match the messages
5116 from yacc.c.
5117 We should probably use vector here though.
5118
5119 2004-09-16 Akim Demaille <akim@epita.fr>
5120
5121 Have more complete shift traces.
5122
5123 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
5124 to report Shifts instead of ad hoc YYDPRINTF invocations,
5125 including for the error token.
5126 * data/lalr1.cc (symprint_): Output the location.
5127 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
5128 output the location within the %printer.
5129 Activate GLR tests, at least to make sure they compile properly.
5130 They still don't pass though.
5131 * tests/calc.at: Adjust expect verbose output, since now "Entering
5132 state..." is on a different line than the "Shifting" message.
5133
5134 2004-09-08 Akim Demaille <akim@epita.fr>
5135
5136 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
5137 Bison directive from the Bison file to the invocation of this
5138 macro, so that these directives are passed to
5139 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
5140 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
5141 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
5142 the extra Bison directives instead of the whole series.
5143 Change the grammar so that there are recoverable errors, and
5144 unrecoverable errors. Now we can have the parser give up before
5145 consuming the whole input. As a result we now can observe that
5146 the lookahead is freed when needed.
5147 Change the parser source to parse argv[1] instead of a hard coded
5148 string.
5149 Simplify yylex, and give a value and location to EOF.
5150 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
5151 passed directives already coded in the file.
5152 Add some tests to check the location of "error".
5153 For some tests, the C++ parser is correct, and not yacc.c.
5154 For other tests, they provide different, but unsatisfying, values,
5155 so keep the C++ value so that at least one parser is "correct"
5156 according to the test suite.
5157 (Actions after errors): Remove, this is subsumed by the
5158 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
5159
5160 2004-09-06 Akim Demaille <akim@epita.fr>
5161
5162 * data/lalr1.cc: Adjust the indentation of the labels.
5163 (Parser::pop): New.
5164 Use it.
5165
5166 2004-09-06 Akim Demaille <akim@epita.fr>
5167
5168 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
5169 argument, an informative message.
5170 Call YY_SYMBOL_PRINT.
5171 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
5172 * data/lalr1.cc (destruct_): Likewise.
5173 In addition, no longer depend on b4_yysymprint_generate and
5174 b4_yydestruct_generate to generate these functions, do it "by
5175 hand".
5176
5177 2004-09-03 Akim Demaille <akim@epita.fr>
5178
5179 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
5180 invoked, yydestruct the lookahead.
5181 * tests/calc.at (Calculator $1): Update the expected lengths of
5182 traces: there is an added line for the discarded lookahead.
5183 * doc/bison.texinfo (Destructor Decl): Some rewording.
5184 Define "discarded" symbols.
5185
5186 2004-09-02 Akim Demaille <akim@epita.fr>
5187
5188 * data/lalr1.cc (translate_, destruct_): No reason to be static.
5189
5190 2004-09-02 Akim Demaille <akim@epita.fr>
5191
5192 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
5193 (YYDSYMPRINTF): Rename as...
5194 (YY_SYMBOL_PRINT): this.
5195 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
5196 two.
5197 Use it instead of direct symprint_ calls.
5198 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
5199 one.
5200
5201 2004-09-02 Akim Demaille <akim@epita.fr>
5202
5203 * data/lalr1.cc (b4_yysymprint_generate): New.
5204 (symprint_): New member function, defined when YYDEBUG.
5205 Use it consistently instead of token/nterm debugging output by
5206 hand.
5207 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
5208 %printer calls to use cdebug_ when using lalr1.cc.
5209
5210 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
5211
5212 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
5213 with #ifdef YYDEBUG.
5214
5215 2004-08-26 Akim Demaille <akim@epita.fr>
5216
5217 * doc/bison.texinfo (Implementing Loops): Rename as...
5218 (Implementing Gotos/Loops): this.
5219
5220 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
5221
5222 Adjust to latest gnulib.
5223 * bootstrap (gnulib_modules): Add xalloc-die.
5224 Set LC_ALL=C so that file names sort consistently.
5225 Prefer the gnulib copies of gettext.m4, glibc21.m4,
5226 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
5227 uintmax_t.m4, ulonglong.m4.
5228 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
5229 po.m4 since we are now using _gl.m4 instead.
5230
5231 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
5232
5233 * src/scan-action.l: Remove. Scanning of semantic actions is
5234 handled in scan-gram.l.
5235
5236 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
5237
5238 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
5239
5240 * src/location.h (struct): The file member is a uniqstr.
5241 (equal_boundaries): Use UNIQSTR_EQ for comparison.
5242
5243 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
5244
5245 Fix bug with non-%union parsers that have printers or destructors,
5246 which led to a Bison core dump. Reported by Peter Fales in
5247 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
5248
5249 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
5250 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
5251 not to our own type.
5252 * src/output.c (symbol_destructors_output, symbol_printers_output):
5253 Don't assume %union.
5254 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
5255 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
5256 UNION-FLAG. All callers changed.
5257 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
5258 Use type char, not unsigned int, when declaring an array of char;
5259 this lets us remove a cast.
5260 (Printers and Destructors): Add non-%union test cases.
5261
5262 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
5263
5264 * doc/bison.texinfo: Minor editorial changes, mostly to the new
5265 GLR writeups. E.g., avoid frenchspacing and the future tense,
5266 change "lookahead" to "look-ahead", and change "wrt" to "with
5267 respect to".
5268
5269 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
5270
5271 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
5272 New sections, split off from the GLR Parsers section. Put the new
5273 Simple GLR Parser near the start of the GLR section, for clarity.
5274 Rewrite connective text.
5275
5276 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
5277
5278 * doc/bison.texinfo (Simple GLR Parsers): New section.
5279
5280 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
5281
5282 * NEWS, TODO, doc/bison.texinfo:
5283 Use "look-ahead" instead of "lookahead", to be consistent.
5284 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
5285 while we're fixing "look-ahead".
5286 * src/conflicts.c (shift_set): Renamed from shiftset.
5287 (look_ahead_set): Renamed from lookaheadset.
5288 * src/print.c: Likewise.
5289 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
5290 name for "lookahead".
5291 (report_types, usage): Likewise.
5292 * src/getargs.h (report_look_ahead_tokens): Renamed from
5293 report_lookaheads.
5294 * src/lalr.c (compute_look_ahead_tokens): Renamed from
5295 compute_lookaheads.
5296 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
5297 (look_ahead_tokens_print): Renamed from lookaheads_print.
5298 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
5299 state_rule_lookaheads_print.
5300 * src/state.h: Likewise.
5301 (reductions.look_ahead_tokens): Renamed from lookaheads.
5302 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
5303 AT_DATA_LOOKAHEADS_GRAMMAR.
5304
5305 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
5306
5307 * README: Update location of patched M4 distribution.
5308
5309 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
5310
5311 Don't assume the C++ compiler takes the same arguments as the C compiler
5312 (trivial change).
5313 * configure.ac (O0CXXFLAGS): New var.
5314 * tests/atlocal.in (CXXFLAGS): Use it.
5315
5316 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
5317
5318 Fix some "make check" problems with C++ reported by
5319 Albert Chin-A-Young for Tru64 C++ in this thread:
5320 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
5321
5322 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
5323 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
5324 Output to a .cc file for C++, not to a .c file.
5325 * tests/calc.at (AT_CHECK_CALC): Likewise.
5326 * tests/regression.at (AT_CHECK_DANCER): Likewise.
5327 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
5328
5329 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
5330
5331 * tests/calc.at, tests/actions.at: Workaround for SGI
5332 C++ compiler. (trivial change)
5333
5334 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
5335
5336 Spent a few hours checking out which prerequisite versions the
5337 current sources actually require. I went all the way back to
5338 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
5339 a seemingly endless set of combinations of versions more recent
5340 than that. The bottom line is that the current sources require
5341 fairly recent versions of the build tools, and it'll be some work
5342 to change this.
5343 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
5344 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
5345 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
5346 Add comments explaining why those particular versions are
5347 currently needed.
5348
5349 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
5350 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
5351 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
5352
5353 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
5354 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
5355
5356 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
5357
5358 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
5359 0.11.5. Suggested by Bruno Haible.
5360 * bootstrap: Remove gettext version checking.
5361
5362 * doc/bison.texinfo (Decl Summary): Also mention that %union
5363 can depend on prerequisite types. Problem reported by Tim
5364 Van Holder.
5365
5366 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
5367
5368 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
5369 * README-alpha: Don't tell people not to package this.
5370
5371 * bootstrap: Don't assume $(...) works; use `...` instead.
5372 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
5373 gettext better.
5374
5375 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
5376 put into the -d output file, and mention what to do if YYSTYPE is
5377 defined as a macro.
5378
5379 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
5380
5381 Undo change made earlier today: it caused autopoint to not bring
5382 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
5383 autopoint's.
5384
5385 * bootstrap: Check that gettext version matches what's in
5386 configure.ac. Warn users to ignore robots.txt ERROR 404.
5387 * bootstrap: Undo today's earlier change (logged below).
5388 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
5389
5390 The gettext version checking is causing more trouble than it's
5391 curing; remove it. Problem reported by Paul Hilfinger.
5392
5393 * bootstrap: Issue a warning that one can expect a message
5394 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
5395 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
5396
5397 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
5398
5399 Ensure that the C++ compiler used for testing actually works on a
5400 simple test program; if not, skip the C++-related tests. Problem
5401 reported by Vin Shelton in:
5402 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
5403
5404 * m4/cxx.m4: New file.
5405 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
5406 * tests/atlocal.in (BISON_CXX_WORKS): Add.
5407 * tests/local.at (AT_COMPILE_CXX): Use it.
5408
5409 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
5410
5411 * data/glr.c (yylloc): Output this macro even if locations are not
5412 being generated, as the GLR parser needs it even in that case.
5413 Problem reported by Troy A. Johnson
5414 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
5415
5416 * configure.ac (AC_INIT): Update to 1.875e.
5417
5418 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
5419
5420 * NEWS: Version 1.875d.
5421 * configure.ac (AC_INIT): Likewise.
5422 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
5423
5424 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
5425 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
5426 lalr1.cc runs afoul of the first, and the last two are no longer
5427 supported by GCC 3.4.0.
5428 * README: Mention GNU m4 1.4 or later; mention m4 patches.
5429 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
5430
5431 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
5432
5433 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
5434 unsigned int, for compatibility with latest gnulib hash module.
5435 * src/state.c (state_hash, state_hasher): Likewise.
5436 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
5437 * src/uniqstr.c (hash_uniqstr): Likewise.
5438
5439 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
5440
5441 * NEWS: Unescaped newlines are no longer allowed in char & strings.
5442
5443 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
5444 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
5445 character and string literals.
5446 (unexpected_end): New function.
5447 (unexpected_eof): Use it.
5448 (unexpected_newline): New function.
5449 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
5450 actions.
5451
5452 * NEWS: Document %expect-rr.
5453
5454 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
5455 Fix typo by replacing $1 with $option.
5456 Remove more 'intl'-related files.
5457 Don't DEFUN AM_INTL_SUBDIR twice.
5458
5459 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
5460 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
5461 strtoul.c.
5462 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
5463 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
5464 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
5465 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
5466 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
5467 * src/.cvsignore: Add *.output.
5468
5469 * src/parse-gram.y: Put copyright notice inside %{ %} so it
5470 gets copied to the output file.
5471
5472 2004-04-28 Paul Eggert <eggert@twinsun.com>
5473
5474 Get files from the gnulib and po repositories, instead of relying
5475 on them being in our CVS. Upgrade to latest versions of gnulib
5476 and Automake.
5477
5478 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
5479 * bootstrap: Bootstrap from gnulib and po repositories.
5480 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
5481 * README-cvs: Document these changes. Remove version numbers from
5482 mentions of build tools, since they change so often. Mention Flex.
5483
5484 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
5485 (gl_USE_SYSTEM_EXTENSIONS): Add.
5486 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
5487 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
5488 does this for us.
5489 (AC_ISC_POSIX): Remove; we no longer support this
5490 ancient OS, as it gets in the way of latest Autoconf & gnulib.
5491 (AC_HEADER_STDC): Remove: we now assume C89 or better.
5492 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
5493 Do not check for C89 headers, except for locale.h which is used
5494 by the Yacc library and must port to K&R hosts.
5495 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
5496 Do not check for C89 functions, except for setlocale which is
5497 used by the Yacc library.
5498 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
5499 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
5500 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
5501 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
5502 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
5503 AM_GNU_GETTEXT): Remove; now done by:
5504 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
5505 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
5506 for us.
5507
5508 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
5509 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
5510 Define to empty, as gnulib.mk will do the rest for us.
5511 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
5512 for us.
5513 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
5514 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
5515
5516 * src/files.c: Include gnulib's xstrndup.h.
5517
5518 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
5519 (REALLOC): Use xnrealloc, for likewise.
5520 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
5521 (strnlen, memrchr): Remove decls; functions no longer used.
5522 Include <stpcpy.h>.
5523
5524 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
5525 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
5526 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
5527 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
5528 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
5529 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
5530 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
5531 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
5532 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
5533 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
5534 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
5535 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
5536 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
5537 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
5538 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
5539 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
5540 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
5541 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
5542 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
5543 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
5544 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
5545 Remove, as these files are now generated automatically
5546 by bootstrap or automake.
5547
5548 * po/ChangeLog: Remove: all but one entry was a duplicate
5549 of this file, and I moved that 2000-11-02 entry here.
5550
5551 * config/.cvsignore: Add Makefile, depcomp, install-sh.
5552 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
5553 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
5554 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
5555 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
5556 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
5557 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
5558 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
5559 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
5560 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
5561 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
5562 xstrndup.h.
5563 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
5564 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
5565 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
5566 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
5567 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
5568 * src/.cvsignore: Remove *_.c.
5569
5570
5571 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
5572 support it. (The latest stable gzip doesn't.)
5573
5574 2004-04-27 Paul Eggert <eggert@twinsun.com>
5575
5576 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
5577 case, as stos_ is now used by destructors due to the 2004-02-09
5578 change.
5579
5580 Remove more K&R C support.
5581 * lib/libiberty.y (PARAMS): Remove. All uses removed.
5582 * lib/subpipe.c (errno): Remove decl.
5583 Include <stdlib.h> unconditionally.
5584 (EXIT_FAILURE): Remove macro.
5585 * src/complain.c (vfprintf, strerror): Remove.
5586 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
5587 unconditionally.
5588 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
5589 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
5590 (strchr, strspn, memchr): Remove decls.
5591 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
5592 unconditionally. Do not declare perror.
5593 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
5594 unconditionally.
5595
5596 * src/complain.c (_): Remove useless defn, as system.h defines this.
5597
5598 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
5599 with latest obstack.h.
5600 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
5601 to procedure types, as obstack.h now does that for us.
5602 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
5603
5604 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
5605 so that this include file can stand alone.
5606 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
5607 does this now. Include subpipe.h first after config.h, to
5608 test whether it can stand alone.
5609
5610 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
5611 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
5612 unused declaration.
5613
5614 * tests/synclines.at (%union synch line): Put a dummy member in
5615 the union, because empty unions aren't allowed in C. Caught
5616 by GCC 3.4.0.
5617
5618 2004-04-13 Jim Meyering <jim@meyering.net>
5619
5620 * src/conflicts.c (conflicts_print): Correct format string typo:
5621 use `%%' to produce literal `%'. (trivial change)
5622
5623 2004-03-30 Paul Eggert <eggert@twinsun.com>
5624
5625 * src/getargs.c (version): Update copyright year to 2004.
5626
5627 * data/c.m4 (b4_int_type): Use 'short int' rather than
5628 'short', and similarly for 'long', 'unsigned', etc.
5629 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
5630 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
5631 yy_yypstack, yydumpstack): Likewise.
5632 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
5633 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
5634 Likewise.
5635 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
5636 yy_stack_print, yyparse): Likewise.
5637 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
5638 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
5639 * lib/bitset.c (bitset_print): Likewise.
5640 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
5641 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
5642 * lib/bitsetv.c (bitsetv_dump): Likewise.
5643 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
5644 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
5645 Likewise.
5646 * src/LR0.c (allocate_itemsets): Likewise.
5647 * src/gram.h (rule_number, rule): Likewise.
5648 * src/lalr.h (goto_number): Likewise.
5649 * src/nullable.c (nullable_compute): Likewise.
5650 * src/output.c (prepare_rules): Likewise.
5651 * src/relation.c (relation_print, relation_digraph): Likewise.
5652 * src/relation.h (relation_node): Likewise.
5653 * src/state.h (state_number, transitions, errs, reductions,
5654 struct state): Likewise.
5655 * src/symtab.h (symbol_number, struct symbol): Likewise.
5656 * src/tables.c (vector_number, tally, action_number,
5657 default_goto, goto_actions): Likewise.
5658 * tests/existing.at (GNU Cim Grammar): Likewise.
5659 * tests/regression.at (Web2c Actions): Likewise.
5660
5661 * src/output.c (muscle_insert_short_int_table): Renamed from
5662 muscle_insert_short_table. All uses changed.
5663
5664 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5665
5666 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
5667 (declaration): Replace expected_conflicts with expected_sr_conflicts.
5668 Add %expect-rr rule.
5669
5670 * src/scan-gram.l: Recognize %expect-rr.
5671
5672 * src/conflicts.h (expected_sr_conflicts): Rename from
5673 expected_conflicts.
5674 (expected_rr_conflicts): Declare.
5675
5676 * src/conflicts.c (expected_sr_conflicts): Rename from
5677 expected_conflicts.
5678 (expected_rr_conflicts): Define.
5679 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
5680 for GLR parsers.
5681 Use expected_sr_conflicts in place of expected_conflicts.
5682 Warn if expected_rr_conflicts used in non-GLR parser.
5683
5684 * doc/bison.texinfo: Add documentation for %expect-rr.
5685
5686 2004-03-08 Paul Eggert <eggert@gnu.org>
5687
5688 Add support for hex token numbers. Suggested by Odd Arild Olsen in
5689 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
5690
5691 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
5692 in lalr1.cc.
5693 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
5694 * src/scan-gram.l (scan_integer): New function.
5695 ({int}): Use it.
5696 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
5697 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
5698 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
5699 Say "long int", not "long", for uniformity with GNU style.
5700
5701 2004-02-25 Paul Eggert <eggert@twinsun.com>
5702
5703 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
5704 compilers. This fixes a problem with Intel's C++ compiler being
5705 chatty, reported by Guido Trentalancia in
5706 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
5707
5708 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
5709
5710 Support %destructor and merge error locations in lalr1.cc.
5711
5712 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
5713 (Parser::stos_): Define unconditionally.
5714 (Parser::destruct_): New method. Generate its body with
5715 b4_yydestruct_generate.
5716 (Parser::error_start_): New attribute.
5717 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
5718 token which are discarded.
5719 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
5720 error_start_ when erroneous token are discarded.
5721 (Parser::parse) <yyerrlab1>: Compute the location of the error
5722 token so that it covers all the discarded tokens.
5723 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
5724 it can be called with `%skeleton "lalr1.cc"', and do that.
5725
5726 2004-02-02 Paul Eggert <eggert@twinsun.com>
5727
5728 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
5729 $(top_srcdir)/lib and ../lib. This fixes a bug reported
5730 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
5731 There's no need to mention top_builddir since Automake does that
5732 for us.
5733 (INCLUDES): Remove, as Automake says it's obsolescent.
5734 Contents migrated into AM_CPPFLAGS as described above.
5735 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
5736
5737 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
5738
5739 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
5740 (yyreportSyntaxError): Handle case where lookahead token is
5741 YYEMPTY.
5742
5743 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
5744
5745 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
5746 resulting parsers are compilable with C++.
5747
5748 2003-12-23 Paul Eggert <eggert@twinsun.com>
5749
5750 * config/depcomp, config/install-sh: Sync with Automake 1.8.
5751 * src/output.c (output_skeleton): Rename local var.
5752 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
5753 Bison tokens, as this runs afoul of the 2003-10-07 change that
5754 disallowed NUL bytes in character constants or string literals.
5755
5756 * tests/local.at: Require Autoconf 2.59's Autotest.
5757 * tests/testsuite.at: Don't include local.at, since we now assume
5758 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
5759 including it.
5760 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
5761 multiple inclusion warnings.
5762
5763 2003-12-02 Akim Demaille <akim@epita.fr>
5764
5765 * doc/bison.texinfo (How Can I Reset the Parser): More about start
5766 conditions.
5767 From Bruno Haible.
5768
5769 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
5770
5771 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
5772
5773 2003-10-07 Paul Eggert <eggert@twinsun.com>
5774
5775 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
5776 if testsuite doesn't exist.
5777
5778 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
5779 literals, unfortunately.
5780 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
5781 Complain about NUL bytes in character constants or string literals.
5782
5783 2003-10-05 Paul Eggert <eggert@twinsun.com>
5784
5785 * NEWS: Don't document %no-default-prec, as it's still
5786 too experimental.
5787 * doc/bison.texinfo: Document %no-default-prec only if
5788 the defaultprec flag is set. Normally it's not.
5789
5790 2003-10-04 Paul Eggert <eggert@twinsun.com>
5791
5792 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
5793 non-modifiable lvalue, instead of a modifiable one.
5794 * doc/bison.texinfo (Actions): Document that $$ can
5795 be assigned to. Do not claim that $$ and $N are
5796 array element references: user code should not rely on this.
5797
5798 2003-10-01 Paul Eggert <eggert@twinsun.com>
5799
5800 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
5801 (grammar_declaration): Use it.
5802 * src/scan-gram.l: New token %no-default-prec.
5803 * tests/conflicts.at: Revamp tests to use %no-default-prec.
5804 * NEWS, doc/bison.texinfo: Document the above.
5805
5806 2003-10-01 Akim Demaille <akim@epita.fr>
5807
5808 VCG no longer supports long_straight_phase.
5809
5810 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
5811 * src/print_graph.c (print_graph): Adjust.
5812
5813 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
5814 and Paul Eggert <eggert@twinsun.com>
5815
5816 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
5817 Table of Symbols): Document %default-prec.
5818 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
5819 (grammar_declaration): Set default_prec on %default-prec.
5820 * src/scan-gram.l (%default-prec): New token.
5821 * src/reader.h (default_prec): New flag.
5822 * src/reader.c: Likewise.
5823 (packgram): Handle it.
5824 * tests/conflicts.at (%default-prec without %prec,
5825 %default-prec with %prec, %default-prec 1): New tests.
5826
5827 2003-09-30 Paul Eggert <eggert@twinsun.com>
5828
5829 * tests/testsuite.at: Include local.at, not input.at, fixing
5830 a typo in the 2003-08-25 patch.
5831
5832 2003-08-27 Akim Demaille <akim@epita.fr>
5833
5834 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
5835 GCC warnings.
5836
5837 2003-08-26 Akim Demaille <akim@epita.fr>
5838
5839 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
5840 "<\#" to avoid magic from Gnus when posting parts of this script.
5841
5842 2003-08-26 Akim Demaille <akim@epita.fr>
5843
5844 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
5845 (Parser::parse): here.
5846 Adjust: nerrs and errstatus is now replaced by...
5847 (Parser::nerrs_, Parser::errstatus_): New.
5848
5849 2003-08-25 Akim Demaille <akim@epita.fr>
5850
5851 * config/announce-gen, Makefile.cfg: New.
5852 * Makefile.am: Adjust.
5853 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
5854 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
5855
5856 2003-08-25 Akim Demaille <akim@epita.fr>
5857
5858 When reducing initial empty rules, Bison parser read an initial
5859 location that is not defined. This results in garbage, and that
5860 affects Bison's own parser. Therefore we need (i) to extend Bison
5861 to support a means to initialize this location, and (ii) to use
5862 this CVS Bison to fix CVS Bison's parser.
5863
5864 * src/reader.h, reader.c (epilogue_augment): Remove, replace
5865 with...
5866 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
5867 * src/parse-gram.y: Adjust.
5868 (%initial-action): New.
5869 (%error-verbose): Since we require CVS Bison, there is no reason
5870 not to use it.
5871 * src/scan-gram.l: Adjust.
5872 * src/Makefile.am (YACC): New, to make sure we use our own parser.
5873 * data/yacc.c (yyparse): Use b4_initial_action.
5874
5875 2003-08-25 Akim Demaille <akim@epita.fr>
5876
5877 * doc/bison.texinfo: Don't promote stdout for error messages.
5878
5879 2003-08-25 Akim Demaille <akim@epita.fr>
5880
5881 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
5882 From Alexandre Duret-Lutz.
5883
5884 2003-08-25 Akim Demaille <akim@epita.fr>
5885
5886 Version 1.875c.
5887
5888 2003-08-25 Akim Demaille <akim@epita.fr>
5889
5890 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
5891 Use them.
5892
5893 2003-08-25 Akim Demaille <akim@epita.fr>
5894
5895 * data/lalr1.cc (Parser::reduce_print_): New.
5896 Use it.
5897
5898 2003-08-25 Akim Demaille <akim@epita.fr>
5899
5900 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
5901 error recovery loops. This patch is based on
5902 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
5903 Also, augment the similarity between lalr1.cc and yacc.c.
5904 Note: the locations of error recovery rules are not correct yet.
5905
5906 * data/lalr1.cc: Comment changes to augment the similarity between
5907 lalr1.cc and yacc.c.
5908 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
5909 (yyerrlab1): Remove, but where it used to be (now the bottom part of
5910 yyerrlab), when hitting EOF, pop the whole stack here instead of
5911 merely falling thru the default error handling mechanism.
5912 (yyerrorlab): New label, with the old contents of YYERROR,
5913 plus the following change: pop the stack of rhs corresponding
5914 to the production that invoked YYERROR. That is how Yacc
5915 behaves (required by POSIX).
5916 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
5917 fail.
5918
5919 2003-08-25 Akim Demaille <akim@epita.fr>
5920
5921 Tune local.at so that people can "autom4te -l autotest calc.at -o
5922 calc" for instance, to extract a sub test suite.
5923
5924 * tests/testsuite.at: Move the initialization, Autotest version
5925 requirement, and AT_TESTED invocation into...
5926 * tests/local.at: here.
5927 * tests/testsuite.at: Include it for compatibility with Autoconf
5928 2.57.
5929 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
5930 be ignore.
5931
5932 2003-08-04 Paul Eggert <eggert@twinsun.com>
5933
5934 Rework code slightly to avoid gcc -Wtraditional warnings.
5935 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
5936 The returned value is now stored in *YY0. All callers changed.
5937 * src/output.c (merge_output): Adjust to the above change.
5938
5939 2003-07-26 Paul Eggert <eggert@twinsun.com>
5940
5941 * data/glr.c (YYASSERT): New macro.
5942 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
5943 yyresolveStates, yyprocessOneStack):
5944 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
5945 Derived from a suggestion by Frank Heckenbach.
5946
5947 2003-07-25 Paul Eggert <eggert@twinsun.com>
5948
5949 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
5950 for portability to K&R C (after ansi2knr, presumably). See
5951 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
5952 by Frank Heckenbach, though I have omitted the structure-initialization
5953 part of his glr-knr.diff patch since I recall that the Portable
5954 C Compiler didn't require that change.
5955
5956 Let the user specify how to allocate and free memory.
5957 Derived from a suggestion by Frank Heckenbach in
5958 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
5959 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
5960 All uses of free, malloc, realloc changed to use these macros,
5961 and unnecessary casts removed.
5962 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
5963
5964 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
5965
5966 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
5967 use s.empty() rather than s == "" to test for empty string; see
5968 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
5969 (trivial change)
5970
5971 2003-06-25 Akim Demaille <akim@epita.fr>
5972
5973 * config/depcomp, config/install-sh: Update from masters.
5974
5975 2003-06-20 Paul Eggert <eggert@twinsun.com>
5976
5977 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
5978 and return properly parenthesized result.
5979 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
5980 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
5981 Remove unnecessary parentheses from uses.
5982 * doc/bison.texinfo (Location Default Action): Describe the
5983 conventions for parentheses.
5984
5985 2003-06-19 Paul Eggert <eggert@twinsun.com>
5986
5987 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
5988 yyreportTree): Do not assume that size_t is the same width as int,
5989 when printing sizes. Print sizes using an unsigned format.
5990 Problem reported by Frank Heckenbach in
5991 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
5992
5993 Port to Forte Developer 7 C compiler.
5994 * data/glr.c (struct YYLTYPE): If locations are not being used,
5995 declare a single dummy member, as empty structs do not conform
5996 to the C standard.
5997 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
5998 the Forte Developer 7 C compiler complains that end-of-loop
5999 code is not reached.
6000
6001 2003-06-17 Paul Eggert <eggert@twinsun.com>
6002
6003 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
6004 avoid warnings from picky compilers about redefinition of PARAMS.
6005
6006 2003-06-17 Paul Eggert <eggert@twinsun.com>
6007
6008 Version 1.875b.
6009
6010 * NEWS: Document 1.875b.
6011
6012 * lib/bbitset.h: Do not include config.h; that's the includer's job.
6013 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
6014 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
6015 Don't use 'index' in comments, as it's a builtin fn on some hosts.
6016 * lib/bitset_stats.c: Include gettext.h unconditionally, as
6017 per recent gettext manual's suggestion.
6018 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
6019 Use prototypes, not old-style definitions.
6020 * lib/lbitset.c (lbitset_unused_clear): Likewise.
6021 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
6022 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
6023 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
6024 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
6025 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
6026 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
6027 vbitset_or_and_cmp, vbitset_copy): Likewise.
6028
6029 * lib/libiberty.h: Do not include config.h; that's the includer's job.
6030 Do not include <stdlib.h>.
6031 (PARAMS): Define unconditionally for C89.
6032 (ATTRIBUTE_NORETURN): Remove.
6033 (ATTRIBUTE_UNUSED): Define unconditionally.
6034
6035 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
6036 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
6037 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
6038 * lib/vbitset.c, lib/vbitset.h: New files.
6039 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
6040 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
6041 from libbitset.
6042
6043 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
6044 `How Can I Reset @code{yyparse}', since texinfo does not allow
6045 arbitrary @ in node names.
6046
6047 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
6048 shouldn't be needed according to the gettext 0.12.1 documentation
6049 but which seem to be needed anyway: codeset.m4 glibc21.m4
6050 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
6051 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
6052 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
6053
6054 * lib/.cvsignore: Add stdbool.h.
6055 * m4/.cvsignore: Add nls.m4, po.m4.
6056
6057 Upgrade to CVS gnulib.
6058 * stdbool_.h: File renamed from stdbool.h.in.
6059 * configure.ac (AM_STDBOOL_H): Invoke this instead of
6060 AC_HEADER_STDBOOL.
6061 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
6062 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
6063 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
6064 (MOSTLYCLEANFILES): New var.
6065 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
6066 (stdbool.h): New rule.
6067 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
6068 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
6069 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
6070 m4/quote.m4: Upgrade to today's gnulib.
6071
6072 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
6073 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
6074 the tests right now.
6075 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
6076 yyerror are declared before use; C99 requires this.
6077
6078 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
6079
6080 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
6081 first.
6082 (yyrecoverSyntaxError): Correct the logic for setting and testing
6083 yyerrState.
6084 Correct comment on handling EOF.
6085 Allow states with only a default reduction, rather than failing
6086 (I can't quite reconstruct why these were not allowed before).
6087
6088 Fixes to avoid problem that $-N rules in GLR parsers can cause
6089 buffer overruns, corrupting state.
6090
6091 * src/output.c (prepare_rules): Output max_left_semantic_context
6092 definition.
6093 * src/reader.h (max_left_semantic_context): New variable declaration.
6094 * src/scan-gram.l (max_left_semantic_context): Define.
6095 (handle_action_dollar): Update max_left_semantic_context.
6096 * data/glr.c (YYMAXLEFT): New definition.
6097 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
6098 (yyresolveAction): Ditto.
6099
6100 Fixes to problems with location handling in GLR parsers reported by
6101 Frank Heckenbach (2003/06/05).
6102
6103 * data/glr.c (YYLTYPE): Make trivial if locations not used.
6104 (YYRHSLOC): Add parentheses, and define only if locations used.
6105 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
6106 locations not used.
6107 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
6108 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
6109
6110 * tests/cxx-type.at: Exercise location information; update tests
6111 to differentiate output with and without locations.
6112 Remove forward declarations of yylex and yyerror---caused errors
6113 because default YYLTYPE not yet defined.
6114 Change semantic actions to compute strings, rather than printing
6115 them directly (to test proper passing of semantics values). Change
6116 output to prefix notation and update test data and expected results.
6117 (yylex): Track locations.
6118 (stmtMerge): Return value rather than printing, and include arguments
6119 in value.
6120
6121 2003-06-03 Paul Eggert <eggert@twinsun.com>
6122
6123 Avoid warnings generated by GCC 2.95.4 when Bison is
6124 configured with --enable-gcc-warnings.
6125 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
6126 yy::]b4_parser_class_name[::translate_,
6127 yy::Stack::operator[] (unsigned),
6128 yy::Stack::operator[] (unsigned) const,
6129 yy::Slice::operator[] (unsigned),
6130 yy::Slice::operator[] (unsigned) const):
6131 Rename local vars to avoid warnings.
6132 * tests/glr-regression.at (Improper handling of embedded actions
6133 and $-N in GLR parsers): Remove unused local variable from yylex.
6134 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
6135 (void) as arg when not pure, since we now assume C89 when building
6136 Bison. Pacify GCC by using parameter.
6137
6138 2003-06-02 Paul Eggert <eggert@twinsun.com>
6139
6140 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
6141 yy::Location::lines, yy::Location::columns): Rename arguments
6142 to avoid shadowing; this removes a warning generated by GCC 3.3.
6143
6144 2003-06-01 Paul Eggert <eggert@twinsun.com>
6145
6146 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
6147 to g++, as GCC 3.3 complains if you do it.
6148 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
6149 everything that WARNING_CFLAGS has, except omit warnings
6150 not suitable for C++.
6151 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
6152 * tests/atlocal.in (CXXFLAGS): New var.
6153 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
6154
6155 Fix a GLR parser bug I reported in February; see
6156 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
6157 The problem was that GLR parsers did not conform to the C standard,
6158 because actions like { $1 = $2 + $3; } expanded to expressions
6159 that invoked YYFILL in separate subexpressions, and YYFILL assigned
6160 to a local variable. The C standard says that expressions
6161 like (var = f ()) + (var = f ()) have undefined behavior.
6162 Another problem was that GCC sometimes issues warnings that
6163 yyfill and its parameters are unused.
6164
6165 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
6166 as possibly unused.
6167 (yyfill): New function.
6168 (YYFILL): Use it.
6169 (yyuserAction): Change type of yynormal to bool, so that it matches
6170 the new yyfill signature. Mark it as possibly unused.
6171
6172
6173 Follow up on a bug I reported in February, where a Bison-generated
6174 parser can loop. Provide a test case and a fix for yacc.c. I
6175 don't have a fix for lalr1.cc or for glr.c, unfortunately.
6176 The original bug report is in:
6177 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
6178
6179 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
6180 macro's size was becoming unwieldy.
6181 (yyerrlab): Do not discard an empty lookahead symbol, as this
6182 might destroy garbage.
6183 (yyerrorlab): New label, with the old contents of YYERROR,
6184 plus the following change: pop the stack of rhs corresponding
6185 to the production that invoked YYERROR. That is how Yacc
6186 behaves, and POSIX requires this behavior.
6187 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
6188 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
6189 Define 'alarm' to do nothing if unistd.h is not available.
6190 Add a new rule "exp: '-' error;" to test the above change to
6191 data/yacc.c. Use 'alarm' to abort any test taking longer than
6192 10 seconds, as it's probably looping.
6193 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
6194 Also, the new yacc.c generates two fewer diagnostics for an
6195 existing test.
6196
6197 2003-05-24 Paul Eggert <eggert@twinsun.com>
6198
6199 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
6200 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
6201 This fixes a problem reported by John Bowman when the Compaq/HP
6202 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
6203 -ansi -Wall -gall).
6204 * data/yacc.c (union yyalloc): Likewise.
6205 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
6206
6207 Switch from 'int' to 'bool' where that makes sense.
6208
6209 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
6210 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
6211 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
6212 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
6213 Return or accept bool, not int. All callers changed.
6214 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
6215 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
6216 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
6217 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
6218 bitset_or_and_cmp_): Likewise.
6219 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
6220 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
6221 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
6222 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
6223 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
6224 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
6225 bitset_stats_or_and_cmp): Likewise.
6226 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
6227 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
6228 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
6229 ebitset_xor_cmp): Likewise.
6230 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
6231 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
6232 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
6233 lbitset_xor_cmp): Likewise.
6234 * lib/bbitset.h: Include <stdbool.h>.
6235 (struct bitset_vtable): The following members now return bool, not
6236 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
6237 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
6238 or_and_cmp).
6239 * src/conflicts.c (count_rr_conflicts): Likewise.
6240 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
6241 All uses changed.
6242 * lib/ebitset.c (ebitset_obstack_init): Likewise.
6243 * lib/lbitset.c (lbitset_obstack_init): Likewise.
6244 * src/getargs.c (debug_flag, defines_flag, locations_flag,
6245 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
6246 graph_flag): Likewise.
6247 * src/getargs.h (debug_flag, defines_flag, locations_flag,
6248 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
6249 graph_flag): Likewise.
6250 * src/output.c (error_verbose): Likewise.
6251 * src/output.h (error_verbose): Likewise.
6252 * src/reader.c (start_flag, typed): Likewise.
6253 * src/reader.h (typed): Likewise.
6254 * src/getargs.c (LOCATIONS_OPTION): New constant.
6255 (long_options, getargs): Use it.
6256 * src/lalr.c (build_relations): Use bool, not int.
6257 * src/nullable.c (nullable_compute): Likewise.
6258 * src/print.c (print_reductions): Likewise.
6259 * src/tables.c (action_row, pack_vector): Likewise.
6260 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
6261 * src/output.c (prepare): Use it.
6262 * src/output.c (token_definitions_output,
6263 symbol_destructors_output, symbol_destructors_output): Use string,
6264 not boolean integer, to keep track of whether to output separator.
6265 * src/print_graph.c (print_core): Likewise.
6266 * src/state.c (state_rule_lookaheads_print): Likewise.
6267
6268 * config/install-sh: Sync from automake 1.7.5.
6269
6270 2003-05-14 Paul Eggert <eggert@twinsun.com>
6271
6272 * src/parse-gram.y (rules_or_grammar_declaration): Require a
6273 semicolon after a grammar declaration, in the interest of possible
6274 future changes to the Bison input language.
6275 Do not allow a stray semicolon at the start of the grammar.
6276 (rhses.1): Allow one or more semicolons after any rule, including
6277 just before "|" as required by POSIX.
6278 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
6279 grammar.
6280
6281 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
6282
6283 %parse-param support for lalr1.cc.
6284
6285 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
6286 b4_cc_constructor_calls, b4_cc_constructor_call,
6287 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
6288 definitions.
6289 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
6290 parse-param arguments.
6291 (yy::b4_parser_class_name): Declare instance variables to
6292 hold parse-param arguments.
6293 * tests/calc.at: s/value/semantic_value/ because value clashes
6294 with a member of yy::b4_parser_class_name. Adjust C++ code
6295 to handle %parse-param. Enable %parse-param test in C++.
6296
6297 2003-05-12 Paul Eggert <eggert@twinsun.com>
6298
6299 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
6300 English a bit. Fix fclose typo. Change "const char" to "char
6301 const", and use ANSI C rather than K&R for "main". Suggest
6302 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
6303 and suggest yy_switch_to_buffer.
6304
6305 2003-05-05 Paul Eggert <eggert@twinsun.com>
6306
6307 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
6308 C89. This avoids a diagnostic on compilers that define __STDC__
6309 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
6310 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
6311
6312 2003-05-03 Paul Eggert <eggert@twinsun.com>
6313
6314 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
6315 Do not overrun array bounds.
6316 This should fix a bug reported today by Olatunji Oluwabukunmi in
6317 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
6318
6319 2003-04-29 Akim Demaille <akim@epita.fr>
6320
6321 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
6322 * src/getargs.c, src/getargs.h: here, as bool, not int.
6323 (nondeterministic_parser): New.
6324 * src/parse-gram.y, src/scan-gram.l: Support
6325 %nondeterministic-parser.
6326 * src/output.c (prepare): Use nondeterministic_parser instead
6327 of glr_parser where appropriate.
6328 * src/tables.c (conflict_row, action_row, save_row)
6329 (token_actions, token_actions, pack_vector): Ditto.
6330
6331 2003-04-29 Akim Demaille <akim@epita.fr>
6332
6333 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
6334
6335 2003-04-29 Akim Demaille <akim@epita.fr>
6336
6337 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
6338 with %pure-parser and %locations to exercise the patch from Yakov
6339 Markovitch below.
6340
6341 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
6342
6343 * data/yacc.c: (b4_lex_param): Corrected for the case where
6344 %lex-param is provided and %pure-parser isn't.
6345
6346 2003-04-27 Paul Eggert <eggert@twinsun.com>
6347
6348 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
6349 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
6350 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
6351 if it is not defined.
6352 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
6353
6354 2003-04-26 Paul Eggert <eggert@twinsun.com>
6355
6356 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
6357 Declare to be of type suitable for the ninf value itself, not of
6358 type suitable for the corresponding table, since the latter might
6359 be unsigned but the ninf value might be negative. This fixes a
6360 bug reported by Alexandre Duret-Lutz in
6361 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
6362
6363 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
6364 invokes it. We shouldn't invoke it twice because it will attempt
6365 to put error.o in the archive twice. This fixes a glitch reported
6366 by Martin Mokrejs in
6367 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
6368
6369 2003-04-21 Paul Eggert <eggert@twinsun.com>
6370
6371 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
6372 to gnulib.
6373
6374 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
6375
6376 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
6377 Fix obvious typo that results in uncompilable GLR parsers
6378 when both %pure-parser and %locations are used. (trivial change)
6379
6380 2003-04-17 Paul Eggert <eggert@twinsun.com>
6381
6382 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
6383 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
6384 Do not insert the expected token via unput, as this runs afoul
6385 of a POSIX-compatibility bug in flex 2.5.31.
6386 All uses changed to BEGIN the parent state,
6387 since we no longer insert the expected token via unput.
6388 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
6389 that is no longer emitted after the above change.
6390
6391 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
6392 the first one. This change is from Paul Hilfinger, and it fixes
6393 regression reported by Werner Lemberg in
6394 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
6395
6396 (resolve_sr_conflict): Don't invoke state_errs_set
6397 unless one or more tokens have been explicitly made errors.
6398 Otherwise, the above change causes Bison to abort.
6399
6400 * tests/existing.at (GNU pic Grammar): New test case, taken from
6401 Lemberg's email.
6402
6403 2003-03-31 Akim Demaille <akim@epita.fr>
6404
6405 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
6406
6407 2003-03-31 Akim Demaille <akim@epita.fr>
6408
6409 * src/output.c (prepare_symbols): Avoid trailing spaces in the
6410 output.
6411
6412 2003-03-31 Akim Demaille <akim@epita.fr>
6413
6414 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
6415 From Paul Hilfinger.
6416
6417 2003-03-29 Akim Demaille <akim@epita.fr>
6418
6419 * m4/error.m4: Do not put under dynamic conditions some code which
6420 expansion is under static control.
6421
6422 2003-03-29 Akim Demaille <akim@epita.fr>
6423
6424 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
6425
6426 2003-03-29 Akim Demaille <akim@epita.fr>
6427
6428 * doc/bison.texinfo (Strings are Destroyed): New.
6429
6430 2003-03-13 Paul Eggert <eggert@twinsun.com>
6431
6432 * .cvsignore: Add configure.lineno.
6433 * src/.cvsignore: Add yacc.
6434 * tests/.cvsignore: Add testsuite.log.
6435 * doc/fdl.texi: Sync with latest FSF version.
6436
6437 2003-03-12 Paul Eggert <eggert@twinsun.com>
6438
6439 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
6440 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
6441 cursor, instead of leaving it undefined. This fixes a bug
6442 reported by Tim Van Holder in
6443 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
6444 * tests/input.at (Torturing the Scanner): Test the scanner on
6445 an empty input file, which was Tim Van Holder's test case.
6446
6447 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
6448 <sys/resource.h> can be included, include sys/time.h and
6449 sys/times.h first, if available. This works around the SunOS
6450 4.1.4 porting bug reported by Bruce Becker in
6451 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
6452
6453 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
6454 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
6455 AC_HEADER_SYS_WAIT.
6456
6457 Merge changes from gnulib. This was prompted because the CVS
6458 snapshot didn't build on Solaris 7 due to strnlen problems.
6459
6460 These changes need to be merged back into gnulib:
6461 * lib/hash.c: Include <stdbool.h> unconditionally.
6462 * m4/onceonly.m4 (m4_quote): New macro.
6463 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
6464 Quote AC_FOREACH variable-expansions properly.
6465 The 2003-01-03 obstack.h change also needs merging.
6466 {end of changes requiring merging}
6467
6468 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
6469 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
6470 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
6471 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
6472 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
6473 New files, imported from gnulib.
6474 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
6475 above.
6476
6477 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
6478 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
6479 gnulib sources.
6480
6481 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
6482 Add.
6483 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
6484 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
6485 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
6486 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
6487 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
6488 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
6489 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
6490 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
6491 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
6492 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
6493 (jm_PREREQ_ARGMATCH): Remove.
6494 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
6495 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
6496
6497 * src/system.h: Include <stdbool.h> unconditionally.
6498
6499 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
6500 assuming at least C89 in the bitset code for some time now.
6501
6502 2003-03-03 Akim Demaille <akim@epita.fr>
6503
6504 * ro.po: New.
6505
6506 2003-03-02 Akim Demaille <akim@epita.fr>
6507
6508 * doc/bison.texinfo (Table of Symbols): Reactivate the
6509 documentation for %lex-param, and %parse-param.
6510
6511 2003-03-02 Akim Demaille <akim@epita.fr>
6512
6513 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
6514 generate verbose error messages.
6515 Use the number of tokens as an upper bound in yytname, as it
6516 cannot be a non terminal.
6517
6518 2003-03-02 Akim Demaille <akim@epita.fr>
6519
6520 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
6521 message.
6522
6523 2003-03-02 Akim Demaille <akim@epita.fr>
6524
6525 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
6526 Use them to exercise yycheck overrun.
6527 Based on Andrew Suffield's grammar.
6528
6529 2003-03-02 Akim Demaille <akim@epita.fr>
6530
6531 Create tests/local.at for Bison generic testing macros.
6532
6533 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
6534 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
6535 This new file.
6536 * tests/calc.at (AT_CHECK_CALC): Adjust.
6537 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
6538 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
6539 * tests/local.at: here.
6540 (AT_COMPILE_CXX): Tags the tests using it as c++.
6541 Ignore the test if CXX is not functional.
6542
6543 2003-03-01 Paul Eggert <eggert@twinsun.com>
6544
6545 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
6546 not loc->end, since loc->end might contain garbage and this leads
6547 to undefined behavior on some platforms.
6548 (id_loc, token_start): Use (IF_LINTed) initial values that do not
6549 depend on *loc, so that the reader doesn't give the the false
6550 impression that *loc is initialized.
6551 (<INITIAL>"%%"): Do not bother setting code_start, since its value
6552 does not survive the return.
6553
6554 2003-03-01 Akim Demaille <akim@epita.fr>
6555
6556 * src/scan-gram.l (code_start): Always initialize it when entering
6557 into yylex, as SC_EPILOGUE is activated *before* the corresponding
6558 yylex invocation. An alternative would be making it static, but
6559 then it starts with the second %%'s beginning, instead of its end.
6560
6561 2003-02-28 Paul Eggert <eggert@twinsun.com>
6562
6563 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
6564 around a UnixWare 7.1.1 porting bug reported by John Hughes in
6565 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
6566
6567 2003-02-26 Paul Eggert <eggert@twinsun.com>
6568
6569 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
6570 Remove Sequent/Pyramid discussion (nobody uses them any more).
6571 Merge VMS and MS-DOS discussion; these ports may well be dead
6572 but let's keep mentioning them for now. Put <> around email
6573 addresses. Add copyright notice.
6574
6575 2003-02-24 Paul Eggert <eggert@twinsun.com>
6576
6577 * data/glr.c (yy_reduce_print): yylineno -> yylno,
6578 to avoid collision with flex use of yylineno.
6579 Problem reported by Bruce Lilly in
6580 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
6581 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
6582 * data/yacc.c (yy_reduce_print): Likewise.
6583
6584 * config/depcomp: Sync with Automake 1.7.3.
6585
6586 2003-02-21 Akim Demaille <akim@epita.fr>
6587
6588 * data/lalr1.cc: Use temporary variables instead of casts to
6589 change integer types.
6590 Suggested by Paul Eggert.
6591
6592 2003-02-21 Akim Demaille <akim@epita.fr>
6593
6594 * doc/bison.texinfo: Use "location" consistently to refer to @n,
6595 to avoid confusions with lalr1.cc's notion of Position.
6596 Suggested by Paul Eggert.
6597
6598 2003-02-20 Akim Demaille <akim@epita.fr>
6599
6600 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
6601 before initial_columns.
6602 (location.hh): Use consistent variable names when defining the
6603 operator<<.
6604 Use "last" so that we subtract from Positions, not from unsigned.
6605
6606 2003-02-20 Akim Demaille <akim@epita.fr>
6607
6608 * data/lalr1.cc (position.hh): New subfile, including the extended
6609 and Doxygen'ed documentation of class Position.
6610 (location.hh): Use it.
6611 Document a` la Doxygen.
6612 With the help of Benoit Perrot.
6613
6614 2003-02-20 Akim Demaille <akim@epita.fr>
6615
6616 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
6617 AT_YACC_IF.
6618 Redefine AT_YYERROR_SEES_LOC_IF using it.
6619 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
6620 not defined.
6621 Don't use the location in yy::Parser::error_ and
6622 yy::Parser::print_ when not %locations.
6623 Activate more lalr1.cc tests.
6624
6625 2003-02-19 Akim Demaille <akim@epita.fr>
6626
6627 * data/lalr1.cc: When displaying a line number, be sure to make it
6628 an int.
6629
6630 2003-02-19 Akim Demaille <akim@epita.fr>
6631
6632 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
6633 Remove, useless.
6634 (YYABORT, YYACCEPT, YYERROR): New.
6635 * tests/calc.at: Renable the lalr1.cc test.
6636
6637 2003-02-19 Akim Demaille <akim@epita.fr>
6638
6639 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
6640 error recovery, mixing with/without pops and discarding of the
6641 lookahead.
6642 Exercise YYERROR.
6643 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
6644
6645 2003-02-17 Paul Eggert <eggert@twinsun.com>
6646
6647 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
6648 * tests/testsuite.at (AT_COMPILE): Use them.
6649 This fixes the testsuite problem reported by Robert Lentz in
6650 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
6651
6652 2003-02-12 Paul Eggert <eggert@twinsun.com>
6653
6654 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
6655 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
6656 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
6657 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
6658 Check for malloc failure, for consistency with yacc.c.
6659 (yytname_size): Remove, for consistency with yacc.c.
6660
6661 The bug still remains in data/lalr1.cc, as I didn't have time
6662 to fix it there.
6663
6664 2003-02-06 Akim Demaille <akim@epita.fr>
6665
6666 * configure.ac (GXX): Rename as...
6667 (CXX): this, to keep the original Autoconf semantics.
6668 Require 2.57.
6669 * data/lalr1.cc: Fix b4_copyright invocations.
6670 If YYDEBUG is not defined, don't depend upon name_ being defined.
6671 (location.hh): Include string and iostream.
6672 (Position::filename): New member.
6673 (Position::Position ()): New.
6674 (operator<< (Position)): New.
6675 (operator- (Position, int)): New.
6676 (Location::first, Location::last): Rename as...
6677 (Location::begin, Location::end): these, to mock the conventional
6678 iterator names.
6679 (operator<< (Location)): New.
6680 * tests/atlocal.in (CXX): New.
6681 * tests/testsuite.at (AT_COMPILE_CXX): New.
6682 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
6683 locations in a more synthetic way.
6684 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
6685 lalr1.cc is used.
6686 Adjust the C locations to match those from Emacs: first column is
6687 column 0.
6688 Change all the expected results.
6689 Conform to the GCS: simplify the locations when applicable.
6690 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
6691 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
6692 these CPP macros with the m4 macros new defined by...
6693 (AT_CHECK_PUSHDEFS): this, i.e.:
6694 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
6695 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
6696 New macros.
6697 (AT_CHECK_POPDEFS): Undefine them.
6698 (AT_CHECK_CALC_LALR1_CC): New.
6699 Use it for the first lalr1.cc test.
6700
6701 2003-02-04 Akim Demaille <akim@epita.fr>
6702
6703 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
6704 Location as is defined.
6705
6706 2003-02-04 Akim Demaille <akim@epita.fr>
6707
6708 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
6709 name_ being defined.
6710
6711 2003-02-03 Paul Eggert <eggert@twinsun.com>
6712
6713 * src/gram.h (start_symbol): Remove unused decl.
6714
6715 Use more-consistent naming conventions for local vars.
6716
6717 * src/derives.c (derives_compute): Change type of local var from
6718 int to rule_number.
6719 * src/gram.c (grammar_rules_partial_print): Likewise.
6720 * src/print.c (print_core): Likewise.
6721 * src/reduce.c (reduce_grammar_tables): Likewise.
6722
6723 * src/gram.c (grammar_dump): Change name of item_number *
6724 local var from r to rp.
6725 * src/nullable.c (nullable_compute): Likewise.
6726
6727 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
6728
6729 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
6730 for symbol or symbol_number var.
6731 * src/reader.c (grammar_start_symbol_set): Likewise.
6732 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
6733 Likewise.
6734 * src/state.c (transitions_to): Likewise.
6735 * src/state.h: Likewise.
6736 * src/tables.c (symbol_number_to_vector_number): Likewise.
6737
6738 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
6739 char * var.
6740
6741 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
6742 var.
6743
6744 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
6745 var.
6746
6747 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
6748 Use str, not s, for char * var. Use ch, not c, for character var.
6749 Use size for size var.
6750
6751 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
6752 char * var.
6753 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
6754 uniqstr var.
6755 * src/uniqstr.h: Likewise.
6756
6757 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
6758 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
6759 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
6760 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
6761 param to have same name as that of enum, so that we don't use
6762 "s" to stand for a non-state.
6763
6764 2003-02-02 Akim Demaille <akim@epita.fr>
6765
6766 * src/scan-skel.l: Scan more than one inert character per yylex
6767 invocation.
6768
6769 2003-02-01 Paul Eggert <eggert@twinsun.com>
6770
6771 Version 1.875a.
6772
6773 * po/LINGUAS: Add ms.
6774
6775 2003-01-30 Akim Demaille <akim@epita.fr>
6776
6777 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
6778
6779 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
6780
6781 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
6782 of $1.
6783
6784 Changes in response to error report by S. Eken: GLR mode does not
6785 handle negative $ indices or $ indices in embedded rules correctly.
6786 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
6787
6788 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
6789 (b4_rhs_location): Ditto.
6790 (yyfill): New function to copy from stack tree into array
6791 incrementally.
6792 (yyuserAction): Modify to allow incremental move of semantic values
6793 to rhs array when in GLR mode.
6794 Define YYFILL to use in user-defined actions to fill semantic array
6795 as needed.
6796 Remove dummy use of yystack, as there is now a guaranteed use.
6797 (yydoAction): Modify to allow incremental move of semantic values
6798 to rhs array when in GLR mode.
6799 (yyresolveAction): Ditto.
6800 (yyglrShiftDefer): Update comment.
6801 (yyresolveStates): Use X == NULL for pointers, not !X.
6802 (yyglrReduce): Ditto.
6803 (yydoAction): Ditto
6804
6805 * tests/glr-regr1.at: Rename to ...
6806 * tests/glr-regression.at: Add new regression test for the problems
6807 described above (adapted from S. Eken).
6808 Update copyright notice.
6809 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
6810 * tests/Makefile.am: Ditto.
6811
6812 2003-01-28 Paul Eggert <eggert@twinsun.com>
6813
6814 * data/lalr1.cc: Do not use @output_header_name@ unless
6815 b4_defines_flag is set. This fixes two bugs reported by
6816 Tim Van Holder in
6817 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
6818 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
6819
6820 2003-01-21 Paul Eggert <eggert@twinsun.com>
6821
6822 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
6823 we don't need to worry about yyerrlab1 being reported as an
6824 "unused label" by non-GCC C compilers. The downside is that if
6825 locations are used then a couple of statements are duplicated each
6826 time YYERROR is invoked, but the upside is that the warnings
6827 should vanish.
6828 (yyerrlab1): Move code to YERROR.
6829 (yyerrlab2): Remove. Change uses back to yyerrlab1.
6830 This reverts some of the 2002-12-27 change.
6831
6832 2003-01-17 Paul Eggert <eggert@twinsun.com>
6833
6834 * src/output.c (symbol_printers_output): Fix typo that led
6835 to core dump. Problem reported by Antonio Rus in
6836 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
6837
6838 2003-01-13 Akim Demaille <akim@epita.fr>,
6839 Quoc Peyrot <chojin@lrde.epita.fr>,
6840 Robert Anisko <anisko_r@lrde.epita.fr>
6841
6842 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
6843 when the stacks contain one element, as the loop would otherwise
6844 free the last state, and then use the top state (the one we just
6845 popped). This means that the initial elements will not be freed
6846 explicitly, as is the case in yacc.c; it is not a problem, as
6847 these elements have fake values.
6848
6849 2003-01-11 Paul Eggert <eggert@twinsun.com>
6850
6851 * NEWS: %expect-violations are now just warnings, reverting
6852 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
6853 bootstrapping problem reported by Matthias Klose; see
6854 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
6855 * src/conflicts.c (conflicts_print): Likewise.
6856 * tests/conflicts.at (%expect not enough, %expect too much,
6857 %expect with reduce conflicts): Likewise.
6858 * doc/bison.texinfo (Expect Decl): Document this. Also mention
6859 that the warning is enabled if the number of conflicts changes
6860 (not necessarily increases).
6861
6862 * src/getargs.c (version): Update copyright year.
6863
6864 2003-01-09 Akim Demaille <akim@epita.fr>
6865
6866 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
6867
6868 2003-01-08 Paul Eggert <eggert@twinsun.com>
6869
6870 * Makefile.maint (WGETFLAGS):
6871 New macro, containing "-C off" to disable proxy caches.
6872 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
6873 (rel-check): Use $(WGET) instead of wget.
6874
6875 2003-01-06 Paul Eggert <eggert@twinsun.com>
6876
6877 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
6878 the GLR paper of Scott, Johnstone and Hussain.
6879
6880 2003-01-04 Paul Eggert <eggert@twinsun.com>
6881
6882 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
6883 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
6884 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
6885 (EXTRA_LIBRARIES): New var, for liby.a.
6886 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
6887 (EXTRA_SCRIPTS): New var, for yacc.
6888
6889 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
6890 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
6891 Problem reported by Nelson H. F. Beebe.
6892
6893 2003-01-03 Paul Eggert <eggert@twinsun.com>
6894
6895 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
6896 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
6897 when compiling Bison 1.875's `bitset bset = obstack_alloc
6898 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
6899
6900 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
6901 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
6902 grow to a huge size with typical invocation.
6903
6904 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
6905 Use the pattern recommended by Autoconf 2.57, except also protect
6906 against double-definition.
6907 * src/system.h: Likewise.
6908 Portability issues reported by Nelson H. F. Beebe.
6909
6910 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
6911 All uses changed. Provide a definition in both C and C++.
6912 (yytrue, yyfalse): Define even if defined (__cplusplus).
6913
6914 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
6915 Reported by Nelson H. F. Beebe.
6916
6917 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
6918
6919 2003-01-02 Paul Eggert <eggert@twinsun.com>
6920
6921 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
6922 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
6923 Bug reported by Nelson H. F. Beebe.
6924
6925 2003-01-01 Paul Eggert <eggert@twinsun.com>
6926
6927 * Version 1.875.
6928
6929 2002-12-30 Paul Eggert <eggert@twinsun.com>
6930
6931 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
6932 Moved here from...
6933 (<INITIAL>","): Here. This causes stray "," to be treated
6934 more uniformly.
6935
6936 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
6937 last brace in braced code when not in Yacc mode, for compatibility
6938 with Bison 1.35. This resurrects the 2001-12-15 patch to
6939 src/reader.c.
6940
6941 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
6942 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
6943
6944 2002-12-28 Paul Eggert <eggert@twinsun.com>
6945
6946 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
6947 that of SYM's type. This fixes Debian bug 168069, reported by
6948 Thomas Olsson.
6949
6950 2002-12-28 Paul Eggert <eggert@twinsun.com>
6951
6952 Version 1.75f.
6953
6954 Switch back to the Yacc style of conflict reports, undoing some
6955 of the 2002-07-30 change.
6956 * doc/bison.texinfo (Understanding): Use Yacc style for
6957 conflict reports. Also, use new way of locating rules.
6958 * src/conflicts.c (conflict_report):
6959 Renamed from conflict_report_yacc, removing the old
6960 'conflict_report'. Translate the entire conflict report at once,
6961 so that we don't assume that "," has the same interpretation in
6962 all languages.
6963 (conflicts_output): Use Yacc-style conflict report for each state,
6964 instead of our more-complicated style.
6965 (conflicts_print): Use Yacc-style conflict report, except print
6966 the input file name when not emulating Yacc.
6967 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
6968 Conflicted Reduction, %expect not enough, %expect too much,
6969 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
6970 * tests/existing.at (GNU Cim Grammar): Likewise.
6971 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
6972
6973 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
6974 fatal): Don't invoke fflush; it's not needed and it might even be
6975 harmful for stdout, as stdout might not be open.
6976 * src/reduce.c (reduce_print): Likewise.
6977
6978 2002-12-27 Paul Eggert <eggert@twinsun.com>
6979
6980 Fix a bug where error locations were not being recorded correctly.
6981 This problem was originally reported by Paul Hilfinger in
6982 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
6983
6984 * data/yacc.c (yyparse): New local var yylerrsp, to record the
6985 top of the location stack's error locations.
6986 (yyerrlab): Set it. When discarding a token, push its location
6987 onto yylerrsp so that we don't lose track of the error's end.
6988 (yyerrlab1): Now is only the target of YYERROR, so that we can
6989 properly record the location of the action that failed. For GCC
6990 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
6991 GCC warning about yyerrlab1 being unused if YYERROR is unused.
6992 (yyerrlab2): New label, which yyerrlab now falls through to.
6993 Compute the error's location by applying YYLLOC_DEFAULT to
6994 the locations of all the symbols that went into the error.
6995 * doc/bison.texinfo (Location Default Action): Mention that
6996 YYLLOC_DEFAULT is also invoked for syntax errors.
6997 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
6998 Error locations include the locations of all the tokens that were
6999 discarded, not just the last token.
7000
7001 2002-12-26 Paul Eggert <eggert@twinsun.com>
7002
7003 * src/files.c: Include quote.h.
7004 (compute_output_file_names): Warn if we detect conflicting
7005 outputs to the same file. This should catch the misunderstanding
7006 exemplified by Debian Bug 165349, reported by Bruce Stephens..
7007
7008 * src/conflicts.c (conflicts_print): If the user specifies
7009 "%expect N", report an error if there are any reduce/reduce
7010 conflicts. This is what the manual says should happen.
7011 This fixes Debian bug 130890, reported by Anthony DeRobertis.
7012 * tests/conflicts.at (%expect with reduce conflicts): New test.
7013
7014 Don't use m4_include on relative file names, as it doesn't work as
7015 desired if there happens to be a file with that name under ".".
7016
7017 * m4sugar/version.m4: Remove; it was included but it wasn't used.
7018 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
7019 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
7020 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
7021 * src/output.c (output_skeleton): Use full path names when
7022 specifying a file to include; don't rely on include path, as
7023 it's unreliable when the working file contains a file with
7024 that name.
7025
7026 2002-12-25 Paul Eggert <eggert@twinsun.com>
7027
7028 Remove obsolete references to bison.simple and bison.hairy.
7029 Problem mentioned by Aubin Mahe in
7030 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
7031 * data/glr.c: Comment fix.
7032 * doc/bison.1: Remove references. Also, mention "yacc".
7033
7034 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
7035 with -g option.
7036
7037 * src/parse-gram.y (declaration): Use enum "report_states" rather
7038 than its numeric value 1.
7039
7040 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
7041 opening a new one. This fixes Debian bug 165349, reported by
7042 Bruce Stephens.
7043
7044 2002-12-24 Paul Eggert <eggert@twinsun.com>
7045
7046 Version 1.75e.
7047
7048 * Makefile.maint (cvs-update): Don't assume that the shell
7049 supports $(...), as Solaris sh doesn't.
7050
7051 * src/parse-gram.y (lloc_default): Remove test for empty
7052 nonterminals at the end, since it didn't change the result.
7053
7054 2002-12-24 Paul Eggert <eggert@twinsun.com>
7055
7056 If the user does not define YYSTYPE as a macro, Bison now declares it
7057 using typedef instead of defining it as a macro. POSIX requires this.
7058 For consistency, YYLTYPE is also declared instead of defined.
7059
7060 %union directives can now have a tag before the `{', e.g., the
7061 directive `%union foo {...}' now generates the C code
7062 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
7063 The default union tag is `YYSTYPE', for compatibility with Solaris 9
7064 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
7065 instead of `yyltype'.
7066
7067 `yystype' and `yyltype' are now obsolescent macros instead of being
7068 typedefs or tags; they are no longer documented and will be
7069 withdrawn in a future release.
7070
7071 * data/glr.c (b4_location_type): Remove.
7072 (YYSTYPE): Renamed from yystype.
7073 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
7074 (struct YYLTYPE): Renamed from struct yyltype.
7075 (YYLTYPE): Renamed from yyltype.
7076 (yyltype, yystype): New (and obsolescent) macros,
7077 for backward compatibility.
7078 * data/yacc.c: Likewise.
7079
7080 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
7081 does not specify a union tag. This is for compatibility with
7082 Solaris 9 yacc.
7083
7084 * src/parse-gram.y (add_param): 2nd arg is now char * not char
7085 const *, since it is now modified by stripping surrounding { }.
7086 (current_braced_code): Remove.
7087 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
7088 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
7089 trailing " {...}". Now of type <chars>.
7090 (grammar_declaration): Adjust to bundled tokens.
7091 (code_content): Remove; stripping is now done by add_param.
7092 (print_token_value): Print contents of bundled tokens.
7093 (token_name): New function.
7094
7095 * src/reader.h (braced_code, current_braced_code): Remove.
7096 (token_name): New decl.
7097
7098 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
7099 token_type, not braced_code code_kind. All uses changed.
7100 (SC_PRE_CODE): New state, for scanning after a keyword that
7101 has (or usually has) an immediately-following braced code.
7102 (token_type): New local var, to keep track of which token type
7103 to return when scanning braced code.
7104 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
7105 <INITIAL>"%parse-param", <INITIAL>"%printer",
7106 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
7107 instead of returning a token type immediately.
7108 (<INITIAL>"{"): Set token type.
7109 (<SC_BRACED_CODE>"}"): Use it.
7110 (handle_action_dollar, handle_action_at): Now returns bool
7111 indicating success. Fail if ! current_rule; this prevents a core dump.
7112 (handle_symbol_code_dollar, handle_symbol_code_at):
7113 Remove; merge body into caller.
7114 (handle_dollar, handle_at): Complain in invalid contexts.
7115
7116 * NEWS, doc/bison.texinfo: Document the above.
7117 * NEWS: Fix years and program names in copyright notice.
7118
7119 2002-12-17 Paul Eggert <eggert@twinsun.com>
7120
7121 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
7122 Reporting, Table of Symbols): Omit mentions of %lex-param and
7123 %parse-param from the documentation for now.
7124
7125 2002-12-15 Paul Eggert <eggert@twinsun.com>
7126
7127 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
7128 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
7129 lookahead symbol, and which sets yychar in parser actions) and it
7130 disagreed with the Bison documentation. Bug
7131 reported by Andrew Walrond.
7132
7133 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
7134 as the caller now does that.
7135 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
7136 (YYEMPTY): Parenthesize right hand side, since others use it.
7137 (yyparse): Don't assume that our generated code is the only code
7138 that sets yychar.
7139
7140 2002-12-13 Paul Eggert <eggert@twinsun.com>
7141
7142 Version 1.75d.
7143
7144 POSIX requires a "yacc" command.
7145 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
7146 (MOSTLYCLEANFILES): Add yacc.
7147 (yacc): New rule.
7148 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
7149 as an alias for bison y.
7150
7151 * po/LINGUAS: Add da.
7152
7153 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
7154 problem with latest <getopt.h>.
7155 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
7156
7157 * doc/fdl.texi: Upgrade to 1.2.
7158 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
7159 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
7160 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
7161 gnulib.
7162 * config/install-sh: Sync with autotools.
7163
7164 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
7165 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
7166 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
7167 locations are requested.
7168 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
7169 locations are requested.
7170
7171 2002-12-12 Paul Eggert <eggert@twinsun.com>
7172
7173 Remove unportable casts and storage allocation tricks.
7174 While we're at it, remove almost all casts, since they
7175 usually aren't needed and are a sign of trouble.
7176
7177 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
7178
7179 * src/derives.c (derives_compute): Do not subtract NTOKENS from
7180 the pointer DSET returned by malloc; this isn't portable.
7181 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
7182 Similarly for DERIVES.
7183 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
7184 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
7185 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
7186
7187 * src/derives.c (derives_compute): Do not bother invoking
7188 int_of_rule_number, since rule numbers are integers.
7189
7190 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
7191 rather than XMALLOC (char, N).
7192
7193 * src/files.c (filename_split): Rewrite to avoid cast.
7194
7195 * src/gram.h (symbol_number_as_item_number,
7196 item_number_as_symbol_number, rule_number_as_item_number,
7197 item_number_as_rule_number):
7198 Now inline functions rather than macros, to avoid casts.
7199 * src/state.h (state_number_as_int): Likewise.
7200 * src/tables.c (state_number_to_vector_number,
7201 symbol_number_to_vector_number): Likewise.
7202
7203 * src/gram.h (int_of_rule_number): Remove; no longer used.
7204
7205 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
7206 since the resulting storage is always stored into.
7207
7208 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
7209 where it's needed.
7210
7211 * src/muscle_tab.c (muscle_m4_output):
7212 Now inline. Return bool, not int.
7213 * src/state.c (state_compare): Likewise.
7214 * src/symtab.c (symbol_check_defined,
7215 symbol_check_alias_consistency, symbol_pack, symbol_translation,
7216 hash_compare_symbol, hash_symbol):
7217 Likewise.
7218 * src/uniqstr.c (uniqstr_print): Likewise.
7219 * src/muscle_tab.c (muscle_m4_output_processor):
7220 New function, to avoid casts.
7221 * src/state.c (state_comparator, stage_hasher): Likewise.
7222 * src/symtab.c (symbol_check_defined_processor,
7223 symbol_check_alias_consistency_processor, symbol_pack_processor,
7224 symbol_translation_processor, hash_symbol_comparator,
7225 hash_symbol_hasher): Likewise.
7226 * src/uniqstr.c (uniqstr_print_processor): Likewise.
7227 * src/muscle_tab.c (muscles_m4_output):
7228 Use new functions instead of casting old functions unportably.
7229 * src/state.c (state_hash_new): Likewise.
7230 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
7231 symbols_token_translations_init):
7232 Likewise.
7233 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
7234
7235 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
7236 var instead of casting to long, to avoid casts.
7237 (prepare_states): Use MALLOC rather than alloca, so that we don't
7238 have to worry about alloca.
7239 * src/state.c (state_hash_lookup): Likewise.
7240
7241 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
7242 local var instead of casting to unsigned char, to avoid casts.
7243
7244 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
7245 STATE_ALLOC): Remove.
7246 (transitions_new, errs_new, reductions_new, state_new): Use malloc
7247 rather than calloc, and use offsetof to avoid allocating slightly
7248 too much storage.
7249 (state_new): Initialize all members.
7250
7251 * src/state.c (state_hash): Use unsigned accumulator, not signed.
7252
7253 * src/symtab.c (symbol_free): Remove; unused.
7254 (symbol_get): Remove cast in lhs of assignment.
7255 (symbols_do): Now static. Accept generic arguments, not
7256 hashing-related ones.
7257
7258 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
7259 (symbol_processor): Remove.
7260 (symbols_do): Remove decl; now static.
7261
7262 * src/system.h (alloca): Remove; decl no longer needed.
7263 (<stddef.h>): Include, for offsetof.
7264 (<inttypes.>, <stdint.h>): Include if available.
7265 (uintptr_t): New type, if system lacks it.
7266 (CALLOC, MALLOC, REALLOC): New macros.
7267 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
7268 new macros.
7269
7270 * src/tables.c (table_size): Now int, to pacify GCC.
7271 (table_grow, table_ninf_remap): Use signed table size.
7272 (save_row): Don't bother initializing locals when not needed.
7273 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
7274 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
7275
7276 * src/vcg.h: Correct misspellings.
7277
7278 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
7279
7280
7281 * src/getargs.c (getargs): Don't assume EOF == -1.
7282
7283 2002-12-09 Paul Eggert <eggert@twinsun.com>
7284
7285 Change identifier spellings to avoid collisions with names
7286 that are reserved by POSIX.
7287
7288 Don't use names ending in _t, since POSIX reserves them.
7289 For consistency, remove _e and _s endings -- they're weren't
7290 needed to remove ambiguity. All uses changed.
7291 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
7292 turn was just renamed from struniq_t.
7293 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
7294 which in turn was just renamed from struniq_processor_t.
7295 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
7296 in turn was renamed from hash_compare_struniq_t.
7297 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
7298 (state_list): Renamed from state_list_t.
7299 * src/assoc.h (assoc): Renamed from assoc_t.
7300 * src/conflicts.c (enum conflict_resolution): Renamed from
7301 enum conflict_resolution_e.
7302 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
7303 (rule_list): Renamed from rule_list_t.
7304 * src/getargs.h (enum trace): Renamed from enum trace_e.
7305 (enum report): Renamed from enum report_e.
7306 * src/gram.h (item_number): Renamed from item_number_t.
7307 (rule_number): Renamed from rule_number_t.
7308 (struct rule_s): Remove the "rule_s" part; not used.
7309 (rule): Renamed from rule_t.
7310 (rule_filter): Renamed from rule_filter_t.
7311 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
7312 (goto_list): Renamed from goto_list_t.
7313 * src/lalr.h (goto_number): Renamed from goto_number_t.
7314 * src/location.h (location): Renamed from location_t.
7315 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
7316 and moved here from:
7317 * src/muscle_tab.h (muscle_entry_t): here.
7318 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
7319 (rule_list): Renamed from rule_list_t.
7320 * src/print_graph.c (static_graph): Renamed from graph.
7321 * src/reader.h (braced_code): Renamed from braced_code_t.
7322 Remove brace_code_e tag.
7323 * src/relation.h (relation_node): Renamed from relation_node_t.
7324 (relation_nodes): Renamed from relation_nodes_t.
7325 (relation): Renamed from relation_t.
7326 * src/state.h (state_number): Renamed from state_number_t.
7327 (struct state): Renamed from struct state_s.
7328 (state): Renamed from state_t.
7329 (transitions): Renamed from transitions_t. Unused (and
7330 misspelled) transtion_s tag removed.
7331 (errs): Renamed from errs_t. Unused errs_s tag removed.
7332 (reductions): Renamed from reductions_t. Unused tag
7333 reductions_s removed.
7334 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
7335 (struct symbol_list): Renamed from struct symbol_list_s.
7336 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
7337 (struct symbol): Renamed from struct symbol_s.
7338 (symbol): Renamed from symbol_t.
7339 * src/tables.c (vector_number): Renamed from vector_number_t.
7340 (action_number): Renamed from action_t.
7341 * src/tables.h (base_number): Renamed from base_t.
7342 * src/vcg.h (enum color): Renamed from enum color_e.
7343 (enum textmode): Renamed from enum textmode_e.
7344 (enum shape): Renamed from enum shape_e.
7345 (struct colorentry): Renamed from struct colorentry_s.
7346 (struct classname): Renamed from struct classname_s.
7347 (struct infoname): Renamed from struct infoname_s.
7348 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
7349 (enum decision): Renamed from enum decision_e.
7350 (enum orientation): Renamed from enum orientation_e.
7351 (enum alignment): Renamed from enum alignment_e.
7352 (enum arrow_mode): Renamed from enum arrow_mode_e.
7353 (enum crossing_type): Renamed from enum crossing_type_e.
7354 (enum view): Renamed from enum view_e.
7355 (struct node): Renamed from struct node_s.
7356 (node): Renamed from node_t.
7357 (enum linestyle): Renamed from enum linestyle_e.
7358 (enum arrowstyle): Renamed from enum arrowstyle_e.
7359 (struct edge): Renamed from struct edge.
7360 (edge): Renamed from edge_t.
7361 (struct graph): Renamed from struct graph_s.
7362 (graph): Renamed from graph_t.
7363 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
7364 Rename value_t -> value.
7365 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
7366 value_t_as_yystype -> value_as_yystype.
7367
7368 Don't include <errno.h> in the mainstream code, since it
7369 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
7370 * lib/get-errno.c, lib/get-errno.h: New files.
7371 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
7372 get-errno.c.
7373 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
7374 * src/output.c (output_skeleton): Likewise.
7375 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
7376 instead of errno.
7377 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
7378 Likewise.
7379 (handle_action_dollar, handle_action_at): Likewise.
7380 * src/system.h: Do not include <errno.h>.
7381 (TAB_EXT): Renamed from EXT_TAB.
7382 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
7383
7384 Avoid str[a-z]*, since <string.h> reserves that name space.
7385 Change all instances of "struniq" in names to "uniqstr", and
7386 likewise for "STRUNIQ" and "UNIQSTR".
7387 * src/uniqstr.c: Renamed from src/struniq.c.
7388 * src/uniqstr.h: Renamed from src/struniq.h.
7389 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
7390 * src/files.c (strsuffix): Remove; unused.
7391 (concat2): Renamed from stringappend. Now static.
7392 * src/files.h (strsuffix, stringappend): Remove; unused.
7393 * src/parse-gram.y (<chars>): Renamed from <string>.
7394 (<uniqstr>): Renamed from <struniq>.
7395 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
7396 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
7397 (struct graph_s.expand): Renamed from struct graph_s.stretch.
7398 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
7399 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
7400 (N_EXPAND): Renamed from N_STRETCH.
7401
7402 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
7403 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
7404 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
7405 Remove; unused.
7406 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
7407 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
7408 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
7409 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
7410 (BASE_MAXIMUM): Renamed from BASE_MAX.
7411 (BASE_MINIMUM): Renamed from BASE_MIN.
7412 (ACTION_MAX): Remove; unused.
7413 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
7414 Unnecessary casts removed from above defines.
7415
7416
7417 Fix misspelling in names.
7418 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
7419 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
7420 G_NODE_ALIGNEMENT.
7421
7422
7423 * lib/timevar.c (timevar_report): Renamed from time_report,
7424 for consistency with other names.
7425 * lib/timevar.h (timevar_report): New decl.
7426 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
7427
7428
7429 Sort include-file uses.
7430
7431 Reorder all include files under src to be in the order "system.h".
7432 then the ../lib include files in angle brackets (alphabetized),
7433 then the . include files in double-quotes (alphabetized). Fix
7434 dependency breakages encountered in this process, as follows:
7435 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
7436 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
7437 * src/state.h: Include "symtab.h".
7438
7439 2002-12-08 Paul Eggert <eggert@twinsun.com>
7440
7441 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
7442 since this causes problems when __file__ contains character
7443 sequences like "@" that are treated specially by src/scan-skel.l.
7444 Instead, just use the file's basename. This fixes the bug
7445 reported by Martin Mokrejs in
7446 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
7447
7448 2002-12-06 Paul Eggert <eggert@twinsun.com>
7449
7450 Add support for rules that do not have trailing semicolons, as
7451 POSIX requires. Improve the quality of locations in Bison
7452 diagnostics.
7453
7454 * src/location.c: Include <quotearg.h>.
7455 (empty_location): Now const.
7456 (location_print): New function. Follow the recommendation of the
7457 GNU Coding Standards for locations that span file boundaries.
7458 * src/location.h: Do not include <quotearg.h>; no longer needed.
7459 (boundary): New type.
7460 (location_t): Use it. This allows locations to span file boundaries.
7461 All member uses changed: file -> start.file or end.file (as needed),
7462 first_line -> start.line, first_column -> start.column,
7463 last_line -> end.line, last_column -> end.column.
7464 (equal_boundaries): New function.
7465 (LOCATION_RESET, LOCATION_STEP): Remove.
7466 (LOCATION_PRINT): Remove. All callers changed to use location_print.
7467 (empty_location): Now const.
7468 (location_print): New decl.
7469 * src/parse-gram.y (lloc_default): New function, which handles
7470 empty locations more accurately.
7471 (YYLLOC_DEFAULT): Use it.
7472 (%token COLON): Remove.
7473 (%token ID_COLON): New token.
7474 (rules): Use it.
7475 (declarations, rules): Remove trailing semicolon.
7476 (declaration, rules_or_grammar_declaration):
7477 Allow empty (";") declaration.
7478 (symbol_def): Remove empty actions; no longer needed.
7479 (rules_or_grammar_declaration): Remove trailing semicolon.
7480 (semi_colon.opt): Remove.
7481 * src/reader.h: Include location.h.
7482 (scanner_cursor): New decl.
7483 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
7484 rolling our own.
7485 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
7486 of *loc.
7487 (STEP): Remove. No longer needed, now that adjust_location does
7488 the work. All uses removed.
7489 (scanner_cursor): New var.
7490 (adjust_location): Renamed from extend_location. It now sets
7491 *loc and adjusts the scanner cursor. All uses changed.
7492 Don't bother testing for CR.
7493 (handle_syncline): Remove location arg; now updates scanner cursor.
7494 All callers changed.
7495 (unexpected_end_of_file): Now accepts start boundary of token or
7496 comment, not location. All callers changed. Update scanner cursor,
7497 not the location.
7498 (SC_AFTER_IDENTIFIER): New state.
7499 (context_state): Renamed from c_context. All uses changed.
7500 (id_loc, code_start, token_start): New local vars.
7501 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
7502 processing of Yacc white space and equivalents here.
7503 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
7504 instead of returning ID immediately, since we need to search for
7505 a subsequent colon.
7506 (<INITIAL>"'", "\""): Save token_start.
7507 (<INITIAL>"%{", "{", "%%"): Save code_start.
7508 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
7509 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
7510 BEGIN context_state at end, not INITIAL.
7511 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
7512 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
7513 Return correct token start.
7514 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
7515 the start of a character, string or multiline comment is found.
7516 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
7517 Reduction): Adjust reported locations to match the more-precise
7518 results now expected.
7519 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
7520 * tests/reduce.at (Useless Rules, Reduced Automaton,
7521 Underivable Rules): Likewise.
7522 * tests/regression.at (Invalid inputs): No longer `expecting ";"
7523 or "|"' now that so many other tokens are allowed by the new grammar.
7524
7525 * src/complain.h (current_file): Remove duplicate decl;
7526 current_file is now owned by files.h.
7527 * src/complain.c, src/scan-gram.l: Include files.h.
7528
7529 2002-12-06 Paul Eggert <eggert@twinsun.com>
7530
7531 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
7532 promotes to int; it might be unsigned int.
7533 * data/yacc.c (yy_reduce_print): Likewise.
7534
7535 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
7536 be #defined in the prologue, not in the Bison declarations.
7537 This fixes Debian Bug 102878, reported by Shaul Karl.
7538
7539 2002-12-02 Paul Eggert <eggert@twinsun.com>
7540
7541 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
7542 * lib/strtoul.c: New file, from gnulib.
7543 This fixes a porting bug reported by Peter Klein in
7544 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
7545
7546 2002-11-30 Paul Eggert <eggert@twinsun.com>
7547
7548 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
7549 and put only a forward declaration in the prologue. This is for
7550 consistency with the other scanner helper functions.
7551
7552 Type clashes now generate warnings, not errors, since it
7553 appears that POSIX may allow some grammars with type clashes.
7554 * src/reader.c (grammar_current_rule_check): Warn about
7555 type clashes instead of complaining.
7556 * tests/input.at (Type Clashes): Expect warnings, not complaints.
7557
7558 Add Yacc library, since POSIX requires it.
7559 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
7560 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
7561 * lib/main.c, lib/yyerror.c: New files.
7562
7563 gram_error can be static; it need not be extern.
7564 * src/reader.h (gram_error): Remove decl.
7565 * src/parse-gram.y (gram_error): Now static. Add static decl.
7566 (print_token_value): Omit parameter names from forward decl,
7567 for consistency.
7568
7569 2002-11-29 Paul Eggert <eggert@twinsun.com>
7570
7571 * doc/bison.texinfo: Emphasize that yylex and yyerror must
7572 be declared before being used. E.g., one should typically
7573 declare them in the prologue. Use GNU coding style in examples.
7574 Put "const" consistently after the type it modifies. Mention
7575 that C99 supports "inline". Mention that yyerror traditionally
7576 returns "int".
7577
7578 %parse-param and %lex-param now take just one argument, the
7579 declaration; the argument name is deduced from the declaration.
7580
7581 * doc/bison.texinfo (Parser Function, Pure Calling, Error
7582 Reporting, Table of Symbols): Document this.
7583 * src/parse-gram.y (add_param): New function.
7584 (COMMA): Remove.
7585 (declaration): Implement new rule for %parse-param and %lex-param.
7586 * src/scan-gram.l: "," now elicits a warning, rather than being
7587 a token; this is more compatible with byacc.
7588 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
7589
7590 2002-11-27 Paul Eggert <eggert@twinsun.com>
7591
7592 Rename identifiers to avoid real and potential collisions.
7593
7594 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
7595 to avoid collision with lex macro described by Bruce Lilly in
7596 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
7597 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
7598 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
7599 * src/parse-gram.y (print_token_value): Renamed from yyprint.
7600 All uses changed.
7601 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
7602 The name "yycontrol" violates the name space rules, and this stuff
7603 wasn't being used anyway.
7604 (input): Remove action; this stuff wasn't being used.
7605 (gram_error): Rename local variable yylloc -> loc.
7606 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
7607 (YY_DECL): Don't use "yy" at start of local variables.
7608 All uses changed, e.g., yylloc -> loc.
7609 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
7610 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
7611 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
7612 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
7613
7614 * src/parse-gram.y (gram_error): loc is now const *.
7615 * src/reader.h (gram_error): Likewise.
7616
7617 2002-11-24 Paul Eggert <eggert@twinsun.com>
7618
7619 Version 1.75c.
7620
7621 * tests/actions.at (Actions after errors): Use an output format
7622 more similar to that of the Printers and Destructors test.
7623 Test the position of the ';' token too.
7624 (Printers and Destructors): Likewise.
7625 (Printers and Destructors: %glr-parser): Remove for now, to avoid
7626 unnecessarily alarming people when the test fails.
7627
7628 * data/yacc.c (yyerrlab1): Move this label down, so that the
7629 parser does not discard the lookahead token if the user code
7630 invokes YYERROR. This change is required for POSIX conformance.
7631
7632 * lib/error.c: Sync with gnulib.
7633
7634 2002-11-22 Paul Eggert <eggert@twinsun.com>
7635
7636 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
7637 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
7638 * lib/xmalloc.c: Likewise.
7639
7640 2002-11-20 Paul Eggert <eggert@twinsun.com>
7641
7642 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
7643
7644 2002-11-20 Paul Eggert <eggert@twinsun.com>
7645
7646 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
7647 should use `if (! x) abort ();' rather than `assert (x);', and
7648 anyway it's one less thing to worry about configuring.
7649
7650 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
7651 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
7652 and replace all instances of assert with abort.
7653 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
7654 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
7655
7656 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
7657 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
7658 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
7659 hash_find_entry, hash_rehash, hash_insert): Likewise.
7660 * src/conflicts.c (resolve_sr_conflict): Likewise.
7661 * src/lalr.c (set_goto_map, map_goto): Likewise.
7662 * src/nullable.c (nullable_compute): Likewise.
7663 * src/output.c (prepare_rules, token_definitions_output): Likewise.
7664 * src/reader.c (packgram, reader): Likewise.
7665 * src/state.c (state_new, state_free, state_transitions_set,
7666 state_reduction_find): Likewise.
7667 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
7668 symbol_pack): Likewise.
7669 * src/tables.c (conflict_row, pack_vector): Likewise.
7670 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
7671 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
7672 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
7673 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
7674
7675 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
7676 (ARGMATCH_CONSTRAINT): New macro.
7677 (ARGMATCH_ASSERT): Use it.
7678
7679 * src/system.h (verify): New macro.
7680 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
7681 rather than assert.
7682 * src/tables.c (tables_generate): Likewise.
7683
7684 * src/struniq.c (struniq_assert): Now returns void, and aborts
7685 if the assertion is false.
7686 (struniq_assert_p): Remove.
7687 * src/struniq.h: Likewise.
7688
7689 2002-11-18 Paul Eggert <eggert@twinsun.com>
7690
7691 * data/glr.c (yygetLRActions): Replace `yyindex' with
7692 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
7693 This fixes the regression with Sun ONE Studio 7 cc that I reported in
7694 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
7695
7696 2002-11-18 Akim Demaille <akim@epita.fr>
7697
7698 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
7699 space.
7700 From Tim Van Holder.
7701
7702 2002-11-17 Paul Eggert <eggert@twinsun.com>
7703
7704 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
7705 to "SyntaxError" for consistency with my 2002-11-15 change.
7706
7707 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
7708 not define to {}, since this breaks the common use of `YYDPRINTF
7709 ((...));' if a single statement is desired (e.g. before `else').
7710 Work around GCC warnings by surrounding corresponding calls with
7711 {} if needed.
7712 (yyhasResolvedValue): Remove unused function.
7713 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
7714 loop body.
7715 (yyreportSyntaxError): Renamed from yyreportParseError.
7716 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
7717 All uses changed.
7718 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
7719 extern when possible. Remove unused initializations.
7720
7721 2002-11-16 Akim Demaille <akim@epita.fr>
7722
7723 Augment the similarity between GLR and LALR traces.
7724
7725 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
7726 (YY_REDUCE_PRINT): New.
7727 (yyparse): Use them.
7728 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
7729 YYDPRINT here.
7730 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
7731 state reached after the reduction/recovery, since...
7732 (yyparse, yyprocessOneStack): Report the state we are entering in.
7733
7734 2002-11-16 Akim Demaille <akim@epita.fr>
7735
7736 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
7737 Add support for --trace=skeleton.
7738 * src/scan-skel.l: %option debug.
7739 Scan strings of non-@ or \n instead of character by character.
7740 (scan_skel): Handle trace_skeleton.
7741 (QPUTS): New.
7742 (@output_parser_name@, @output_header_name@): ``Restore'' their
7743 support (used to be M4 macros).
7744 * data/yacc.c: Quote larger chunks, a la glr.c.
7745 * data/lalr1.cc: Likewise.
7746 The header guards are no longer available, so use some other
7747 string than `YYLSP_NEEDED'.
7748
7749 2002-11-16 Akim Demaille <akim@epita.fr>
7750
7751 Make the ``Printers and Destructors'' test more verbose, taking
7752 `yacc.c''s behavior as (possibly wrong) reference.
7753
7754 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
7755 instead of fprint on stdout.
7756 Set and report the last_line of the symbols.
7757 Consistently display values and locations.
7758
7759 2002-11-16 Paul Eggert <eggert@twinsun.com>
7760
7761 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
7762
7763 2002-11-15 Paul Eggert <eggert@twinsun.com>
7764
7765 * tests/actions.at (Actions after errors): New test case.
7766
7767 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
7768 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
7769 tests/action.at, tests/calc.at, tests/conflicts.at,
7770 tests/cxx-type.at, tests/regression.at:
7771 "parse error" -> "syntax error" for POSIX compatibility.
7772 "parsing stack overflow..." -> "parser stack overflow" so
7773 that code matches Bison documentation.
7774
7775 2002-11-15 Akim Demaille <akim@epita.fr>
7776
7777 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
7778 take two BRACED_CODE, not two string_content.
7779 Free the scanner's obstack when we are done.
7780 (code_content): New.
7781 * tests/calc.at: Adjust.
7782 * doc/bison.texinfo: Adjust.
7783 Also, make sure to include the `,' for these declarations.
7784
7785 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
7786
7787 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
7788 definition; avoids potential autoreconf problems.
7789
7790 2002-11-15 Akim Demaille <akim@epita.fr>
7791
7792 Always check the value returned by yyparse.
7793
7794 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
7795 returned by yyparse.
7796 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
7797 Adjust calls.
7798 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
7799 returned by yyparse.
7800
7801 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7802
7803 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
7804 on input.at test.
7805
7806 2002-11-14 Paul Eggert <eggert@twinsun.com>
7807
7808 * src/output.c (output_skeleton): Call xfopen instead of
7809 duplicating xfopen's body.
7810
7811 Fix bugs reported by Nelson H. F. Beebe in
7812 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
7813
7814 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
7815 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
7816 Group compiler. Instead, use "$CC -E bar.c". Include the .h
7817 file twice in the grammar, as an extra check.
7818
7819 * tests/input.at (Torturing the Scanner): Surround the
7820 backslash-newline tests with "#if 0", to make it less likely that
7821 we'll run into compiler bugs. Bring back solitary \ inside
7822 comment, but add a closing comment to work around HP C bug. Don't
7823 test backslash-newline in C character constant.
7824
7825 2002-11-14 Akim Demaille <akim@epita.fr>
7826
7827 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
7828 status of the compiler.
7829 Calling `exit 1' is no longer needed.
7830 Reported by Nelson H. F. Beebe.
7831
7832 2002-11-14 Akim Demaille <akim@epita.fr>
7833
7834 * tests/atlocal.in (CPPFLAGS): We have config.h.
7835 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
7836 New.
7837 * tests/actions.at, tests/calc.at, tests/conflicts.at,
7838 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
7839 * tests/regression.at, tests/torture.at: Use them for all the
7840 grammars that are to be compiled.
7841 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
7842 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
7843 * doc/bison.texinfo (GLR Parsers): Document `inline'.
7844
7845 2002-11-14 Akim Demaille <akim@epita.fr>
7846
7847 * doc/bison.texinfo: Various formatting changes (alignments in
7848 samples, additional @group/@end group, GCS in samples.
7849 Use @deffn instead of simple @table to define the directives,
7850 macros, variables etc.
7851
7852 2002-11-13 Paul Eggert <eggert@twinsun.com>
7853
7854 Fix some bugs reported by Albert Chin-A-Young in
7855 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
7856
7857 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
7858 -o c"; the HP C compiler chatters during compilation.
7859 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
7860 * tests/headers.at (export YYLTYPE): Likewise.
7861
7862 * tests/input.at (Torturing the Scanner): Remove lines containing
7863 solitary backslashes, as they tickle a bug in the HP C compiler.
7864
7865 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
7866 comments, since they're not portable. Use GNU coding style.
7867
7868 2002-11-13 Akim Demaille <akim@epita.fr>
7869
7870 * data/yacc.c: Leave bigger chunks of quoted text.
7871 (YYDSYMPRINTF): New.
7872 Use it to report symbol activities.
7873 * data/glr.c (YYDSYMPRINTF): New.
7874 Use it.
7875
7876 2002-11-12 Paul Eggert <eggert@twinsun.com>
7877
7878 Version 1.75b.
7879
7880 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
7881 (yyglrReduce): Return yyok, not 0.
7882 This should avoid the enumerated-type warnings reported
7883 by Nelson H. F. Beebe in
7884 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
7885
7886 * lib/bbitset.h (BITSET_INLINE): Remove.
7887 * lib/bitset.h [! BITSET_INLINE]: Remove.
7888 (bitset_set, bitset_reset, bitset_test): Rename local vars
7889 to avoid shadowing warnings by GCC.
7890
7891 * data/glr.c (inline): Remove #define. It's the user's
7892 responsibility to #define it away, just like 'const'.
7893 This fixes one of the bugs reported by Nelson H. F. Beebe in
7894 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
7895
7896 * Makefile.maint (po-check): Scan .l and .y files instead of the
7897 .c and the .h files that they generate. This fixes the bug
7898 reported by Tim Van Holder in:
7899 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
7900 Look for N_ as well as for _. Try to avoid matching #define for
7901 N_ and _.
7902 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
7903 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
7904 * src/scan-gram.l: Revamp regular expressions so that " and '
7905 do not confuse xgettext.
7906
7907 * src/struniq.h (struniq_new): Do not declare the return type
7908 to be 'const'; this violates the C standard.
7909 * src/struniq.c (struniq_new): Likewise.
7910
7911 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
7912
7913 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
7914 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
7915 linker.
7916
7917 2002-11-12 Akim Demaille <akim@epita.fr>
7918
7919 * Makefile.maint: Sync with Autoconf:
7920 (local_updates): New.
7921
7922 2002-11-12 Akim Demaille <akim@epita.fr>
7923
7924 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
7925
7926 2002-11-12 Akim Demaille <akim@epita.fr>
7927
7928 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
7929 locations.
7930
7931 2002-11-12 Akim Demaille <akim@epita.fr>
7932
7933 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
7934 not yyvalue.
7935
7936 2002-11-12 Akim Demaille <akim@epita.fr>
7937
7938 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
7939 Use it to test the GLR parser.
7940
7941 2002-11-12 Akim Demaille <akim@epita.fr>
7942
7943 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
7944 defines it.
7945 * data/glr.c (yystos): New.
7946 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
7947 (YYDSYMPRINT): New.
7948 (yyval): Don't define it, it is handled via M4.
7949 (yyrecoverParseError): Free verbosely the discarded symbols.
7950 * data/yacc.c (yysymprint): Remove, rather...
7951 (b4_yysymprint_generate): invoke.
7952 * data/c.m4 (b4_yysymprint_generate): New.
7953 Accept pointers as arguments, as opposed to the version from
7954 yacc.c.
7955 (b4_yydestruct_generate): Likewise.
7956 * tests/cations.at (Printers and Destructors): Use Bison directives
7957 instead of CPP macros.
7958 Don't rely on internal details.
7959
7960 2002-11-12 Akim Demaille <akim@epita.fr>
7961
7962 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
7963 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
7964 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
7965 it against YYEMPTY and so forth), work on yytoken (i.e., set
7966 it to YYEMPTY etc.).
7967 (yydestruct): Replace with a b4_yydestruct_generate invocation.
7968 (b4_symbol_actions): Remove.
7969 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
7970 for 0, end-of-input.
7971
7972 2002-11-12 Akim Demaille <akim@epita.fr>
7973
7974 * doc/bison.texinfo (Destructor Decl): New.
7975
7976 2002-11-12 Akim Demaille <akim@epita.fr>
7977
7978 * src/tables.c (tables_generate): Use free for pointers that
7979 cannot be NULL, not XFREE.
7980 (pack_vector): Use assert, not fatal, for bound violations.
7981 * src/state.c (state_new): Likewise.
7982 * src/reader.c (reader): Likewise.
7983 * src/lalr.c (set_goto_map): Likewise.
7984 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
7985 the file name.
7986
7987 2002-11-12 Akim Demaille <akim@epita.fr>
7988
7989 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
7990 Restore.
7991 * src/scan-gram.l (last_string): Is global to the file, not to
7992 yylex.
7993 * src/parse-gram.y (input): Don't append the epilogue here,
7994 (epilogue.opt): do it here, and free the scanner's obstack.
7995 * src/reader.c (epilogue_set): Rename as...
7996 (epilogue_augment): this.
7997 * data/c.m4 (b4_epilogue): Defaults to empty.
7998
7999 2002-11-12 Akim Demaille <akim@epita.fr>
8000
8001 * src/getargs.c (long_options): Remove duplicates.
8002 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
8003 Remove.
8004 * doc/bison.rnh: Remove.
8005 * doc/bison.texinfo (VMS Invocation): Remove.
8006
8007 2002-11-12 Akim Demaille <akim@epita.fr>
8008
8009 * src/struniq.h, src/struniq.c (struniq_t): Is const.
8010 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
8011
8012 Use struniq for symbols.
8013
8014 * src/symtab.h (symbol_t): The tag member is a struniq.
8015 (symbol_type_set): Adjust.
8016 * src/symtab.c (symbol_new): Takes a struniq.
8017 (symbol_free): Don't free the tag member.
8018 (hash_compare_symbol_t, hash_symbol_t): Rename as...
8019 (hash_compare_symbol, hash_symbol): these.
8020 Use the fact that tags as struniqs.
8021 (symbol_get): Use struniq_new.
8022 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
8023 Returns a strniq.
8024 * src/reader.h (merger_list, grammar_currentmerge_set): The name
8025 and type members are struniqs.
8026 * src/reader.c (get_merge_function)
8027 (grammar_current_rule_merge_set): Adjust.
8028 (TYPE, current_type): Are struniq.
8029
8030 Use struniq for file names.
8031
8032 * src/files.h, src/files.c (infile): Split into...
8033 (grammar_file, current_file): these.
8034 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
8035 * src/reduce.c (reduce_print): Likewise.
8036 * src/getargs.c (getargs): Likewise.
8037 * src/complain.h, src/complain.c: Likewise.
8038 * src/main.c (main): Call struniqs_new early enough to use it for
8039 file names.
8040 Don't free the input file name.
8041
8042 2002-11-12 Akim Demaille <akim@epita.fr>
8043
8044 * src/symtab.c (symbol_free): Remove dead deactivated code:
8045 type_name are properly removed.
8046 Don't use XFREE to free items that cannot be NULL.
8047 * src/struniq.h, src/struniq.c: New.
8048 * src/main.c (main): Initialize/free struniqs.
8049 * src/parse-gram.y (%union): Add astruniq member.
8050 (yyprint): Adjust.
8051 * src/scan-gram.l (<{tag}>): Return a struniq.
8052 Free the obstack bit that used to store it.
8053 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
8054
8055 2002-11-11 Paul Eggert <eggert@twinsun.com>
8056
8057 Revamp to fix many (but not all) of the C- and M4-related quoting
8058 problems. Among other things, this fixes the Bison bug reported
8059 by Jan Hubicka when processing the Bash grammar; see:
8060 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
8061
8062 Use new @ escapes consistently. Represent brackets with @{ and @}
8063 rather than @<:@ and @:>@, since this works a bit better with dumb
8064 editors like vi. Represent @ with @@, since @ is now consistently
8065 an escape. Use @oline@ and @ofile@ rather than __oline__ and
8066 __ofile__, to avoid unexpected expansions. Similarly, use @output
8067 rather than #output.
8068
8069 * data/c.m4 (b4_copyright): Omit file name from comment, since
8070 the file name could contain "*/".
8071 (b4_synclines_flag): Don't quote the 2nd argument; it should already
8072 be quoted. All uses changed.
8073
8074 * data/glr.c: Use new @ escapes consistently.
8075 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
8076 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
8077 Remove, since they couldn't handle arbitrary characters in file
8078 names.
8079 * data/lalr1.cc: Likewise.
8080 * data/yacc.c: Likewise.
8081
8082 * src/files.c (output_infix): Remove; all uses removed.
8083 * src/files.h: Likewise.
8084
8085 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
8086 mishandled funny characters in file names, and anyway it isn't
8087 needed any more.
8088 * data/yacc.c: Likewise.
8089 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
8090
8091 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
8092 * data/yacc.c: Likewise.
8093
8094 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
8095 strings now.
8096 (muscle_init): Quote filename as a C string.
8097 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
8098 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
8099 * src/output.c (escaped_file_name_output): New function.
8100 (prepare_symbols): Quote tokens for M4.
8101 (prepare): Don't insert output_infix, output_prefix,
8102 output_parser_name, output_header_name; this is now down by scan-skel.
8103 Insert skeleton as a C string.
8104
8105 * src/output.c (user_actions_output, symbol_destructors_output,
8106 symbol_printers_output): Quote filenames for C and M4.
8107 * src/reader.c (prologue_augment, epilogue_set): Likewise.
8108
8109 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
8110 escapes other than \\ and \'; this simplifies the code.
8111 (<SC_STRING>): Likewise, for \\ and \".
8112 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
8113 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
8114 Use new escapes @{ and @} for [ and ].
8115
8116 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
8117 them with auto vars.
8118 Switch to new escape scheme, where @ is the escape character uniformly.
8119 Abort if a stray escape character is found. Avoid unbounded input
8120 buffer when parsing non-escaped text.
8121
8122 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
8123 __oline__, #output, $@, and @{ do not have unintended meanings.
8124
8125 2002-11-09 Paul Eggert <eggert@twinsun.com>
8126
8127 Fix the test failure due to GCC warnings described in
8128 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
8129 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
8130 evaluate to 0 if it's impossible for NINF to be in the respective
8131 table.
8132 (yygetLRActions, yyrecoverParseError): Use them.
8133
8134 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
8135 counted in the token inserted at end of file. Now takes
8136 location_t *, not location_t, so that the location can be
8137 adjusted. All uses changed.
8138
8139 * tests/regression.at (Invalid inputs): Adjust wording in
8140 diagnostic to match the new behavior.
8141
8142 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
8143 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
8144 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
8145 abort ();'. This reduces the runtime of the "Many lookaheads"
8146 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
8147 GCC 3.2.
8148
8149 2002-11-07 Paul Eggert <eggert@twinsun.com>
8150
8151 * src/parse-gram.y (CHARACTER): Remove unused token.
8152 All uses removed.
8153
8154 * src/scan-gram.l: Remove stack option. We no longer use the
8155 stack, since the stack was never deeper than 1; instead, use the
8156 new auto var c_context to record the stacked value.
8157
8158 Remove nounput option. At an unexpected end of file, we now unput
8159 the minimal input necessary to end cleanly; this simplifies the
8160 code.
8161
8162 Avoid unbounded token sizes where this is easy.
8163
8164 (unexpected_end_of_file): New function.
8165 Use it to systematize the error message on unexpected EOF.
8166 (last-string): Now auto, not static.
8167 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
8168 (scanner_last_string_free): Remove; not used.
8169 (percent_percent_count): Move decl to just before use.
8170 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
8171 not the (never otherwised-used) CHARACTER.
8172
8173 2002-11-07 Akim Demaille <akim@epita.fr>
8174
8175 Let yyerror always receive the msg as last argument, so that
8176 yyerror can be variadic.
8177
8178 * data/yacc.c (b4_yyerror_args): New.
8179 Use it when calling yyerror.
8180 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
8181 Use it when calling yyerror.
8182 * doc/bison.texinfo (Error Reporting): Adjust.
8183 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
8184 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
8185
8186 2002-11-06 Akim Demaille <akim@epita.fr>
8187
8188 #line should have quoted strings.
8189 Ideally, this should be done by m4_quotearg.
8190
8191 * src/scan-skel.l: Include quotearg.h.
8192 Quote __ofile__.
8193 * src/output.c (symbol_printers_output)
8194 (symbol_destructors_output): Quote the file name.
8195
8196 2002-11-06 Akim Demaille <akim@epita.fr>
8197
8198 * tests/regression.at (Invalid inputs): Adjust to the recent
8199 messages.
8200
8201 2002-11-06 Akim Demaille <akim@epita.fr>
8202
8203 Restore --no-lines.
8204 Reported by Jim Kent.
8205
8206 * data/c.m4 (b4_syncline): New.
8207 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
8208 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
8209 * src/output.c (user_actions_output): Likewise.
8210 (prepare): Define 'b4_synclines_flag'.
8211 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
8212
8213 2002-11-06 Akim Demaille <akim@epita.fr>
8214
8215 * src/main.c (main): Free `infile'.
8216 * src/scan-gram.l (handle_syncline): New.
8217 Recognize `#line'.
8218 * src/output.c (user_actions_output, symbol_destructors_output)
8219 (symbol_printers_output): Use the location's file name, not
8220 infile.
8221 * src/reader.c (prologue_augment, epilogue_set): Likewise.
8222
8223 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8224
8225 * src/tables.c (matching_state): Don't allow states to match if
8226 either has GLR conflict entries.
8227
8228 2002-11-05 Paul Eggert <eggert@twinsun.com>
8229
8230 * src/scan-gram.l: Use more accurate diagnostics, e.g.
8231 "integer out of range" rather than "invalid value".
8232 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
8233 accordingly.
8234
8235 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
8236 Also, remove one static variable in the scanner.
8237
8238 * src/scan-gram.l (braces_level): Now auto, not static.
8239 Initialize to zero if the compiler is being picky.
8240 (INITIAL): Clear braces_level instead of incrementing it.
8241 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
8242 as POSIX 1003.1-2001 requires.
8243 * src/system.h (IF_LINT): New macro, taken from coreutils.
8244 * configure.ac: Define "lint" if --enable-gcc-warnings.
8245
8246 2002-11-05 Akim Demaille <akim@epita.fr>
8247
8248 * src/scan-gram.l: When it starts with `%', complain about the
8249 whole directive, not just that `invalid character: %'.
8250
8251 2002-11-04 Akim Demaille <akim@epita.fr>
8252
8253 * Makefile.maint: Update from Autoconf.
8254 (update, cvs-update, po-update, do-po-update): New.
8255
8256 2002-11-04 Akim Demaille <akim@epita.fr>
8257
8258 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
8259 and yyerror.
8260 Have yyerror `use' its arguments.
8261 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
8262 returns true when location & yacc & pure & parse-param.
8263 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
8264
8265 2002-11-04 Akim Demaille <akim@epita.fr>
8266
8267 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
8268 clashes.
8269 * src/scan-gram.l: Use [\'] instead of ['] to pacify
8270 font-lock-mode.
8271 Use complain_at.
8272 Use quote, not quote_n since LOCATION_PRINT no longer uses the
8273 slot 0.
8274
8275 2002-11-03 Paul Eggert <eggert@twinsun.com>
8276
8277 * src/reader.c (get_merge_function, grammar_current_rule_check):
8278 Use consistent diagnostics for reporting type name clashes.
8279 Quote the types with <>, for consistency with Yacc.
8280 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
8281
8282 2002-11-03 Akim Demaille <akim@epita.fr>
8283
8284 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
8285 New.
8286 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
8287 (b4_parse_param): Remove.
8288 Use b4_identification.
8289 Propagate b4_pure_args where needed to pass them to yyerror.
8290 * data/glr.m4 (b4_parse_param): Remove.
8291 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
8292 (b4_lpure_formals): New.
8293 Use b4_identification.
8294 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
8295 b4_user_formals and b4_user_args.
8296 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
8297 (yyreportAmbiguity): When using a pure parser, also need
8298 the location, and the parse-params.
8299 Adjust callers.
8300 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
8301 When using a pure parser, also need the parse-params.
8302 Adjust callers.
8303 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
8304 (%pure-parser + %parse-param) LALR and GLR parsers.
8305 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
8306 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
8307 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
8308 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
8309 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
8310 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
8311 * doc/bison.texinfo: Untabify the whole file.
8312 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
8313 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
8314 (Error Reporting): Adjust to these new directives.
8315 Document %error-verbose, deprecate YYERROR_VERBOSE.
8316
8317 2002-11-03 Akim Demaille <akim@epita.fr>
8318
8319 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
8320 AT_CHECK_CALC_GLR invocations to use % directives, instead of
8321 command line options.
8322 * tests/cxx-type.at: Formatting changes.
8323
8324 2002-11-03 Paul Eggert <eggert@twinsun.com>
8325
8326 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
8327 to count columns correctly, and to check for invalid inputs.
8328
8329 Use mbsnwidth to count columns correctly. Account for tabs, too.
8330 Include mbswidth.h.
8331 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
8332 (extend_location): New function.
8333 (YY_LINES): Remove.
8334
8335 Handle CRLF in C code rather than in Lex code.
8336 (YY_INPUT): New macro.
8337 (no_cr_read): New function.
8338
8339 Scan UCNs, even though we don't fully handle them yet.
8340 (convert_ucn_to_byte): New function.
8341
8342 Handle backslash-newline correctly in C code.
8343 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
8344 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
8345 all uses changed.
8346 (tag, splice): New EREs. Do not allow NUL or newline in tags.
8347 Use {splice} wherever C allows backslash-newline.
8348 YY_STEP after space, newline, vertical-tab.
8349 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
8350
8351 (letter, id): Don't assume ASCII; e.g., spell out a-z.
8352
8353 ({int}, handle_action_dollar, handle_action_at): Check for integer
8354 overflow.
8355
8356 (YY_STEP): Omit trailing semicolon, so that it's more like C.
8357
8358 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
8359 as well as \000. Check for UCHAR_MAX, not 255.
8360 Allow \x with an arbitrary positive number of digits, as in C.
8361 Check for overflow here.
8362 Allow \? and UCNs, for compatibility with C.
8363
8364 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
8365 with quote slot used by complain_at.
8366
8367 * tests/input.at: Add tests for backslash-newline, m4 quotes
8368 in symbols, long literals, and funny escapes in strings.
8369
8370 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
8371 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
8372 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
8373 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
8374 * m4/mbswidth.m4: New file, from GNU coreutils.
8375
8376 * doc/bison.texinfo (Grammar Outline): Document // comments.
8377 (Symbols): Document that trigraphs have no special meaning in Bison,
8378 nor is backslash-newline allowed.
8379 (Actions): Document that trigraphs have no special meaning.
8380
8381 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
8382 no longer used.
8383
8384 2002-11-02 Paul Eggert <eggert@twinsun.com>
8385
8386 * src/reader.c: Don't include quote.h; not needed.
8387 (get_merge_function): Reword warning to be consistent with
8388 type clash diagnostic in grammar_current_rule_check.
8389
8390 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
8391 bug in trigraph handling.
8392
8393 * src/output.c (prepare_symbols): When printing token names,
8394 escape "[" as "@<:@" and likewise for "]".
8395
8396 * src/system.h (errno): Remove declaration, as we are now
8397 assuming C89 or better, and C89 guarantees errno.
8398
8399 2002-10-30 Paul Eggert <eggert@twinsun.com>
8400
8401 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
8402 Check for close failures.
8403 * src/files.h (xfclose): Return void, not int, since it always
8404 returned zero.
8405 * src/files.c (xfclose): Likewise. Report I/O error if ferror
8406 indicates one.
8407 * src/output.c (output_skeleton): Use xfclose rather than fclose
8408 and ferror. xfclose now checks ferror.
8409
8410 * data/glr.c (YYLEFTMOST_STATE): Remove.
8411 (yyreportTree): Use a stack-based leftmost state. This avoids
8412 our continuing battles with bogus warnings about initializers.
8413
8414 2002-10-30 Akim Demaille <akim@epita.fr>
8415
8416 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
8417 #if.
8418
8419 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8420
8421 * tests/glr-regr1.at: New test for reported regressions.
8422 * tests/testsuite.at: Add glr-regr1.at test.
8423 * tests/Makefile.am: Add glr-regr1.at test.
8424
8425 2002-10-24 Paul Eggert <eggert@twinsun.com>
8426
8427 Version 1.75a.
8428
8429 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
8430 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
8431 we use malloc. Don't assume 'A' through 'Z' are contiguous.
8432 Don't assume strdup exists; POSIX says its an XSI extension.
8433 Check for buffer overflow on input.
8434
8435 2002-10-24 Akim Demaille <akim@epita.fr>
8436
8437 * src/output.c (output_skeleton): Don't disable M4sugar comments
8438 too soon: it results in comments being expanded.
8439 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
8440 first output.
8441
8442 2002-10-24 Akim Demaille <akim@epita.fr>
8443
8444 * data/yacc.c (m4_int_type): New.
8445 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
8446 char' as only yacc.c wants K&R portability.
8447 * data/glr.c (yysigned_char): Remove.
8448 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
8449 Reported by Quoc Peyrot.
8450
8451 2002-10-23 Paul Eggert <eggert@twinsun.com>
8452
8453 * src/main.c (main): With --trace=time, report times even if a
8454 non-fatal error occurs. Formerly, the times were reported in some
8455 such cases but not in others.
8456 * src/reader.c (reader): Just return if a complaint has been issued,
8457 instead of exiting, so that 'main' can report times.
8458
8459 2002-10-22 Akim Demaille <akim@epita.fr>
8460
8461 * src/system.h: Include sys/types.
8462 Reported by Bert Deknuydt.
8463
8464 2002-10-23 Paul Eggert <eggert@twinsun.com>
8465
8466 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
8467 Suggested by Art Haas.
8468
8469 2002-10-22 Paul Eggert <eggert@twinsun.com>
8470
8471 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
8472 decl; not needed any more.
8473 * src/main.c (main): Use return to exit, undoing yesterday's change.
8474 The last OS that we could find where this wouldn't work is
8475 SunOS 3.5, and that's too old to worry about now.
8476
8477 * data/glr.c (struct yyltype): Define members even when not
8478 doing locations. This is more consistent with yacc.c, and it
8479 works around the following bug reports:
8480 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
8481 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
8482
8483 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
8484 @acronym consistently. Standardize on "Yacc" instead of "YACC",
8485 "Algol" instead of "ALGOL". Give a bit more history about BNF.
8486
8487 2002-10-22 Akim Demaille <akim@epita.fr>
8488
8489 * data/README: New.
8490
8491 2002-10-21 Paul Eggert <eggert@twinsun.com>
8492
8493 Be consistent about 'bool'; the old code used an enum in one
8494 module and an int in another, and this violates the C standard.
8495 * m4/stdbool.m4: New file, from coreutils 4.5.3.
8496 * configure.ac (AC_HEADER_STDBOOL): Add.
8497 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
8498 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
8499 * src/symtab.c (hash_compare_symbol_t): Likewise.
8500 * src/system.h (bool, false, true): Use a definition consistent
8501 with ../lib/hash.c. All uses changed.
8502
8503 * src/complain.c (warning_issued): Renamed from warn_message_count,
8504 so that we needn't worry about integer overflow (!).
8505 Now of type bool. All uses changed.
8506 (complaint_issued): Renamed from complain_message_count; likewise.
8507
8508 * src/main.c (main): Use exit to exit with failure.
8509
8510 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
8511 rather than 1 and 0.
8512 * src/main.c (main): Likewise.
8513 * src/getargs.c (getargs): Likewise.
8514 * src/reader.c (reader): Likewise.
8515
8516 * src/getarg.c (getargs): Remove duplicate code for
8517 "Try `bison --help'".
8518
8519 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
8520 What was that "2" for?
8521
8522 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
8523 * src/getargs.c (usage): Likewise.
8524
8525 * src/getargs.c (getargs): When there are too few operands, report
8526 the last one. When there are too many, report the first extra
8527 one. This is how diffutils does it.
8528
8529 2002-10-20 Paul Eggert <eggert@twinsun.com>
8530
8531 Remove K&R vestiges.
8532 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
8533 * src/complain.c (VA_START): Remove. Assume prototypes.
8534 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
8535 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
8536 fatal): Assume prototypes.
8537 * src/complain.h: Assume prototypes.
8538 * src/system.h (PARAMS): Remove.
8539 Include <limits.h> unconditionally, since it's guaranteeed even
8540 for a freestanding C89 compiler.
8541 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
8542 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
8543
8544 2002-10-20 Akim Demaille <akim@epita.fr>
8545
8546 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
8547 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
8548 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
8549 (yyresolveStates, yyresolveAction, yyresolveStack)
8550 (yyprocessOneStack): Use them.
8551 (yy_reduce_print): New.
8552 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
8553
8554 2002-10-20 Akim Demaille <akim@epita.fr>
8555
8556 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
8557 arguments and output `void'.
8558 (b4_c_function): Rename as...
8559 (b4_c_function_def): this.
8560 (b4_c_function_decl, b4_c_ansi_function_def)
8561 (b4_c_ansi_function_decl): New.
8562 Change the interpretation of the arguments: before `int, foo', now
8563 `int foo, foo'.
8564 * data/yacc.c (yyparse): Prototype and define thanks to these.
8565 Adjust b4_c_function_def uses.
8566 * data/glr.c (yyparse): Likewise, but ANSI only.
8567
8568 2002-10-20 Akim Demaille <akim@epita.fr>
8569
8570 * src/output.c (prepare): Move the definition of `tokens_number',
8571 `nterms_number', `undef_token_number', `user_token_number_max'
8572 to...
8573 (prepare_tokens): Here.
8574 (prepare_tokens): Rename as...
8575 (prepare_symbols): this.
8576 (prepare): Move the definition of `rules_number' to...
8577 (prepare_rules): here.
8578 (prepare): Move the definition of `last', `final_state_number',
8579 `states_number' to...
8580 (prepare_states): here.
8581 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
8582
8583 2002-10-20 Akim Demaille <akim@epita.fr>
8584
8585 * src/tables.h, src/tables.c, src/output.c: Comment changes.
8586
8587 2002-10-20 Akim Demaille <akim@epita.fr>
8588
8589 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
8590 * data/c.m4: here.
8591
8592 2002-10-20 Akim Demaille <akim@epita.fr>
8593
8594 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
8595 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
8596 `pair'.
8597 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
8598 `name' to...
8599 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
8600 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
8601 These.
8602
8603 2002-10-19 Paul Eggert <eggert@twinsun.com>
8604
8605 Do not create a temporary file, as that involves security and
8606 cleanup headaches. Instead, use a pair of pipes.
8607 Derived from a suggestion by Florian Krohm.
8608 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
8609 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
8610 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
8611 (BISON_PREREQ_SUBPIPE): Add.
8612 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
8613 Add subpipe.h, subpipe.c.
8614 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
8615 * po/POTFILES.in: Add lib/subpipe.c.
8616 * src/output.c: Include "subpipe.h".
8617 (m4_invoke): Remove decl.
8618 (scan_skel): New decl.
8619 (output_skeleton): Use pipe rather than temporary file for m4 input.
8620 Check that m4sugar.m4 is readable, to avoid deadlock.
8621 Check for pipe I/O error.
8622 * src/scan-skel.l (readpipe): Remove decl.
8623 (scan_skel): New function, to be used in place of m4_invoke.
8624 Read from stream rather than file.
8625
8626 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
8627 float, as this generates a warning on Solaris 8 + GCC 3.2 with
8628 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
8629 this generates a more-accurate value anyway.
8630
8631 * lib/timevar.c (timervar_accumulate): Rename locals to
8632 avoid confusion with similarly-named more-global.
8633 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
8634
8635 * src/output.c (prepare): Use xstrdup to convert char const *
8636 to char *, to avoid GCC warning.
8637
8638 2002-10-19 Akim Demaille <akim@epita.fr>
8639
8640 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
8641 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
8642 Use them to have `calc.y' ready for %pure-parser.
8643 * data/yacc.c (YYLEX): Pass a yylex return type to
8644 b4_c_function_call.
8645
8646 2002-10-19 Akim Demaille <akim@epita.fr>
8647
8648 Prototype support of %lex-param and %parse-param.
8649
8650 * src/parse-gram.y: Add the definition of the %lex-param and
8651 %parse-param tokens, plus their rules.
8652 Drop the `_' version of %glr-parser.
8653 Add the "," token.
8654 * src/scan-gram.l (INITIAL): Scan them.
8655 * src/muscle_tab.c: Comment changes.
8656 (muscle_insert, muscle_find): Rename `pair' as `probe'.
8657 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
8658 (muscle_entry_s): The `value' member is no longer const.
8659 Adjust all dependencies.
8660 * src/muscle_tab.c (muscle_init): Adjust: use
8661 MUSCLE_INSERT_STRING.
8662 Initialize the obstack earlier.
8663 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
8664 (muscle_pair_list_grow): New.
8665 * data/c.m4 (b4_c_function_call, b4_c_args): New.
8666 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
8667 * tests/calc.at: Use %locations, not --locations.
8668 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
8669
8670 2002-10-19 Akim Demaille <akim@epita.fr>
8671
8672 * src/getargs.c (usage): Take status as argument and exit
8673 accordingly.
8674 Report the traditional `Try ... --help' message when status != 0.
8675 (usage, version): Don't take a FILE * as arg, it is pointless.
8676 (getargs): When there is an incorrect number of arguments, make it
8677 an error, and report it GNUlically thanks to `usage ()'.
8678
8679 2002-10-18 Paul Eggert <eggert@twinsun.com>
8680
8681 * data/glr.c (yyreportParseError): Don't assume that sprintf
8682 yields the length of the printed string, as this is not true
8683 on SunOS 4.1.4. Reported by Peter Klein.
8684
8685 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
8686 * tests/conflicts.at (%nonassoc and eof): Likewise.
8687 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
8688
8689 2002-10-17 Akim Demaille <akim@epita.fr>
8690
8691 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
8692 * src/getargs.c (trace_types, trace_args): Adjust.
8693 * src/reader.c (grammar_current_rule_prec_set)
8694 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
8695 Standardize error messages.
8696 And s/@prec/%prec/!
8697 (reader): Use trace_flag to enable scanner/parser debugging,
8698 instead of an adhoc scheme.
8699 * src/scan-gram.l: Remove trailing debugging code.
8700
8701 2002-10-16 Paul Eggert <eggert@twinsun.com>
8702
8703 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
8704 MUSCLE_TAB_H.
8705
8706 * NEWS: Officially drop support for building Bison with K&R C,
8707 since it didn't work anyway and it's not worth worrying about.
8708 * Makefile.maint (wget_files): Remove ansi2knr.c.
8709 (ansi2knr.c-url_prefix): Remove.
8710 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
8711 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
8712 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
8713
8714 2002-10-15 Paul Eggert <eggert@twinsun.com>
8715
8716 Stop using the "enum_" trick for K&R-style function definitions;
8717 it confused me, and I was the author! Instead, assume that people
8718 who want to use K&R C compilers (when using these modules in GCC,
8719 perhaps?) will run ansi2knr.
8720
8721 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
8722 All uses of "enum_" changed to "enum ".
8723 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
8724 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
8725
8726 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
8727 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
8728 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
8729 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
8730 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
8731 abitset_not, abitset_ones, abitset_or, abitset_or_and,
8732 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
8733 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
8734 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
8735 Use function prototypes; this removes the need for declaring
8736 static functions simply to provide their prototypes.
8737 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
8738 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
8739 bitset_count_, bitset_create, bitset_dump, bitset_first,
8740 bitset_free, bitset_init, bitset_last, bitset_next,
8741 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
8742 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
8743 bitset_print, bitset_release_memory, bitset_toggle_,
8744 bitset_type_choose, bitset_type_get, bitset_type_name_get,
8745 debug_bitset): Likewise.
8746 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
8747 * lib/bitset_stats.c (bitset_log_histogram_print,
8748 bitset_percent_histogram_print, bitset_stats_and,
8749 bitset_stats_and_cmp, bitset_stats_and_or,
8750 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
8751 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
8752 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
8753 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
8754 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
8755 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
8756 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
8757 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
8758 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
8759 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
8760 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
8761 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
8762 bitset_stats_zero): Likewise.
8763 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
8764 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
8765 bitsetv_dump, debug_bitsetv): Likewise.
8766 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
8767 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
8768 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
8769 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
8770 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
8771 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
8772 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
8773 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
8774 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
8775 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
8776 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
8777 Likewise.
8778 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
8779 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
8780 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
8781 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
8782 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
8783 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
8784 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
8785 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
8786 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
8787 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
8788 lbitset_xor_cmp, lbitset_zero): Likewise.
8789
8790 2002-10-14 Akim Demaille <akim@epita.fr>
8791
8792 Version 1.75.
8793
8794 2002-10-14 Akim Demaille <akim@epita.fr>
8795
8796 * tests/Makefile.am (maintainer-check-posix): New.
8797
8798 2002-10-14 Akim Demaille <akim@epita.fr>
8799
8800 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
8801 member.
8802
8803 2002-10-14 Akim Demaille <akim@epita.fr>
8804
8805 * src/tables.c (table_ninf_remap): base -> tab.
8806 Reported by Matt Rosing.
8807
8808 2002-10-14 Paul Eggert <eggert@twinsun.com>
8809
8810 * tests/action.at, tests/calc.at, tests/conflicts.at,
8811 tests/cxx-type.at, tests/headers.at, tests/input.at,
8812 tests/regression.at, tests/synclines.at, tests/torture.at:
8813 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
8814 so that the tests still work even if POSIXLY_CORRECT is set.
8815 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
8816
8817 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
8818 for portability to K&R hosts. Fix typo: signed char is guaranteed
8819 only to 127, not to 128.
8820 * data/glr.c (yysigned_char): New type.
8821 * data/yacc.c (yysigned_char): Likewise.
8822 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
8823
8824 2002-10-13 Paul Eggert <eggert@twinsun.com>
8825
8826 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
8827 true due to limited range of data type" warning from GCC.
8828
8829 * data/c.m4 (b4_token_defines): Protect against double-inclusion
8830 by wrapping enum yytokentype's definition inside #ifndef
8831 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
8832
8833 2002-10-13 Akim Demaille <akim@epita.fr>
8834
8835 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
8836 Un yy- yyrhs to avoid the name clash with the global YYRHS.
8837
8838 2002-10-13 Akim Demaille <akim@epita.fr>
8839
8840 * Makefile.maint: Update from Autoconf 2.54.
8841 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
8842
8843 2002-10-13 Akim Demaille <akim@epita.fr>
8844
8845 * src/print.c (print_state): Separate the list of solved conflicts
8846 from the other items.
8847 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
8848
8849 2002-10-13 Akim Demaille <akim@epita.fr>
8850
8851 Let nondeterministic skeletons be usable with deterministic
8852 tables.
8853
8854 With the patch, GAWK compiled by GCC without -O2 passes its test
8855 suite using a GLR parser driven by LALR tables. It fails with -O2
8856 because `struct stat' gives two different answers on my machine:
8857 88 (definition of an auto var) and later 96 (memset on this var).
8858 Hence the stack is badly corrumpted. The headers inclusion is to
8859 blame: if I move the awk.h inclusion before GLR's system header
8860 inclusion, the two struct stat have the same size.
8861
8862 * src/tables.c (pack_table): Always create conflict_table.
8863 (token_actions): Always create conflict_list.
8864 * data/glr.c (YYFLAG): Remove, unused.
8865
8866 2002-10-13 Akim Demaille <akim@epita.fr>
8867
8868 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
8869 (O0FLAGS): New.
8870 (VALGRIND, GXX): New.
8871 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
8872 * tests/bison.in: Run $PREBISON a pre-command.
8873 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
8874 (maintainer-check-g++): New.
8875 * Makefile.am (maintainer-check): New.
8876
8877 2002-10-13 Akim Demaille <akim@epita.fr>
8878
8879 * data/glr.c: Formatting changes.
8880 Tweak some trace messages to match yacc.c's.
8881
8882 2002-10-13 Akim Demaille <akim@epita.fr>
8883
8884 GLR parsers sometimes raise parse errors instead of performing the
8885 default reduction.
8886 Reported by Charles-Henry de Boysson.
8887
8888 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
8889 check the length of the traces when %glr.
8890 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
8891 GLR's traces.
8892 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
8893 Test GLR parsers.
8894 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
8895 (yyltype): Remove the yy prefix from the member names.
8896 (yytable): Complete its comment.
8897 (yygetLRActions): Map error action number from YYTABLE from
8898 YYTABLE_NINF to 0.
8899 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
8900 (which was a bug: it should have been YYTABEL_NINF, and yet it was
8901 not satisfying as we could compare an YYACTION computed from
8902 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
8903 only value for error actions.
8904 (yyreportParseError): In verbose parse error messages, don't issue
8905 `error' in the list of expected tokens.
8906 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
8907 next action to perform to match glr.c's decoding.
8908 (yytable): Complete its comment.
8909
8910 2002-10-13 Paul Eggert <eggert@twinsun.com>
8911
8912 Fix problem reported by Henrik Grubbstroem in
8913 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
8914 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
8915 because the Bison parser reads the second action before reducing
8916 the first one.
8917 * src/scan-gram.l (rule_length): New static var.
8918 Use it to keep track of the rule length in the scanner, since
8919 we can't expect the parser to be in lock-step sync with the scanner.
8920 (handle_action_dollar, handle_action_at): Use this var.
8921 * tests/actions.at (Exotic Dollars): Test for the problem.
8922
8923 2002-10-12 Paul Eggert <eggert@twinsun.com>
8924
8925 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
8926 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
8927 Include <sys/time.h> when checking for clock_t and struct tms.
8928 Use same include order as source.
8929 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
8930 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
8931
8932 * lib/timevar.c: Update copyright date and clarify comments.
8933 (get_time) [IN_GCC]: Keep the GCC version for reference.
8934
8935 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
8936 GCC version as of today, then merge Bison's changes.
8937 Change "GCC" to "Bison" in copyright notice. timevar.def's
8938 author is Akim, so change that too.
8939
8940 * src/reader.c (grammar_current_rule_check):
8941 Don't worry about the default action if $$ is untyped.
8942 Prevents bogus warnings reported by Jim Gifford in
8943 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
8944
8945 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
8946 * data/glr.c, data/lalr1.cc, data/yacc.c:
8947 Output token definitions before the first part of user declarations.
8948 Fixes compatibility problem reported by Jim Gifford for kbd in
8949 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
8950
8951 2002-10-11 Paul Eggert <eggert@twinsun.com>
8952
8953 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
8954 (yyparse): here. This undoes some of the 2002-07-25 change.
8955 Compatibility problem reported by Ralf S. Engelschall with
8956 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
8957
8958 2002-10-11 Akim Demaille <akim@epita.fr>
8959
8960 * tests/regression.at Characters Escapes): New.
8961 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
8962 characters.
8963 Reported by Jan Nieuwenhuizen.
8964
8965 2002-10-11 Akim Demaille <akim@epita.fr>
8966
8967 * po/id.po: New.
8968
8969 2002-10-10 Paul Eggert <eggert@twinsun.com>
8970
8971 Portability fixes for bitsets; this also avoids several GCC
8972 warnings.
8973
8974 * lib/abitset.c: Include <stddef.h>, for offsetof.
8975 * lib/lbitset.c: Likewise.
8976
8977 * lib/abitset.c (abitset_bytes): Return a size that is aligned
8978 properly for vectors of objects. Do not assume that adding a
8979 header size to a multiple of a word size yields a value that is
8980 properly aligned for the whole union.
8981 * lib/bitsetv.c (bitsetv_alloc): Likewise.
8982
8983 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
8984 unique names for structures.
8985 * lib/ebitset.c (ebitset_bytes): Likewise.
8986 * lib/lbitset.c (lbitset_bytes): Likewise.
8987
8988 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
8989 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
8990 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
8991 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
8992 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
8993 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
8994 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
8995 to improve the type-checking that GCC can do.
8996 * lib/bitset.c (bitset_op4_cmp): Likewise.
8997 * lib/bitset_stats.c (bitset_stats_count,
8998 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
8999 bitset_stats_copy, bitset_stats_disjoint_p,
9000 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
9001 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
9002 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
9003 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
9004 bitset_stats_and_or_cmp, bitset_stats_andn_or,
9005 bitset_stats_andn_or_cmp, bitset_stats_or_and,
9006 bitset_stats_or_and_cmp): Likewise.
9007 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
9008 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
9009 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
9010 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
9011
9012 * lib/abitset.h: Include bitset.h, not bbitset.h.
9013 * lib/ebitset.h: Likewise.
9014 * lib/lbitset.h: Likewise.
9015
9016 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
9017 All instances of parameters of type enum bitset_opts are now of
9018 type enum_bitset_opts, to conform to the C Standard, and similarly
9019 for enum_bitset_type.
9020 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
9021 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
9022
9023 Do not use "struct bitset_struct" to mean different things in
9024 different modules. Not only is this confusing, it violates
9025 the C Standard, which requires that structure types in different
9026 modules must be compatible if one is to be passed to the other.
9027 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
9028 All instances of "struct bitset_struct *" replaced with "bitset".
9029 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
9030 (union bitset_union, struct abitset_struct, struct ebitset_struct,
9031 struct lbitset_struct, struct bitset_stats_struct): New types.
9032 All uses of struct bitset_struct changed to union bitset_union,
9033 etc.
9034 * lib/abitset.c (struct abitset_struct, abitset,
9035 struct bitset_struct): Remove.
9036 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
9037 struct bitset_struct): Remove.
9038 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
9039 bitset_struct): Remove.
9040 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
9041 Likewise.
9042
9043 Do not call a function of type T using a call that assumes the
9044 function is of a different type U. Standard C requires that a
9045 function must be called with a type that is compatible with its
9046 definition.
9047 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
9048 New decls.
9049 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
9050 New functions.
9051 * lib/ebitset.c (PFV): Remove.
9052 * lib/lbitset.c (PFV): Likewise.
9053 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
9054 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
9055 decls.
9056 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
9057 (ebitset_vtable): Use them.
9058 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
9059 lbitset_xor): New functions.
9060 (lbitset_vtable): Use them.
9061
9062 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
9063 Declare.
9064
9065 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
9066 GCC warning.
9067 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
9068 Use offsetof, for simplicity.
9069
9070 2002-10-06 Paul Eggert <eggert@twinsun.com>
9071
9072 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
9073 the same width as int. This reapplies a hunk of the 2002-08-12 patch
9074 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
9075 which was inadvertently undone by the 2002-09-30 patch.
9076 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
9077 the same width as int.
9078
9079 2002-10-04 Paul Eggert <eggert@twinsun.com>
9080
9081 Version 1.50.
9082
9083 * configure.ac (AC_INIT), NEWS: Increment version number.
9084
9085 * doc/bison.texinfo: Minor spelling, grammar, and white space
9086 fixes.
9087 (Symbols): Mention that any negative value returned from yylex
9088 signifies end-of-input. Warn about negative chars. Mention
9089 the portable Standard C character set.
9090
9091 The GNU coding standard says CFLAGS and YFLAGS are reserved
9092 for the installer to set.
9093 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
9094 * src/Makefile.am (AM_CFLAGS): Likewise.
9095 (AM_YFLAGS): Renamed from YFLAGS.
9096
9097 Fix some MAX and MIN problems.
9098 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
9099 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
9100 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
9101 * src/reader.c (reader): Use it.
9102
9103 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
9104 POSIX 1003.1-2001 has removed fgrep.
9105
9106 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9107
9108 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
9109 interpreted as signed.
9110 * lib/ebitset.c (ebitset_list): Fix bug.
9111
9112 2002-10-01 Paul Eggert <eggert@twinsun.com>
9113
9114 More fixes for 64-bit hosts and large bitsets.
9115
9116 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
9117 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
9118 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
9119 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
9120 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
9121 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
9122 bitset_count_): Likewise.
9123 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
9124 bitset_first, bitset_last): Likewise.
9125 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
9126 bitset_stats_list_reverse, bitset_stats_size,
9127 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
9128 Likewise.
9129 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
9130 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
9131 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
9132 bitsetv_reflexive_transitive_closure): Likewise.
9133 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
9134 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
9135 Likewise.
9136 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
9137 Likewise.
9138
9139 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
9140 Use size_t, not unsigned int, to count bytes.
9141 * lib/abitset.h (abitset_bytes): Likewise.
9142 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
9143 Likewise.
9144 * lib/bitset.h (bitset_bytes): Likewise.
9145 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
9146 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
9147 * lib/bitsetv.c (bitsetv_alloc): Likewise.
9148 * lib/ebitset.c (ebitset_bytes): Likewise.
9149 * lib/ebitset.h (ebitset_bytes): Likewise.
9150 * lib/lbitset.c (lbitset_bytes): Likewise.
9151 * lib/lbitset.h (lbitset_bytes): Likewise.
9152
9153 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
9154 abitset_subset_p, abitset_disjoint_p, abitset_and,
9155 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
9156 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
9157 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
9158 abitset_or_and, abitset_or_and_cmp):
9159 Use bitset_windex instead of unsigned int.
9160 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
9161 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
9162 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
9163 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
9164 Likewise.
9165 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
9166
9167 * lib/bitset.c (bitset_print):
9168 Use proper printf formats for widths of integer types.
9169 * lib/bitset_stats.c (bitset_percent_histogram_print,
9170 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
9171 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
9172 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
9173 * lib/lbitset.c (lbitset_bytes): Likewise.
9174
9175 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
9176 BITSET_SIZE_MAX): New macros.
9177 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
9178 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
9179 to BITSET_WINDEX_MAX.
9180
9181 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
9182 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
9183 since we now return the bitset_bindex type (not int).
9184
9185 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
9186 when computing sizes.
9187 * lib/ebitset.c (ebitset_elts_grow): Likewise.
9188
9189 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
9190 and avoid cast to unsigned.
9191
9192 2002-09-30 Akim Demaille <akim@epita.fr>
9193
9194 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
9195 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
9196 Updates from Michael Hayes.
9197
9198 2002-09-30 Art Haas <ahaas@neosoft.com>
9199
9200 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
9201 invocations.
9202 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
9203 defined.
9204
9205 2002-09-27 Akim Demaille <akim@epita.fr>
9206
9207 Version 1.49c.
9208
9209 2002-09-27 Akim Demaille <akim@epita.fr>
9210
9211 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
9212 (Because of AC_LIBSOURCE).
9213
9214 2002-09-27 Akim Demaille <akim@epita.fr>
9215
9216 Playing with Autoscan.
9217
9218 * configure.ac: Remove the old LIBOBJ tweaks.
9219 (AC_REPLACE_FUNCS): Add strrchr and strtol.
9220 * lib/strrchr.c: New.
9221 * lib/strtol.c: New, from the Coreutils 4.5.1.
9222
9223 2002-09-27 Akim Demaille <akim@epita.fr>
9224
9225 Playing with Autoscan.
9226
9227 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
9228 * lib/Makefile.am (libbison_a_SOURCES): No longer include
9229 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
9230 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
9231 Coreutils 4.5.1.
9232
9233 2002-09-24 Akim Demaille <akim@epita.fr>
9234
9235 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
9236 (Frequently Asked Questions, Parser Stack Overflow): New.
9237
9238 2002-09-13 Akim Demaille <akim@epita.fr>
9239
9240 Playing with autoscan.
9241
9242 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
9243 * src/files.c (skeleton_find): Remove, unused.
9244 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
9245 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
9246
9247 2002-09-13 Akim Demaille <akim@epita.fr>
9248
9249 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
9250 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
9251
9252 2002-09-13 Akim Demaille <akim@epita.fr>
9253
9254 * configure.ac: Require 2.54.
9255 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
9256 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
9257 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
9258 Remove, provided by Autoconf macros.
9259
9260 2002-09-12 Akim Demaille <akim@epita.fr>
9261
9262 * m4/prereq.m4: Update, from Coreutils 4.5.1.
9263
9264 2002-09-12 Akim Demaille <akim@epita.fr>
9265
9266 * m4/prereq.m4: Update, from Fileutils 4.1.5.
9267 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
9268 Reported by Martin Mokrejs.
9269
9270 2002-09-10 Akim Demaille <akim@epita.fr>
9271
9272 * src/parse-gram.y: Associate a human readable string to each
9273 token type.
9274 * tests/regression.at (Invalid inputs): Adjust.
9275
9276 2002-09-10 Gary V. Vaughan <gary@gnu.org>
9277
9278 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
9279 with an Autoconf-2.5x style configure.ac.
9280
9281 2002-09-06 Paul Eggert <eggert@twinsun.com>
9282
9283 * doc/bison.texinfo (Conditions): Make explicit that the GPL
9284 exception applies only to yacc.c. This is a modification of a
9285 patch originally suggested by Akim Demaille.
9286
9287 2002-09-06 Akim Demaille <akim@epita.fr>
9288
9289 * data/c.m4 (b4_copyright): Move the GPL exception comment from
9290 here to...
9291 * data/yacc.c: here.
9292
9293 * data/lalr1.cc (struct yyltype): Don't define it, since we use
9294 LocationType.
9295 (b4_ltype): Default to yy::Location from location.hh.
9296
9297 2002-09-04 Jim Meyering <jim@meyering.net>
9298
9299 * data/yacc.c: Guard the declaration of yytoknum also with
9300 `#ifdef YYPRINT', so it is declared only when used.
9301
9302 2002-09-04 Akim Demaille <akim@epita.fr>
9303
9304 * configure.in: Rename as...
9305 * configure.ac: this.
9306 Bump to 1.49c.
9307
9308 2002-09-04 Akim Demaille <akim@epita.fr>
9309
9310 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
9311 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
9312 translate maintainer only messages.
9313
9314 2002-08-12 Paul Eggert <eggert@twinsun.com>
9315
9316 Version 1.49b.
9317
9318 * Makefile.am (SUBDIRS): Remove intl.
9319 (DISTCLEANFILES): Remove.
9320 * NEWS: Mention that GNU M4 is now required. Clarify what is
9321 meant by "larger grammars". Mention the pt_BR translation.
9322 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
9323 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
9324 Bump version from 0.11.2 to 0.11.5.
9325 (BISON_PREREQ_STAGE): Remove.
9326 (AM_GNU_GETTEXT): Use external gettext.
9327 (AC_OUTPUT): Remove intl/Makefile.
9328
9329 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
9330
9331 * data/glr.c: Include string.h, for strlen.
9332 (yyreportParseError): Use size_t for yysize.
9333 (yy_yypstack): No longer nested inside yypstates, as nested
9334 functions are not portable. Do not assume size_t is the
9335 same width as int.
9336 (yypstates): Do not assume that ptrdiff_t is the same width
9337 as int, and similarly for yyposn and YYINDEX.
9338
9339 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
9340
9341 * lib/Makefile.am (INCLUDES): Do not include from the intl
9342 directory, which has been removed.
9343 * src/Makefile.am (INCLUDES): Likewise.
9344
9345 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
9346 (bitsets_sources, additional_bitsets_sources, timevars_sources):
9347 New vars.
9348
9349 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
9350 * tests/Makefile.am (EXTRA_DIST): Likewise.
9351
9352 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
9353 Do not assume that bitset_windex is the same width as unsigned.
9354
9355 * lib/abitset.c (abitset_unused_clear): Do not assume that
9356 bitset_word is the same width as int.
9357 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
9358 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
9359 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
9360 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
9361 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
9362
9363 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
9364 portability to one's complement hosts!).
9365 * lib/ebitset.c (ebitset_op1): Likewise.
9366 * lib/lbitset.c (lbitset_op1): Likewise.
9367
9368 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
9369 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
9370 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
9371 Sync with fileutils.
9372 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
9373 lib/gettext.h: Sync with diffutils.
9374
9375 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
9376 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
9377
9378 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
9379 PROTOTYPES to check for prototypes, and "defined __STDC__" to
9380 check for void *.
9381
9382 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
9383 size_t; the old version tried to do this but casted improperly.
9384 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
9385 (bitset_test): Now returns int, not unsigned long.
9386
9387 * lib/bitset_stats.c: Include "gettext.h".
9388 (_): New macro.
9389 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
9390 name locals "index", as it generates unnecessary warnings on some
9391 hosts that have an "index" function.
9392
9393 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
9394 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
9395 they need translation.
9396 * src/LR0.c (state_list_append, new_itemsets, get_state,
9397 append_states, generate_states): Likewise.
9398 * src/assoc.c (assoc_to_string): Likewise.
9399 * src/closure.c (print_closure, set_firsts, closure): Likewise.
9400 * src/gram.c (grammar_dump): Likewise.
9401 * src/injections.c (injections_compute): Likewise.
9402 * src/lalr.c (lookaheads_print): Likewise.
9403 * src/relation.c (relation_transpose): Likewise.
9404 * src/scan-gram.l: Likewise.
9405 * src/tables.c (table_grow, pack_vector): Likewise.
9406
9407 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
9408 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
9409 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
9410 * m4/mbstate_t.m4: Sync with fileutils.
9411 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
9412
9413 * po/LINGUAS: Add pt_BR.
9414 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
9415 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
9416 lib/timevar.c.
9417 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
9418 manual recommends.
9419 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
9420
9421 * src/complain.c (strerror_r): Remove decl; not needed.
9422 (strerror): Use same pattern as ../lib/error.c.
9423
9424 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
9425
9426 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
9427
9428 * src/main.c (main): Cast result of bindtextdomain and textdomain
9429 to void, to avoid a GCC warning when --disable-nls is in effect.
9430
9431 * src/scan-gram.l: Use strings rather than escapes when possible,
9432 to minimize the number of warnings from xgettext.
9433 (handle_action_dollar, handle_action_at): Don't use isdigit,
9434 as it mishandles negative chars and it may not work as expected
9435 outside the C locale.
9436
9437 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
9438 this is a GCC extension and is not portable to other compilers.
9439
9440 * src/system.h (alloca): Use same pattern as ../lib/error.c.
9441 Do not include <ctype.h>; no longer needed.
9442 Do not include <malloc.h>; no longer needed (and generates
9443 warnings on OpenBSD 3.0).
9444
9445 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
9446 it's not portable.
9447
9448 * tests/regression.at: Do not use 'cc -c input.c -o input';
9449 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
9450
9451 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
9452 exit status as failure, not just exit status 1. Sun C exits
9453 with status 2 sometimes.
9454
9455 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
9456 Use it for the two large tests.
9457
9458 2002-08-02 Akim Demaille <akim@epita.fr>
9459
9460 * src/conflicts.c (conflicts_output): Don't output rules never
9461 reduced here, since anyway that computation doesn't work.
9462 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
9463 (rule_useless_p, rule_never_reduced_p): New.
9464 (grammar_rules_partial_print): Use a filter instead of a range.
9465 Display the title only if needed.
9466 (grammar_rules_print): Adjust.
9467 (grammar_rules_never_reduced_report): New.
9468 * src/tables.c (action_row): Move the computation of rules never
9469 reduced to...
9470 (token_actions): here.
9471 * src/main.c (main): Make the parser before making the report, so
9472 that rules never reduced are computed.
9473 Call grammar_rules_never_reduced_report.
9474 * src/print.c (print_results): Report rules never reduced.
9475 * tests/conflicts.at, tests/reduce.at: Adjust.
9476
9477 2002-08-01 Akim Demaille <akim@epita.fr>
9478
9479 Instead of attaching lookaheads and duplicating the rules being
9480 reduced by a state, attach the lookaheads to the reductions.
9481
9482 * src/state.h (state_t): Remove the `lookaheads',
9483 `lookaheads_rule' member.
9484 (reductions_t): Add a `lookaheads' member.
9485 Use a regular array for the `rules'.
9486 * src/state.c (reductions_new): Initialize the lookaheads member
9487 to 0.
9488 (state_rule_lookaheads_print): Adjust.
9489 * src/state.h, src/state.c (state_reductions_find): New.
9490 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
9491 (count_rr_conflicts): Adjust.
9492 * src/lalr.c (LArule): Remove.
9493 (add_lookback_edge): Adjust.
9494 (state_lookaheads_count): New.
9495 (states_lookaheads_initialize): Merge into...
9496 (initialize_LA): this.
9497 (lalr_free): Adjust.
9498 * src/main.c (main): Don't free nullable and derives too early: it
9499 is used by --verbose.
9500 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
9501
9502 2002-08-01 Akim Demaille <akim@epita.fr>
9503
9504 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
9505 `rule_number_t**'.
9506 (set_derives, free_derives): Rename as...
9507 (derives_compute, derives_free): this.
9508 Adjust all dependencies.
9509 * src/nullable.c (set_nullable, free_nullable): Rename as...
9510 (nullable_compute, nullable_free): these.
9511 (rule_list_t): Store rule_t *, not rule_number_t.
9512 * src/state.c (state_rule_lookaheads_print): Directly compare rule
9513 pointers, instead of their numbers.
9514 * src/main.c (main): Call nullable_free, and derives_free earlier,
9515 as they were lo longer used.
9516
9517 2002-08-01 Akim Demaille <akim@epita.fr>
9518
9519 * lib/timevar.c (get_time): Include children time.
9520 * src/lalr.h (LA, LArule): Don't export them: used with the
9521 state_t.
9522 * src/lalr.c (LA, LArule): Static.
9523 * src/lalr.h, src/lalr.c (lalr_free): New.
9524 * src/main.c (main): Call it.
9525 * src/tables.c (pack_vector): Check whether loc is >= to the
9526 table_size, not >.
9527 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
9528 (tables_generate): do it, since that's also it which allocates
9529 them.
9530 Don't free LA and LArule, main does.
9531
9532 2002-07-31 Akim Demaille <akim@epita.fr>
9533
9534 Separate parser tables computation and output.
9535
9536 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
9537 (conflict_list, conflict_list_cnt, table, check, table_ninf)
9538 (yydefgoto, yydefact, high): Move to...
9539 * src/tables.h, src/tables.c: here.
9540 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
9541 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
9542 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
9543 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
9544 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
9545 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
9546 (action_row, save_row, token_actions, save_column, default_goto)
9547 (goto_actions, sort_actions, matching_state, pack_vector)
9548 (table_ninf_remap, pack_table, prepare_actions): Move to...
9549 * src/tables.c: here.
9550 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
9551 * src/output.c (token_actions, output_base, output_conflicts)
9552 (output_check): Merge into...
9553 (prepare_actions): this.
9554 (actions_output): Rename as...
9555 (user_actions_output): this.
9556 * src/main.c (main): Call tables_generate and tables_free.
9557
9558 2002-07-31 Akim Demaille <akim@epita.fr>
9559
9560 Steal GCC's --time-report support.
9561
9562 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
9563 stolen/adjusted from GCC.
9564 * m4/stage.m4: Remove time related checks.
9565 * m4/timevar.m4: New.
9566 * configure.in: Adjust.
9567 * src/system.h: Adjust to using timevar.h.
9568 * src/getargs.h, src/getargs.c: Support trace_time for
9569 --trace=time.
9570 * src/main.c (stage): Remove.
9571 (main): Replace `stage' invocations with timevar calls.
9572 * src/output.c: Insert pertinent timevar calls.
9573
9574 2002-07-31 Akim Demaille <akim@epita.fr>
9575
9576 Let --trace have arguments.
9577
9578 * src/getargs.h (enum trace_e): New.
9579 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
9580 (long_options, short_options): --trace/-T takes an optional
9581 argument.
9582 Change all the uses of trace_flag to reflect the new flags.
9583 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
9584
9585 Strengthen `stage' portability.
9586
9587 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
9588 * configure.in: Use it.
9589 Don't check for malloc.h and sys/times.h.
9590 * src/system.h: Include them when appropriate.
9591 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
9592 times and struct tms are available.
9593
9594 2002-07-30 Akim Demaille <akim@epita.fr>
9595
9596 In verbose parse error message, don't report `error' as an
9597 expected token.
9598 * tests/actions.at (Printers and Destructors): Adjust.
9599 * tests/calc.at (Calculator $1): Adjust.
9600 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
9601 error message, do not report the parser accepts the error token in
9602 that state.
9603
9604 2002-07-30 Akim Demaille <akim@epita.fr>
9605
9606 Normalize conflict related messages.
9607
9608 * src/complain.h, src/complain.c (warn, complain): New.
9609 * src/conflicts.c (conflicts_print): Use them.
9610 (conflict_report_yacc): New, extracted from...
9611 (conflicts_print): here.
9612 * tests/conflicts.at, tests/existing.at: Adjust.
9613
9614 2002-07-30 Akim Demaille <akim@epita.fr>
9615
9616 Report rules which are never reduced by the parser: those hidden
9617 by conflicts.
9618
9619 * src/LR0.c (save_reductions): Don't make the final state too
9620 different: save its reduction (accept) instead of having a state
9621 without any action (no shift or goto, no reduce).
9622 Note: the final state is now a ``regular'' state, i.e., the
9623 parsers now contain `reduce 0' as default reduction.
9624 Nevertheless, since they decide to `accept' when yystate =
9625 final_state, they still will not reduce rule 0.
9626 * src/print.c (print_actions, print_reduction): Adjust.
9627 * src/output.c (action_row): Track reduced rules.
9628 (token_actions): Report rules never reduced.
9629 * tests/conflicts.at, tests/regression.at: Adjust.
9630
9631 2002-07-30 Akim Demaille <akim@epita.fr>
9632
9633 `stage' was accidently included in a previous patch.
9634 Initiate its autoconfiscation.
9635
9636 * configure.in: Look for malloc.h and sys/times.h.
9637 * src/main.c (stage): Adjust.
9638 Report only when trace_flag.
9639
9640 2002-07-29 Akim Demaille <akim@epita.fr>
9641
9642 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
9643 state_number_t.
9644 (errs_t): symbol_t*, not symbol_number_t.
9645 (reductions_t): rule_t*, not rule_number_t.
9646 (FOR_EACH_SHIFT): New.
9647 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
9648 * src/print.c, src/print_graph.c: Adjust.
9649
9650 2002-07-29 Akim Demaille <akim@epita.fr>
9651
9652 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
9653
9654 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
9655 (endtoken, accept): these.
9656 * src/reader.c (reader): Set endtoken's default tag to "$end".
9657 Set undeftoken's tag to "$undefined" instead of "$undefined.".
9658 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
9659 Adjust.
9660
9661 2002-07-29 Akim Demaille <akim@epita.fr>
9662
9663 * src/reduce.c (reduce_grammar): When the language is empty,
9664 complain about the start symbol, not the axiom.
9665 Use its location.
9666 * tests/reduce.at (Empty Language): New.
9667
9668 2002-07-26 Akim Demaille <akim@epita.fr>
9669
9670 * src/reader.h, src/reader.c (gram_error): ... can't get
9671 yycontrol without making too strong assumptions on the parser
9672 itself.
9673 * src/output.c (prepare_tokens): Use the real 0th value of
9674 token_translations instead of `0'.
9675 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
9676 visible here.
9677 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
9678 for the time being: %locations ought to provide it to yyerror.
9679
9680 2002-07-25 Akim Demaille <akim@epita.fr>
9681
9682 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
9683 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
9684 * tests/regression.at (Web2c Actions): Adjust.
9685
9686 2002-07-25 Akim Demaille <akim@epita.fr>
9687
9688 Stop storing rules from 1 to nrules + 1.
9689
9690 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
9691 * src/nullable.c, src/output.c, src/print.c, src/reader.c
9692 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
9693 Iterate from 0 to nrules.
9694 Use rule_number_as_item_number and item_number_as_rule_number.
9695 Adjust to `derive' now containing possibly 0.
9696 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
9697 Handle the `- 1' part in rule numbers from/to item numbers.
9698 * src/conflicts.c (log_resolution): Fix the message which reversed
9699 shift and reduce.
9700 * src/output.c (action_row): Initialize default_rule to -1.
9701 (token_actions): Adjust.
9702 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
9703 expected output.
9704 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
9705
9706 2002-07-25 Akim Demaille <akim@epita.fr>
9707
9708 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
9709 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
9710 (b4_c_knr_arg_decl): New.
9711 * data/yacc.c: Use it to define yysymprint, yydestruct, and
9712 yyreport_parse_error.
9713
9714 2002-07-25 Akim Demaille <akim@epita.fr>
9715
9716 * data/yacc.c (yyreport_parse_error): New, extracted from...
9717 (yyparse): here.
9718 (yydestruct, yysymprint): Move above yyparse.
9719 Be K&R compliant.
9720
9721 2002-07-25 Akim Demaille <akim@epita.fr>
9722
9723 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
9724 replace...
9725 (b4_sint_type, b4_uint_type): these.
9726 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
9727 * tests/regression.at (Web2c Actions): Adjust.
9728
9729 2002-07-25 Akim Demaille <akim@epita.fr>
9730
9731 * src/gram.h (TIEM_NUMBER_MAX): New.
9732 (item_number_of_rule_number, rule_number_of_item_number): Rename
9733 as...
9734 (rule_number_as_item_number, item_number_as_rule_number): these.
9735 Adjust dependencies.
9736 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
9737 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
9738 (symbol_number_to_vector_number): New.
9739 (order): Of vector_number_t* type.
9740 (base_t, BASE_MAX, BASE_MIN): New.
9741 (froms, tos, width, pos, check): Of base_t type.
9742 (action_number_t, ACTION_MIN, ACTION_MAX): New.
9743 (actrow): Of action_number_t type.
9744 (conflrow): Of unsigned int type.
9745 (table_ninf, base_ninf): New.
9746 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
9747 (muscle_insert_int_table, muscle_insert_base_table)
9748 (muscle_insert_rule_number_table): New.
9749 (prepare_tokens): Output `toknum' as int_table.
9750 (action_row): Returns a rule_number_t.
9751 Use ACTION_MIN, not SHRT_MIN.
9752 (token_actions): yydefact is rule_number_t*.
9753 (table_ninf_remap): New.
9754 (pack_table): Use it for `base' and `table'.
9755 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
9756 replaced with...
9757 (YYPACT_NINF, YYTABLE_NINF): these.
9758 (yypact, yytable): Compute their types instead of hard-coded
9759 `short'.
9760 * tests/regression.at (Web2c Actions): Adjust.
9761
9762 2002-07-19 Akim Demaille <akim@epita.fr>
9763
9764 * src/scan-gram.l (id): Can start with an underscore.
9765
9766 2002-07-16 Akim Demaille <akim@epita.fr>
9767
9768 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
9769 Adjust all former `associativity' dependencies.
9770 * src/symtab.c (symbol_new): Default associativity is `undef', not
9771 `right'.
9772 (symbol_check_alias_consistence): Adjust.
9773
9774 2002-07-09 Akim Demaille <akim@epita.fr>
9775
9776 * doc/bison.texinfo: Properly set the ``header'' part.
9777 Use @dircategory ``GNU programming tools'' as per Texinfo's
9778 documentation.
9779 Use @copying.
9780
9781 2002-07-09 Akim Demaille <akim@epita.fr>
9782
9783 * lib/quotearg.h: Protect against multiple inclusions.
9784 * src/location.h (location_t): Add a `file' member.
9785 (LOCATION_RESET, LOCATION_PRINT): Adjust.
9786 * src/complain.c (warn_at, complain_at, fatal_at): Drop
9787 `error_one_per_line' support.
9788
9789 2002-07-09 Akim Demaille <akim@epita.fr>
9790
9791 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
9792 * src/reader.c (lineno): Remove.
9793 Adjust all dependencies.
9794 (get_merge_function): Take a location and use complain_at.
9795 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
9796 * tests/regression.at (Invalid inputs, Mixing %token styles):
9797 Adjust.
9798
9799 2002-07-09 Akim Demaille <akim@epita.fr>
9800
9801 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
9802 recovery rule, and forbid extensions when --yacc.
9803 (gram_error): Use complain_at.
9804 * src/reader.c (reader): Exit if there were parse errors.
9805
9806 2002-07-09 Akim Demaille <akim@epita.fr>
9807
9808 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
9809 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
9810 Reported by R Blake <blakers@mac.com>.
9811
9812 2002-07-09 Akim Demaille <akim@epita.fr>
9813
9814 * data/yacc.c: Output the copyright notive in the header.
9815
9816 2002-07-03 Akim Demaille <akim@epita.fr>
9817
9818 * src/output.c (froms, tos): Are state_number_t.
9819 (save_column): sp, sp1, and sp2 are state_number_t.
9820 (prepare): Rename `final' as `final_state_number', `nnts' as
9821 `nterms_number', `nrules' as `rules_number', `nstates' as
9822 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
9823 unused.
9824 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
9825 * data/lalr1.cc (nsym_): Remove, unused.
9826
9827 2002-07-03 Akim Demaille <akim@epita.fr>
9828
9829 * src/lalr.h, src/lalr.c (goto_number_t): New.
9830 * src/lalr.c (goto_list_t): New.
9831 Propagate them.
9832 * src/nullable.c (rule_list_t): New.
9833 Propagate.
9834 * src/types.h: Remove.
9835
9836 2002-07-03 Akim Demaille <akim@epita.fr>
9837
9838 * src/closure.c (print_fderives): Use rule_rhs_print.
9839 * src/derives.c (print_derives): Use rule_rhs_print.
9840 (rule_list_t): New, replaces `shorts'.
9841 (set_derives): Add comments.
9842 * tests/sets.at (Nullable, Firsts): Adjust.
9843
9844 2002-07-03 Akim Demaille <akim@epita.fr>
9845
9846 * src/output.c (prepare_actions): Free `tally' and `width'.
9847 (prepare_actions): Allocate and free `order'.
9848 * src/symtab.c (symbols_free): Free `symbols'.
9849 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
9850 * src/output.c (m4_invoke): Move to...
9851 * src/scan-skel.l: here.
9852 (<<EOF>>): Close yyout, and free its name.
9853
9854 2002-07-03 Akim Demaille <akim@epita.fr>
9855
9856 Fix some memory leaks, and fix a bug: state 0 was examined twice.
9857
9858 * src/LR0.c (new_state): Merge into...
9859 (state_list_append): this.
9860 (new_states): Merge into...
9861 (generate_states): here.
9862 (set_states): Don't ensure a proper `errs' state member here, do it...
9863 * src/conflicts.c (conflicts_solve): here.
9864 * src/state.h, src/state.c: Comment changes.
9865 (state_t): Rename member `shifts' as `transitions'.
9866 Adjust all dependencies.
9867 (errs_new): For consistency, also take the values as argument.
9868 (errs_dup): Remove.
9869 (state_errs_set): New.
9870 (state_reductions_set, state_transitions_set): Assert that no
9871 previous value was assigned.
9872 (state_free): New.
9873 (states_free): Use it.
9874 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
9875 temporary storage: use `errs' and `nerrs' as elsewhere.
9876 (set_conflicts): Allocate and free this `errs'.
9877
9878 2002-07-02 Akim Demaille <akim@epita.fr>
9879
9880 * lib/libiberty.h: New.
9881 * lib: Update the bitset implementation from upstream.
9882 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
9883 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
9884 * src/main.c: Adjust bitset stats calls.
9885
9886 2002-07-01 Paul Eggert <eggert@twinsun.com>
9887
9888 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
9889 char, so that negative chars don't collide with $.
9890
9891 2002-06-30 Akim Demaille <akim@epita.fr>
9892
9893 Have the GLR tests be `warning' checked, and fix the warnings.
9894
9895 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
9896 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
9897 (yyremoveDeletes): `yyi' and `yyj' are size_t.
9898 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
9899 (yyaddDeferredAction): static.
9900 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
9901 (yyreportParseError): yyprefix is const.
9902 yytokenp is used only when verbose.
9903 (yy__GNUC__): Replace with __GNUC__.
9904 (yypdumpstack): yyi is size_t.
9905 (yypreference): Un-yy local variables and arguments, to avoid
9906 clashes with `yyr1'. Anyway, we are not in the user name space.
9907 (yytname_size): be an int, as is compared with ints.
9908 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
9909 Use them.
9910 * tests/cxx-gram.at: Use quotation to protect $1.
9911 Use AT_COMPILE to enable warnings hunts.
9912 Prototype yylex and yyerror.
9913 `Use' argc.
9914 Include `string.h', not `strings.h'.
9915 Produce and prototype stmtMerge only when used.
9916 yylex takes a location.
9917
9918 2002-06-30 Akim Demaille <akim@epita.fr>
9919
9920 We spend a lot of time in quotearg, in particular when --verbose.
9921
9922 * src/symtab.c (symbol_get): Store a quoted version of the key.
9923 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
9924 Adjust all callers.
9925
9926 2002-06-30 Akim Demaille <akim@epita.fr>
9927
9928 * src/state.h (reductions_t): Rename member `nreds' as num.
9929 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
9930 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
9931
9932 2002-06-30 Akim Demaille <akim@epita.fr>
9933
9934 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
9935 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
9936 (shifts_to): Rename as...
9937 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
9938 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
9939 (TRANSITION_IS_DISABLED, transitions_to): these.
9940
9941 2002-06-30 Akim Demaille <akim@epita.fr>
9942
9943 * src/print.c (print_shifts, print_gotos): Merge into...
9944 (print_transitions): this.
9945 (print_transitions, print_errs, print_reductions): Align the
9946 lookaheads columns.
9947 (print_core, print_transitions, print_errs, print_state,
9948 print_grammar): Output empty lines separator before, not after.
9949 (state_default_rule_compute): Rename as...
9950 (state_default_rule): this.
9951 * tests/conflicts.at (Defaulted Conflicted Reduction),
9952 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
9953 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
9954
9955 2002-06-30 Akim Demaille <akim@epita.fr>
9956
9957 Display items as we display rules.
9958
9959 * src/gram.h, src/gram.c (rule_lhs_print): New.
9960 * src/gram.c (grammar_rules_partial_print): Use it.
9961 * src/print.c (print_core): Likewise.
9962 * tests/conflicts.at (Defaulted Conflicted Reduction),
9963 (Unresolved SR Conflicts): Adjust.
9964 (Unresolved SR Conflicts): Adjust and rename as...
9965 (Resolved SR Conflicts): this, as was meant.
9966 * tests/regression.at (Web2c Report): Adjust.
9967
9968 2002-06-30 Akim Demaille <akim@epita.fr>
9969
9970 * src/print.c (state_default_rule_compute): New, extracted from...
9971 (print_reductions): here.
9972 Pessimize, but clarify the code.
9973 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
9974
9975 2002-06-30 Akim Demaille <akim@epita.fr>
9976
9977 * src/output.c (action_row): Let default_rule be always a rule
9978 number.
9979
9980 2002-06-30 Akim Demaille <akim@epita.fr>
9981
9982 * src/closure.c (print_firsts, print_fderives, closure):
9983 Use BITSET_EXECUTE.
9984 * src/lalr.c (lookaheads_print): Likewise.
9985 * src/state.c (state_rule_lookaheads_print): Likewise.
9986 * src/print_graph.c (print_core): Likewise.
9987 * src/print.c (print_reductions): Likewise.
9988 * src/output.c (action_row): Likewise.
9989 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
9990
9991 2002-06-30 Akim Demaille <akim@epita.fr>
9992
9993 * src/print_graph.c: Use report_flag.
9994
9995 2002-06-30 Akim Demaille <akim@epita.fr>
9996
9997 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
9998 to...
9999 * src/relation.h, src/relation.c (traverse, relation_digraph)
10000 (relation_print, relation_transpose): New.
10001
10002 2002-06-30 Akim Demaille <akim@epita.fr>
10003
10004 * src/state.h, src/state.c (shifts_to): New.
10005 * src/lalr.c (build_relations): Use it.
10006
10007 2002-06-30 Akim Demaille <akim@epita.fr>
10008
10009 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
10010 (item_number_of_rule_number, rule_number_of_item_number): New.
10011 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
10012 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
10013 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
10014 Propagate their use.
10015 Much remains to be done, in particular wrt `shorts' from types.h.
10016
10017 2002-06-30 Akim Demaille <akim@epita.fr>
10018
10019 * src/symtab.c (symbol_new): Initialize the `printer' member.
10020
10021 2002-06-30 Akim Demaille <akim@epita.fr>
10022
10023 * src/LR0.c (save_reductions): Remove, replaced by...
10024 * src/state.h, src/state.c (state_reductions_set): New.
10025 (reductions, errs): Rename as...
10026 (reductions_t, errs_t): these.
10027 Adjust all dependencies.
10028
10029 2002-06-30 Akim Demaille <akim@epita.fr>
10030
10031 * src/LR0.c (state_list_t, state_list_append): New.
10032 (first_state, last_state): Now symbol_list_t.
10033 (this_state): Remove.
10034 (new_itemsets, append_states, save_reductions): Take a state_t as
10035 argument.
10036 (set_states, generate_states): Adjust.
10037 (save_shifts): Remove, replaced by...
10038 * src/state.h, src/state.c (state_shifts_set): New.
10039 (shifts): Rename as...
10040 (shifts_t): this.
10041 Adjust all dependencies.
10042 * src/state.h (state_t): Remove the `next' member.
10043
10044 2002-06-30 Akim Demaille <akim@epita.fr>
10045
10046 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
10047 escaped in slot 0.
10048
10049 2002-06-30 Akim Demaille <akim@epita.fr>
10050
10051 Use hash.h for the state hash table.
10052
10053 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
10054 (allocate_storage): Use state_hash_new.
10055 (free_storage): Use state_hash_free.
10056 (new_state, get_state): Adjust.
10057 * src/lalr.h, src/lalr.c (states): Move to...
10058 * src/states.h (state_t): Remove the `link' member, no longer
10059 used.
10060 * src/states.h, src/states.c: here.
10061 (state_hash_new, state_hash_free, state_hash_lookup)
10062 (state_hash_insert, states_free): New.
10063 * src/states.c (state_table, state_compare, state_hash): New.
10064 * src/output.c (output_actions): Do not free states now, since we
10065 still need to know the final_state number in `prepare', called
10066 afterwards. Do it...
10067 * src/main.c (main): here: call states_free after `output'.
10068
10069 2002-06-30 Akim Demaille <akim@epita.fr>
10070
10071 * src/state.h, src/state.c (state_new): New, extracted from...
10072 * src/LR0.c (new_state): here.
10073 * src/state.h (STATE_ALLOC): Move to...
10074 * src/state.c: here.
10075 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
10076 * src/state.h, src/state.c: here.
10077
10078 2002-06-30 Akim Demaille <akim@epita.fr>
10079
10080 * src/reader.c (gensym): Rename as...
10081 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
10082 (getsym): Rename as...
10083 (symbol_get): this.
10084
10085 2002-06-30 Akim Demaille <akim@epita.fr>
10086
10087 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
10088 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
10089 * src/output.c, src/print.c, src/print_graph.c: Propagate.
10090 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
10091
10092 2002-06-30 Akim Demaille <akim@epita.fr>
10093
10094 Make the test suite pass with warnings checked.
10095
10096 * tests/actions.at (Printers and Destructors): Improve.
10097 Avoid unsigned vs. signed issues.
10098 * tests/calc.at: Don't exercise the scanner here, do it...
10099 * tests/input.at (Torturing the Scanner): here.
10100
10101 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10102
10103 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
10104 reorganize first lines parallel to yacc.c.
10105
10106 2002-06-28 Akim Demaille <akim@epita.fr>
10107
10108 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
10109 (b4_token_enum, b4_token_defines): New, factored from...
10110 * data/lalr1.cc, data/yacc.c, glr.c: here.
10111
10112 2002-06-28 Akim Demaille <akim@epita.fr>
10113
10114 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
10115 unused variables.
10116 * src/output.c (merger_output): static.
10117
10118 2002-06-28 Akim Demaille <akim@epita.fr>
10119
10120 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
10121 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
10122 pacify GCC.
10123 * src/output.c (save_row): Initialize all the variables to pacify GCC.
10124
10125 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10126
10127 Accumulated changelog for new GLR parsing features.
10128
10129 * src/conflicts.c (count_total_conflicts): Change name to
10130 conflicts_total_count.
10131 * src/conflicts.h: Ditto.
10132 * src/output.c (token_actions): Use the new name.
10133 (output_conflicts): Change conflp => conflict_list_heads, and
10134 confl => conflict_list for better readability.
10135 * data/glr.c: Use the new names.
10136 * NEWS: Add self to GLR announcement.
10137
10138 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
10139
10140 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
10141 Akim Demaille.
10142
10143 * data/bison.glr: Change name to glr.c
10144 * data/glr.c: Renamed from bison.glr.
10145 * data/Makefile.am: Add glr.c
10146
10147 * src/getargs.c:
10148
10149 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
10150 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
10151
10152 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10153
10154 * data/bison.glr: Be sure to restore the
10155 current #line when returning to the skeleton contents after having
10156 exposed the input file's #line.
10157
10158 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10159
10160 * data/bison.glr: Bring up to date with changes to bison.simple.
10161
10162 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10163
10164 * data/bison.glr: Correct definitions that use b4_prefix.
10165 Various reformatting.
10166 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
10167 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
10168 yytokenp argument; now part of stack.
10169 (yychar): Define to behave as documented.
10170 (yyclearin): Ditto.
10171
10172 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10173
10174 * src/reader.h: Add declaration for free_merger_functions.
10175
10176 * src/reader.c (merge_functions): New variable.
10177 (get_merge_function): New function.
10178 (free_merger_functions): New function.
10179 (readgram): Check for %prec that is not followed by a symbol.
10180 Handle %dprec and %merge declarations.
10181 (packgram): Initialize dprec and merger fields in rules array.
10182
10183 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
10184 conflict_list_cnt, conflict_list_free): New variables.
10185 (table_grow): Also grow conflict_table.
10186 (prepare_rules): Output dprec and merger tables.
10187 (conflict_row): New function.
10188 (action_row): Output conflict lists for GLR parser. Don't use
10189 default reduction in conflicted states for GLR parser so that there
10190 are spaces for the conflict lists.
10191 (save_row): Also save conflict information.
10192 (token_actions): Allocate conflict list.
10193 (merger_output): New function.
10194 (pack_vector): Pack conflict table, too.
10195 (output_conflicts): New function to output yyconflp and yyconfl.
10196 (output_check): Allocate conflict_tos.
10197 (output_actions): Output conflict tables, also.
10198 (output_skeleton): Output b4_mergers definition.
10199 (prepare): Output b4_max_rhs_length definition.
10200 Use 'bison.glr' as default skeleton for GLR parsers.
10201
10202 * src/gram.c (glr_parser): New flag.
10203 (grammar_free): Call free_merger_functions.
10204
10205 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
10206 all pairs of conflicting reductions, rather than just all tokens
10207 causing conflicts. Needed to size conflict tables.
10208 (conflicts_output): Modify call to count_rr_conflicts for new
10209 interface.
10210 (conflicts_print): Ditto.
10211 (count_total_conflicts): New function.
10212
10213 * src/reader.h (merger_list): New type.
10214 (merge_functions): New variable.
10215
10216 * src/lex.h (tok_dprec, tok_merge): New token types.
10217
10218 * src/gram.h (rule_s): Add dprec and merger fields.
10219 (glr_parser): New flag.
10220
10221 * src/conflicts.h (count_total_conflicts): New function.
10222
10223 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
10224
10225 * doc/bison.texinfo (Generalized LR Parsing): New section.
10226 (GLR Parsers): New section.
10227 (Language and Grammar): Mention GLR parsing.
10228 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
10229 Correct typo ("tge" -> "the").
10230
10231 * data/bison.glr: New skeleton for GLR parsing.
10232
10233 * tests/cxx-gram.at: New tests for GLR parsing.
10234
10235 * tests/testsuite.at: Include cxx-gram.at.
10236
10237 * tests/Makefile.am: Add cxx-gram.at.
10238
10239 * src/parse-gram.y:
10240
10241 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
10242
10243 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
10244
10245 2002-06-27 Akim Demaille <akim@epita.fr>
10246
10247 * src/options.h, src/options.c: Remove.
10248 * src/getargs.c (short_options, long_options): New.
10249
10250 2002-06-27 Akim Demaille <akim@epita.fr>
10251
10252 * data/bison.simple, data/bison.c++: Rename as...
10253 * data/yacc.c, data/lalr1.cc: these.
10254 * doc/bison.texinfo (Environment Variables): Remove.
10255
10256 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
10257
10258 * src/getargs.c (report_argmatch): Initialize strtok().
10259
10260 2002-06-20 Akim Demaille <akim@epita.fr>
10261
10262 * data/bison.simple (b4_symbol_actions): New, replaces...
10263 (b4_symbol_destructor, b4_symbol_printer): these.
10264 (yysymprint): Be sure to call YYPRINT only for tokens, and using
10265 user token numbers.
10266
10267 2002-06-20 Akim Demaille <akim@epita.fr>
10268
10269 * data/bison.simple (yydestructor): Rename as...
10270 (yydestruct): this.
10271
10272 2002-06-20 Akim Demaille <akim@epita.fr>
10273
10274 * src/symtab.h, src/symtab.c (symbol_type_set)
10275 (symbol_destructor_set, symbol_precedence_set): The location is
10276 the last argument.
10277 Adjust all callers.
10278
10279 2002-06-20 Akim Demaille <akim@epita.fr>
10280
10281 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
10282 internals.
10283 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
10284 Takes a location.
10285 * src/symtab.h, src/symtab.c (symbol_class_set)
10286 (symbol_user_token_number_set): Likewise.
10287 Adjust all callers.
10288 Promote complain_at.
10289 * tests/input.at (Type Clashes): Adjust.
10290
10291 2002-06-20 Akim Demaille <akim@epita.fr>
10292
10293 * data/bison.simple (YYLEX): Fix the declaration when
10294 %pure-parser.
10295
10296 2002-06-20 Akim Demaille <akim@epita.fr>
10297
10298 * data/bison.simple (yysymprint): Don't print the token number,
10299 just its name.
10300 * tests/actions.at (Destructors): Rename as...
10301 (Printers and Destructors): this.
10302 Also exercise %printer.
10303
10304 2002-06-20 Akim Demaille <akim@epita.fr>
10305
10306 * data/bison.simple (YYDSYMPRINT): New.
10307 Use it to remove many of the #if YYDEBUG/if (yydebug).
10308
10309 2002-06-20 Akim Demaille <akim@epita.fr>
10310
10311 * src/symtab.h, src/symtab.c (symbol_t): printer and
10312 printer_location are new members.
10313 (symbol_printer_set): New.
10314 * src/parse-gram.y (PERCENT_PRINTER): New token.
10315 Handle its associated rule.
10316 * src/scan-gram.l: Adjust.
10317 (handle_destructor_at, handle_destructor_dollar): Rename as...
10318 (handle_symbol_code_at, handle_symbol_code_dollar): these.
10319 * src/output.c (symbol_printers_output): New.
10320 (output_skeleton): Call it.
10321 * data/bison.simple (yysymprint): New. Cannot be named yyprint
10322 since there are already many grammar files with a user `yyprint'.
10323 Replace the calls to YYPRINT to calls to yysymprint.
10324 * tests/calc.at: Adjust.
10325 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
10326 taking advantage of parser very internal details (stack size!).
10327
10328 2002-06-20 Akim Demaille <akim@epita.fr>
10329
10330 * src/scan-gram.l: Complete the scanner with the missing patterns
10331 to pacify Flex.
10332 Use `quote' and `symbol_tag_get' where appropriate.
10333
10334 2002-06-19 Akim Demaille <akim@epita.fr>
10335
10336 * tests/actions.at (Destructors): Augment to test locations.
10337 * data/bison.simple (yydestructor): Pass it the current location
10338 if locations are enabled.
10339 Prototype only when __STDC__ or C++.
10340 Change the argument names to move into the yy name space: there is
10341 user code here.
10342
10343 2002-06-19 Akim Demaille <akim@epita.fr>
10344
10345 * data/bison.simple (b4_pure_if): New.
10346 Use it instead of #ifdef YYPURE.
10347
10348 2002-06-19 Akim Demaille <akim@epita.fr>
10349
10350 * data/bison.simple (b4_location_if): New.
10351 Use it instead of #ifdef YYLSP_NEEDED.
10352
10353 2002-06-19 Akim Demaille <akim@epita.fr>
10354
10355 Prepare @$ in %destructor, but currently don't bind it in the
10356 skeleton, as %location use is not cleaned up yet.
10357
10358 * src/scan-gram.l (handle_dollar, handle_destructor_at)
10359 (handle_action_at): New.
10360 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
10361 a braced_code_t and a location as additional arguments.
10362 (handle_destructor_dollar): Instead of requiring `b4_eval', just
10363 unquote one when outputting `b4_dollar_dollar'.
10364 Adjust callers.
10365 * data/bison.simple (b4_eval): Remove.
10366 (b4_symbol_destructor): Adjust.
10367 * tests/input.at (Invalid @n): Adjust.
10368
10369 2002-06-19 Zack Weinberg <zack@codesourcery.com>
10370
10371 * doc/bison.texinfo: Document ability to have multiple
10372 prologue sections.
10373
10374 2002-06-18 Akim Demaille <akim@epita.fr>
10375
10376 * src/files.c (compute_base_names): When computing the output file
10377 names from the input file name, strip the directory part.
10378
10379 2002-06-18 Akim Demaille <akim@epita.fr>
10380
10381 * data/bison.simple.new: Comment changes.
10382 Reported by Andreas Schwab.
10383
10384 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
10385
10386 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
10387 there are no `label `yyoverflowlab' defined but not used' warnings
10388 when yyoverflow is defined.
10389
10390 2002-06-18 Akim Demaille <akim@epita.fr>
10391
10392 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
10393 new member.
10394 (symbol_destructor_set): Adjust.
10395 * src/output.c (symbol_destructors_output): Output the destructor
10396 locations.
10397 Output the symbol name.
10398 * data/bison.simple (b4_symbol_destructor): Adjust.
10399
10400 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
10401 and Akim Demaille <akim@epita.fr>
10402
10403 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
10404 what's left on the stack when the error recovery hits EOF.
10405 * tests/actions.at (Destructors): Complete to exercise this case.
10406
10407 2002-06-17 Akim Demaille <akim@epita.fr>
10408
10409 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
10410 arguments is really empty, not only equal to `[]'.
10411 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
10412 member.
10413 (symbol_destructor_set): New.
10414 * src/output.c (symbol_destructors_output): New.
10415 * src/reader.h (brace_code_t, current_braced_code): New.
10416 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
10417 (handle_dollar): Rename as...
10418 (handle_action_dollar): this.
10419 (handle_destructor_dollar): New.
10420 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
10421 (grammar_declaration): Use it.
10422 * data/bison.simple (yystos): Is always defined.
10423 (yydestructor): New.
10424 * tests/actions.at (Destructors): New.
10425 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
10426
10427 2002-06-17 Akim Demaille <akim@epita.fr>
10428
10429 * src/symlist.h, src/symlist.c (symbol_list_length): New.
10430 * src/scan-gram.l (handle_dollar, handle_at): Compute the
10431 rule_length only when needed.
10432 * src/output.c (actions_output, token_definitions_output): Output
10433 the full M4 block.
10434 * src/symtab.c: Don't access directly to the symbol tag, use
10435 symbol_tag_get.
10436 * src/parse-gram.y: Use symbol_list_free.
10437
10438 2002-06-17 Akim Demaille <akim@epita.fr>
10439
10440 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
10441 (symbol_list_prepend, get_type_name): Move to...
10442 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
10443 (symbol_list_prepend, symbol_list_n_type_name_get): here.
10444 Adjust all callers.
10445 (symbol_list_free): New.
10446 * src/scan-gram.l (handle_dollar): Takes a location.
10447 * tests/input.at (Invalid $n): Adjust.
10448
10449 2002-06-17 Akim Demaille <akim@epita.fr>
10450
10451 * src/reader.h, src/reader.c (symbol_list_new): Export it.
10452 (symbol_list_prepend): New.
10453 * src/parse-gram.y (%union): `list' is a new member.
10454 (symbols.1): New, replaces...
10455 (terms_to_prec.1, nterms_to_type.1): these.
10456 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
10457 Take a location as additional argument.
10458 Adjust all callers.
10459
10460 2002-06-15 Akim Demaille <akim@epita.fr>
10461
10462 * src/parse-gram.y: Move %token in the declaration section so that
10463 we don't depend upon CVS Bison.
10464
10465 2002-06-15 Akim Demaille <akim@epita.fr>
10466
10467 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
10468 * src/print.c (print_core): Use it.
10469
10470 2002-06-15 Akim Demaille <akim@epita.fr>
10471
10472 * src/conflicts.c (log_resolution): Accept the rule involved in
10473 the sr conflicts instead of the lookahead number that points to
10474 that rule.
10475 (flush_reduce): Accept the current lookahead vector as argument,
10476 instead of the index in LA.
10477 (resolve_sr_conflict): Accept the current number of lookahead
10478 bitset to consider for the STATE, instead of the index in LA.
10479 (set_conflicts): Adjust.
10480 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
10481
10482 2002-06-15 Akim Demaille <akim@epita.fr>
10483
10484 * src/state.h (state_t): Replace the `lookaheadsp' member, a
10485 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
10486 Adjust all dependencies.
10487 * src/lalr.c (initialize_lookaheads): Split into...
10488 (states_lookaheads_count, states_lookaheads_initialize): these.
10489 (lalr): Adjust.
10490
10491 2002-06-15 Akim Demaille <akim@epita.fr>
10492
10493 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
10494 out of...
10495 (grammar_rules_print): here.
10496 * src/reduce.c (reduce_output): Use it.
10497 * tests/reduce.at (Useless Rules, Reduced Automaton)
10498 (Underivable Rules): Adjust.
10499
10500 2002-06-15 Akim Demaille <akim@epita.fr>
10501
10502 Copy BYacc's nice way to report the grammar.
10503
10504 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
10505 New.
10506 Don't print the rules' location, it is confusing and useless.
10507 (rule_print): Use grammar_rhs_print.
10508 * src/print.c (print_grammar): Use grammar_rules_print.
10509
10510 2002-06-15 Akim Demaille <akim@epita.fr>
10511
10512 Complete and rationalize `useless thing' warnings.
10513
10514 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
10515 (symbol_tag_print): New.
10516 Use them everywhere in place of accessing directly the tag member.
10517 * src/gram.h, src/gram.c (rule_print): New.
10518 Use it where a rule used to be printed `by hand'.
10519 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
10520 (reduce_grammar_tables): Report the useless rules.
10521 (reduce_print): Useless things are a warning, not an error.
10522 Report it as such.
10523 * tests/reduce.at (Useless Nonterminals, Useless Rules):
10524 (Reduced Automaton, Underivable Rules): Adjust.
10525 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
10526 * tests/conflicts.at (Unresolved SR Conflicts)
10527 (Solved SR Conflicts): Adjust.
10528
10529 2002-06-15 Akim Demaille <akim@epita.fr>
10530
10531 Let symbols have a location.
10532
10533 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
10534 (getsym): Adjust.
10535 Adjust all callers.
10536 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
10537 Use location_t, not int.
10538 * src/symtab.c (symbol_check_defined): Take advantage of the
10539 location.
10540 * tests/regression.at (Invalid inputs): Adjust.
10541
10542 2002-06-15 Akim Demaille <akim@epita.fr>
10543
10544 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
10545 (input): Don't try to initialize yylloc here, do it in the
10546 scanner.
10547 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
10548 * src/gram.h (rule_t): Change line and action_line into location
10549 and action_location, of location_t type.
10550 Adjust all dependencies.
10551 * src/location.h, src/location.c (empty_location): New.
10552 * src/reader.h, src/reader.c (grammar_start_symbol_set)
10553 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
10554 (grammar_current_rule_symbol_append)
10555 (grammar_current_rule_action_append): Expect a location as argument.
10556 * src/reader.c (grammar_midrule_action): Adjust to attach an
10557 action's location as dummy symbol location.
10558 * src/symtab.h, src/symtab.c (startsymbol_location): New.
10559 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
10560 the line numbers.
10561
10562 2002-06-14 Akim Demaille <akim@epita.fr>
10563
10564 Grammar declarations may be found in the grammar section.
10565
10566 * src/parse-gram.y (rules_or_grammar_declaration): New.
10567 (declarations): Each declaration may end with a semicolon, not
10568 just...
10569 (grammar_declaration): `"%union"'.
10570 (grammar): Branch to rules_or_grammar_declaration.
10571
10572 2002-06-14 Akim Demaille <akim@epita.fr>
10573
10574 * src/main.c (main): Invoke scanner_free.
10575
10576 2002-06-14 Akim Demaille <akim@epita.fr>
10577
10578 * src/output.c (m4_invoke): Extracted from...
10579 (output_skeleton): here.
10580 Free tempfile.
10581
10582 2002-06-14 Akim Demaille <akim@epita.fr>
10583
10584 * src/parse-gram.y (directives, directive, gram)
10585 (grammar_directives, precedence_directives, precedence_directive):
10586 Rename as...
10587 (declarations, declaration, grammar, grammar_declaration)
10588 (precedence_declaration, precedence_declarator): these.
10589 (symbol_declaration): New.
10590
10591 2002-06-14 Akim Demaille <akim@epita.fr>
10592
10593 * src/files.c (action_obstack): Remove, unused.
10594 (output_obstack): Remove it, and all its dependencies, as it is no
10595 longer needed.
10596 * src/reader.c (epilogue_set): Build the epilogue in the
10597 muscle_obstack.
10598 * src/output.h, src/output.c (muscle_obstack): Move to...
10599 * src/muscle_tab.h, src/muscle_tab.h: here.
10600 (muscle_init): Initialize muscle_obstack.
10601 (muscle_free): New.
10602 * src/main.c (main): Call it.
10603
10604 2002-06-14 Akim Demaille <akim@epita.fr>
10605
10606 * src/location.h: New, extracted from...
10607 * src/reader.h: here.
10608 * src/Makefile.am (noinst_HEADERS): Merge into
10609 (bison_SOURCES): this.
10610 Add location.h.
10611 * src/parse-gram.y: Use location_t instead of Bison's.
10612 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
10613 Use location_t instead of ints.
10614
10615 2002-06-14 Akim Demaille <akim@epita.fr>
10616
10617 * data/bison.simple, data/bison.c++: Be sure to restore the
10618 current #line when returning to the skeleton contents after having
10619 exposed the input file's #line.
10620
10621 2002-06-12 Akim Demaille <akim@epita.fr>
10622
10623 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
10624 eager.
10625 * tests/actions.at (Exotic Dollars): New.
10626
10627 2002-06-12 Akim Demaille <akim@epita.fr>
10628
10629 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
10630 ['"/] too eagerly.
10631 * tests/input.at (Torturing the Scanner): New.
10632
10633 2002-06-11 Akim Demaille <akim@epita.fr>
10634
10635 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
10636 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
10637 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
10638 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
10639 * src/reader.c (reader): Use it.
10640
10641 2002-06-11 Akim Demaille <akim@epita.fr>
10642
10643 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
10644 Adjust all callers.
10645 (scanner_last_string_free): New.
10646
10647 2002-06-11 Akim Demaille <akim@epita.fr>
10648
10649 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
10650 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
10651 (last_string, YY_OBS_FREE): New.
10652 Use them when returning an ID.
10653
10654 2002-06-11 Akim Demaille <akim@epita.fr>
10655
10656 Have Bison grammars parsed by a Bison grammar.
10657
10658 * src/reader.c, src/reader.h (prologue_augment): New.
10659 * src/reader.c (copy_definition): Remove.
10660
10661 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
10662 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
10663 (grammar_current_rule_prec_set, grammar_current_rule_check)
10664 (grammar_current_rule_symbol_append)
10665 (grammar_current_rule_action_append): Export.
10666 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
10667 (symbol_list_action_append): Remove.
10668 Hook the routines from reader.
10669 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
10670 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
10671
10672 * src/reader.c (read_declarations): Remove, unused.
10673
10674 * src/parse-gram.y: Handle the epilogue.
10675 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
10676 (grammar_start_symbol_set): this.
10677 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
10678 * src/reader.c (readgram): Remove, unused.
10679 (reader): Adjust to insert eoftoken and axiom where appropriate.
10680
10681 * src/reader.c (copy_dollar): Replace with...
10682 * src/scan-gram.h (handle_dollar): this.
10683 * src/parse-gram.y: Remove `%thong'.
10684
10685 * src/reader.c (copy_at): Replace with...
10686 * src/scan-gram.h (handle_at): this.
10687
10688 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
10689 New.
10690
10691 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
10692 time being.
10693
10694 * src/reader.h, src/reader.c (grammar_rule_end): New.
10695
10696 * src/parse.y (current_type, current_class): New.
10697 Implement `%nterm', `%token' support.
10698 Merge `%term' into `%token'.
10699 (string_as_id): New.
10700 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
10701 type name.
10702
10703 * src/parse-gram.y: Be sure to handle properly the beginning of
10704 rules.
10705
10706 * src/parse-gram.y: Handle %type.
10707 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
10708
10709 * src/parse-gram.y: More directives support.
10710 * src/options.c: No longer handle source directives.
10711
10712 * src/parse-gram.y: Fix %output.
10713
10714 * src/parse-gram.y: Handle %union.
10715 Use the prologue locations.
10716 * src/reader.c (parse_union_decl): Remove.
10717
10718 * src/reader.h, src/reader.c (epilogue_set): New.
10719 * src/parse-gram.y: Use it.
10720
10721 * data/bison.simple, data/bison.c++: b4_stype is now either not
10722 defined, then default to int, or to the contents of %union,
10723 without `union' itself.
10724 Adjust.
10725 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
10726
10727 * src/output.c (actions_output): Don't output braces, as they are
10728 already handled by the scanner.
10729
10730 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
10731 characters to themselves.
10732
10733 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
10734 that the epilogue has a proper #line.
10735
10736 * src/parse-gram.y: Handle precedence/associativity.
10737
10738 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
10739 a terminal.
10740 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
10741 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
10742 at all to define terminals that cannot be emitted.
10743
10744 * src/scan-gram.l: Escape M4 characters.
10745
10746 * src/scan-gram.l: Working properly with escapes in user
10747 strings/characters.
10748
10749 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
10750 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
10751 grammar.
10752 Use more modest sizes, as for the time being the parser does not
10753 release memory, and therefore the process swallows a huge amount
10754 of memory.
10755
10756 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
10757 stricter %token grammar.
10758
10759 * src/symtab.h (associativity): Add `undef_assoc'.
10760 (symbol_precedence_set): Do nothing when passed an undef_assoc.
10761 * src/symtab.c (symbol_check_alias_consistence): Adjust.
10762
10763 * tests/regression.at (Invalid %directive): Remove, as it is now
10764 meaningless.
10765 (Invalid inputs): Adjust to the new error messages.
10766 (Token definitions): The new grammar doesn't allow too many
10767 eccentricities.
10768
10769 * src/lex.h, src/lex.c: Remove.
10770 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
10771 (copy_character, copy_string2, copy_string, copy_identifier)
10772 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
10773 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
10774 (parse_action): Remove.
10775 * po/POTFILES.in: Adjust.
10776
10777 2002-06-11 Akim Demaille <akim@epita.fr>
10778
10779 * src/reader.c (parse_action): Don't store directly into the
10780 rule's action member: return the action as a string.
10781 Don't require `rule_length' as an argument: compute it.
10782 (grammar_current_rule_symbol_append)
10783 (grammar_current_rule_action_append): New, eved out from
10784 (readgram): here.
10785 Remove `action_flag', `rulelength', unused now.
10786
10787 2002-06-11 Akim Demaille <akim@epita.fr>
10788
10789 * src/reader.c (grammar_current_rule_prec_set).
10790 (grammar_current_rule_check): New, eved out from...
10791 (readgram): here.
10792 Remove `xaction', `first_rhs': useless.
10793 * tests/input.at (Type clashes): New.
10794 * tests/existing.at (GNU Cim Grammar): Adjust.
10795
10796 2002-06-11 Akim Demaille <akim@epita.fr>
10797
10798 * src/reader.c (grammar_midrule_action): New, Eved out from
10799 (readgram): here.
10800
10801 2002-06-11 Akim Demaille <akim@epita.fr>
10802
10803 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
10804 New.
10805 (readgram): Use them as replacement of inlined code, crule and
10806 crule1.
10807
10808 2002-06-11 Akim Demaille <akim@epita.fr>
10809
10810 * src/reader.c (grammar_end, grammar_symbol_append): New.
10811 (readgram): Use them.
10812 Make the use of `p' as local as possible.
10813
10814 2002-06-10 Akim Demaille <akim@epita.fr>
10815
10816 GCJ's parser requires the tokens to be defined before the prologue.
10817
10818 * data/bison.simple: Output the token definition before the user's
10819 prologue.
10820 * tests/regression.at (Braces parsing, Duplicate string)
10821 (Mixing %token styles): Check the output from bison.
10822 (Early token definitions): New.
10823
10824 2002-06-10 Akim Demaille <akim@epita.fr>
10825
10826 * src/symtab.c (symbol_user_token_number_set): Don't complain when
10827 assigning twice the same user number to a token, so that we can
10828 use it in...
10829 * src/lex.c (lex): here.
10830 Also use `symbol_class_set' instead of hand written code.
10831 * src/reader.c (parse_assoc_decl): Likewise.
10832
10833 2002-06-10 Akim Demaille <akim@epita.fr>
10834
10835 * src/symtab.c, src/symtab.c (symbol_class_set)
10836 (symbol_user_token_number_set): New.
10837 * src/reader.c (parse_token_decl): Use them.
10838 Use a switch instead of ifs.
10839 Use a single argument.
10840
10841 2002-06-10 Akim Demaille <akim@epita.fr>
10842
10843 Remove `%thong' support as it is undocumented, unused, duplicates
10844 `%token's job, and creates useless e-mail traffic with people who
10845 want to know what it is, why it is undocumented, unused, and
10846 duplicates `%token's job.
10847
10848 * src/reader.c (parse_thong_decl): Remove.
10849 * src/options.c (option_table): Remove "thong".
10850 * src/lex.h (tok_thong): Remove.
10851
10852 2002-06-10 Akim Demaille <akim@epita.fr>
10853
10854 * src/symtab.c, src/symtab.c (symbol_type_set)
10855 (symbol_precedence_set): New.
10856 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
10857 (value_components_used): Remove, unused.
10858
10859 2002-06-09 Akim Demaille <akim@epita.fr>
10860
10861 Move symbols handling code out of the reader.
10862
10863 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
10864 (axiom): Move to...
10865 * src/symtab.h, src/symtab.c: here.
10866
10867 * src/gram.c (start_symbol): Remove: use startsymbol->number.
10868 * src/reader.c (startval): Rename as...
10869 * src/symtab.h, src/symtab.c (startsymbol): this.
10870 * src/reader.c: Adjust.
10871
10872 * src/reader.c (symbol_check_defined, symbol_make_alias)
10873 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
10874 (token_translations_init)
10875 Move to...
10876 * src/symtab.c: here.
10877 * src/reader.c (packsymbols): Move to...
10878 * src/symtab.h, src/symtab.c (symbols_pack): here.
10879 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
10880 argument.
10881
10882 2002-06-03 Akim Demaille <akim@epita.fr>
10883
10884 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
10885 then statements.
10886
10887 2002-06-03 Akim Demaille <akim@epita.fr>
10888
10889 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
10890 structs with non literals.
10891 * src/scan-skel.l: never-interactive.
10892 * src/conflicts.c (enum conflict_resolution_e): No trailing
10893 comma.
10894 * src/getargs.c (usage): Split long literal strings.
10895 Reported by Hans Aberg.
10896
10897 2002-05-28 Akim Demaille <akim@epita.fr>
10898
10899 * data/bison.c++: Use C++ ostreams.
10900 (cdebug_): New member.
10901
10902 2002-05-28 Akim Demaille <akim@epita.fr>
10903
10904 * src/output.c (output_skeleton): Be sure to allocate enough room
10905 for `/' _and_ for `\0' in full_skeleton.
10906
10907 2002-05-28 Akim Demaille <akim@epita.fr>
10908
10909 * data/bison.c++: Catch up with bison.simple:
10910 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10911 and Paul Eggert <eggert@twinsun.com>: `error' handing.
10912 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
10913 and popping traces.
10914
10915 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10916
10917 * src/output.c (output_skeleton): Put an explicit path in front of
10918 the skeleton file name, rather than relying on the -I directory,
10919 to partially alleviate effects of having a skeleton file lying around
10920 in the current directory.
10921
10922 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10923
10924 * src/conflicts.c (log_resolution): Correct typo:
10925 obstack_printf should be obstack_fgrow1.
10926
10927 2002-05-26 Akim Demaille <akim@epita.fr>
10928
10929 * src/state.h (state_t): `solved_conflicts' is a new member.
10930 * src/LR0.c (new_state): Set it to 0.
10931 * src/conflicts.h, src/conflicts.c (print_conflicts)
10932 (free_conflicts, solve_conflicts): Rename as...
10933 (conflicts_print, conflicts_free, conflicts_solve): these.
10934 Adjust callers.
10935 * src/conflicts.c (enum conflict_resolution_e)
10936 (solved_conflicts_obstack): New, used by...
10937 (log_resolution): this.
10938 Adjust to attach the conflict resolution to each state.
10939 Complete the description with the precedence/associativity
10940 information.
10941 (resolve_sr_conflict): Adjust.
10942 * src/print.c (print_state): Output its solved_conflicts.
10943 * tests/conflicts.at (Unresolved SR Conflicts)
10944 (Solved SR Conflicts): Exercise --report=all.
10945
10946 2002-05-26 Akim Demaille <akim@epita.fr>
10947
10948 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
10949 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
10950 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
10951 (token_number_t, item_number_as_token_number)
10952 (token_number_as_item_number, muscle_insert_token_number_table):
10953 Rename as...
10954 (symbol_number_t, item_number_as_symbol_number)
10955 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
10956 these, since it is more appropriate.
10957
10958 2002-05-26 Akim Demaille <akim@epita.fr>
10959
10960 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
10961 `Error:' lines.
10962 * data/bison.simple (yystos) [YYDEBUG]: New.
10963 (yyparse) [YYDEBUG]: Display the symbols which are popped during
10964 error recovery.
10965 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
10966
10967 2002-05-25 Akim Demaille <akim@epita.fr>
10968
10969 * doc/bison.texinfo (Debugging): Split into...
10970 (Tracing): this new section, its former contents, and...
10971 (Understanding): this new section.
10972 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
10973 by...
10974 (report_flag): this.
10975 Adjust all dependencies.
10976 (report_args, report_types, report_argmatch): New.
10977 (usage, getargs): Report/support -r, --report.
10978 * src/options.h
10979 (struct option_table_struct): Rename as..,
10980 (struct option_table_s): this.
10981 Rename the `set_flag' member to `flag' to match with getopt_long's
10982 struct.
10983 * src/options.c (option_table): Split verbose into an entry for
10984 %verbose, and another for --verbose.
10985 Support --report/-r, so remove -r from the obsolete --raw.
10986 * src/print.c: Attach full item sets and lookaheads reports to
10987 report_flag instead of trace_flag.
10988 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
10989
10990 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10991 and Paul Eggert <eggert@twinsun.com>
10992
10993 * data/bison.simple (yyparse): Correct error handling to conform to
10994 POSIX and yacc. Specifically, after syntax error is discovered,
10995 do not reduce further before shifting the error token.
10996 Clean up the code a bit by removing the labels yyerrdefault,
10997 yyerrhandle, yyerrpop.
10998 * NEWS: Document the above.
10999
11000 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11001
11002 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
11003 type; it isn't always big enough, since it doesn't necessarily
11004 include non-terminals.
11005 (yytranslate): Expand definition of yy_token_number_type, so that
11006 the latter can be removed.
11007 (yy_token_number_type): Remove, only one use.
11008 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
11009 don't use TokenNumberType as element type.
11010
11011 * tests/regression.at: Modify expected output to agree with change
11012 to yyr1 and yytranslate.
11013
11014 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
11015
11016 * src/reader.c (parse_action): Use copy_character instead of
11017 obstack_1grow.
11018
11019 2002-05-13 Akim Demaille <akim@epita.fr>
11020
11021 * tests/regression.at (Token definitions): Prototype yylex and
11022 yyerror.
11023
11024 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11025
11026 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
11027 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
11028 32-bit arithmetic.
11029 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
11030
11031 2002-05-07 Akim Demaille <akim@epita.fr>
11032
11033 * tests/synclines.at: Be sure to prototype yylex and yyerror to
11034 avoid GCC warnings.
11035
11036 2002-05-07 Akim Demaille <akim@epita.fr>
11037
11038 Kill GCC warnings.
11039
11040 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
11041 over the RHS of each rule.
11042 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
11043 * src/state.h (state_t): Member `nitems' is unsigned short.
11044 * src/LR0.c (get_state): Adjust.
11045 * src/reader.c (packgram): Likewise.
11046 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
11047 `Type'.
11048 (muscle_insert_int_table): Remove, unused.
11049 (prepare_rules): Remove `max'.
11050
11051 2002-05-06 Akim Demaille <akim@epita.fr>
11052
11053 * src/closure.c (print_firsts): Display of the symbol tags.
11054 (bitmatrix_print): Move to...
11055 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
11056 here.
11057 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
11058
11059 2002-05-06 Akim Demaille <akim@epita.fr>
11060
11061 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
11062 hash_do_for_each.
11063
11064 2002-05-06 Akim Demaille <akim@epita.fr>
11065
11066 * src/LR0.c (new_state, get_state): Instead of using the global
11067 `kernel_size' and `kernel_base', have two new arguments:
11068 `core_size' and `core'.
11069 Adjust callers.
11070
11071 2002-05-06 Akim Demaille <akim@epita.fr>
11072
11073 * src/reader.c (packgram): No longer end `ritem' with a 0
11074 sentinel: it is not used.
11075
11076 2002-05-05 Akim Demaille <akim@epita.fr>
11077
11078 New experimental feature: display the lookaheads in the report and
11079 graph.
11080
11081 * src/print (print_core): When --trace-flag, display the rules
11082 lookaheads.
11083 * src/print_graph.c (print_core): Likewise.
11084 Swap the arguments.
11085 Adjust caller.
11086
11087 2002-05-05 Akim Demaille <akim@epita.fr>
11088
11089 * tests/torture.at (Many lookaheads): New test.
11090
11091 2002-05-05 Akim Demaille <akim@epita.fr>
11092
11093 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
11094 (GENERATE_MUSCLE_INSERT_TABLE): this.
11095 (output_int_table, output_unsigned_int_table, output_short_table)
11096 (output_token_number_table, output_item_number_table): Replace with...
11097 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
11098 (muscle_insert_short_table, muscle_insert_token_number_table)
11099 (muscle_insert_item_number_table): these.
11100 Adjust all callers.
11101 (prepare_tokens): Don't free `translations', since...
11102 * src/reader.h, src/reader.c (grammar_free): do it.
11103 Move to...
11104 * src/gram.h, src/gram.c (grammar_free): here.
11105 * data/bison.simple, data/bison.c++: b4_token_number_max is now
11106 b4_translate_max.
11107
11108 2002-05-05 Akim Demaille <akim@epita.fr>
11109
11110 * src/output.c (output_unsigned_int_table): New.
11111 (prepare_rules): `i' is unsigned.
11112 `prhs', `rline', `r2' are unsigned int.
11113 Rename muscle `rhs_number_max' as `rhs_max'.
11114 Output muscles `prhs_max', `rline_max', and `r2_max'.
11115 Free rline and r1.
11116 * data/bison.simple, data/bison.c++: Adjust to use these muscles
11117 to compute types instead of constant types.
11118 * tests/regression.at (Web2c Actions): Adjust.
11119
11120 2002-05-04 Akim Demaille <akim@epita.fr>
11121
11122 * src/symtab.h (SALIAS, SUNDEF): Rename as...
11123 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
11124 Adjust dependencies.
11125 * src/output.c (token_definitions_output): Be sure not to output a
11126 `#define 'a'' when fed with `%token 'a' "a"'.
11127 * tests/regression.at (Token definitions): New.
11128
11129 2002-05-03 Paul Eggert <eggert@twinsun.com>
11130
11131 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
11132 for K&R C.
11133
11134 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
11135
11136 * Makefile.am (SUBDIRS): Remove intl.
11137 (EXTRA_DIST): Add config/config.rpath.
11138
11139 2002-05-03 Akim Demaille <akim@epita.fr>
11140
11141 * data/bison.simple (m4_if): Don't output empty enums.
11142 And actually, output valid enum definitions :(.
11143
11144 2002-05-03 Akim Demaille <akim@epita.fr>
11145
11146 * configure.bat: Remove, completely obsolete.
11147 * Makefile.am (EXTRA_DIST): Adjust.
11148 Don't distribute config.rpath...
11149 * config/Makefile.am (EXTRA_DIST): Do it.
11150
11151 2002-05-03 Akim Demaille <akim@epita.fr>
11152
11153 * configure.in (GETTEXT_VERSION): New.
11154 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
11155
11156 2002-05-03 Akim Demaille <akim@epita.fr>
11157
11158 * data/bison.simple (b4_token_enum): New.
11159 (b4_token_defines): Use it to output tokens both as #define and
11160 enums.
11161 Suggested by Paul Eggert.
11162 * src/output.c (token_definitions_output): Don't output spurious
11163 white spaces.
11164
11165 2002-05-03 Akim Demaille <akim@epita.fr>
11166
11167 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
11168
11169 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
11170
11171 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
11172 Update the stack class, give a try to deque as the default container.
11173
11174 2002-05-02 Akim Demaille <akim@epita.fr>
11175
11176 * data/bison.simple (yyparse): Do not implement @$ = @1.
11177 (YYLLOC_DEFAULT): Adjust to do it.
11178 * doc/bison.texinfo (Location Default Action): Fix.
11179
11180 2002-05-02 Akim Demaille <akim@epita.fr>
11181
11182 * src/reader.c (parse_braces): Merge into...
11183 (parse_action): this.
11184
11185 2002-05-02 Akim Demaille <akim@epita.fr>
11186
11187 * configure.in (ALL_LINGUAS): Remove.
11188 * po/LINGUAS, hr.po: New.
11189
11190 2002-05-02 Akim Demaille <akim@epita.fr>
11191
11192 Remove the so called hairy (semantic) parsers.
11193
11194 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
11195 * src/gram.h, src/gram.c (semantic_parser): Remove.
11196 (rule_t): Remove the guard and guard_line members.
11197 * src/lex.h (token_t): remove tok_guard.
11198 * src/options.c (option_table): Remove %guard and %semantic_parser
11199 support.
11200 * src/output.c, src/output.h (guards_output): Remove.
11201 (prepare): Adjust.
11202 (token_definitions_output): Don't output the `T'
11203 tokens (???).
11204 (output_skeleton): Don't output the guards.
11205 * src/files.c, src/files.c (attrsfile): Remove.
11206 * src/reader.c (symbol_list): Remove the guard and guard_line
11207 members.
11208 Adjust dependencies.
11209 (parse_guard): Remove.
11210 * data/bison.hairy: Remove.
11211 * doc/bison.texinfo (Environment Variables): Remove occurrences of
11212 BISON_HAIRY.
11213
11214 2002-05-02 Akim Demaille <akim@epita.fr>
11215
11216 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
11217 (parse_guard): Rename the formal argument `stack_offset' as
11218 `rule_length', which is more readable.
11219 Adjust callers.
11220 (copy_at, copy_dollar): Instead of outputting the hard coded
11221 values of $$, $n and so forth, output invocation to b4_lhs_value,
11222 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
11223 Note: this patch partially drops `semantic-parser' support: it
11224 always does `rule_length - n', where semantic parsers ought to
11225 always use `-n'.
11226 * data/bison.simple, data/bison.c++ (b4_lhs_value)
11227 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
11228
11229 2002-05-02 Akim Demaille <akim@epita.fr>
11230
11231 * configure.in (AC_INIT): Bump to 1.49b.
11232 (AM_INIT_AUTOMAKE): Short invocation.
11233
11234 2002-05-02 Akim Demaille <akim@epita.fr>
11235
11236 Version 1.49a.
11237
11238 2002-05-01 Akim Demaille <akim@epita.fr>
11239
11240 * src/skeleton.h: Remove.
11241
11242 2002-05-01 Akim Demaille <akim@epita.fr>
11243
11244 * src/skeleton.h: Fix the #endif.
11245 Reported by Magnus Fromreide.
11246
11247 2002-04-26 Paul Eggert <eggert@twinsun.com>
11248
11249 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
11250 Define if we define YYSTYPE and YYLTYPE, respectively.
11251 (YYCOPY): Fix [] quoting problem in the non-GCC case.
11252
11253 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
11254
11255 * src/scan-skel.l: Postprocess quadrigraphs.
11256
11257 * src/reader.c (copy_character): New function, used to output
11258 single characters while replacing `[' and `]' with quadrigraphs, to
11259 avoid troubles with M4 quotes.
11260 (copy_comment): Output characters with copy_character.
11261 (read_additionnal_code): Likewise.
11262 (copy_string2): Likewise.
11263 (copy_definition): Likewise.
11264
11265 * tests/calc.at: Exercise M4 quoting.
11266
11267 2002-04-25 Akim Demaille <akim@epita.fr>
11268
11269 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
11270 between `!' and the command.
11271 Reported by Paul Eggert.
11272
11273 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
11274
11275 * tests/calc.at: Exercise prologue splitting.
11276
11277 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
11278 `b4_post_prologue' instead of `b4_prologue'.
11279
11280 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
11281 muscles.
11282 (output): Free pre_prologue_obstack and post_prologue_obstack.
11283 * src/files.h, src/files.c (attrs_obstack): Remove.
11284 (pre_prologue_obstack, post_prologue_obstack): New.
11285 * src/reader.c (copy_definition): Add a parameter to specify the
11286 obstack to fill, instead of using attrs_obstack unconditionally.
11287 (read_declarations): Pass pre_prologue_obstack to copy_definition if
11288 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
11289
11290 2002-04-23 Paul Eggert <eggert@twinsun.com>
11291
11292 * data/bison.simple: Remove unnecessary commentary and white
11293 space differences from 1_29-branch.
11294 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
11295
11296 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
11297 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
11298 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
11299 constructors or destructors.
11300
11301 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
11302
11303 2002-04-23 Akim Demaille <akim@epita.fr>
11304
11305 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
11306 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
11307 location with columns.
11308 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
11309 All reported by Paul Eggert.
11310
11311 2002-04-22 Akim Demaille <akim@epita.fr>
11312
11313 * src/reduce.c (dump_grammar): Move to...
11314 * src/gram.h, src/gram.c (grammar_dump): here.
11315 Be sure to separate long item numbers.
11316 Don't read the members of a rule's prec if its nil.
11317
11318 2002-04-22 Akim Demaille <akim@epita.fr>
11319
11320 * src/output.c (table_size, table_grow): New.
11321 (MAXTABLE): Remove, replace uses with table_size.
11322 (pack_vector): Instead of dying when the table is too big, grow it.
11323
11324 2002-04-22 Akim Demaille <akim@epita.fr>
11325
11326 * data/bison.simple (yyr1): Its type is that of a token number.
11327 * data/bison.c++ (r1_): Likewise.
11328 * tests/regression.at (Web2c Actions): Adjust.
11329
11330 2002-04-22 Akim Demaille <akim@epita.fr>
11331
11332 * src/reader.c (token_translations_init): 256 is now the default
11333 value for the error token, i.e., it will be assigned another
11334 number if the user assigned 256 to one of her tokens.
11335 (reader): Don't force 256 to error.
11336 * doc/bison.texinfo (Symbols): Adjust.
11337 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
11338 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
11339 etc. instead of 10, 20, 30 (which was used to `jump' over error
11340 (256) and undefined (2)).
11341
11342 2002-04-22 Akim Demaille <akim@epita.fr>
11343
11344 Propagate more token_number_t.
11345
11346 * src/gram.h (token_number_as_item_number)
11347 (item_number_as_token_number): New.
11348 * src/output.c (GENERATE_OUTPUT_TABLE): New.
11349 Use it to create output_item_number_table and
11350 output_token_number_table.
11351 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
11352 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
11353 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
11354 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
11355
11356 2002-04-22 Akim Demaille <akim@epita.fr>
11357
11358 * src/output.h, src/output.c (get_lines_number): Remove.
11359
11360 2002-04-19 Akim Demaille <akim@epita.fr>
11361
11362 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
11363 as Lex/Flex'.
11364 (Debugging): More details about enabling the debugging features.
11365 (Table of Symbols): Describe $$, $n, @$, and @n.
11366 Suggested by Tim Josling.
11367
11368 2002-04-19 Akim Demaille <akim@epita.fr>
11369
11370 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
11371
11372 2002-04-10 Akim Demaille <akim@epita.fr>
11373
11374 * src/system.h: Rely on HAVE_LIMITS_H.
11375 Suggested by Paul Eggert.
11376
11377 2002-04-09 Akim Demaille <akim@epita.fr>
11378
11379 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
11380 full stderr, and strip it according to the bison options, instead
11381 of composing the error message from different bits.
11382 This makes it easier to check for several error messages.
11383 Adjust all the invocations.
11384 Add an invocation exercising the error token.
11385 Add an invocation demonstrating a stupid error message.
11386 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
11387 Adjust the tests.
11388 Error message are for stderr, not stdout.
11389
11390 2002-04-09 Akim Demaille <akim@epita.fr>
11391
11392 * src/gram.h, src/gram.c (error_token_number): Remove, use
11393 errtoken->number.
11394 * src/reader.c (reader): Don't specify the user token number (2)
11395 for $undefined, as it uselessly prevents using it.
11396 * src/gram.h (token_number_t): Move to...
11397 * src/symtab.h: here.
11398 (state_t.number): Is a token_number_t.
11399 * src/print.c, src/reader.c: Use undeftoken->number instead of
11400 hard coded 2.
11401 (Even though this 2 is not the same as above: the number of the
11402 undeftoken remains being 2, it is its user token number which
11403 might not be 2).
11404 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
11405 `user_token_number_max'.
11406 Output `undef_token_number'.
11407 * data/bison.simple, data/bison.c++: Use them.
11408 Be sure to map invalid yylex return values to
11409 `undef_token_number'. This saves us from gratuitous SEGV.
11410
11411 * tests/conflicts.at (Solved SR Conflicts)
11412 (Unresolved SR Conflicts): Adjust.
11413 * tests/regression.at (Web2c Actions): Adjust.
11414
11415 2002-04-08 Akim Demaille <akim@epita.fr>
11416
11417 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
11418 Adding #line.
11419 Remove the duplicate `typedefs'.
11420 (RhsNumberType): Fix the declaration and various other typos.
11421 Use __ofile__.
11422 * data/bison.simple: Use __ofile__.
11423 * src/scan-skel.l: Handle __ofile__.
11424
11425 2002-04-08 Akim Demaille <akim@epita.fr>
11426
11427 * src/gram.h (item_number_t): New, the type of item numbers in
11428 RITEM. Note that it must be able to code symbol numbers as
11429 positive number, and the negation of rule numbers as negative
11430 numbers.
11431 Adjust all dependencies (pretty many).
11432 * src/reduce.c (rule): Remove this `short *' pointer: use
11433 item_number_t.
11434 * src/system.h (MINSHORT, MAXSHORT): Remove.
11435 Include `limits.h'.
11436 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
11437 (shortcpy): Remove.
11438 (MAXTABLE): Move to...
11439 * src/output.c (MAXTABLE): here.
11440 (prepare_rules): Use output_int_table to output rhs.
11441 * data/bison.simple, data/bison.c++: Adjust.
11442 * tests/torture.at (Big triangle): Move the limit from 254 to
11443 500.
11444 * tests/regression.at (Web2c Actions): Ajust.
11445
11446 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
11447 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
11448 passes, but produces negative #line number, once fixed, GCC is
11449 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
11450 C), it passes.
11451 * src/state.h (state_h): Code input lines on ints, not shorts.
11452
11453 2002-04-08 Akim Demaille <akim@epita.fr>
11454
11455 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
11456 and then the grammar.
11457
11458 2002-04-08 Akim Demaille <akim@epita.fr>
11459
11460 * src/system.h: No longer using strndup.
11461
11462 2002-04-07 Akim Demaille <akim@epita.fr>
11463
11464 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
11465 * src/output.c (output_table_data): Return the longest number.
11466 (prepare_tokens): Output `token_number_max').
11467 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
11468 New.
11469 Use them to define yy_token_number_type/TokenNumberType.
11470 Use this type for yytranslate.
11471 * tests/torture.at (Big triangle): Push the limit from 124 to
11472 253.
11473 * tests/regression.at (Web2c Actions): Adjust.
11474
11475 2002-04-07 Akim Demaille <akim@epita.fr>
11476
11477 * tests/torture.at (Big triangle): New.
11478 (GNU AWK Grammar, GNU Cim Grammar): Move to...
11479 * tests/existing.at: here.
11480
11481 2002-04-07 Akim Demaille <akim@epita.fr>
11482
11483 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
11484 nritems.
11485 Adjust dependencies.
11486
11487 2002-04-07 Akim Demaille <akim@epita.fr>
11488
11489 * src/reader.c: Normalize increments to prefix form.
11490
11491 2002-04-07 Akim Demaille <akim@epita.fr>
11492
11493 * src/reader.c, symtab.c: Remove debugging code.
11494
11495 2002-04-07 Akim Demaille <akim@epita.fr>
11496
11497 Rename all the `bucket's as `symbol_t'.
11498
11499 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
11500 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
11501 * src/symtab.c, src/symtab.h (bucket): Rename as...
11502 (symbol_t): this.
11503 (symbol_list_new, bucket_check_defined, bucket_make_alias)
11504 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
11505 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
11506 (buckets_new, buckets_free, buckets_do): Rename as...
11507 (symbol_list_new, symbol_check_defined, symbol_make_alias)
11508 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
11509 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
11510 (symbols_new, symbols_free, symbols_do): these.
11511
11512 2002-04-07 Akim Demaille <akim@epita.fr>
11513
11514 Use lib/hash for the symbol table.
11515
11516 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
11517 EOF.
11518 * src/lex.c (lex): Set the `number' member of new terminals.
11519 * src/reader.c (bucket_check_defined, bucket_make_alias)
11520 (bucket_check_alias_consistence, bucket_translation): New.
11521 (reader, grammar_free, readgram, token_translations_init)
11522 (packsymbols): Adjust.
11523 (reader): Number the predefined tokens.
11524 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
11525 for predefined tokens.
11526 * src/symtab.h (bucket): Remove all the hash table related
11527 members.
11528 * src/symtab.c (symtab): Replace by...
11529 (bucket_table): this.
11530 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
11531 (buckets_new, buckets_do): New.
11532
11533 2002-04-07 Akim Demaille <akim@epita.fr>
11534
11535 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
11536 (start_symbol, max_user_token_number, semantic_parser)
11537 (error_token_number): Initialize.
11538 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
11539 Initialize.
11540 (reader): Don't.
11541 (errtoken, eoftoken, undeftoken, axiom): Extern.
11542
11543 2002-04-07 Akim Demaille <akim@epita.fr>
11544
11545 * src/gram.h (rule_s): prec and precsym are now pointers
11546 to the bucket giving the priority/associativity.
11547 Member `associativity' removed: useless.
11548 * src/reduce.c, src/conflicts.c: Adjust.
11549
11550 2002-04-07 Akim Demaille <akim@epita.fr>
11551
11552 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
11553 Properly escape the symbols' TAG when outputting them.
11554
11555 2002-04-07 Akim Demaille <akim@epita.fr>
11556
11557 * src/lalr.h (LA): Is a bitsetv, not bitset*.
11558
11559 2002-04-07 Akim Demaille <akim@epita.fr>
11560
11561 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
11562 (LArule): this, which is an array to rule_t*.
11563 * src/print.c, src/conflicts.c: Adjust.
11564
11565 2002-04-07 Akim Demaille <akim@epita.fr>
11566
11567 * src/gram.h (rule_t): Rename `number' as `user_number'.
11568 `number' is a new member.
11569 Adjust dependencies.
11570 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
11571
11572 2002-04-07 Akim Demaille <akim@epita.fr>
11573
11574 As a result of the previous patch, it is no longer needed
11575 to reorder ritem itself.
11576
11577 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
11578
11579 2002-04-07 Akim Demaille <akim@epita.fr>
11580
11581 Be sure never to walk through RITEMS, but use only data related to
11582 the rules themselves. RITEMS should be banished.
11583
11584 * src/output.c (output_token_translations): Rename as...
11585 (prepare_tokens): this.
11586 In addition to `translate', prepare the muscles `tname' and
11587 `toknum', which were handled by...
11588 (output_rule_data): this.
11589 Remove, and move the remainder of its outputs into...
11590 (prepare_rules): this new routines, which also merges content from
11591 (output_gram): this.
11592 (prepare_rules): Be sure never to walk through RITEMS.
11593 (output_stos): Rename as...
11594 (prepare_stos): this.
11595 (output): Always invoke prepare_states, after all, just don't use it
11596 in the output if you don't need it.
11597
11598 2002-04-07 Akim Demaille <akim@epita.fr>
11599
11600 * src/LR0.c (new_state): Display `nstates' as the name of the
11601 newly created state.
11602 Adjust to initialize first_state and last_state if needed.
11603 Be sure to distinguish the initial from the final state.
11604 (new_states): Create the itemset of the initial state, and use
11605 new_state.
11606 * src/closure.c (closure): Now that the initial state has its
11607 items properly set, there is no need for a special case when
11608 creating `ruleset'.
11609
11610 As a result, now the rule 0, reducing to $axiom, is visible in the
11611 outputs. Adjust the test suite.
11612
11613 * tests/conflicts.at (Solved SR Conflicts)
11614 (Unresolved SR Conflicts): Adjust.
11615 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
11616 * tests/conflicts.at (S/R in initial): New.
11617
11618 2002-04-07 Akim Demaille <akim@epita.fr>
11619
11620 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
11621 the RHS of the rules.
11622 * src/output.c (output_gram): Likewise.
11623
11624 2002-04-07 Akim Demaille <akim@epita.fr>
11625
11626 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
11627 bucket.
11628 Adjust all dependencies.
11629 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
11630 `number' of the buckets too.
11631 * src/gram.h: Include `symtab.h'.
11632 (associativity): Move to...
11633 * src/symtab.h: here.
11634 No longer include `gram.h'.
11635
11636 2002-04-07 Akim Demaille <akim@epita.fr>
11637
11638 * src/gram.h, src/gram.c (rules_rhs_length): New.
11639 (ritem_longest_rhs): Use it.
11640 * src/gram.h (rule_t): `number' is a new member.
11641 * src/reader.c (packgram): Set it.
11642 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
11643 the end of `rules', and count them out of `nrules'.
11644 (reduce_output, dump_grammar): Adjust.
11645 * src/print.c (print_grammar): It is no longer needed to check for
11646 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
11647 * tests/reduce.at (Reduced Automaton): New test.
11648
11649 2002-04-07 Akim Demaille <akim@epita.fr>
11650
11651 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
11652 lacking `+ 1' to nrules, Bison reported as useless a token if it
11653 was used solely to set the precedence of the last rule...
11654
11655 2002-04-07 Akim Demaille <akim@epita.fr>
11656
11657 * data/bison.c++, data/bison.simple: Don't output the current file
11658 name in #line, to avoid useless diffs between two identical
11659 outputs under different names.
11660
11661 2002-04-07 Akim Demaille <akim@epita.fr>
11662
11663 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
11664 Normalize loops to using `< nrules + 1', not `<= nrules'.
11665
11666 2002-04-07 Akim Demaille <akim@epita.fr>
11667
11668 * TODO: Update.
11669
11670 2002-04-07 Akim Demaille <akim@epita.fr>
11671
11672 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
11673 bucket.value as bucket.number.
11674
11675 2002-04-07 Akim Demaille <akim@epita.fr>
11676
11677 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
11678 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
11679 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
11680 RHS, instead of being an index in RITEMS.
11681
11682 2002-04-04 Paul Eggert <eggert@twinsun.com>
11683
11684 * doc/bison.texinfo: Update copyright date.
11685 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
11686 (Symbols): Warn about running Bison in one character set,
11687 but compiling and/or running in an incompatible one.
11688 Warn about character code 256, too.
11689
11690 2002-04-03 Paul Eggert <eggert@twinsun.com>
11691
11692 * src/bison.data (YYSTACK_ALLOC): Depend on whether
11693 YYERROR_VERBOSE is nonzero, not whether it is defined.
11694
11695 Merge changes from bison-1_29-branch.
11696
11697 2002-03-20 Paul Eggert <eggert@twinsun.com>
11698
11699 Merge fixes from Debian bison_1.34-1.diff.
11700
11701 * configure.in (AC_PREREQ): 2.53.
11702
11703 2002-03-20 Akim Demaille <akim@epita.fr>
11704
11705 * src/conflicts.c (log_resolution): Argument `resolution' is const.
11706
11707 2002-03-19 Paul Eggert <eggert@twinsun.com>
11708
11709 * src/bison.simple (YYCOPY): New macro.
11710 (YYSTACK_RELOCATE): Use it.
11711 Remove Type arg; no longer needed. All callers changed.
11712 (yymemcpy): Remove; no longer needed.
11713
11714 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
11715 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
11716
11717 2002-03-19 Akim Demaille <akim@epita.fr>
11718
11719 Test and fix the #line outputs.
11720
11721 * tests/atlocal.at (GCC): New.
11722 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
11723 (Prologue synch line, %union synch line, Postprologue synch line)
11724 (Action synch line, Epilogue synch line): New tests.
11725 * src/reader.c (parse_union_decl): Define the muscle stype_line.
11726 * data/bison.simple, data/bison.c++: Use it.
11727
11728 2002-03-19 Akim Demaille <akim@epita.fr>
11729
11730 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
11731 (Solved SR Conflicts, %expect not enough, %expect right)
11732 (%expect too much): Move to...
11733 * tests/conflicts.at: this new file.
11734
11735 2002-03-19 Akim Demaille <akim@epita.fr>
11736
11737 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
11738 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
11739 that we can move to enums for instance.
11740 * src/output.c (token_definitions_output): Output a list of
11741 `token-name, token-number' instead of the #define.
11742 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
11743
11744 2002-03-14 Akim Demaille <akim@epita.fr>
11745
11746 Use Gettext 0.11.1.
11747
11748 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
11749
11750 * data/bison.c++: Make the user able to add members to the generated
11751 parser by subclassing.
11752
11753 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
11754
11755 * src/reader.c (read_additionnal_code): `c' should be an integer, not
11756 a character.
11757 Reported by Nicolas Tisserand and Nicolas Burrus.
11758
11759 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
11760
11761 * src/reader.c: Warn about lacking semi-colons, do not complain.
11762
11763 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
11764
11765 * data/bison.c++: Remove a debug line.
11766
11767 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
11768
11769 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
11770 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
11771 provide a default implementation.
11772
11773 2002-03-04 Akim Demaille <akim@epita.fr>
11774
11775 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
11776 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
11777 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
11778 * tests/semantic.at (Parsing Guards): Similarly.
11779 * src/reader.at (readgram): Complain if the last rule is not ended
11780 with a semi-colon.
11781
11782 2002-03-04 Akim Demaille <akim@epita.fr>
11783
11784 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
11785 * src/closure.c: here.
11786 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
11787 RTC.
11788 * src/warshall.h, src/warshall.c: Remove.
11789 * tests/sets.at (Broken Closure): Adjust.
11790
11791 2002-03-04 Akim Demaille <akim@epita.fr>
11792
11793 * src/output.c (output_skeleton): tempdir is const.
11794 bytes_read is unused.
11795
11796 2002-03-04 Akim Demaille <akim@epita.fr>
11797
11798 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
11799 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
11800 Update.
11801 From Michael Hayes.
11802
11803 2002-03-04 Akim Demaille <akim@epita.fr>
11804
11805 * src/closure.c (closure): `r' is unused.
11806
11807 2002-03-04 Akim Demaille <akim@epita.fr>
11808
11809 * tests/sets.at (Broken Closure): Add the ending `;'.
11810 * src/reader.at (readgram): Complain if a rule is not ended with a
11811 semi-colon.
11812
11813 2002-03-04 Akim Demaille <akim@epita.fr>
11814
11815 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
11816 (count_sr_conflicts): Use bitset_count.
11817 * src/reduce.c (inaccessable_symbols): Ditto.
11818 (bits_size): Remove.
11819 * src/warshall.h, src/warshall.c: Convert to bitsetv.
11820
11821 2002-03-04 Akim Demaille <akim@epita.fr>
11822
11823 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
11824 * src/reduce.c: Remove the `bitset_zero's following the
11825 `bitset_create's, as now it is performed by the latter.
11826
11827 2002-03-04 Akim Demaille <akim@epita.fr>
11828
11829 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
11830 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
11831 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
11832 latest sources from Michael.
11833
11834 2002-03-04 Akim Demaille <akim@epita.fr>
11835
11836 * src/output.c (output): Don't free the grammar.
11837 * src/reader.c (grammar_free): New.
11838 * src/main.c (main): Call it and don't free symtab here.
11839
11840 2002-03-04 Akim Demaille <akim@epita.fr>
11841
11842 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
11843 before returning.
11844 Reported by Benoit Perrot.
11845
11846 2002-03-04 Akim Demaille <akim@epita.fr>
11847
11848 Use bitset operations when possible, not loops over bits.
11849
11850 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
11851 bitset_or.
11852 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
11853 * src/reduce.c (useless_nonterminals): Formatting changes.
11854 * src/warshall.c (TC): Use bitset_or.
11855
11856 2002-03-04 Akim Demaille <akim@epita.fr>
11857
11858 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
11859 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
11860 Ditto.
11861
11862 2002-03-04 Akim Demaille <akim@epita.fr>
11863
11864 * src/lalr.c (F): Now a bitset*.
11865 Adjust all dependencies.
11866
11867 2002-03-04 Akim Demaille <akim@epita.fr>
11868
11869 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
11870 Adjust all dependencies.
11871
11872 2002-03-04 Akim Demaille <akim@epita.fr>
11873
11874 * src/L0.c, src/LR0.h (nstates): Be size_t.
11875 Adjust comparisons (signed vs unsigned).
11876 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
11877 bitset*.
11878 Adjust all dependencies.
11879
11880 2002-03-04 Akim Demaille <akim@epita.fr>
11881
11882 * src/closure.c (firsts): Now, also a bitset.
11883 Adjust all dependencies.
11884 (varsetsize): Remove, now unused.
11885 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
11886
11887 2002-03-04 Akim Demaille <akim@epita.fr>
11888
11889 * src/print.c: Convert to use bitset.h, not hand coded iterations
11890 over ints.
11891
11892 2002-03-04 Akim Demaille <akim@epita.fr>
11893
11894 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
11895
11896 2002-03-04 Akim Demaille <akim@epita.fr>
11897
11898 * src/closure.c (ruleset): Be a bitset.
11899 (rulesetsize): Remove.
11900
11901 2002-03-04 Akim Demaille <akim@epita.fr>
11902
11903 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
11904 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
11905 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
11906 * src/closure.c (fderives): Be an array of bitsets.
11907
11908 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
11909
11910 * data/bison.c++: Merge the two generated headers. Insert a copyright
11911 notice in each output file.
11912
11913 2002-02-28 Akim Demaille <akim@epita.fr>
11914
11915 * data/bison.c++: Copy the prologue of bison.simple to fetch
11916 useful M4 definitions, such as b4_header_guard.
11917
11918 2002-02-25 Akim Demaille <akim@epita.fr>
11919
11920 * src/getargs.c (version): Give the name of the authors, and use a
11921 translator friendly scheme for the bgr
11922 copyright notice.
11923
11924 2002-02-25 Akim Demaille <akim@epita.fr>
11925
11926 * src/output.c (header_output): Remove, now handled completely via
11927 M4.
11928
11929 2002-02-25 Akim Demaille <akim@epita.fr>
11930
11931 * m4/m4.m4: New, from CVS Autoconf.
11932 * configure.in: Invoke it.
11933 * src/output.c (output_skeleton): Use its result instead of the
11934 hard coded name.
11935
11936 2002-02-25 Akim Demaille <akim@epita.fr>
11937
11938 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
11939 Fileutils 4.1.5.
11940 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
11941 * src/output.c (output_skeleton): Use mkstemp to create a real
11942 temporary file.
11943 Move the filling of `skeleton' and its muscle to...
11944 (prepare): here.
11945 (output): Move the definition of the prologue muscle to...
11946 (prepare): here.
11947 * src/system.h (DEFAULT_TMPDIR): New.
11948
11949 2002-02-14 Paul Eggert <eggert@twinsun.com>
11950
11951 Remove the support for C++ namespace cleanliness; it was
11952 causing more problems than it was curing, since it didn't work
11953 properly on some nonstandard C++ compilers. This can wait
11954 for a proper C++ parser.
11955
11956 * NEWS: Document this.
11957 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
11958 of C++, as it's treated like C now.
11959 * src/bison.simple (YYSTD): Remove.
11960 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
11961 Treat C++ just like Standard C instead of trying to support
11962 namespace cleanliness.
11963
11964 2002-02-14 Akim Demaille <akim@epita.fr>
11965
11966 * tests/regression.at (else): Adjust to Andreas' change.
11967
11968 2002-02-14 Akim Demaille <akim@epita.fr>
11969
11970 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
11971
11972 2002-02-13 Andreas Schwab <schwab@suse.de>
11973
11974 * src/output.c (output_rule_data): Don't output NULL, it might
11975 not be defined yet.
11976
11977 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
11978
11979 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
11980 (Copyright notice): Update.
11981
11982 2002-02-11 Akim Demaille <akim@epita.fr>
11983
11984 * tests/regression.at (%nonassoc and eof): Don't include
11985 nonportable headers.
11986
11987 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
11988
11989 * data/bison.c++: Correct error recovery. Make the user able to
11990 initialize the starting location.
11991
11992 2002-02-07 Akim Demaille <akim@epita.fr>
11993
11994 * tests/input.at: New.
11995
11996 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
11997
11998 * data/bison.c++: Replace some direct m4 expansions by constants. Be
11999 more consistent when naming methods and variables. Put preprocessor
12000 directives around tables only needed for debugging.
12001
12002 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
12003
12004 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
12005 C++ parsers.
12006 (yy::b4_name::parse): Use print_.
12007
12008 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
12009
12010 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
12011
12012 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
12013
12014 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
12015 C++ parsers.
12016 (yy::b4_name::parse): Build verbose error messages, and use error_.
12017
12018 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
12019
12020 * data/bison.c++: Fix m4 quoting in comments.
12021
12022 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
12023
12024 * data/bison.c++: Adjust the parser code. Fix some muscles that were
12025 not expanded by m4.
12026
12027 2002-02-05 Akim Demaille <akim@epita.fr>
12028
12029 * data/bison.c++: Adjust to the M4 back end.
12030 More is certainly needed.
12031
12032 2002-02-05 Akim Demaille <akim@epita.fr>
12033
12034 Give a try to M4 as a back end.
12035
12036 * lib/readpipe.c: New, from wdiff.
12037 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
12038 BISON_HAIRY.
12039 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
12040 specific values. Now it is m4 that performs the lookup.
12041 * src/parse-skel.y: Remove.
12042 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
12043 * src/output.c (actions_output, guards_output)
12044 (token_definitions_output): No longer keeps track of the output
12045 line number, hence remove the second argument.
12046 (guards_output): Check against the guard member of a rule, not the
12047 action member.
12048 Adjust callers.
12049 (output_skeleton): Don't look for the skeleton location, let m4 do
12050 that.
12051 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
12052 file will be used.
12053 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
12054 (prepare): Given that for the time being changesyntax is not
12055 usable in M4, rename the muscles using `-' to `_'.
12056 Define `defines_flag', `output_parser_name' and `output_header_name'.
12057 * src/output.h (actions_output, guards_output)
12058 (token_definitions_output): Adjust prototypes.
12059 * src/scan-skel.l: Instead of scanning the skeletons, it now
12060 processes the output of m4: `__oline__' and `#output'.
12061 * data/bison.simple: Adjust to be used by M4(sugar).
12062 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
12063 to date.
12064 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
12065 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
12066 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
12067 shamelessly stolen from CVS Autoconf.
12068
12069 2002-02-05 Akim Demaille <akim@epita.fr>
12070
12071 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
12072 * configure.in: Check for the declarations of free and malloc.
12073 * src/muscle_tab.c: Adjust.
12074
12075 2002-02-05 Akim Demaille <akim@epita.fr>
12076
12077 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
12078 which have no values.
12079
12080 2002-02-05 Akim Demaille <akim@epita.fr>
12081
12082 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
12083 * data/: here.
12084
12085 2002-01-29 Paul Eggert <eggert@twinsun.com>
12086
12087 * src/bison.simple (YYSIZE_T): Do not define merely because
12088 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
12089 On some platforms, <alloca.h> does not declare YYSTD (size_t).
12090
12091 2002-01-27 Akim Demaille <akim@epita.fr>
12092
12093 Fix `%nonassoc and eof'.
12094
12095 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
12096 which were not properly copied! Replace
12097 memcpy (res->errs, src->errs, src->nerrs);
12098 with
12099 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
12100 !!!
12101 * tests/regression.at (%nonassoc and eof): Adjust to newest
12102 Autotest: `.' is not in the PATH.
12103
12104 2002-01-27 Akim Demaille <akim@epita.fr>
12105
12106 * tests/sets.at (AT_EXTRACT_SETS): New.
12107 (Nullable): Use it.
12108 (Firsts): New.
12109
12110 2002-01-26 Akim Demaille <akim@epita.fr>
12111
12112 * tests/actions.at, tests/calc.at, tests/headers.at,
12113 * tests/torture.at: Adjust to the newest Autotest which no longer
12114 forces `.' in the PATH.
12115
12116 2002-01-25 Akim Demaille <akim@epita.fr>
12117
12118 * tests/regression.at (%nonassoc and eof): New.
12119 Suggested by Robert Anisko.
12120
12121 2002-01-24 Akim Demaille <akim@epita.fr>
12122
12123 Bison dumps core when trying to complain about broken input files.
12124 Reported by Cris van Pelt.
12125
12126 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
12127 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
12128 into...
12129 (Invalid inputs): Strengthen: exercise parse_percent_token.
12130
12131 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
12132
12133 * src/Makefile.am: Add bison.c++.
12134 * src/bison.c++: New skeleton.
12135
12136 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
12137
12138 * po/it.po: New.
12139
12140 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
12141
12142 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
12143
12144 2002-01-20 Marc Autret <marc@gnu.org>
12145
12146 * src/files.c (compute_output_file_names): Fix
12147
12148 2002-01-20 Marc Autret <marc@gnu.org>
12149
12150 * tests/output.at: New test.
12151 * src/files.c (compute_base_names): Don't map extensions when
12152 the YACC flag is set, use defaults.
12153 Reported by Evgeny Stambulchik.
12154
12155 2002-01-20 Marc Autret <marc@gnu.org>
12156
12157 * src/system.h: Need to define __attribute__ away for non-GCC
12158 compilers as well (i.e., the vendor C compiler).
12159 Suggested by Albert Chin-A-Young.
12160
12161 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
12162
12163 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
12164 canonical definition.
12165 * src/system.h: Use the canonical definition for PARAMS (avoids
12166 a conflict with the macro from lib/hash.h).
12167
12168 2002-01-11 Akim Demaille <akim@epita.fr>
12169
12170 * configure.in: Use AC_FUNC_STRNLEN.
12171 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
12172
12173 2002-01-09 Akim Demaille <akim@epita.fr>
12174
12175 * src/files.c, src/files.h (output_infix): New.
12176 (tab_extension): Remove.
12177 (compute_base_names): Compute the former, drop the latter.
12178 * src/output.c (prepare): Insert the muscles `output-infix', and
12179 `output-suffix'.
12180 * src/parse-skel.y (string, string.1): New.
12181 (section.header): Use it.
12182 (section.yacc): Remove.
12183 (prefix): Remove too.
12184 * src/scan-skel.l: Adjust.
12185 * src/bison.simple, src/bison.hairy: Adjust.
12186
12187 2002-01-09 Akim Demaille <akim@epita.fr>
12188
12189 * configure.in (WERROR_CFLAGS): Compute it.
12190 * src/Makefile.am (CFLAGS): Pass it.
12191 * tests/atlocal.in (CFLAGS): Idem.
12192 * src/files.c: Fix a few warnings.
12193 (get_extension_index): Remove, unused.
12194
12195 2002-01-08 Akim Demaille <akim@epita.fr>
12196
12197 * src/getargs.c (AS_FILE_NAME): New.
12198 (getargs): Use it to convert DOSish file names.
12199 * src/files.c (base_name): Rename as full_base_name to avoid
12200 clashes with `base_name ()'.
12201 (filename_split): New.
12202 (compute_base_names): N-th rewrite, using filename_split.
12203
12204 2002-01-08 Akim Demaille <akim@epita.fr>
12205
12206 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
12207 New, stolen from the Fileutils 4.1.
12208 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
12209 * configure.in: Check for the presence of memrchr, and of its
12210 prototype.
12211
12212 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
12213
12214 * lib/hash.h (__P): Added definition for this macro.
12215 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
12216 BUILT_SOURCES, to ensure they are generated first.
12217 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
12218 %error-verbose to allow bootstrapping with bison 1.30x.
12219
12220 2002-01-06 Akim Demaille <akim@epita.fr>
12221
12222 * src/reader.c (parse_braces): Don't fetch the next char, the
12223 convention is to fetch on entry.
12224 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
12225 'switch' without a following semicolon.
12226 * tests/regression.at (braces parsing): New.
12227
12228 2002-01-06 Akim Demaille <akim@epita.fr>
12229
12230 Bison is dead wrong in its RR conflict reports.
12231
12232 * tests/torture.at (GNU Cim Grammar): New.
12233 * src/conflicts.c (count_rr_conflicts): Fix.
12234
12235 2002-01-06 Akim Demaille <akim@epita.fr>
12236
12237 Creating package.m4 from configure.ac causes too many problems.
12238
12239 * tests/Makefile.am (package.m4): Create it by hand,
12240 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
12241
12242 2002-01-06 Akim Demaille <akim@epita.fr>
12243
12244 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
12245 skeleton.h.
12246
12247 2002-01-04 Paul Eggert <eggert@twinsun.com>
12248
12249 * doc/bison.texinfo (Debugging):
12250 Remove YYSTDERR; it's no longer defined or used.
12251 Also, s/cstdio.h/cstdio/.
12252
12253 2002-01-03 Akim Demaille <akim@epita.fr>
12254
12255 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
12256
12257 2002-01-03 Akim Demaille <akim@epita.fr>
12258
12259 * src/parse-skel.y (process_skeleton): Don't bind the parser's
12260 tracing code to --trace, wait for a better --trace option, with
12261 args.
12262
12263 2002-01-03 Akim Demaille <akim@epita.fr>
12264
12265 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
12266 The ISO C++ standard is extremely clear about it: stderr is
12267 considered a macro, not a regular symbol (see table 94 `Header
12268 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
12269 Therefore std:: does not apply to it. It still does with fprintf.
12270 Also, s/cstdio.h/cstdio/.
12271
12272 2002-01-03 Akim Demaille <akim@epita.fr>
12273
12274 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
12275 for non system headers.
12276
12277 2002-01-02 Akim Demaille <akim@epita.fr>
12278
12279 Equip the skeleton chain with location tracking, runtime trace,
12280 pure parser and scanner.
12281
12282 * src/parse-skel.y: Request a pure parser, locations, and prefix
12283 renaming.
12284 (%union): Having several members with the same type does not help
12285 type mismatches, simplify.
12286 (YYPRINT, yyprint): New.
12287 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
12288 (skel_error): this.
12289 Handle locations.
12290 * src/scan-skel.l: Adjust to these changes.
12291 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
12292 (LOCATION_PRINT, skel_control_t): New.
12293
12294 2001-12-30 Akim Demaille <akim@epita.fr>
12295
12296 * src/parse-skel.y: Get rid of the shift/reduce conflict:
12297 replace `gb' with BLANKS.
12298 * src/scan-skel.l: Adjust.
12299
12300 2001-12-30 Akim Demaille <akim@epita.fr>
12301
12302 * src/system.h: We don't need nor want bcopy.
12303 Throw away MS-DOS crap: we don't need getpid.
12304 * configure.in: We don't need strndup. It was even causing
12305 problems: because Flex includes the headers *before* us,
12306 _GNU_SOURCE is not defined by config.h, and therefore strndup was
12307 not visible.
12308 * lib/xstrndup.c: New.
12309 * src/scan-skel.l: Use it.
12310 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
12311 * src/parse-skel.y: Use %directives instead of #defines.
12312
12313 2001-12-30 Akim Demaille <akim@epita.fr>
12314
12315 * src/skeleton.h: New.
12316 * src/output.c (output_parser, output_master_parser): Remove, dead
12317 code.
12318 * src/output.h (get_lines_number, actions_output, guards_output)
12319 (token_definitions_output): Prototype them.
12320 * src/parse-skel.y: Add the license notice.
12321 Include output.h and skeleton.h.
12322 (process_skeleton): Returns void, and takes a single parameter.
12323 * src/scan-skel.l: Add the license notice.
12324 Include skeleton.h.
12325 Don't use %option yylineno: it seems that then Flex imagines
12326 REJECT has been used, and therefore it won't reallocate its
12327 buffers (which makes no other sense to me than a bug). It results
12328 in warnings for `unused: yy_flex_realloc'.
12329
12330 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
12331
12332 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
12333 (MUSCLE_INSERT_PREFIX): ...to there.
12334 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
12335 (MUSCLE_INSERT_PREFIX): Move from here...
12336
12337 * src/bison.hairy: Add a section directive. Put braces around muscle
12338 names. This parser skeleton is still broken, but Bison should not
12339 choke on a bad muscle 'syntax'.
12340 * src/bison.simple: Add a section directive. Put braces around muscle
12341 names.
12342
12343 * src/files.h (strsuffix, stringappend): Add declarations.
12344 (tab_extension): Add declaration.
12345 (short_base_name): Add declaration.
12346
12347 * src/files.c (strsuffix, stringappend): No longer static. These
12348 functions are used in the skeleton parser.
12349 (tab_extension): New.
12350 (compute_base_names): Use the computations done in this function
12351 to guess if the generated parsers should have '.tab' in their
12352 names.
12353 (short_base_name): No longer static.
12354
12355 * src/output.c (output_skeleton): New.
12356 (output): Disable call to output_master_parser, and give a try to
12357 a new skeleton handling system.
12358 (guards_output, actions_output): No longer static.
12359 (token_definitions_output, get_lines_number): No longer static.
12360
12361 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
12362
12363 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
12364 parse-skel.y.
12365
12366 * src/parse-skel.y: New file.
12367 * src/scan-skel.l: New file.
12368
12369 2001-12-29 Akim Demaille <akim@epita.fr>
12370
12371 %name-prefix is broken.
12372
12373 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
12374 Adjust all dependencies.
12375 * tests/headers.at (export YYLTYPE): Strengthen this test: use
12376 %name-prefix.
12377
12378 Renaming yylval but not yylloc is not consistent. Now we do.
12379
12380 * src/bison.simple: Prefix yylloc if used.
12381 * doc/bison.texinfo (Decl Summary): Document that.
12382
12383 2001-12-29 Akim Demaille <akim@epita.fr>
12384
12385 * doc/bison.texinfo: Promote `%long-directive' over
12386 `%long_directive'.
12387 Remove all references to fixed-output-files, yacc is enough.
12388
12389 2001-12-29 Akim Demaille <akim@epita.fr>
12390
12391 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
12392 user prologue. These are defaults.
12393 * tests/actions.at (Mid-rule actions): Make sure the user can
12394 define YYDEBUG and YYERROR_VERBOSE.
12395
12396 2001-12-29 Akim Demaille <akim@epita.fr>
12397
12398 * src/output.c (header_output): Don't forget to export YYLTYPE and
12399 yylloc.
12400 * tests/headers.at (export YYLTYPE): New, make sure it does.
12401 * tests/regression.at (%union and --defines, Invalid CPP headers):
12402 Move to...
12403 * tests/headers.at: here.
12404
12405 2001-12-29 Akim Demaille <akim@epita.fr>
12406
12407 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
12408
12409 2001-12-29 Akim Demaille <akim@epita.fr>
12410
12411 * tests/actions.at (Mid-rule actions): Output on a single line
12412 instead of several.
12413
12414 2001-12-29 Akim Demaille <akim@epita.fr>
12415
12416 * doc/bison.texinfo: Formatting changes.
12417
12418 2001-12-29 Akim Demaille <akim@epita.fr>
12419
12420 Don't store the token defs in a muscle, just be ready to output it
12421 on command. Now possible via `symbols'. Fixes a memory leak.
12422
12423 * src/output.c (token_definitions_output): New.
12424 (output_parser, header_output): Use it.
12425 * src/reader.c (symbols_save): Remove.
12426
12427 2001-12-29 Akim Demaille <akim@epita.fr>
12428
12429 * src/bison.simple: Do not provide a default for YYSTYPE and
12430 YYLTYPE before the user's prologue. Otherwise it's hardly... a
12431 default.
12432
12433 2001-12-29 Akim Demaille <akim@epita.fr>
12434
12435 Mid-rule actions are simply... ignored!
12436
12437 * src/reader.c (readgram): Be sure to attach mid-rule actions to
12438 the empty-rule associated to the dummy symbol, not to the host
12439 rule.
12440 * tests/actions.at (Mid-rule actions): New.
12441
12442 2001-12-29 Akim Demaille <akim@epita.fr>
12443
12444 Memory leak.
12445
12446 * src/reader.c (reader): Free grammar.
12447
12448 2001-12-29 Akim Demaille <akim@epita.fr>
12449
12450 Memory leak.
12451
12452 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
12453 since it allocates it for each state, although only one is needed.
12454 (allocate_storage): Do it here.
12455
12456 2001-12-29 Akim Demaille <akim@epita.fr>
12457
12458 * src/options.h, src/options.c (create_long_option_table): Rename
12459 as...
12460 (long_option_table_new): this, with a clearer prototype.
12461 (percent_table): Remove, unused,
12462 * src/getargs.c (getargs): Adjust.
12463
12464 2001-12-29 Akim Demaille <akim@epita.fr>
12465
12466 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
12467 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
12468 as states.
12469
12470 2001-12-29 Akim Demaille <akim@epita.fr>
12471
12472 * src/lalr.c (build_relations): Rename `states' as `states1'.
12473 Sorry, I don't understand exactly what it is, no better name...
12474
12475 2001-12-29 Akim Demaille <akim@epita.fr>
12476
12477 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
12478 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
12479 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
12480 as rules.
12481
12482 2001-12-29 Akim Demaille <akim@epita.fr>
12483
12484 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
12485 ago.
12486
12487 2001-12-29 Akim Demaille <akim@epita.fr>
12488
12489 * src/reader.c, src/reader.h (user_toknums): Remove.
12490 Adjust all users to use symbols[i]->user_token_number.
12491
12492 2001-12-29 Akim Demaille <akim@epita.fr>
12493
12494 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
12495 Adjust all users to use symbols[i]->prec or ->assoc.
12496
12497 2001-12-29 Akim Demaille <akim@epita.fr>
12498
12499 * src/reader.c, src/reader.h (tags): Remove.
12500 Adjust all users to use symbols[i]->tag.
12501
12502 2001-12-29 Akim Demaille <akim@epita.fr>
12503
12504 * src/gram.h, src/gram.c (symbols): New, similar to state_table
12505 and rule_table.
12506 * src/reader.c (packsymbols): Fill this table.
12507 Drop sprec.
12508 * src/conflicts.c (resolve_sr_conflict): Adjust.
12509 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
12510 single table.
12511 Use symbols[i]->tag instead of tags[i].
12512
12513 2001-12-29 Akim Demaille <akim@epita.fr>
12514
12515 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
12516 In addition, put a comment in there, to replace...
12517 * tests/regression.at (%union and C comments): Remove.
12518
12519 2001-12-29 Akim Demaille <akim@epita.fr>
12520
12521 * tests/regression.at (Web2c Actions): Blindly move the actual
12522 output as expected output. The contents *seem* right to me, but I
12523 can't pretend reading perfectly parser tables... Nonetheless, all
12524 the other tests pass correctly, the table look OK, even though the
12525 presence of `$axiom' is to be noted: AFAICS it is useless (but
12526 harmless).
12527
12528 2001-12-29 Akim Demaille <akim@epita.fr>
12529
12530 * src/reader.c (readgram): Don't add the rule 0 if there were no
12531 rules read. In other words, add it _after_ having performed
12532 grammar sanity checks.
12533 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
12534
12535 2001-12-29 Akim Demaille <akim@epita.fr>
12536
12537 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
12538 visible, and some states have now a different number.
12539
12540 2001-12-29 Akim Demaille <akim@epita.fr>
12541
12542 * src/reader.c (readgram): Bind the initial rule's lineno to that
12543 of the first rule.
12544 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
12545 (Solved SR Conflicts): Adjust rule 0's line number.
12546
12547 2001-12-29 Akim Demaille <akim@epita.fr>
12548
12549 Fix the `GAWK Grammar' failure.
12550
12551 * src/LR0.c (final_state): Initialize to -1 so that we do compute
12552 the reductions of the first state which was mistakenly confused
12553 with the final state because precisely final_state was initialized
12554 to 0.
12555 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
12556 now noticed by Bison.
12557 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
12558 have a reduction on $default.
12559
12560 2001-12-29 Akim Demaille <akim@epita.fr>
12561
12562 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
12563 rule line numbers.
12564 * src/closure.c (print_closure): Likewise.
12565 * src/derives.c (print_derives): Likewise.
12566 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
12567 now.
12568
12569 2001-12-29 Akim Demaille <akim@epita.fr>
12570
12571 * src/lalr.c (lookaheads_print): New.
12572 (lalr): Call it when --trace-flag.
12573 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
12574 are dumped.
12575
12576 2001-12-29 Akim Demaille <akim@epita.fr>
12577
12578 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
12579 when walking through ritem, even via rule->rhs.
12580 * src/reduce.c (dump_grammar, useful_production, reduce_output)
12581 (useful_production, useless_nonterminals): Likewise.
12582 (reduce_grammar_tables): Likewise, plus update nritems.
12583 * src/nullable.c (set_nullable): Likewise.
12584 * src/lalr.c (build_relations): Likewise.
12585 * tests/sets.at (Nullable): Adjust.
12586 Fortunately, now, the $axiom is no longer nullable.
12587
12588 2001-12-29 Akim Demaille <akim@epita.fr>
12589
12590 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
12591 the 0-sentinel.
12592 * src/gram.c (ritem_longest_rhs): Likewise.
12593 * src/reduce.c (nonterminals_reduce): Likewise.
12594 * src/print_graph.c (print_graph): Likewise.
12595 * src/output.c (output_rule_data): Likewise.
12596 * src/nullable.c (set_nullable): Likewise.
12597
12598 2001-12-29 Akim Demaille <akim@epita.fr>
12599
12600 * src/output.c: Comment changes.
12601
12602 2001-12-27 Paul Eggert <eggert@twinsun.com>
12603
12604 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
12605 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
12606 Sparc, as they were causing more porting problems than the
12607 (minor) performance improvement was worth.
12608
12609 Also, catch up with 1.31's YYSTD.
12610
12611 2001-12-27 Akim Demaille <akim@epita.fr>
12612
12613 * src/output.c (output_gram): Rely on nritems, not the
12614 0-sentinel. See below.
12615 Use -1 as separator, not 0.
12616 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
12617 Rely on -1 as separator in yyrhs, instead of 0.
12618 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
12619 twice `Now at end of input', therefore there are two lines less to
12620 expect.
12621
12622 2001-12-27 Akim Demaille <akim@epita.fr>
12623
12624 * tests/regression.at (Unresolved SR Conflicts):
12625 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
12626 below.
12627
12628 2001-12-27 Akim Demaille <akim@epita.fr>
12629
12630 * src/LR0.c (new_state): Recognize the final state by the fact it
12631 is reached by eoftoken.
12632 (insert_start_shifting_state, insert_eof_shifting_state)
12633 (insert_accepting_state, augment_automaton): Remove, since now
12634 these states are automatically computed from the initial state.
12635 (generate_states): Adjust.
12636 * src/print.c: When reporting a rule number to the user, substract
12637 1, so that the axiom rule is rule 0, and the first user rule is 1.
12638 * src/reduce.c: Likewise.
12639 * src/print_graph.c (print_core): For the time being, just as for
12640 the report, depend upon --trace-flags to dump the full set of
12641 items.
12642 * src/reader.c (readgram): Once the grammar read, insert the rule
12643 0: `$axiom: START-SYMBOL $'.
12644 * tests/set.at: Adjust: rule 0 is now displayed, and since the
12645 number of the states has changed (the final state is no longer
12646 necessarily the last), catch up.
12647
12648 2001-12-27 Akim Demaille <akim@epita.fr>
12649
12650 Try to make the use of the eoftoken valid. Given that its value
12651 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
12652 is used instead of > 0 where appropriate, (ii), depend upon nritems
12653 instead of the 0-sentinel.
12654
12655 * src/gram.h, src/gram.c (nritems): New.
12656 Expected to be duplication of nitems, but for the time being...
12657 * src/reader.c (packgram): Assert nritems and nitems are equal.
12658 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
12659 * src/closure.c (print_closure, print_fderives): Likewise.
12660 * src/gram.c (ritem_print): Likewise.
12661 * src/print.c (print_core, print_grammar): Likewise.
12662 * src/print_graph.c: Likewise.
12663
12664 2001-12-27 Akim Demaille <akim@epita.fr>
12665
12666 * src/main.c (main): If there are complains after grammar
12667 reductions, then output the report anyway if requested, then die.
12668 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
12669 * src/reader.c (eoftoken): New.
12670 (parse_token_decl): If the token being defined has value `0', it
12671 is the eoftoken.
12672 (packsymbols): No longer hack `tags' to insert `$' by hand.
12673 Be sure to preserve the value of the eoftoken.
12674 (reader): Make sure eoftoken is defined.
12675 Initialize nsyms to 0: now eoftoken is created just like the others.
12676 * src/print.c (print_grammar): Don't special case the eof token.
12677 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
12678 lie anyway, albeit pleasant.
12679 * tests/calc.at: Exercise error messages with eoftoken.
12680 Change the grammar so that empty input is invalid.
12681 Adjust expectations.
12682 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
12683
12684 2001-12-27 Akim Demaille <akim@epita.fr>
12685
12686 * configure.in: Check the protos of strchr ans strspn.
12687 Replace strchr if needed.
12688 * src/system.h: Provide the protos of strchr, strspn and memchr if
12689 missing.
12690 * lib/strchr.c: New.
12691 * src/reader.c (symbols_save): Use strchr.
12692
12693 2001-12-27 Akim Demaille <akim@epita.fr>
12694
12695 * src/print.c, src/print_graph.c (escape): New.
12696 Use it to quote the TAGS outputs.
12697 * src/print_graph.c (print_state): Now errors are in red, and
12698 reductions in green.
12699 Prefer high to wide: output the state number on a line of its own.
12700
12701 2001-12-27 Akim Demaille <akim@epita.fr>
12702
12703 * src/state.h, src/state.c (reductions_new): New.
12704 * src/LR0.c (set_state_table): Let all the states have a
12705 `reductions', even if reduced to 0.
12706 (save_reductions): Adjust.
12707 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
12708 * src/print.c (print_reductions, print_actions): Adjust.
12709 * src/output.c (action_row): Adjust.
12710
12711 2001-12-27 Akim Demaille <akim@epita.fr>
12712
12713 * src/state.h, src/state.c (errs_new, errs_dup): New.
12714 * src/LR0.c (set_state_table): Let all the states have an errs,
12715 even if reduced to 0.
12716 * src/print.c (print_errs, print_reductions): Adjust.
12717 * src/output.c (output_actions, action_row): Adjust.
12718 * src/conflicts.c (resolve_sr_conflict): Adjust.
12719
12720 2001-12-27 Akim Demaille <akim@epita.fr>
12721
12722 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
12723
12724 2001-12-27 Akim Demaille <akim@epita.fr>
12725
12726 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
12727 * src/print.c: here.
12728 (lookaheadset, shiftset): New, used as additional storage by
12729 print_reductions.
12730 (print_results): Adjust.
12731 (print_shifts, print_gotos, print_errs): New, extracted from...
12732 (print_actions): here.
12733 * src/print_graph.c (print_actions): Remove dead code.
12734
12735 2001-12-27 Akim Demaille <akim@epita.fr>
12736
12737 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
12738 `$n' and `@n'.
12739
12740 2001-12-27 Akim Demaille <akim@epita.fr>
12741
12742 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
12743 (build_relations): Adjust.
12744
12745 2001-12-27 Akim Demaille <akim@epita.fr>
12746
12747 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
12748 duplication.
12749
12750 2001-12-27 Akim Demaille <akim@epita.fr>
12751
12752 * src/reader.c (packgram): Catch nitems overflows.
12753
12754 2001-12-27 Akim Demaille <akim@epita.fr>
12755
12756 * src/files.c, src/files.h (guard_obstack): Remove.
12757 * src/output.c (output): Adjust.
12758 * src/reader.c (parse_braces): New, factoring...
12759 (copy_action, copy_guard): these two which are renamed as...
12760 (parse_action, parse_guard): these.
12761 As a voluntary consequence, using braces around guards is now
12762 mandatory.
12763
12764 2001-12-27 Akim Demaille <akim@epita.fr>
12765
12766 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
12767 * src/reader.c (symbol_list): `guard' and `guard_line' are new
12768 members.
12769 (symbol_list_new): Adjust.
12770 (copy_action): action_line is the first line, not the last.
12771 (copy_guard): Just as for actions, store the `action' only, not
12772 the switch/case/break flesh.
12773 Don't parse the user action that might follow the guard, let...
12774 (readgram): do it, i.e., now, there can be an action after a
12775 guard.
12776 In other words the guard is just explicitly optional.
12777 (packgram): Adjust.
12778 * src/output.c (guards_output): New.
12779 (output_parser): Call it when needed.
12780 (output): Also free the guard and attrs obstacks.
12781 * src/files.c, src/files.h (obstack_save): Remove.
12782 (output_files): Remove.
12783 As a result, if one needs the former `.act' file, using an
12784 appropriate skeleton which requires actions and guards is now
12785 required.
12786 * src/main.c (main): Adjust.
12787 * tests/semantic.at: New.
12788 * tests/regression.at: Use `input.y' as input file name.
12789 Avoid 8+3 problems by requiring input.c when the test needs the
12790 parser.
12791
12792 2001-12-27 Akim Demaille <akim@epita.fr>
12793
12794 * src/reader.c (symbol_list_new): Be sure to initialize all the
12795 fields.
12796
12797 2001-12-27 Akim Demaille <akim@epita.fr>
12798
12799 All the hacks using a final pseudo state are now useless.
12800
12801 * src/LR0.c (set_state_table): state_table holds exactly nstates.
12802 * src/lalr.c (nLA): New.
12803 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
12804 instead of lookaheadsp from the pseudo state (nstate + 1).
12805
12806 2001-12-27 Akim Demaille <akim@epita.fr>
12807
12808 * src/output.c (action_row, token_actions): Use a state_t instead
12809 of a integer, and nlookaheads instead of the following state's
12810 lookaheadsp.
12811
12812 2001-12-27 Akim Demaille <akim@epita.fr>
12813
12814 * src/conflicts.c (log_resolution, flush_shift)
12815 (resolve_sr_conflict, set_conflicts, solve_conflicts)
12816 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
12817 (conflicts_print, print_reductions): Use a state_t instead of an
12818 integer when referring to a state.
12819 As much as possible, depend upon nlookaheads, instead of the
12820 `lookaheadsp' member of the following state (since lookaheads of
12821 successive states are successive, the difference between state n + 1
12822 and n served as the number of lookaheads for state n).
12823 * src/lalr.c (add_lookback_edge): Likewise.
12824 * src/print.c (print_core, print_actions, print_state)
12825 (print_results): Likewise.
12826 * src/print_graph.c (print_core, print_actions, print_state)
12827 (print_graph): Likewise.
12828 * src/conflicts.h: Adjust.
12829
12830 2001-12-27 Akim Demaille <akim@epita.fr>
12831
12832 * src/bison.hairy: Formatting/comment changes.
12833 ANSIfy.
12834 Remove `register' indications.
12835 Add plenty of `static'.
12836
12837 2001-12-27 Akim Demaille <akim@epita.fr>
12838
12839 * src/output.c (prepare): Drop the muscle `ntbase' which
12840 duplicates ntokens.
12841 * src/bison.simple: Formatting/comment changes.
12842 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
12843 is an undocumented synonym.
12844
12845 2001-12-22 Akim Demaille <akim@epita.fr>
12846
12847 * src/output.c (output_table_data): Change the prototype to use
12848 `int' for array ranges: some invocations do pass an int, not a
12849 short.
12850 Reported by Wayne Green.
12851
12852 2001-12-22 Akim Demaille <akim@epita.fr>
12853
12854 Some actions of web2c.y are improperly triggered.
12855 Reported by Mike Castle.
12856
12857 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
12858 * tests/regression.at (Web2c): Rename as...
12859 (Web2c Report): this.
12860 (Web2c Actions): New.
12861
12862 2001-12-22 Akim Demaille <akim@epita.fr>
12863
12864 Reductions in web2c.y are improperly reported.
12865 Reported by Mike Castle.
12866
12867 * src/conflicts.c (print_reductions): Fix.
12868 * tests/regression.at (Web2c): New.
12869
12870 2001-12-18 Akim Demaille <akim@epita.fr>
12871
12872 Some host fail on `assert (!"foo")', which expands to
12873 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
12874 Reported by Nelson Beebee.
12875
12876 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
12877 `#define it_succeeded 0' and `assert (it_succeeded)'.
12878
12879 2001-12-17 Marc Autret <autret_m@epita.fr>
12880
12881 * src/bison.simple: Don't hard code the skeleton line and filename.
12882 * src/output.c (output_parser): Rename 'line' as 'output_line'.
12883 New line counter 'skeleton_line' (skeleton-line muscle).
12884
12885 2001-12-17 Paul Eggert <eggert@twinsun.com>
12886
12887 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
12888 YYDEBUG must be defined to a nonzero value.
12889
12890 * src/bison.simple (yytname): Do not assume that the user defines
12891 YYDEBUG to a properly parenthesized expression.
12892
12893 2001-12-17 Akim Demaille <akim@epita.fr>
12894
12895 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
12896 nlookaheads is a new member.
12897 Adjust all users.
12898 * src/lalr.h (nlookaheads): Remove this orphan declaration.
12899 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
12900 state.
12901
12902 2001-12-17 Akim Demaille <akim@epita.fr>
12903
12904 * src/files.h, src/files.c (open_files, close_files): Remove.
12905 * src/main.c (main): Don't open/close files, nor invoke lex_free,
12906 let...
12907 * src/reader.c (reader): Do it.
12908
12909 2001-12-17 Akim Demaille <akim@epita.fr>
12910
12911 * src/conflicts.c (print_reductions): Formatting changes.
12912
12913 2001-12-17 Akim Demaille <akim@epita.fr>
12914
12915 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
12916 (flush_reduce): New.
12917 (resolve_sr_conflict): Adjust.
12918
12919 2001-12-17 Akim Demaille <akim@epita.fr>
12920
12921 * src/output.c (output_obstack): Be static and rename as...
12922 (format_obstack): this, to avoid any confusion with files.c's
12923 output_obstack.
12924 * src/reader.h (muscle_obstack): Move to...
12925 * src/output.h: here, since it's defined in output.c.
12926
12927 2001-12-17 Akim Demaille <akim@epita.fr>
12928
12929 * src/output.c (action_row, save_column, default_goto)
12930 (sort_actions, matching_state, pack_vector): Better variable
12931 locality.
12932
12933 2001-12-17 Akim Demaille <akim@epita.fr>
12934
12935 * src/output.c: Various formatting changes.
12936
12937 2001-12-17 Akim Demaille <akim@epita.fr>
12938
12939 * src/files.c (output_files): Free the output_obstack.
12940 * src/main.c (main): Call print and print_graph conditionally.
12941 * src/print.c (print): Work unconditionally.
12942 * src/print_graph.c (print_graph): Work unconditionally.
12943 * src/conflicts.c (log_resolution): Output only if verbose_flag.
12944
12945 2001-12-16 Marc Autret <autret_m@epita.fr>
12946
12947 * src/output.c (actions_output): Fix. When we use %no-lines,
12948 there is one less line per action.
12949
12950 2001-12-16 Marc Autret <autret_m@epita.fr>
12951
12952 * src/bison.simple: Remove a useless #line directive.
12953 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
12954 * src/output.c (get_lines_number): New.
12955 (output_parser): Adjust, now takes care about the lines of a
12956 output muscles.
12957 Fix line numbering.
12958 (actions_output): Computes the number of lines taken by actions.
12959 (output_master_parser): Insert new skeleton which is the name of
12960 the output parser file name.
12961
12962 2001-12-15 Marc Autret <autret_m@epita.fr>
12963
12964 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
12965
12966 2001-12-15 Marc Autret <autret_m@epita.fr>
12967
12968 * src/output.c (output_gram): Keep track of the hairy one.
12969
12970 2001-12-15 Akim Demaille <akim@epita.fr>
12971
12972 Make `make distcheck' work.
12973
12974 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
12975 system.h which uses libgettext.h.
12976
12977 2001-12-15 Akim Demaille <akim@epita.fr>
12978
12979 * src/nullable.c (set_nullable): Useless rules must be skipped,
12980 otherwise, since we range over their symbols, we might look at a
12981 nonterminal which no longer ``exists'', i.e., it is not counted in
12982 `nvars', hence we overflow our arrays.
12983
12984 2001-12-15 Akim Demaille <akim@epita.fr>
12985
12986 The header can also be produced directly, without any obstack!
12987 Yahoo!
12988
12989 * src/files.c, src/files.h (defines_obstack): Remove.
12990 (compute_header_macro): Global.
12991 (defines_obstack_save): Remove.
12992 * src/reader.c (parse_union_decl): No longer output to
12993 defines_obstack: its content can be found in the `stype' muscle
12994 anyway.
12995 (output_token_translations): Merge into...
12996 (symbols_output): this.
12997 Rename as...
12998 (symbols_save): this.
12999 (reader): Adjust.
13000 * src/output.c (header_output): New.
13001 (output): Call it.
13002
13003 2001-12-15 Akim Demaille <akim@epita.fr>
13004
13005 * src/reader.c (parse_union_decl): Instead of handling two obstack
13006 simultaneously, use one to define the `stype' muscle, and use the
13007 value of the latter to fill defines_obstack.
13008 (copy_comment): Remove.
13009 (copy_comment2): Work for a single obstack.
13010 Rename as...
13011 (copy_comment): this.
13012
13013 2001-12-15 Akim Demaille <akim@epita.fr>
13014
13015 * src/lex.c, src/lex.h (xgetc): No longer static.
13016 * src/reader.c (parse_union_decl): Revamp.
13017
13018 2001-12-15 Akim Demaille <akim@epita.fr>
13019
13020 Still making progress in separating Bison into (i) input, (ii)
13021 process, (iii) output: now we can directly output the parser file
13022 without using table_obstack at all.
13023
13024 * src/files.c, src/files.h (table_obstack): Bye bye.
13025 (parser_file_name): New.
13026 * src/files.c (compute_output_file_names): Compute it.
13027 * src/output.c (actions_output, output_parser)
13028 (output_master_parser): To a file instead of an obstack.
13029
13030 2001-12-15 Akim Demaille <akim@epita.fr>
13031
13032 Attach actions to rules, instead of pre-outputting them to
13033 actions_obstack.
13034
13035 * src/gram.h (rule_t): action and action_line are new members.
13036 * src/reader.c (symbol_list): Likewise.
13037 (copy_action): Save the actions within the rule.
13038 (packgram): Save them in rule_table.
13039 * src/output.c (actions_output): New.
13040 (output_parser): Use it on `%%actions'.
13041 (output_rule_data): Don't free rule_table.
13042 (output): Do it.
13043 (prepare): Don't save the `action' muscle.
13044 * src/bison.simple: s/%%action/%%actions/.
13045
13046 2001-12-15 Akim Demaille <akim@epita.fr>
13047
13048 * src/reader.c (copy_action): When --yacc, don't append a `;'
13049 to the user action: let it fail if lacking.
13050 Suggested by Arnold Robbins and Tom Tromey.
13051
13052 2001-12-14 Akim Demaille <akim@epita.fr>
13053
13054 * src/lex.c (literalchar): Simply return the char you decoded, non
13055 longer mess around with obstacks and int pointers.
13056 Adjust all callers.
13057
13058 2001-12-14 Akim Demaille <akim@epita.fr>
13059
13060 * src/lex.c (literalchar): Don't escape the special characters,
13061 just decode them, and keep them as char (before, eol was output as
13062 the 2 char string `\n' etc.).
13063 * src/output.c (output_rule_data): Use quotearg to output the
13064 token strings.
13065
13066 2001-12-13 Paul Eggert <eggert@twinsun.com>
13067
13068 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
13069 Do not infringe on the global user namespace when using C++.
13070 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
13071 All uses of `fprintf' and `stderr' changed.
13072
13073 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
13074
13075 2001-12-13 Akim Demaille <akim@epita.fr>
13076
13077 The computation of nullable is broken: it doesn't handle empty
13078 RHS's properly.
13079
13080 * tests/torture.at (GNU AWK Grammar): New.
13081 * tests/sets.at (Nullable): New.
13082 * src/nullable.c (set_nullable): Instead of blindly looping over
13083 `ritems', loop over the rules, and then over their rhs's.
13084
13085 Work around Autotest bugs.
13086
13087 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
13088 frame, because Autotest understand lines starting with a `+' as
13089 traces from the shell. Then, they are not processed properly.
13090 Admittedly an Autotest bug, but we don't have time to wait for
13091 Autotest to catch up.
13092 * tests/regression.at (Broken Closure): Adjust to the new table
13093 frames.
13094 Move to...
13095 * tests/sets.at: here.
13096
13097 2001-12-13 Akim Demaille <akim@epita.fr>
13098
13099 * src/closure.c (closure): Use nrules instead of playing tricks
13100 with BITS_PER_WORD.
13101
13102 2001-12-13 Akim Demaille <akim@epita.fr>
13103
13104 * src/print.c (print_actions): Output the handling of `$' as the
13105 traces do: shifting the token EOF. Before EOF was treated as a
13106 nonterminal.
13107 * tests/regression.at: Adjust some tests.
13108 * src/print_graph.c (print_core): Complete the set of items via
13109 closure. The next-to-final and final states are still unsatisfying,
13110 but that's to be addressed elsewhere.
13111 No longer output the rule numbers, but do output the state number.
13112 A single loop for the shifts + gotos is enough, but picked a
13113 distinct color for each.
13114 (print_graph): Initialize and finalize closure.
13115
13116 2001-12-13 Akim Demaille <akim@epita.fr>
13117
13118 * src/reader.c (readgram): Remove dead code, an strip useless
13119 braces.
13120 (get_type): Remove, unused.
13121
13122 2001-12-12 Akim Demaille <akim@epita.fr>
13123
13124 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
13125 on that of lib/error.c.
13126
13127 2001-12-12 Akim Demaille <akim@epita.fr>
13128
13129 Some hosts don't like `/' in includes.
13130
13131 * src/system.h: Include libgettext.h without qualifying the path.
13132 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
13133 $(top_srcdir).
13134
13135 2001-12-11 Marc Autret <autret_m@epita.fr>
13136
13137 * src/output.c (output_parser): Remove useless muscle.
13138
13139 2001-12-11 Marc Autret <autret_m@epita.fr>
13140
13141 * src/bison.simple: Remove #line just before %%epilogue. It
13142 is now handled in ...
13143 * src/reader.c (read_additionnal_code): Add the output of a
13144 #line for the epilogue.
13145
13146 2001-12-10 Marc Autret <autret_m@epita.fr>
13147
13148 * src/reader.c (copy_definition): Re-use CPP-outed code which
13149 replace precedent remove.
13150 * src/bison.simple: Remove #line before %%prologue because
13151 %%input-line is wrong at this time.
13152
13153 2001-12-10 Marc Autret <autret_m@epita.fr>
13154
13155 * src/reader.c (symbols_output): Clean up.
13156 * src/output.c (output_gram, output): Clean up.
13157
13158 2001-12-10 Akim Demaille <akim@epita.fr>
13159
13160 * src/lalr.c (initialize_lookaheads): New. Extracted from...
13161 * src/LR0.c (set_state_table): here.
13162 * src/lalr.c (lalr): Call it.
13163
13164 2001-12-10 Akim Demaille <akim@epita.fr>
13165
13166 * src/state.h (shifts): Remove the `number' member: shifts are
13167 attached to state, hence no longer need to be labelled with a
13168 state number.
13169
13170 2001-12-10 Akim Demaille <akim@epita.fr>
13171
13172 Now that states have a complete set of members, the linked list of
13173 shifts is useless: just fill directly the state's shifts member.
13174
13175 * src/state.h (shifts): Remove the `next' member.
13176 * src/LR0.c (first_state, last_state): Remove.
13177 Adjust the callers.
13178 (augment_automaton): Don't look for the shifts that must be added
13179 a shift on EOF: it is those of the state we looked for! But now,
13180 since shifts are attached, it is no longer needed to looking
13181 merely by its id: its number.
13182
13183 2001-12-10 Akim Demaille <akim@epita.fr>
13184
13185 * src/LR0.c (augment_automaton): Better variable locality.
13186 Remove an impossible branch: if there is a state corresponding to
13187 the start symbol being shifted, then there is shift for the start
13188 symbol from the initial state.
13189
13190 2001-12-10 Akim Demaille <akim@epita.fr>
13191
13192 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
13193 only when appropriate: when insert_start_shifting_state' is not
13194 invoked.
13195 * tests/regression.at (Rule Line Numbers): Adjust.
13196
13197 2001-12-10 Akim Demaille <akim@epita.fr>
13198
13199 * src/LR0.c (augment_automaton): Now that all states have shifts,
13200 merge the two cases addition shifts to the initial state.
13201
13202 2001-12-10 Akim Demaille <akim@epita.fr>
13203
13204 * src/lalr.c (set_state_table): Move to...
13205 * src/LR0.c: here.
13206 * src/lalr.c (lalr): Don't call it...
13207 * src/LR0.c (generate_states): do it.
13208 * src/LR0.h (first_state): Remove, only the table is used.
13209
13210 2001-12-10 Akim Demaille <akim@epita.fr>
13211
13212 * src/LR0.h (first_shift, first_reduction): Remove.
13213 * src/lalr.c: Don't use first_shift: find shifts through the
13214 states.
13215
13216 2001-12-10 Akim Demaille <akim@epita.fr>
13217
13218 * src/LR0.c: Attach shifts to states as soon as they are
13219 computed.
13220 * src/lalr.c (set_state_table): Instead of assigning shifts to
13221 state, just assert that the mapping was properly done.
13222
13223 2001-12-10 Akim Demaille <akim@epita.fr>
13224
13225 * src/LR0.c (insert_start_shift): Rename as...
13226 (insert_start_shifting_state): this.
13227 (insert_eof_shifting_state, insert_accepting_state): New.
13228 (augment_automaton): Adjust.
13229 Better locality of the variables.
13230 When looking if the start_symbol is shifted from the initial
13231 state, using `while (... symbol != start_symbol ...)' sounds
13232 better than `while (... symbol < start_symbol ...)': If fail
13233 to see how the order between symbols could be relevant!
13234
13235 2001-12-10 Akim Demaille <akim@epita.fr>
13236
13237 * src/getargs.h: Don't declare `spec_name_prefix' and
13238 `spec_file_prefix', declared by src/files.h.
13239 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
13240 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
13241 * src/output.c (prepare): Adjust.
13242 * src/reader.c (symbols_output): Likewise.
13243 * src/vmsgetargs.c: Vaguely adjust, but who cares?
13244
13245 2001-12-10 Akim Demaille <akim@epita.fr>
13246
13247 * src/muscle_tab.c (muscle_init): NULL is a better default than
13248 `"0"'.
13249
13250 2001-12-10 Akim Demaille <akim@epita.fr>
13251
13252 * src/reader.c (reader): Calling symbols_output once is enough.
13253
13254 2001-12-10 Akim Demaille <akim@epita.fr>
13255
13256 Now that states have a complete set of members, the linked list of
13257 reductions is useless: just fill directly the state's reductions
13258 member.
13259
13260 * src/state.h (struct reductions): Remove member `number' and
13261 `next'.
13262 * src/LR0.c (first_reduction, last_reduction): Remove.
13263 (save_reductions): Don't link the new reductions, store them in
13264 this_state.
13265 * src/lalr.c (set_state_table): No need to attach reductions to
13266 states, it's already done.
13267 * src/output.c (output_actions): No longer free the shifts, then
13268 the reductions, then the states: free all the states and their
13269 members.
13270
13271 2001-12-10 Akim Demaille <akim@epita.fr>
13272
13273 * src/options.c (OPTN, DRTV, BOTH): New.
13274 (option_table): Use them.
13275
13276 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
13277 the job of system.h.
13278 * src/options.c: Don't include stdio.h and xalloc.h for the same
13279 reasons.
13280
13281 2001-12-10 Akim Demaille <akim@epita.fr>
13282
13283 * src/output.c (output, prepare): Make sure the values of the
13284 muscles `action' and `prologue' are 0-terminated.
13285
13286 2001-12-10 Akim Demaille <akim@epita.fr>
13287
13288 Clean up GCC warnings.
13289
13290 * src/reader.c (copy_action): `buf' is not used.
13291 (parse_skel_decl): Be static.
13292 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
13293 * src/options.h (create_long_option_table): Have a real prototype.
13294 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
13295 (hash_delete_at): Return const void *.
13296 Adjust casts to preserve the const.
13297
13298 2001-12-10 Akim Demaille <akim@epita.fr>
13299
13300 * configure.in: Require 2.52g.
13301 M4 is not needed, but AUTOM4TE is.
13302 * m4/m4.m4: Remove.
13303 * tests/Makefile.am: Adjust.
13304
13305 2001-12-10 Akim Demaille <akim@epita.fr>
13306
13307 One structure for states is enough, even though theoretically
13308 there are LR(0) states and LALR(1) states.
13309
13310 * src/lalr.h (state_t): Remove.
13311 (state_table): Be state_t **, not state_t *.
13312 * src/state.h (core, CORE_ALLOC): Rename as...
13313 (state_t, STATE_ALLOC): this.
13314 Add the LALR(1) members: shifts, reductions, errs.
13315 * src/LR0.c (state_table): Rename as...
13316 (state_hash): this, to avoid name clashes with the global
13317 `state_table'.
13318 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
13319 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
13320
13321 2001-12-10 Akim Demaille <akim@epita.fr>
13322
13323 Bison dumps core on bash.y.
13324 Reported by Pascal Bart.
13325
13326 * src/warshall.c (bitmatrix_print): New.
13327 (TC): Use it.
13328 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
13329 j must be the outer loop.
13330 * tests/regression.at (Broken Closure): New.
13331
13332 2001-12-05 Akim Demaille <akim@epita.fr>
13333
13334 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
13335 its argument.
13336 Reported by Peter Hamorsky.
13337
13338 2001-12-05 Akim Demaille <akim@epita.fr>
13339
13340 * src/conflicts.c (err_table): Remove.
13341 (resolve_sr_conflict): Adjust.
13342 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
13343 Rename as...
13344 (state_t.reductions, state_t.shifts): this.
13345
13346 2001-12-05 Akim Demaille <akim@epita.fr>
13347
13348 * src/reduce.c (reduce_grammar_tables): No longer disable the
13349 removal of useless rules via CPP but via `if (0)', so that the
13350 compiler still check the code is valid.
13351 For instance, it should have noticed `rline' no longer exists: use
13352 the `line' member of rule_t.
13353 * src/gram.c (dummy, rline): Remove, unused.
13354
13355 2001-12-05 Akim Demaille <akim@epita.fr>
13356
13357 * src/output.c (pack_vector): Use assert, not berror.
13358 * src/main.c (berror): Remove, unused.
13359
13360 2001-12-05 Akim Demaille <akim@epita.fr>
13361
13362 New experimental feature: if --verbose --trace output all the
13363 items of a state, not only its kernel.
13364
13365 * src/print.c (print_core): If `trace_flag', then invoke closure
13366 before outputting the items of the state (print_core is no longer
13367 a correct name them).
13368 (print_results): Invoke new_closure/free_closure if needed.
13369
13370 2001-12-05 Akim Demaille <akim@epita.fr>
13371
13372 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
13373 * src/closure.c, src/closure.h (itemsetsize): Rename as...
13374 (nitemset): for consistency with the rest of the project.
13375
13376 2001-12-05 Akim Demaille <akim@epita.fr>
13377
13378 * src/closure.c (print_closure): Improve.
13379 (closure): Use it for printing input and output.
13380
13381 2001-12-05 Akim Demaille <akim@epita.fr>
13382
13383 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
13384 indexed by nonterminals.
13385
13386 2001-12-05 Akim Demaille <akim@epita.fr>
13387
13388 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
13389 what it was!).
13390 * src/warshall.h: Remove accidental duplication of the content.
13391
13392 2001-12-05 Akim Demaille <akim@epita.fr>
13393
13394 * src/closure.c (set_fderives): De-obfuscate.
13395
13396 2001-12-05 Akim Demaille <akim@epita.fr>
13397
13398 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
13399
13400 2001-12-05 Akim Demaille <akim@epita.fr>
13401
13402 * src/closure.c (set_firsts): De-obfuscate.
13403
13404 2001-12-05 Akim Demaille <akim@epita.fr>
13405
13406 * src/output.c (action_row): De-obfuscate
13407 using the good o' techniques: arrays not pointers, variable
13408 locality, BITISSET, RESETBIT etc.
13409
13410 2001-12-05 Akim Demaille <akim@epita.fr>
13411
13412 Pessimize the code to simplify it: from now on, all the states
13413 have a valid SHIFTS, which NSHIFTS is possibly 0.
13414
13415 * src/LR0.c (shifts_new): Be global and move to..
13416 * src/state.c, src/state.h: here.
13417 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
13418 * src/print_graph: Adjust.
13419
13420 2001-12-05 Akim Demaille <akim@epita.fr>
13421
13422 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
13423 * src/conflicts.c: Use it.
13424 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
13425 incorrectly ``simplified''.
13426
13427 2001-12-05 Akim Demaille <akim@epita.fr>
13428
13429 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
13430 using the good o' techniques: arrays not pointers, variable
13431 locality, BITISSET, RESETBIT etc.
13432
13433 2001-12-05 Akim Demaille <akim@epita.fr>
13434
13435 * src/state.h (SHIFT_SYMBOL): New.
13436 * src/conflicts.c: Use it to deobfuscate.
13437
13438 2001-12-05 Akim Demaille <akim@epita.fr>
13439
13440 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
13441 (print_reductions): De-obfuscate using the good o' techniques:
13442 arrays not pointers, variable locality, BITISSET.
13443
13444 2001-12-05 Akim Demaille <akim@epita.fr>
13445
13446 * src/conflicts.c (print_reductions): Arrays, not pointers.
13447 Use BITISSET.
13448
13449 2001-12-05 Akim Demaille <akim@epita.fr>
13450
13451 * src/conflicts.c (print_reductions): Pessimize, but clarify.
13452
13453 2001-12-05 Akim Demaille <akim@epita.fr>
13454
13455 * src/conflicts.c (print_reductions): Improve variable locality.
13456
13457 2001-12-05 Akim Demaille <akim@epita.fr>
13458
13459 * src/conflicts.c (print_reductions): Pessimize, but clarify.
13460
13461 2001-12-05 Akim Demaille <akim@epita.fr>
13462
13463 * src/conflicts.c (print_reductions): Improve variable locality.
13464
13465 2001-12-05 Akim Demaille <akim@epita.fr>
13466
13467 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
13468 * src/lalr.c: Use them.
13469
13470 2001-12-05 Akim Demaille <akim@epita.fr>
13471
13472 * src/LR0.c (augment_automaton): Formatting changes.
13473 Better variable locality.
13474
13475 2001-12-05 Akim Demaille <akim@epita.fr>
13476
13477 * src/lalr.c (matrix_print): New.
13478 (transpose): Use it.
13479 Use arrays instead of pointers.
13480
13481 2001-12-05 Akim Demaille <akim@epita.fr>
13482
13483 * src/lalr.c (maxrhs): Move to...
13484 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
13485 * src/lalr.c (build_relations): Adjust.
13486
13487 2001-12-05 Akim Demaille <akim@epita.fr>
13488
13489 * src/lalr.c (transpose): Free the memory allocated to the
13490 argument, as it is replaced by the results by the unique caller.
13491 (build_relations): Merely invoke transpose: it handles the memory
13492 deallocation.
13493 Improve variable locality.
13494 Avoid variables used as mere abbreviations.
13495 (compute_lookaheads): Use arrays instead of pointers.
13496
13497 2001-12-05 Akim Demaille <akim@epita.fr>
13498
13499 * src/lalr.c (initialize_F): Improve variable locality.
13500 Avoid variables used as mere abbreviations.
13501
13502 2001-12-05 Akim Demaille <akim@epita.fr>
13503
13504 * src/derives.c (print_derives): Display the ruleno.
13505 * src/lalr.c (initialize_F, transpose): Better variable locality
13506 to improve readability.
13507 Avoid variables used as mere abbreviations.
13508
13509 2001-12-05 Akim Demaille <akim@epita.fr>
13510
13511 * src/lalr.c (traverse): Use arrays instead of pointers.
13512
13513 2001-12-05 Akim Demaille <akim@epita.fr>
13514
13515 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
13516 the handling of squeue.
13517 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
13518
13519 2001-12-05 Akim Demaille <akim@epita.fr>
13520
13521 Because useless nonterminals are now kept alive (instead of being
13522 `destroyed'), we now sometimes examine them, and store information
13523 related to them. Hence we need to know their number, and adjust
13524 memory allocations.
13525
13526 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
13527 static.
13528 * src/LR0.c (allocate_itemsets): The memory allocated to
13529 `symbol_count' was used for two different purpose: once to count
13530 the number of occurrences of each symbol, and later reassigned to
13531 `shift_symbol', containing the symbol that can be shifted from a
13532 given state.
13533 Deobfuscate, i.e., allocate, use and free `symbol_count' here
13534 only, and...
13535 (new_itemsets): Allocate `shift_symbol' here.
13536 (allocate_itemsets): symbol_count includes useless nonterminals.
13537 Make room for them.
13538 (free_storage): Use `free', not `XFREE', for pointers that cannot
13539 be null.
13540
13541 2001-12-05 Akim Demaille <akim@epita.fr>
13542
13543 * src/nullable.c (set_nullable): Deobfuscate the handling of
13544 ritem.
13545 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
13546
13547 2001-12-05 Akim Demaille <akim@epita.fr>
13548
13549 * src/gram.c, src/gram.h (ritem_print): New.
13550 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
13551 (This useless function was defined only to work around VMS linkers
13552 that can't handle compilation units with variables only).
13553 * src/reduce.c (dump_grammar): Use it to trace the construction of
13554 ritem.
13555
13556 2001-12-04 Paul Eggert <eggert@twinsun.com>
13557
13558 * src/bison.simple (union yyalloc): Change member names
13559 to be the same as the stack names.
13560 (yyparse): yyptr is now union yyalloc *, not char *.
13561 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
13562 and may generate better code on some machines.
13563 (yystpcpy): Use prototype if __STDC__ is defined, not just
13564 if __cplusplus is defined.
13565
13566 2001-11-30 Akim Demaille <akim@epita.fr>
13567
13568 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
13569 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
13570 Gettext doesn't compile cleanly, and dies with -Werror.
13571 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
13572 Include WARNING_CFLAGS here.
13573 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
13574 before being defined.
13575
13576 2001-11-27 Paul Eggert <eggert@twinsun.com>
13577
13578 * lib/quotearg.h (quotearg_n, quotearg_n_style):
13579 First arg is int, not unsigned.
13580 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
13581 (SIZE_MAX, UINT_MAX): New macros.
13582 (quotearg_n_options): Abort if N is negative.
13583 Avoid overflow check on hosts where size_t is 64 bits and int
13584 is 32 bits, as overflow is impossible there.
13585 Fix off-by-one typo that caused unnecessary reallocation.
13586
13587 2001-11-29 Paul Eggert <eggert@twinsun.com>
13588
13589 Name space cleanup in generated parser.
13590
13591 * doc/bison.texinfo (Bison Parser): Discuss system headers
13592 and their effect on the user name space.
13593
13594 * src/bison.simple:
13595 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
13596 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
13597 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
13598
13599 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
13600 on user names when possible.
13601
13602 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
13603 Simplify test for whather <alloca.h> exists.
13604
13605 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
13606
13607 (<stdio.h>): Include if YYDEBUG.
13608
13609 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
13610 ! defined (yyoverflow) && ! defined (yymemcpy).
13611
13612 (yymemcpy, yyparse): Rename local variables as needed so that
13613 they all begin with 'yy'.
13614
13615 (yystrlen, yystpcpy): New functions.
13616
13617 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
13618 All uses changed.
13619
13620 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
13621 instead of relying on string.h functions. Use YYSTACK_ALLOC
13622 and YYSTACK_FREE instead of malloc and free.
13623
13624 2001-11-30 Akim Demaille <akim@epita.fr>
13625
13626 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
13627 before their first uses.
13628 (YYBISON, YYPURE): Move to the top of the output.
13629
13630 2001-11-30 Akim Demaille <akim@epita.fr>
13631
13632 * tests/reduce.at (Useless Nonterminals): Fix.
13633
13634 2001-11-30 Akim Demaille <akim@epita.fr>
13635
13636 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
13637 if body instead of `;' to pacify GCC's warnings.
13638
13639 2001-11-30 Akim Demaille <akim@epita.fr>
13640
13641 Instead of mapping the LHS of unused rules to -1, keep the LHS
13642 valid, but flag the rules as invalid.
13643
13644 * src/gram.h (rule_t): `useful' is a new member.
13645 * src/print.c (print_grammar): Adjust.
13646 * src/derives.c (set_derives): Likewise.
13647 * src/reader.c (packgram, reduce_output): Likewise.
13648 * src/reduce.c (reduce_grammar_tables): Likewise.
13649 * tests/reduce.at (Underivable Rules, Useless Rules): New.
13650
13651 2001-11-30 Akim Demaille <akim@epita.fr>
13652
13653 * src/reduce.c (reduce_output): Formatting changes.
13654 * src/print.c (print_results, print_grammar): Likewise.
13655 * tests/regression.at (Rule Line Numbers)
13656 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
13657
13658 2001-11-30 Akim Demaille <akim@epita.fr>
13659
13660 * src/reduce.c (nonterminals_reduce): Instead of throwing away
13661 useless nonterminals, move them at the end of the symbol arrays.
13662 (reduce_output): Adjust.
13663 * tests/reduce.at (Useless Nonterminals): Adjust.
13664
13665 2001-11-30 Akim Demaille <akim@epita.fr>
13666
13667 * src/reduce.c: Various comment/formatting changes.
13668 (nonterminals_reduce): New, extracted from...
13669 (reduce_grammar_tables): here.
13670 (reduce_grammar): Call nonterminals_reduce.
13671
13672 2001-11-29 Paul Eggert <eggert@twinsun.com>
13673
13674 * src/bison.simple (YYSTACK_REALLOC): Remove.
13675 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
13676 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
13677 New macros.
13678 (union yyalloc): New type.
13679 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
13680 an arbitrary restriction on hosts where size_t is wider than int.
13681
13682 (yyparse): Don't dump core if alloca or malloc fails; instead, report
13683 a parser stack overflow. Allocate just one block of memory for all
13684 three stacks, instead of allocating three blocks; this typically is
13685 faster and reduces fragmentation.
13686
13687 Do not limit the number of items in the stack to a value that fits
13688 in 'int', as this is an arbitrary limit on hosts with 64-bit
13689 size_t and 32-bit int.
13690
13691 2001-11-29 Marc Autret <autret_m@epita.fr>
13692
13693 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
13694 of defining YYERROR_VERBOSE.
13695 [AT_DATA]: $4 is now out of C declarations in the prologue.
13696
13697 2001-11-28 Marc Autret <autret_m@epita.fr>
13698
13699 * src/reader.c (parse_dquoted_param): New.
13700 (parse_skel_decl): Use it.
13701 * src/lex.h: Add its prototype.
13702 * src/lex.c (literalchar): Become not static.
13703
13704 2001-11-28 Marc Autret <autret_m@epita.fr>
13705
13706 * src/output.h: And put its extern declaration here.
13707 * src/output.c (error_verbose): Define here.
13708 (prepare): Echo name modification.
13709 * src/getargs.h: Clean its extern declaration.
13710 * src/getargs.c (error_verbose_flag): Remove.
13711 (getargs): Remove case 'e'.
13712 * src/options.c (option_table): 'error-verbose' is now seen as simple
13713 percent option.
13714 Include output.h.
13715
13716 * src/reader.c (read_declarations): Remove case tok_include.
13717 (parse_include_decl): Remove.
13718 * src/lex.h (token_t): Remove tok_include.
13719 * src/options.c (option_table): 'include' is now a simple command line
13720 option.
13721
13722 2001-11-28 Marc Autret <autret_m@epita.fr>
13723
13724 * src/bison.simple: Adjust muscle names.
13725 * src/muscle_tab.c (muscle_init): Also rename the muscles.
13726 * src/output.c (prepare): s/_/-/ for the muscles names.
13727 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
13728
13729 2001-11-28 Marc Autret <autret_m@epita.fr>
13730
13731 * src/bison.simple: Fix debug.
13732 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
13733
13734 2001-11-28 Akim Demaille <akim@epita.fr>
13735
13736 * src/LR0.c (shifts_new): New.
13737 (save_shifts, insert_start_shift, augment_automaton): Use it.
13738
13739 2001-11-28 Akim Demaille <akim@epita.fr>
13740
13741 * src/closure.c (closure): `b' and `ruleno' denote the same value:
13742 keep ruleno only.
13743
13744 2001-11-28 Akim Demaille <akim@epita.fr>
13745
13746 * src/closure.c (closure): Instead of looping over word in array
13747 then bits in words, loop over bits in array.
13748
13749 2001-11-28 Akim Demaille <akim@epita.fr>
13750
13751 * src/closure.c (closure): No longer optimize the special case
13752 where all the bits of `ruleset[r]' are set to 0, to make the code
13753 clearer.
13754
13755 2001-11-28 Akim Demaille <akim@epita.fr>
13756
13757 * src/closure.c (closure): `r' and `c' are new variables, used to
13758 de-obfuscate accesses to RULESET and CORE.
13759
13760 2001-11-28 Akim Demaille <akim@epita.fr>
13761
13762 * src/reduce.c (reduce_print): Use ngettext.
13763 (dump_grammar): Improve the trace accuracy.
13764
13765 2001-11-28 Akim Demaille <akim@epita.fr>
13766
13767 * src/reduce.c (dump_grammar): Don't translate trace messages.
13768
13769 2001-11-28 Akim Demaille <akim@epita.fr>
13770
13771 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
13772 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
13773 as all tags are free'ed afterwards.
13774 From Enrico Scholz.
13775
13776 2001-11-27 Paul Eggert <eggert@twinsun.com>
13777
13778 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
13779 use alloca when we didn't want to, and vice versa.
13780
13781 2001-11-27 Marc Autret <autret_m@epita.fr>
13782
13783 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
13784 initialization.
13785 * src/output.c (prepare): Remove its update.
13786
13787 2001-11-27 Marc Autret <autret_m@epita.fr>
13788
13789 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
13790 Use %error-verbose.
13791
13792 2001-11-27 Marc Autret <autret_m@epita.fr>
13793
13794 * src/bison.simple: Remove YYERROR_VERBOSE using.
13795 Use %%error_verbose.
13796 (yyparse): Likewise.
13797 * src/output.c (prepare): Give its final value.
13798 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
13799 * src/getargs.h: Add its extern declaration.
13800 * src/getargs.c (error_verbose_flag): New int.
13801 (getargs): Update to catch new case.
13802 * src/options.c (option_table): 'error-verbose' is a new option.
13803 (shortopts): Update.
13804
13805 2001-11-27 Akim Demaille <akim@epita.fr>
13806
13807 * src/system.h: Use intl/libgettext.h.
13808 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
13809
13810 2001-11-27 Akim Demaille <akim@epita.fr>
13811
13812 * tests/torture.at (Exploding the Stack Size with Malloc):
13813 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
13814
13815 2001-11-27 Akim Demaille <akim@epita.fr>
13816
13817 * src/files.c: Include error.h.
13818 Reported by Hans Aberg.
13819
13820 2001-11-26 Marc Autret <autret_m@epita.fr>
13821
13822 * src/reader.c (parse_include_decl): New, not yet implemented.
13823 (read_declarations): Add case tok_include.
13824 * src/getargs.h (include): Add its extern definition.
13825 * src/getargs.c (include): New const char *.
13826 (getargs): Add case '-I'.
13827 * src/options.c (option_table): Add include as command line and
13828 percent option.
13829 * src/lex.h (token_t): Add tok_include.
13830
13831 2001-11-26 Akim Demaille <akim@epita.fr>
13832
13833 * src/reader.c (readgram): Make sure rules for mid-rule actions
13834 have a lineno equal to that of their host rule.
13835 Reported by Hans Aberg.
13836 * tests/regression.at (Rule Line Numbers): New.
13837
13838 2001-11-26 Akim Demaille <akim@epita.fr>
13839
13840 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
13841 size_ts.
13842
13843 2001-11-26 Akim Demaille <akim@epita.fr>
13844
13845 * src/complain.c, src/complain.h (error): Remove, provided by
13846 lib/error.[ch].
13847
13848 2001-11-26 Akim Demaille <akim@epita.fr>
13849
13850 * src/reader.c (read_declarations): Don't abort on tok_illegal,
13851 issue an error message.
13852 * tests/regression.at (Invalid %directive): New.
13853 Reported by Hans Aberg.
13854
13855 2001-11-26 Akim Demaille <akim@epita.fr>
13856
13857 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
13858 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
13859
13860 2001-11-26 Akim Demaille <akim@epita.fr>
13861
13862 * src/conflicts.c (conflicts_print): Don't complain at all when
13863 there are no reduce/reduce conflicts, and as many shift/reduce
13864 conflicts as expected.
13865 * tests/regression.at (%expect right): Adjust.
13866
13867 2001-11-23 Akim Demaille <akim@epita.fr>
13868
13869 * lib/alloca.c: Update, from fileutils.
13870
13871 2001-11-23 Akim Demaille <akim@epita.fr>
13872
13873 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
13874
13875 2001-11-23 Akim Demaille <akim@epita.fr>
13876
13877 * src/system.h: Include alloca.h.
13878 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
13879
13880 2001-11-23 Akim Demaille <akim@epita.fr>
13881
13882 * src/print_graph.c (print_actions): Remove `rule', unused.
13883 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
13884 pacify GCC's signed < unsigned warnings.
13885 * src/closure.c (itemsetsize): Likewise.
13886 * src/reader.c (symbol_list_new): Static.
13887
13888 2001-11-23 Akim Demaille <akim@epita.fr>
13889
13890 Attaching lineno to buckets is stupid, since only one copy of each
13891 symbol is kept, only the line of the first occurrence is kept too.
13892
13893 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
13894 * src/reader.c (rline_allocated): Remove, unused.
13895 (symbol_list): Have a `line' member.
13896 (symbol_list_new): New.
13897 (readgram): Use it.
13898 * src/print.c (print_grammar): Output the rule line numbers.
13899 * tests/regression.at (Solved SR Conflicts)
13900 (Unresolved SR Conflicts): Adjust.
13901 Reported by Hans Aberg.
13902
13903 2001-11-22 Marc Autret <autret_m@epita.fr>
13904
13905 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
13906
13907 2001-11-22 Marc Autret <autret_m@epita.fr>
13908
13909 * src/muscle_tab.c (muscle_init): Remove initialization of
13910 skeleton muscle.
13911 * src/output.c (output_master_parser): Do it here.
13912
13913 2001-11-20 Akim Demaille <akim@epita.fr>
13914
13915 * po/sv.po: New.
13916 * configure.in (ALL_LINGUAS): Adjust.
13917 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
13918 longer contains strings to translate.
13919
13920 2001-11-19 Akim Demaille <akim@epita.fr>
13921
13922 * src/conflicts.c (conflicts_print): Add a missing \n.
13923
13924 2001-11-19 Akim Demaille <akim@epita.fr>
13925
13926 * src/nullable.c (nullable_print): New.
13927 (set_nullable): Call it when tracing.
13928 Better locality of variables.
13929
13930 2001-11-19 Akim Demaille <akim@epita.fr>
13931
13932 * src/print.c (print_actions): Better locality of variables.
13933
13934 2001-11-19 Akim Demaille <akim@epita.fr>
13935
13936 * src/derives.c (print_derives): Fix and enrich.
13937 * src/closure.c (print_fderives): Likewise.
13938
13939 2001-11-19 Akim Demaille <akim@epita.fr>
13940
13941 * src/closure.c (itemsetend): Remove, replaced with...
13942 (itemsetsize): new.
13943
13944 2001-11-19 Akim Demaille <akim@epita.fr>
13945
13946 * src/LR0.c (kernel_end): Remove, replaced with...
13947 (kernel_size): new.
13948
13949 2001-11-19 Akim Demaille <akim@epita.fr>
13950
13951 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
13952 to clarify.
13953
13954 2001-11-19 Akim Demaille <akim@epita.fr>
13955
13956 * src/closure.c (closure): Use arrays instead of pointers to clarify.
13957
13958 2001-11-19 Akim Demaille <akim@epita.fr>
13959
13960 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
13961 trace messages.
13962 * src/LR0.c: Likewise.
13963 (allocate_itemsets): Use arrays instead of pointers to clarify.
13964
13965 2001-11-19 Akim Demaille <akim@epita.fr>
13966
13967 * src/getargs.c (statistics_flag): Replace with...
13968 (trace_flag): New.
13969 (longopts): Accept --trace instead of --statistics.
13970 * src/getargs.h, src/options.c: Adjust.
13971 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
13972 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
13973
13974 2001-11-19 Akim Demaille <akim@epita.fr>
13975
13976 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
13977 pointers to clarify the code.
13978 (save_reductions, save_shifts): Factor common parts of alternatives.
13979
13980 2001-11-19 Akim Demaille <akim@epita.fr>
13981
13982 * src/LR0.c (new_state, get_state): Complete TRACE code.
13983 * src/closure.c: Include `reader.h' to get `tags', needed by the
13984 trace code.
13985 Rename the conditional DEBUG as TRACE.
13986 Output consistently TRACEs to stderr, not stdout.
13987 * src/derives.c: Likewise.
13988 * src/reduce.c: (inaccessable_symbols): Using if is better style
13989 than goto.
13990 Use `#if TRACE' instead of `#if 0' for tracing code.
13991
13992 2001-11-19 Akim Demaille <akim@epita.fr>
13993
13994 * src/system.h (LIST_FREE, shortcpy): New.
13995 * src/LR0.c: Use them.
13996 * src/output.c (free_itemsets, free_reductions, free_shifts):
13997 Remove, replaced by LIST_FREE.
13998
13999 2001-11-19 Akim Demaille <akim@epita.fr>
14000
14001 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
14002 (REDUCTIONS_ALLOC): New.
14003 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
14004 allocation.
14005
14006 2001-11-19 Akim Demaille <akim@epita.fr>
14007
14008 * src/LR0.c (new_state): Complete trace code.
14009 * src/nullable.c (set_nullable): Don't translate traces.
14010
14011 2001-11-19 Akim Demaille <akim@epita.fr>
14012
14013 * src/print_graph.c (print_core): Better locality of variables.
14014 * src/print.c (print_core): Likewise.
14015
14016 2001-11-19 Akim Demaille <akim@epita.fr>
14017
14018 * src/vcg.c: You do the output, so you are responsible of the
14019 handling of VCG syntax, in particular: use quotearg.
14020 * src/print_graph.c: Don't.
14021 (print_actions): Don't output the actions as part of the nodes,
14022 since that's the job of the edges.
14023 (print_state): Don't output by hand: fill the node description,
14024 and ask for its output.
14025
14026 2001-11-19 Akim Demaille <akim@epita.fr>
14027
14028 * src/bison.simple (yyparse): When verbosely reporting an error,
14029 no longer put additional quotes around token names.
14030 * tests/calc.at: Adjust.
14031
14032 2001-11-19 Akim Demaille <akim@epita.fr>
14033
14034 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
14035 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
14036 * src/output.c: Adjust.
14037
14038 2001-11-19 Akim Demaille <akim@epita.fr>
14039
14040 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
14041 (rule_t): this.
14042 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
14043
14044 2001-11-19 Akim Demaille <akim@epita.fr>
14045
14046 * src/gram.h (rule_t): New.
14047 (rule_table): New.
14048 (rrhs, rlhs): Remove, part of state_t.
14049 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
14050 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
14051 * src/reader.c, src/reduce.c: Adjust.
14052
14053 2001-11-19 Akim Demaille <akim@epita.fr>
14054
14055 * src/reader.c (symbols_output): New, extracted from...
14056 (packsymbols): Here.
14057 (reader): Call it.
14058
14059 2001-11-19 Akim Demaille <akim@epita.fr>
14060
14061 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
14062 (maxrhs): this new function.
14063
14064 2001-11-19 Akim Demaille <akim@epita.fr>
14065
14066 * src/lalr.c (F): New macro to access the variable F.
14067 Adjust.
14068
14069 2001-11-19 Akim Demaille <akim@epita.fr>
14070
14071 * src/lalr.h (LA): New macro to access the variable LA.
14072 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
14073 * src/lalr.c: Adjust.
14074
14075 2001-11-19 Akim Demaille <akim@epita.fr>
14076
14077 * src/lalr.c (initialize_LA): Only initialize LA. Let...
14078 (set_state_table): handle the `lookaheads' members.
14079
14080 2001-11-19 Akim Demaille <akim@epita.fr>
14081
14082 * src/lalr.h (lookaheads): Removed array, whose contents is now
14083 a member of...
14084 (state_t): this structure.
14085 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
14086 Adjust.
14087
14088 2001-11-19 Akim Demaille <akim@epita.fr>
14089
14090 * src/lalr.h (consistent): Removed array, whose contents is now
14091 a member of...
14092 (state_t): this structure.
14093 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
14094 Adjust.
14095
14096 2001-11-19 Akim Demaille <akim@epita.fr>
14097
14098 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
14099 contents are now members of...
14100 (state_t): this structure.
14101 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
14102 Adjust.
14103
14104 2001-11-19 Akim Demaille <akim@epita.fr>
14105
14106 * src/lalr.h (state_t): New.
14107 (state_table): Be a state_t * instead of a core **.
14108 (accessing_symbol): Remove, part of state_t.
14109 * src/lalr.c: Adjust.
14110 (set_accessing_symbol): Merge into...
14111 (set_state_table): this.
14112 * src/print_graph.c, src/conflicts.c: Adjust.
14113
14114 2001-11-14 Akim Demaille <akim@epita.fr>
14115
14116 * tests/calc.at, tests/output.at, tests/regression.at,
14117 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
14118 now the tests are run in private dirs, therefore AC_CLEANUP and
14119 family can be simplified to 0-ary.
14120 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
14121 use abs. path to find config.h.
14122 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
14123 stderr, there can be way too much random noise.
14124 Instead pass -Werror to GCC and rely on the exit status.
14125 Reported by Wolfram Wagner.
14126
14127 2001-11-14 Akim Demaille <akim@epita.fr>
14128
14129 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
14130 defined only if yyoverflow is defined, to avoid `warning: unused
14131 variable `yyvs1''.
14132 Reported by The Test Suite.
14133
14134 2001-11-14 Akim Demaille <akim@epita.fr>
14135
14136 * src/print.c: Include reduce.h.
14137 Reported by Hans Aberg.
14138
14139 2001-11-14 Akim Demaille <akim@epita.fr>
14140
14141 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
14142 Revert a previous patch: these are really const.
14143 * src/conflicts.c (conflict_report): Additional useless pair of
14144 braces to pacify GCC's warnings for `if () if () {} else {}'.
14145 * src/lex.c (parse_percent_token): Replace equal_offset with
14146 arg_offset.
14147 arg is const.
14148 Be sure to strdup `arg' when used, since there is no reason for
14149 token_buffer not to change.
14150
14151 2001-11-14 Akim Demaille <akim@epita.fr>
14152
14153 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
14154 definition.
14155 * src/main.c (main): Use them.
14156 Suggested by Hans Aberg.
14157
14158 2001-11-12 Akim Demaille <akim@epita.fr>
14159
14160 * src/system.h (ngettext): Now that we use ngettext, be sure to
14161 provide a default definition when NLS are not used.
14162
14163 2001-11-12 Akim Demaille <akim@epita.fr>
14164
14165 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
14166 Use @kbd to denote user input.
14167 (Language and Grammar): ANSIfy the example.
14168 Adjust its layout for info/notinfo.
14169 (Location Tracking Calc): Output error messages to stderr.
14170 Output locations in a more GNUtically correct way.
14171 Fix a couple of Englishos.
14172 Adjust @group/@end group pairs.
14173
14174 2001-11-12 Akim Demaille <akim@epita.fr>
14175
14176 %expect was not functioning at all.
14177
14178 * src/conflicts.c (expected_conflicts): Set to -1.
14179 (conflict_report): Use ngettext.
14180 (conflicts_print): Check %expect and make its violation an error.
14181 * doc/bison.texinfo (Expect Decl): Adjust.
14182 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
14183 * tests/regression.at (%expect not enough, %expect right)
14184 (%expect too much): New.
14185
14186 2001-11-12 Akim Demaille <akim@epita.fr>
14187
14188 * tests/regression.at (Conflicts): Rename as...
14189 (Unresolved SR Conflicts): this.
14190 (Solved SR Conflicts): New.
14191
14192 2001-11-12 Akim Demaille <akim@epita.fr>
14193
14194 * src/reduce.c (print_results): Rename as...
14195 (reduce_output): This.
14196 Output to OUT, passed as argument, instead of output_obstack.
14197 (dump_grammar): Likewise.
14198 (reduce_free): New.
14199 Also free V1.
14200 (reduce_grammar): No longer call reduce_output, since...
14201 * src/print.c (print_results): do it.
14202 * src/main.c (main): Call reduce_free;
14203
14204 2001-11-12 Akim Demaille <akim@epita.fr>
14205
14206 * src/conflicts.c (print_reductions): Accept OUT as argument.
14207 Output to it, not to output_obstack.
14208 * src/print.c (print_actions): Adjust.
14209
14210 2001-11-12 Akim Demaille <akim@epita.fr>
14211
14212 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
14213 the result instead of using...
14214 (src_total, rrc_total, src_count, rrc_count): Remove.
14215 (any_conflicts): Remove.
14216 (print_conflicts): Split into...
14217 (conflicts_print, conflicts_output): New.
14218 * src/conflicts.h: Adjust.
14219 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
14220 * src/print.c (print_grammar): Issue `\n' between two rules.
14221 * tests/regression.at (Conflicts): New.
14222 Reported by Tom Lane.
14223
14224 2001-11-12 Akim Demaille <akim@epita.fr>
14225
14226 * tests/regression.at (Invalid input): Remove, duplicate with
14227 ``Invalid input: 1''.
14228
14229 2001-11-12 Akim Demaille <akim@epita.fr>
14230
14231 * tests/torture.at (AT_DATA_STACK_TORTURE)
14232 (Exploding the Stack Size with Alloca)
14233 (Exploding the Stack Size with Malloc): New.
14234
14235 2001-11-12 Akim Demaille <akim@epita.fr>
14236
14237 * src/bison.simple (YYSTACK_REALLOC): New.
14238 (yyparse) [!yyoverflow]: Use it and free the old stack.
14239 Reported by Per Allansson.
14240
14241 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
14242
14243 * src/bison.simple: Define type yystype instead of YYSTYPE, and
14244 define CPP macro, which substitute YYSTYPE by yystype.
14245 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
14246 with yyltype/YYLTYPE. This allows inclusion of the generated
14247 header within the parser if the compiler, such as GGC, accepts
14248 multiple equivalent #defines.
14249 From Akim.
14250
14251 2001-11-05 Akim Demaille <akim@epita.fr>
14252
14253 * src/reader.c (symbols_output): New, extracted from...
14254 (packsymbols): here.
14255 (reader): Adjust.
14256
14257 2001-11-05 Akim Demaille <akim@epita.fr>
14258
14259 * src/lex.c (parse_percent_token): s/quotearg/quote/.
14260
14261 2001-11-05 Akim Demaille <akim@epita.fr>
14262
14263 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
14264 pattern.
14265
14266 2001-11-05 Akim Demaille <akim@epita.fr>
14267
14268 * src/options.h (struct option_table_struct): set_flags is void*.
14269 * src/options.c (longopts): Support `--output' and `%output'.
14270 (usage): Adjust.
14271 * src/lex.h (tok_setopt): Remove, replaced with...
14272 (tok_intopt, tok_stropt): these new guys.
14273 * src/lex.c (getopt.h): Not needed.
14274 (token_buffer, unlexed_token_buffer): Not const.
14275 (percent_table): Promote `-' over `_' in directive names.
14276 Active `%name-prefix', `file-prefix', and `output'.
14277 (parse_percent_token): Accept possible arguments to directives.
14278 Promote `-' over `_' in directive names.
14279
14280 2001-11-04 Akim Demaille <akim@epita.fr>
14281
14282 * doc/bison.texinfo (Decl Summary): Split the list into
14283 `directives for grammars' and `directives for bison'.
14284 Sort'em.
14285 Add description of `%name-prefix', `file-prefix', and `output'.
14286 Promote `-' over `_' in directive names.
14287 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
14288 Simplify the description of `--name-prefix'.
14289 Promote `-' over `_' in directive names.
14290 Promote `--output' over `--output-file'.
14291 Fix the description of `--defines'.
14292 * tests/output.at: Exercise %file-prefix and %output.
14293
14294 2001-11-02 Akim Demaille <akim@epita.fr>
14295
14296 * doc/refcard.tex: Update.
14297
14298 2001-11-02 Akim Demaille <akim@epita.fr>
14299
14300 * src/symtab.h (SUNDEF): New.
14301 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
14302 stand for `uninitialized', instead of 0.
14303 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
14304 * src/lex.c (lex): Adjust.
14305
14306 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
14307 Number it 0.
14308 Let yylex return it instead of a plain 0.
14309 Reported by Dick Streefland.
14310
14311 2001-11-02 Akim Demaille <akim@epita.fr>
14312
14313 * tests/regression.at (Mixing %token styles): New test.
14314
14315 2001-11-02 Akim Demaille <akim@epita.fr>
14316
14317 * src/reader.c (parse_thong_decl): Formatting changes.
14318 (token_translations_init): New, extracted from...
14319 (packsymbols): Here.
14320 Adjust.
14321
14322 2001-11-01 Akim Demaille <akim@epita.fr>
14323
14324 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
14325 Check that `9foo.y' produces correct cpp guards.
14326 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
14327 guards.
14328 Reported by Wwp.
14329
14330 2001-11-01 Akim Demaille <akim@epita.fr>
14331
14332 * tests/regression.at (Invalid input: 2): New.
14333 * src/lex.c (unlexed_token_buffer): New.
14334 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
14335 too.
14336 Reported by Wwp.
14337
14338 2001-11-01 Akim Demaille <akim@epita.fr>
14339
14340 * tests/calc.at: Catch up with 1.30.
14341 * configure.in: Bump to 1.49a.
14342 Adjust to newer Autotest.
14343
14344 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
14345
14346 * src/conflicts.c: Move global variables rrc_total and src_total ...
14347 (print_conflicts): here.
14348 * src/output.c (output): Free global variable user_toknums.
14349 * src/lex.c (token_obstack): Become static.
14350
14351 2001-10-18 Akim Demaille <akim@epita.fr>
14352
14353 * tests/atlocal.in (GCC): Add.
14354 * tests/calc.at: s/m4_match/m4_bmatch/.
14355 s/m4_patsubst/m4_bpatsubst/.
14356 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
14357 * configure.in: AC_SUBST(GCC).
14358
14359 2001-10-14 Marc Autret <autret_m@epita.fr>
14360
14361 * src/options.c (create_long_option_table): Fix.
14362
14363 2001-10-10 Akim Demaille <akim@epita.fr>
14364
14365 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
14366
14367 2001-10-04 Akim Demaille <akim@epita.fr>
14368
14369 * src/reader.c (parse_union_decl): Push the caracters in
14370 union_obstack, not attrs_obstack.
14371
14372 2001-10-04 Akim Demaille <akim@epita.fr>
14373
14374 Merge in the branch 1.29.
14375
14376 * src/reader.c (packsymbols): Use a temporary obstack for
14377 `%%tokendef', since output_stack is already used elsewhere.
14378
14379 2001-10-02 Akim Demaille <akim@epita.fr>
14380
14381 Bump 1.29d.
14382
14383 2001-10-02 Akim Demaille <akim@epita.fr>
14384
14385 Version 1.29c.
14386
14387 2001-10-02 Akim Demaille <akim@epita.fr>
14388
14389 * tests/regression.at (Invalid CPP headers): New.
14390 From Alexander Belopolsky.
14391 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
14392
14393 2001-10-02 Akim Demaille <akim@epita.fr>
14394
14395 * tests/regression.at (Invalid input): New.
14396 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
14397 Reported by Shura.
14398
14399 2001-10-02 Akim Demaille <akim@epita.fr>
14400
14401 * tests/calc.at: Now that --debug works, the tests must be adjusted.
14402
14403 2001-10-02 Akim Demaille <akim@epita.fr>
14404
14405 * src/output.c (output_parser): Assert `skeleton'.
14406 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
14407 systems.
14408 From Shura.
14409
14410 2001-10-01 Marc Autret <autret_m@epita.fr>
14411
14412 * src/lex.h: Echo modifications.
14413 * src/lex.c (unlex): Parameter is now token_t.
14414 From Hans Aberg.
14415
14416 2001-10-01 Marc Autret <autret_m@epita.fr>
14417
14418 * src/main.c: Include lex.h.
14419 From Hans Aberg.
14420
14421 2001-09-29 Akim Demaille <akim@epita.fr>
14422
14423 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
14424
14425 2001-09-28 Akim Demaille <akim@epita.fr>
14426
14427 * tests/testsuite.at: Update to newer Autotest.
14428 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
14429
14430 2001-09-27 Akim Demaille <akim@epita.fr>
14431
14432 Position independent wrapper.
14433
14434 * tests/bison: Remove.
14435 * tests/bison.in: New.
14436 * configure.in: Adjust.
14437
14438 2001-09-27 Paul Eggert <eggert@twinsun.com>
14439
14440 Port quotearg fixes from tar 1.13.24.
14441
14442 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
14443 tm to be declared.
14444 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
14445 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
14446
14447 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
14448 * m4/mbrtowc.m4: New file.
14449 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
14450 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
14451
14452 2001-09-27 Akim Demaille <akim@epita.fr>
14453
14454 Bump to 1.29c.
14455
14456 2001-09-27 Akim Demaille <akim@epita.fr>
14457
14458 Version 1.29b.
14459
14460 2001-09-25 Akim Demaille <akim@epita.fr>
14461
14462 * src/system.h: Include `xalloc.h'.
14463 Remove it from the C files.
14464 * src/files.c (output_files): Free the obstacks.
14465 * src/lex.c (init_lex): Rename as...
14466 (lex_init): this.
14467 (lex_free): New.
14468 * src/main.c (main): Use it.
14469
14470 2001-09-24 Marc Autret <autret_m@epita.fr>
14471
14472 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
14473 to output informations in fout (FILE*).
14474 (open_graph, close_graph): Likewise.
14475 (output_graph, output_edge, output_node): Likewise.
14476 * src/vcg.h: Update function prototypes.
14477 * src/print_graph.c (print_graph): Open output graph file.
14478 (print_actions): Adjust.
14479 * src/files.h: Remove extern declaration.
14480 * src/files.c: Remove graph_obstack declaration.
14481 (open_files): Remove graph_obstack initialization.
14482 (output_files): Remove graph_obstack saving.
14483
14484 2001-09-24 Marc Autret <autret_m@epita.fr>
14485
14486 * src/files.c (compute_output_file_names): Fix.
14487
14488 2001-09-24 Marc Autret <autret_m@epita.fr>,
14489 Akim Demaille <akim@epita.fr>
14490
14491 * src/reader.c (reader): Remove call to free_symtab ().
14492 * src/main.c (main): Call it here.
14493 Include symtab.h.
14494 * src/conflicts.c (initialize_conflicts): Rename as...
14495 (solve_conflicts): this.
14496 * src/print.c (print_core, print_actions, print_state)
14497 (print_grammar): Dump to a file instead a `output_obstack'.
14498 (print_results): Dump `output_obstack', and then proceed with the
14499 FILE *.
14500 * src/files.c (compute_output_file_names, close_files): New.
14501 (output_files): Adjust.
14502 * src/main.c (main): Adjust.
14503
14504 2001-09-23 Marc Autret <autret_m@epita.fr>
14505
14506 * src/files.c (compute_header_macro): Computes header macro name
14507 from spec_defines_file when given.
14508
14509 2001-09-23 Marc Autret <autret_m@epita.fr>
14510
14511 * src/files.c (output_files): Add default extensions.
14512
14513 2001-09-22 Akim Demaille <akim@epita.fr>
14514
14515 * src/conflicts.c (finalize_conflicts): Rename as...
14516 (free_conflicts): this.
14517
14518 2001-09-22 Akim Demaille <akim@epita.fr>
14519
14520 * src/gram.c (gram_free): Rename back as...
14521 (dummy): this.
14522 (output_token_translations): Free `token_translations'.
14523 * src/symtab.c (free_symtab): Free the tag field.
14524
14525 2001-09-22 Akim Demaille <akim@epita.fr>
14526
14527 Remove `translations' as it is always set to true.
14528
14529 * src/gram.h: Adjust.
14530 * src/reader.c (packsymbols, parse_token_decl): Adjust
14531 * src/print.c (print_grammar): Adjust.
14532 * src/output.c (output_token_translations): Adjust.
14533 * src/lex.c (lex): Adjust.
14534 * src/gram.c: Be sure the set pointers to NULL.
14535 (dummy): Rename as...
14536 (gram_free): this.
14537
14538 2001-09-22 Akim Demaille <akim@epita.fr>
14539
14540 * configure.in: Invoke AM_LIB_DMALLOC.
14541 * src/system.h: Use dmalloc.
14542 * src/LR0.c: Be sure to have pointers initialized to NULL.
14543 (allocate_itemsets): Allocate kernel_items only if needed.
14544
14545 2001-09-22 Akim Demaille <akim@epita.fr>
14546
14547 * configure.in: Bump to 1.29b.
14548 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
14549 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
14550 need xmalloc.c in calc.y.
14551 From Pascal Bart.
14552
14553 2001-09-21 Akim Demaille <akim@epita.fr>
14554
14555 Version 1.29a.
14556 * Makefile.maint, config/config.guess, config/config.sub,
14557 * config/missing: Update from masters.
14558 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
14559 upon package.m4.
14560 * configure.in (ALL_LINGUAS): Add `tr'.
14561
14562 2001-09-21 Akim Demaille <akim@epita.fr>
14563
14564 * tests/Makefile.am (package.m4): Move to...
14565 ($(srcdir)/$(TESTSUITE)): here.
14566
14567 2001-09-20 Akim Demaille <akim@epita.fr>
14568
14569 * src/complain.c: No longer try to be standalone: use system.h.
14570 Don't assume __STDC__ is defined to 1. Just test if it is defined.
14571 * src/complain.h: Likewise.
14572 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
14573 Remove the unused variable `n'.
14574 From Albert Chin-A-Young.
14575
14576 2001-09-18 Marc Autret <autret_m@epita.fr>
14577
14578 * doc/bison.1: Update.
14579 * doc/bison.texinfo (Bison Options): Update --defines and --graph
14580 descriptions.
14581 (Option Cross Key): Update.
14582 Add --graph.
14583
14584 2001-09-18 Marc Autret <autret_m@epita.fr>
14585
14586 * tests/regression.at: New test (comment in %union).
14587
14588 2001-09-18 Marc Autret <autret_m@epita.fr>
14589
14590 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
14591 do that.
14592 Reported by Keith Browne.
14593
14594 2001-09-18 Marc Autret <autret_m@epita.fr>
14595
14596 * tests/output.at: Add tests for --defines and --graph.
14597
14598 2001-09-18 Marc Autret <autret_m@epita.fr>
14599
14600 * tests/output.at: Removes tests of %{header,src}_extension features.
14601
14602 2001-09-18 Akim Demaille <akim@epita.fr>
14603
14604 * tests/Makefile.am (package.m4): New.
14605 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
14606 (_AT_CHECK_CALC_ERROR): Likewise.
14607 Factor the `, ' part of verbose error messages.
14608
14609 2001-09-18 Marc Autret <autret_m@epita.fr>
14610
14611 * src/getargs.c (longopts): Declare --defines and --graph as options
14612 with optional arguments.
14613 * src/files.h: Add extern declarations.
14614 * src/files.c (spec_graph_file, spec_defines_file): New.
14615 (output_files): Update.
14616 Remove CPP-outed code.
14617
14618 2001-09-18 Marc Autret <autret_m@epita.fr>
14619
14620 Turn off %{source,header}_extension feature.
14621
14622 * src/files.c (compute_exts_from_gf): Update.
14623 (compute_exts_from_src): Update.
14624 (output_files): CPP-out useless code.
14625 * src/files.h: Remove {header,source}_extension extern declarations.
14626 * src/reader.c (parse_dquoted_param): CPP-out.
14627 (parse_header_extension_decl): Remove.
14628 (parse_source_extension_decl): Remove.
14629 (read_declarations): Remove cases tok_{hdrext,srcext}.
14630 * src/lex.c (percent_table): Remove {header,source}_extension entries.
14631 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
14632
14633 2001-09-10 Akim Demaille <akim@epita.fr>
14634
14635 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
14636 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
14637 (AT_CHECK_OUTPUT): this.
14638 Merely check ls' exit status, its output is useless.
14639
14640 2001-09-10 Akim Demaille <akim@epita.fr>
14641
14642 * tests/calc.at: Use m4_match.
14643 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
14644
14645 2001-09-10 Marc Autret <autret_m@epita.fr>,
14646 Akim Demaille <akim@epita.fr>
14647
14648 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
14649 enum color_e.
14650 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
14651 to `normal'.
14652 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
14653 * src/lex.h: Adjust prototype.
14654 (token_t): Add `tok_undef'.
14655 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
14656 (parse_percent_token): Now returns token_t.
14657 Add default statement in switch.
14658 (lex): Separate `c' as an input variable, from the token_t result
14659 part.
14660 (unlexed): Is a token_t.
14661
14662 2001-09-10 Akim Demaille <akim@epita.fr>
14663
14664 * configure.in: Bump to 1.29a.
14665
14666 2001-09-07 Akim Demaille <akim@epita.fr>
14667
14668 Version 1.29.
14669
14670 2001-08-30 Akim Demaille <akim@epita.fr>
14671
14672 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
14673 * m4/atconfig.m4: Remove.
14674 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
14675 * tests/bison: New.
14676 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
14677 m4_if, m4_patsubst, and m4_regexp.
14678 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
14679 `input' file instead of echo.
14680
14681 2001-08-29 Akim Demaille <akim@epita.fr>
14682
14683 Bump to 1.28e.
14684
14685 2001-08-29 Akim Demaille <akim@epita.fr>
14686
14687 Version 1.28d.
14688
14689 2001-08-29 Paul Eggert <eggert@twinsun.com>
14690
14691 * src/bison.simple (yyparse): Don't take the address of an
14692 item before the start of an array, as that doesn't conform to
14693 the C Standard.
14694
14695 2001-08-29 Robert Anisko <anisko_r@epita.fr>
14696
14697 * doc/bison.texinfo (Location Tracking Calc): New node.
14698
14699 2001-08-29 Paul Eggert <eggert@twinsun.com>
14700
14701 * src/output.c (output): Do not define const, as this now
14702 causes more problems than it cures.
14703
14704 2001-08-29 Akim Demaille <akim@epita.fr>
14705
14706 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
14707 the nodes.
14708 Be sure to tag the `detailmenu'.
14709
14710 2001-08-29 Akim Demaille <akim@epita.fr>
14711
14712 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
14713 download in a tmp dir.
14714
14715 2001-08-28 Marc Autret <autret_m@epita.fr>
14716
14717 * config/depcomp: New file.
14718
14719 2001-08-28 Marc Autret <autret_m@epita.fr>
14720
14721 * doc/bison.1 (mandoc): Adjust.
14722 From Juan Manuel Guerrero.
14723
14724 2001-08-28 Marc Autret <autret_m@epita.fr>
14725
14726 * src/print_graph.c (print_state): Fix.
14727
14728 2001-08-27 Marc Autret <autret_m@epita.fr>
14729
14730 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
14731 char * members.
14732 Echo modifications to the functions prototypes.
14733 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
14734
14735 2001-08-27 Marc Autret <autret_m@epita.fr>
14736
14737 * src/vcg.c: Include `xalloc.h'.
14738 (add_colorentry): New.
14739 (add_classname): New.
14740 (add_infoname): New.
14741 * src/vcg.h: Add new prototypes.
14742
14743 2001-08-27 Akim Demaille <akim@epita.fr>
14744
14745 * Makefile.maint: Sync. again with CVS Autoconf.
14746
14747 2001-08-27 Akim Demaille <akim@epita.fr>
14748
14749 * Makefile.maint: Formatting changes.
14750 (po-update, cvs-update, update): New targets.
14751 (AMTAR): Remove.
14752
14753 2001-08-27 Akim Demaille <akim@epita.fr>
14754
14755 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
14756 * Makefile.maint: Sync. with CVS Autoconf.
14757
14758 2001-08-27 Marc Autret <autret_m@epita.fr>
14759
14760 * src/vcg.h (struct infoname_s): New.
14761 (struct colorentry_s): New.
14762 (graph_s): New fields {vertical,horizontal}_order in structure.
14763 Add `infoname' field.
14764 Add `colorentry' field;
14765 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
14766 (G_HORIZONTAL_ORDER): New.
14767 (G_INFONAME): New.
14768 (G_COLORENTRY): New.
14769 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
14770 Add output of `infoname'.
14771 Add output of `colorentry'.
14772
14773 2001-08-27 Marc Autret <autret_m@epita.fr>
14774
14775 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
14776 This one shadowed a global parameter.
14777
14778 2001-08-24 Marc Autret <autret_m@epita.fr>
14779
14780 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
14781 instead of `unsigned'.
14782 (print_state): Do not call obstack_object_size () in obstack_grow ()
14783 to avoid macro variables shadowing.
14784
14785 2001-08-23 Marc Autret <autret_m@epita.fr>
14786
14787 * src/lex.c (percent_table): Typo: s/naem/name/.
14788 Add graph option.
14789 Normalize new options declarations.
14790
14791 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
14792
14793 * tests/suite.at: Exercise %header_extension and %source_extension.
14794
14795 2001-08-16 Marc Autret <autret_m@epita.fr>
14796
14797 * src/reader.c (parse_dquoted_param): New.
14798 (parse_header_extension_decl): Use it.
14799 (parse_source_extension_decl): Likewise.
14800
14801 2001-08-16 Marc Autret <autret_m@epita.fr>
14802
14803 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
14804 (get_xxxx_str): Use assert () instead of complain ().
14805 Remove return invokations in default cases.
14806 (get_decision_str): Modify default behaviour. Remove second argument.
14807 Echo modifications on calls.
14808 (output_graph): Fix.
14809
14810 2001-08-16 Marc Autret <autret_m@epita.fr>
14811
14812 * src/getargs.c (usage): Update with ``-g, --graph''.
14813
14814 2001-08-16 Marc Autret <autret_m@epita.fr>
14815
14816 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
14817 (Option Cross Key): Likewise.
14818 * doc/bison.1: Update.
14819
14820 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
14821
14822 * src/output.c (output_master_parser): Don't finish action_obstack.
14823 (output_parser): Don't care about the muscle action, here.
14824 (prepare): Copy the action_obstack in the action muscle.
14825 (output): Free action_obstack.
14826
14827 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
14828
14829 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
14830 will contain `%union' declaration.
14831 (parse_union_decl): Delete #line directive output.
14832 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
14833 informations about %union.
14834 (parse_union_decl): Copy the union_obstack in the muscle stype.
14835 * src/bison.simple: Add new #line directive.
14836 Add typdef %%stype YYSTYPE.
14837
14838 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
14839
14840 * src/bison.simple: Add new `#line' directive.
14841
14842 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
14843
14844 * src/bison.simple: New `#line' directive.
14845 * src/output.c (output_parser): Support new dynamic muscle input_line.
14846
14847 2001-09-22 Marc Autret <autret_m@epita.fr>
14848
14849 * src/output.c (output_master_parser): New.
14850 (output_parser): Be more re-entrant.
14851
14852 2001-09-21 Marc Autret <autret_m@epita.fr>
14853
14854 * src/reader.c (copy_definition, parse_union_decl): Update and use
14855 `linef' muscle.
14856 (copy_action): Likewise.
14857 Use obstack_1grow ().
14858 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
14859
14860 2001-09-21 Marc Autret <autret_m@epita.fr>
14861
14862 * src/options.c (option_table): Adjust.
14863 * src/lex.c (parse_percent_token): Fix.
14864
14865 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
14866
14867 * src/options.c (symtab.h): Include it, need by lex.h.
14868
14869 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
14870
14871 * src/lex.c (parse_percent_token): Change type of variable `tx', which
14872 is now an option_table_struct*.
14873 (option_strcmp): New function option_strcmp.
14874 (parse_percent_token): Call option_strcmp.
14875 * src/getargs.c (xalloc.h, options.h): Include it.
14876 (getargs): Call create_long_option_table.
14877 (getargs): Free longopts at the end of the function.
14878 (shortopts): Move in options.c.
14879 * src/options.c (create_long_option_table): New function. Convert
14880 information from option_table to option structure.
14881 * src/reader.c (options.h): Include it.
14882
14883 * src/Makefile.am: Adjust.
14884 * src/options.c (option_table): Create from longopts and percent_table.
14885 * src/getargs.c (longopts): Delete.
14886 * src/lex.c (struct percent_table_struct): Delete.
14887 (percent_table): Delete.
14888 (options.h): Include it.
14889 * src/options.c: Create.
14890 * src/options.h: Create.
14891 Declare enum opt_access_e.
14892 Define struct option_table_struct.
14893
14894 2001-09-20 Marc Autret <autret_m@epita.fr>
14895
14896 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
14897 sections of Bison.
14898
14899 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
14900
14901 * src/bison.simple: s/%%filename/%%skeleton.
14902 * src/muscle_tab.c (getargs.h): Include it.
14903 (muscle_init): Insert new muscle skeleton.
14904
14905 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
14906
14907 * src/output.c (output_parser): Delete unused variable actions_dumped.
14908
14909 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
14910
14911 * src/output.c (output): Delete call to reader_output_yylsp.
14912 * src/reader.c (reader): Likewise.
14913 * src/reader.h: Delete declaration of reader_output_yylsp.
14914
14915 2001-09-02 Marc Autret <autret_m@epita.fr>
14916
14917 * src/reader.c: Include muscle_tab.h.
14918 (parse_union_decl): Update.
14919 (parse_macro_decl): Rename parse_muscle_decl.
14920 Update to use renamed functions and variable.
14921 (read_declarations, copy_action, read_additionnal_code, : Updated
14922 with correct variables and functions names.
14923 (packsymbols, reader): Likewise.
14924
14925 * src/reader.h (muscle_obstack): Extern declaration update.
14926
14927 * src/output.c: Include muscle_tab.h
14928 In all functions using macro_insert, change by using muscle_insert ().
14929 (macro_obstack): Rename muscle_obstack.
14930 Echo modifications in the whole file.
14931 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
14932 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
14933 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
14934
14935 * src/muscle_tab.h: Update double inclusion macros.
14936 (macro_entry_s): Rename muscle_entry_s.
14937 Update prototypes.
14938
14939 * src/muscle_tab.c: Include muscle_tab.h.
14940 Rename macro_tabble to muscle_table.
14941 (mhash1, mhash2, mcmp): Use muscle_entry.
14942 (macro_init): Rename muscle_init. Update.
14943 (macro_insert): Rename muscle_insert. Update.
14944 (macro_find): Rename muscle_find. Update.
14945
14946 * src/main.c: Include muscle_tab.h.
14947 (main): Call muscle_init ().
14948 * src/Makefile.am (bison_SOURCES): Echo modifications.
14949
14950 2001-09-02 Marc Autret <autret_m@epita.fr>
14951
14952 Now the files macro_tab.[ch] are named muscle_tab.[ch].
14953
14954 * src/muscle_tab.c, src/muscle_tab.h: Add files.
14955
14956 2001-09-02 Marc Autret <autret_m@epita.fr>
14957
14958 * src/macrotab.c, src/macrotab.h: Remove.
14959
14960 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
14961
14962 * src/reader.c (copy_guard): Use muscle to specify the `#line'
14963 filename.
14964
14965 2001-09-01 Marc Autret <autret_m@epita.fr>
14966
14967 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
14968 to an explicit value to activate the feature. We do it here.
14969
14970 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
14971
14972 * src/output.c (prepare): Delete the `filename' muscule insertion.
14973 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
14974 (parse_union_decl): Likewise.
14975 * src/macrotab.c (macro_init): Initialize filename by infile.
14976
14977 2001-08-31 Marc Autret <autret_m@epita.fr>
14978
14979 * src/bison.simple (YYLSP_NEEDED): New definition.
14980 * src/output.c (prepare): Add macro insertion of `locations_flag'
14981
14982 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
14983
14984 * src/output.c (prepare): Delete insertion of previous muscles,
14985 and insert the `prefix' muscles.
14986 * src/macrotab.c (macro_init): Likewise.
14987 (macro_init): Initialization prefix directive by `yy'.
14988 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
14989 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
14990 yylval, yydebug, yyerror, yynerrs and yyparse.
14991 New directive `#define' to substitute yydebug, ... with option
14992 name_prefix.
14993
14994 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
14995
14996 * src/main.c (main): Standardize.
14997 * src/output.c (output_table_data, output_parser): Likewise.
14998 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
14999
15000 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
15001
15002 * src/reader.c (read_additionnal_code): Rename %%user_code to
15003 %%epilogue.
15004 * src/output.c (output): Rename %%declarations to %%prologue.
15005 * src/bison.simple: Echo modifications.
15006
15007 2001-08-31 Marc Autret <autret_m@epita.fr>
15008
15009 * src/reader.c (readgram): CleanUp.
15010 (output_token_defines): Likewise.
15011 (packsymbols): Likewise.
15012 (reader): Likewise.
15013 * src/output.c (output): CPP-out useless code.
15014
15015 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
15016
15017 * src/reader.c (reader): Delete obsolete call to function
15018 output_trailers and output_headers.
15019 * src/output.h: Remove obsolete functions prototypes of output_headers
15020 and output_trailers.
15021
15022 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
15023
15024 * src/main.c: Include macrotab.h.
15025 * src/macrotab.h (macro_entry_s): Constify fields.
15026 Adjust functions prototypes.
15027 * src/macrotab.c (macro_insert): Constify key and value.
15028 (macro_find): Constify key.
15029 (macro_insert): Include 'xalloc.h'
15030 (macro_insert): Use XMALLOC.
15031 (macro_find): Constify return value.
15032 * src/output.c (output_table_data): Rename table to table_data.
15033 (output_parser): Constify macro_key, macro_value.
15034
15035 2001-08-30 Marc Autret <autret_m@epita.fr>
15036
15037 * src/reader.c (parse_skel_decl): New.
15038 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
15039 * src/lex.h (token_t): New token `tok_skel'.
15040 * src/lex.c (percent_table): Add skeleton option entry.
15041 Standardize.
15042
15043 2001-08-29 Marc Autret <autret_m@epita.fr>
15044
15045 * src/bison.simple: Add %%user_code directive at the end.
15046 * src/reader.c (read_additionnal_code): New.
15047 (reader): Use it.
15048 * src/output.c (output_program): Remove.
15049 (output): Update.
15050
15051 2001-08-28 Marc Autret <autret_m@epita.fr>
15052
15053 * src/output.c (output_actions): Clean up.
15054 (output_gram): CPP-out useless code.
15055 * src/reader.c (reader): Clean up, CPP-out useless code.
15056
15057 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
15058
15059 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
15060 directive.
15061 * src/bison.simple: Add `%%definitions'.
15062
15063 2001-08-28 Marc Autret <autret_m@epita.fr>
15064
15065 * config/depcomp: New file.
15066
15067 2001-08-27 Paul Eggert <eggert@twinsun.com>
15068
15069 * src/bison.simple (yyparse): Don't take the address of an
15070 item before the start of an array, as that doesn't conform to
15071 the C Standard.
15072
15073 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
15074
15075 * src/output.c (output): Remove the initialization of the macro
15076 obstack. It was done too late here.
15077
15078 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
15079 completely wrong.
15080 (reader): Initialize the macro obstack here, since we need it to grow
15081 '%define' directives.
15082
15083 * src/reader.h: Declare the macro obstack as extern.
15084
15085 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
15086
15087 * src/output.c (output_parser): Fix. Store single '%' characters in
15088 the output obstack instead of throwing them away.
15089
15090 2001-08-27 Akim Demaille <akim@epita.fr>
15091
15092 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
15093
15094 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15095
15096 * lib/Makefile.am: Adjust.
15097
15098 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15099
15100 * src/bison.simple: Update and add '%%' directives.
15101
15102 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15103
15104 * src/reader.c (reader): Remove calls to 'output_headers' and
15105 'output_trailers'. Remove some C output.
15106 (readgram): Disable a piece of code that was writing a default
15107 definition for 'YYSTYPE'.
15108 (reader_output_yylsp): Remove.
15109 (packsymbols): Output token defintions to a macro.
15110 (copy_definition): Disable C output.
15111
15112 * src/reader.c (parse_macro_decl): New function used to parse macro
15113 declarations.
15114 (copy_string2): Put the body of copy_string into this new function.
15115 Add a parameter to let the caller choose whether he wants to copy the
15116 string delimiters or not.
15117 (copy_string): Be a simple call to copy_string2 with the last argument
15118 bound to true.
15119 (read_declarations): Add case for macro definition.
15120 (copy_identifier): New.
15121 (parse_macro_decl): Read macro identifiers using copy_identifier
15122 rather than lex.
15123
15124 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15125
15126 * src/output.c (prepare): Add prefixed names.
15127 (output_parser): Output semantic actions.
15128 (output_parser): Fix bug on '%%line' directives.
15129
15130 * src/output.c (output_headers): Remove. The C code printed by this
15131 function should now be in the skeletons.
15132 (output_trailers): Remove.
15133 (output): Disable call to 'reader_output_yylsp'.
15134 (output_rule_data): Do not output tables to the table obstack.
15135
15136 * src/output.c: Remove some C dedicated output.
15137 Improve the use of macro and output obstacks.
15138 (output_defines): Remove.
15139
15140 * src/output.c (output_token_translations): Associate 'translate'
15141 table with a macro. No output to the table obstack.
15142 (output_gram): Same for 'rhs' and 'prhs'.
15143 (output_stos): Same for 'stos'.
15144 (output_rule_data): Same for 'r1' and 'r2'.
15145 (token_actions): Same for 'defact'.
15146 (goto_actions): Same for 'defgoto'.
15147 (output_base): Same for 'pact' and 'pgoto'.
15148 (output_table): Same for 'table'.
15149 (output_check): Same for 'check'.
15150
15151 * src/output.c (output_table_data): New function.
15152 (output_short_table): Remove.
15153 (output_short_or_char_table): Remove.
15154
15155 * src/output.c (output_parser): Replace most of the skeleton copy code
15156 with something new. Skeletons are now processed character by character
15157 rather than line by line, and Bison looks for '%%' macros. This is the
15158 first step in making Bison's output process (a lot) more flexible.
15159 (output_parser): Use the macro table.
15160
15161 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15162
15163 * src/main.c (main): Initialize the macro table.
15164
15165 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15166
15167 * src/lex.c (percent_table): Add tok_define.
15168 * src/lex.h: Add tok_define.
15169
15170 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15171
15172 * src/macrotab.c: New file.
15173 * src/macrotab.h: New file.
15174 * src/Makefile.am: Update.
15175
15176 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15177
15178 * lib/hash.c: New file.
15179 * lib/hash.h: New file.
15180 * lib/Makefile.am: Update.
15181
15182 2001-08-15 Akim Demaille <akim@epita.fr>
15183
15184 Version 1.28c.
15185
15186 2001-08-15 Marc Autret <autret_m@epita.fr>
15187
15188 * src/reader.c (readgram): Indent output macro YYSTYPE.
15189 (packsymbols): Likewise.
15190 (output_token_defines): Likewise.
15191 * src/files.c: Standardize.
15192 (compute_header_macro): New.
15193 (defines_obstack_save): New. Use compute_header_macro.
15194 (output_files): Update. Use defines_obstack_save.
15195
15196 2001-08-15 Akim Demaille <akim@epita.fr>
15197
15198 * doc/bison.texinfo (Table of Symbols): Document
15199 YYSTACK_USE_ALLOCA.
15200
15201 2001-08-15 Akim Demaille <akim@epita.fr>
15202
15203 * missing: Update from CVS Automake.
15204 * config/config.guess, config/config.sub, config/texinfo.tex:
15205 Update from gnu.org.
15206
15207 2001-08-15 Akim Demaille <akim@epita.fr>
15208
15209 * Makefile.maint: Sync with CVS Autoconf.
15210
15211 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
15212
15213 * doc/bison.texinfo: Include GNU Free Documentation License from
15214 `fdl.texi'.
15215 * doc/fdl.texi: Add to package.
15216
15217 2001-08-14 Marc Autret <autret_m@epita.fr>
15218
15219 Turn on %{source,header}_extension features.
15220
15221 * src/lex.c (percent_table): Un-CPP out header_extension and
15222 source_extension.
15223 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
15224 (compute_exts_from_src): Remove conditions. It restores priorities
15225 between options.
15226
15227 2001-08-14 Marc Autret <autret_m@epita.fr>
15228
15229 * src/files.c (compute_base_names): Add extensions computing when
15230 `--file-prefix' used.
15231 Standardize function calls.
15232
15233 2001-08-13 Marc Autret <autret_m@epita.fr>
15234
15235 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
15236 defining it (defined but null disables alloca).
15237
15238 2001-08-13 Marc Autret <autret_m@epita.fr>
15239
15240 * src/bison.simple (_yy_memcpy): CPP reformat.
15241
15242 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
15243
15244 * tests/atconfig.in (CPPFLAGS): Fix.
15245
15246 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
15247
15248 * doc/bison.texinfo: Include GNU General Public License from
15249 `gpl.texi'.
15250 * doc/gpl.texi: Add to package.
15251
15252 2001-08-10 Marc Autret <autret_m@epita.fr>
15253
15254 * src/print_graph.h: Fix.
15255 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
15256
15257 2001-08-10 Akim Demaille <akim@epita.fr>
15258
15259 * src/system.h: Provide default declarations for stpcpy, strndup,
15260 and strnlen.
15261
15262 2001-08-10 Robert Anisko <anisko_r@epita.fr>
15263
15264 * doc/bison.texinfo (Locations): Update @$ stuff.
15265
15266 2001-08-09 Robert Anisko <anisko_r@epita.fr>
15267
15268 * src/bison.simple (YYLLOC_DEFAULT): Update.
15269 (yyparse): Adjust.
15270
15271 2001-08-08 Marc Autret <autret_m@epita.fr>
15272
15273 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
15274 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
15275 Reported by Fabrice Bauzac.
15276
15277 2001-08-08 Marc Autret <autret_m@epita.fr>
15278
15279 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
15280 * src/vcg.c (output_node): Fix.
15281 * src/vcg.h: Cleanup.
15282 * src/print_graph.c: Add comments.
15283 (node_output_size): New global variable. Simplify the formatting of
15284 the VCG graph output.
15285 (print_actions): Unused code is now used. It notifies the final state
15286 and no action states in the VCG graph. It also give the reduce actions.
15287 The `shift and goto' edges are red and the `go to state' edges are
15288 blue.
15289 Get the current node name and node_obstack by argument.
15290 (node_obstack): New variable.
15291 (print_state): Manage node_obstack.
15292 (print_core): Use node_obstack given by argument.
15293 A node is not only computed here but in print_actions also.
15294 (print_graph): CPP out useless code instead of commenting it.
15295
15296 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
15297
15298 * tests/atconfig.in (CPPFLAGS): Fix.
15299
15300 2001-08-07 Akim Demaille <akim@epita.fr>
15301
15302 * src/print_graph.c (quote): New.
15303 (print_core): Use it.
15304
15305 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
15306
15307 * src/vcg.c (complain.h): Include it.
15308 Unepitaize `return' invocations.
15309 [NDEBUG] (main): Remove.
15310 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
15311 * src/files.c (open_files): Initialize graph_obstack.
15312 * src/print_graph.c (print_actions): CPP out useless code.
15313 (print_core): Don't output the last `\n' in labels.
15314 Use `quote'.
15315 * src/files.c (output_files): Output the VCG file.
15316 * src/main.c (main): Invoke print_graph ();
15317
15318 2001-08-06 Marc Autret <autret_m@epita.fr>
15319
15320 Automaton VCG graph output.
15321 Using option ``-g'' or long option ``--graph'', you can generate
15322 a gram_filename.vcg file containing a VCG description of the LALR (1)
15323 automaton of your grammar.
15324
15325 * src/main.c: Call to print_graph() function.
15326 * src/getargs.h: Update.
15327 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
15328 (graph_flag): New flag.
15329 (longopts): Update.
15330 (getargs): Add case `g'.
15331 * src/files.c (graph_obstack): New obstack struct.
15332 (open_files): Initialize new obstack.
15333 (output_files): Saves graph_obstack if required.
15334 * src/files.h (graph_obstack): New extern declaration.
15335 * src/Makefile.am: Add new source files.
15336
15337 2001-08-06 Marc Autret <autret_m@epita.fr>
15338
15339 * src/print_graph.c, src/print_graph.h (graph): New.
15340 * src/vcg.h: New file.
15341 * src/vcg.c: New file, VCG graph handling.
15342
15343 2001-08-06 Marc Autret <autret_m@epita.fr>
15344
15345 Add of %source_extension and %header_extension which specify
15346 the source or/and the header output file extension.
15347
15348 * src/files.c (compute_base_names): Remove initialisation of
15349 src_extension and header_extension.
15350 (compute_exts_from_gf): Update.
15351 (compute_exts_from_src): Update.
15352 (output_files): Update.
15353 * src/reader.c (parse_header_extension_decl): New.
15354 (parse_source_extension_decl): New.
15355 (read_declarations): New case statements for the new tokens.
15356 * src/lex.c (percent_table): Add entries for %source_extension
15357 and %header_extension.
15358 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
15359
15360 2001-08-06 Marc Autret <autret_m@epita.fr>
15361
15362 * configure.in: Bump to 1.28c.
15363 * doc/bison.texinfo: Texinfo thingies.
15364
15365 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
15366
15367 * tests/atconfig.in (CPPFLAGS): Add.
15368 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
15369
15370 2001-08-03 Akim Demaille <akim@epita.fr>
15371
15372 Version 1.28b.
15373
15374 2001-08-03 Akim Demaille <akim@epita.fr>
15375
15376 * tests/Makefile.am (check-local): Ship testsuite.
15377 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
15378 Include `string.h'.
15379
15380 2001-08-03 Akim Demaille <akim@epita.fr>
15381
15382 * configure.in: Try using -Wformat when compiling.
15383
15384 2001-08-03 Akim Demaille <akim@epita.fr>
15385
15386 * configure.in: Bump to 1.28b.
15387
15388 2001-08-03 Akim Demaille <akim@epita.fr>
15389
15390 * src/complain.c: Adjust strerror_r portability issues.
15391
15392 2001-08-03 Akim Demaille <akim@epita.fr>
15393
15394 Version 1.28a.
15395
15396 2001-08-03 Akim Demaille <akim@epita.fr>
15397
15398 * src/getargs.c, src/getarg.h (skeleton)): Constify.
15399 * src/lex.c (literalchar): Avoid name clashes on `buf'.
15400 * src/getargs.c: Include complain.h.
15401 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
15402 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
15403
15404 2001-08-03 Akim Demaille <akim@epita.fr>
15405
15406 * src/reader.c (readgram): Display hidden chars in error messages.
15407
15408 2001-08-03 Akim Demaille <akim@epita.fr>
15409
15410 Update to gettext 0.10.39.
15411
15412 2001-08-03 Akim Demaille <akim@epita.fr>
15413
15414 * lib/strspn.c: New.
15415
15416 2001-08-01 Marc Autret <autret_m@epita.fr>
15417
15418 * doc/bison.texinfo: Update.
15419 * doc/bison.1 (mandoc): Update.
15420 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
15421 * src/files.c: Support output files extensions computing.
15422 (src_extension): New static variable.
15423 (header_extension): New static variable.
15424 (tr): New function.
15425 (get_extension_index): New function, gets the index of an extension
15426 filename in a string.
15427 (compute_exts_from_gf): New function, computes extensions from the
15428 grammar file extension.
15429 (compute_exts_from_src): New functions, computes extensions from the
15430 C source file extension, file given by ``-o'' option.
15431 (compute_base_names): Update.
15432 (output_files): Update.
15433
15434 2001-08-01 Robert Anisko <anisko_r@epita.fr>
15435
15436 * doc/bison.texi: Document @$.
15437 (Locations): New section.
15438
15439 2001-07-18 Akim Demaille <akim@epita.fr>
15440
15441 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
15442 * config/prev-version.txt, config/move-if-change: New.
15443 * Makefile.am: Adjust.
15444
15445 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
15446
15447 * src/bison.simple (yyparse): Suppress warning `comparaison
15448 between signed and unsigned'.
15449
15450 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
15451
15452 * src/getargs.h (raw_flag): Remove.
15453 * src/getargs.c: Die on `-r'/`--raw'.
15454 * src/lex.c (parse_percent_token): Die on `%raw'.
15455 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
15456 * tests/calc.at: Suppress test with option `--raw'.
15457
15458 2001-07-14 Akim Demaille <akim@epita.fr>
15459
15460 * config/: New.
15461 * configure.in: Require Autoconf 2.50.
15462 Update to gettext 0.10.38.
15463
15464 2001-03-16 Akim Demaille <akim@epita.fr>
15465
15466 * doc/bison.texinfo: ANSIfy the examples.
15467
15468 2001-03-16 Akim Demaille <akim@epita.fr>
15469
15470 * getargs.c (skeleton): New variable.
15471 (longopts): --skeleton is a new option.
15472 (shortopts, getargs): -S is a new option.
15473 * getargs.h: Declare skeleton.
15474 * output.c (output_parser): Use it.
15475
15476 2001-03-16 Akim Demaille <akim@epita.fr>
15477
15478 * m4/strerror_r.m4: New.
15479 * m4/error.m4: Run AC_FUNC_STRERROR_R.
15480 * lib/error.h, lib/error.c: Update.
15481
15482 2001-03-16 Akim Demaille <akim@epita.fr>
15483
15484 * src/getargs.c (longopts): Clean up.
15485
15486 2001-02-21 Akim Demaille <akim@epita.fr>
15487
15488 * src/reader.c (gensym): `gensym_count' is your own.
15489 Use a static buf to create the symbol name, as token_buffer is no
15490 longer a buffer.
15491
15492 2001-02-08 Akim Demaille <akim@epita.fr>
15493
15494 * src/conflicts.c (conflict_report): Be sure not to append to res
15495 between two calls, which could happen if both first sprintf were
15496 skipped, but not the first cp += strlen.
15497
15498 2001-02-08 Akim Demaille <akim@epita.fr>
15499
15500 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
15501 New, from fileutils 4.0.37.
15502 * configure.in: Require Autoconf 2.49c. I took some time before
15503 making this decision. This is the only way out for portability
15504 issues in Bison, it would mean way too much duplicate effort to
15505 import in Bison features implemented in 2.49c since 2.13.
15506 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
15507
15508 2001-02-02 Akim Demaille <akim@epita.fr>
15509
15510 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
15511 * lib/xalloc.h, lib/xmalloc.c: Update.
15512
15513 2001-01-19 Akim Demaille <akim@epita.fr>
15514
15515 Get rid of the ad hoc handling of token_buffer in the scanner: use
15516 the obstacks.
15517
15518 * src/lex.c (token_obstack): New.
15519 (init_lex): Initialize it. No longer call...
15520 (grow_token_buffer): this. Remove it.
15521 Adjust all the places which used it to use the obstack.
15522
15523 2001-01-19 Akim Demaille <akim@epita.fr>
15524
15525 * src/lex.h: Rename all the tokens:
15526 s/\bENDFILE\b/tok_eof/g;
15527 s/\bIDENTIFIER\b/tok_identifier/g;
15528 etc.
15529 Let them be enums, not #define, to ease debugging.
15530 Adjust all the code.
15531
15532 2001-01-18 Akim Demaille <akim@epita.fr>
15533
15534 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
15535 * src/lex.c (maxtoken, grow_token_buffer): Static.
15536
15537 2001-01-18 Akim Demaille <akim@epita.fr>
15538
15539 Since we now use obstacks, more % directives can be enabled.
15540
15541 * src/lex.c (percent_table): Also accept `%yacc',
15542 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
15543 `%debug'.
15544 Handle the actions for `%semantic_parser' and `%pure_parser' here,
15545 instead of returning a token.
15546 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
15547 * src/reader.c (read_declarations): Adjust.
15548 * src/files.c (open_files): Don't call `compute_base_names', don't
15549 compute `attrsfile' since they depend upon data which might be
15550 *in* the input file now.
15551 (output_files): Do it here.
15552 * src/output.c (output_headers): Document the fact that this patch
15553 introduces a guaranteed SEGV for semantic parsers.
15554 * doc/bison.texinfo: Document them.
15555 * tests/suite.at: Exercise these %options.
15556
15557 2000-12-20 Akim Demaille <akim@epita.fr>
15558
15559 Also handle the output file (--verbose) with obstacks.
15560
15561 * files.c (foutput): Remove.
15562 (output_obstack): New.
15563 Adjust all dependencies.
15564 * src/conflicts.c: Return a string.
15565 * src/system.h (obstack_grow_string): Rename as...
15566 (obstack_sgrow): this. Be ready to work with non literals.
15567 (obstack_fgrow4): New.
15568
15569 2000-12-20 Akim Demaille <akim@epita.fr>
15570
15571 * src/files.c (open_files): Fix the computation of short_base_name
15572 in the case of `-o foo.tab.c'.
15573
15574 2000-12-20 Akim Demaille <akim@epita.fr>
15575
15576 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
15577 (copy_dollar): Now that everything uses obstacks, get rid of the
15578 FILE * parameters.
15579
15580 2000-12-20 Akim Demaille <akim@epita.fr>
15581
15582 * src/files.c (open_files): Actually the `.output' file is based
15583 on the short_base_name, not base_name.
15584 * tests/suite.at (Checking output file names): Adjust.
15585
15586 2000-12-20 Akim Demaille <akim@epita.fr>
15587
15588 * src/bison.s1: Remove, we now use directly...
15589 * src/bison.simple: this.
15590 * src/Makefile.am: Use pkgdata instead of data.
15591
15592 2000-12-20 Akim Demaille <akim@epita.fr>
15593
15594 * src/files.c (guard_obstack): New.
15595 (open_files): Initialize it.
15596 (output_files): Dump it...
15597 * src/files.h: Export it.
15598 * src/reader.c (copy_guard): Use it.
15599
15600 2000-12-19 Akim Demaille <akim@epita.fr>
15601
15602 * src/files.c (outfile, defsfile, actfile): Removed as global
15603 vars.
15604 (open_files): Don't compute them.
15605 (output_files): Adjust.
15606 (base_name, short_base_name): Be global.
15607 Adjust dependencies.
15608
15609 2000-12-19 Akim Demaille <akim@epita.fr>
15610
15611 * src/files.c (strsuffix): New.
15612 (stringappend): Be just like strcat but allocate.
15613 (base_names): Eve out from open_files.
15614 Try to simplify the rather hairy computation of base_name and
15615 short_base_name.
15616 (open_files): Use it.
15617 * tests/suite.at (Checking output file names): New test.
15618
15619 2000-12-19 Akim Demaille <akim@epita.fr>
15620
15621 * src/system.h (obstack_grow_literal_string): Rename as...
15622 (obstack_grow_string): this.
15623 * src/output.c (output_parser): Recognize `%% actions' instead of
15624 `$'.
15625 * src/bison.s1: s/$/%% actions/.
15626 * src/bison.hairy: Likewise.
15627
15628 2000-12-19 Akim Demaille <akim@epita.fr>
15629
15630 * src/output.c (output_parser): Compute the `#line' lines when
15631 there are.
15632 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
15633 Suggested by Hans Aberg.
15634
15635 2000-12-19 Akim Demaille <akim@epita.fr>
15636
15637 Let the handling of the skeleton files be local to the procedures
15638 that use it.
15639
15640 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
15641 longer static.
15642 (fparser, open_extra_files): Remove.
15643 (open_files, output_files): Don't take care of fparser.
15644 * src/files.h: Adjust.
15645 * src/output.c (output_parser): Open and close the file to the
15646 skeleton.
15647 * src/reader.c (read_declarations): When %semantic_parser, open
15648 fguard.
15649
15650 2000-12-19 Akim Demaille <akim@epita.fr>
15651
15652 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
15653 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
15654
15655 2000-12-19 Akim Demaille <akim@epita.fr>
15656
15657 * src/files.c (open_files): Yipee! We no longer need all the code
15658 looking for `/tmp' since we have no tmp file.
15659
15660 2000-12-19 Akim Demaille <akim@epita.fr>
15661
15662 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
15663 New macros.
15664 * src/files.c (open_files): Less dependency on MSDOS etc.
15665
15666 2000-12-14 Akim Demaille <akim@epita.fr>
15667
15668 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
15669 Provide a default definition.
15670 Use it when executing the default @ action.
15671 * src/reader.c (reader_output_yylsp): No longer include
15672 `timestamp' and `text' in the default YYLTYPE.
15673
15674 2000-12-12 Akim Demaille <akim@epita.fr>
15675
15676 * src/reader.c (copy_definition, parse_union_decl, copy_action)
15677 (copy_guard): Quote the file names.
15678 Reported by Laurent Mascherpa.
15679
15680 2000-12-12 Akim Demaille <akim@epita.fr>
15681
15682 * src/output.c (output_headers, output_program, output): Be sure
15683 to escape special characters when outputting filenames.
15684 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
15685 (output_headers): Don't depend on them, Use ACTSTR.
15686
15687 2000-11-17 Akim Demaille <akim@epita.fr>
15688
15689 * lib/obstack.h: Formatting changes.
15690 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
15691 prevents type checking.
15692 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
15693 cast the value to (void *): assigning a `foo *' to a `void *'
15694 variable is valid.
15695 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
15696 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
15697 append characters.
15698
15699 2000-11-17 Akim Demaille <akim@epita.fr>
15700
15701 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
15702 as...
15703 (suite.m4, regression.m4, calc.m4): these.
15704 * tests/atgeneral.m4: Update from CVS Autoconf.
15705
15706 2000-11-17 Akim Demaille <akim@epita.fr>
15707
15708 * tests/regression.m4 (%union and --defines): New test,
15709 demonstrating a current bug in the obstack implementation.
15710
15711 2000-11-17 Akim Demaille <akim@epita.fr>
15712
15713 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
15714 macros.
15715 Use them to declare the variables which are global or local to
15716 `yyparse'.
15717
15718 2000-11-17 Akim Demaille <akim@epita.fr>
15719
15720 * acconfig.h: Remove, no longer used.
15721
15722 2000-11-07 Akim Demaille <akim@epita.fr>
15723
15724 * src: s/Copyright (C)/Copyright/g.
15725
15726 2000-11-07 Akim Demaille <akim@epita.fr>
15727
15728 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
15729 defining.
15730 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
15731
15732 2000-11-07 Akim Demaille <akim@epita.fr>
15733
15734 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
15735 Merge in a single CPP if/else.
15736
15737 2000-11-07 Akim Demaille <akim@epita.fr>
15738
15739 * src/output.c (output): Remove useless variables.
15740 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
15741 argument `data' for consistency with the prototypes.
15742 Qualify it `const'.
15743 (obstack_copy, obstack_copy0): Rename the second argument as
15744 `address' for consistency. Qualify it `const'.
15745 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
15746 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
15747 `const' their input argument (`data' or `address').
15748 Adjust the corresponding macros to include `const' in casts.
15749
15750 2000-11-03 Akim Demaille <akim@epita.fr>
15751
15752 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
15753 s/PFILE1/BISON_HAIRY/.
15754 Adjust dependencies.
15755
15756 2000-11-03 Akim Demaille <akim@epita.fr>
15757
15758 For some reason, this was not applied.
15759
15760 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
15761 `unlink': it's no longer used.
15762
15763 2000-11-03 Akim Demaille <akim@epita.fr>
15764
15765 * src/files.c (skeleton_find): New function, eved out of...
15766 (open_files, open_extra_files): here.
15767
15768 2000-11-03 Akim Demaille <akim@epita.fr>
15769
15770 Don't use `atexit'.
15771
15772 * src/files.c (obstack_save): New function.
15773 (done): Rename as...
15774 (output_files): this.
15775 Use `obstack_save'.
15776 * src/main.c (main): Don't use `atexit' to register `done', since
15777 it no longer has to remove tmp files, just call `output_files'
15778 when there are no errors.
15779
15780 2000-11-02 Akim Demaille <akim@epita.fr>
15781
15782 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
15783 `unlink': it's no longer used.
15784 * src/files.h: Formatting changes.
15785
15786 2000-11-02 Akim Demaille <akim@epita.fr>
15787
15788 Remove the last uses of mktemp and unlink/delete.
15789
15790 * src/files.c (fdefines, ftable): Removed.
15791 (defines_ostack, table_obstack): New.
15792 Adjust dependencies of the former into uses of the latter.
15793 * src/output.c (output_short_or_char_table, output_short_table):
15794 Convert to using obstacks.
15795 * src/reader.c (copy_comment2): Accept one FILE * and two
15796 obstacks.
15797 (output_token_defines, reader_output_yylsp): Use obstacks.
15798 * src/system.h (obstack_fgrow3): New.
15799 * po/POTFILES.in: Adjust.
15800
15801 2000-11-01 Akim Demaille <akim@epita.fr>
15802
15803 Change each use of `fattrs' into a use of `attrs_obstack'.
15804
15805 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
15806 * src/files.c (fattrs): Remove.
15807 (attrs_obstack): New.
15808 Adjust all dependencies.
15809 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
15810
15811 2000-11-01 Akim Demaille <akim@epita.fr>
15812
15813 Introduce obstacks.
15814 Change each use of `faction' into a use of `action_obstack'.
15815
15816 * lib/obstack.h, lib/obstack.c: New files.
15817 * src/files.c (faction): Remove.
15818 (action_obstack): New.
15819 Adjust all dependencies.
15820
15821 2000-10-20 Akim Demaille <akim@epita.fr>
15822
15823 * lib/quote.h (PARAMS): New macro. Use it.
15824
15825 2000-10-16 Akim Demaille <akim@epita.fr>
15826
15827 * src/output.c (output_short_or_char_table): New function.
15828 (output_short_table, output_token_translations): Use it.
15829 (goto_actions): Use output_short_table.
15830
15831 2000-10-16 Akim Demaille <akim@epita.fr>
15832
15833 * src/symtab.c (bucket_new): New function.
15834 (getsym): Use it.
15835
15836 * src/output.c (output_short_table): New argument to display the
15837 comment associated with the table.
15838 Adjust dependencies.
15839 (output_gram): Use it.
15840 (output_rule_data): Nicer output layout for YYTNAME.
15841
15842 2000-10-16 Akim Demaille <akim@epita.fr>
15843
15844 * src/lex.c (read_typename): New function.
15845 (lex): Use it.
15846 * src/reader.c (copy_dollar): Likewise.
15847
15848 2000-10-16 Akim Demaille <akim@epita.fr>
15849
15850 * src/reader.c (copy_comment2): Expect the input stream to be on
15851 the `/' which is suspected to open a comment, instead of being
15852 called after `//' or `/*' was read.
15853 (copy_comment, copy_definition, parse_union_decl, copy_action)
15854 (copy_guard): Adjust.
15855
15856 2000-10-16 Akim Demaille <akim@epita.fr>
15857
15858 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
15859 `read_signed_integer'.
15860
15861 2000-10-16 Akim Demaille <akim@epita.fr>
15862
15863 * src/reader.c (copy_dollar): New function.
15864 (copy_guard, copy_action): Use it.
15865
15866 2000-10-16 Akim Demaille <akim@epita.fr>
15867
15868 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
15869 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
15870 New files, from Fileutils 4.0.27.
15871 * src/main.c (printable_version): Remove.
15872 * src/lex.c, src/reader.c: Use `quote'.
15873
15874 2000-10-04 Akim Demaille <akim@epita.fr>
15875
15876 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
15877
15878 2000-10-04 Akim Demaille <akim@epita.fr>
15879
15880 * doc/bison.texinfo: Various typos spotted by Neil Booth.
15881
15882 2000-10-04 Akim Demaille <akim@epita.fr>
15883
15884 When a literal string is used to define two different tokens,
15885 `bison -v' segfaults.
15886 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
15887
15888 * tests/regression.m4: New file.
15889 Include the core of the sample provided by Piotr Gackiewicz.
15890 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
15891 properly.
15892
15893 2000-10-04 Akim Demaille <akim@epita.fr>
15894
15895 * src/reader.c (parse_expect_decl): Keep `count' within the size
15896 of `buffer'.
15897 From Neil Booth.
15898
15899 2000-10-02 Paul Eggert <eggert@twinsun.com>
15900
15901 * bison.s1 (yyparse): Assign the default value
15902 unconditionally, to avoid a GCC warning and make the parser a
15903 tad smaller.
15904
15905 2000-10-02 Akim Demaille <akim@epita.fr>
15906
15907 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
15908 options.
15909
15910 2000-10-02 Akim Demaille <akim@epita.fr>
15911
15912 * src/derives.c, src/print.c, src/reduce.c: To ease the
15913 translation, move some `\n' out of the translated strings.
15914
15915 2000-10-02 Akim Demaille <akim@epita.fr>
15916
15917 The location tracking mechanism is precious for parse error
15918 messages. Nevertheless, it is enabled only when `@n' is used in
15919 the grammar, which is a different issue (you can use it in error
15920 message, but not in the grammar per se). Therefore, there should
15921 be another means to enable it.
15922
15923 * src/getargs.c (getargs): Support `--locations'.
15924 (usage): Report it.
15925 * src/getargs.h (locationsflag): Export it.
15926 * src/lex.c (percent_table): Support `%locations'.
15927 * src/reader.c (yylsp_needed): Remove this variable, now replaced
15928 with `locationsflag'.
15929 * doc/bison.texinfo: Document `--locations' and `%locations'.
15930 Sort the options.
15931 * tests/calc.m4: Test it.
15932
15933 For regularity of the names, replace each
15934 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
15935 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
15936 In addition replace each `flag' with `_flag'.
15937
15938 2000-10-02 Akim Demaille <akim@epita.fr>
15939
15940 Also test parse error messages, including with YYERROR_VERBOSE.
15941
15942 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
15943 associative).
15944 Use it to check the computations.
15945 Use it to check `nonassoc' is honored.
15946 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
15947 `--yyerror-verbose'.
15948 (_AT_CHECK_CALC): Adjust to this option.
15949 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
15950
15951 2000-10-02 Akim Demaille <akim@epita.fr>
15952
15953 Test also `--verbose', `--defines' and `--name-prefix'. Testing
15954 the latter demonstrates a flaw in the handling of non debugging
15955 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
15956 was used in order to simplify:
15957
15958 #if YYDEBUG
15959 if (yydebug)
15960 {
15961 ...
15962 }
15963 #endif
15964
15965 into
15966
15967 if (yydebug)
15968 {
15969 ...
15970 }
15971
15972 unfortunately this leads to a CPP conflict when
15973 `--name-prefix=foo' is used since it produces `#define yydebug
15974 foodebug'.
15975
15976 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
15977 (YYDPRINTF): New macro.
15978 Spread its use.
15979 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
15980 the bison options.
15981 Also test `--verbose', `--defines' and `--name-prefix'.
15982
15983 2000-10-02 Akim Demaille <akim@epita.fr>
15984
15985 Improve the readability of the produced parsers.
15986
15987 * src/bison.s1: Formatting changes.
15988 Improve the comment related to the `$' mark.
15989 (yydefault): Don't fall through to `yyresume': `goto' there.
15990 * src/output.c (output_parser): When the `$' is met, skip the end
15991 of its line.
15992 New variable, `number_of_dollar_signs', to check there's exactly
15993 one `$' in the parser skeleton.
15994
15995 2000-10-02 Akim Demaille <akim@epita.fr>
15996
15997 * lib/xstrdup.c: New file, from the fileutils.
15998 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
15999 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
16000 instead of strlen + xmalloc + strcpy.
16001 * src/symtab.c (copys): Remove, use xstrdup instead.
16002
16003 2000-10-02 Akim Demaille <akim@epita.fr>
16004
16005 * src/gram.h (associativity): New enum type which replaces the
16006 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
16007 `right_assoc', `left_assoc' and `non_assoc'.
16008 Adjust all dependencies.
16009 * src/reader.c: Formatting changes.
16010 (LTYPESTR): Don't define it, use it as a literal in
16011 `reader_output_yylsp'.
16012 * src/symtab.h (symbol_class): New enum type which replaces the
16013 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
16014 `sunknown', `stoken and `snterm'.
16015
16016 2000-10-02 Akim Demaille <akim@epita.fr>
16017
16018 * src/getargs.c (fixed_outfiles): Rename as...
16019 (yaccflag): for consistency and accuracy.
16020 Adjust dependencies.
16021
16022 2000-10-02 Akim Demaille <akim@epita.fr>
16023
16024 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
16025 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
16026 difficult and introduced a lot of core dump. It turns out that
16027 Bison used an implementation of `xmalloc' based on `calloc', and
16028 at various places it does depend upon the initialization to 0. I
16029 have not tried to isolate the pertinent places, and all the former
16030 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
16031 someone should address this issue.
16032
16033 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
16034 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
16035 files.
16036 Adjust dependencies.
16037 * src/warshall.h: New file.
16038 Propagate.
16039
16040 2000-10-02 Akim Demaille <akim@epita.fr>
16041
16042 Various anti-`extern in *.c' changes.
16043
16044 * src/system.h: Include `assert.h'.
16045
16046 2000-10-02 Akim Demaille <akim@epita.fr>
16047
16048 * src/state.h (nstates, final_state, first_state, first_shift)
16049 (first_reduction): Move their exportation from here...
16050 * src/LR0.h: to here.
16051 Adjust dependencies.
16052 * src/getargs.c (statisticsflag): New variable.
16053 Add support for `--statistics'.
16054 Adjust dependencies.
16055
16056 Remove a lot of now useless `extern' statements in most files.
16057
16058 2000-10-02 Akim Demaille <akim@epita.fr>
16059
16060 * src/LR0.h: New file.
16061 Propagate its use.
16062
16063 2000-10-02 Akim Demaille <akim@epita.fr>
16064
16065 * src/print.h: New file.
16066 Propagate its use.
16067 * src/print.c: Formatting and ordering changes.
16068 (verbose, terse): Replace with...
16069 (print_results): this new function.
16070 Adjust dependencies.
16071
16072 2000-10-02 Akim Demaille <akim@epita.fr>
16073
16074 * src/conflicts.c (conflict_report): New function.
16075 (conflict_log, verbose_conflict_log): Replace with...
16076 (print_conflicts): this function.
16077 Adjust dependencies.
16078 * src/conflicts.h: New file.
16079 Propagate its inclusion.
16080
16081 2000-10-02 Akim Demaille <akim@epita.fr>
16082
16083 * src/nullable.h: New file.
16084 Propagate its inclusion.
16085 * src/nullable.c: Formatting changes.
16086
16087 2000-10-02 Akim Demaille <akim@epita.fr>
16088
16089 * src/reduce.h: New file.
16090 Propagate its inclusion.
16091 * src/reduce.c: Topological sort and other formatting changes.
16092 (bool, TRUE, FALSE): Move their definition to...
16093 * src/system.h: here.
16094
16095 2000-10-02 Akim Demaille <akim@epita.fr>
16096
16097 * src/files.c: Formatting changes.
16098 (tryopen, tryclose, openfiles): Rename as...
16099 (xfopen, xfclose, open_files): this.
16100 (stringappend): static.
16101 * src/files.h: Complete the list of exported symbols.
16102 Propagate its use.
16103
16104 2000-10-02 Akim Demaille <akim@epita.fr>
16105
16106 * src/reader.h: New file.
16107 Propagate its use instead of tedious list of `extern' and
16108 prototypes.
16109 * src/reader.c: Formatting changes, topological sort,
16110 s/register//.
16111
16112 2000-10-02 Akim Demaille <akim@epita.fr>
16113
16114 * src/lex.h: Prototype `lex.c' exported functions.
16115 * src/reader.c: Adjust.
16116 * src/lex.c: Formatting changes.
16117 (safegetc): Rename as...
16118 (xgetc): this.
16119
16120 2000-10-02 Akim Demaille <akim@epita.fr>
16121
16122 * src/lalr.h: New file.
16123 Propagate its inclusion instead of prototypes and `extern'.
16124 * src/lalr.c: Formatting changes, topological sorting etc.
16125
16126 2000-10-02 Akim Demaille <akim@epita.fr>
16127
16128 * src/output.c (token_actions): Introduce a temporary array,
16129 YYDEFACT, that makes it possible for this function to use
16130 output_short_table.
16131
16132 2000-10-02 Akim Demaille <akim@epita.fr>
16133
16134 `user_toknums' is output as a `short[]' in `output.c', while it is
16135 defined as a `int[]' in `reader.c'. For consistency with the
16136 other output tables, `user_toknums' is now defined as a table of
16137 shorts.
16138
16139 * src/reader.c (user_toknums): Be a short table instead of an int
16140 table.
16141 Adjust dependencies.
16142
16143 Factor the short table outputs.
16144
16145 * src/output.c (output_short_table): New function.
16146 * src/output.c (output_gram, output_stos, output_rule_data)
16147 (output_base, output_table, output_check): Use it.
16148
16149 2000-10-02 Akim Demaille <akim@epita.fr>
16150
16151 * src/output.c (output): Topological sort of the functions, in
16152 order to get rid of the `static' prototypes.
16153 No longer use `register'.
16154 * src/output.h: New file.
16155 Propagate its inclusion in files explicitly prototyping functions
16156 from output.c.
16157
16158 2000-09-21 Akim Demaille <akim@epita.fr>
16159
16160 * src/atgeneral.m4: Update from Autoconf.
16161
16162 2000-09-21 Akim Demaille <akim@epita.fr>
16163
16164 * src/closure.h: New file.
16165 * src/closure.c: Formatting changes, topological sort over the
16166 functions, use of closure.h.
16167 (initialize_closure, finalize_closure): Rename as...
16168 (new_closure, free_closure): these. Adjust dependencies.
16169 * src/LR0.c: Formatting changes, topological sort, use of
16170 cloture.h.
16171 (initialize_states): Rename as...
16172 (new_states): this.
16173 * src/Makefile.am (noinst_HEADERS): Adjust.
16174
16175 2000-09-20 Akim Demaille <akim@epita.fr>
16176
16177 * src/acconfig.h: Don't protect config.h against multiple
16178 inclusion.
16179 Don't define PARAMS.
16180 * src/system.h: Define PARAMS.
16181 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
16182 purpose of config.h. system.h must not try to fix wrong
16183 definitions in config.h.
16184
16185 2000-09-20 Akim Demaille <akim@epita.fr>
16186
16187 * src/derives.h: New file.
16188 * src/main.c, src/derives.h: Use it.
16189 Formatting changes.
16190 * src/Makefile.am (noinst_HEADERS): Adjust.
16191
16192 2000-09-20 Akim Demaille <akim@epita.fr>
16193
16194 * tests/atgeneral.m4: Update from Autoconf.
16195 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
16196 (AT_CHECK_CALC): New macros.
16197 Use these macros to test bison with options `', `--raw',
16198 `--debug', `--yacc', `--yacc --debug'.
16199
16200 2000-09-19 Akim Demaille <akim@epita.fr>
16201
16202 * src/output.c: Formatting changes.
16203 * src/machine.h: Remove, leaving its contents in...
16204 * src/system.h: here.
16205 Include stdio.h.
16206 Adjust all dependencies on stdio.h and machine.h.
16207 * src/getargs.h: New file.
16208 Let all `extern' declarations about getargs.c be replaced with
16209 inclusion of `getargs.h'.
16210 * src/Makefile.am (noinst_HEADERS): Adjust.
16211
16212 * tests/calc.m4 (yyin): Be initialized in main, not on the global
16213 scope.
16214 (yyerror): Returns void, not int.
16215 * doc/bison.texinfo: Formatting changes.
16216
16217 2000-09-19 Akim Demaille <akim@epita.fr>
16218
16219 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
16220 portable.
16221
16222 2000-09-18 Akim Demaille <akim@epita.fr>
16223
16224 * configure.in: Append WARNING_CFLAGS to CFLAGS.
16225 * src/Makefile.am (INCLUDES): Don't.
16226 Be ready to fetch headers in lib/.
16227
16228 2000-09-18 Akim Demaille <akim@epita.fr>
16229
16230 * doc/bison.texinfo: Update the copyright.
16231 ANSIfy and GNUify the examples.
16232 Remove the old menu.
16233
16234 2000-09-18 Akim Demaille <akim@epita.fr>
16235
16236 First set of tests: use the `calc' example from the documentation.
16237
16238 * src/bison.s1 (yyparse): Condition the code using `yytname' which
16239 is defined only when YYDEBUG is.
16240 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
16241 * src/files.c (tryopen, tryclose): Formatting changes.
16242 Move to the top and be static.
16243 * src/reader.c (read_signed_integer): Likewise.
16244 * tests/calc.m4: New file.
16245 * Makefile.am, suite.m4: Adjust.
16246 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
16247
16248 2000-09-18 Akim Demaille <akim@epita.fr>
16249
16250 Add support for an Autotest test suite for Bison.
16251
16252 * m4/m4.m4, m4/atconfig.m4: New files.
16253 * m4/Makefile.am (EXTRA_DIST): Adjust.
16254 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
16255 files.
16256 * src/getargs.c: Display a more standard --version message.
16257 * src/reader.c (reader): Formatting changes.
16258 No longer depend upon VERSION_STRING.
16259 * configure.in: No longer use `dnl'.
16260 Set up the test suite and the new directory `tests/.
16261 (VERSION_STRING): Remove.
16262
16263 2000-04-14 Akim Demaille <akim@epita.fr>
16264
16265 * src/reader.c (copy_comment2): New function, same as former
16266 `copy_comment', but outputs into two FILE *.
16267 (copy_comment): Use it.
16268 (parse_union_decl): Use it.
16269 (get_type, parse_start_decl): Use the same `invalid' message.
16270 (parse_start_decl, parse_union_decl): Use the same `multiple'
16271 message.
16272 (parse_union_decl, copy_guard, copy_action): Use the same
16273 `unmatched' message.
16274 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
16275
16276 2000-03-31 Akim Demaille <akim@epita.fr>
16277
16278 * src/files.c (tryopen, tryclose): Move to the top.
16279 Be static.
16280
16281 2000-03-31 Akim Demaille <akim@epita.fr>
16282
16283 * src/main.c (main): Don't call `done', exit does it.
16284
16285 2000-03-31 Akim Demaille <akim@epita.fr>
16286
16287 * allocate.c: s/return (foo)/return foo/.
16288 * lalr.c: Likewise.
16289 * LR0.c: Likewise.
16290 * output.c: Likewise.
16291 * reader.c: Likewise.
16292 * symtab.c: Likewise.
16293 * vmsgetargs.c: Likewise.
16294
16295 2000-03-31 Akim Demaille <akim@epita.fr>
16296
16297 Clean up the error reporting functions.
16298
16299 * src/report.c: New file.
16300 * src/report.h: Likewise.
16301 * src/Makefile.am: Adjust.
16302 * m4/error.m4: New file.
16303 * m4/Makefile.am: Adjust.
16304 * configure.in (jm_PREREQ_ERROR): Call it.
16305 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
16306 Remove.
16307 (fatal, fatals): Remove. All callers use complain.c::fatal.
16308 (warn, warni, warns, warnss, warnss): Remove. All callers use
16309 complain.c::complain.
16310 (toomany): Remove, use fatal instead.
16311 * src/files.c (done): No argument, use complain_message_count.
16312 * src/main.c (main): Register `done' to `atexit'.
16313
16314 * src/getargs.c (usage): More `fputs', less `fprintf'.
16315
16316 2000-03-28 Akim Demaille <akim@epita.fr>
16317
16318 * lib/: New directory.
16319 * Makefile.am (SUBDIRS): Adjust.
16320 * configure.in: Adjust.
16321 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
16322 useless.
16323 * src/alloca.c: Moved to lib/.
16324 * src/getopt.c: Likewise.
16325 * src/getopt1.c: Likewise.
16326 * src/getopt.h: Likewise.
16327 * src/ansi2knr.c: Likewise.
16328 * src/ansi2knr.1: Likewise.
16329 * src/Makefile.am: Adjust.
16330 * lib/Makefile.am: New file.
16331
16332 2000-03-28 Akim Demaille <akim@epita.fr>
16333
16334 * src/getargs.c (usage): Refresh the help message.
16335
16336 2000-03-17 Akim Demaille <akim@epita.fr>
16337
16338 * src/getopt1.c: Updated from textutils 2.0e
16339 * src/getopt.c: Likewise.
16340 * src/getopt.h: Likewise.
16341
16342 2000-03-17 Akim Demaille <akim@epita.fr>
16343
16344 * src/Makefile.am (bison.simple): Fix the awk program: quote only
16345 the file name, not the whole `#line LINE FILE'.
16346
16347 2000-03-17 Akim Demaille <akim@epita.fr>
16348
16349 On syntax errors, report the token on which we choked.
16350
16351 * src/bison.s1 (yyparse): In the label yyerrlab, when
16352 YYERROR_VERBOSE, add yychar in msg.
16353
16354 2000-03-17 Akim Demaille <akim@epita.fr>
16355
16356 * src/reader.c (copy_at): New function.
16357 (copy_guard): Use it.
16358 (copy_action): Use it.
16359
16360 2000-03-17 Akim Demaille <akim@epita.fr>
16361
16362 Be kind to translators, save some useless translations.
16363
16364 * src/main.c (banner): New function.
16365 (fatal_banner): Use it.
16366 (warn_banner): Use it.
16367
16368 2000-03-17 Akim Demaille <akim@epita.fr>
16369
16370 * src/reader.c (copy_definition): Use copy_string and
16371 copy_comment. Removed now unused `match', `ended',
16372 `cplus_comment'.
16373 (copy_comment, copy_string): Moved, to be visible from
16374 copy_definition.
16375
16376 2000-03-17 Akim Demaille <akim@epita.fr>
16377
16378 * src/reader.c (copy_string): Declare `static inline'. No
16379 problems with inline, since it is checked by configure.
16380 (copy_comment): Likewise.
16381
16382 2000-03-17 Akim Demaille <akim@epita.fr>
16383
16384 * src/reader.c (packsymbols): Formatting changes.
16385
16386 2000-03-17 Akim Demaille <akim@epita.fr>
16387
16388 * src/reader.c (copy_comment): New function, factored out from:
16389 (copy_action): Use it. Removed now unused `match', `ended',
16390 `cplus_comment'.
16391 (copy_guard): Likewise.
16392
16393 2000-03-17 Akim Demaille <akim@epita.fr>
16394
16395 * src/reader.c (copy_string): New function, factored out from:
16396 (copy_action): Use it.
16397 (copy_guard): Likewise.
16398
16399 2000-03-17 Akim Demaille <akim@epita.fr>
16400
16401 Change the handling of @s so that they behave exactly like $s.
16402 There is now a pseudo variable @$ (readble and writable), location
16403 of the lhs of the rule (by default ranging from the location of
16404 the first symbol of the rhs, to the location of the last symbol,
16405 or, if the rhs is empty, YYLLOC).
16406
16407 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
16408 yyval.
16409 (yyparse): When providing a default semantic action, provide a
16410 default location action.
16411 (after the $): No longer change `*YYLSP', just stack YYLOC the
16412 same way you stack YYVAL.
16413 * src/reader.c (read_declarations): Use warns.
16414 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
16415 (copy_action, case '@'): Likewise.
16416 Use a standard error message, to save useless work from
16417 translators.
16418
16419 2000-03-17 Akim Demaille <akim@epita.fr>
16420
16421 * src/bison.s1: Formatting and cosmetics changes.
16422 * src/reader.c: Likewise.
16423 Update the Copyright notice.
16424
16425 2000-03-17 Akim Demaille <akim@epita.fr>
16426
16427 * src/bison.s1 (#line): All set to `#line' only, since the
16428 Makefile now handles them.
16429
16430 2000-03-16 Akim Demaille <akim@epita.fr>
16431
16432 * src/output.c (output_rule_data): Output the documentation of
16433 some of the tables.
16434 (Copyright notice): Update.
16435 Formatting changes.
16436
16437 2000-03-16 Akim Demaille <akim@epita.fr>
16438
16439 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
16440 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
16441 One `#if YYDEBUG' remains, since it uses variables which are
16442 defined only if `YYDEBUG != 0'.
16443
16444 2000-03-16 Akim Demaille <akim@epita.fr>
16445
16446 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
16447 and related variables so that the similarities are highlighted.
16448
16449 2000-03-16 Akim Demaille <akim@epita.fr>
16450
16451 * src/bison.s1: Properly indent CPP directives.
16452
16453 2000-03-16 Akim Demaille <akim@epita.fr>
16454
16455 * src/bison.s1: Properly indent the `alloca' CPP section.
16456
16457 2000-03-16 Akim Demaille <akim@epita.fr>
16458
16459 Do not hard code values of directories in `configure.in'.
16460 Update the `configure' tool chain.
16461
16462 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
16463 src/makefile.am.
16464 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
16465 (AC_OUTPUT): Add m4/Makefile.
16466 Bump to bison 1.28a, 1.29 has never been released.
16467 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
16468 handled via src/Makefile.am.
16469 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
16470 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
16471 autoheader.
16472 * Makefile.am (SUBDIRS): Add m4.
16473 (ACLOCAL_AM_FLAGS): New variable.
16474 (AUTOMAKE_OPTIONS): Add check-news.
16475 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
16476 the proper line number and file name.
16477 (DEFS): Propagate the location of bison library files and of the
16478 locale files.
16479 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
16480 builddir.
16481 * acinclude.m4: Remove, replaced by the directory m4.
16482 * m4/Makefile.am (EXTRA_DIST): New variable.
16483 * m4/gettext.m4: New file, from the fileutils.
16484 * m4/lcmessage.m4: Likewise
16485 * m4/progtest.m4: Likewise.
16486 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
16487
16488 2000-03-10 Akim Demaille <akim@epita.fr>
16489
16490 * src/closure.c:
16491 Formatting changes of various comments.
16492 Respect the GNU coding standards at various places.
16493 Don't use `_()' when no translation is needed.
16494
16495 1999-12-13 Jesse Thilo <jthilo@gnu.org>
16496
16497 * src/files.c:
16498 OS/2 honors TMPDIR environment variable.
16499
16500 1999-12-13 Jesse Thilo <jthilo@gnu.org>
16501
16502 * doc/bison.texinfo: Tweaked spelling and grammar.
16503 Updated ISBN.
16504 Removed reference to price of printed copy.
16505 Mention BISON_SIMPLE and BISON_HAIRY.
16506
16507 1999-12-13 Jesse Thilo <jthilo@gnu.org>
16508
16509 * configure.in, NEWS:
16510 Bison 1.29 released.
16511
16512 1999-10-27 Jesse Thilo <jthilo@gnu.org>
16513
16514 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
16515 Added reference card.
16516
16517 1999-07-26 Jesse Thilo <jthilo@gnu.org>
16518
16519 * po/ru.po: Added Russian translation.
16520
16521 1999-07-26 Jesse Thilo <jthilo@gnu.org>
16522
16523 * configure.in: Added Russian translation.
16524
16525 1999-07-06 Jesse Thilo <jthilo@gnu.org>
16526
16527 * configure.in, NEWS, README:
16528 Released version 1.28.
16529
16530 1999-06-14 Jesse Thilo <jthilo@gnu.org>
16531
16532 * src/system.h:
16533 Squashed redefinition warning on some systems.
16534
16535 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
16536 Have configure build version string instead of relying on ANSI string
16537 concatentation.
16538
16539 1999-06-14 Jesse Thilo <jthilo@gnu.org>
16540
16541 * po/POTFILES.in: Got rid of version.c.
16542
16543 1999-06-14 Jesse Thilo <jthilo@gnu.org>
16544
16545 * acconfig.h, configure.in:
16546 Have configure build version string instead of relying on ANSI string
16547 concatentation.
16548
16549 1999-06-08 Jesse Thilo <jthilo@gnu.org>
16550
16551 * doc/bison.1:
16552 Dropped mention of `+' for long-named options.
16553
16554 1999-05-30 Jesse Thilo <jthilo@gnu.org>
16555
16556 * src/files.c: Added <unistd.h> for unlink().
16557
16558 * src/Makefile.am, src/system.h:
16559 I18n fixes.
16560
16561 1999-05-30 Jesse Thilo <jthilo@gnu.org>
16562
16563 * README: Added a FAQ list.
16564
16565 * configure.in, acconfig.h:
16566 I18n fixes.
16567
16568 1999-05-30 Jesse Thilo <jthilo@gnu.org>
16569
16570 * doc/FAQ, doc/Makefile.am:
16571 Added a FAQ list.
16572
16573 1999-05-19 Jesse Thilo <jthilo@gnu.org>
16574
16575 * src/alloc.h, src/symtab.h, src/version.c:
16576 Protected inclusion of "config.h" with HAVE_CONFIG_H.
16577
16578 1999-04-18 Jesse Thilo <jthilo@gnu.org>
16579
16580 * src/.cvsignore, src/Makefile.am:
16581 Reorganized: sources in `src', documentation in `doc'.
16582
16583 * src/lex.c (literalchar):
16584 fixed the code for escaping double quotes (thanks
16585 Jonathan Czisny.)
16586
16587 1999-04-18 Jesse Thilo <jthilo@gnu.org>
16588
16589 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
16590 Adjusted paths to reflect directory reorganization.
16591
16592 1999-04-18 Jesse Thilo <jthilo@gnu.org>
16593
16594 * doc/.cvsignore, doc/Makefile.am:
16595 Reorganized: sources in `src', documentation in `doc'.
16596
16597 1999-04-18 Jesse Thilo <jthilo@gnu.org>
16598
16599 * configure.in:
16600 Updated AC_INIT file to reflect directory reorganization.
16601
16602 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
16603 Reorganized: sources in `src', documentation in `doc'.
16604
16605 1999-04-13 Jesse Thilo <jthilo@gnu.org>
16606
16607 * src/allocate.c:
16608 Don't declare calloc() and realloc() if not necessary.
16609
16610 1999-04-13 Jesse Thilo <jthilo@gnu.org>
16611
16612 * configure.in, acconfig.h, acinclude.m4:
16613 Don't declare calloc() and realloc() if not necessary.
16614
16615 1999-03-23 Jesse Thilo <jthilo@gnu.org>
16616
16617 * po/.cvsignore: Added i18n support.
16618
16619 1999-03-23 Jesse Thilo <jthilo@gnu.org>
16620
16621 * acconfig.h, configure.in, Makefile.am:
16622 Added i18n support.
16623
16624 1999-03-22 Jesse Thilo <jthilo@gnu.org>
16625
16626 * src/bison.s1: Fixed #line numbers.
16627
16628 1999-03-15 Jesse Thilo <jthilo@gnu.org>
16629
16630 * po/es.po, po/fr.po, po/nl.po, po/de.po:
16631 Added PO files from Translation Project.
16632
16633 1999-03-03 Jesse Thilo <jthilo@gnu.org>
16634
16635 * Makefile.am:
16636 Added support for non-ANSI compilers (ansi2knr).
16637
16638 1999-02-16 Jesse Thilo <jthilo@gnu.org>
16639
16640 * configure.in: Bumped version number to 1.27.
16641
16642 * Makefile.am:
16643 Added `bison.simple' to list of files removed by `make distclean'.
16644
16645 1999-02-12 Jesse Thilo <jthilo@gnu.org>
16646
16647 * src/files.c, src/files.h:
16648 Defined locations of parser files in config.h instead of Makefile.
16649
16650 1999-02-12 Jesse Thilo <jthilo@gnu.org>
16651
16652 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
16653 Defined locations of parser files in config.h instead of Makefile.
16654
16655 1999-02-09 Jesse Thilo <jthilo@gnu.org>
16656
16657 * Makefile.am:
16658 Removed inappropriate use of $< macro.
16659
16660 1999-02-05 Jesse Thilo <jthilo@gnu.org>
16661
16662 * po/Makefile.in.in, po/POTFILES.in:
16663 Add `po' directory skeleton.
16664
16665 1999-01-27 Jesse Thilo <jthilo@gnu.org>
16666
16667 * README: Document help-bison list.
16668
16669 * configure.in: Add check for mkstemp().
16670
16671 1999-01-20 Jesse Thilo <jthilo@gnu.org>
16672
16673 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
16674 Hush a few compiler warnings.
16675
16676 * src/files.c:
16677 Add tryclose(), which verifies that fclose was successful.
16678 Hush a couple of compiler warnings.
16679
16680 1999-01-20 Jesse Thilo <jthilo@gnu.org>
16681
16682 * Makefile.am, OChangeLog:
16683 ChangeLog is now automatically generated. Include the old version as
16684 OChangeLog.
16685
16686 1999-01-14 Jesse Thilo <jthilo@gnu.org>
16687
16688 * 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:
16689 Update FSF address.
16690
16691 1999-01-14 Jesse Thilo <jthilo@gnu.org>
16692
16693 * doc/bison.texinfo: Fix formatting glitch.
16694
16695 * doc/bison.texinfo: Update FSF address.
16696
16697 1999-01-14 Jesse Thilo <jthilo@gnu.org>
16698
16699 * acconfig.h: Update FSF address.
16700
16701 1999-01-08 Jesse Thilo <jthilo@gnu.org>
16702
16703 * src/system.h:
16704 Don't define PACKAGE here, since config.h defines it.
16705
16706 1998-12-30 Jesse Thilo <jthilo@gnu.org>
16707
16708 * src/reader.c: Update copyright date.
16709
16710 * src/main.c:
16711 Ditch sprintf to statically-sized buffers in fatal/warn functions in
16712 favor of output directly to stderr (avoids buffer overruns).
16713
16714 * src/reader.c: Some checks for premature EOF.
16715
16716 * 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:
16717 Use prototypes if the compiler understands them.
16718
16719 * src/files.c: Honor TMPDIR on Unix hosts.
16720 Use prototypes if the compiler understands them.
16721
16722 * src/reader.c:
16723 Fix a couple of buffer overrun bugs.
16724 Use prototypes if the compiler understands them.
16725
16726 * src/system.h: Include unistd.h and ctype.h.
16727 Use #ifdef instead of #if for NLS symbols.
16728
16729 1998-12-30 Jesse Thilo <jthilo@gnu.org>
16730
16731 * doc/bison.texinfo:
16732 Delete comment "consider using @set for edition number, etc..." since
16733 we now are doing so.
16734
16735 1998-12-30 Jesse Thilo <jthilo@gnu.org>
16736
16737 * configure.in:
16738 Use prototypes if the compiler understands them.
16739
16740 * NEWS: Document 1.26 highlights.
16741
16742 * Makefile.am: Require Automake 1.3 or later.
16743
16744 * acconfig.h:
16745 Use prototypes if the compiler understands them.
16746
16747 1998-12-29 Jesse Thilo <jthilo@gnu.org>
16748
16749 * src/version.c:
16750 Use VERSION symbol from automake for version number.
16751
16752 1998-12-29 Jesse Thilo <jthilo@gnu.org>
16753
16754 * acconfig.h, configure.in, version.cin:
16755 Use VERSION symbol from automake for version number.
16756
16757 1998-11-28 Jesse Thilo <jthilo@gnu.org>
16758
16759 * Makefile.am:
16760 Distribute original version of simple parser (bison.s1), not built
16761 version (bison.simple).
16762
16763 1998-11-28 Jesse Thilo <jthilo@gnu.org>
16764
16765 * doc/bison.texinfo: Add info dir entry.
16766
16767 * doc/bison.texinfo:
16768 Let automake put version number into documentation.
16769
16770 1998-11-26 Jesse Thilo <jthilo@gnu.org>
16771
16772 * src/bison.cld, src/build.com, src/vmshlp.mar:
16773 Add non-RCS files from /gd/gnu/bison.
16774
16775 1998-11-26 Jesse Thilo <jthilo@gnu.org>
16776
16777 * doc/bison.1:
16778 Document the BISON_HAIRY and BISON_SIMPLE variables.
16779
16780 1998-11-25 Jesse Thilo <jthilo@gnu.org>
16781
16782 * src/version.c: Build version.c automatically.
16783
16784 * src/reader.c:
16785 Fix token numbering (used to start at 258, not 257).
16786
16787 * src/system.h: Include config.h.
16788
16789 * src/getargs.c: Update bug report address.
16790
16791 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
16792 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
16793
16794 1998-11-25 Jesse Thilo <jthilo@gnu.org>
16795
16796 * Makefile.am:
16797 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
16798
16799 * configure.in, version.cin:
16800 Build version.c automatically.
16801
16802 * AUTHORS: Add AUTHORS file.
16803
16804 * README: Update bug report address.
16805
16806 * bison.simple:
16807 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
16808
16809 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
16810 Add automake stuff.
16811
16812 1998-11-25 Jesse Thilo <jthilo@gnu.org>
16813
16814 * doc/bison.texinfo: Clean up some formatting.
16815
16816 1998-05-05 Richard Stallman <rms@gnu.org>
16817
16818 * doc/bison.texinfo:
16819 Explain better why to make a pure parser.
16820
16821 1998-01-05 Richard Stallman <rms@gnu.org>
16822
16823 * src/files.c (openfiles):
16824 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
16825 find a temporary directory, if possible. Do not unlink files while
16826 they are open.
16827
16828 1997-08-25 Richard Stallman <rms@gnu.org>
16829
16830 * src/reader.c (stack_offset;):
16831 Change some warni to warns.
16832
16833 * src/lex.c (literalchar): Use warns, not warni.
16834
16835 1997-06-28 Richard Stallman <rms@gnu.org>
16836
16837 * src/bison.s1: Add a Bison version comment.
16838
16839 * src/main.c (fatal, warn, berror):
16840 Use program_name.
16841
16842 1997-06-28 Richard Stallman <rms@gnu.org>
16843
16844 * Makefile.in (bison_version): New variable.
16845 (dist): Use that variable.
16846 (bison.s1): Substitute the Bison version into bison.simple.
16847
16848 * bison.simple: Add a Bison version comment.
16849
16850 1997-06-18 Richard Stallman <rms@gnu.org>
16851
16852 * src/main.c (fatal, warn, berror):
16853 Make error messages standard.
16854 (toomany): Improve error message text.
16855
16856 * 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:
16857 new.h renamed to alloc.h.
16858
16859 1997-06-18 Richard Stallman <rms@gnu.org>
16860
16861 * Makefile.in: new.h renamed to alloc.h.
16862
16863 1997-05-24 Richard Stallman <rms@gnu.org>
16864
16865 * src/lex.c (literalchar):
16866 Fix the code for escaping \, " and '.
16867
16868 (lex): Avoid trouble when there are many chars
16869 to discard in a char literal with just several chars in it.
16870
16871 1997-05-17 Richard Stallman <rms@gnu.org>
16872
16873 * src/bison.s1:
16874 Use malloc, if using alloca is troublesome.
16875 (YYSTACK_USE_ALLOCA): New flag macro.
16876 Define it for some systems and compilers.
16877 (YYSTACK_ALLOC): New macro.
16878 (yyparse): Use YYSTACK_ALLOC to allocate stack.
16879 If it was malloc'd, free it.
16880
16881 1997-05-17 Richard Stallman <rms@gnu.org>
16882
16883 * bison.simple:
16884 Use malloc, if using alloca is troublesome.
16885 (YYSTACK_USE_ALLOCA): New flag macro.
16886 Define it for some systems and compilers.
16887 (YYSTACK_ALLOC): New macro.
16888 (yyparse): Use YYSTACK_ALLOC to allocate stack.
16889 If it was malloc'd, free it.
16890
16891 1997-04-23 Richard Stallman <rms@gnu.org>
16892
16893 * src/bison.s1:
16894 (alloca) [__hpux]: Always define as __builtin_alloca.
16895
16896 1997-04-23 Richard Stallman <rms@gnu.org>
16897
16898 * bison.simple:
16899 (alloca) [__hpux]: Always define as __builtin_alloca.
16900
16901 1997-04-22 Richard Stallman <rms@gnu.org>
16902
16903 * src/bison.s1:
16904 [__hpux]: Include alloca.h (right for HPUX 10)
16905 instead of declaring alloca (right for HPUX 9).
16906
16907 * src/bison.s1 (__yy_memcpy):
16908 Declare arg `count' as unsigned int.
16909 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
16910
16911 1997-04-22 Richard Stallman <rms@gnu.org>
16912
16913 * bison.simple:
16914 [__hpux]: Include alloca.h (right for HPUX 10)
16915 instead of declaring alloca (right for HPUX 9).
16916
16917 * bison.simple (__yy_memcpy):
16918 Declare arg `count' as unsigned int.
16919 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
16920
16921 1997-01-03 Richard Stallman <rms@gnu.org>
16922
16923 * src/allocate.c: [__STDC__ or _MSC_VER]:
16924 Declare calloc and realloc to return void *.
16925
16926 1997-01-02 Richard Stallman <rms@gnu.org>
16927
16928 * src/system.h:
16929 [_MSC_VER]: Include stdlib.h and process.h.
16930 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
16931
16932 * src/main.c (main): Return FAILURE as a value.
16933 (printable_version): Declare arg as int, not char.
16934
16935 1997-01-02 Richard Stallman <rms@gnu.org>
16936
16937 * Makefile.in (dist):
16938 Explicitly check for symlinks, and copy them.
16939
16940 1996-12-19 Richard Stallman <rms@gnu.org>
16941
16942 * src/files.c:
16943 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
16944
16945 1996-12-18 Paul Eggert <eggert@gnu.org>
16946
16947 * src/bison.s1 (yyparse):
16948 If __GNUC__ and YYPARSE_PARAM are both defined,
16949 declare yyparse to have a void * argument.
16950
16951 1996-12-18 Paul Eggert <eggert@gnu.org>
16952
16953 * bison.simple (yyparse):
16954 If __GNUC__ and YYPARSE_PARAM are both defined,
16955 declare yyparse to have a void * argument.
16956
16957 1996-12-17 Richard Stallman <rms@gnu.org>
16958
16959 * src/reduce.c (nbits): Add some casts.
16960
16961 1996-08-12 Richard Stallman <rms@gnu.org>
16962
16963 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
16964
16965 1996-08-12 Richard Stallman <rms@gnu.org>
16966
16967 * bison.simple: Test _MSDOS as well as _MSDOS_.
16968
16969 1996-07-31 Richard Stallman <rms@gnu.org>
16970
16971 * src/bison.s1:
16972 [__sun && __i386]: Include alloca.h.
16973
16974 1996-07-31 Richard Stallman <rms@gnu.org>
16975
16976 * bison.simple:
16977 [__sun && __i386]: Include alloca.h.
16978
16979 1996-07-30 Richard Stallman <rms@gnu.org>
16980
16981 * src/bison.s1: Comment change.
16982
16983 * src/bison.s1: Test _MSDOS_, not MSDOS.
16984
16985 1996-07-30 Richard Stallman <rms@gnu.org>
16986
16987 * bison.simple: Comment change.
16988
16989 * bison.simple: Test _MSDOS_, not MSDOS.
16990
16991 1996-06-01 Richard Stallman <rms@gnu.org>
16992
16993 * 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:
16994 Insert `_' macro around many string constants.
16995
16996 * src/main.c:
16997 Insert `_' macro around many string constants.
16998
16999 (main): Call setlocale, bindtextdomain and textdomain.
17000
17001 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
17002 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
17003 [ENABLE_NLS]: Include libintl.h.
17004 [ENABLE_NLS] (gettext): Define.
17005 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
17006 (N_, PACKAGE, LOCALEDIR): New macros.
17007
17008 1996-06-01 Richard Stallman <rms@gnu.org>
17009
17010 * POTFILES.in: New file.
17011
17012 * Makefile.in (allocate.o):
17013 Define target explicitly.
17014
17015 * Makefile.in (CFLAGS): Set to @CFLAGS@.
17016 (LDFLAGS): Set to @LDFLAGS@.
17017 (configure): Run autoconf only if preceding `cd' succeeds.
17018 (bison.s1): Redirect output to temporary file then move the
17019 temporary to the target, rather than redirecting directly to bison.s1.
17020 (clean): Remove config.status and config.log.
17021 (distclean): Don't remove config.status here.
17022
17023 1996-05-12 Richard Stallman <rms@gnu.org>
17024
17025 * src/bison.s1:
17026 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
17027
17028 1996-05-12 Richard Stallman <rms@gnu.org>
17029
17030 * bison.simple:
17031 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
17032
17033 1996-05-11 Richard Stallman <rms@gnu.org>
17034
17035 * src/bison.s1 (__yy_memcpy):
17036 Really reorder the args, as was supposedly done on Feb 14 1995.
17037 (yyparse): Calls changed accordingly.
17038
17039 1996-05-11 Richard Stallman <rms@gnu.org>
17040
17041 * Makefile.in (dist): Don't use $(srcdir).
17042
17043 * bison.simple (__yy_memcpy):
17044 Really reorder the args, as was supposedly done on Feb 14 1995.
17045 (yyparse): Calls changed accordingly.
17046
17047 1996-01-27 Richard Stallman <rms@gnu.org>
17048
17049 * src/output.c (output_rule_data):
17050 Test YYERROR_VERBOSE in the conditional
17051 around the definition of ttyname.
17052
17053 1995-12-29 Richard Stallman <rms@gnu.org>
17054
17055 * src/bison.s1:
17056 Fix line numbers in #line commands.
17057
17058 1995-12-29 Richard Stallman <rms@gnu.org>
17059
17060 * bison.simple:
17061 Fix line numbers in #line commands.
17062
17063 1995-12-27 Richard Stallman <rms@gnu.org>
17064
17065 * src/bison.s1 (YYPARSE_PARAM_DECL):
17066 In C++, make it always null.
17067 (YYPARSE_PARAM_ARG): New macro.
17068 (yyparse): Use YYPARSE_PARAM_ARG.
17069
17070 1995-12-27 Richard Stallman <rms@gnu.org>
17071
17072 * bison.simple (YYPARSE_PARAM_DECL):
17073 In C++, make it always null.
17074 (YYPARSE_PARAM_ARG): New macro.
17075 (yyparse): Use YYPARSE_PARAM_ARG.
17076
17077 1995-11-29 Richard Stallman <rms@gnu.org>
17078
17079 * doc/bison.texinfo:
17080 Describe literal string tokens, %raw, %no_lines, %token_table.
17081
17082 1995-11-29 Daniel Hagerty <hag@gnu.org>
17083
17084 * doc/bison.texinfo: Fixed update date
17085
17086 1995-10-16 Richard Stallman <rms@gnu.org>
17087
17088 * src/version.c: Version 1.25.
17089
17090 1995-10-16 Richard Stallman <rms@gnu.org>
17091
17092 * NEWS: *** empty log message ***
17093
17094 1995-10-16 Richard Stallman <rms@gnu.org>
17095
17096 * doc/bison.1, doc/bison.rnh:
17097 Add new options.
17098
17099 1995-10-15 Richard Stallman <rms@gnu.org>
17100
17101 * src/vmsgetargs.c, src/getargs.c:
17102 Added -n, -k, and -raw switches.
17103 (noparserflag, toknumflag, rawtoknumflag): New variables.
17104
17105 * src/symtab.h (SALIAS):
17106 New #define for adding aliases to %token.
17107 (struct bucket): Added `alias' field.
17108
17109 * src/reduce.c (reduce_grammar):
17110 Revise error message.
17111 (print_notices): Remove final `.' from error message.
17112
17113 * src/reader.c (reader_output_yylsp):
17114 New function.
17115 (readgram): Use `#if 0' around code that accepted %command
17116 inside grammar rules: The documentation doesn't allow it,
17117 and it will fail since the %command processors scan for the next %.
17118 (parse_token_decl): Extended the %token
17119 declaration to allow a multi-character symbol as an alias.
17120 (parse_thong_decl): New function.
17121 (read_declarations): Added %thong declarations.
17122 (read_declarations): Handle NOOP to deal with allowing
17123 % declarations as another means to specify the flags.
17124 (readgram): Allow %prec prior to semantics embedded in a rule.
17125 (skip_to_char, read_declarations, copy_definition)
17126 (parse_token_decl, parse_start_decl, parse_type_decl)
17127 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
17128 (get_type_name, copy_guard, copy_action, readgram)
17129 (get_type, packsymbols): Revised most error messages.
17130 Changed `fatal' to `warnxxx' to avoid aborting for error.
17131 Revised and use multiple warnxxx functions to avoid using VARARGS1.
17132 (read_declarations): Improve the error message for
17133 an invalid character. Do not abort.
17134 (read_declarations, copy_guard, copy_action): Use
17135 printable_version to avoid unprintable characters in printed output.
17136 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
17137 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
17138 Allow the type of a non-terminal can be given
17139 more than once, as long as all specifications give the same type.
17140
17141 * src/output.c:
17142 (output_headers, output_trailers, output, output_gram)
17143 (output_rule_data): Implement noparserflag variable.
17144 Implement toknumflag variable.
17145 (output): Call reader_output_yylsp to output LTYPESTR.
17146
17147 * src/main.c (main):
17148 If reader sees an error, don't process the grammar.
17149 (fatals): Updated to not use VARARGS1.
17150 (printable_version, int_to_string, warn, warni, warns, warnss)
17151 (warnsss): New error reporting functions. Avoid abort for error.
17152
17153 * src/lex.h:
17154 Added THONG and NOOP for alias processing.
17155 Added SETOPT for the new code that allows setting options with %flags.
17156
17157 * src/lex.c:
17158 Include getopt.h. Add some extern decls.
17159 (safegetc): New function to deal with EOF gracefully.
17160 (literalchar); new function to deal with reading \ escapes.
17161 (lex): Use literalchar.
17162 (lex): Implemented "..." tokens.
17163 (literalchar, lex, parse_percent_token): Made tokenbuffer
17164 always contain the token. This includes growing the token
17165 buffer while reading an integer.
17166 (parse_percent_token): Replaced if-else statement with percent_table.
17167 (parse_percent_token): Added % declarations as another
17168 way to specify the flags -n, -l, and -r. Also added hooks for
17169 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
17170 major changes to files.c.
17171 (lex) Retain in the incoming stream a character following
17172 an incorrect '/'.
17173 (skip_white_space, lex): Revised most error messages
17174 and changed fatal to warn to avoid aborting.
17175 (percent_table): Added %thong declarations.
17176
17177 * src/gram.h: Comment changes.
17178
17179 * src/files.c (openfiles, open_extra_files, done):
17180 Add faction flag
17181 and actfile file. Handle noparserflag. Both for -n switch.
17182
17183 * src/conflicts.c (resolve_sr_conflict):
17184 Remove use of alloca.
17185
17186 1995-06-01 Jim Meyering <meyering@gnu.org>
17187
17188 * doc/bison.texinfo: *** empty log message ***
17189
17190 1995-05-06 Richard Stallman <rms@gnu.org>
17191
17192 * src/bison.s1: Comment change.
17193
17194 1995-05-06 Richard Stallman <rms@gnu.org>
17195
17196 * bison.simple: Comment change.
17197
17198 1995-05-03 Richard Stallman <rms@gnu.org>
17199
17200 * src/version.c: Version now 1.24.
17201
17202 * src/bison.s1: Change distribution terms.
17203
17204 * src/version.c: Version now 1.23.
17205
17206 1995-05-03 Richard Stallman <rms@gnu.org>
17207
17208 * doc/bison.texinfo:
17209 Rewrite "Conditions for Using Bison".
17210 Update version to 1.24.
17211
17212 1995-05-03 Richard Stallman <rms@gnu.org>
17213
17214 * bison.simple: Change distribution terms.
17215
17216 1995-02-23 Richard Stallman <rms@gnu.org>
17217
17218 * src/files.c: Test __VMS_POSIX as well as VMS.
17219
17220 1995-02-14 Jim Meyering <meyering@gnu.org>
17221
17222 * src/bison.s1 (__yy_memcpy):
17223 Renamed from __yy_bcopy to avoid
17224 confusion. Reverse FROM and TO arguments to be consistent with
17225 those of memcpy.
17226
17227 1995-02-14 Jim Meyering <meyering@gnu.org>
17228
17229 * bison.simple (__yy_memcpy):
17230 Renamed from __yy_bcopy to avoid
17231 confusion. Reverse FROM and TO arguments to be consistent with
17232 those of memcpy.
17233
17234 1994-11-10 David J. MacKenzie <djm@gnu.org>
17235
17236 * NEWS: reformat
17237
17238 * NEWS: New file.
17239
17240 * Makefile.in (DISTFILES): Include NEWS.
17241
17242 * Makefile.in (DISTFILES):
17243 Include install-sh, not install.sh.
17244
17245 * configure.in: Update to Autoconf v2 macro names.
17246
17247 1994-10-05 David J. MacKenzie <djm@gnu.org>
17248
17249 * Makefile.in: fix typo
17250
17251 * Makefile.in (prefix, exec_prefix):
17252 Let configure set them.
17253
17254 1994-09-28 David J. MacKenzie <djm@gnu.org>
17255
17256 * Makefile.in: Set datadir to $(prefix)/share.
17257
17258 1994-09-15 Richard Stallman <rms@gnu.org>
17259
17260 * src/bison.s1:
17261 Update copyright notice and GPL version.
17262
17263 1994-09-15 Richard Stallman <rms@gnu.org>
17264
17265 * bison.simple:
17266 Update copyright notice and GPL version.
17267
17268 1994-07-12 Richard Stallman <rms@gnu.org>
17269
17270 * src/reduce.c, src/reader.c:
17271 entered into RCS
17272
17273 1994-05-05 David J. MacKenzie <djm@gnu.org>
17274
17275 * Makefile.in: entered into RCS
17276
17277 1994-03-26 Richard Stallman <rms@gnu.org>
17278
17279 * src/bison.s1: entered into RCS
17280
17281 1994-03-26 Richard Stallman <rms@gnu.org>
17282
17283 * bison.simple: entered into RCS
17284
17285 1994-03-25 Richard Stallman <rms@gnu.org>
17286
17287 * src/main.c: entered into RCS
17288
17289 1994-03-24 Richard Stallman <rms@gnu.org>
17290
17291 * src/conflicts.c: entered into RCS
17292
17293 1994-01-02 Richard Stallman <rms@gnu.org>
17294
17295 * Makefile.in: *** empty log message ***
17296
17297 1993-11-21 Richard Stallman <rms@gnu.org>
17298
17299 * src/bison.s1: *** empty log message ***
17300
17301 1993-11-21 Richard Stallman <rms@gnu.org>
17302
17303 * doc/bison.texinfo: entered into RCS
17304
17305 * doc/bison.texinfo: *** empty log message ***
17306
17307 1993-11-21 Richard Stallman <rms@gnu.org>
17308
17309 * bison.simple: *** empty log message ***
17310
17311 1993-10-25 David J. MacKenzie <djm@gnu.org>
17312
17313 * doc/bison.texinfo: *** empty log message ***
17314
17315 1993-10-19 Richard Stallman <rms@gnu.org>
17316
17317 * src/bison.s1: *** empty log message ***
17318
17319 1993-10-19 Richard Stallman <rms@gnu.org>
17320
17321 * bison.simple: *** empty log message ***
17322
17323 1993-10-14 Richard Stallman <rms@gnu.org>
17324
17325 * src/bison.s1: *** empty log message ***
17326
17327 1993-10-14 Richard Stallman <rms@gnu.org>
17328
17329 * bison.simple: *** empty log message ***
17330
17331 1993-09-14 David J. MacKenzie <djm@gnu.org>
17332
17333 * doc/bison.texinfo: *** empty log message ***
17334
17335 1993-09-13 Noah Friedman <friedman@gnu.org>
17336
17337 * Makefile.in: *** empty log message ***
17338
17339 1993-09-10 Richard Stallman <rms@gnu.org>
17340
17341 * src/conflicts.c: *** empty log message ***
17342
17343 * src/system.h: entered into RCS
17344
17345 1993-09-10 Richard Stallman <rms@gnu.org>
17346
17347 * doc/bison.1: entered into RCS
17348
17349 1993-09-06 Noah Friedman <friedman@gnu.org>
17350
17351 * src/version.c: entered into RCS
17352
17353 1993-09-06 Noah Friedman <friedman@gnu.org>
17354
17355 * Makefile.in: *** empty log message ***
17356
17357 1993-07-30 David J. MacKenzie <djm@gnu.org>
17358
17359 * Makefile.in: *** empty log message ***
17360
17361 1993-07-24 Richard Stallman <rms@gnu.org>
17362
17363 * src/bison.s1: *** empty log message ***
17364
17365 1993-07-24 Richard Stallman <rms@gnu.org>
17366
17367 * bison.simple: *** empty log message ***
17368
17369 1993-07-08 David J. MacKenzie <djm@gnu.org>
17370
17371 * Makefile.in: *** empty log message ***
17372
17373 1993-07-04 Richard Stallman <rms@gnu.org>
17374
17375 * src/bison.s1: *** empty log message ***
17376
17377 1993-07-04 Richard Stallman <rms@gnu.org>
17378
17379 * bison.simple: *** empty log message ***
17380
17381 1993-06-26 David J. MacKenzie <djm@gnu.org>
17382
17383 * src/getargs.c: entered into RCS
17384
17385 1993-06-26 David J. MacKenzie <djm@gnu.org>
17386
17387 * doc/bison.texinfo: *** empty log message ***
17388
17389 * doc/bison.1: New file.
17390
17391 1993-06-25 Richard Stallman <rms@gnu.org>
17392
17393 * src/getargs.c: New file.
17394
17395 1993-06-16 Richard Stallman <rms@gnu.org>
17396
17397 * src/bison.s1: *** empty log message ***
17398
17399 1993-06-16 Richard Stallman <rms@gnu.org>
17400
17401 * bison.simple: *** empty log message ***
17402
17403 1993-06-03 Richard Stallman <rms@gnu.org>
17404
17405 * src/bison.s1: New file.
17406
17407 1993-06-03 Richard Stallman <rms@gnu.org>
17408
17409 * doc/bison.texinfo: *** empty log message ***
17410
17411 1993-06-03 Richard Stallman <rms@gnu.org>
17412
17413 * bison.simple: New file.
17414
17415 1993-05-19 Richard Stallman <rms@gnu.org>
17416
17417 * doc/bison.texinfo: New file.
17418
17419 1993-05-07 Noah Friedman <friedman@gnu.org>
17420
17421 * Makefile.in: *** empty log message ***
17422
17423 1993-04-28 Noah Friedman <friedman@gnu.org>
17424
17425 * src/reader.c: *** empty log message ***
17426
17427 1993-04-23 Noah Friedman <friedman@gnu.org>
17428
17429 * src/alloc.h: entered into RCS
17430
17431 1993-04-20 David J. MacKenzie <djm@gnu.org>
17432
17433 * src/version.c: *** empty log message ***
17434
17435 * src/files.c, src/allocate.c:
17436 entered into RCS
17437
17438 * src/reader.c: *** empty log message ***
17439
17440 * src/lex.c: entered into RCS
17441
17442 * src/conflicts.c: New file.
17443
17444 * src/symtab.c: entered into RCS
17445
17446 * src/alloc.h: New file.
17447
17448 * src/LR0.c: entered into RCS
17449
17450 1993-04-18 Noah Friedman <friedman@gnu.org>
17451
17452 * src/reader.c: New file.
17453
17454 * src/version.c: *** empty log message ***
17455
17456 1993-04-18 Noah Friedman <friedman@gnu.org>
17457
17458 * Makefile.in: *** empty log message ***
17459
17460 1993-04-17 Noah Friedman <friedman@gnu.org>
17461
17462 * Makefile.in: *** empty log message ***
17463
17464 1993-04-15 Richard Stallman <rms@gnu.org>
17465
17466 * src/main.c, src/files.c:
17467 New file.
17468
17469 1993-04-15 Noah Friedman <friedman@gnu.org>
17470
17471 * configure.in: entered into RCS
17472
17473 * configure.in: *** empty log message ***
17474
17475 * configure.in: New file.
17476
17477 1993-04-14 Richard Stallman <rms@gnu.org>
17478
17479 * Makefile.in: New file.
17480
17481 1993-04-13 Richard Stallman <rms@gnu.org>
17482
17483 * src/version.c: New file.
17484
17485 1993-03-25 Richard Stallman <rms@gnu.org>
17486
17487 * src/output.c: entered into RCS
17488
17489 1992-09-25 Richard Stallman <rms@gnu.org>
17490
17491 * configure.bat: entered into RCS
17492
17493 1992-06-22 Richard Stallman <rms@gnu.org>
17494
17495 * src/vmsgetargs.c: entered into RCS
17496
17497 1992-06-22 Richard Stallman <rms@gnu.org>
17498
17499 * doc/bison.rnh: entered into RCS
17500
17501 1992-04-20 David J. MacKenzie <djm@gnu.org>
17502
17503 * README: entered into RCS
17504
17505 1992-01-22 Richard Stallman <rms@gnu.org>
17506
17507 * src/machine.h: entered into RCS
17508
17509 1991-12-21 Richard Stallman <rms@gnu.org>
17510
17511 * src/lalr.c, src/closure.c:
17512 entered into RCS
17513
17514 1991-12-20 Richard Stallman <rms@gnu.org>
17515
17516 * src/state.h: entered into RCS
17517
17518 1991-12-18 Richard Stallman <rms@gnu.org>
17519
17520 * src/print.c, src/nullable.c, src/derives.c:
17521 entered into RCS
17522
17523 1991-11-03 David J. MacKenzie <djm@gnu.org>
17524
17525 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
17526 entered into RCS
17527
17528 1988-09-09 Richard Stallman <rms@gnu.org>
17529
17530 * src/bison.hairy: entered into RCS
17531
17532 1987-12-16 Richard Stallman <rms@gnu.org>
17533
17534 * REFERENCES: entered into RCS
17535
17536
17537 -----
17538
17539 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
17540 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free
17541 Software Foundation, Inc.
17542
17543 Copying and distribution of this file, with or without
17544 modification, are permitted provided the copyright notice and this
17545 notice are preserved.
17546
17547 $Id$